*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
a{
       text-decoration: none !important;
}
.invelop-icon a{
    color: #fff;
}
.contact-box p a{
        color: #fff;
}

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

.invelop-icon p {
    margin: 0 0 0 0;
}

.social-media-icon-header a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    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: 17px;
  font-weight: 600;
}

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

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

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

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

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

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

.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{
    display: none;
    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);
    }
}


/*banner image */
.about-banner{
    background:linear-gradient(
    rgba(0, 0, 0, 0.267),
    rgba(0,0,0,.7)),
    url(Image-File/gallery-banner.jpg);
    height: 350px;
    background-size:cover;
    background-position:center;
padding: 126px 0;
    text-align:center;
}

.banner-content h1 {
   color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.banner-content p a{
    text-decoration: none;
    margin: 5px;
    color:#fff;
       font-size: 20px;
}

.banner-content span{
    color:#ffffff;
}



.gallery-section{
    background:#f8f9fa;
}

.gallery-title{
    font-size:48px;
    font-weight:800;
    color:#222;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

   .gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}


/* Overlay */
.gallery-section{
    background:#f8f9fa;
}

.gallery-title{
    font-size:40px;
    font-weight:700;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.gallery-item img{
    width:100%;
      height: 344px;
    object-fit:cover;
}
.social-media-icon-header{
    text-align: end;
}
.gallery-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(220,53,69,.8);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
}

.gallery-overlay a{
    width:70px;
    height:70px;
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transform:scale(0);
    transition:.4s;
}

.gallery-overlay i{
    font-size:28px;
    color:#dc3545;
}

.gallery-item:hover img{
    transform:scale(1.15);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
    visibility:visible;
}

.gallery-item:hover .gallery-overlay a{
    transform:scale(1);
}

#popupImage{
    max-height:80vh;
    width:auto;
    max-width:100%;
    object-fit:contain;
}
.modal-body{
    text-align:center;
}


/* inquary form*/
.inquiry-section{
    background:#f8f9fa;
}

.inquiry-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.form-title{
    font-size: 29px;
    font-weight:700;
    color:#222;
}

.form-control,
.form-select{
    height:55px;
    border-radius:10px;
    border:1px solid #ddd;
}

textarea.form-control{
    height:auto;
}

.form-control:focus,
.form-select:focus{
    border-color:#dc3545;
    box-shadow:none;
}

.form-label{
    font-weight:600;
    margin-bottom:8px;
}

.submit-btn{
    background:#dc3545;
    color:#fff;
    border:none;
    padding: 9px 32px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

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



.inquiry-section{
    position: relative;
    padding:100px 0;
    min-height: 700px;
    background: #f5f5f5;
    overflow: hidden;
}

/* Form */
.form-wrapper{
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Left Design */
.left-design{
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

/* Right Design */
.right-design{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

/* Circles */
.circle{
    position: absolute;
    border-radius: 50%;
}

.circle-1{
    width: 200px;
    height: 200px;
    background: rgba(220,53,69,.1);
    top: -100px;
    left: -80px;
}

.circle-2{
    width: 120px;
    height: 120px;
    background: rgba(13,110,253,.1);
    bottom: -50px;
    right: -30px;
}

.circle-3{
    width: 220px;
    height: 220px;
    background: rgba(255,193,7,.15);
    top: -120px;
    right: -80px;
}

.circle-4{
    width: 140px;
    height: 140px;
    background: rgba(220,53,69,.1);
    bottom: -60px;
    left: -40px;
}

/* Cards */
.service-card{
    width: 220px;
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    position: relative;
    z-index: 2;
}

.service-card i{
    font-size: 50px;
    color: #dc3545;
    margin-bottom: 15px;
}

.service-card h5{
    font-weight: 700;
}




.footer-section{
    background: #111;
    color: #fff;
    padding: 80px 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{
    margin-left: 20px;
}

.footer-widget h4{
    color:#fff;
    font-size:24px;
    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: 17px;
    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: 6px;
    line-height: 30px;
   
    font-size: 15px;

}

.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: #bbbbbb;
}

.footer-bottom p a{
    text-decoration: none;
    color: #f5f5f5;
}

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

.social-media-footer a{
     width:50px;
    height:50px;
    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:#b30606;
    color:#fff;
    transform:translateY(-8px) rotate(360deg);
}



.floating-icons{
    position:fixed;
    right:45px;
    bottom:70px;
    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.show{
    opacity:1;
    visibility:visible;
}




/* ===================================
   LAPTOP VIEW
=================================== */

@media (max-width:1199px){

    .gallery-item img{
        height:350px;
    }

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

}

/* ===================================
   TABLET VIEW
=================================== */

@media (max-width:991px){

    /* Navbar */

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

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

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

    /* Banner */

    .about-banner{
        height:auto;
        padding:120px 0;
    }

    .banner-content h1{
        font-size:34px;
    }

    /* Gallery */

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

    .gallery-item img{
        height:280px;
    }

    /* Inquiry */

    .left-design,
    .right-design{
        display:none;
    }

    .inquiry-section{
        padding:80px 0;
        min-height:auto;
    }

    /* Footer */

    .footer-section{
        padding:60px 20px 0;
    }

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

}

/* ===================================
   MOBILE VIEW
=================================== */

@media (max-width:767px){



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

    /* Navbar */

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

    /* .collapse.navbar-collapse{
        text-align:center;
    } */

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

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

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

    /* Dropdown Fix */

    .navbar .dropdown:hover .dropdown-menu{
        display:none;
    }

    .dropdown-menu.show{
        display:block;
    }

    /* Banner */

    .about-banner{
        height:auto;
        padding:90px 0;
    }

    .banner-content h1{
        font-size:28px;
    }

    .banner-content p a{
        font-size:15px;
    }

    /* Gallery */

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

    .gallery-item img{
        height:220px;
    }
   
    .gallery-overlay a{
        width:50px;
        height:50px;
    }

    .gallery-overlay i{
        font-size:20px;
    }

    /* Inquiry Form */

    .left-design,
    .right-design{
        display:none;
    }

    .inquiry-section{
        padding:50px 0;
        min-height:auto;
    }

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

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

    /* Footer */
/* 
    .footer-section{
        padding:0px 1px 0;
       
    } */

    .footer-widget{
        margin-left:0;
    }

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

    .footer-widget ul li a{
        font-size:18px;
    }

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

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

    /* Floating Buttons */

    .floating-icons{
        right:10px;
       bottom: 66px;
        gap:10px;
    }

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

    /* Back To Top */

     #backToTop{
        left: 20px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-width: 3px;
        z-index: 99999;
        
    }
    .footer-bottom{
    font-size: 7px;
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,.1);
    }
}
