/* =========================================
   Responsive Styles
========================================= */

/* ----------- Large Devices (≤1400px) ----------- */
@media only screen and (max-width: 1400px) {
    .swiper {
        width: 100%;
        height: 750px;
    }

    .content .main-title {
        font-size: 45px;
        line-height: 54px;
    }
}

/* ----------- Tablets and Below (≤991px) ----------- */
@media only screen and (max-width: 991px) {
    .slider {
        position: relative;
        bottom: 46px;
    }

    .about_us .container .content h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .fullscreen-slider {
        height: auto !important;
    }
    .features-section .feature-card {
    gap: 11px;
    align-items: center !important;
    flex-direction: column;
}
    
    #menu_color .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    background-color: #000 !important;
}

#menu_color .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #0c0606;
}





  



    #menu_color .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {

        background-color: #000 !important;
    }

}

  @media only screen and (max-width: 575px) {
        .slide-indicators {
            top: 85% !important;

        }
.site-header .logo img {
    /* height: 25px; */
    width: 30%;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

   

        .social-icons {
            position: absolute;
            bottom: 53px !important;

        }
      header {
    padding: 10px 45px 10px 0 !important;
}

    }



/* =========================================
   Sticky Header
========================================= */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    /* White background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    z-index: 1050;
    /* Keep it above all elements */
    transition: all 0.3s ease-in-out;
}

/* Header on scroll (shrink effect) */
.site-header.scrolled {
    padding: 8px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}