/* CBC Schools Landing â€” Banner styles (copied from home + page CSS, with mobile responsive) */

/* ---------- Banner base ---------- */
.banner_section {
  background: url(../img/bg_1.jpg) center top no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-top: 105px;
}




.banner_section.banner_section_haveOverlay {
  padding-bottom: 190px;
}

.banner_section .btn {
  line-height: normal;
  padding-top: 1px;
}

.pageSection {
  margin-bottom: 80px;
}

.container.container_banner {
  max-width: 1670px;
}

.container.container_banner.container_banner_inner {
  max-width: 1770px;
}

.imageWrapper_right {
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  vertical-align: top;
}

.imageWrapper img {
  vertical-align: top;
  height: auto;
}

.welcomeCTA {
  background-color: rgba(0, 0, 0, 0.09);
}

.overlay_img {
  position: absolute;
  margin-right: -60px;
}

.overlay_img img {
  height: auto;
}

.valign_top {
  vertical-align: top;
}

.ProofComment_box {
  border-radius: 15px;
  background: linear-gradient(90deg, #fff 14.9%, #a9eef0 95.67%);
  padding: 10px;
}

.quoteMark_outside {
  margin-left: -13px;
}

.btn-gredient1 {
  border-radius: 0 0 15px 15px !important;
  background: linear-gradient(0deg, #f3ffff 20.67%, #aceff0 100%);
}

.btn-gredient1:hover {
  background: #005276 !important;
}

.btn-gredient1:hover .svgFill {
  fill: #fff;
}

.rounded-top-right-0 {
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom-right-0 {
  border-top-right-radius: 0px !important;
}

.cbc-roi-section22.cbc-roi-section .container {
  max-width: 1452px;
}

.cbc-roi-section22.cbc-roi-section .cbc-roi-illustration img {
  max-width: 497px;
}
/* ---------- Responsive ---------- */
@media (min-width: 1600px) {
  .container_banner img {
    width: 100% !important;
  }
}

@media (max-width: 1700px) {
  .container.container_banner {
    padding: 0 40px;
  }

  .container.container_banner .font-60px {
    font-size: 54px;
  }

  .container.container_banner .font-22px {
    font-size: 20px !important;
  }
}

@media (max-width: 1599px) {
  .container.container_banner .bannerTagLine br {
    display: none;
  }

  .container.container_banner .font-60px {
    font-size: 49px;
  }
}

@media (max-width: 1400px) {
  .overlay_img img {
    max-width: 390px;
  }
}

@media (max-width: 1199px) {
  .pageSection {
    margin-bottom: 40px;
  }

  .banner_section.banner_section_haveOverlay {
    padding-bottom: 100px;
  }

  .container.container_banner .font-60px {
    font-size: 43px;
  }

  .welcomeCTA svg {
    max-width: 60px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .banner_section {
    padding-top: 65px;
  }

  .banner_section.banner_section_haveOverlay {
    padding-bottom: 40px;
  }

  .pageSection {
    margin-bottom: 30px;
  }

  .container.container_banner {
    padding: 0 20px;
  }

  .container.container_banner .font-60px {
    font-size: 27px;
  }

  .container.container_banner .font-22px {
    font-size: 17px !important;
    line-height: 153%;
  }

  .container.container_banner .btn.font-22px {
    font-size: 15px !important;
    width: 100%;
  }
}

/* ---------- Parent Trust section ---------- */
.cbc-trust-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.cbc-trust-card {
  max-width: 1200px;
  border: 2px solid #005276;
  background: #fffcf1;
  border-radius: 15px;
  overflow: hidden;
}

.cbc-trust-card__body {
  padding: 40px;
}

.cbc-trust-card__cols {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  column-gap: 40px;
  align-items: start;
}

.cbc-trust-card__heading {
  margin-bottom: 10px !important;
  color: #000;
}

.cbc-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cbc-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #000;
}

.cbc-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  line-height: 0;
  margin-top: 2px;
}

.cbc-trust-icon svg {
  display: block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}

.cbc-trust-card__footer {
  background: #005276;
  border-radius: 0;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cbc-trust-card .font-24px {
  font-size: 24px !important;
}

.cbc-trust-card .font-20px {
  font-size: 20px !important;
}

.cbc-trust-card__footer.font-22px {
  font-size: 22px !important;
}

@media (max-width: 1199px) {
  .cbc-trust-card__cols {
    column-gap: 32px;
  }
}

@media (max-width: 991px) {
  .cbc-trust-card__cols {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .cbc-trust-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cbc-trust-title {
    margin-bottom: 16px;
  }

  .cbc-trust-card {
    border-radius: 12px;
  }

  .cbc-trust-card__body {
    padding: 20px;
  }

  .cbc-trust-card .font-24px {
    font-size: 20px !important;
  }

  .cbc-trust-card .font-20px {
    font-size: 16px !important;
  }

  .cbc-trust-card__footer.font-22px {
    font-size: 16px !important;
  }

  .cbc-trust-card__footer {
    padding: 14px 16px;
  }

  .cbc-trust-list {
    gap: 12px;
  }

  .cbc-trust-icon,
  .cbc-trust-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* ---------- Scattered systems section ---------- */
.cbc-scattered-section {
  background: #fff url(../img/cbc-bg.png) center top no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
}

.cbc-scattered-list.chaos_list li::before {
  background-color: #FF3745;
  background-image: linear-gradient(to bottom, #c8d0d6 50%, transparent 50%);
  background-size: 1px 10px;
  background-repeat: repeat-y;
  width: 1px;
  left: 10px;
}

.cbc-scattered-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.cbc-scattered-visual__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  vertical-align: top;
}

@media (min-width: 992px) {
  .cbc-scattered-row {
    align-items: stretch !important;
    --bs-gutter-x: 2rem;
  }

  .cbc-scattered-row > [class*="col-"] {
    display: flex;
  }

  .cbc-scattered-visual {
    flex: 1 1 auto;
    align-self: stretch;
    align-items: stretch;
    justify-content: center;
    min-height: 100%;
  }

  .cbc-scattered-visual__img {
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .cbc-scattered-copy {
    display: flex;
    flex-direction: column;
  }
}

.max-w-940 {
  max-width: 940px;
}

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

/* ---------- Problems section ---------- */
.cbc-problems-section {
  background: #fff;
  padding-top: 20px;
}

.cbc-problems-grid {
  max-width: 1320px;
  margin: 0 auto;
}

.cbc-problems-grid:not(.slick-initialized) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.cbc-problem-slide {
  min-width: 0;
  height: 100%;
}

.cbc-problem-card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
  gap: 18px;
  border-radius: 15px;
  border: 1px solid #FF8E8E;
  background: linear-gradient(94deg, #FFF 19.28%, #FFF2F2 109.49%);
  padding: 22px 24px;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}

.cbc-problem-card__body {
  flex: 1 1 0%;
  width: auto;
  min-width: 0;
  max-width: 100%;
}

.cbc-problem-card__title {
  margin: 0 0 6px;
  color: #1a1a1a;
}

.cbc-problem-card__text {
  margin: 0;
  color: #444;
}

.cbc-problem-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  max-width: 66px;
  line-height: 0;
  margin: 0;
  align-self: flex-start;
}

.cbc-problem-icon svg {
  display: block;
  width: 66px;
  height: 66px;
}

/* ---------- CTA banner ---------- */
.cbc-cta-banner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/Private-bg.png) center center / cover no-repeat;
  overflow: hidden;
  position: relative;
}

.cbc-cta-banner__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 0 28px 40px;
  min-height: 190px;
  position: relative;
}

.cbc-cta-banner__icon {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.cbc-cta-banner__icon img {
  display: block;
  width: 120px;
  height: auto;
}

.cbc-cta-banner__text {
  flex: 1 1 auto;
  max-width: 520px;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}

.cbc-cta-banner__hilite {
  color: #01CDD1;
}

.cbc-cta-banner__visual {
  position: absolute;
  right: 44px;
  bottom: 0;
  width: 50%;
  max-width: 540px;
  height: 165px;
  z-index: 1;
  line-height: 0;
  pointer-events: none;
}

.cbc-cta-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  border-radius: 12px 0 0 0;
  vertical-align: top;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1199.98px) {
  .cbc-scattered-section {
    padding-top: 60px;
  }

  .cbc-problems-grid:not(.slick-initialized) {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .js-cbc-problems-slider.slick-initialized {
    display: block;
    margin: 0 auto;
    padding: 0 40px;
  }

  .js-cbc-problems-slider .slick-list {
    margin: 0 0 4px;
    overflow: hidden;
  }

  .js-cbc-problems-slider .slick-slide {
    padding: 0 10px;
    height: auto;
  }

  .js-cbc-problems-slider .slick-slide > div {
    height: 100%;
  }

  .js-cbc-problems-slider .slick-track {
    display: flex !important;
    align-items: stretch;
  }

  .js-cbc-problems-slider .cbc-problems-arrow,
  .js-cbc-problems-slider .slick-prev,
  .js-cbc-problems-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 3;
    border: 0;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #005276;
    padding: 0;
  }

  .js-cbc-problems-slider .slick-prev {
    left: 0;
  }

  .js-cbc-problems-slider .slick-next {
    right: 0;
  }

  .js-cbc-problems-slider .slick-prev:before,
  .js-cbc-problems-slider .slick-next:before {
    display: none !important;
    content: none !important;
  }

  .js-cbc-problems-slider .cbc-problems-arrow svg {
    display: block;
    width: 9px;
    height: 20px;
  }

  .js-cbc-problems-slider .slick-dots {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: static !important;
    width: 100%;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }

  .js-cbc-problems-slider .slick-dots li {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
  }

  .js-cbc-problems-slider .slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .js-cbc-problems-slider .slick-dots li button:before {
    display: none !important;
    content: none !important;
  }

  .js-cbc-problems-slider .slick-dots .cbc-problems-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 33, 49, 0.28);
  }

  .js-cbc-problems-slider .slick-dots li.slick-active .cbc-problems-dot {
    background: #FF2131;
  }

  .cbc-problem-card {
    padding: 20px 22px;
  }

  .cbc-cta-banner__text.font-28px {
    font-size: 22px !important;
  }

  .cbc-cta-banner__text {
    max-width: 420px;
  }

  .cbc-cta-banner__visual {
    width: 48%;
    max-width: 480px;
  }
}

@media (max-width: 991.98px) {
  .cbc-scattered-section {
    padding-top: 50px;
  }

  .cbc-problems-grid:not(.slick-initialized) {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .js-cbc-problems-slider .slick-slide {
    padding: 0 8px;
  }

  .cbc-problem-card {
    padding: 18px 16px;
    gap: 12px;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
  }

  .cbc-problem-card__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 4px;
  }

  .cbc-problem-card__text {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .cbc-problem-icon,
  .cbc-problem-icon svg {
    width: 48px;
    height: 48px;
  }

  .cbc-problem-icon {
    flex: 0 0 48px;
  }

  .cbc-cta-banner__inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 24px 28px;
    min-height: 0;
    gap: 16px;
  }

  .cbc-cta-banner__text {
    text-align: center !important;
    max-width: none;
    padding-right: 0;
  }

  .cbc-cta-banner__visual {
    position: static;
    width: 100%;
    max-width: 420px;
    top: auto;
    pointer-events: auto;
  }

  .cbc-cta-banner__img {
    height: auto;
    border-radius: 12px;
    box-shadow: none;
  }
}

/* 767px – 991px: 2 cards, arrows under cards (dots removed) */
@media (min-width: 767px) and (max-width: 991.98px) {
  .js-cbc-problems-slider.slick-initialized {
    padding: 0 4px 50px;
    max-width: none;
    position: relative;
  }

  .js-cbc-problems-slider .slick-dots {
    display: none !important;
  }

  .js-cbc-problems-slider .cbc-problems-arrow,
  .js-cbc-problems-slider .slick-prev,
  .js-cbc-problems-slider .slick-next {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .js-cbc-problems-slider .slick-prev {
    left: calc(50% - 44px);
    right: auto;
  }

  .js-cbc-problems-slider .slick-next {
    left: calc(50% + 8px);
    right: auto;
  }
}

@media (max-width: 766.98px) {
  .cbc-scattered-section {
    padding-top: 40px;
  }

  .cbc-scattered-visual__img {
    max-height: 380px;
    height: auto;
    width: auto;
    margin: 0 auto;
  }

  .cbc-scattered-list.gap-3 {
    gap: 0.5rem !important;
  }

  .js-cbc-problems-slider.slick-initialized {
    padding: 0 8px 50px;
    max-width: none;
    position: relative;
  }

  .js-cbc-problems-slider .slick-dots {
    display: none !important;
  }

  .js-cbc-problems-slider .cbc-problems-arrow,
  .js-cbc-problems-slider .slick-prev,
  .js-cbc-problems-slider .slick-next {
    width: 34px;
    height: 34px;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .js-cbc-problems-slider .slick-prev {
    left: calc(50% - 42px);
    right: auto;
  }

  .js-cbc-problems-slider .slick-next {
    left: calc(50% + 8px);
    right: auto;
  }

  .cbc-problem-card {
    padding: 16px 14px;
  }

  .cbc-problem-card__title {
    font-size: 17px !important;
  }

  .cbc-problem-card__text {
    font-size: 14px !important;
  }

  .cbc-problem-icon,
  .cbc-problem-icon svg {
    width: 44px;
    height: 44px;
  }

  .cbc-problem-icon {
    flex: 0 0 44px;
  }

  .cbc-cta-banner__text.font-28px {
    font-size: 18px !important;
  }

  .cbc-cta-banner__inner {
    padding: 18px 16px;
  }

  .cbc-cta-banner__icon img {
    width: 56px;
  }

  .pb-90px {
    padding-bottom: 40px !important;
  }
}

/* ---------- Pressure to Control ---------- */
.cbc-pressure-section {
  position: relative;
  overflow: hidden;
  background: #fff !important;
  background-image: none !important;
  padding-top: 80px;
}

.cbc-pressure-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/Helps-bg.svg) center top / 100% auto no-repeat;
  pointer-events: none;
  z-index: 0;
}

.cbc-pressure-section .container {
  position: relative;
  z-index: 1;
}

.cbc-pressure-shell {
  max-width: 1320px;
  border: 2px solid #005276;
  background: #005276;
}

.cbc-pressure-card {
  background: #FFFCF3;
  padding: 32px 28px 36px;
}

.cbc-pressure-divider {
  max-width: 984px;
  width: 100%;
  line-height: 0;
}

.cbc-pressure-divider svg {
  display: block;
  width: 100%;
  height: auto;
}

.cbc-pressure-roles {
  padding-top: 28px;
}

.cbc-pressure-roles:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px 20px;
}

.cbc-pressure-role-slide {
  min-width: 0;
  height: 100%;
}

.cbc-pressure-role {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px;
  border: 1px solid #F5EDD3;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 36px 10px 18px;
  min-height: 118px;
  height: 100%;
}

.cbc-pressure-role__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 0;
}

.cbc-pressure-role__icon svg {
  display: block;
  width: 48px;
  height: 48px;
}

.cbc-pressure-role__text {
  color: #1a1a1a;
}

.cbc-pressure-footer {
  min-height: 88px;
  background: #005276;
  padding-top: 18px;
  padding-bottom: 18px;
}

/* ---------- Parent Experience ---------- */
.cbc-parent-exp-section {
  background: #fff;
  padding-top: 20px;
}

.cbc-parent-exp-phone img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;

}

.cbc-parent-tick {
  line-height: 0;
  display: inline-flex;
  margin-top: 2px;
}

.cbc-promise-box {
  border: 3px solid #005276;
  border-radius: 15px;
  background: #FFFCF1;
  padding: 22px 24px;
  max-width: 777px;
  justify-content: space-between;
}

.cbc-promise-box__title {
  color: #005276 !important;
}

.cbc-promise-box__sub {
  color: #1a1a1a;
}

.cbc-promise-box__btn {
  border-radius: 50px;
  background-color: #FE6892 !important;
  border-color: #FE6892 !important;
  color: #fff !important;
  min-width: 200px;
}

.cbc-promise-box__btn:hover,
.cbc-promise-box__btn:focus {
  background-color: #e85a84 !important;
  border-color: #e85a84 !important;
  color: #fff !important;
}

.cbc-promise-box__visual {
  line-height: 0;
}

.cbc-promise-box__img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  background: #005276;
}

.max-w-800px{
    max-width: 800px;
   
}

@media (max-width: 1199.98px) {
  .cbc-pressure-card {
    padding: 28px 22px 30px;
  }

  .cbc-pressure-section::before {
    display: none;
  }

  .cbc-pressure-section.ProofSectionWrap {
    padding-top: 15px !important;
  }

  .cbc-parent-exp-phone {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .cbc-parent-exp-phone img {
    margin-left: auto;
    margin-right: auto;
  }

  .cbc-pressure-roles:not(.slick-initialized) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .cbc-pressure-roles.slick-initialized {
    display: block;
    margin: 0;
    padding: 0 10px 56px;
    position: relative;
  }

  .cbc-pressure-roles .slick-list {
    padding-top: 24px !important;
    margin: 0 0 4px;
    overflow: hidden;
  }

  .cbc-pressure-roles .slick-slide {
    padding: 0 10px;
    height: auto;
  }

  .cbc-pressure-roles .slick-slide > div {
    height: 100%;
  }

  .cbc-pressure-roles .slick-track {
    display: flex !important;
    align-items: stretch;
  }

  .cbc-pressure-roles .cbc-pressure-arrow,
  .cbc-pressure-roles .slick-prev,
  .cbc-pressure-roles .slick-next {
    width: 40px;
    height: 40px;
    z-index: 3;
    border: 0;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #005276;
    padding: 0;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .cbc-pressure-roles .slick-prev {
    left: calc(50% - 48px);
    right: auto;
  }

  .cbc-pressure-roles .slick-next {
    left: calc(50% + 8px);
    right: auto;
  }

  .cbc-pressure-roles .slick-prev:before,
  .cbc-pressure-roles .slick-next:before {
    display: none !important;
    content: none !important;
  }

  .cbc-pressure-roles .cbc-pressure-arrow svg {
    display: block;
    width: 9px;
    height: 20px;
  }

  .cbc-pressure-roles .slick-dots {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .cbc-parent-exp-phone {
    max-width: 300px;
    margin: 0 auto;
  }

  .cbc-promise-box {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .cbc-pressure-card {
    padding: 22px 16px 24px;
  }

  .cbc-pressure-card .font-28px {
    font-size: 22px !important;
  }

  .cbc-pressure-footer .font-20px {
    font-size: 16px !important;
  }

  .cbc-pressure-role__icon {
    width: 42px;
    height: 42px;
  }

  .cbc-pressure-role__icon svg {
    width: 42px;
    height: 42px;
  }

  .cbc-pressure-role {
    min-height: 110px;
    padding: 32px 8px 14px;
  }

  .cbc-pressure-roles.slick-initialized {
    padding: 0 8px 52px;
  }

  .cbc-pressure-roles .cbc-pressure-arrow,
  .cbc-pressure-roles .slick-prev,
  .cbc-pressure-roles .slick-next {
    width: 34px;
    height: 34px;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .cbc-pressure-roles .slick-prev {
    left: calc(50% - 42px);
    right: auto;
  }

  .cbc-pressure-roles .slick-next {
    left: calc(50% + 8px);
    right: auto;
  }

  .cbc-pressure-roles:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .cbc-promise-box {
    padding: 16px;
  }

  .cbc-promise-box__content .font-24px {
    font-size: 20px !important;
  }
}

/* ---------- Full Control section ---------- */
.cbc-control-section {
  position: relative;
  overflow: hidden;
  background: #fff url(../img/control-section-bottom.png) center bottom no-repeat;
  background-size: 100% auto;
  
  padding-bottom: 80px;
}

.cbc-control-section .container {
  position: relative;
  z-index: 1;
}

.cbc-control-divider {
  max-width: 984px;
  width: 100%;
  line-height: 0;
}

.cbc-control-divider svg {
  display: block;
  width: 100%;
  height: auto;
}

.cbc-control-label {
 
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.cbc-control-label__line {
  flex: 1 1 60px;
  height: 2px;
  min-width: 40px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #005276 50%, rgba(255,255,255,0) 100%);
}

.cbc-control-label__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FE6892;
  border: 3px solid #FFFCF1;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(0, 82, 118, 0.15);
}

.cbc-control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1320px;
  margin: 0 auto;
}

.cbc-control-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #C3EAF3;
  background: linear-gradient(150deg, #FFF 55.4%, #B1E3EF 100.97%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 22px 22px 70px;
}

.cbc-control-card__icon {
  flex: 0 0 auto;
  line-height: 0;
}

.cbc-control-card__icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

.cbc-control-card__art {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 126px;
  height: auto;
  max-height:180px;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.95;
}

.cbc-control-card__art--phone {
  width: 56px;
  max-height: 110px;
  bottom: 0;
  right: 12px;
}

.cbc-control-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 10px 8px;
}

.cbc-control-cta__img {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
}

.cbc-control-cta__hilite {
  color: #FE6892;
}

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

@media (max-width: 1199.98px) {
  .cbc-control-grid {
    gap: 18px;
  }

  .cbc-control-label__line {
    display: none;
  }
}

@media (max-width: 991px) {
  .cbc-control-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cbc-control-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .cbc-control-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .cbc-control-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cbc-control-card {
    padding: 18px 16px 64px;
  }

  .cbc-control-card .font-22px {
    font-size: 18px !important;
  }

  .cbc-control-card .font-18px {
    font-size: 16px !important;
  }

  .cbc-control-label .font-22px {
    font-size: 16px !important;
    white-space: normal !important;
    text-align: center;
  }

  .cbc-control-cta__copy.font-24px {
    font-size: 20px !important;
  }
}

/* Which Intellimis Path Fits Your CBC School */
.cbc-path-section {
  background: #fff;
  
}

.cbc-path-card {
  border-radius: 20px;
  background: #fff;
}

.cbc-path-card--lite {
  border: 2px solid #01CDD1;
}

.cbc-path-card--pro {
  border: 2px solid #FE6892;
}

.cbc-path-card__head {
  padding: 16px 20px;
}

.cbc-path-card--lite .cbc-path-card__head {
    background: linear-gradient(92deg, #01CDD1 8.72%, #01696B 156.75%);
}

.cbc-path-card--pro .cbc-path-card__head {
    background: linear-gradient(92deg, #FE6892 8.72%, #DE3766 156.75%);
}

.cbc-path-card__icon {
  line-height: 0;
  display: inline-flex;
}

.cbc-path-card__body {
  padding: 22px 22px 26px;
  justify-content: flex-start;
}

.cbc-path-tick {
  line-height: 0;
  margin-top: 2px;
}

.cbc-path-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 0 !important;
  white-space: normal;
}

.cbc-path-card__btn--lite {
  background: #01CDD1 !important;
}

.cbc-path-card__btn--lite:hover,
.cbc-path-card__btn--lite:focus {
  background: #00b8bc !important;
  color: #fff !important;
}

.cbc-path-card__btn--pro {
  background: #FE6892 !important;
}

.cbc-path-card__btn--pro:hover,
.cbc-path-card__btn--pro:focus {
  background: #e8557d !important;
  color: #fff !important;
}

.max-w-750px{
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 991px) {
  .cbc-path-card__head {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .cbc-path-section {
    padding-top: 8px;
  }

  .cbc-path-card__head {
    font-size: 18px !important;
    padding: 14px 16px;
  }

  .cbc-path-card__body {
    padding: 18px 16px 20px;
  }

  .cbc-path-card__body .font-20px {
    font-size: 16px !important;
  }

  .cbc-path-card__btn {
    width: 100%;
    font-size: 16px !important;
    height: 50px !important;
  }
}

/* A Simple Path to a Better-Run CBC School */

.cbc-steps-grid:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.cbc-step-slide {
  min-width: 0;
  height: 100%;
  padding-top: 14px;
}

.cbc-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  height: 100%;
  min-height: 340px;
  border-radius: 20px;
  border: 2px solid #C3EAF3;
  background: linear-gradient(150deg, #FFF 55.4%, #F0FCFF 100.97%);
  padding: 34px 14px 28px;
  box-sizing: border-box;
}

.cbc-step-card__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #FE6892;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
}

.cbc-step-card__icon {
  line-height: 0;
  margin: 6px 0 16px;
  flex: 0 0 auto;
}

.cbc-step-card__icon svg {
  display: block;
  width: 72px;
  height: 72px;
}

.cbc-step-card__title {
  flex: 0 0 auto;
  min-height: 0;
  display: block;
  margin-bottom: 4px !important;
}

.cbc-step-card__text {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .cbc-steps-grid:not(.slick-initialized) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .js-cbc-steps-slider.slick-initialized {
    display: block;
    position: relative;
    padding: 0 4px 56px;
    margin-bottom: 8px;
    overflow: visible;
  }

  .js-cbc-steps-slider .slick-list {
    margin: 0 -8px;
    padding-top: 18px !important;
    overflow: hidden;
  }

  .js-cbc-steps-slider .slick-slide {
    padding: 0 8px;
    height: auto;
    overflow: visible;
  }

  .js-cbc-steps-slider .slick-slide > div {
    height: 100%;
    overflow: visible;
  }

  .js-cbc-steps-slider .cbc-step-slide {
    padding-top: 0;
    overflow: visible;
  }

  .js-cbc-steps-slider .cbc-step-card {
    overflow: visible;
  }

  .js-cbc-steps-slider .cbc-step-card__badge {
    z-index: 2;
  }

  .js-cbc-steps-slider .slick-track {
    display: flex !important;
    align-items: stretch;
  }

  .js-cbc-steps-slider .cbc-steps-arrow,
  .js-cbc-steps-slider .slick-prev,
  .js-cbc-steps-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 5;
    border: 0;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #005276;
    padding: 0;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .js-cbc-steps-slider .slick-prev {
    left: calc(50% - 48px);
    right: auto;
  }

  .js-cbc-steps-slider .slick-next {
    left: calc(50% + 8px);
    right: auto;
  }

  .js-cbc-steps-slider .slick-prev:before,
  .js-cbc-steps-slider .slick-next:before {
    display: none !important;
    content: none !important;
  }

  .js-cbc-steps-slider .cbc-steps-arrow svg {
    display: block;
    width: 9px;
    height: 20px;
  }

  .js-cbc-steps-slider .slick-dots {
    display: none !important;
  }

  .cbc-step-card {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  .cbc-steps-grid:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cbc-steps-section {
    padding-top: 8px;
  }

  .cbc-steps-grid:not(.slick-initialized) {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    gap: 28px;
  }

  .js-cbc-steps-slider.slick-initialized {
    padding: 0 4px 52px;
  }

  .js-cbc-steps-slider .cbc-steps-arrow,
  .js-cbc-steps-slider .slick-prev,
  .js-cbc-steps-slider .slick-next {
    width: 34px;
    height: 34px;
  }

  .js-cbc-steps-slider .slick-prev {
    left: calc(50% - 42px);
  }

  .js-cbc-steps-slider .slick-next {
    left: calc(50% + 8px);
  }

  .cbc-step-card {
    min-height: 0;
    padding: 32px 18px 24px;
  }

  .cbc-step-card__title {
    min-height: 0;
    font-size: 18px !important;
  }

  .cbc-step-card__text {
    font-size: 16px !important;
  }

  .cbc-steps-section .btn-secondary {
    width: 100%;
    max-width: 420px;
    font-size: 16px !important;
    height: 50px !important;
  }
}

/* Built for Everyone Who Carries the School */
.cbc-roles-section {
  background: #fff url("../img/Built-bg.png") center top no-repeat;
  background-size: cover;
  padding-top: 60px;
 
}

.cbc-roles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
  text-align: left;
}

.cbc-role-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
border: 2px solid #C3EAF3;
background: linear-gradient(150deg, #FFF 55.4%, #F0FCFF 100.97%);
  padding: 22px;
  overflow: visible;
}

.cbc-role-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cbc-role-card__icon {
  flex: 0 0 auto;
  line-height: 0;
}

.cbc-role-card__icon svg {
  display: block;
  width: 44px;
  height: 44px;
}

.cbc-role-card__title {
  flex: 1 1 auto;
}

.cbc-role-card__text {
  flex: 1 1 auto;
  margin-bottom: 40px !important;
  color: #222222;
}

.cbc-role-card__outcome {
  position: relative;
  margin-top: auto;
}

.cbc-role-card__outcome-tag {
  position: absolute;
  top: 7px;
  left: 0px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  background: #01CDD1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 14px 12px;
  border-radius: 8px 8px 0 0;
}

.cbc-role-card__outcome-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F3FBFD;
  border: 1.5px solid #C3EAF3;
  border-radius: 12px;
  padding: 14px 16px;
  color: #3d4f5a;
  min-height: 64px;
  position: relative;
  z-index: 2;
}

.cbc-role-card__outcome-icon {
  flex: 0 0 auto;
  line-height: 0;
}

.cbc-role-card__outcome-icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

.cbc-role-card__outcome-bar > span:last-child {
  flex: 1 1 auto;
  text-align: left;
}

@media (max-width: 991px) {
  .cbc-roles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .cbc-roles-section {
    padding-top: 16px;
  }

  .cbc-roles-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .cbc-role-card__title {
    font-size: 18px !important;
  }

  .cbc-role-card__text {
    font-size: 16px !important;
  }
}

/* Already Using Excel + Switching Plan */
.cbc-switch-section {
  overflow: visible;
}

.cbc-switch-excel__img {
  max-width: 100%;
  height: auto;
}

.cbc-switch-concerns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.cbc-switch-concerns__icon {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
}

.cbc-switch-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.cbc-switch-divider::before,
.cbc-switch-divider::after {
  content: "";
  flex: 1 1 0;
  height: 7px;
  max-width: 489px;
  background: url("../img/cbc-switch-divider-line.svg") no-repeat right center / 100% 7px;
}

.cbc-switch-divider::after {
  transform: scaleX(-1);
}

.cbc-switch-divider__label {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  background: transparent;
  padding: 0;
  
  white-space: nowrap;
}

.cbc-switch-grid:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.cbc-switch-plan-slide {
  min-width: 0;
  height: 100%;
}

.cbc-switch-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  border-radius: 20px;
    border: 2px solid #C3EAF3;
    background: linear-gradient(150deg, #FFF 55.4%, #F0FCFF 100.97%);
  padding: 24px 14px 22px;
  box-sizing: border-box;
}

.cbc-switch-card__icon {
  line-height: 0;
  margin-bottom: 14px;
}

.cbc-switch-card__icon svg {
  display: block;
  width: 64px;
  height: 64px;
}

.cbc-switch-card__title {
  margin-bottom: 8px !important;
  min-height: 2.6em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.max-w-1460px{
    max-width: 1460px;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .cbc-switch-grid:not(.slick-initialized) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .js-cbc-switch-plan-slider.slick-initialized {
    display: block;
    position: relative;
    padding: 0 4px 56px;
    margin-bottom: 8px;
    overflow: visible;
  }

  .js-cbc-switch-plan-slider .slick-list {
    margin: 0 -8px;
    overflow: hidden;
  }

  .js-cbc-switch-plan-slider .slick-slide {
    padding: 0 8px;
    height: auto;
  }

  .js-cbc-switch-plan-slider .slick-slide > div {
    height: 100%;
  }

  .js-cbc-switch-plan-slider .slick-track {
    display: flex !important;
    align-items: stretch;
  }

  .js-cbc-switch-plan-slider .cbc-switch-plan-arrow,
  .js-cbc-switch-plan-slider .slick-prev,
  .js-cbc-switch-plan-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 5;
    border: 0;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #005276;
    padding: 0;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .js-cbc-switch-plan-slider .slick-prev {
    left: calc(50% - 48px);
    right: auto;
  }

  .js-cbc-switch-plan-slider .slick-next {
    left: calc(50% + 8px);
    right: auto;
  }

  .js-cbc-switch-plan-slider .slick-prev:before,
  .js-cbc-switch-plan-slider .slick-next:before {
    display: none !important;
    content: none !important;
  }

  .js-cbc-switch-plan-slider .cbc-switch-plan-arrow svg {
    display: block;
    width: 9px;
    height: 20px;
  }

  .js-cbc-switch-plan-slider .slick-dots {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .cbc-switch-concerns {
    grid-template-columns: 1fr;
  }

  .cbc-switch-grid:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbc-switch-card__title {
    min-height: 0;
  }

  .cbc-switch-divider {
    gap: 10px;
    padding: 0 12px;
    max-width: 100%;
  }

  .cbc-switch-divider::before,
  .cbc-switch-divider::after {
    flex: 1 1 40px;
    min-width: 28px;
    max-width: 120px;
  }

  .cbc-switch-divider__label {
    font-size: 20px !important;
    white-space: nowrap;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .cbc-switch-grid:not(.slick-initialized) {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }

  .js-cbc-switch-plan-slider.slick-initialized {
    padding: 0 4px 52px;
  }

  .js-cbc-switch-plan-slider .cbc-switch-plan-arrow,
  .js-cbc-switch-plan-slider .slick-prev,
  .js-cbc-switch-plan-slider .slick-next {
    width: 34px;
    height: 34px;
  }

  .js-cbc-switch-plan-slider .slick-prev {
    left: calc(50% - 42px);
  }

  .js-cbc-switch-plan-slider .slick-next {
    left: calc(50% + 8px);
  }

  .cbc-switch-card__title {
    font-size: 18px !important;
  }

  .cbc-switch-card__text,
  .cbc-switch-concerns .font-20px,
  .cbc-switch-excel .font-20px {
    font-size: 16px !important;
  }

  .cbc-switch-divider {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0 12px;
  }

  .cbc-switch-divider::before,
  .cbc-switch-divider::after {
    display: none;
  }

  .cbc-switch-divider__label {
    font-size: 17px !important;
    white-space: nowrap;
    text-align: center;
    max-width: none;
    line-height: 1.3;
  }

  .cbc-switch-section .btn-secondary {
    width: 100%;
    max-width: 420px;
    font-size: 16px !important;
    height: 50px !important;
  }
}

/* Proof band: Before/After + Order Over Chaos share one curve background */
.cbc-proof-band {
  position: relative;
  background-color: #fff;
  background-image: url("../img/background-curve2.svg");
  background-position: center 220px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 48px;
  margin-bottom: 40px;
}

/* Schools are Choosing Order Over Chaos */
.cbc-order-section {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 8px;
  background: transparent !important;
}

.cbc-order-slider-wrap {

  margin: 0 auto;
}


.cbc-order-logo-card {
  width: 100%;
  height: 110px;
border-radius: 15px;
border: 1px solid #64C3C5;
background: #FFF;
box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
}

.cbc-order-logo-card img{ max-width: 100%; max-height: 100%; width: auto; height: auto;}

.cbc-order-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 28px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #005276;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
}

.cbc-order-arrow--prev {
  left:-50px;
}

.cbc-order-arrow--next {
  right:-50px;
}

.cbc-order-arrow:hover,
.cbc-order-arrow:focus {
  color: #003a54;
  outline: none;
}

.cbc-order-arrow svg {
  display: block;
}

.cbc-order-slider .slick-prev,
.cbc-order-slider .slick-next {
  display: none !important;
}

@media (max-width: 991.98px) {
  .cbc-proof-band {
    background-position: center 160px;
    padding-bottom: 32px;
    margin-bottom: 28px;
  }

  .cbc-order-logo-card {
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .cbc-proof-band {
    background-position: center 120px;
    background-size: 160% auto;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }

  .cbc-order-section {
    padding-top: 12px;
  }

  .cbc-order-section.mb-5 {
    margin-bottom: 0.75rem !important;
  }

  .cbc-order-section .font-50px {
    margin-bottom: 0.75rem !important;
  }

  .cbc-order-slider-wrap {
    padding: 0 44px;
    margin-bottom: 0;
    overflow: visible;
  }

  .cbc-order-slider .slick-list {
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 10px;
  }

  .cbc-order-slider .slick-slide {
    padding: 0 4px 2px;
  }

  .cbc-order-arrow--prev {
    left: 4px;
  }

  .cbc-order-arrow--next {
    right: 4px;
  }

  .cbc-order-logo-card {
    height: 96px;
    padding: 8px 12px;
    box-sizing: border-box;
    overflow: visible;
  }
}

@media (max-width: 575.98px) {
  .cbc-order-slider-wrap {
    padding: 0 44px;
  }

  .cbc-order-logo-card {
    height: 90px;
    padding: 8px 12px;
  }
  .cbc-role-card__outcome-tag{
    font-size: 16px;
  }
}

/* Before / After comparison — cards sit above the shared wave */
.cbc-comparison-section {
  position: relative;
  z-index: 2;
  background: transparent !important;
  overflow: visible;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Voices & Customer Success Stories */
.cbc-voices-section {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.cbc-voices-section .text-tertiary {
  color: #01cdd1 !important;
}

.cbc-voices-top {
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.cbc-voices-panel {
  min-height: 100%;
}

.cbc-voices-panel > .d-flex:first-child {
  margin-bottom: 16px !important;
}

.cbc-video-card {
  display: block;
  background: transparent;
  height: 100%;
}

.cbc-video-card__media {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: #0b2f3f;
  box-shadow: 0 16px 40px rgba(0, 82, 118, 0.12);
  line-height: 0;
  height: 100%;
  min-height: 320px;
}

.cbc-video-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 30, 45, 0.82) 100%);
  pointer-events: none;
  z-index: 1;
}

.cbc-video-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  vertical-align: top;
}

.cbc-video-card__hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12%;
}

.cbc-video-card__play {
  display: inline-flex;
  line-height: 0;
  pointer-events: none;
}

.cbc-video-card__play svg {
  display: block;
  width: 96px;
  height: 96px;
  overflow: visible;
}

.cbc-video-card__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
  line-height: normal;
  pointer-events: none;
  text-align: left;
}

.cbc-video-card__title {
  color: #fff;
}

.cbc-video-card__meta {
  color: #E2E8F0;
}

.cbc-video-card__bar {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.35);
  z-index: 2;
  overflow: hidden;display: none;
  pointer-events: none;
}

.cbc-video-card__bar-progress {
  display: block;
  width: 28%;
  height: 100%;
  background: #01cdd1;
  border-radius: inherit;
}

.cbc-video-card__player {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #000;
}

.cbc-video-card__player iframe,
.cbc-video-card__player video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.cbc-video-card.is-playing .cbc-video-card__img,
.cbc-video-card.is-playing .cbc-video-card__hit,
.cbc-video-card.is-playing .cbc-video-card__caption,
.cbc-video-card.is-playing .cbc-video-card__bar,
.cbc-video-card.is-playing .cbc-video-card__media::after {
  visibility: hidden;
  pointer-events: none;
}

.cbc-voices-nav__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #E2E8F0;
  background: #fff;
  color: #005276;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.cbc-voices-nav__btn:hover,
.cbc-voices-nav__btn:focus {
  border-color: #01cdd1;
  color: #01cdd1;
  outline: none;
}

.cbc-voices-slider {
  flex: 1 1 auto;
  margin: 0 -6px;
  min-height: 0;
}

.cbc-voices-slider.slick-initialized,
.cbc-voices-slider.slick-initialized .slick-list,
.cbc-voices-slider.slick-initialized .slick-track {
  height: 100%;
}

.cbc-voices-slider .slick-list {
  margin: 0;
}

.cbc-voices-slider .slick-slide {

  height: inherit;
}

.cbc-voices-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.cbc-voices-slider .slick-slide > div {
  height: 100%;
  display: flex;
}

.cbc-voices-slide {
  height: 100%;
  display: flex !important;
}

.cbc-quote-card {
  width: 100%;
border-radius: 16px;
border: 1px solid #E2E8F0;
background: #FFF;
  padding: 20px 20px 20px;
  box-shadow: 0 6px 20px rgba(0, 82, 118, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 0;
}

.cbc-quote-card__icon {
  display: inline-flex;
  line-height: 0;
  margin-bottom: 14px;
}

.cbc-quote-card__text {
  color: #023248;
  flex-grow: 1;
  margin-bottom: 20px !important;
}

.cbc-quote-card__role {
  color: #64748b;
}

.cbc-quote-card__school {
  font-size: 12px;
}

.cbc-success-panel {
  position: relative;
  z-index: 1;
border-radius: 20px;
border: 1px solid #F2E4C0;
background: #FFFBF0;
  padding:30px;
  overflow: hidden;
  max-width: 100%;
}
.text-023248{ color: #023248;}

@media (min-width: 1366px) {
  
  .cbc-success-cards > .cbc-success-cards__result {
  flex: 0 0 46%;
    max-width: 46%;
  }
    .cbc-success-cards > .cbc-success-cards__case {
    flex: 0 0 54%;
    max-width: 54%;
  }
}

/* Prevent overflow at tablet/desktop mid widths (e.g. 1024px) */
@media (max-width: 1199.98px) {
  .cbc-success-panel {
    padding: 20px;
  }

  .cbc-success-cards {
    --bs-gutter-x: 1rem;
  }

  .cbc-success-cards > .cbc-success-cards__case,
  .cbc-success-cards > .cbc-success-cards__result {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .cbc-case-card,
  .cbc-result-card {
    padding: 18px;
    min-width: 0;
    max-width: 100%;
  }

  .cbc-result-grid {
    gap: 12px;
  }

  .cbc-result-metric {
    padding: 14px;
    min-width: 0;
  }

  .cbc-result-metric > div {
    min-width: 0;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .cbc-result-metric__icon svg {
    width: 40px;
    height: 40px;
  }
}

.cbc-case-card,
.cbc-result-card {
border-radius: 16px;
border: 1px solid #E2E8F0;
background: #FFF;
  padding: 25px;
  height: 100%;
}

.cbc-case-card__header {
  padding-bottom: 18px;
}

.cbc-case-card__logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cbc-case-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cbc-case-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cbc-case-meta__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.cbc-case-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #023248;
  font-size: 16px;
  line-height: 1.4;
}

.cbc-case-meta__item svg {
  display: block;
  flex-shrink: 0;
}

.cbc-case-compare {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  padding-top: 20px;
  border-top: 1px solid #e8eef1;
}

.cbc-case-compare__col {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 20px;
}

.cbc-case-compare__col:first-child {
  padding-left: 0;
  padding-right: 28px;
}

.cbc-case-compare__col:last-child {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid #e8eef1;
}

.cbc-case-compare__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 0;
  background: #fff;
  border-radius: 50%;
}

.cbc-case-compare__title--before {
  color: #ef4444;
}

.cbc-case-compare__title--after {
  color: #10b981;
}

.cbc-case-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
color: #023248;
font-size: 16px;
  margin-bottom:15px;
}

.cbc-case-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .cbc-case-list li {
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .cbc-case-list li > span:last-child {
    line-height: 1.5;
  }
}

.cbc-case-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 15px;
  min-height:15px;
  line-height: 0;
}

.cbc-case-list__icon svg {
  display: block;
}

.cbc-result-metric__icon svg {
  display: block;
  width: 48px;
  height: 48px;
}

.cbc-success-panel__icon svg {
  display: block;
}

.cbc-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}

.cbc-result-metric {
  display: flex;
  align-items: flex-start;
  gap: 10px;
border-radius: 12px;
border: 1px solid #E2E8F0;
background: #FFF;
  padding: 20px;

}

.cbc-result-metric__icon {
  flex-shrink: 0;
  line-height: 0;
}

@media (max-width: 991.98px) {
  .cbc-voices-section .font-32px {
    font-size: 26px;
  }

  .cbc-case-compare {
    flex-direction: column;
    gap: 0;
  }

  .cbc-case-compare__col:first-child,
  .cbc-case-compare__col:last-child {
    padding: 0;
    border-left: 0;
  }

  .cbc-case-compare__col:last-child {
    padding-top: 24px;
    border-top: 1px solid #e8eef1;
  }

  .cbc-case-compare__arrow {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    margin: 8px auto -15px;
    transform: rotate(90deg);
    background: #fff;
    border-radius: 50%;
    line-height: 0;
  }
}

@media (max-width: 767.98px) {
  .cbc-voices-section {
    padding: 8px 0 20px;
  }

  .cbc-voices-section .font-32px {
    font-size: 22px;
  }

  .cbc-success-panel {
    padding: 20px 14px 16px;
  }

  .cbc-case-card,
  .cbc-result-card {
    padding: 18px 14px;
  }

  .cbc-quote-card {
    min-height: 0;
    padding: 18px 16px;
  }

  .cbc-video-card__media {
    min-height: 240px;
    height: auto;
  }

  .cbc-video-card__img {
    height: auto;
  }

  .cbc-video-card__caption {
    left: 14px;
    right: 14px;line-height: 130%;
    bottom: 12px;
  }

  .cbc-video-card__title.font-20px {
    font-size: 16px !important;
  }

  .cbc-video-card__play svg {
    width: 72px;
    height: 72px;
  }

  .cbc-voices-slider.slick-initialized,
  .cbc-voices-slider.slick-initialized .slick-list,
  .cbc-voices-slider.slick-initialized .slick-track {
    height: auto;
  }

  .cbc-result-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .cbc-result-grid {
    gap: 8px;
  }

  .cbc-result-metric {
    padding: 12px;
  }
}

/* ROI / Disorganization Calculator */
.cbc-roi-section {
  background: #fff;
}

.cbc-roi-checklist__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cbc-roi-checklist__icon {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
}

.cbc-roi-illustration img {
  max-width: 375px;
  height: auto;
  width: 100%;
}

.cbc-chaos-calc {
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #005276;
  border: 2px solid #005276;
}

.cbc-chaos-calc__header {
  background: #005276;
  padding: 18px 24px 16px;
}

.cbc-chaos-calc__header .font-28px {
  font-size: 26px !important;
}

.cbc-chaos-calc__body {
  background: #fff;
  border-radius: 14px 14px 0 0;
  padding: 24px 22px 22px;
  position: relative;
  z-index: 1;
}

.cbc-chaos-calc__label {
  display: block;
  color: #334155;
  margin-bottom: 6px;
  line-height: 1.35;
}

.cbc-chaos-calc__field {
  position: relative;
}

.cbc-chaos-calc__icon {
  position: absolute;
  left: 12px;
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 0;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F1F5F9;
}

.cbc-chaos-calc__icon svg {
  display: block;
  width: auto;
  max-width: 18px;
  max-height: 16px;
}

.cbc-chaos-calc__input {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  padding-left: 54px !important;
  padding-right: 14px;
  font-size: 15px;
  color: #023248;
  background: #fff;
  box-shadow: none;
}

.cbc-chaos-calc__input::placeholder {
  color: #94a3b8;
}

.cbc-chaos-calc__input:focus {
  border-color: #01cdd1;
  box-shadow: 0 0 0 0.15rem rgba(1, 205, 209, 0.15);
}

.cbc-chaos-calc__input.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15);
}

.cbc-chaos-calc__cta {
  width: 100%;
  min-width: 0;
}

/* Keep paired inputs aligned when labels wrap (tablet / small desktop) */
@media (max-width: 1365.98px) and (min-width: 768px) {
  .cbc-chaos-calc__form .row > .col-md-6 {
    display: flex;
    flex-direction: column;
  }

  .cbc-chaos-calc__form .row > .col-md-6 > .cbc-chaos-calc__field {
    margin-top: auto;
  }
}

@media (max-width: 991.98px) {
  .cbc-chaos-calc {
    max-width: 100%;
  }

  .cbc-roi-illustration {
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .cbc-roi-section.pageSection {
    margin-bottom: 24px;
  }

  .cbc-roi-checklist__col {
    gap: 10px;
  }

  .cbc-chaos-calc {
    border-radius: 18px;
  }

  .cbc-chaos-calc__header {
    padding: 14px 14px 12px;
  }

  .cbc-chaos-calc__header .font-28px,
  .cbc-chaos-calc__header .font-32px {
    font-size: 22px !important;
  }

  .cbc-chaos-calc__body {
    border-radius: 14px 14px 0 0;
    padding: 18px 14px 20px !important;
  }

  .cbc-chaos-calc__label {
    margin-bottom: 6px;
    font-size: 14px !important;
  }

  .cbc-chaos-calc__form .row {
    --bs-gutter-y: 0.85rem;
  }

  .cbc-chaos-calc__input {
    height: 48px;
    font-size: 15px;
    padding-left: 48px !important;
  }

  .cbc-chaos-calc__icon {
    left: 10px;
    width: 30px;
    height: 30px;
  }

  .cbc-chaos-calc__icon svg {
    width: 16px;
    height: auto;
    max-height: 14px;
  }

  .cbc-chaos-calc__cta {
    width: 100%;
    min-width: 0;
    white-space: normal;
    height: auto !important;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px !important;
  }
}

/* Chaos Cost Calculator Result Modal */
.cbc-chaos-result-dialog {
  max-width: 560px;
}

.cbc-chaos-result-modal {
  border-radius: 24px !important;
  background: #fff;
  overflow: visible;
  box-shadow: none;
}

.cbc-chaos-result-dialog .btn-close.btn-close-lg {
  width: 46px;
  height: 46px;
  right: -60px !important;
}

.cbc-chaos-result-dialog .btn-close.btn-close-lg svg {
  max-width: 14px;
}

.cbc-chaos-result-modal .modal-body {
  border-radius: 24px;
  overflow: hidden;
}

.cbc-chaos-result {
  padding: 40px 36px 32px;
  background:
    radial-gradient(ellipse 90% 60% at 85% 100%, rgba(255, 241, 214, 0.7) 0%, rgba(255, 255, 255, 0) 65%),
    #fff;
}

.cbc-chaos-result__hero {
  margin-bottom: 20px;
}

.cbc-chaos-result__eyebrow {
  color: #222;
  margin-bottom: 8px;
}

.cbc-chaos-result__amount {
  color: #FE6892;
  font-size: 54px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.cbc-chaos-result__per-year {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #023248;
}

.cbc-chaos-result__per-year::before,
.cbc-chaos-result__per-year::after {
  content: "";
  flex: 1 1 0;
  max-width: 132px;
  height: 2px;
  background: linear-gradient(-270deg, #FFF 0%, #01CDD1 100%);
}

.cbc-chaos-result__per-year::after {
  background: linear-gradient(270deg, #FFF 0%, #01CDD1 100%);
}

.cbc-chaos-result__box {
  border-radius: 20px;
  border: 2px solid #FFF5D7;
  background: #FFF;
  padding: 24px 24px 22px;
}

.cbc-chaos-result__box-title {
  color: #005276;
  margin-bottom: 18px;
}

.cbc-chaos-result__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #080a12;
}

.cbc-chaos-result__list li:last-child {
  margin-bottom: 0;
}

.cbc-chaos-result__tick {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.cbc-chaos-result__tick svg {
  display: block;
  width: 18px;
  height: 18px;
}

@media (max-width: 767.98px) {
  .cbc-chaos-result-dialog .btn-close.btn-close-lg {
    right: 0 !important;
    left: 0;
    top: inherit !important;
    bottom: -60px;
    margin: 0 auto;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 575.98px) {
  .cbc-chaos-result {
    padding: 28px 18px 22px;
  }

  .cbc-chaos-result__eyebrow {
    font-size: 16px !important;
  }

  .cbc-chaos-result__amount {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .cbc-chaos-result__per-year {
    font-size: 16px !important;
    gap: 12px;
  }

  .cbc-chaos-result__box {
    padding: 18px 16px 16px;
  }

  .cbc-chaos-result__box-title {
    font-size: 16px !important;
    margin-bottom: 14px;
  }

  .cbc-chaos-result__list li {
    font-size: 16px !important;
    margin-bottom: 12px;
  }
}

/* Why Private CBC Schools Choose Intellimis */
.cbc-why-choose-section {
  position: relative;
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 160px;
  background: url("../img/background-11.jpg") center bottom / cover no-repeat;
}

.cbc-why-choose-section .container {
  position: relative;
  z-index: 1;
}

.cbc-why-panel {
  position: relative;
  max-width: 980px;
  margin: 36px auto 0;
  padding: 60px 48px 40px;
  border-radius: 28px;
  border: 3px solid #005276;
  background: #FFFCF3;
}

.cbc-why-panel__tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: calc(100% - 48px);
  padding: 14px 36px;
  border-radius: 999px;
  background: #005276;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.cbc-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cbc-why-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 18px 22px 18px 36px;
  margin-left: 18px;
  border-radius: 16px;
  border: 2px solid #FFE598;
  background: #fff;
}

.cbc-why-item__check {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  flex: none;
  width: 36px;
  height: 36px;
  margin: 0;
  line-height: 0;
}

.cbc-why-item__check svg {
  display: block;
  width: 36px;
  height: 36px;
}

.cbc-why-item__body {
  min-width: 0;
  flex: 1 1 auto;
}

.cbc-why-item__title {
  margin-bottom: 4px !important;
  color: #222222;
}

.cbc-why-item__text {
  color: #64748B;
}

@media (max-width: 1599.98px) {
  .cbc-why-choose-section {
    padding-bottom: 64px;
  }

  .cbc-why-choose-section.pageSection {
    margin-bottom: 24px;
  }
}

@media (max-width: 1199.98px) {
  .cbc-why-choose-section {
    padding-bottom: 48px;
  }

  .cbc-why-choose-section.pageSection {
    margin-bottom: 16px;
  }

  .cbc-roi-section.pageSection {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .cbc-why-choose-section {
    padding-top: 28px;
    padding-bottom: 40px;
  }

  .cbc-why-panel {
    margin-top: 36px;
    padding: 48px 18px 22px 20px;
    border-radius: 20px;
    border-width: 2px;
  }

  .cbc-why-panel__tab {
    font-size: 15px;
    padding: 10px 16px;
    white-space: normal;
    max-width: calc(100% - 24px);
  }

  .cbc-why-list {
    gap: 12px;
  }

  .cbc-why-item {
    padding: 14px 14px 14px 28px;
    margin-left: 14px;
    border-radius: 12px;
  }

  .cbc-why-item__check {
    width: 28px;
    height: 28px;
  }

  .cbc-why-item__check svg {
    width: 28px;
    height: 28px;
  }

  .cbc-why-item__title {
    font-size: 16px !important;
  }

  .cbc-why-item__text {
    font-size: 14px !important;
  }
}

@media (max-width: 575.98px) {
  .cbc-why-panel__tab {
    font-size: 14px;
  }

  .cbc-final-cta .movement-banner {
    font-size: 18px !important;
  }
}

@media (max-width: 440px) {
  .cbc-why-choose-section {
    padding-top: 0px;
    padding-bottom: 32px;
  }

  .cbc-why-panel {
    margin-top: 40px;
    padding: 44px 10px 14px 12px;
    border-radius: 16px;
  }

  .cbc-why-panel__tab {
    font-size: 13px;
    line-height: 1.25;
    padding: 10px 12px;
    max-width: calc(100% - 8px);
    width: calc(100% - 8px);
    border-radius: 14px;
    white-space: normal;
  }

  .cbc-why-list {
    gap: 10px;
  }

  .cbc-why-item {
    padding: 12px 10px 12px 22px;
    margin-left: 12px;
    border-radius: 10px;
  }

  .cbc-why-item__check {
    width: 24px;
    height: 24px;
  }

  .cbc-why-item__check svg {
    width: 24px;
    height: 24px;
  }

  .cbc-why-item__title {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .cbc-why-item__text {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}

/* FAQ */
.cbc-faq-section {
  background: #fff;
 
  
}

.cbc-faq-panel {
  max-width: 940px;
  border-radius: 20px;
  border: 2px solid #FFE598;
  background: linear-gradient(180deg, #FFF8E4 0%, #FFF 41.47%);
  padding: 40px;
}

.cbc-faq-accordion.custom-accordion .accordion-item {
  border: 1.5px solid #005276 !important;
  border-radius: 14px !important;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
}

.cbc-faq-accordion.custom-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.cbc-faq-accordion.custom-accordion .accordion-button {
  font-size: 22px;
  padding: 18px 20px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: #fff;
}

.cbc-faq-accordion.custom-accordion .accordion-button:not(.collapsed) {
  background: #fff;
}

.cbc-faq-accordion.custom-accordion .accordion-button::after {
  display: none;
}

.cbc-faq-accordion .accordion-icon {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #005276;
}

.cbc-faq-accordion .accordion-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 7L7 1L13 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 8px no-repeat;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.cbc-faq-accordion .accordion-button.collapsed .accordion-icon::before {
  transform: rotate(180deg);
}

.cbc-faq-accordion.custom-accordion .accordion-body {
  padding: 0 20px 20px;
  font-size: 18px;
  line-height: 1.55;
  color: #5a6570;
}

/* Final CTA */
.cbc-final-cta-section {

  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
}

.cbc-final-cta.movement-section {
  padding-bottom: 28px;
  background-image: url("../img/background-13.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cbc-final-cta .powered-box {
  display: none;
}

.cbc-final-cta__body {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cbc-final-cta .btn {
  line-height: 1.2;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.cbc-final-cta__actions-row {
  width: 100%;
}

@media (min-width: 1400px) {
  .cbc-final-cta__actions-row {
    flex-wrap: wrap !important;
  }

  .cbc-final-cta .btn {
    white-space: nowrap;
  }
}

@media (max-width: 1199px) {
.mb-40px {
    margin-bottom: 20px !important;
}
}

@media (max-width: 991.98px) {
  .cbc-final-cta-section {
    padding-bottom: 16px !important;
    margin-bottom: 12px !important;
  }

  .cbc-final-cta.movement-section {
    padding-bottom: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .cbc-faq-section {
    padding-top: 16px !important;
    padding-bottom: 8px;
    margin-bottom: 12px !important;
  }

  .cbc-faq-section .text-center.mb-4 {
    margin-bottom: 0.75rem !important;
  }

  .cbc-faq-section .font-46px {
    font-size: 28px;
  }

  .cbc-faq-panel {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .cbc-faq-accordion.custom-accordion .accordion-button {
    font-size: 16px;
    padding: 14px 14px;
  }

  .cbc-faq-accordion .accordion-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .cbc-faq-accordion.custom-accordion .accordion-body {
    font-size: 16px;
    padding: 0 14px 14px;
  }

  .cbc-final-cta-section {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
    margin-bottom: 8px !important;
  }

  .cbc-final-cta.movement-section {
    padding-top: 16px;
    padding-bottom: 16px !important;
  }

  .cbc-final-cta .movement-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    line-height: 1.2;
    padding: 14px 18px;
  }

  .cbc-final-cta .font-28px {
    font-size: 18px !important;
  }

  .cbc-final-cta .font-20px {
    font-size: 14px !important;
  }

  .cbc-final-cta .btn {
    height: auto !important;
    min-height: 48px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cbc-final-cta__actions {
    gap: 8px !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .cbc-faq-section {
    padding-top: 12px;
  }
}

@media (max-width: 1599.98px) {
  .cbc-faq-section {
    padding-top: 20px;
  }
}

@media (max-width: 405px) {
  .cbc-steps-section .btn-secondary,
  .cbc-switch-section .btn-secondary,
  .cbc-final-cta .btn,
  .bannerBtn .btn {
    height: auto !important;
    min-height: 52px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cbc-steps-section .btn-secondary span,
  .cbc-switch-section .btn-secondary span,
  .cbc-final-cta .btn span,
  .bannerBtn .btn span {
    line-height: 1.3 !important;
  }
}

@media (max-width: 460px) {
  .cbc-why-panel__tab {
    line-height: 1.45;
  }

  .cbc-faq-accordion .accordion-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .cbc-faq-accordion .accordion-icon::before {
    background-size: 10px 6px;
  }
}

/* =========================================================
   font-50px responsive — match private-schools.blade.php
   ========================================================= */
.cbc-trust-section .font-50px,
.cbc-scattered-section .font-50px,
.cbc-problems-section .font-50px,
.cbc-pressure-section .font-50px,
.cbc-parent-exp-section .font-49px,
.cbc-control-section .font-50px,
.cbc-path-section .font-50px,
.cbc-steps-section .font-50px,
.cbc-roles-section .font-50px,
.cbc-switch-section .font-50px,
.cbc-comparison-section .font-50px,
.cbc-order-section .font-50px,
.cbc-voices-section .font-50px,
.cbc-roi-section .font-50px,
.cbc-why-choose-section .font-50px,
.cbc-faq-section .font-50px {
  font-size: 50px;
}

@media (max-width: 1439.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 40px !important;
  }
}

@media (max-width: 1365.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 36px !important;
  }
}

@media (max-width: 1199.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 34px !important;
  }
  .cbc-problems-section{
    padding-top: 0;
  }
}

@media (max-width: 1023.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 26px !important;
  }
  .cbc-final-cta .btn{ width: 100% !important;padding-top: 10px !important;
    padding-bottom: 8px !important;}
}

@media (max-width: 575.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 24px !important;
  }
  .handCation{ display: flex; gap:7px;}
}

@media (max-width: 479.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 22px !important;
  }
}

@media (max-width: 374.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 21px !important;
  }
}

@media (max-width: 359.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 20px !important;
  }
}

@media (max-width: 329.98px) {
  .cbc-trust-section .font-50px,
  .cbc-scattered-section .font-50px,
  .cbc-problems-section .font-50px,
  .cbc-pressure-section .font-50px,
  .cbc-parent-exp-section .font-49px,
  .cbc-control-section .font-50px,
  .cbc-path-section .font-50px,
  .cbc-steps-section .font-50px,
  .cbc-roles-section .font-50px,
  .cbc-switch-section .font-50px,
  .cbc-comparison-section .font-50px,
  .cbc-order-section .font-50px,
  .cbc-voices-section .font-50px,
  .cbc-roi-section .font-50px,
  .cbc-why-choose-section .font-50px,
  .cbc-faq-section .font-50px {
    font-size: 18px !important;
  }
}



.new-one{
  border: none !important;
  box-shadow: none !important;
}