html{
    scroll-behavior:smooth;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    
    overflow-x:hidden;
}
.invelop-icon p a{
       text-decoration: none !important;
       color:white;
}
.invelop-icon a{
    color: #fff;
}
.contact-box p a{
        color: #fff;
}

/* ==========================
   HEADER
========================== */

.header-section {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    
}

.invelop-icon p {
    margin: 0;
}

.social-media-icon-header a {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    margin: 5px;
    transition: 0.3s;
}

.social-media-icon-header a:hover {
    opacity: 0.8;
}

/* nav bar css */

.custom-navbar{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    padding:12px 0;
}

.nav-item a{
  font-size: 15px;
  font-weight: 600;
}

.navbar-brand img{
    height:45px;
    
}

.nav-link{
 margin: 4px 7px;
}

.nav-buttons{
    display:flex;
    gap:20px;
}

.book-btn{
    background:#dc3545;
    color:#fff;
    text-decoration:none;
    padding: 10px 39px;
    border-radius:50px;
    font-weight:500;
} 

.call-btn{
   background:#dc3545;
    color:#fff;
    text-decoration:none;
    padding: 10px 39px;
    border-radius:50px;
    font-weight:500;
}

 .book-btn:hover{
    background:#000000;
    color:#fff;
}

.call-btn:hover{
    background:#000000;
    color:#fff;
}

.navbar-toggler i{
    font-size:28px;
    color:#dc3545;
}


.dropdown-menu li a:hover{
  background-color: #dc3545;
  color: aliceblue;
}
.navbar .dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}


/* Smooth Animation */

.dropdown-menu{
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    animation: fadeIn .3s ease;
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}


/* Button */

 .header-btn{
    text-decoration:none;
    background:#00bcd4;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.header-btn:hover{
    transform:translateY(-3px);
}

/* Mobile Icon */

.menu-toggle{
    display:none;
    color:#fff;
    font-size:28px;
    cursor:pointer;
} 


/* HERO BANNER */

.ac-banner-hero-banner{
    position:relative;
    width:100%;
    min-height:50vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 8%;
    background:url('../Image-File/ac-bnr.jpg') center center/cover no-repeat;
    overflow:hidden;
}

.fridge-hero-banner{
    position:relative;
    width:100%;
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 8%;
    background:url('../Image-File/fridge-banner-1.jpg') center center/cover no-repeat;
    overflow:hidden;
}

.washing-machine-hero-banner{
     position:relative;
    width:100%;
    min-height:30vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 8%;
    background:url('../Image-File/washing-machine-banner.webp') center center/cover no-repeat;
    overflow:hidden;
}

.Ro-hero-banner{
    position:relative;
    width:100%;
    min-height:30vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 8%;
    background:url('../Image-File/ro-repair-banner.jpg') center center/cover no-repeat;
    overflow:hidden;
}


.refrigeration-hero-banner{
    position:relative;
    width:100%;
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px 8%;
    background:url('../Image-File/refrigeration-banner.jpg') center center/cover no-repeat;
    overflow:hidden;
}
.cooler-hero-banner{
    position:relative;
    width:100%;
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px 8%;
    background:url('../Image-File/cooler-banner.jpg') center center/cover no-repeat;
    overflow:hidden;
}

.geyser-hero-banner{
 position:relative;
    width:100%;
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 8%;
    background:url('../Image-File/Geyser-banner.webp') center center/cover no-repeat;
    overflow:hidden;

}

.house-hero-banner{
    position:relative;
    width:100%;
    min-height:40vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 8%;
    background:url('../Image-File/House-Banner-Image.webp') center center/cover no-repeat;
    overflow:hidden;
}





.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:700px;
    text-align:center;
    color:#fff;
}


.hero-content h1{
    font-size:50px;
   line-height: 1.2;
    font-weight:700;
    margin-bottom:20px;
}

.hero-content p{
    font-size:18px;
    line-height:1.8;
    color:#e5e5e5;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;
    padding:10px 35px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.4s;
}

.btn-primary{
    background:#00bcd4;
    color:#fff;
}

.btn-primary:hover{
    transform:translateY(-4px);
}

.btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

.btn-secondary:hover{
    background:#fff;
    color:#000;
}

.hero-features{
    margin-top:45px;
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.hero-features div{
    font-size:16px;
    font-weight:500;
}




/* ==========================
   ABOUT SECTION
========================== */
.ro-about-section{
    background:#f8f9fa;
}

.main-image img{
    width:100%;
    height: 330px;
    object-fit:cover;
    border-radius:10px 10px 0px 0px;
}

.small-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0px 0px 69px 0px;

}

.section-tag{
    background-color:rgba(0, 225, 255, 0.123);
    padding:10px 10px 10px 10px;
    border-radius: 15px;
    color:#007599;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.about-content h2{
    font-size:30px;
    font-weight:700;
    margin: 31px 0 10px 0;
    color:#222;
}

.about-content p{
    color:#000000;
    line-height:22px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    padding:15px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.feature-box i{
    color:#00bcd4;
    font-size:18px;
}

.feature-box span{
    font-weight:600;
    color:#222;
}
#washing-machine{
    margin-top: 20px;
}




/*video css*/
.video-gallery{
    background:#f8f9fa;
}

.gallery-title{
    font-size: 43px;
    font-weight: 600;
}

.video-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}

.video-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.video-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.4s;
}

.video-card:hover .video-overlay{
    opacity:1;
}

.video-card:hover img{
    transform:scale(1.1);
}
.video-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}
.video-gallery video{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.modal video{
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.video-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.play-btn{
    width:80px;
    height:80px;

    border:none;

    border-radius:50%;

    background:#dc3545;
    color:#fff;

    font-size:28px;

    cursor:pointer;
}

.play-btn:hover{
    background:#000;
}

.modal-content{
    border:none;
}




/* ==========================
   GALLERY SLIDER
========================== */
.gallery-slider{
    padding:36px 0px;
    background:#fff;
    overflow:hidden;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    color:#00bcd4;
    font-weight:600;
    font-size:15px;
}

.section-title h2{
    font-size:30px;
    margin-top:10px;
    color:#111;
}

.slider-track{
    display:flex;
    width:calc(300px * 12);
    animation:scroll 25s linear infinite;
}

.slide{
    width:300px;
    margin:0 15px;
    flex-shrink:0;
}

.slide img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:18px;
    display:block;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    transition:.4s;
}

.slide img:hover{
    transform:scale(1.05);
}

@keyframes scroll{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(calc(-300px * 6));
    }

}



/* ==========================
   SERVICES SECTION
========================== */

.services-section{
    padding:38px 0;
    background:#fffcfc;
}

.section-title{
    text-align:center;
    margin-bottom:32px;
}

.section-title span{
    display:inline-block;
    background: #00bcd426;
    color: #177276fc;
    padding:10px 20px;
    border-radius:30px;
    margin-bottom:15px;
    font-weight:600;
}

.section-title h2{
    font-size: 28px;
    margin-bottom: 14px;
    font-weight: 600;
}

.section-title p{
    max-width:100%;
    margin:auto;
    color:#666;
    line-height:1.5;
}


.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:#ffffff;
    padding:40px 30px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card i{
    font-size:50px;
    color:#0ec9e2;
    margin-bottom:20px;
}

.service-card h3{
    margin-bottom:15px;
    font-size:24px;
}

.service-card p{
    color:#666;
    line-height:1.7;
}

.service-icon i{
    width:80px;
    height:80px;
    background:#00bcd4;
    color:#fff;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
}





/* ==========================
   ENQUIRY FORM
========================== */

.enquiry-section{
    padding:35px 8%;
    background:#f8fbff;
}

.enquiry-container{
    display:flex;
    align-items:center;
    gap:50px;
}

.enquiry-content{
    flex:1;
}

.enquiry-tag{
    display:inline-block;
    background:#e8f9fc;
    color:#00bcd4;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.enquiry-content h2{
    font-size:42px;
    margin-bottom:20px;
    color:#111;
}

.enquiry-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.enquiry-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:30px;
}

.enquiry-points div{
    background:#fff;
    padding:15px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    font-weight:600;
}

.enquiry-content img{
    width:100%;
    max-width:450px;
}

/* Form */

.enquiry-form-box{
    flex:1;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.input-group{
    margin-bottom:18px;
}

.input-group input,
.input-group select,
.input-group textarea{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:15px;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus{
    border-color:#00bcd4;
}

.submit-btn{
    width:100%;
    border:none;
    padding:16px;
    background:#00bcd4;
    color:#fff;
    font-size:16px;
    font-weight:600;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}

.submit-btn:hover{
    transform:translateY(-3px);
}




/* ==========================
   FOOTER
========================== */

.footer-section{
    background: #111;
    color: #fff;
    padding: 70px 0px 0px 0px;
    
   
}

.footer-logo img{
    border-radius: 7px;
    max-width:250px;
    margin-bottom:20px;
}

.footer-logo p{
    color:#ccc;
    line-height:29px;
}

.footer-widget h4{
    color:#fff;
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-widget h4::after{
    content:'';
    width:50px;
    height:3px;
    background:#dc3545;
    position:absolute;
    left:0;
    bottom:-8px;
}

.footer-widget ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget ul li a{
    font-size: 18px;
    color:#ccc;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#dc3545;
    padding-left:5px;
}

.contact-box p{
    color:#ccc;
    margin-bottom:15px;
    line-height:26px;
    font-size: 16px;
}
.contact-box p a{
    text-decoration:none;
    color:white;
}

.contact-box i{
    color:#dc3545;
    margin-right:8px;
}

.location-btn{
    margin-top:20px;
}

.location-btn a{
    display:inline-block;
    background:#dc3545;
    color:#fff;
    padding:12px 25px;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

.location-btn a:hover{
    background:#fff;
    color:#111;
}

.footer-bottom{
    margin-top:50px;
    padding:20px 0;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.1);
}

.footer-bottom p{
    margin:0;
    color:#bbb;
}
.footer-bottom p a{
    text-decoration: none;
    color:white;
}

.social-media-footer{
    margin-top: 80px;
}

.social-media-footer a{
     width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    border-radius:50%;
    background:#fff;
    color:#333;
    margin:0 8px;
    font-size:22px;
    transition:all .4s ease;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.facebook:hover{
    background:#1877F2;
    color:#fff;
    transform:translateY(-8px) rotate(360deg);
}


.instagram:hover{
    background:linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
    );
    color:#fff;
    transform:translateY(-8px) rotate(360deg);
}


.youtube:hover{
    background:#FF0000;
    color:#fff;
    transform:translateY(-8px) rotate(360deg);
}

.pinterest:hover{
    background:#ff4747;
    color:#fff;
    transform:translateY(-8px) rotate(360deg);
}

/*floating css*/

.floating-icons{
    position:fixed;
    right:50px;
    bottom:65px;
    z-index:9999;
    display:flex;
    flex-direction:row;
    gap:22px;
}

/* Call Button */

.call-btn-1{
    width:60px;
    height:60px;
    background:#dc3545;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:24px;
    box-shadow:0 5px 20px rgba(0,0,0,.25);
    animation:pulseCall 2s infinite;
    transition:.3s;
}

.call-btn:hover{
    color:#fff;
    transform:scale(1.1);
}

/* WhatsApp Button */

.whatsapp-btn{
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:28px;
    box-shadow:0 5px 20px rgba(0,0,0,.25);
    animation:pulseWhatsapp 2s infinite;
    transition:.3s;
}

.whatsapp-btn:hover{
    color:#fff;
    transform:scale(1.1);
}

/* Animation */

@keyframes pulseCall{

    0%{
        box-shadow:0 0 0 0 rgba(220,53,69,.7);
    }

    70%{
        box-shadow:0 0 0 15px rgba(220,53,69,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(220,53,69,0);
    }
}

@keyframes pulseWhatsapp{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.7);
    }

    70%{
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}




#backToTop{
    position:fixed;
    left:30px;
    bottom:70px;
    width:40px;
    height:40px;
    border: 1px solid rgb(255, 255, 255);
    /* background:#dc3545; */
    color:#ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    z-index:999;
    opacity:0;
    visibility:hidden;
  
}

#backToTop:hover{
    background:#000;
    color:#fff;
    
}

#backToTop.show{
    opacity:1;
    visibility:visible;
}




/* ======================================
   RESPONSIVE CSS
====================================== */

/* Tablet View */

@media screen and (max-width:991px){

    .about-section .container{
        flex-direction:column;
    }

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .enquiry-container{
        flex-direction:column;
    }

    .hero-content h1{
        font-size:40px;
    }

    .about-content h2,
    .enquiry-content h2{
        font-size:34px;
    }

    .navbar-brand img{
        height:70px;
    }

    .nav-buttons{
        margin-top:20px;
        justify-content:center;
        flex-wrap:wrap;
    }

}


/* Mobile View */

@media screen and (max-width:767px){


.social-media-icon-header{
    margin-top:10px;
}

/* Navbar */

.navbar-brand img{
    height:60px;
}

.nav-link{
    margin:8px 0;
}

.nav-buttons{
    width:100%;
    flex-direction:column;
    margin-top:15px;
}

.book-btn,
.call-btn{
    width:100%;
    text-align:center;
    padding:12px;
}

/* Hero */

.hero-banner{
    min-height:300px;
    padding:60px 20px;
}

.hero-content h1{
    font-size:28px;
    line-height:1.4;
}

.hero-buttons{
    flex-direction:column;
}

.btn-primary,
.btn-secondary{
    width:100%;
    text-align:center;
}

/* About */

.about-section .container{
    flex-direction:column;
}

.big-image img{
    height:280px;
}

.small-image img{
    height:150px;
}

.about-content h2{
    font-size:28px;
}

.about-features{
    grid-template-columns:1fr;
}

/* Video */

.gallery-title{
    font-size:28px;
}

.play-btn{
    width:60px;
    height:60px;
    font-size:20px;
}

/* Gallery */

.slide-track img{
    width:220px;
    height:170px;
}

/* Services */

.services-grid{
    grid-template-columns:1fr;
}

.service-card{
    padding:25px;
}

.service-btn-2{
    align-items: center;
}

/* Enquiry */

.enquiry-container{
    flex-direction:column;
}

.enquiry-content h2{
    font-size:28px;
}

.enquiry-points{
    grid-template-columns:1fr;
}

.enquiry-form-box{
    padding:20px;
}

/* Footer */

.footer-section{
    padding:50px 15px 0;
   
}

.footer-widget h4::after{
    left:9%;
    transform:translateX(-50%);
}

.social-media-footer{
    margin-top:30px;
}

.location-btn iframe{
    width:100%;
    height:220px;
}

/* Floating Button Mobile */

.floating-icons{
    right: 25px;
    bottom: 54px;
    gap:10px;
    z-index:99999;
}

.call-btn-1,
.whatsapp-btn{
    width:50px;
    height:50px;
    font-size:20px;
}

/* Back To Top Mobile */

    #backToTop{
        left: 23px;
        bottom: 62px;
        width:35px;
        height:35px;
        background-color: #000000;
        border: 1px solid rgb(255, 255, 255) !important;
        font-size:12px;
        border-width:6px;
    }

.footer-bottom{

    font-weight: 600;
    font-size: 6px;
    }


}


.social-media-icon-header{
    text-align: end;
}
.inquiry-form-box .form-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}













