/* Pinned panels overscroll wrapper */
.panels {
  position: relative;
}

/* Hero wrapper —
   height: 200vh  → 100vh hero pin + 100vh about slide scroll space
   overflow: hidden → hero wrapper ke baad kuch bhi nahi dikhega
   About section absolute hai wrapper mein; baaki page sections
   wrapper ke theek baad normal flow mein aate hain. */
.hero-sticky-wrapper {
  position: relative;
  /* height JS se set hogi: 100vh + about.offsetHeight */
  overflow: visible;
}

/* hero section css Start */
.bbt-dp-hero {
  background: url(../images/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: auto;
  overflow: hidden;
  margin-top: 0;
  padding-top: clamp(82px, 7.5vw, 144px);
  box-sizing: border-box;
  height: 100svh;
  --hero-blue-size: clamp(980px, max(106vw, 126vh), 2031.238px);
  z-index: 1;
  /* About ke neeche hero completely hide ho — no peek */
  isolation: isolate;
}

.bbt-dp-hero .main-hero-items,
.bbt-dp-hero .main-hero-items>.d-flex {
  --bs-gutter-x: 0;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.bbt-dp-hero .main-title {
  position: relative;
  z-index: 2;
  padding-left: clamp(20px, 8vw, 154px);
  width: 100%;
  transform-origin: left center;
  clip-path: none !important;
  overflow: visible !important;
  transform: translateY(clamp(-26px, -1.35vw, -8px));
}

.bbt-dp-hero .burgundy-bg {
  position: absolute;
  top: clamp(-198px, -12vh, -90px);
  left: calc(var(--hero-blue-size) * -0.5);
  width: var(--hero-blue-size);
  height: var(--hero-blue-size);
  border-radius: 50%;
  background: #0a3d9c;
}

.main-hero-items .d-flex {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.bbt-dp-hero .burgundy-bg-ele {
  display: flex;
  align-items: center;
}

.bbt-dp-hero .main-hero-items>.d-flex>div:last-child {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 50%;
  flex: 0 0 50%;
}

.hero-student-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(255px, 44.53vw, 855px);
  overflow: hidden;
  margin-bottom: clamp(-43px, -2.24vw, -14px);
  z-index: 1;
}

.main-hero-items .hero-student-img img {
  width: 100%;
  height: auto;
  max-width: 780px;
}

.bbt-dp-hero .main-title span.weight-500 {
  display: inline-block;
  font-family: Satoshi;
  font-size: 3.48645em;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.697px;
}

.bbt-dp-hero .main-title span.weight-600 {
  font-family: Satoshi;
  font-size: 4.587400000000001em;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -0.917px;
}

.bbt-dp-hero .main-title span.weight-500:last-child {
  padding-left: clamp(38px, 10.1vw, 194px);
}

.main-hero-items .column-6:last-child {
  position: relative;
}

.bbt-dp-hero .yellow-circle {
  position: absolute;
  top: clamp(6.5rem, 9vw, 11rem);
  right: clamp(0rem, 3vw, 4rem);
  width: clamp(22rem, 30vw, 36rem);
  height: clamp(22rem, 30vw, 36rem);
  border-radius: 50%;
  background-color: #ffea2c;
  z-index: 0;
}

.orange-bg-element {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: clamp(18.125rem, 25vw, 29.8125rem);
  height: clamp(1.25rem, 1.8vw, 2.125rem);
  background-color: #ff7f50;
  z-index: 1;
}

.typing {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #fff;
  width: 0;
}

.burgundy-bg {
  transform-origin: left center;
}

.yellow-circle {
  transform-origin: bottom center;
}

.burgundy-bg,
.yellow-circle {
  will-change: transform;
}

.cursor {
  margin-left: 5px;
}

.bbt-dp-hero {
  padding-top: clamp(72px, 5.6vw, 104px);
  min-height: clamp(560px, 53.8vw, 820px);
  /* height: clamp(560px, 53.8vw, 820px); */
  /* --hero-blue-size: clamp(980px, 111vw, 1600px); */
}

.bbt-dp-hero .main-hero-items>.d-flex {
  flex-direction: row;
  flex-wrap: nowrap;
}

.bbt-dp-hero .main-hero-items>.d-flex>div {
  width: 50%;
  flex: 0 0 50%;
}

.bbt-dp-hero .main-title {
  padding-left: clamp(64px, 5.65vw, 92px);
  padding-top: 0;
  z-index: 2;
  transform: translateY(clamp(-16px, -1vw, -8px));
}

.bbt-dp-hero .main-title span.weight-500:last-child {
  padding-left: clamp(104px, 8.1vw, 124px);
}

.hero-student-img {
  right: 0;
  bottom: 0;
  width: clamp(520px, 46.3vw, 688px);
  margin-bottom: clamp(-28px, -1.7vw, -16px);
  display: block;
}

.main-hero-items .hero-student-img img {
  max-width: 100%;
}

.logo.black-logo {
  display: none;
}

/* Removed desktop media queries for Hero Section */

@media (max-width: 991.9px) {
  .orange-bg-element {
    width: 120px;
    height: 15px;
  }
}

@media (max-width: 767.9px) {
  .bbt-dp-hero {
    background-position: 80%;
    min-height: unset;
    height: 85vh;
  }

  .hero-student-img {
    right: -25px;
    bottom: 0;
    width: clamp(406px, 46.3vw, 688px);
    margin-bottom: clamp(-28px, -1.7vw, 0px);
  }

  .logo.black-logo {
    display: block;
    padding-left: 12px;
  }

  .logo.white-logo {
    display: none;
  }

  .bbt-dp-hero .main-title {
    padding-top: 35px;
    padding-left: 40px;
  }

  .bbt-dp-hero .burgundy-bg {
    display: none;
  }

  .bbt-dp-hero .main-title span {
    color: #0a3d9c;
    font-size: 36px !important;
  }

  .bbt-dp-hero .yellow-circle {
    right: 17%;
    top: -4%;
    width: 274px;
    height: 274px;
  }

  .bbt-dp-hero .main-hero-items>.d-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
  }

  .bbt-dp-hero .main-hero-items>.d-flex>div {
    margin-top: 40px;
    width: 100%;
    flex: 0;
  }

  .main-hero-items .hero-student-img img {
    max-width: 406px;
    width: 100%;
  }
}

@media (max-width: 576.9px) {
  .bbt-dp-hero .yellow-circle {
    right: 18%;
    top: -20%;
    width: 274px;
    height: 274px;
  }

  .orange-bg-element {
    bottom: -1px;
  }

  .bbt-dp-hero .main-title span.weight-500,
  .bbt-dp-hero .main-title span.weight-600 {
    font-weight: 700;
    line-height: 112%;
    /* 40.32px */
    letter-spacing: -0.36px;
  }

  .bbt-dp-hero .main-title span.weight-500:last-child {
    padding-left: 0px;
  }
}

/* hero section css End */

/* About section css Start */
.bbt-dp-about {
  background-color: #fff;
  position: relative;
  top: auto;
  left: 0;
  width: 100%;
  padding: clamp(4.375rem, 6.1vw, 7.375rem) 0 clamp(5.625rem, 7.8vw, 9.375rem);
  z-index: 1;
  overflow: hidden;
}

.bbt-dp-about .row::before {
  content: "";
  position: absolute;
  top: clamp(-7.375rem, -6.1vw, -4.375rem);
  right: clamp(26.75rem, 29vw, 34.875rem);
  width: clamp(19.875rem, 27vw, 32.375rem);
  height: clamp(1.25rem, 1.8vw, 2.125rem);
  background: #beacff;
  transform: translateX(var(--purpleMove, 200px));
}

.about-img {
  position: relative;
  width: 90%;
}

.bbt-dp-about .row {
  align-items: center;
  position: relative;
}

.bbt-dp-about .column-6 {
  width: 50%;
}

.about-img .yellow-shape {
  position: absolute;
  max-width: 100%;
  width: clamp(13.75rem, 29.6vw, 35.5rem);
  height: clamp(13.75rem, 14.8vw, 17.75rem);
  background: #ffea2c;
  border-radius: 460px 460px 0 0;
  top: 18%;
  left: -28px;
  z-index: 0;
  transform: translateY(80px);
  transition: transform 4s ease, opacity 4s ease;
}

.about-img.animate .yellow-shape {
  transform: translateY(0);
  opacity: 1;
}

.about-img img {
  z-index: 1;
  position: relative;
  max-width: 100%;
  width: clamp(25rem, 36.2vw, 43.4375rem);
  height: auto;
  margin: clamp(1.25rem, 2.2vw, 2.625rem) 0 0 clamp(-5.125rem, -4.2vw, -2.5rem);
}

.about-img .orange-circle {
  position: absolute;
  width: clamp(6.25rem, 8.6vw, 10.4rem);
  height: clamp(6.25rem, 8.6vw, 10.25rem);
  background: #ff7f50;
  border-radius: 50%;
  top: 27%;
  left: -24px;
}

.bbt-dp-about img.right-arrow {
  width: 16px;
}

.about-paragraph {
  padding: clamp(0rem, 5.3vw, 6.4375rem) 0 0 clamp(4.375rem, 5.5vw, 6.6875rem);
}

.about-paragraph p {
  font-size: 1.25em;
  color: #000;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 180%;
}

.secondary-btn {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 1.25em;
  font-weight: 600;
  font-family: "Poppins";
  color: #0a3d9c;
}

.right-arrow {
  display: inline-block;
}

.about-paragraph .secondary-btn {
  margin-top: clamp(1.875rem, 3vw, 3.625rem);
}

/* Removed desktop media queries for About Section */

@media (max-width: 991.9px) {
  .bbt-dp-about {
    padding: 82px 0 84px;
    --about-text-size: clamp(1rem, 2.15vw, 1.25rem);
    --about-content-offset: clamp(1rem, 4vw, 2.5rem);
    --about-button-gap: clamp(1.5rem, 4vw, 2.25rem);
  }

  .bbt-dp-about .row {
    flex-direction: column;
  }

  .about-paragraph {
    padding-left: 0;
    padding: var(--about-content-offset) 0 0;
  }

  .bbt-dp-about .width-100 {
    width: 100%;
  }

  .bbt-dp-about .row .content-part {
    padding-left: 0;
  }

  .about-img img {
    margin: 0;
  }

  .about-img {
    width: 100%;
  }

  .bbt-dp-about .row::before {
    top: -82px;
    width: 69px;
    height: 15px;
    right: 259px;
  }
}

.bbt-dp-about {
  --about-text-size: clamp(1rem, 1.302vw, 1.5625rem);
  --about-line-height: 169%;
  --about-content-offset: clamp(2rem, 5.573vw, 6.6875rem);
  --about-image-text-gap: clamp(2.5rem, 13.854vw, 16.625rem);
}

.bbt-dp-about .content-part {
  padding-left: clamp(0rem, 2.445vw, 2.934rem);
}

.about-paragraph {
  padding: var(--about-content-offset) 0 0 clamp(0rem, 4.573vw, 6.6875rem);
}

.about-paragraph .secondary-btn {
  margin-top: 43px;
}

@media (max-width: 767.9px) {
  .bbt-dp-about .row::before {
    right: 275px;
  }

  .about-img img {
    display: none;
  }

  .about-paragraph p {
    font-size: 15px;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
  }

  .about-paragraph .secondary-btn {
    margin-top: 29px;
    font-size: 15px;
  }

  .about-paragraph {
    padding: 0;
  }
}

@media (max-width: 576.9px) {
  .bbt-dp-about .row::before {
    right: 291px;
  }
}

/* About section css End */

/* video section CSS start  */
.video-section {
  height: 100vh;
  position: relative;
  overflow-x: clip;
  padding-bottom: 100px;
  background: #fff;
}

.video-wrapper {
  position: sticky;
  top: 0;
  height: 85vh;
  width: 100%;
  left: 0;
  transform: none;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  z-index: 100;
  padding: 2vh 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: padding;
}

.video-section .container-xxl {
  width: 100%;
  height: 100%;
}

.video-container {
  --video-mask-x: 41%;
  --video-mask-y: 34%;
  --video-mask-radius: 18px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(var(--video-mask-y) var(--video-mask-x) var(--video-mask-y) var(--video-mask-x) round var(--video-mask-radius));
  will-change: clip-path, border-radius, transform;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.18) translateY(8%);
  will-change: transform;
}

/* Overlay — starts invisible, fades to dark in Phase 2 */
.video-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  will-change: opacity;
  transition: opacity 0.3s ease;
}

/* Content text — starts hidden, revealed in Phase 2 */
.video-section .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  pointer-events: none;
  z-index: 3;
  width: min(90vw, 42.5rem);
  max-width: 90vw;
  opacity: 0;
  will-change: opacity, transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.125rem, 1.563vw, 1.875rem);
}

.video-section .content h2 {
  color: #fff;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: opacity 0.3s ease;
}

.video-wrapper.is-playing .overlay {
  opacity: 0 !important;
}

.video-wrapper.is-playing .content h2 {
  opacity: 0 !important;
}

/* Play btn — inside content, above h2 */
.video-section .play-btn {
  position: relative;
  width: clamp(4.25rem, 4.688vw, 5.625rem);
  height: clamp(4.25rem, 4.688vw, 5.625rem);
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: unset;
  top: unset;
  transform: none;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  scale: 0;
  will-change: opacity, scale;
  flex-shrink: 0;
}

.video-section .triangle {
  width: 0;
  height: 0;
  border-left: clamp(2.625rem, 3.75vw, 4.5rem) solid #ffea2c;
  border-top: clamp(1.5rem, 2.292vw, 2.75rem) solid transparent;
  border-bottom: clamp(1.5rem, 2.292vw, 2.75rem) solid transparent;
  margin-left: clamp(0.25rem, 0.313vw, 0.375rem);
}

.video-section .pause-icon {
  display: inline-block;
  width: 18px;
  height: 22px;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
}

@media (max-width: 767.9px) {
  .video-section {
    height: auto;
    padding-bottom: 60px;
  }

  .video-section .play-btn {
    width: 68px;
    height: 68px;
  }

  .video-section .triangle {
    border-left: 42px solid #ffea2c;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }

  .video-container {
    clip-path: none;
    /* border-radius: 12px; */
    height: 100%;
  }

  .video-wrapper {
    position: relative;
    height: 66vh;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .video-section .play-btn {
    width: 76px;
    height: 68px;
  }

  .video-section .content h2 {
    font-size: 20px;
    line-height: 120%;
    /* 24px */
  }
}

/* video section CSS end  */

/* Beyond subjects section css start */
.horizontal-section {
  --horizontal-container-gutter: 7vw;
  --horizontal-panel-top: clamp(8.5rem, 10vw, 10.5rem);
  --horizontal-panel-bottom: clamp(5.75rem, 7vw, 7rem);
  height: 100vh;
  position: relative;
  z-index: 0;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0px;
  overflow: hidden;
  padding-bottom: 70px;
  box-sizing: border-box;
}

.lavender-circle {
  position: absolute;
  bottom: 0;
  right: -39vw;
  width: clamp(780px, 120vw, 2193px);
  height: clamp(390px, 60vw, 1097px);
  background: #ffea2c;
  border-radius: 1500px 1500px 0 0;
  z-index: 0;
  transform-origin: bottom right;
  pointer-events: none;
}

.horizontal-section .horizontal-wrapper {
  display: flex;
  gap: 0;
  position: absolute;
  top: var(--horizontal-panel-top);
  right: 0;
  bottom: var(--horizontal-panel-bottom);
  left: 0;
  width: auto;
  height: auto;
  padding: 0;
}

.horizontal-section .panel {
  position: absolute;
  top: 0;
  left: var(--horizontal-container-gutter);
  width: calc(100% - var(--horizontal-container-gutter));
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  box-sizing: border-box;
}

.horizontal-section .panel .d-flex {
  align-items: center;
  gap: 75px;
}

.horizontal-section .panel img,
.horizontal-section .panel-video-wrap,
.horizontal-section .panel-video {
  width: clamp(26.75rem, 23.292vw + 21.059rem, 48.375rem);
  height: clamp(15.813rem, 13.57vw + 12.31rem, 29.125rem);
}

.horizontal-section .panel-video-wrap {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
}

.horizontal-section .panel img,
.horizontal-section .panel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.horizontal-section .panel-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 79px;
  height: 99px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.horizontal-section .panel-video-play svg {
  width: 100%;
  height: 100%;
  display: block;
}

.horizontal-section .panel-video-wrap.is-playing .panel-video-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.horizontal-section .yellow {
  width: 45%;
  margin: 0 auto;
}

.horizontal-section .panel .content {
  width: 32%;
  flex-shrink: 0;
}

.horizontal-section .yellow h2 {
  font-size: 2.3em;
  color: #000;
  font-family: "Satoshi";
  font-weight: 700;
  padding-top: clamp(3.125rem, 0.292vw + 3.059rem, 3.375rem);
  line-height: 112%;
  text-align: center;
}

.horizontal-section .panel .content h3 {
  font-size: 1.7em;
  line-height: 120%;
  font-family: "Satoshi";
  font-weight: 700;
  width: 90%;
  color: #000;
  padding-bottom: 36px;
}

.horizontal-section .panel .content p {
  font-size: 1em;
  line-height: 150%;
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 0.2px;
}

.pedagogy-btn {
  font-size: 1.15em;
  font-weight: 600;
  font-family: "Poppins";
  color: #000;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  z-index: 3;
  margin-top: 0;
}

/* Removed desktop media queries for horizontal-section */

@media (max-width: 1023px) {
  .horizontal-section .yellow {
    width: -51%;
  }

  .lavender-circle {
    right: -22vw;
  }

  .pedagogy-btn {
    width: 100%;
    text-align: center;
    bottom: 16px;
    left: 0;
  }
}

@media (max-width: 991.9px) {
  .horizontal-section .yellow {
    width: 60%;
  }

  .pedagogy-btn {
    bottom: 70px;
  }
}

@media (max-width: 767.9px) {
  .horizontal-section {
    --horizontal-container-gutter: 10vw;
    --horizontal-panel-top: 118px;
    --horizontal-panel-bottom: 82px;
  }

  .horizontal-section .yellow {
    width: 66%;
  }

  .horizontal-section .panel {
    width: 44vw;
  }

  .horizontal-section .panel .d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .horizontal-section .yellow h2 {
    font-size: 25px;
    line-height: 115%;
    padding-top: 30px;
  }

  .horizontal-section .horizontal-wrapper {
    padding: 0;
  }

  .horizontal-section .horizontal-wrapper {
    gap: 18px;
  }

  .horizontal-section .horizontal-wrapper {
    align-items: flex-start;
  }

  .horizontal-section .panel img,
  .horizontal-section .panel-video,
  .horizontal-section .panel-video-wrap {
    width: 324px;
    height: 265px;
  }

  .horizontal-section .panel-video-play {
    width: 52px;
    height: 47px;
  }

  .horizontal-section .panel .content {
    width: 100%;
  }

  .horizontal-section .panel .content h3 {
    color: #000;
    font-size: 20px;
    line-height: 140%;
    /* 28px */
    padding-bottom: 14px;
    width: 70%;
  }

  .horizontal-section .panel .content p {
    font-size: 14.5px;
    line-height: 150%;
    /* 21.75px */
    letter-spacing: 0.145px;
    width: 90%;
  }
}

@media (max-width: 576px) {
  .horizontal-section .yellow {
    width: 100%;
  }

  .lavender-circle {
    right: -33%;
    width: 730vw;
    height: 340vh;
  }

  .horizontal-section p {
    font-size: 14px;
    line-height: 20px;
  }

  .horizontal-section .panel {
    width: 324px;
    align-items: flex-start;
  }

  .pedagogy-btn {
    color: #0a3d9c;
    font-size: 15px;
  }
}

/* Beyond subjects section css End */

/* school-info section CSS start  */
section.bbt-FA-img-sec {
  /* --school-circle-size: clamp(420px, 48vw, 862px);
  --school-circle-right: clamp(-141px, -22vw, -18px);
  --school-circle-bottom: 0px; */
  --school-circle-size: clamp(25rem, 38vw, 46.375rem);
  --school-circle-right: clamp(-5rem, -4vw, -1rem);
  --school-circle-bottom: clamp(-11rem, -14vw, -5rem);
  margin: 0;
  overflow: visible;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
}

.bbt-FA-img-sec .img-box {
  position: relative;
  overflow: visible;
  height: 100%;
}

.bbt-FA-img-sec .img-mask {
  overflow: hidden;
  height: 100%;
}

.bbt-FA-img-sec .img-box img {
  height: 100%;
  max-height: 100vh;
  display: block;
  object-fit: cover;
  width: 100%;
}

.bbt-FA-img-sec .img-text {
  position: absolute;
  top: clamp(2.5rem, 5.702vw + 1.217rem, 7.375rem);
  left: clamp(3.687rem, 3.185vw + 2.701rem, 7.438rem);
  z-index: 3;
}

.bbt-FA-img-sec .img-box h2 {
  font-family: "Satoshi";
  font-size: 2.6em;
  font-weight: 700;
  color: #0a3d9c;
  letter-spacing: -0.5px;
  line-height: 112%;
}

.bbt-FA-img-sec .purple-circle {
  position: absolute;
  right: var(--school-circle-right);
  bottom: var(--school-circle-bottom);
  width: var(--school-circle-size);
  aspect-ratio: 1;
  background: #0a3d9c;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  will-change: transform, opacity;
}

.bbt-FA-img-sec .main-title {
  position: absolute;
  right: -15%;
  bottom: 5%;
  z-index: 2;
  width: 43%;
  text-align: left;
  will-change: opacity, transform;
}

.bbt-FA-img-sec .img-text {
  will-change: opacity, transform;
}

.bbt-FA-img-sec .main-title p {
  margin: 0;
  color: #fff;
  font-size: clamp(0.8rem, 0.92vw, 1rem);
  line-height: 154%;
  width: 100%;
  max-width: 55%;
}

.bbt-FA-img-sec .main-title a {
  display: inline-block;
  font-size: clamp(0.96rem, 1.04vw, 1.2rem);
  margin-top: 24px;
  font-weight: 600;
  color: #fff;
}

/* Removed desktop media queries for school-info section */

@media (max-width: 1023.9px) {

  /* section.bbt-FA-img-sec {
    --school-circle-bottom: 28px;
    --school-circle-size: clamp(360px, 54vw, 570px);
  } */
  section.bbt-FA-img-sec .main-title p {
    max-width: 80%;
  }

  section.bbt-FA-img-sec .main-title {
    top: 66%;
    right: -8%;
  }
}

@media (max-width: 991.9px) {
  section.bbt-FA-img-sec {
    --school-circle-size: clamp(320px, 46vw, 440px);
    --school-circle-right: -12px;
    --school-circle-bottom: 0px;
    margin: 30px 0 0px;
  }

  section.bbt-FA-img-sec .main-title {
    right: -30px;
  }

  .bbt-FA-img-sec .main-title p {
    max-width: 78%;
  }
}

@media (max-width: 767.9px) {
  section.bbt-FA-img-sec {
    --school-circle-size: min(82vw, 480px);
    margin: 0;
    position: static;
  }

  .bbt-FA-img-sec .img-box {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bbt-FA-img-sec .purple-circle {
    position: relative;
    right: auto;
    bottom: auto;
    width: var(--school-circle-size);
    margin: -80px auto 0 auto;
  }

  body .bbt-FA-img-sec .main-title {
    position: absolute;
    top: 64% !important;
    right: 11%;
    top: calc(300px - 4px);
    width: var(--school-circle-size);
    height: var(--school-circle-size);
    z-index: 2;
  }

  .bbt-FA-img-sec .main-title p {
    max-width: 76%;
  }

  .bbt-FA-img-sec .main-title a {
    margin-top: 18px;
  }
}

@media (max-width: 576px) {
  section.bbt-FA-img-sec {
    margin: 0;
  }

  .bbt-FA-img-sec .img-mask {
    overflow: unset;
    height: 480px;
  }

  .bbt-FA-img-sec .img-box img {
    width: 100%;
    height: 480px;
  }

  .bbt-FA-img-sec .purple-circle {
    margin-top: -200px;
    width: 570px;
    height: 570px;
    transform: translateX(-70px) !important;
    bottom: -100px;
  }

  html body .bbt-FA-img-sec .main-title {
    right: -10%;
    top: unset !important;
    /* bottom: -40px; */
    width: 100%;
  }

  .bbt-FA-img-sec .img-box h2 {
    color: #0a3d9c;
    font-size: 26px;
    line-height: 115%;
    margin-top: 30px !important;
    /* 29.9px */
  }

  .bbt-FA-img-sec .main-title p {
    max-width: 80%;
    padding: 30px 0;
    font-size: 12px;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
  }
}

/* school-info section CSS end  */
/* Mobile school-info section CSS start */
.bbt-FA-img-sec-mobile {
  display: none;
}

@media (max-width: 767.9px) {
  .bbt-FA-img-sec {
    display: none !important;
  }

  .bbt-FA-img-sec-mobile {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ffea2c;
  }

  .bbt-FA-img-sec-mobile .mobile-img-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .bbt-FA-img-sec-mobile .mobile-img-mask {
    position: relative;
    width: 100%;
    height: 120vw;
  }

  .bbt-FA-img-sec-mobile .mobile-img-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .bbt-FA-img-sec-mobile .mobile-img-text {
    position: absolute;
    top: 10vw;
    left: 8vw;
    z-index: 2;
  }

  .bbt-FA-img-sec-mobile .mobile-img-text h2 {
    color: #0a3d9c;
    font-size: clamp(24px, 7vw, 36px);
    line-height: 115%;
    font-family: "Satoshi";
    font-weight: 700;
    margin: 0;
  }

  .bbt-FA-img-sec-mobile .mobile-circle-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -100px;
    z-index: 2;
  }

  .bbt-FA-img-sec-mobile .mobile-purple-circle {
    width: 589px;
    height: 559px;
    background: #0a3d9c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 135px 0;
    box-sizing: border-box;
  }

  .bbt-FA-img-sec-mobile .mobile-main-title {
    color: #fff;
    width: 100%;
    text-align: left;
  }

  .bbt-FA-img-sec-mobile .mobile-main-title p {
    margin: 0;
    font-size: clamp(13px, 3.8vw, 18px);
    line-height: 160%;
    letter-spacing: 0.15px;
  }

  .bbt-FA-img-sec-mobile .mobile-main-title a {
    display: inline-block;
    margin-top: 5vw;
    font-size: clamp(14px, 4.2vw, 20px);
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  }
}

/* Mobile school-info section CSS end  */

/* recognition-sec CSS start */
.recognition-sec {
  background: #ffea2c;
  padding: clamp(4.375rem, 6.8vw, 6.875rem) 0px clamp(4.375rem, 8.5vw, 8.5rem);
  text-align: center;
  position: relative;
  z-index: 6;
  margin-top: 0;
  transform: translateY(0);
  will-change: transform;
  backface-visibility: hidden;
}

.recognition-sec .section-title {
  color: #000;
  font-size: 2.3em;
  font-weight: 700;
  font-family: "Satoshi";
  line-height: 112%;
  margin-bottom: clamp(4.375rem, 8.8vw, 8.8rem) !important;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.95s ease, transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.recognition-sec .awards-grid {
  display: flex;
  width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2.75rem, 4vw, 4.0625rem) clamp(2.75rem, 5vw, 5rem);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease 0.2s,
    transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  will-change: opacity, transform;
}

body.reveal-animations-ready .recognition-sec:not(.animate) .section-title {
  opacity: 0;
  transform: translateY(56px);
}

body.reveal-animations-ready .recognition-sec:not(.animate) .awards-grid {
  opacity: 0;
  transform: translateY(64px);
}

/* ACTIVE ANIMATION */
.recognition-sec.animate .section-title,
.recognition-sec.animate .awards-grid {
  opacity: 1;
  transform: translateY(0);
}

.recognition-sec .award {
  display: flex;
  align-items: center;
  width: 37.3%;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

body.reveal-animations-ready .recognition-sec:not(.animate) .award {
  opacity: 0;
  transform: translateY(36px);
}

.recognition-sec.animate .award {
  opacity: 1;
  transform: translateY(0);
}

.recognition-sec.animate .award:nth-child(1),
.recognition-sec.animate .award:nth-child(2),
.recognition-sec.animate .award:nth-child(3) {
  transition-delay: 0.36s;
}

.recognition-sec.animate .award:nth-child(4),
.recognition-sec.animate .award:nth-child(5) {
  transition-delay: 0.52s;
}

.recognition-sec .award .leaf {
  width: 57.267px;
  height: 171.801px;
}

.recognition-sec .award-text {
  text-align: center;
  color: #0a3d9c;
  width: 65%;
}

.recognition-sec .award-title {
  font-family: "poppins";
  font-weight: 600;
  font-size: 0.84em;
  line-height: 130%;
}

.recognition-sec .divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #0a3d9c;
  margin: 20px auto;
}

.recognition-sec .award-school {
  font-weight: 400;
  font-size: 0.85em;
  line-height: 130%;
  font-family: "Satoshi";
}

.recognition-sec .award:nth-child(4) {
  grid-column: 1 / 2;
  justify-self: end;
}

.recognition-sec .award:nth-child(5) {
  grid-column: 3 / 4;
  justify-self: start;
}

/* Removed desktop media queries for recognition-sec */

@media (max-width: 1023.9px) {
  .recognition-sec {
    padding: 70px 16px;
  }

  .recognition-sec .award {
    width: 44%;
  }

  .recognition-sec .awards-grid {
    gap: 44px 44px;
  }

  .recognition-sec .award {
    width: 43%;
  }

  .recognition-sec .award .leaf {
    width: 50px;
    height: 130px;
  }
}

@media (max-width: 991.9px) {
  .recognition-sec .awards-grid {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767.9px) {
  .recognition-sec {
    padding: 112px 0px;
  }

  .recognition-sec .section-title {
    padding-top: 0px;
    margin-bottom: 82px !important;
  }

  .recognition-sec .awards-grid {
    gap: 32px 12px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .recognition-sec .award {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }

  /* .recognition-sec .award .leaf {
    width: 30px;
    height: 96px;
  } */

  .recognition-sec .award-title {
    font-size: 13px;
  }

  .recognition-sec .award-school {
    font-size: 13px;
  }

  .recognition-sec .award-text {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .recognition-sec .section-title {
    font-size: 26px;
    line-height: 115%;
    /* 29.9px */
  }

  .recognition-sec .award {
    max-width: unset;
  }

  .recognition-sec .award .leaf {
    width: 44px;
    height: 131px;
  }

  .recognition-sec .awards-grid {
    gap: 57px 12px;
  }

  .recognition-sec .award-text {
    width: 70%;
  }
}

/* recognition-sec CSS end */

/* blog section css start */
.news-section {
  display: none !important;
  padding: clamp(8.125rem, 12.5vw, 12.5rem) 0px clamp(6.25rem, 10.8vw, 10.875rem);
  position: relative;
  z-index: 0;
  background: #ffffff;
  margin-top: -80px;
  /* border-radius: 40px 40px 0 0; */
  /* rounded top edge for clean swipe-up feel */
  transform: translateY(80px);
  /* starts below — GSAP will animate to 0 */
  will-change: transform;
  isolation: isolate;
}

.news-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: clamp(4.375rem, 11.25vw, 11.25rem);
  position: relative;
  z-index: 1;
}

.news-header h2 {
  color: #0a3d9c;
  font-family: Satoshi;
  font-size: 2.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
  opacity: 1;
  transition: opacity 0.95s ease, transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(0);
  will-change: opacity, transform;
}

a.see-all.secondary-btn {
  padding-right: 18px;
  opacity: 1;
  transition: opacity 0.95s ease, transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(0);
  will-change: opacity, transform;
}

.news-section.is-waiting .news-header h2 {
  opacity: 0;
  transform: translateX(-60px);
}

.news-section.is-waiting .see-all {
  opacity: 0;
  transform: translateX(60px);
}

.news-header.animate h2,
.news-header.animate .see-all,
.news-section .news-grid.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(3.75rem, 6.5vw, 6.5rem);
}

@media (prefers-reduced-motion: reduce) {

  .recognition-sec .section-title,
  .recognition-sec .awards-grid,
  .recognition-sec .award,
  .news-header h2,
  a.see-all.secondary-btn {
    transition-duration: 0.01ms;
  }
}

/* CARD */
.news-section .card {
  display: flex;
  flex-direction: column;
  border: none;
  background: transparent;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
  position: relative;
  z-index: 1;
}

.news-section .card.card-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .news-section .card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.news-section .card h3 {
  color: #000;
  font-family: Poppins;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 26px;
  flex-grow: 1;
}

/* IMAGE */
.news-section .card-image {
  width: 100%;
  overflow: hidden;
}

.news-section .card-image img {
  width: 100%;
  max-width: 490px;
  max-height: 338px;
  object-fit: cover;
  display: block;
  padding-bottom: 14px;
}

/* META */
.news-section .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.news-section .card-meta span {
  color: #fc8b5f;
  font-family: Poppins;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.news-section .card-meta span.orange {
  color: #fc8b5f;
}

.news-section .card-meta span.gray {
  color: #000000;
  opacity: 0.5;
  font-weight: 400;
}

.see-all.secondary-btn.mob-see-all {
  display: none;
}

/* Removed desktop media queries for news-section */

@media (max-width: 1024.9px) {
  .news-section .news-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px;
  }

  .news-section .card {
    width: calc(50% - 60px);
  }
}

@media (max-width: 991.9px) {
  .news-section .news-grid {
    flex-direction: column;
    align-items: center;
  }

  .news-section .card {
    width: 100%;
  }

  .news-section .card-image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .news-section .card-meta {
    flex-direction: column;
    align-self: start;
    gap: 2px;
    align-items: flex-start;
  }

  .news-section .card-meta span {
    font-size: 13px;
    line-height: 127%;
    /* 16.51px */
    letter-spacing: 0.13px;
  }
}

@media (max-width: 767.9px) {
  .see-all.secondary-btn.mob-see-all {
    display: block;
    text-align: center;
    margin-top: 95px;
    color: #0a3d9c;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 0;
  }

  .see-all.secondary-btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .news-header {
    justify-content: flex-start;
  }

  .news-section {
    padding-top: 80px;
  }

  .news-section .card {
    width: 100%;
  }

  .news-header h2 {
    font-size: 28px;
    line-height: 118%;
    /* 33.04px */
  }

  .news-section .card h3 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    /* 24.3px */
    padding-bottom: 13px;
  }
}

/* blog section css end */

/* Stats bubble section css Start */
.bbt-FA-circle-sec {
  --bubble-scale: 1.45;
  --connector-stroke: 8px;
  position: relative;
  min-height: 100vh;
  z-index: 2;
  isolation: isolate;
  background: #ffea2c;
}

.bbt-FA-circle-sec .sticky-viewport {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #ffea2c;
  z-index: 2;
}

.bbt-FA-circle-sec .slides-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  will-change: transform;
  padding: 0 10vw;
}

.bbt-FA-circle-sec .circle-cluster {
  position: relative;
  width: 4300px;
  height: 560px;
  flex-shrink: 0;
  margin: 0;
}

.bbt-FA-circle-sec .circle-cluster svg.connectors {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}

.bbt-FA-circle-sec .circle-cluster svg.connectors path {
  stroke: #0a3d9c;
  stroke-width: var(--connector-stroke);
  stroke-linecap: round;
  stroke-dasharray: 0 8;
  opacity: 0.92;
  filter: drop-shadow(0 0 2px rgba(29, 87, 183, 0.18));
}

@media (min-width: 992px) {
  .bbt-FA-circle-sec {
    --connector-stroke: 4px;
  }

  .bbt-FA-circle-sec .circle-cluster svg.connectors path {
    stroke-dasharray: 0 12;
  }
}

.bbt-FA-circle-sec .circle {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: calc(22px * var(--bubble-scale));
  position: absolute;
  transform-origin: center center;
  will-change: transform, opacity;
  z-index: 2;
}

/* ── Sizes — matching Image 1 ── */
.bbt-FA-circle-sec .circle.c1 {
  /* width: 188px;
  height: 188px; */
  width: calc(208px * var(--bubble-scale));
  height: calc(208px * var(--bubble-scale));
  left: 95px;
  top: 126px;
}

.bbt-FA-circle-sec .circle.c2 {
  /* width: 172px;
  height: 172px; */
  width: calc(192px * var(--bubble-scale));
  height: calc(192px * var(--bubble-scale));
  left: 620px;
  top: 262px;
}

.bbt-FA-circle-sec .circle.c3 {
  /* width: 188px;
  height: 188px; */
  width: calc(208px * var(--bubble-scale));
  height: calc(208px * var(--bubble-scale));
  left: 1150px;
  top: 98px;
}

.bbt-FA-circle-sec .circle.c4 {
  /* width: 182px;
  height: 182px; */
  width: calc(202px * var(--bubble-scale));
  height: calc(202px * var(--bubble-scale));
  left: 1710px;
  top: 258px;
}

.bbt-FA-circle-sec .circle.c5 {
  width: calc(182px * var(--bubble-scale));
  height: calc(182px * var(--bubble-scale));
  left: 2225px;
  top: 112px;
}

.bbt-FA-circle-sec .circle.c6 {
  /* width: 186px;
  height: 186px; */
  width: calc(206px * var(--bubble-scale));
  height: calc(206px * var(--bubble-scale));
  left: 2725px;
  top: 254px;
}

.bbt-FA-circle-sec .circle.c7 {
  /* width: 186px;
  height: 186px; */
  width: calc(206px * var(--bubble-scale));
  height: calc(206px * var(--bubble-scale));
  left: 3255px;
  top: 100px;
}

.bbt-FA-circle-sec .circle.c8 {
  /* width: 186px;
  height: 186px; */
  width: calc(206px * var(--bubble-scale));
  height: calc(206px * var(--bubble-scale));
  left: 3775px;
  top: 236px;
}

/* ── Colors ── */
.bbt-FA-circle-sec .circle.c1,
.bbt-FA-circle-sec .circle.c4,
.bbt-FA-circle-sec .circle.c7 {
  background: #FC8B5F;
}

.bbt-FA-circle-sec .circle.c2,
.bbt-FA-circle-sec .circle.c5,
.bbt-FA-circle-sec .circle.c8 {
  background: #F7DF00;
}

.bbt-FA-circle-sec .circle.c3,
.bbt-FA-circle-sec .circle.c6 {
  background: #BEACFF;
}

/* ── Typography ── */
.bbt-FA-circle-sec .circle h2 {
  font-family: "Satoshi";
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 500;
  color: #000;
  font-style: normal;
  line-height: 108%;
  margin: 0;
  letter-spacing: -0.04em;
}

.bbt-FA-circle-sec .circle.c1 h2,
.bbt-FA-circle-sec .circle.c5 h2 {
  color: #000;
}

.bbt-FA-circle-sec .circle p {
  font-family: "Poppins";
  font-size: clamp(12px, 0.8vw, 12.5px);
  line-height: 1.35;
  color: #000;
  margin-top: 8px !important;
  margin-bottom: 0;
  max-width: 84%;
  font-weight: 300;
}

/* Stats bubble section css End */
.circle-cluster {
  position: relative;
  width: 1400px;
  height: 500px;
  margin: 0 auto;
}

.bbt-FA-circle-sec .c1 {
  left: 0;
  top: 120px;
}

.bbt-FA-circle-sec .c3 {
  left: 350px;
  top: 260px;
}

.bbt-FA-circle-sec .c2 {
  left: 750px;
  top: 120px;
}

.bbt-FA-circle-sec .c4 {
  left: 1100px;
  top: 240px;
}

@media (max-width: 991.9px) {

  .bbt-FA-circle-sec .circle.c1,
  .bbt-FA-circle-sec .circle.c4,
  .bbt-FA-circle-sec .circle.c7 {
    width: 230px;
    height: 230px;
  }

  .bbt-FA-circle-sec .circle.c2,
  .bbt-FA-circle-sec .circle.c5,
  .bbt-FA-circle-sec .circle.c8 {
    width: 274px;
    height: 273px;
  }

  .bbt-FA-circle-sec .circle.c3,
  .bbt-FA-circle-sec .circle.c6 {
    width: 125px;
    height: 125px;
  }

  .bbt-FA-circle-sec .circle.c3 p,
  .bbt-FA-circle-sec .circle.c6 p {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .bbt-FA-circle-sec {
    --connector-stroke: 3px;
    min-height: 100vh;
    padding-top: 60px;
    overflow: hidden;
  }

  .bbt-FA-circle-sec .sticky-viewport {
    height: 100vh;
    min-height: 540px;
    overflow: hidden;
  }

  .bbt-FA-circle-sec .slides-track {
    position: absolute;
    inset: 0;
    display: block;
    height: 100%;
    padding: 0;
    overflow: visible;
    will-change: transform;
  }

  .bbt-FA-circle-sec .circle-cluster {
    width: 100%;
    height: 2440px;
    margin: 0 auto;
  }

  .bbt-FA-circle-sec .circle-cluster svg.connectors path {
    filter: none;
  }

  .bbt-FA-circle-sec .circle {
    will-change: transform, opacity;
  }

  .bbt-FA-circle-sec .circle h2,
  .bbt-FA-circle-sec .circle p {
    will-change: transform, opacity;
  }

  .bbt-FA-circle-sec .circle h2 {
    font-size: 35px;
    font-weight: 500;
  }

  .bbt-FA-circle-sec .circle p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    max-width: 90%;
  }

  .bbt-FA-circle-sec .circle.c3 p,
  .bbt-FA-circle-sec .circle.c6 p {
    display: block;
  }

  .bbt-FA-circle-sec .circle.c1 {
    width: 214px;
    height: 214px;
    left: calc(50% - 177px);
    top: 14px;
  }

  .bbt-FA-circle-sec .circle.c2 {
    width: 255px;
    height: 255px;
    left: calc(50% - 56px);
    top: 355px;
  }

  .bbt-FA-circle-sec .circle.c3 {
    width: 205px;
    height: 205px;
    left: calc(50% - 203px);
    top: 619px;
  }

  .bbt-FA-circle-sec .circle.c4 {
    width: 214px;
    height: 214px;
    left: calc(50% - 48px);
    top: 862px;
  }

  .bbt-FA-circle-sec .circle.c5 {
    width: 255px;
    height: 255px;
    left: calc(50% - 207px);
    top: 1152px;
  }

  .bbt-FA-circle-sec .circle.c6 {
    width: 205px;
    height: 205px;
    left: calc(50% - 19px);
    top: 1421px;
  }

  .bbt-FA-circle-sec .circle.c7 {
    width: 214px;
    height: 214px;
    left: calc(50% - 188px);
    top: 1652px;
  }

  .bbt-FA-circle-sec .circle.c8 {
    width: 255px;
    height: 255px;
    left: calc(50% - 47px);
    top: 1942px;
  }
}

@media (max-width: 576px) {
  .bbt-FA-circle-sec .circle-cluster {
    height: 2600px;
  }

  .bbt-FA-circle-sec .circle p {
    font-size: 12px;
    line-height: 1.25;
  }

  .bbt-FA-circle-sec .circle.c2 {
    width: 242px;
    height: 242px;
    left: calc(50% - 102px);
    top: 298px;
  }

  .bbt-FA-circle-sec .circle.c3 {
    width: 188px;
    height: 188px;
    left: calc(50% - 132px);
    top: 600px;
  }

  .bbt-FA-circle-sec .circle.c4 {
    width: 179px;
    height: 179px;
    left: calc(50% - 65px);
    top: 890px;
  }

  .bbt-FA-circle-sec .circle.c5 {
    width: 242px;
    height: 242px;
    left: calc(50% - 171px);
    top: 1180px;
  }

  .bbt-FA-circle-sec .circle.c6 {
    width: 188px;
    height: 188px;
    left: calc(50% - 62px);
    top: 1520px;
  }

  .bbt-FA-circle-sec .circle.c7 {
    width: 179px;
    height: 179px;
    left: calc(50% - 119px);
    top: 1810px;
  }

  .bbt-FA-circle-sec .circle.c8 {
    width: 242px;
    height: 242px;
    left: calc(50% - 92px);
    top: 2100px;
  }
}

/* --- HORIZONTAL SECTION MOBILE SWIPER --- */
.horizontal-section-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .horizontal-section {
    display: none !important;
  }

  .horizontal-section-mobile {
    display: block;
    background: #ffea2c;
    /* border-radius: 40px 40px 0 0; */
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 120px;
    /* space for absolute pedagogy-btn */
    box-sizing: border-box;
    /* Base vars */
    --horizontal-container-gutter: 10vw;
  }

  .horizontal-section-mobile .lavender-circle {
    position: absolute;
    bottom: 0;
    background: #ffea2c;
    border-radius: 1500px 1500px 0 0;
    z-index: 0;
    pointer-events: none;
    right: -33%;
    width: 730vw;
    height: 340vh;
  }

  .horizontal-section-mobile .container-xxl {
    position: relative;
    z-index: 2;
  }

  .horizontal-section-mobile .yellow {
    width: 100%;
  }

  .horizontal-section-mobile .yellow h2 {
    font-size: 25px;
    line-height: 115%;
    padding-top: 30px;
    color: #0a3d9c;
    font-family: "Satoshi";
    font-weight: 700;
  }

  .horizontal-section-mobile .swiper {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
    margin-top: 40px;
    padding-left: var(--horizontal-container-gutter);
    padding-right: var(--horizontal-container-gutter);
  }

  .horizontal-section-mobile .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .horizontal-section-mobile .swiper-slide .d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }

  .horizontal-section-mobile .panel-video-wrap,
  .horizontal-section-mobile .panel-video {
    width: 100%;
    height: 265px;
    position: relative;
    overflow: hidden;
  }

  .horizontal-section-mobile .panel-video {
    object-fit: cover;
  }

  .horizontal-section-mobile .panel-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 47px;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    z-index: 3;
    padding: 0;
  }

  .horizontal-section-mobile .panel-video-play svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .horizontal-section-mobile .panel-video-wrap.is-playing .panel-video-play {
    opacity: 0;
    pointer-events: none;
  }

  .horizontal-section-mobile .content {
    width: 100%;
  }

  .horizontal-section-mobile .content h3 {
    color: #000;
    font-size: 20px;
    line-height: 140%;
    padding-bottom: 14px;
    font-family: "Satoshi";
    font-weight: 700;
    width: 90%;
  }

  .horizontal-section-mobile .content p {
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.145px;
    width: 90%;
    font-family: "Poppins";
  }

  .horizontal-section-mobile .pedagogy-btn {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins";
    color: #0a3d9c;
    display: flex;
    justify-content: left;
    position: absolute;
    left: 40px;
    /* right: 20px; */
    /* bottom: 50px; */
    z-index: 3;
    margin-top: 60px;
  }
}