/**
 * CBET Master New Landing — Responsive Overrides
 * Loaded after newLanding.css and custom.css.
 * Desktop (1366px+) is intentionally untouched — max-width media queries only.
 */

/* =========================================================
   Small laptop (992px – 1365px)
========================================================= */
@media (max-width: 1700px) {
  .app_Mainheader_02 .navBar ul.navUl li {
	padding: 0 11px;
}
}

@media only screen and (min-width: 1200px) and (max-width:1364px) {
.RequestOnboardingHeader {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	max-width: 200px;
	box-shadow: 0 0 5px;
}
}

@media (max-width: 1688px) {
  .app_Mainheader_02 .navBar ul.navUl li {
	padding: 0 5px;
}
}
@media (max-width: 1499px) {
  .headerWrapper {
  padding: 20px 20px;
  }
  .headerWrapper .primaryBtn{ font-size: 18px; padding: 0 10px;}
    .headerWrapper .logo img{ max-width: 120px; height: auto;}
}

@media (max-width: 1365px) {
  .cbetFlow-wrapper {
    width: min(1200px, 94%);
    padding-left: 12px;
    padding-right: 12px;
  }

  .cbetFlow-mainCard {
    position: relative;
    overflow: visible;
    padding-top: 0;
  }

  .cbetFlow-mainCard::before,
  .cbetFlow-mainCard::after {
    display: none;
  }

  /* Fix circle clipped left: base CSS uses translateX(-50%) without left:50% */
  .cbetFlow-centerCircle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .cbetFlow-messageRow::before {
    display: none;
  }
}

/* =========================================================
   Small desktop / large tablet (992px – 1199px)
========================================================= */

@media (max-width: 1199px) {
  .cbetFlow-centerCircle{border-radius: 20px !important;
  margin:60px 0 50px !important;}
  .font-70px {
    font-size: 52px;
  }

  .readyContent_title {
    width: 100%;
    max-width: 100%;
  }

  .followsFlow {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trustSection.pb-247px {
    padding-bottom: 140px;
  }

  .institutionJourneyCard.mt-0px {
    margin-top: -100px;
  }

  .heroBannerInner-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-max-1500px,
  .container-max-1680px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ebFooter_logoWrap {
    margin-top: -100px;
  }
  .app_Mainheader_02 .navBar ul.navUl li a {
    color: #fff;
  }
}

/* =========================================================
   Tablet (768px – 991px)
========================================================= */

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }

  .font-70px {
    font-size: 42px;
  }

  .py-80px {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .pb-80px {
    padding-bottom: 56px !important;
  }

  .mb-100px {
    margin-bottom: 60px !important;
  }

  .manualAssessmentSec {
    padding: 60px 0;
  }

  /* Hero */
  .heroTopSec {
    padding-right: 0 !important;
  }

  .heroBtnWrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 20px;
  }

  .heroBtnWrap a {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    padding: 12px 16px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .heroTopSec .d-flex.gap-3 {
    gap: 16px !important;
  }

  .heroTopSec .d-flex.gap-3 > div {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }

  .heroTopSec .d-flex.gap-3 svg {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  .ProofComment_box {
    padding: 14px 16px !important;
  }

  .heroImg {
    padding-top: 24px;
  }

  /* Header UI (layout only) */
  .app_Mainheader_02 .headerWrapper {
    gap: 8px;
  }

  .app_Mainheader_02 .bookDemoBox {
    flex-shrink: 1;
    min-width: 0;
  }

  .app_Mainheader_02 .bookDemoBox .primaryBtn {
    font-size: 16px;
    padding: 6px 12px;
    white-space: nowrap;
  }

  .app_Mainheader_02 .bookDemoBox .primaryBtn-outline {
    margin-left: 6px !important;
    padding: 6px 10px;
    font-size: 15px;
  }

  .app_Mainheader_02 .bookDemoBox .bookDemoBtn {
    margin-left: 6px !important;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Pressure slider (Slick) */
  .pressureSlider.slick-slider {
    margin-left: -8px;
    margin-right: -8px;
  }

  .pressureSlider .slick-list {
    overflow: hidden;
  }

  .pressureSlider .slick-slide {
    padding: 0 8px;
    height: auto;
  }

  .pressureSlider .slick-slide > div,
  .pressureSlider .pressureCardItem {
    height: 100%;
  }

  .pressureSlider .pressureCardItem {
    flex: none;
    width: 100%;
  }

  .pressureSlider .slick-dots {
    bottom: -32px;
  }

  .pressureSlider .slick-dots li button:before {
    color: #6e3562;
    opacity: 0.35;
  }

  .pressureSlider .slick-dots li.slick-active button:before {
    color: #6e3562;
    opacity: 1;
  }

  .pressureIcon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 32px;
  }

  /* Trust overlap */
  .trustSection.pb-247px {
    padding-bottom: 80px;
  }

  .institutionJourneyCard.mt-0px {
    margin-top: -40px;
  }

  .institutionJourneyBody {
    padding: 28px 24px 16px;
  }

  .institutionJourneyHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* CBET flow */
  .cbetFlow-mainCard::before,
  .cbetFlow-mainCard::after {
    display: none;
  }

  .cbetFlow-messageRow::before {
    display: none;
  }

  .cbetFlow-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cbetFlow-wrapper.mb-100px {
    margin-bottom: 60px !important;
  }

  .cbetFlow-hero {
    padding-bottom: 140px;
  }

  .cbetFlow-mainCard {
    margin-top: -120px;
    padding-top: 0;
    align-items: stretch;
    gap: 0;
    overflow: visible;
  }

  .cbetFlow-centerCircle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: -90px auto 8px;
    width: min(280px, calc(100% - 32px));
    height: auto;
    min-height: 250px;
    padding: 28px 20px;
    flex-shrink: 0;
  }

  .cbetFlow-handshake {
    margin-top: -48px;
  }

  .cbetFlow-handshake img {
    max-width: 48px;
    height: auto;
  }

  .cbetFlow-panel {
    padding: 28px 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cbetFlow-panel img {
    max-width: min(170px, 65vw);
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .cbetFlow-panel p,
  .cbetFlow-panel strong {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .cbetFlow-leftPanel {
    border-bottom: 1px solid #eee;
  }

  .cbetFlow-rightPanel {
    padding-top: 8px;
  }

  .cbetFlow-bottomSection {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    padding: 24px 20px;
  }

  .cbetFlow-linkCircle svg {
    width: 72px;
    height: 72px;
  }

  /* ABNO → Manual gap */
  .abnoWrapper.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 1.5rem !important;
  }

  .abnoWrapper .row.gy-5 {
    --bs-gutter-y: 1.25rem;
  }

  .abnoWrapper .col-lg-5 {
    order: 2;
  }

  .abnoWrapper .col-lg-7 {
    order: 1;
  }

  .abnoImg {
    max-width: 300px;
    margin-top: 8px;
  }

  .abnoCard {
    padding: 12px 14px 12px 16px;
    min-height: 44px;
  }

  .manualAssessmentSec.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 2rem !important;
  }

  .manualAssessmentSec .row.gy-5 {
    --bs-gutter-y: 1.25rem;
  }

  /* Ready section */
  .readyCTAGroup {
    max-width: 100%;
  }

  .readyInfoCard {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  /* Future assessment */
  .futureAssessmentSection .row {
    text-align: center;margin: 0;
  }

  .futureAssessmentSection .pe-xxl-4,
  .futureAssessmentSection .pe-xxl-5,
  .futureAssessmentSection .ps-xxl-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .futureDiagram {
    margin-top: 24px;
  }

  /* FAQ */
  .faqAccordion_v2#faqAccordion .accordion-button {
    font-size: 20px;
    padding: 16px 18px;
    line-height: 1.35;
  }

  .faqAccordion_v2#faqAccordion .accordion-body {
    font-size: 16px;
    padding: 0 18px 18px;
  }

  /* Footer */
  .ebFooter_logoWrap {
    margin-top: -135px;
  }

  .ebFooter_ctaBtnText {
    font-size: 17px;
  }

  /* Awarding / assessment spacing */
  .awardingCtaBox,
  .implementationCtaBtn {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Absolute badge offsets */
  .followsPlatformGrid,
  .journeyFeatureGrid,
  .institutionJourneyFeatures,
  .implementationProcessGrid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .qabForm_section {
    padding: 48px 0 64px;
  }

  .qabForm_section::before {
    height: 260px;
  }

  .qabForm_card {
    padding: 48px 40px 52px;
  }

  .qabForm_cardHeader {
    margin-bottom: 36px;
  }

  .qabSuccess_card {
    padding: 48px 40px 52px;
  }
}

/* =========================================================
   Mobile (320px – 767px)
========================================================= */

@media (max-width: 767px) {
  .font-70px {
    font-size: 34px;
    line-height: 1.15;
  }
  .mb-28px {
    margin-bottom: 16px;
  }
  .journeyFeatureCheck img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }
  .journeyInstitutionIcon {
    margin: 0 auto;
  }
  .py-80px {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .strongerOutcomeIcon {
    flex-shrink: 0;
    line-height: 0;
    margin: 0 auto;
  }
  .implementationSection {
	padding-top: 30px;
}
.mb-100px {
	margin-bottom: 30px !important;
}
.implementationHeader{ margin-bottom: 20px;}
.implementationProcessStepIcon img {
	width: 34px;
	height: 44px;
	object-fit: contain;
}
  .pb-80px {
    padding-bottom: 48px !important;
  }

  .mb-100px {
    margin-bottom: 48px !important;
  }

  .mb-100px.futureAssessmentSection {
    margin-bottom: 0 !important;
  }

  section.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .mb-35px {
    margin-bottom: 20px !important;
  }

  .commandCentreSec.mb-100px {
    margin-bottom: 48px !important;
  }

  .trustSection h2 br {
    display: none;
  }

  .manualAssessmentSec {
    padding: 32px 0 40px;
  }

  .manualAssessmentSec.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  .manualAssessmentSec .row.gy-5 {
    --bs-gutter-y: 1rem;
  }

  .manualAssessmentSec .col-lg-6:first-child {
    order: 1;
  }

  .manualAssessmentSec .col-lg-6:last-child {
    order: 2;
  }

  .manualHeading {
    font-size: 30px !important;
    margin-bottom: 16px !important;
  }

  .manualSubHeading,
  .manualDesc {
    margin-bottom: 16px !important;
  }

  .manualListTitle {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    padding: 12px 16px 16px;
    font-size: 18px !important;
  }

  .manualListCard {
    padding: 14px 16px 18px;
    margin-top: 0;
    overflow: visible;
    border-radius: 0 0 10px 10px;
  }

  .manualListCard .row {
    margin-left: 0;
    margin-right: 0;
  }

  .manualListCard .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .manualListCard .row > [class*="col-"]:not(:last-child) {
    margin-bottom: 4px;
  }

  .manualList li {
    font-size: 16px;
    padding-left: 26px;
    margin-bottom: 8px;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .manualList li::before {
    width: 16px;
    height: 16px;
    font-size: 11px;
    top: 4px;
  }

  .manualImg {
    max-width: 100%;
    margin: 12px auto 0;
    padding: 0 8px;
  }

  .manualImg img {
    max-width: 100%;
    max-height: 260px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  /* ABNO section */
  .abnoWrapper {
    padding: 40px 0 20px;
  }

  .abnoWrapper.py-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1rem !important;
  }

  .abnoWrapper .row.gy-5 {
    --bs-gutter-y: 1rem;
  }

  .abnoWrapper .col-lg-5 {
    order: 2;
  }

  .abnoWrapper .col-lg-7 {
    order: 1;
  }

  .abnoImg {
    max-width: 260px;
    margin: 4px auto 0;
  }

  .abnoCard {
    padding: 11px 12px 11px 14px;
    font-size: 15px;
    min-height: 42px;
    border-radius: 8px 0 0 8px;
  }

  .abnoWrapper .row.g-2 {
    --bs-gutter-y: 0.5rem;
  }

  /* Hero */
  .heroBannerWrapper {
    padding-top: 24px !important;
  }

  .heroTopSec .d-flex.gap-3 {
    flex-direction: column;
    gap: 12px !important;
  }

  .heroTopSec .d-flex.gap-3 > div {
    flex: 1 1 100%;
    width: 100%;
  }

  .heroTopSec .border-end {
    border-right: none !important;
    padding-right: 0 !important;
    margin-bottom: 8px;
  }

  .heroBtnWrap a {
    font-size: 18px !important;
    min-height: 44px;
    border-radius: 8px !important;
  }

  .ProofComment_box .font-18px {
    font-size: 15px !important;
  }

  /* Header UI */
  .app_Mainheader_02 .logo img {
    height: 36px;
    width: auto;
  }

  .app_Mainheader_02 .bookDemoBox .primaryBtn-outline {
    padding: 5px 7px;
    font-size: 11px;
    margin-left: 4px !important;
    line-height: 1.1;
  }

  .app_Mainheader_02 .bookDemoBox .bookDemoBtn {
    width: auto;
    max-width: 96px;
    font-size: 11px;
    padding: 5px 6px;
    min-height: 32px;
    line-height: 1.15;
  }

  .app_Mainheader_02 .mobMenu {
    margin-right: 0;
    margin-left: 4px;
  }

  .app_Mainheader_02 .hamburger {
    padding: 4px 8px 0;
  }
  .headerWrapper {
    padding: 12px 10px 10px;
  }
  /* Section dividers */
  .sectionDivider {
    flex-wrap: wrap;
    text-align: center;
    gap: 10px;
  }

  .sectionDivider span {
    width: 100%;
  }

  /* Pressure */
  .pressureCard {
    min-height: 170px;
    padding: 24px 14px;
  }

  .pressureIcon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    margin-bottom: 10px;
  }

  .downArrow {
    font-size: 40px;
  }

  /* Command centre */
  .commandCard {
    min-height: auto;
    padding: 14px;
  }

  .commandSummary {
    padding: 16px 18px;
    font-size: 16px !important;
  }

  /* Trust */
  .trustSection.pb-247px {
    padding-bottom: 30px;
  }
  .institutionJourneyIcon img {
    max-width: 60px;
    height: auto;
  }
  .institutionJourneyOutcomeGrid {
    gap: 15px;
  }

  .institutionJourneyCard.mt-0px {
    margin-top: 0;
  }

  .institutionJourneyBody {
    padding: 24px 16px 12px;
    border-radius: 16px;
  }

  .institutionJourneyPill {
    padding: 16px 16px 16px 28px;
    min-height: auto;
  }

  .achievementCard {
    border-radius: 16px;
  }

  .achievementHeader,
  .achievementBody {
    padding: 16px;
  }

  /* Stronger / journey cards */
  .strongerCard,
  .journeyFeatureCard,
  .followsFeatureCard {
    padding: 16px 16px 16px 28px;
  }

  .strongerOutcome {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  /* Follows platform */
  .followsPlatformBox {
    border-radius: 16px;
  }

  .followsFlowCardLine {
    width: 32px;
  }

  /* Controlled flow badges */
  .controlledFlowCardBadge {
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: auto;
    max-width: calc(100% - 32px);
    white-space: normal;
    text-align: center;
  }

  /* Implementation */
  .implementationProcessCard {
    padding: 24px 16px !important;
    border-radius: 16px;
  }

  .implementationProcessBadge {
    font-size: 16px !important;
    line-height: 1.35;
  }

  /* CBET flow */
  .cbetFlow-hero {
    padding: 40px 16px 100px;
  }

  .cbetFlow-hero .font-54px {
    font-size: 30px !important;
  }

  .cbetFlow-hero .mb-35px {
    margin-bottom: 16px !important;
  }

  .cbetFlow-wrapper.mb-100px {
    margin-bottom: 30px !important;
  }
  .mt-50px {
    margin-top: 30px;
  }

  .cbetFlow-mainCard {
    margin-top: -80px;
    padding-top: 0;
    border-radius: 16px;
    overflow: visible;
  }

  .cbetFlow-centerCircle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: -70px auto 4px;
    width: min(250px, calc(100% - 24px));
    min-height: 230px;
    height: auto;
    padding: 22px 16px;
  }

  .cbetFlow-centerCircle h2 {
    font-size: 1.5rem !important;
    margin-bottom: 10px;
  }

  .cbetFlow-centerCircle p {
    font-size: 16px !important;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .cbetFlow-handshake {
    margin-top: -40px;
  }

  .cbetFlow-handshake img {
    max-width: 42px;
  }

  .cbetFlow-panel {
    padding: 20px 16px;
    text-align: center;
  }

  .cbetFlow-panel img {
    max-width: min(150px, 60vw);
    margin-bottom: 12px;
  }

  .cbetFlow-panel strong {
    font-size: 17px !important;
    display: block;
    margin-bottom: 8px;
  }

  .cbetFlow-panel p {
    font-size: 16px !important;
    line-height: 1.45;
    margin-top: 12px;
  }

  .cbetFlow-divider {
    width: 60%;
    margin: 12px auto;
  }

  .cbetFlow-leftPanel {
    padding-bottom: 16px;
  }

  .cbetFlow-rightPanel {
    padding-top: 4px;
  }

  .cbetFlow-bottomSection {
    width: 100%;
    padding: 20px 16px;
    border-radius: 14px;
  }

  .cbetFlow-bottomSection h2 {
    font-size: 1.35rem !important;
    margin-bottom: 16px;
  }

  .cbetFlow-messageRow {
    gap: 12px;
  }

  .cbetFlow-messageBox {
    padding: 16px;
    width: 100%;
    max-width: 100%;
  }

  .cbetFlow-messageBox h3 {
    font-size: 1.25rem !important;
  }

  .cbetFlow-messageBox p {
    font-size: 15px !important;
  }

  .cbetFlow-linkCircle {
    width: 64px;
    height: 64px;
    font-size: 28px;
    transform: rotate(90deg);
  }

  .cbetFlow-linkCircle svg {
    width: 64px;
    height: 64px;
  }

  /* Ready */
  .readyCTA {
    border-radius: 14px;
  }

  .readyCTA .font-24px {
    font-size: 18px !important;
  }

  /* Future */
  .futureShield img {
    max-width: 140px;
    margin: 0 auto;
    display: block;
  }

  .futureFeatureList .max-w-440px {
    max-width: 100%;
  }

  .futureFeatureList .readyCTA {
    width: 100%;
  }

  /* FAQ accordion */
  .followsPlatformBox .font-54px {
    font-size: 30px !important;
  }

  .faqAccordion_v2#faqAccordion .accordion-button {
    font-size: 20px;
    padding: 14px 16px;
  }

  .faqAccordion_v2#faqAccordion .accordion-body {
    font-size: 15px;
    padding: 0 16px 16px;
  }

  /* Images */
  .abnoImg img,
  .manualImg img,
  .heroImg img {
    max-width: 100%;
    height: auto;
  }

  /* Utility overflow fixes */
  .max-w-900px,
  .max-w-850px,
  .max-w-950px,
  .max-w-440px {
    max-width: 100%;
  }

  [class*="pe-xxl-"],
  [class*="ps-xxl-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Footer */
  .ebFooter_logoWrap {
    margin-top: -56px;
  }

.ebFooter_logoWrap img {
	width: 80px;
	margin-top: 30px;
}
  .ebFooter_ctaBtn {
    min-height: 64px;
    padding: 10px 12px;
  }

  .ebFooter_ctaBtnIcon {
    width: 42px;
    height: 42px;
  }

.ebFooter_ctaBtnIcon svg {
	width: 28px;
	height: 28px;
}

  .ebFooter_ctaBtnText {
    font-size: 16px;
    line-height: 1.25;
  }

  .ebFooter_navTitle {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .ebFooter_navList a {
    font-size: 15px;
  }

  .ebFooter_legalList a {
    font-size: 14px;
  }
  .cbetFlow-centerCircle {
    width: min(230px, calc(100% - 20px));
    min-height: 210px;
    margin-top: 41px;
    padding: 18px 14px;
    border-radius: 16px;
    margin-bottom: 28px;
  }
  .years_img img{ max-width: 180px; height: auto; margin-top:30px; margin-bottom: 20px;}

  .followsFeatureCheck{ left: -18px;}
  .followsFeatureCheck img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}
.readyWrapper {
	gap: 20px;
}
}

/* =========================================================
   Small mobile (320px – 575px)
========================================================= */

@media (max-width: 575px) {
  .font-70px {
    font-size: 30px;
  }

  .heroBtnWrap a {
    font-size: 16px !important;
    padding: 10px 12px;
  }
  .app_Mainheader_02 .bookDemoBox .bookDemoBtn {
    max-width: 141px;
    font-size: 14px;
    padding: 4px 10px;
  }

  .app_Mainheader_02 .bookDemoBox .primaryBtn-outline {
    font-size: 14px;
    padding: 4px 6px;
  }

  .cbetFlow-hero {
    padding-bottom: 80px;
  }

  .cbetFlow-centerCircle h2 {
    font-size: 1.35rem !important;
  }

  .cbetFlow-panel img {
    max-width: min(130px, 55vw);
  }

  .manualHeading {
    font-size: 26px !important;
  }

  .abnoHeading {
    font-size: 28px !important;
  }

  .ebFooter_ctaBtn {
    gap: 8px;
  }

  .ebFooter_ctaBtnText {
    font-size: 18px;
  }

  .ebFooter_ctaBtnArrow {
    width: 18px;
  }

  .ebFooter_ctaBtnArrow svg {
    width: 14px;
    height: 14px;
  }

  .ebFooter_socialLink {
    width: 38px;
    height: 38px;
  }

  .qabForm_section {
    margin-top: 92px;
    padding: 32px 0 48px;
  }

  .qabForm_section::before {
    height: 200px;
  }

  .qabForm_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .execBriefing_modeGrid {
    grid-template-columns: 1fr;
  }

  .execBriefing_attendeesGrid {
    grid-template-columns: 1fr;
  }

  .qabForm_card {
    padding: 36px 24px 40px;
    border-radius: 20px;
  }

  .qabForm_cardHeader {
    margin-bottom: 28px;
  }

  .qabForm_subtitle {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .qabForm_dots {
    margin-top: 18px;
  }

  .qabForm_submit {
    font-size: 18px;
    margin-top: 24px;
  }

  .qabSuccess_card {
    padding: 40px 24px 44px;
  }

  .qabSuccess_subtitle {
    font-size: 20px;
  }

  .qabSuccess_lead {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .qabSuccess_infoBox {
    padding: 20px 18px;
    margin-bottom: 28px;
  }

  .qabSuccess_infoText {
    font-size: 16px;
  }

  .qabSuccess_btn {
    font-size: 18px;
  }

  .execBriefing_page .execBriefing_title {
    font-size: 34px;
  }

  .execBriefing_highlights {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
  }

  .execBriefing_highlight {
    max-width: 100%;
    width: 100%;
  }

  .execBriefing_modeGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .execBriefing_attendeesGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* =========================================================
   Extra-small (320px – 480px)
========================================================= */

@media (max-width: 480px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heroTopSec .d-flex.gap-3 svg {
    width: 40px;
    height: 40px;
  }

  .pressureSlider .slick-slide {
    padding: 0 6px;
  }

  .ebFooter_logoWrap {
    margin-top: -44px;
  }

  .ebFooter_ctaInner {
    padding-top: 40px;
  }

  .abnoWrapper {
    padding-bottom: 12px;
  }

  .manualAssessmentSec {
    padding-top: 20px !important;
  }

  .cbetFlow-hero {
    padding-bottom: 70px;
  }

  .cbetFlow-mainCard {
    margin-top: -64px;
  }

  .qabForm_section {
    margin-top: 88px; margin-bottom: 30px !important;
    padding: 28px 0 0px !important;
  }

  .qabForm_section::before {
    height: 170px;
  }

  .qabForm_card {
    padding: 32px 20px 36px;
    border-radius: 20px;
  }

  .qabForm_subtitle {
    font-size: 15px;
  }

  .qabForm_countrySelect {
    flex-basis: 112px;
  }

  .qabSuccess_card {
    padding: 36px 20px 40px;
  }

  .qabSuccess_icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  .qabSuccess_icon img {
    width: 48px;
    height: 48px;
  }

  .qabSuccess_subtitle {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .qabSuccess_lead {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .qabSuccess_infoBox {
    padding: 18px 16px;
    margin-bottom: 24px;
  }

  .qabSuccess_infoText {
    font-size: 15px;
    line-height: 1.55;
  }

  .qabSuccess_infoText + .qabSuccess_infoText {
    margin-top: 14px;
  }

  .qabSuccess_btn {
    font-size: 18px;
    min-height: 52px;
  }

  .execBriefing_page .execBriefing_title {
    font-size: 30px;
  }

  .execBriefing_subtitle {
    font-size: 15px;
  }

  .execBriefing_highlightText,
  .execBriefing_modeText,
  .execBriefing_checkboxText {
    font-size: 15px;
  }
}
