/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* POLYMATH FONT FAMILY */
@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Black.woff2") format("woff2"),
    url("../fonts/Polymath-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Bold.woff2") format("woff2"),
    url("../fonts/Polymath-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Medium.woff2") format("woff2"),
    url("../fonts/Polymath-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Regular.woff2") format("woff2"),
    url("../fonts/Polymath-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Semibold.woff2") format("woff2"),
    url("../fonts/Polymath-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Polymath";
  src: url("../fonts/Polymath-Light.woff2") format("woff2"),
    url("../fonts/Polymath-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* MANSORY FONT FAMILY */
/* @font-face {
  font-family: "Mansory";
  src: url("../fonts/Mansory-Bold.woff") format("woff"),
    url("../fonts/Mansory-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mansory";
  src: url("Mansory-Regular.woff2") format("woff2"),
    url("Mansory-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mansory";
  src: url("../fonts/Mansory-Medium.woff2") format("woff2"),
    url("../fonts/Mansory-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mansory";
  src: url("../fonts/Mansory-SemiBold.woff2") format("woff2"),
    url("../fonts/Mansory-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */
:root {
  --button-color: #123985;
  --white-color: #ffffff;
  --black-color: #000000;
  --black-color1: #222222;
  --blue-color: #022b7c;
  --gold-color: #a89232;
  --grey-color: #ddd9c6;
}

html {
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
}

.enquiry-now-btn {
  background-color: var(--button-color);
  padding: 2rem;
  width: fit-content;
  cursor: pointer;
  color: var(--white-color);
  text-transform: uppercase;
  overflow: hidden;
  width: 27rem;
  height: 6rem;
}

.enquiry-now-btn h6 {
  font-size: 1.6rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  margin: 0;
  position: relative;
  height: 6rem;
}

.enquiry-now-btn .text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}
.enquiry-now-btn:hover
{
  background: var(--gold-color);
}

/* .enquiry-now-btn .top {
  transform: translateY(0);
}

.enquiry-now-btn .bottom {
  transform: translateY(200%);
}

.enquiry-now-btn:hover .top {
  transform: translateY(-200%);
}

.enquiry-now-btn:hover .bottom {
  transform: translateY(0);
} */

/* highlight */
.different-highlight {
  display: inline-block;
  padding: 1.2rem;
  background-image: url("../images/backgroundtext.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.future-highlight {
  display: inline-block;
  padding: 2rem 3rem;
  background-image: url("../images/backgroundtext.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner2 .future-highlight {
  padding: 4rem 1.6rem;
}

.banner3 .future-highlight {
  padding: 2rem 1.2rem;
}

.child-seat-highlight {
  display: inline-block;
  padding: 2.7rem;
  background-image: url("../images/backgroundtext.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--white-color);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0px auto;
  height:auto;
  padding: 10px 5%;
  z-index: 9999999 !important;
  box-shadow: 0 4px 10px #00000040;
}
.leftBoxNav {
  display: flex;
  align-items: center;
}
.devider {
  height: 50px;
  border-left: 2.5px solid #888;
  margin-right: 30px;
}
.leftBoxNav p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Polymath", sans-serif;
  color: #666;
}
.logo {
  /* width: 30rem; */
  /* height: 10rem; */
}
.logo img {
  height: auto;
}

.whatsapp {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.whatsapp img {
  height: 100%;
  width: 100%;
}

/* banner */
.banner {
  position: relative;
}

.banner .owl-carousel .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 860px;
  width: 100%;
  position: relative;
  padding: 0 5%;
  color: var(--white-color);
  margin-top: 108px;
}

.banner1 {
  background-image: url("../images/banner1.webp");
}
.leadForm {
  position: absolute;
  z-index: 10 !important;
  width: 100%;
  max-width: 450px;
  top: 150px;
  right: 5%;
}
.banner1 .right-section,
.banner2 .right-section,
.banner3 .right-section {
  width: 55rem;
  height: auto;
}

.banner2 {
  background-image: url("../images/banner2.webp");
}

.banner3 {
  background-image: url("../images/banner3.webp");
}

.banner .owl-carousel .item .left-section,
.banner .owl-carousel .item .right-section {
  max-width: 588px;
}

.banner .owl-carousel .item .left-section h1 {
  font-size: 40px;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow:
  1px 1px 1px rgba(0,0,0,0.6);
  line-height: 120%;
  text-transform: capitalize;
  margin: 0 0 14px 0;
}

.banner .owl-carousel .item .left-section h5 {
  font-size: 24px;
  font-family: "Polymath", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 150%;
  margin: 0 0 3rem;
}

.banner .owl-carousel .item .left-section h5 span {
  font-family: "Polymath", sans-serif;
  font-weight: 800;
}

.banner .owl-carousel .item .left-section h2 {
  font-size: 4.2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: var(--white-color);
  font-style: italic;
  line-height: 150%;
}

.enquiry-button-wrapper.school-details-enquiry-button {
  border: 1px solid var(--gold-color);
  padding: 10px 12px !important;
  width: fit-content !important;
}

.enquiry-button-wrapper.school-details-enquiry-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 50vh;
  left: 50%;
  width: 1px;
  border-left: 2px dashed var(--gold-color);
  z-index: 1;
  background-size: 10px 10px;
}

.scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Why GD Goenka High School? */
.why-high-school {
  background-color: var(--blue-color);
  /* Removed fixed height - let it flow naturally with dark green section */
  min-height: calc(100vh - 10rem);
  /* Keep min-height for initial view, but allow it to grow/shrink */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
  z-index: 3;
  /* Above school-details so school-details passes behind/under it */
  margin-bottom: 0;
  /* No gap below */
  padding-bottom: 0;
  /* No padding gap */
}

/* Remove extra spacing from ScrollTrigger pin-spacer to make sections continuous */
.pin-spacer {
  padding-bottom: 0 !important;
  /* Remove padding that creates gap */
  margin-bottom: 0 !important;
}

/* Ensure school-details comes immediately after why-high-school with no gap */
.why-high-school + .school-details,
.pin-spacer + .school-details {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  top: 0 !important;
}

.why-high-school .left-section {
  width: 45%;
  max-width: 45%;
  overflow: hidden;
}

.why-high-school .right-section {
  width: 40%;
  max-width: 40%;
  overflow: hidden;
}

.why-high-school .left-section {
  margin-bottom: 20rem;
}

.why-high-school .left-section .bottom-images {
  position: absolute;
  bottom: 0rem;
  display: flex;
  align-items: flex-end;
  margin-left: 5%;
}

.why-high-school .left-section .content h2 {
  font-size: 4.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 3rem;
}

.why-high-school .left-section .content p {
  font-size: 2.4rem;
  font-family: "Polymath", sans-serif;
  font-weight: 300 !important;
  color: var(--white-color);
  line-height: 150%;
}

.why-high-school .right-section h1 {
  font-size: 12.5rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: var(--button-color);
  background: linear-gradient(to top, var(--button-color) 50%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 200%;
  background-position: bottom;
  transition: background-position 3s linear;
}

.why-high-school .right-section h1:hover {
  background-position: top;
}

.why-high-school .left-section .bottom-images img {
  transition: transform 0.3s ease;
  cursor: pointer;
  transform-origin: bottom center;
  display: block;
  margin-left: -10rem;
  width: 35rem;
}

.why-high-school .left-section .bottom-images img:hover {
  transform: scaleY(1.2);
  z-index: 10;
}

/* school details section*/
.school-details {
  position: relative;
  overflow: visible;
  /* Allow content to be visible with more room */
  width: 100%;
  z-index: 2;
  /* Below why-high-school so it passes behind/under it */
  margin-top: 0;
  /* Start immediately after why-high-school - NO GAP */
  margin-bottom: 0 !important;
  /* No margin gap at bottom */
  padding-top: 0;
  /* No padding gap */
  padding-bottom: 0 !important;
  /* No padding gap at bottom */
  min-height: auto !important;
  /* Allow dynamic height */
  /* Will be set dynamically by JS for proper sticky behavior */
}

/* Ensure next section after school-details is continuous and passes through green section */
.school-details + .academic-pathway-designed-wrapper,
.school-details + section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  top: 0 !important;
  z-index: 4;
  /* Above green section (z-index 3) so it passes through */
  display: block !important;
  /* Always visible - comes with school-details */
  visibility: visible !important;
  opacity: 1 !important;
  /* Remove any spacing that creates gap */
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.academic-pathway-designed-wrapper {
  z-index: 4 !important;
  /* Pass through green section (z-index 3) and school-details (z-index 2) */
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-wrapper {
  position: relative;
  background-image: url("../images/background-school.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 2;
  /* Below why-high-school so it passes behind/under it */
  margin-top: 0;
  /* No gap - join seamlessly with green section */
  padding-top: 0;
  /* No padding gap */
  padding-bottom: 0 !important;
  /* Remove any padding that creates blank space */
  margin-bottom: 0 !important;
  /* Remove any margin that creates blank space */
  overflow: visible;
  /* Allow all content items to be visible */
  min-height: auto;
  /* Allow natural height for more room */
  /* Ensure no spacing at bottom to eliminate gap */
  border-bottom: none !important;
}

.scroll-wrapper .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  /* Auto height instead of 100vh - content takes only needed space */
  min-height: auto;
  /* Remove fixed min-height */
  position: relative;
  will-change: transform, opacity;
  opacity: 1 !important;
  /* Show all content without fading */
  transition: none !important;
  /* Remove any transitions that cause fading */
}

.scroll-wrapper .content:first-child {
  opacity: 1 !important;
  /* Always visible when shown - no fade */
}

.scroll-wrapper .content.active {
  opacity: 1 !important;
  /* Always visible when active - no fade */
}

.scroll-wrapper .content h2 {
  font-size: 4.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  line-height: 150%;
  color: var(--black-color);
  width: 60%;
}

.scroll-wrapper .content p {
  font-size: 2.4rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
  width: 60%;
}

.scroll-wrapper .content .left-section {
  width: 50%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.scroll-wrapper .content:nth-child(even) .left-section {
  border-top: 2px dashed var(--gold-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 10px 10px;
}

.scroll-wrapper .content:nth-child(odd) .right-section {
  border-top: 3px dashed var(--gold-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 10px 10px;
  /* margin: 5rem 0; */
  background: transparent;
}

.scroll-wrapper .content .right-section {
  width: 50%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.scroll-wrapper .content .left-section img,
.scroll-wrapper .content .right-section img {
  width: 55rem;
  height: auto;
}

/* Admission Enquiry Button at end of scroll-wrapper - always visible */
.scroll-wrapper .enquiry-button-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0;
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 5;
}

.scroll-wrapper .enquiry-button-wrapper .enquiry-now-btn {
  position: relative;
  z-index: 5;
}

.school-line {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  height: inherit;
}

.school-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-left: 2px dashed var(--gold-color);
  z-index: 1;
  background-size: 10px 10px;
}

.school-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--gold-color);
  padding: 0 10px;
  z-index: 2;
  font-weight: bold;
  color: var(--white-color);
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
}

/* Academic Pathways Designed */
.academic-pathway-designed-wrapper {
  width: 80%;
  border: 2px dashed var(--grey-color);
  padding: 1.3rem;
  margin: 0 auto;
  border-radius: 6.5rem;
  height: 35rem;
  z-index: 10;
  position: relative;
}

.academic-pathway-designed {
  background-color: var(--blue-color);
  border-radius: 6.2rem;
  padding: 3.5rem 4rem;
  height: 50rem;
  z-index: 1;
}

.academic-pathway-designed h2 {
  font-size: 4.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  line-height: 150%;
  color: var(--white-color);
  text-align: center;
}

.academic-pathway-designed p {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: var(--white-color);
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.cards {
  width: 100%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
  transform: translateY(-5rem);
  position: relative;
  gap: 2rem;
}

.cards .card {
  background-color: var(--white-color);
  box-shadow: 0 4px 10px #00000040;
  padding: 1.2rem;
  position: relative;
}

.cards .card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  width: 2rem;
  border-top: 2px dashed var(--grey-color);
  transform: translateY(-20%);
}

.cards .card .card-image {
  overflow: hidden;
  height: 28rem;
}

.cards .card .card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.cards .card img:hover {
  transform: scale(1.08);
}

.cards .card h5 {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: var(--black-color);
  margin-top: 3.3rem;
  margin-bottom: 1.2rem;
}

.cards .card p {
  font-size: 1.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 300;
  line-height: 150%;
  color: var(--black-color);
  margin-bottom: 3.3rem;
  width: 80%;
}

.academic-btn {
  margin: 0 auto;
}

/* Different */
.top-different-section {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  height: 10rem;
  margin: 0 auto;
}

.top-different-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-left: 2px dashed var(--grey-color);
  z-index: 1;
  background-size: 10px 10px;
}

.different {
  margin: 0 5%;
  border-left: 2px dashed var(--gold-color);
  background-size: 10px 10px;
  padding: 5rem;
}

.different h2 {
  font-size: 4.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: var(--black-color1);
  margin-bottom: 4rem;
  text-align: center;
}

.different h2 span {
  color: var(--button-color);
}

.top-different-section-border {
  width: 45%;
  height: 2px;
  border-top: 2px dashed var(--gold-color);
  background-size: 10px 10px;
  margin-left: 5%;
}

.different-section-cards {
  background-image: url("../images/backgrounddifferent.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

.different-section-cards .card {
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.different-section-cards .card:nth-child(1),
.different-section-cards .card:nth-child(5) {
  justify-content: center;
}

.different-section-cards .card:nth-child(2),
.different-section-cards .card:nth-child(4) {
  justify-content: flex-start;
}

.different-section-cards .card:nth-child(3) {
  justify-content: flex-end;
}

.different-section-cards .card p {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: center;
  max-width: 30rem;
}

.different-section-cards .card img {
  width: 17rem;
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.different-section-cards .card:hover img {
  display: block;
}

.different-section-cards .card:nth-child(5) img {
  position: absolute;
  top: -5rem;
}

.different-section-cards .card:nth-child(1) img {
  position: absolute;
  left: 2rem;
  top: -8rem;
}

.different-section-cards .card:nth-child(2) img,
.different-section-cards .card:nth-child(4) img {
  position: absolute;
  bottom: 0;
}

.different-section-cards .card:nth-child(3) img {
  position: absolute;
  top: 0;
}

/* beyond-classrooms */
.beyond-classrooms {
  background-image: url("../images/backgroundbeyondclassroom.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120rem;
  padding: 0 5%;
}

.beyond-classrooms .top-section {
  padding: 10rem 7rem 7rem;
  text-align: center;
  width: 90%;
  border-left: 2px dashed var(--white-color);
  border-bottom: 2px dashed var(--white-color);
  background-size: 10px 10px;
}

.beyond-classrooms .top-section h2 {
  font-size: 4.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 4rem;
}

.beyond-classrooms .top-section p {
  font-size: 2.4rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: var(--white-color);
}

.beyond-classrooms .bottom-section {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.beyond-classrooms .bottom-section .card {
  width: 20%;
  padding: 0 2rem;
  position: relative;
}

.beyond-classrooms .bottom-section .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  border-left: 2px dashed var(--grey-color);
  z-index: 1;
  height: auto;
  background-size: 10px 10px;
}

.beyond-classrooms .bottom-section .card:nth-child(1)::before {
  height: 60px;
}

.beyond-classrooms .bottom-section .card:nth-child(2)::before {
  height: 120px;
}

.beyond-classrooms .bottom-section .card:nth-child(3)::before {
  height: 140px;
}

.beyond-classrooms .bottom-section .card:nth-child(4)::before {
  height: 120px;
}

.beyond-classrooms .bottom-section .card:nth-child(5)::before {
  height: 60px;
}

.beyond-classrooms .bottom-section .card .content {
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}

.beyond-classrooms .bottom-section .card:nth-child(1) .content {
  margin-top: 110px;
  opacity: 1;
}

.beyond-classrooms .bottom-section .card:nth-child(2) .content {
  margin-top: 170px;
}

.beyond-classrooms .bottom-section .card:nth-child(3) .content {
  margin-top: 190px;
}

.beyond-classrooms .bottom-section .card:nth-child(4) .content {
  margin-top: 170px;
}

.beyond-classrooms .bottom-section .card:nth-child(5) .content {
  margin-top: 110px;
}

.beyond-classrooms .bottom-section .card:hover .content {
  opacity: 1;
}

.beyond-classrooms .bottom-section .card:nth-child(1):hover .content {
  margin-top: 70px;
}

.beyond-classrooms .bottom-section .card:nth-child(2):hover .content {
  margin-top: 130px;
}

.beyond-classrooms .bottom-section .card:nth-child(3):hover .content {
  margin-top: 150px;
}

.beyond-classrooms .bottom-section .card:nth-child(4):hover .content {
  margin-top: 130px;
}

.beyond-classrooms .bottom-section .card:nth-child(5):hover .content {
  margin-top: 70px;
}

.beyond-classrooms .bottom-section .card h2 {
  font-size: 3.2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: var(--white-color);
  line-height: 150%;
}

.beyond-classrooms .bottom-section .card p {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: var(--white-color);
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}

/* stories-of-success */
.stories-of-success {
  padding: 8rem 0 0 0;
}

.stories-of-success h2 {
  font-size: 4.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: var(--black-color1);
  margin-bottom: 2rem;
  text-align: center;
}

.stories-of-success p {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 3rem;
}

.stories-of-success .owl-carousel .item h5 {
  font-size: 2.4rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: #333333;
}

.stories-of-success .owl-carousel .item {
  width: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.stories-of-success .owl-carousel .item .content {
  width: 84rem;
  padding: 3rem 4rem;
  border: 1px solid #b3b3b3;
  border-radius: 19rem;
  position: relative;
  text-align: center;
}

.stories-of-success .owl-carousel .item .content .top-section {
  position: absolute;
  background-color: var(--white-color);
  top: -2.8rem;
  left: 50%;
  transform: translate(-50%);
  padding: 1rem;
}

.stories-of-success .owl-carousel .item .content .top-section img {
  height: 3.6rem;
  width: 3.6rem;
}

.stories-of-success .owl-carousel .item .content .bottom-section {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--white-color);
  margin: 0;
  padding: 0 2rem;
}

.stories-of-success .owl-carousel .item .content .bottom-section p {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: #333333;
}

#cat-2 .owl-item {
  transition: all 0.3s ease;
  filter: blur(5px);
}

#cat-2 .owl-item.center {
  filter: blur(0);
  z-index: 2;
}

.testimonial {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.testimonial img {
  width: 70rem;
  height: 80rem;
  margin: 0 auto;
}

.testimonial-bottom-section-top-border {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  height: 10rem;
  margin: 0 auto;
}

.testimonial-bottom-section-top-border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-left: 2px dashed var(--gold-color);
  z-index: 1;
  background-size: 10px 10px;
}

.testimonial-bottom-section .enquiry-now-btn {
  margin: 0 auto;
}

.testimonial-bottom-section-bottom-border {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  height: 10rem;
  margin: 0 auto;
}

.testimonial-bottom-section-bottom-border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-left: 2px dashed var(--gold-color);
  z-index: 1;
  background-size: 10px 10px;
}

.testimonial h3 {
  font-size: 2.2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 150%;
  width: 40rem;
}

.testimonial h3 span {
  font-weight: 700;
}

.testimonial-content {
  display: flex;
  position: relative;
}

.testimonial-content .achievements {
  justify-content: flex-end;
  margin-top: 20rem;
  width: 35rem;
}

.testimonial-content .featured {
  justify-content: flex-start;
  margin-top: 20rem;
  padding-left: 5rem;
  width: 35rem;
}

.testimonial-content img {
  width: 72rem;
  height: 40rem;
}

.bottom-testimonial-wrapper {
  width: 80%;
  border: 2px dashed #ddd9c6;
  padding: 2rem;
  border-radius: 35rem;
  top: 36rem;
}

.bottom-testimonial {
  background-color: #a89232;
  border-radius: 35rem;
  height: auto;
  overflow: hidden;
}

.bottom-testimonial-top {
  padding: 4rem 0;
}

.bottom-testimonial-top h2 {
  font-size: 4.8rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 2rem;
}

.bottom-testimonial-top p {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: var(--white-color);
  line-height: 150%;
  width: 60%;
  margin: 0 auto;
}

.bottom-testimonial-bottom {
  background-color: #968023;
  width: 100%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  counter-reset: card;
  flex-wrap: nowrap;
}

.bottom-testimonial-bottom .card {
  padding: 5rem 0;
  position: relative;
}

.bottom-testimonial-bottom .card h6 {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 600;
  color: var(--white-color);
  text-align: center;
}

.bottom-testimonial-bottom .card::before {
  counter-increment: card;
  content: counter(card, decimal-leading-zero);
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background: #fff;
  color: #a89232;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bottom-testimonial-bottom .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 3rem);
  height: 2px;
  background-image: linear-gradient(to right, #ffffff, #ffffff),
    repeating-linear-gradient(to right, #ffffff 0 8px, transparent 8px 16px);
  background-repeat: no-repeat, repeat;
  background-size: 0% 100%, 100% 100%;
  background-position: left, left;
  z-index: 1;
  animation: solidifyLine 5s linear forwards;
}

.bottom-testimonial-bottom .card:last-child::after {
  display: none;
}

@keyframes solidifyLine {
  0% {
    background-size: 0% 100%, 100% 100%;
  }

  40% {
    background-size: 60% 100%, 100% 100%;
  }

  100% {
    background-size: 100% 100%, 100% 100%;
  }
}

.bottom-testimonial-bottom .card:nth-child(1)::after {
  animation-delay: 0s;
}

.bottom-testimonial-bottom .card:nth-child(2)::after {
  animation-delay: 3s;
}

.bottom-testimonial-bottom .card:nth-child(3)::after {
  animation-delay: 6s;
}

.bottom-testimonial-bottom .card:nth-child(4)::after {
  animation-delay: 9s;
}

.bottom-testimonial-bottom .card:nth-child(5)::after {
  animation-delay: 12s;
}

.testimonial-bottom-section {
  margin: 0 auto;
}

.top-testimonial {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  height: 10rem;
  margin: 0 auto;
}

.top-testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-left: 2px dashed var(--gold-color);
  z-index: 1;
  background-size: 10px 10px;
}

/* youtube-section */
.youtube-section {
  width: 100%;
  height: 80rem;
}

.youtube-section iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Secure Your Child’s Seat */
.secure-your-child-seat {
  background-image: url("../images/backgroundsecureseat.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80rem;
  display: flex;
  align-items: center;
  position: relative;
}

.secure-your-child-seat .content {
  position: absolute;
  left: 80%;
  width: 38%;
  transform: translateX(-75%);
}

.secure-your-child-seat .content p {
  color: #ffff;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.secure-your-child-seat .enquiry-now-btn {
  width: 100%;
}

.flexSet {
  display: flex;
  align-items: center;
  gap: 20px;
}

.secure-your-child-seat .content h5 {
  font-size: 6.4rem;
  font-family: "Polymath", sans-serif;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 2rem;
}

.secure-your-child-seat .content h5 span {
  color: var(--gold-color);
}

/* Footer */
footer {
  background-color: var(--button-color);
  padding: 2.5rem 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

footer p {
  font-size: 2rem;
  font-family: "Polymath", sans-serif;
  font-weight: 400;
  color: var(--white-color);
}

/* Owl Carousal */
.bannerCarouselNav {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: flex;
  gap: 2.5rem;
  z-index: 10;
  margin-left: -3rem;
}

.bannerCarouselNav .owl-prev,
.bannerCarouselNav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  background: var(--gold-color);
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

.bannerCarouselNav .owl-prev i,
.bannerCarouselNav .owl-next i {
  font-size: 2.5rem;
  color: var(--white-color);
}

.bannerCarouselNav .owl-prev:hover,
.bannerCarouselNav .owl-next:hover {
  background-color: var(--button-color);
  border: none;
}

.d-desk {
  display: block;
}

.d-mob {
  display: none;
}

.d-blockset {
  display: block;
  color: #fff !important;
}

.thankSection {
  width: 100%;
  height: auto;
  padding: 0px 0;
  text-align: center;
  min-height: 900px;
  background: #fff url(../images/thankyou-bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}
.thankInner {
  width: 100%;
  height: auto;
  padding: 50px 20px 0;
}
.thankInner h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #b6a54b;
  margin: 20px 0 0 0;
}
.pd {
  padding-top: 20px;
}
.frmb {
  display: none;
}

img {
  max-width: 100%;
}


.left-section 
{
  padding: 50px 0 0 0;
}

