*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.invelop-icon p a{
       text-decoration: none !important;
       color:white;
}
.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: 0px 0px 0 0px;
}

.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: 14px 39px;
    border-radius:50px;
    font-weight:500;
} 

 .book-btn:hover{
    background:#c0313f;
    color:#f0f0f0;
}

.call-btn:hover{
    background:#dc3545;
    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);
    }
}


.carousel-item img{
    height: 650px;
    object-fit: cover;
}
.social-media-icon-header{
    text-align: end;
}
/* Caption Position */
.custom-caption{
    bottom: 40%;
}

#paragraph-1 h2{
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
}
#paragraph-1 p{
  color: #ffffff;
  font-weight: 600;
   font-size: 20px;
}

#paragraph-2 h2{
  color: #ffffff;
  font-weight: 700;
   font-size: 50px;
}
#paragraph-2 p{
  color: #ffffff;
  font-weight: 600;
   font-size: 20px;
}

#paragraph-3 h2{
  color: #ffffff;
  font-weight: 700;
   font-size: 50px;
}
#paragraph-3 p{
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.carousel-item{
    position: relative;
}

.carousel-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6); /* Black Transparent */
    z-index: 1;
}

.carousel-caption{
    z-index: 2;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 4.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center;
}
.carousel-item .custom-caption{
    opacity: 0;
    transform: translateY(80px);
}

.carousel-item.active .custom-caption{
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease;
}

.learn-btn{
    background:#dc3545;
    color:#fff;
    text-decoration:none;
     padding: 12px 35px;
    border-radius: 19px;
    font-weight:600;
}
.learn-btn:hover{
    background:#000;
    color:#fff;
}


.about-section{
    background:#fff;
    overflow:hidden;
}

.section-tag{
    border-radius: 10px;
    background-color: #e60b0b;
       padding: 10px 20px 10px 20px;
    color:#ffffff;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}


.about-section h2{
    font-size: 30px;
    font-weight: 700;
    margin-top: 14px;
}

.about-content h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.about-content p{
    color:#000000;
    line-height:30px;
    margin-bottom:15px;
    font-size: 17px;
}

.about-btn{
    display:inline-block;
    background:#009ac9;
    color:#fff;
    padding: 9px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    margin-top:15px;
    transition:.4s;
}

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

/* Image Design */

.image-wrapper{
    position:relative;
    padding:20px;
}

.about-image{
    width:100%;
    border-radius:20px;
    border:8px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.corner-design{
    position:absolute;
    width:180px;
    height:180px;
    border-top:8px solid #dc3545;
    border-right:8px solid #dc3545;
    top: -2px;
    right: 1px;
    border-radius:0 20px 0 0;
}



/* Cards */

.feature-card{
    background:#fff;
    border:1px solid #eee;
    padding:25px;
    border-radius:15px;
    position:relative;
    height:100%;
    transition:.4s;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.feature-card:hover{
    transform:translateY(-8px);
}

.number-circle{
    width:60px;
    height:60px;
    background:#863dfc;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.feature-card h5{
     font-size: 15px;
    font-weight:700;
    margin-bottom:15px;
}

.feature-card p{
    color:#000000;
    font-size: 16px;
}




.why-choose-section{
    background:#f8f9fa;
    overflow:hidden;
}

.sub-title{
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    background-color: #e60b0b;
    color:#ffffff;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.why-choose-section h2{
    margin-top: 19px;
    font-size: 24px;
    font-weight:700;
}

/* Image Section */

.why-image-box{
    position:relative;
    padding:20px;
}



.why-image{
     width: 100%;
    border-radius: 13px;
    position: relative;
    z-index: 2;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

/* Top Left Design */

.corner-top{
    position:absolute;
    width:180px;
    height:180px;
    border-left:8px solid #dc3545;
    border-top:8px solid #dc3545;
    top:-10px;
    left:-10px;
    border-radius:20px 0 0 0;
}



.corner-bottom{
    position:absolute;
    width:180px;
    height:180px;
    border-right:8px solid #dc3545;
    border-bottom:8px solid #dc3545;
    bottom:-10px;
    right:-10px;
    border-radius:0 0 20px 0;
}




/* Content */

.why-choose-section h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.why-choose-section p{
   color: #000000;
    line-height: 30px;
    font-size: 15px;
}


/* Feature */

.feature-item{
    background:#fff;
    padding:15px;
    border-radius:10px;
    border-left:4px solid #dc3545;
    font-weight:500;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

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

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


.gallery-section{
    background:#f8f9fa;
}

.gallery-title{
    font-size:45px;
    font-weight:800;
    color:#222;
    margin-bottom:10px;
}

.services-section{
    background:#f8f9fa;
}

.service-heading{
    font-size: 29px;
    font-weight:600;
    color:#222;
}

.service-subtitle{
    color:#777;
}

/* Service Card */

.service-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

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

.service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.service-content{
    padding:25px;
    text-align:center;
}

.service-content h4{
    font-size: 17px;
    font-weight:700;
    margin-bottom:20px;
}

/* Button */

.service-btn{
    display:inline-block;
    padding: 10px 40px;
    background:#14a4e7;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    transition:.4s;
    font-weight:600;
}

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


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

.gallery-heading{
    font-size: 32px;
    font-weight:600;
    color:#222;
}

.gallery-subtitle{
    color:#777;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
}

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

.gallery-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255, 252, 253, 0.384);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    /* transition:.5s; */
}

.gallery-overlay i{
    width:70px;
    height:70px;
    background:#fff;
    color:#dc3545;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    font-size:26px;
    transform:scale(0);
    transition:.4s;
}

.gallery-item:hover img{
    opacity:.3;
    transform:scale(1.1);
}

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

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

.see-more-btn{
    display: inline-block;
    padding: 9px 35px;
    background: #44a5de;
    color: #fff;
    text-decoration: none;
    border-radius: 23px;
    font-weight: 600;
    transition: .4s;
}

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

.modal-content{
    background:transparent;
}

#popupImage{
    width:100%;
    max-height:85vh;
    object-fit:contain;
}





.book-now-section{
    background:#f8f9fa;
}

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

.booking-heading h2{
    font-size:38px;
    font-weight:700;
    color:#222;
}

.booking-heading p{
    color:#666;
}

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

textarea.form-control{
    height:auto;
}

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

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

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

.book-btn i{
    margin-right:8px;
}



.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;
    font-size: 14px;
}
.footer-widget{
    margin-left: 20x;
}

.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:15px;
    line-height:26px;
    font-size: 15px;
}
.contact-box p a{
    text-decoration:none;
    colo: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:#c2c1c1;
}
.footer-bottom p a{
    text-decoration: none;
    color:white;
}

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

.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:#8f0909;
    color:#fff;
    transform:translateY(-8px) rotate(360deg);
}






.floating-icons{
    position:fixed;
    right: 53px;
    bottom: 70px;
    z-index:9999;
    display:flex;
    flex-direction:row;
    gap:15px;
}

/* 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 (992px - 1199px)
====================================== */

@media (max-width:1199px){

    .carousel-item img{
        height:600px;
    }

    #paragraph-1 h2,
    #paragraph-2 h2,
    #paragraph-3 h2{
        font-size:42px;
    }

}

/* ======================================
   TABLET VIEW (768px - 991px)
====================================== */

@media (max-width:991px){

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

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

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

    .carousel-item img{
        height:500px;
    }

    #paragraph-1 h2,
    #paragraph-2 h2,
    #paragraph-3 h2{
        font-size:34px;
    }

    .about-section h2,
    .why-choose-section h2,
    .service-heading,
    .gallery-heading{
        font-size:36px;
    }

    .about-content h3,
    .why-choose-section h3{
        font-size:28px;
    }

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

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

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

}

/* ======================================
   MOBILE VIEW (0px - 767px)
====================================== */

@media (max-width:767px){

    /* Header */

    /* .header-section{
        text-align:center;
    } */

    .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{
        flex-direction:column;
        width:100%;
        margin-top:15px;
    }

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

    /* Slider */

    .carousel-item img{
        height:300px;
    }

    .custom-caption{
        bottom:10%;
    }

    #paragraph-1 h2,
    #paragraph-2 h2,
    #paragraph-3 h2{
        font-size:22px;
    }

    #paragraph-1 p,
    #paragraph-2 p,
    #paragraph-3 p{
        font-size:14px;
    }

    .learn-btn{
        padding:10px 25px;
        font-size:14px;
    }

    /* About */

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

    .about-content h3{
        font-size:24px;
    }

    .about-content p{
        font-size:15px;
        line-height:26px;
    }

    .corner-design{
        display:none;
    }

    /* Feature Card */

    .feature-card{
        padding:15px;
    }

    .feature-card h5{
        font-size:16px;
    }

    /* Why Choose */

    .why-choose-section h2{
        font-size:28px;
    }

    .why-choose-section h3{
        font-size:24px;
    }

    .corner-top,
    .corner-bottom{
        display:none;
    }

    /* Service */

    .service-heading{
        font-size:30px;
    }

    .service-card img{
        height:180px;
    }

    /* Gallery */

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

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

    /* Footer */

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

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

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

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

    /* Floating Buttons */
   

    .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: 8px;
    padding:10px 0;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.1);
}
.footer-bottom p{
font-size: 7px;
}
}
.navbar-expand-lg .navbar-nav .nav-link{
padding: 8px 0;
}

.inquiry-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.inquiry-form-box .form-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}
.submit-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 6px 21px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}
.submit-btn:hover {
    background: #000;
}