/* ===================================
   RESPONSIVE STYLES
   =================================== */

/* LARGE SCREENS (Desktop) */
@media (min-width: 1200px) {
    .hero {
        height: 100vh;
        min-height: 700px;
    }

    

    .header {
        width: 85%;
        max-width: 1100px;
        top: 20px;
    }

    .mobile-menu-toggle {
        display: none;
    }
}

/* MEDIUM SCREENS (Tablet Landscape) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero {
        height: 100vh;
        min-height: 650px;
    }

    .hero-title {
        font-size: 44px;
    }

    .stat-item {
        padding: 18px 28px;
    }

    .stat-value {
        font-size: 26px;
    }

    .stat-label {
        font-size: 11px;
    }

    .header {
        width: 88%;
        max-width: 1000px;
        top: 18px;
        padding: 11px 22px;
    }

    .logo-text {
        font-size: 15px;
    }

    .header-nav {
        gap: 25px;
    }

    .header-nav .nav-link {
        font-size: 12px;
    }

    .mobile-menu-toggle {
        display: none;
    }
}

/* TABLET SCREENS */
@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        height: 90vh;
        min-height: 500px;
    }

    .hero-title {
        font-size: 38px;
        letter-spacing: 1px;
    }

    .hero-heading-wrapper {
        margin-bottom: 40px;
    }

    .stat-item {
        padding: 15px 22px;
    }

    .stat-value {
        font-size: 24px;
    }

    .stat-label {
        font-size: 11px;
        max-width: 110px;
    }

    .stat-divider {
        height: 50px;
        margin: 0 8px;
    }

    .header {
        width: 90%;
        max-width: 900px;
        top: 15px;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .logo-icon {
        font-size: 22px;
    }

    .logo-text {
        font-size: 14px;
        letter-spacing: 0.6px;
    }

    .logo-tagline {
        font-size: 9px;
    }

    .header-divider {
        height: 35px;
    }

    .header-nav {
        gap: 22px;
    }

    .header-nav .nav-link {
        font-size: 11px;
    }

    .mobile-menu-toggle {
        display: none;
    }
}

/* SMALL TABLET & LARGE MOBILE */
@media (min-width: 576px) and (max-width: 767px) {
    .hero {
        height: 85vh;
        min-height: 450px;
    }

    .hero-title {
        font-size: 32px;
        letter-spacing: 0.8px;
    }

    .hero-heading-wrapper {
        margin-bottom: 35px;
    }

    .stat-item {
        padding: 12px 18px;
    }

    .stat-value {
        font-size: 22px;
    }

    .stat-label {
        font-size: 10px;
        max-width: 95px;
    }

    .stat-divider {
        height: 45px;
        margin: 0 6px;
    }

    .header {
        width: 92%;
        max-width: 500px;
        top: 12px;
        padding: 9px 18px;
        border-radius: 9px;
    }

    .logo-icon {
        font-size: 20px;
    }

    .logo-text {
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .logo-tagline {
        font-size: 8px;
    }

    .header-divider {
        height: 32px;
        margin: 0 12px;
    }

    .header-nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #004b68;
        flex-direction: column;
        gap: 0;
        padding: 12px 15px;
        border-radius: 0 0 9px 9px;
        width: 92%;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-nav.active {
        display: flex;
    }

    .header-nav .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 11px;
    }

    .mobile-menu-toggle {
        display: flex;
    }
}

/* MOBILE PHONES */
@media (max-width: 575px) {
    .hero {
        height: 80vh;
        min-height: 400px;
    }

    .hero-content {
        padding: 20px 15px;
    }

    .hero-title {
        font-size: 28px;
        letter-spacing: 0.4px;
        line-height: 1.3;
    }

    .hero-heading-wrapper {
        margin-bottom: 30px;
    }

  

    .stat-item {
        padding: 12px 10px;
    }

    .stat-value {
        font-size: 22px;
    }

    .stat-label {
        font-size: 11px;
        max-width: 140px;
    }

    .stat-divider {
        display: none;
    }

    .header {
        width: 94%;
        max-width: 100%;
        top: 10px;
        padding: 8px 15px;
        border-radius: 8px;
    }

    .header-container {
        gap: 12px;
    }

    .header-logo {
        gap: 8px;
    }

    .logo-icon {
        font-size: 18px;
    }

    .logo-text {
        font-size: 12px;
        letter-spacing: 0.4px;
    }

    .logo-tagline {
        font-size: 8px;
    }

    .header-divider {
        height: 28px;
        margin: 0 10px;
    }

    /* .header-nav {
        display: none;
        position: absolute;
        top: 52px;
        left: 0;
        right: 0;
        background-color: var(--dark-teal);
        flex-direction: column;
        gap: 0;
        padding: 10px 15px;
        border-radius: 0 0 8px 8px;
        width: 94%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
    }

    .header-nav.active {
        display: flex;
    } */
    
   

    .header-nav {
        display: flex;
        position: absolute;
        top: -300px; /* upar hidden */
        left: 50%;
        transform: translateX(-50%);
        width: 94%;
        background:#004b68;
        flex-direction: column;
        padding: 10px 15px;
        border-radius: 0 0 8px 8px;
        gap: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        z-index: 99;
    }

    .header-nav.active {
        top: 52px; /* niche aa jayega */
        opacity: 1;
        visibility: visible;
    }


    .header-nav .nav-link {
        padding: 9px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 12px;
    }

    .mobile-menu-toggle {
        display: flex;
        gap: 4px;
    }

    .mobile-menu-toggle span {
        width: 20px;
        height: 2px;
    }
}

/* SMALL MOBILE PHONES (Extra Small) */
@media (max-width: 375px) {
    .hero-title {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .stat-value {
        font-size: 20px;
    }

    .stat-label {
        font-size: 10px;
    }

    .header {
        width: 96%;
        top: 8px;
        padding: 7px 12px;
        border-radius: 7px;
    }

    .header-container {
        gap: 10px;
    }

    .logo-icon {
        font-size: 16px;
    }

    .logo-text {
        font-size: 11px;
    }

    .header-divider {
        height: 24px;
        margin: 0 8px;
    }

    

   
}

/* TEAM SECTION RESPONSIVE */





/* BLOGS SECTION RESPONSIVE */

@media (min-width: 1200px) {
    .blogs-left {
        min-height: 700px;
    }

    .blogs-content {
        padding: 60px 50px;
    }

    .blogs-title {
        font-size: 48px;
    }

    .blogs-cards-wrapper {
        padding: 60px 40px;
        min-height: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blogs-left {
        min-height: 650px;
    }

    .blogs-content {
        padding: 50px 40px;
    }

    .blogs-title {
        font-size: 42px;
    }

    .blogs-cards-wrapper {
        padding: 50px 35px;
        min-height: 650px;
    }

    .blog-card {
        padding: 24px 20px;
    }

    .blog-card-title {
        font-size: 16px;
    }

    .blog-card-description {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blogs-left {
        min-height: 500px;
    }

    .blogs-content {
        padding: 40px 30px;
    }

    .blogs-label {
        font-size: 12px;
    }

    .blogs-title {
        font-size: 36px;
    }

    .blogs-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .blogs-cards-wrapper {
        padding: 40px 30px;
        min-height: 500px;
    }

    .blog-card {
        padding: 20px 18px;
    }

    .blog-card-title {
        font-size: 15px;
    }

    .blog-card-description {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .blogs .container-fluid {
        padding: 0;
    }

    .blogs .row {
        flex-direction: column;
    }

    .blogs-left {
        min-height: 300px;
    }

    .blogs-content {
        padding: 30px 25px;
    }

    .blogs-label {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .blogs-title {
        font-size: 32px;
        gap: 12px;
    }

    .blogs-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .blogs-cards-wrapper {
        padding: 30px 20px;
    }

    .blog-card {
        padding: 18px 16px;
        margin-bottom: 14px;
    }

    .blog-card-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .blog-card-description {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .blog-card-link {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .blogs-content {
        padding: 25px 20px;
    }

    .blogs-title {
        font-size: 28px;
    }

    .blogs-cards-wrapper {
        padding: 20px 15px;
    }

    .blog-card {
        padding: 16px 14px;
    }

    .blog-card-title {
        font-size: 13px;
    }
}




@media(max-width: 920px) {
   .about-industries{
    padding: 40px 0px;
   }
   .about-industries .section-label{
    font-size: 20px;
   }
   .content-center img.logo{
    margin-bottom: 50px;
   }
   .team-image-wrapper img{
    height: auto;
   }
   .about-industries .section-title{
    font-size: 16px;
    line-height: 34px;
   }
   .industries-title {
  font-size: 26px;
   }
   .industries-subtitle{
    font-size: 20px;
   }
   .industries-description{
    text-align: justify;
   }


   .core-strengths {
    padding: 40px 0;
    }
    .core-strengths .section-title {
        font-size: 26px;
    }
    .strength-card{
        padding: 20px;
    }
    .giving-back-title {
        font-size: 28px;
    }
    .giving-back-text {
        font-size: 18px;
        text-align: justify;
    }
    .giving-back-content {
        padding: 0px;
     }

     .team{
        padding: 40px 0;
     }
     .team-title{
        font-size: 26px;
        margin-bottom: 6px;
     }

     .blog-section{
        padding: 40px 0;
        height: auto;
     }
     .blog-heading{
        margin:0;
        padding:0;
        margin-bottom: 20px;
     }
     .faq-section{
        padding: 40px 0;
     }
      .faq-title {
            margin-bottom: 40px;
        }
        .custom-accordion .accordion-item{
            margin-bottom: 15px;
        }

        .custom-accordion .accordion-button {
            padding: 15px;
            font-size: 15px;
            
        }

        .custom-accordion .accordion-body {
            padding: 15px;
        }
        
    .chairman-section{
        padding:30px 0;
    }

    .chairman-box{
        min-height:auto;
    }

    .chairman-image{
        position:relative;
        left:auto;
        bottom:auto;
        text-align:center;
    }

    .chairman-image img{
        max-width:280px;
        margin:0 auto;
    }

    .chairman-content{
        padding:30px 20px 40px;
        text-align:center;
    }

    .chairman-content h2{
        font-size:28px;
    }

    .chairman-content p{
        font-size:17px;
        line-height:1.7;
    }

    .chairman-btn{
        min-width:180px;
        height:52px;
    }
    
    .offer-content{
        padding:50px 20px;
    }
    .offer-tag{
        margin-bottom:12px;
    }

     .offer-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

    .offer-desc{
        font-size:16px;
        margin-bottom:35px;
    }

    .offer-item{
        margin-bottom:25px;
    }

    .offer-btn{
        margin-top:10px;
    }
     .values-left{
        padding: 20px;
    }

    .values-title{
        font-size:28px;
        margin-bottom:35px;
    }

    .value-item{
        margin-bottom:25px;
    }

    .value-number{
        width:48px;
        height:48px;
        min-width:48px;
        font-size:14px;
    }

    .value-content h4{
        font-size:20px;
    }

    .value-content p{
        font-size:16px;
        line-height:1.6;
    }

    .values-image{
        height:auto;
    }

    .values-image img{
        height:auto;
    }
      .counter-section{
        padding:30px 0px;
    }

    .counter-section .row{
        --bs-gutter-x: 10px;
    }

    .counter-number{
        font-size:26px;
        margin-bottom:6px;
    }

    .counter-text{
        font-size:11px;
        line-height:1.4;
    }

    .parent-section {
        padding: 40px 0;
    }

      .parent-section h2 {
        font-size: 28px;
        margin-bottom: 0px;
        padding: 20px;
        text-align: center;
    }
    

    .parent-section p {
        font-size: 16px;
        line-height: 1.8;
    }

    .story-title h3 {
        font-size: 20px;
    }
    .story-title{
        gap: 9px;
        margin-bottom: 15px;
    }

    .left-image,
    .right-image {
        margin-top: 20px;
        /* margin-bottom: 30px; */
    }

    .right-content {
        padding: 25px;
    }
    .blog-section{
        padding:40px 0;
    }

    .blog-item{
        padding:30px 0;
    }

    .blog-image{
        height:220px;
        margin-top:25px;
    }

    .blog-title{
        font-size:22px;
        margin-bottom:10px;
    }

    .blog-desc{
        font-size:14px;
        line-height:1.6;
    }

    .blog-meta{
        flex-wrap:wrap;
        gap:10px;
        margin-bottom:18px;
    }

    .blog-category{
        font-size:11px;
    }

    .blog-date{
        font-size:12px;
    }
    .contact-section{
        padding:50px 0;
    }

    .contact-title{
        font-size:28px;
        margin-bottom:20px;
    }

    .contact-left{
        padding-right:0;
        margin-bottom:40px;
    }

    .contact-section .contact-text{
        font-size:16px;
        margin-bottom:15px;
    }
    .contact-info{
        margin-bottom:20px;
    }

    .contact-info p{
        font-size:16px;
    }

    .social-title{
        margin:40px 0 20px;
    }

    .contact-form .form-group{
        margin-bottom:10px;
    }

     .location-section{
        padding:30px 0;
    }

    .location-map{
        margin-bottom:25px;
    }

    .map-contact{
        position:relative;
        bottom:auto;
        right:auto;
        margin-top:15px;
        width:100%;
    }

    .location-info h3{
        font-size:32px;
    }

    .location-info p{
        font-size:16px;
        line-height:1.7;
    }


}

/* ===================================
   Hero stats: keep all four stats on a
   single row on mobile
   =================================== */
@media (max-width: 767px) {
    .hero-stats {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
    }

    .stat-item {
        flex: 1 1 0;
        min-width: 0;
        padding: 10px 4px;
    }

    .stat-value {
        font-size: 18px;
    }

    .stat-label {
        font-size: 10px;
        max-width: none;
    }

    .stat-divider {
        display: block;
        flex: 0 0 auto;
        width: 1px;
        height: 40px;
        margin: 0 4px;
    }
}

@media (max-width: 375px) {
    .stat-value {
        font-size: 16px;
    }

    .stat-label {
        font-size: 9px;
    }
}

/* ===================================
   Blog grid: swipeable slider on phone,
   plain grid stays on tablet/desktop
   =================================== */
@media (max-width: 767px) {
    .blog-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .blog-grid::-webkit-scrollbar {
        display: none;
    }

    .blog-grid > [class*="col-"] {
        flex: 0 0 82%;
        max-width: 82%;
        scroll-snap-align: center;
    }

    .blog-nav-arrows {
        display: flex;
    }
}

/* ===================================
   Who We Are counters: keep the four
   stats on one row on small phones too
   =================================== */
@media (max-width: 575px) {
    .counter-section .row{
        --bs-gutter-x: 6px;
    }

    .counter-number{
        font-size:18px;
        margin-bottom:4px;
    }

    .counter-text{
        font-size:9px;
        line-height:1.3;
    }
}