@media (min-width: 992px) {
    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: 12.5%;  
    }

    .excellence_section  .stat-box {
        width: 12.5%;
}
}


/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1200px) {
  .nav-container {
    padding: 0 30px;
  }

  .footer-container {
    padding: 0 40px;
  }

  .nav-left .nav-link {
    font-size: 15px;
    padding: 6px 10px;
  }
  header a.hasDrop {
    position: relative;
    padding-right: 4px;
}
  h1.case_detail_title {
    font-size: 2.146vw;
}
.casestudy-detail-title {
    font-size: 19px;
}
.section-body {
    font-size: 14px;
    line-height: 20px;
}
.related_case_studies .primeColor {
    font-size: 12px;
}
.related_case_studies .dark {
    font-size: 14px;
}
}

@media (max-width: 992px) {

    .excellence_section  .stat-box {
        width: 33%;
}


  section.wk_hero-banner {
    height: 450px;
    background: #000;
}

  /* Navbar — mobile: stack vertically, no center logo trick */
  .nav-brand-center {
    position: static;
    transform: none;
  }

  .nav-container {
    flex-wrap: wrap;
    padding: 12px 20px;
    height: auto;
  }

  .nav-collapse-left {
    order: 3;
    width: 100%;
  }

  .nav-right {
    order: 2;
  }

  .hero-navbar {
    height: auto;
  }

  .sticky-bar {
    height: auto;
  }

  /* Hero */
  .hero-product-wrap {
    width: 100%;
    position: relative;
  }

  .hero-product-img {
    max-height: 50vw;
    margin: 0 auto;
  }

  .hero-body {
    padding: 40px 0 80px;
  }

  .hero-title {
    font-size: clamp(36px, 7vw, 54px);
  }

  .hero-body .container-xxl {
    padding: 0 30px;
  }

  /* Sections */
  .about-section {
    padding: 60px 0;
  }

  .dark-banner-section {
    min-height: 500px;
  }

  .spec-section,
  .blog-section,
  .insta-section {
    padding: 60px 0;
  }

  .stat-inner {
    padding: 28px 18px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 17px;
  }

  /* Footer */
  .footer-container {
    padding: 0 24px;
  }

  .footer-bottom-row .col-lg-4.offset-lg-4 {
    order: 2;
  }

  .footer-bottom-row .col-lg-4:last-child {
    order: 3;
  }

  .footer-social {
    align-items: flex-start !important;
  }

  .footer-social-link:hover {
    padding-right: 0;
    padding-left: 4px;
  }
}

@media (max-width: 768px) {
  section.wk_main_banner.justify-content-end.project {
    min-height: 420px;
}
      .excellence_section  .stat-box {
        width: 50%;
}
  header {
    padding: 20px 0;
     
}
section.wk_hero-banner {
    height: 550px ;
    
}
img.main_img {
    width: 300px;
}
  h1.wk_main_title {
    font-size: 40px;
 
}
  .panel-card {
    height: 320px;
  }

  .panel-title {
    font-size: 22px;
  }

  .about-img-wrap {
    width: 100%;
  }

  .footer-body {
    padding: 50px 0 40px;
  }

  .footer-contact-bold {
    font-size: 18px;
    line-height: 36px;
  }

  .footer-col-label {
    font-size: 18px;
  }

  .footer-nav-list li a {
    line-height: 44px;
  }

  .wk_main_banner {
    min-height: 400px;     
}
.panel-explore-link{
  opacity: 1;
}

video.banner_vdo, section.hero_banner.mainBanner {
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
    background: #000;
}
.casestudy_product-section .row .fiter-con {
    justify-content: start !important;
    margin-top: 15px;
}
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .section-title {
    font-size: 26px;
  }

  .stat-number {
    font-size: 22px;
  }

  .nav-container {
    padding: 10px 16px;
  }

  .footer-container {
    padding: 0 16px;
  }

  .footer-col-label {
    font-size: 16px;
  }

  .newsletter-btn {
    padding: 0 16px;
    font-size: 13px;
  }
  h3.case_detail_sub_title {
    font-size: 2.3vw;
}
 h1.wk_main_title {
        font-size: 25px;
}

.team-section img {
    height: 190px!important;
    
}

iframe#modalIframe {
    height: 330px;
    margin: auto;
}

}

/* dark search btn override */
.nav-search-dark {
  color: var(--text-dark) !important;
}
/* Mobile Adjustments */
@media (max-width: 991px) {
    .news-detail-sec .sidebar-title {
        margin-top: 2rem;
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 1920px) {

  .my_container {
     
    max-width: 1800px;
    margin: auto;
}
}
@media (max-width: 320px) {
h1.wk_main_title {
        font-size: 20px;
}
}