body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}


/* -----------------floatingButton----------------- */

.floatingButton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 8%;
    right: 20px;
    padding: 6px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #444242;
    z-index: 100;
    transition: background-color 0.3s ease;
  }
  
  @media only screen and (max-width: 767px) {
    .floatingButton {
      /* bottom: 10%; */
      bottom: 2%;
      left: 2%;
      right: 0;
    }
    .logo img {
      max-width: 60%;
    }

   
  }
  
.top-space{
    margin-top: 50px;
    transition: margin-top 0.3s ease;
}

.scrolled {
    margin-top: 0 !important;
    transition: margin-top 0.3s ease;
}

@media (max-width: 768px)   {
    .top-space{
        margin-top: 70px!important;
    }
  
    .home-banner{
       padding-top: 50px!important  ;
        background-color: #212529!important ;
    }
}


/* 
.home-banner {
    background-image: url(/images/indoor1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
   
    margin: 0;
    padding: 20px 5%;
   
    display: flex;
    align-items: center;
    
    justify-content: center;
   
    box-sizing: border-box;

}

@media (max-width: 991px) {
    .home-banner {
        padding: 15px 3%;
       
        min-height: 70vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .home-banner {
        background-image: url(/images/mob_home.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
} */


.about-banner {
    background-image: url(/images/99.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 30px;
}


@media (max-width: 991px) {
    .about-banner {
        padding: 15px 3%;
        /* Reduce padding for smaller screens */
        min-height: 70vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .about-banner {
        background-image: url(/images/7mob.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
}


.services-banner {
    background-image: url(/images/55.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 30px;
}


@media (max-width: 991px) {
    .services-banner {
        padding: 15px 3%;
        /* Reduce padding for smaller screens */
        min-height: 70vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .services-banner {
        background-image: url(/images/5mob.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
}

/* .product-banner .card-img, .card-img-top {
   max-height: 350px;
} */




.product-banner {
    background-image: url(/images/66.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 30px;
}


@media (max-width: 991px) {
    .product-banner {
        padding: 15px 3%;
        /* Reduce padding for smaller screens */
        min-height: 70vh;
        background-size: cover;
    }
    .product-banner h5{
        font-size : 0.8rem !important;
    }
}

@media (max-width: 768px) {
    .product-banner {
        background-image: url(/images/6mob.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
}

.partner-banner {
    background-image: url(/images/88.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 30px;
}


@media (max-width: 991px) {
    .partner-banner {
        padding: 15px 3%;
        /* Reduce padding for smaller screens */
        min-height: 70vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .partner-banner {
        background-image: url(/images/8mob.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
}

.contact-banner {
    background-image: url(/images/77.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 30px;
}


@media (max-width: 991px) {
    .contact-banner {
        padding: 15px 3%;
        /* Reduce padding for smaller screens */
        min-height: 70vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .contact-banner {
        background-image: url(/images/9mob.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
}

.divider-banner {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    background-image: url(/images/12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 30px;
}


@media (max-width: 991px) {
    .divider-banner {
        padding: 15px 3%;
        /* Reduce padding for smaller screens */
        min-height: 70vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .divider-banner {
        background-image: url(/images/12mob.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
}


.offer-banner {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    background-image: url(/images/13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 30px;
}


@media (max-width: 991px) {
    .offer-banner {
        padding: 15px 3%;
        /* Reduce padding for smaller screens */
        min-height: 70vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .offer-banner {
        background-image: url(/images/13mob.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 80vh;
        margin: 0;
        padding: 30px;

    }
}




/* -----services--------- */

/* Ensure the images have a landscape frame */
.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* This maintains a 16:9 aspect ratio */
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    /* Optional: Add a border for a framed look */
    border-radius: 5px;
    /* Optional: Slightly round the corners */

}

.landscape-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the container while maintaining aspect ratio */
}


/* --------------------contact---------------------- */
/* ContactSection.css */
.contact-section {
    background-color: #ffffff;
    /* White background */
    padding: 40px 20px;
    /* Vertical padding */
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */

}

.contact-section .row {
    justify-content: center;
}

.contact-info {
    margin-bottom: 20px;
    /* Spacing at the bottom */
    max-width: 900px !important;

}

.contact-item {
    margin-bottom: 20px;
    /* Space between items */
}

.contact-label {
    font-weight: bold;
    /* Bold label */
    font-size: 1.2rem;
    /* Font size for labels */
    color: #D19305;
    /* Golden color for labels */
    display: block;
    /* Makes the label block level */
}

@media (max-width :768px) {
    .contact-label {
        font-weight: bold;
        /* Bold label */
        font-size: 1rem;
        /* Font size for labels */
        color: #D19305;
        /* Golden color for labels */
        display: block;
        /* Makes the label block level */
    }
}

.contact-text {
    font-size: 1.3rem;
    /* Font size for text */
    font-weight: 500;
    color: #333333;
    /* Dark gray for text */
    background-color: #D19305;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    text-align: end;
}

@media (max-width : 768px) {
    .contact-text {
        font-size: 1rem;
        /* Font size for text */
        font-weight: 500;
        color: #333333;
        /* Dark gray for text */
        background-color: #D19305;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 12px;
        text-align: end;
    }
}

@media (max-width : 575px) {
    .contact-text {
        font-size: 0.8rem;
        /* Font size for text */
        font-weight: 500;
        color: #333333;
        /* Dark gray for text */
        background-color: #D19305;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 12px;
        text-align: end;
    }
}

.qr-code {
    max-width: 70%;
    /* QR code image size */
    height: auto;
    /* Maintain aspect ratio */
    border: 2px solid #cda45c;
    /* Border color */
    border-radius: 5px;
    /* Rounded corners for the QR code */
}

/* ---------navbar---------- */

.nav-link {
    position: relative;
    position: relative;
    display: inline-block;  /* Ensure the border stays just under the text */
    padding-bottom: 2px;
}
.nav-link.active {
    color: #D19305 !important;  
    border-bottom: 2px solid #D19305!important;  
}
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #D19305;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-in-out; /* Animation for the border */
}
.nav-link:hover {
    color: #D19305 !important;  
}
.nav-link:hover::after {
    width: 100%; /* Expand the border to full width */
}

/* ---footer---- */



.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

@media (max-width: 768px) {
    .footer-column {
        justify-content: flex-start;
        /* Align items to the start on small screens */
        align-items: flex-start;
        /* Align items to the start on small screens */
    }

    .footer-column .text-light a {
        padding-left: 0px;
    }
}