﻿/* ========================================================
   RESPONSIVE STYLES
   xl ≤1399 | lg ≤1199 | md ≤991 | sm ≤767 | xs ≤575
======================================================== */

/* ----- XL (≤ 1399px) ----- */
@media (max-width: 1399px) {
.hero-heading {font-size: 4.5rem;}
.site-header .container-fluid {max-width: 100%;}
.hero-content-row {padding: 30px 0;}
.contact-section-wrap {margin: 0 12px;}
}
@media (max-width: 1299px) {
.hero-heading {font-size: 4rem;}
.hero-badge-link,
.hero-rotating-badge {width: 90px;height: 90px;}
.badge-center {width: 35px;height: 35px;}
.hero-section {min-height: 514px;}
.partners-col-right {padding-left: 52px;}
.for_pad_left {padding-left: 5px;}
.for_pad_right {padding-right: 5px;}
}
/* ----- Large (≤ 1199px) ----- */

@media (max-width: 1199px) {
.hero-heading {font-size: 4rem;}
.hero-left {padding-right: 100px;}
.hero-badge-link {left: 49.7%;top: 49.5%;}
body {font-size: 16px;}
.hero-section {margin-top: 104px;}
.cta-footer-wrap {border-radius: 57px 57px 0 0;}
.solutions-col {padding: 36px 32px;}
.sfp {padding: 52px 44px 44px;}
.solutions-cta-heading {font-size: 1.3rem;}
}

@media (max-width: 1099px) {
.hero-heading {font-size: 3.5rem;}
}

/* ----- Medium / Tablet (≤ 991px) ----- */
@media (max-width: 991px) {
.site-header .navbar {padding: 14px 0;}
.solutions-section {padding: 60px 0;}
.hero-heading br {display: none;}
#mainNav {padding: 16px 0 12px;border-top: 1px solid var(--color-border);margin-top: 12px;}
.site-header .nav-link {padding: 10px 4px !important;}
.site-header .nav-link::after {display: none;}
.header-right {flex-direction: column;align-items: flex-start;gap: 12px;margin-top: 12px;}
.btn-book-meeting {width: 100%;justify-content: center;}
.hero-content-row {padding-top: 60px;padding-bottom: 60px;width: 55%;}
.site-header .container-fluid {max-width: 100%;}
.hero-section {margin-top: 0px;}
.hero-section {min-height: unset;overflow: visible;height: auto;}
.hero-slide {min-height: unset;height: auto;}
.hero-badge-link {display: none;}
.hero-content-row {padding: 80px 0 120px 0;width: 100%;}
.hero-heading {font-size: 4.6rem;}
.hero-left {padding-right: 0;}
.hero-img-wrap {position: relative;width: 100%;height: 300px;top: unset;right: unset;bottom: unset;border-radius: 0;}
.hero-img {border-radius: 0;}
.for_pad_left {padding-left: 0px;}
.for_pad_right {padding-right: 0px;}
section {padding: 60px 0;}
.exp-header , .blog-header {margin-bottom: 30px;}
.blog-card-title {font-size: 1.2rem;}
.testi-card-quote {font-size: 1.2rem;}
.hero-slide {min-height: unset;height: auto;}
.hero-v-dots {display: flex;flex-direction: row;position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);top: unset;right: unset;gap: 10px;}
.hvd { width: 8px; height: 8px; }
.hvd.active { width: 28px; height: 8px; border-radius: 5px; }
.about-sticky-footer-right {display: none;}
.about-sticky-footer--mobile {display: block;margin-top: 32px;border-top: 1px solid #d3d3d3;padding-top: 28px;}
.about-sticky-footer-left .section-heading br{display: none;}
.about-left {padding-right: 0;}

}

@media (max-width: 991px) and (min-width: 576px) {
  .hero-img-wrap {height: 420px;}

  /* Card 3 full-width side-by-side layout */
  .ac-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
  }
  .ac-card--wide .ac-card-top {
    flex-shrink: 0;
  }
  .ac-card--wide > :not(.ac-card-img) {
    flex: 1;
  }
  .ac-card--wide .ac-card-img {
    flex: 0 0 45%;
    max-width: 45%;
    margin-top: 0;
    border-radius: 16px;
    align-self: stretch;
  }
  .ac-card--wide .ac-card-img img {
    height: 100%;
    min-height: 240px;
    object-fit: cover;
  }
  .ac-card--wide .ac-card-content-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .about-sticky-footer--mobile {
    display: none;
  }
}
/* ----- Extra Small (≤ 575px) ----- */
@media (max-width: 575px) {
  .logo-icon {
    width: 38px;
    height: 38px;
  }

  .logo-icon span {
    font-size: 16px;
  }

  .logo-top,
  .logo-bottom {
    font-size: 10.5px;
    letter-spacing: 1.6px;
  }

  .hero-heading {
    font-size: 2.7rem;
    letter-spacing: -0.5px;
  }

  .hero-heading-line {
    width: 160px;
  }

  .hero-desc {
    font-size: 14.5px;
  }
  .solutions-section {
    padding: 45px 0 0px;
  }
  .solutions-label {
    margin-bottom: 20px;
  }

  .btn-view-solutions {
    justify-content: center;
    padding: 13px 20px;
  }

  .hero-strip-inner {
    height: 260px;
  }
  .exp-col-img-wrap {
    height: 286px;
  }
  .about-block-title {
    font-size: 1.5rem;
  }
  .blog-card:last-child {
    border-right: 0;
  }
  .testi-card-left {max-width: 100%;}
  .testi-card-quote {font-size: 1rem; padding-right: 0;}
  .testi-card-deco {opacity: 0.2;}
  .testi-card {gap: 12px;}
}
@media (max-width: 425px) {
  .hero-heading {
    font-size: 2.2rem;
  }
}

/* ----- Video Drawer responsive video --- */
@media (max-width: 767px) {
  .drawer-video-wrap {
    width: 96%;
  }

  .drawer-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

/* ========================================================
   BUSINESS SOLUTIONS — RESPONSIVE
======================================================== */

/* Desktop: hide the mobile-only duplicate CTA */


/* Below 992px: hide the CTA right part from sticky panel, show the bottom CTA block */



@media (max-width: 991px) {
  /* Stack founder panel above info panels */
  .solutions-grid {
    grid-template-columns: 1fr;
  }
  .solutions-info-stack {
    flex-direction: row;
    border-left: none;
  }
  .solutions-info-stack .solutions-col {
    border-bottom: none;
    border-right: 1px solid #d1d1d1;
  }
  .solutions-info-stack .solutions-col:last-child {
    border-right: none;
  }
  .sfp {
    min-height: auto;
    padding: 52px 44px;
  }
  .about-block {
    border-left: 0;
    padding: 36px 0px 36px 0px;
  }
  .bb_0 {
    border-bottom: 0 !important;
  }
  .bt_0 {
    border-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .solutions-info-stack {
    flex-direction: column;
  }
  .solutions-info-stack .solutions-col {
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .solutions-info-stack .solutions-col:last-child {
    border-bottom: none;
  }
  .sfp {
    padding: 44px 32px 40px;
  }
  .sfp-photo {
    width: 150px;
    height: 150px;
  }
  .sfp-quote {
    font-size: 1.1rem;
  }
  .sfp-name {
    font-size: 1.2rem;
  }
  .solutions-info-stack .solutions-col {padding: 25px 0;}
  .solutions-col2 , .solutions-col2 .solutions-desc{ padding-bottom: 0 !important; margin-bottom: 0 !important;}
}

@media (max-width: 575px) {
  .solutions-label {
    font-size: 1.5rem;
  }
  .about-sticky-img-wrap {
    height: 286px;
  }
  .sfp {
    padding: 40px 24px 36px;
  }
}

/* ========================================================
   EMPLOYEE EXPERIENCE — RESPONSIVE
======================================================== */
@media (max-width: 1199px) {
  .experience-img-wrap {
    width: 420px;
    height: 420px;
  }
  .experience-left {
    padding-right: 48px;
  }
}

@media (max-width: 991px) {
  .exp-cards {
    grid-template-columns: 1fr;
  }
  .exp-card {
    padding: 40px 32px;
  }
}

@media (max-width: 575px) {
  .exp-card {
    padding: 32px 24px;
  }
  .exp-card-title {
    font-size: 1.35rem;
  }
  .exp-header .section-heading {
    font-size: 1.6rem;
  }
}

/* ========================================================
   ABOUT SECTION — RESPONSIVE
======================================================== */
@media (max-width: 1199px) {
  .about-inner {
    gap: 50px;
  }
  .about-left {
    flex: 0 0 44%;
    max-width: 44%;
  }
}

@media (max-width: 991px) {
  .about-inner {
    flex-direction: column;
    gap: 40px;
  }
  .about-left {
    flex: none;
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .about-sticky {
    position: static;
  }
  .about-sticky-img img {
    height: 220px;
  }
  .about-right {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .about-block {
    padding: 22px 0;
  }
}

@media (max-width: 767px) {
  .about-block {
    gap: 16px;
    padding: 20px 0;
  }
  .about-block-icon {
    width: 54px !important;
    height: 54px !important;
    padding: 11px;
  }
}

/* ========================================================
   BLOG / JOURNAL SECTION — RESPONSIVE
======================================================== */
@media (max-width: 1199px) {
  .blog-header {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .blog-header-cta {
    grid-column: 1 / -1;
  }
  .blog-cards {
    gap: 20px;
  }
}

@media (max-width: 991px) {

  .blog-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .blog-cards {
    grid-template-columns: 1fr;
  }
  .blog-main-heading {
    font-size: 1.8rem;
  }
}

/* ========================================================
   CONTACT SECTION — RESPONSIVE
======================================================== */
@media (max-width: 1199px) {
  .contact-panel-inner {
    padding: 56px 48px;
  }
}

@media (max-width: 991px) {
  .contact-section {
    flex-direction: column;
    min-height: auto;
  }
  .contact-image {
    flex: none;
    max-width: 100%;
    width: 100%;
    height: 380px;
  }
  .contact-panel {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .contact-panel-inner {
    padding: 56px 40px;
  }
}

@media (max-width: 767px) {
  .contact-form-row {
    flex-direction: column;
    gap: 0;
  }
  .contact-form-col {
    gap: 20px;
  }
  .contact-panel-inner {
    padding: 48px 28px;
  }
  .contact-image {
    height: 280px;
  }
      .hero-heading {
        font-size: 3.5rem;
    }
}

/* ----- Testimonials responsive ----- */
@media (max-width: 991px) {
  .testi-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .testi-left {
    position: static;
    text-align: center;
  }
  .testi-left-stars {
    justify-content: center;
  }
  .testi-proof {
    justify-content: center;
  }
  .testi-section {padding-bottom: 100px;}
}

@media (max-width: 575px) {
  .testi-card {
    flex-direction: column;
  }
  .testi-card-left {
    flex-direction: row;
    min-width: unset;
    align-items: center;
    gap: 14px;
  }
  .testi-card-info {
    align-items: flex-start;
    text-align: left;
  }
  
}

/* ----- Partners Section responsive ----- */
@media (max-width: 1199px) {
  .partners-col-heading {
    padding-right: 40px;
  }
  .partners-heading {
    font-size: 2.2rem;
  }
}

@media (max-width: 991px) {
  .partners-inner {
    flex-wrap: wrap;
    gap: 36px;
  }
  .partners-col-label {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-col-heading {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .partners-col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-section {
    padding: 72px 0 80px;
  }
}

@media (max-width: 767px) {
  .partners-logos {
    gap: 24px;
  }
  .partners-logo {
    height: 44px;
  }
  .partners-badge-img {
    width: 140px;
  }
  .partners-col-label {
    padding-top: 4px;
    padding-left: 23px;
  }
}

/* ----- Footer responsive ----- */
@media (max-width: 1199px) {
  .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
    gap: 36px;
  }
}

@media (max-width: 1199px) {
  .footer-brand {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 60px 40px 60px 0;
  }
  .footer-right {
    padding: 60px 0 0 48px;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .footer-inner {
    flex-direction: column;
  }
  .footer-brand {
    flex: none;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 48px 0 40px;
  }
  .footer-right {
    padding: 48px 0 0;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
  }
    .hero-section {margin-top: 94px;}
}

@media (max-width: 767px) {
  .footer-right {
    padding: 40px 0 0;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 42px 20px;
    padding-bottom: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 18px 0 60px;
  }
  .bss-owl-wrap::before , .bss-owl-wrap::after  {background: transparent}
  .bss-logo-card img {height: 48px;}
  .bss-logo-card {padding: 13px 36px;}
}

@media (max-width: 480px) {
  .footer-cols {
    grid-template-columns: 1fr;
  }
}

/* ----- CTA Banner ----- */
@media (max-width: 1199px) {
  .cta-banner-left {
    padding-right: 48px;
  }
  .cta-banner-divider {
    margin: 0 48px;
  }
}

@media (max-width: 991px) {
  .cta-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .cta-banner-left {
    flex: none;
    width: 100%;
    padding-right: 0;
  }
  .cta-banner-divider {
    width: 60px;
    height: 1px;
    flex: none;
    align-self: auto;
    margin: 0;
  }
  .cta-banner-right {
    width: 100%;
  }
  .cta-arc {
    display: none;
  }
}

@media (max-width: 575px) {
    .cta-banner-section {padding: 50px 0;}
    .cta-footer-wrap {border-radius: 31px 31px 0 0;}
    .ac-top-row {margin-bottom: 30px;}
}

@media (max-width: 575px) {
  section {padding: 50px 0;}
  .blog-card-day {font-size: 1.8rem;}
  .blog-card-month {font-size: 0.8rem;}

}

/* ========================================================
   ABOUT COMPANY SECTION — RESPONSIVE
======================================================== */
@media (max-width: 1199px) {
  .ac-inner {
    gap: 48px;
  }
  .ac-pill-col {
    flex: 0 0 200px;
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .ac-inner {
    flex-direction: column;
    gap: 24px;
  }
  .ac-pill-col {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
  .ac-content-col {
    width: 100%;
  }
  .ac-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ac-desc {
    font-size: 16px;
  }
}

@media (max-width: 575px) {

  .ac-cards {
    grid-template-columns: 1fr;
  }
  .ac-item-icon {
    width: 50px;
    height: 50px;
  }
}

/* ========================================================
   FOUNDER QUOTE SECTION — RESPONSIVE
======================================================== */
@media (max-width: 1199px) {
  .fq-card {
    gap: 36px;
    padding: 40px 44px;
  }
  .fq-card-img {
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 991px) {
  .fq-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 36px 36px;
  }
  .fq-card-img {
    width: 160px;
    height: 160px;
  }
  .fq-card-body {
    padding-right: 0;
    width: 100%;
  }
  .fq-identity{flex-direction: column; align-items: start; gap: 4px;}
  .fq-role br{display:block}
  .fq-role br{display:block}
  .fq-name-pill{border: 0; padding: 0;}
  .fonder_linkdin{padding-left: 0;}

}

@media (max-width: 575px) {
  .fq-card {
    padding: 28px 24px;
  }
  .fq-card-img {
    width: 130px;
    height: 130px;
  }
  .fq-deco-quote {
    font-size: 90px;
    bottom: -6px;
    right: 16px;
    opacity: 0.08;
  }
    .hero-heading {font-size: 2.5rem;}
    
.hero-btns.dark_btn{padding-right: 48px;}
.hero-btns{padding-right: 50px;}

}
@media (max-width:425px) {
     .fq-name-pill {border: 0; padding: 0;}
     .fq-identity {gap: 2px;}

} 
@media (max-width:390px) {
        .hero-heading {
        font-size: 2.1rem;
    }
        .fq-card-img {width: 112px;height: 113px;}

}
@media (max-width:360px) {
      .fq-card-img {
        width: 92px;
        height: 126px;
    }

}