body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 20px 0;
}

.heading_container h2 {
  text-align: center;
  margin: 70px auto 15px auto;
  color: var(--purple-600);
  /* text-transform: uppercase; */
  font-weight: 500;
}

.section-brand {
  text-align: center;
  margin: 20px auto 50px;
  max-width: 640px;
}

.section-brand img {
  height: 130px;
  /* not dominant */
  width: auto;
  /* subtle brand presence */
  margin-bottom: 12px;
}

.section-brand p {
  font-size: 20px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

.hero_next_section-margin {
  margin-top: 10px;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: var(--purple-300);
  min-height: auto;
  height: auto;
  padding-bottom: 24px;
}

.sub_page .hero_area {
  height: auto;
  padding-bottom: 0;
  background-color: transparent;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  /* space between logo and text */
}

.navbar-brand img {
  height: 72px;
  /* controls navbar height */
  width: auto;
  object-fit: contain;
}


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 18px;
  color: #11574b;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 65%;
  left: 50%;
  height: 2.5px;
  background-color: #0d9881;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar {
  padding: 12px 0;
  align-items: center;
}


.navbar-brand span {
  font-size: 22px;
  font-weight: 600;
  color: #11574b;
  line-height: 1.2;
  white-space: nowrap;
}


.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  border: 0;
  padding: 4px 0;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 30px;
}

.hamburger {
  position: relative;
  display: block;
  width: 26px;
  height: 3px;
  background: var(--purple-700);
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  background: var(--purple-700);
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: url(../images/School_images/image_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 55%;
  border: 1px solid var(--purple-300);
  border-radius: 18px;
  position: relative;
  overflow: hidden;

  width: 90%;
  padding: 12px 34px 12px;
  margin: 20px auto 0;
  -webkit-transform: none;
  transform: none;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 580px;
}

.slider_section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/School_images/image_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 55%;
  filter: blur(16px);
  transform: scale(1.04);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 0;
}

.slider_section.first-image-slide-active::after {
  opacity: 1;
}

.slider_section>.container {
  position: relative;
  z-index: 1;
}

.slider_section .detail-box {
  color: #fefdfc;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 2;
}

.slider_section #carouselExampleIndicators {
  display: flex;
  flex-direction: column;
}

.slider_section #carouselExampleIndicators .carousel-inner {
  order: 1;
}

.slider_section .image-only-slide {
  min-height: 300px;
}

.slider_section .image-only-slide .image-only-wrap {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  padding: 34px 30px 20px;
  position: relative;
}

.slider_section .image-only-slide .image-only-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 56px;
  padding: 8px 28px;
  border-radius: 999px;
  border: 1px solid var(--purple-300);
  background: var(--purple-100);

  color: var(--purple-800);
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.slider_section .image-only-slide img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  border-radius: 12px;
}

.slider_section .detail-box .hero-kicker {
  display: inline-block;
  margin-bottom: 24px;
  padding: 10px 14px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--purple-900);
  background: var(--purple-100);
  border: 1px solid var(--purple-300);
  border-radius: 999px;
}

.slider_section .detail-box h1 {
  color: #063418;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}

.slider_section .detail-box span {
  color: #1a6851;
  font-size: 3.5rem;
  font-weight: 500;
}

.slider_section .detail-box p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.6;
}

/* .detail-box p {
  font-size: 16px!important;
} */

.slider_section .detail-box .btn-box {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: var(--purple-700) !important;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  margin-right: 0;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  flex: 1 1 200px;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: var(--purple-800) !important;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 12px 42px;
  background-color: var(--purple-200) !important;
  color: #063418;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  flex: 1 1 200px;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: var(--purple-300) !important;
}

.slider_section ol.carousel-indicators {
  margin: 28px 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: static;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-padding-start: 0;
  padding-left: 0;
  order: 2;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #195a38;
  border-radius: 100%;
}

.slider_section ol.carousel-indicators li.active {
  background-color: transparent;
  border: 2px solid #195a38;
}

.offer_section {
  background: white;
  /* soft olive/off-white */
}

.offer_section .content-box {
  background: #f2f7ef;
  /* border: 1px solid #a5c72b; */
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.offer_section .content-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}


.offer_section .img-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(230, 230, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer_section .img-box svg {
  width: 48px;
  height: 48px;
  fill: #e6e600;
}

.offer_section h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
  /* color: #654321; */
  color: #5c6304;
}

.offer_section p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.offer_section .img-box svg path {
  fill: #bac607 !important;
}

.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
}

.offer_section .content-box .detail-box p {
  margin: 0;
}

.about_section {
  background-color: white;
}

.about-philosophy {
  background: #f7faf8;
  /* soft off-white green */
  padding: 30px 0;
}

.about-philosophy h2 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-philosophy p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 1020px;
}

.about-standards {
  padding: 60px 0;
  background: #ffffff;
}

.about-standards h2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #3d5f4f;
  margin-bottom: 20px;
}

.about-standards p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 1020px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.about_section .img-box img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}

.about_section .detail-box {
  width: 100%;
  padding: 45px 0px 45px 0px;
}

.about_section .detail-box p {
  margin-top: 20px;
  line-height: 1.8;
  color: #444;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #ffff00;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: #e6e600;
}

.about-wrapper {
  display: flex;
  align-items: center;
  gap: 52px;
  padding: 70px 50px;
  margin-right: 0;

}

.about-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.55;
  color: #2b2b2b;
}

.about-story {
  background: #f6f8f2;
  /* very light warm green */
  padding: 80px 0;
}

.about-head-text {
  color: #86ae03;
  font-size: 18px;
  font-weight: 500;
}

.about-story-wrap {
  max-width: 100%;
  margin: 0 auto;
  background: rgb(244, 252, 244);
  /* background: linear-gradient(135deg,
      #f2f6e8 0%,
      #fbfde6 50%,
      #fff9d6 100%); */
  border: 1px solid #20a136;
  border-radius: 14px;
  padding: 30px;
  display: flex;
  gap: 60px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  height: 400px;
}

.about-text {
  flex: 1;
}

.about-text p {
  font-size: 17px;
  line-height: 1.9;
  color: #2f2f2f;
  margin-bottom: 22px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.offer_section .content-box .card-logo {
  position: absolute;
  top: 14px;
  right: 30px;
  pointer-events: none;
}

.card-logo img {
  height: 40px;
  width: auto;
}

.about-content {
  max-width: 620px;
  /* was 480px */
  padding-left: 8px;
}

.about-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--purple-600);
}

.about-content p {
  line-height: 1.8;
  color: #444;
  font-size: 18px;
  margin-bottom: 16px;
}

.about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #11574b;
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
}

.about-btn:hover {
  background: #0d463d;
  color: #e8f5f2;
  transform: translateY(-1px);
}

/* MAIN CONTENT */
/* Dark + blur overlay */

/* Content should sit above overlay */


/* content: '✓'; */

/* HIGHLIGHT SECTION */
.about-block.highlight {
  background: linear-gradient(135deg,
      #f5f7e8,
      #ffffff);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.trust-item {
  background: #ffffff;
  padding: 18px;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}


/* CTA */
.about-cta {
  margin-top: 80px;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #90953b, #a4aa4a);
  border-radius: 30px;
  color: #ffffff;
}

.about-cta h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.cta-buttons a {
  border-radius: 30px;
}

.cta-primary {
  background: #ffff00;
  color: #000;
  padding: 12px 26px;
  font-weight: 600;
  text-decoration: none;
}

.cta-secondary {
  background: #fff;
  border: 2px solid #90953b;
  color: #90953b;
  padding: 12px 26px;
  font-weight: 600;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 28px;
  }

  .about-hero p {
    font-size: 16px;
  }

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

  .cta-buttons {
    flex-direction: column;
  }
}

.about-image-block {
  max-width: 900px;
  margin: 0 auto 70px auto;
}

.about-image-block img {
  width: 100%;
  border-radius: 24px;
  display: block;
}


@media (max-width: 768px) {
  .about-block {
    padding: 30px 24px;
  }

  .about-block h2 {
    font-size: 24px;
  }

  .about-block p {
    font-size: 15px;
  }

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


.testimonial_section {
  background: #f7f8f2;
  padding: 30px 0 80px 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.testimonial-card .quote {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.testimonial-card .quote::before {
  content: '“';
  font-size: 40px;
  color: #e6e600;
  position: absolute;
  top: -20px;
  left: -5px;
}

.testimonial-card .author {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  text-align: center;
}

.client_section {
  font-family: "Lato", sans-serif;
}

.client_section h2 {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .client_container .img-box {
  width: 250px;
  border: 5px solid #7f7f31;
  border-radius: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}

.client_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #7f7f31;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #7f7f31;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #050505;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}


.cta_strip {
  /* background: #56645a; */
  /* olive green matching your theme */

  padding: 60px 20px;
  text-align: center;
}

.cta_strip h3 {
  font-size: 28px;
  color: var(--purple-400);
  margin-bottom: 12px;
  font-weight: 500;
}

.cta_strip p {
  color: #f3f3f3;
  font-size: 16px;
  margin-bottom: 28px;
}

/* CTA STRIP BUTTONS - CLEAN & MODERN */

.cta_strip .cta-btn {
  display: inline-block;
  background: var(--purple-400);
  /* warm confident green */
  color: #ffffff;
  border: none;
  padding: 13px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 8px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cta_strip .cta-btn:hover {
  background: var(--purple-500);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Secondary / Outline Button */

.cta_strip .cta-btn-outline {
  display: inline-block;
  background: white;
  color: var(--purple-400);
  border: 2px solid var(--purple-400);
  padding: 11px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 8px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.cta_strip .cta-btn-outline:hover {
  background: #e8f5ee;
  color: #145c37;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta_strip h3 {
    font-size: 22px;
  }

  .cta_strip a {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
}




.contact_section {
  position: relative;
  background-color: #90973b;
  font-family: "Poppins", sans-serif;
}

.contact_section h2 {
  text-align: center;
  margin-bottom: 65px;
}

.contact_section h2 span {
  color: #fefdfc;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fefdfc;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #fa0909;
  color: #fff;
  font-weight: bold;
  background-color: #fa0909;
}

.contact_section .map_section {
  width: 100%;
  height: 450px;
}

.info_section {
  /* color: var(--purple-700); */
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.info_section p {
  color: #353935;
}

.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}

.info_section .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 15px;
}

.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #353935;
  text-transform: uppercase;
  background-color: #ffff00;
  -webkit-transform: translate(-102%);
  transform: translate(-102%);
  margin-top: 2.5px;
}

/* Programs Page */

.page-hero {
  background: #f6f7f2;
  padding: 60px 20px;
  text-align: center;
}

.page-hero h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-hero p {
  font-size: 16px;
  color: #555;
}

.programs-section {
  padding: 70px 20px;
  background: #ffffff;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.program-card {
  background: #fafafa;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.program-card:hover {
  transform: translateY(-6px);
}

.program-card img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 20px auto 0;
  object-fit: contain;
}

.program-content {
  padding: 22px;
}

.program-content h3 {
  font-size: 23px;
  margin-bottom: 4px;
  text-align: center;
}

.program-content .age {
  font-size: 15px;
  color: var(--purple-600);
  font-weight: bold;
  font-style: italic;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.program-content p {
  font-size: 16px;
  color: #555;
  margin-top: 8px;
  line-height: 1.6;
}

.program-cta {
  background: #56645a;
  padding: 50px 20px;
  text-align: center;
  color: #fff;
}

.program-cta h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.program-cta p {
  font-size: 16px;
  margin-bottom: 20px;
}

.program-cta .cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #1e5719;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  border: 2px solid #1e5719;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.program-cta .cta-btn:hover {
  background: #e6f6ec;
  color: #144012;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}



/* footer section*/
.footer_section {
  /* background-color: #2c2727; */
  padding: 20px;
  background-color: rgb(230, 248, 217);
  color: #829688;
}

/* .footer_section p {
  margin: 0;
  text-align: center;
  color: #1a6851;
} */


.footer-links ul li a {
  /* color: #ffffff; */
  background-color: white;
  color: #353935;

  /* font-size: 14px; */
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links ul li a:hover {
  color: var(--purple-500);
  text-decoration: underline;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: rgb(71, 177, 71);
  /* IMPORTANT */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.whatsapp-float img {
  width: 46px;
  height: 46px;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

/* Responsive Styles for mobile navbar */
/* =========================
   MOBILE NAVBAR FIX
   ========================= */

@media (max-width: 768px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 1px;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .navbar-toggler {
    margin-left: auto;
  }
}

/* Hide brand text on very small screens */
@media (max-width: 480px) {
  .navbar-brand {
    font-size: 14px;
  }

  .navbar-brand span {
    font-size: 18px;
    white-space: normal;
    line-height: 1.2;
  }
}


/* =========================
   HERO SECTION MOBILE FIX
   ========================= */

@media (max-width: 768px) {
  .slider_section {
    background-position: 85% center;
    position: relative;
  }

  /* Dark overlay for text readability */
  .slider_section::before {
    content: '';
    position: absolute;
    backdrop-filter: blur(2px);
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .slider_section.no-overlay::before {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(9px);
  }

  .slider_section.first-image-slide-active::before {
    content: none;
  }

  .slider_section.first-image-slide-active {
    background-image: none;
  }

  .slider_section.first-image-slide-active::after {
    content: none;
    opacity: 0;
  }

  .slider_section .detail-box {
    position: relative;
    z-index: 2;
  }

  .slider_section h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .slider_section h1 span {
    font-size: 22px;
  }

}

/* =========================
   OPTIONAL MOBILE POLISH
   ========================= */

/* Hide carousel dots on mobile */
@media (max-width: 768px) {
  .slider_section ol.carousel-indicators {
    /* pull them closer */
    justify-content: center;
  }

  .slider_section ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #ffff00;
  }

  .slider_section ol.carousel-indicators li.active {
    border: 2px solid #fff;
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .slider_section {
    min-height: auto;
    padding: 6px 8px 14px;
  }

  .slider_section.first-image-slide-active {
    background: #ffffff;
  }

  .slider_section > .container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .slider_section.first-image-slide-active {
    padding: 4px 6px 8px;
  }

  .slider_section.first-image-slide-active > .container {
    padding-left: 2px;
    padding-right: 2px;
  }

  .slider_section #carouselExampleIndicators,
  .slider_section #carouselExampleIndicators .carousel-inner,
  .slider_section .image-only-slide,
  .slider_section .image-only-slide .image-only-wrap {
    width: 100%;
  }

  .slider_section .image-only-slide,
  .slider_section .image-only-slide .image-only-wrap {
    min-height: 0;
  }

  .slider_section .image-only-slide .image-only-wrap {
    min-height: auto;
    padding: 10px 8px 2px;
    gap: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }

  .slider_section .image-only-slide .image-only-wrap::before {
    content: none;
  }

  .slider_section .image-only-slide .image-only-badge {
    display: inline-flex;
    padding: 6px 10px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 6px;
    position: relative;
    z-index: 2;
  }

  .slider_section .image-only-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }

  .slider_section ol.carousel-indicators {
    margin-top: 10px;
  }

  .slider_section.first-image-slide-active ol.carousel-indicators {
    margin-top: 4px;
  }
}


/* Center offer boxes on mobile */
@media (max-width: 768px) {
  .offer-box {
    text-align: center;
    padding: 24px 20px;
  }
}

@media (max-width: 768px) {
  .offer-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px auto;
    background: #eef5c8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .offer-icon img,
  .offer-icon svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 768px) {
  .offer-box h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .offer-box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .offer-box {
    border: 1px solid #e6efb6;
    border-radius: 14px;
  }

  .content-box {
    gap: 2px !important;
  }
}

.content-box {
  background: #f6faef;
  border: 1px solid #c6d87a;
  border-radius: 14px;
  padding: 22px 20px;
  margin-bottom: 20px;

  display: flex;
  align-items: center;
  gap: 24px;
}

.content-box .img-box {
  width: 64px;
  height: 64px;
  min-width: 64px;

  border-radius: 50%;
  background: #eef6c9;

  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box .img-box svg {
  width: 40px;
  height: 40px;
  fill: var(--purple-400);
}

/* About Section Mobile Responsive Fix */
@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }

  .about-image img {
    max-width: 100%;
    height: auto;
    /* key fix */
    aspect-ratio: 4 / 3;
    /* optional but improves look */
    object-fit: cover;
  }

  .about-content {
    max-width: 100%;
    text-align: center;
  }

  .about-content h2 {
    font-size: 23px;
    line-height: 1.3;
  }

  .about-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-btn {
    margin: 20px auto 0;
    display: inline-block;
  }
}

/* Navbar Brand Resize on Mobile */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 55px;
  }

  .navbar-brand span {
    font-size: 16px;
    white-space: normal;
    line-height: 1.2;
  }
}

/* Footer logo styling */
.footer-logo {
  width: auto;
  height: 104px;
  /* slightly smaller than navbar */
  object-fit: contain;
  margin-bottom: none;
}

/* Footer logo wrapper */
.info_logo a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 84px;
    width: auto;
  }
}

.footer-links ul {
  list-style: none;
  /* remove bullets */
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 4px;
}

.footer-links a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #347b39;
  /* your yellow accent */
}

@media (max-width: 768px) {
  .footer-links {
    text-align: center;
    margin-top: 20px;
  }

  .footer-links li {
    margin-bottom: 3px;
  }
}

/*  GALLERY */
.gallery-top-main {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #efe9ff 0%, #ddd2f8 55%, #c8b8f2 100%);
  padding: 45px 10px;
}

.gallery-top-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.55) 0, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 88% 80%, rgba(91, 58, 165, 0.22) 0, rgba(91, 58, 165, 0) 34%);
  pointer-events: none;
}

.gallery-top-main .container {
  position: relative;
  z-index: 1;
}

.gallery-kicker {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(91, 58, 165, 0.35);
  background: rgba(255, 255, 255, 0.7);
  color: var(--purple-700);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.gallery-top-main h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.gallery-top-main p {
  max-width: 700px;
  margin: 0 auto;
}

.gallery-scroll {
  overflow-x: auto;
  padding: 6px 4px 14px;
}

.gallery-scroll::-webkit-scrollbar {
  height: 6px;
}

.gallery-scroll::-webkit-scrollbar-thumb {
  background: var(--purple-200);
  border-radius: 10px;
}

.gallery-row {
  display: flex;
  gap: 20px;
  width: max-content;
}

.gallery-row img {
  flex: 0 0 340px;
  max-width: 340px;
  aspect-ratio: 4 / 3;

  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #e8e0fa;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(70, 40, 120, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-row img:hover {
  transform: translateY(-5px);
  border-color: #c8b8f2;
  box-shadow: 0 16px 36px rgba(70, 40, 120, 0.16);
}


.gallery-page {
  padding: 42px 30px;
  background:
    linear-gradient(180deg, #f9f7ff 0%, #f5f0ff 45%, #f8f8fc 100%);
}

.gallery-section {
  margin: 0 auto 52px;
  padding: 24px 24px 18px;
  border: 1px solid #e9e0fb;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  max-width: 1280px;
}

.gallery-section h2 {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--purple-700);
  margin-bottom: 12px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 8px;
}

.gallery-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple-500), var(--purple-300));
}

.gallery-section-lead {
  margin: 0 0 20px;
  color: #514671;
  font-size: 17px;
  line-height: 1.65;
  max-width: 760px;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.grid-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.grid-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .grid-gallery {
    grid-template-columns: 1fr;
  }

  .grid-gallery img {
    height: 220px;
  }
}

/* Masonry magic */
.masonry {
  column-count: 3;
  column-gap: 20px;
}

.masonry img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
  break-inside: avoid;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.masonry img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .masonry {
    column-count: 1;
  }
}

/* Contact hero */
.contact-hero {
  padding: 80px 0 50px;
  text-align: center;
  background: #f6f8f2;
}

.contact-hero h1 {
  font-size: 36px;
  color: #5f6f05;
  margin-bottom: 10px;
}

.contact-hero p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  color: #555;
}

/* Main contact grid */
.contact-main {
  padding: 70px 90px;
}

@media (max-width: 768px) {
  .contact-main {
    padding: 50px 20px;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

/* Contact info */
.contact-info h2,
.contact-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.contact-info a {
  color: #5f6f05;
  text-decoration: none;
}

.contact-actions {
  margin-top: 20px;
}

/* .contact-actions a {
   background: #5f6f05;
  color: #fff;
} */

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  margin-right: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.btn-primary {
  background: #33a786;
  color: #fff;
}

.btn-secondary {
  background: #eef1d8;
  color: #1a4f36;
}

.btn-secondary:hover {
  background: #e3e8c6;
  color: #2f2f2f;
}

/* Form */
.contact-form form {
  background: transparent;
  padding: 0;
  border-radius: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.contact-form textarea {
  min-height: 100px;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: var(--purple-600);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
}

.contact-form button:hover {
  background: var(--purple-700);
}


/* Map */
.contact-map {
  margin-top: 60px;
}

.contact-map #map {
  width: 100%;
  height: 380px;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-hero h1 {
    font-size: 28px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .about-hero-minimal h1 {
    font-size: 28px;
  }

  .about-story-wrap {
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }

  .about-story {
    padding: 60px 0;
  }

  .about-text p {
    font-size: 16px;
  }

  .heading_container p {
    font-size: 16px;
  }

  .program-content {
    padding: 16px;
  }
}

@media (max-width: 768px) {

  /* ===== ABOUT HERO ===== */
  .about-hero {
    padding: 60px 16px;
    text-align: center;
  }

  .about-hero h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .about-hero p {
    font-size: 16px;
    margin-top: 10px;
  }

  /* ===== ABOUT MAIN BACKGROUND ===== */
  .about-main {
    padding: 40px 0;
    background-position: center;
  }

  .about-overlay {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
  }

  .about-content-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 16px;
  }

  /* ===== BLOCKS ===== */
  .about-block {
    padding: 24px 18px;
    border-radius: 14px;
    margin-bottom: 32px;
  }

  .about-block h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about-block p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* ===== PHILOSOPHY PILLS ===== */
  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pill {
    font-size: 14px;
    padding: 14px 16px;
  }

  /* ===== TRUST GRID ===== */
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .trust-item {
    font-size: 14px;
    padding: 14px;
  }

  /* ABOUT HERO */
  .about-hero-minimal {
    background: #90953b;
    padding: 80px 0 90px;
    color: #fff;
  }

  .about-eyebrow {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 14px;
  }

  .about-hero-minimal h1 {
    max-width: 640px;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 500;
  }

  /* TRUST */
  .about-trust {
    background: #f1f3f6;
    /* soft, warm neutral */
    padding: 70px 0;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.55;
    color: #2b2b2b;

  }

  .about-trust p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #2f2f2f;
    font-weight: 500;
  }

  .about-trust p::before {
    content: "“";
    display: block;
    font-size: 42px;
    line-height: 1;
    color: #c6c92c;
    /* your brand yellow */
    margin-bottom: 14px;
  }

  @media (max-width: 768px) {
    .about-trust {
      padding: 50px 0;
    }

    .about-trust p {
      font-size: 16.5px;
      padding: 0 18px;
    }
  }

  @media (max-width: 768px) {
    .about-cta-minimal {
      padding: 40px 16px;
    }

    .about-cta-minimal p {
      font-size: 18px;
    }

    .about-cta-minimal a {
      font-size: 15px;
    }
  }

  /* CTA */
  .about-cta-minimal {
    background: #eef1e6;
    /* soft earthy tone */
    padding: 60px 20px;
    text-align: center;
  }

  .about-cta-minimal p {
    font-size: 22px;
    color: #2f2f2f;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }

  .about-cta-minimal a {
    display: inline-block;
    font-size: 16px;
    color: #4a5d2a;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid #cfd7b3;
    transition: all 0.25s ease;
  }

  .about-cta-minimal a:hover {
    color: #000;
    border-color: #8e9b4f;
  }

  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
  }

  .gallery-page {
    padding: 20px 20px;
    background: #f6f7f2;
  }
}

/* =========================
   GALLERY - MOBILE FIX
   ========================= */
/* =========================
   GALLERY HARD RESET - MOBILE
   ========================= */
@media (max-width: 768px) {

  .gallery-top-main {
    padding: 52px 14px 44px;
  }

  .gallery-kicker {
    margin-bottom: 12px;
  }

  .gallery-page {
    padding: 22px 14px 24px;
  }

  .gallery-section {
    margin: 0 0 28px;
    padding: 18px 14px 14px;
    border-radius: 14px;
  }

  .gallery-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
  }

  .gallery-section-lead {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .gallery-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 12px;
  }

  .gallery-row {
    display: flex;
    gap: 12px;
  }

  .gallery-row img {
    flex: 0 0 82vw;
    max-width: 82vw;
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
  }
}

@media (max-width: 768px) {

  .about-philosophy,
  .about-standards {
    padding: 50px 30px;
    margin: 0px 15px;
  }

  .about-philosophy h2,
  .about-standards h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .layout_padding {
    padding: 20px 0;
  }

  .heading_container h2 {
    text-align: center;
    margin: 20px auto 15px auto;
    font-weight: bold;
    font-weight: 500;
    font-size: 23px;
  }

  .slider_section .detail-box h1 {
    color: #f8faf8;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
  }

  .slider_section .detail-box span {
    color: #c2f9e8;
    font-size: 3.5rem;
    font-weight: 500;
  }

  .slider_section ol.carousel-indicators li {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: #c6f6dd;
    border-radius: 100%;
  }

  .slider_section ol.carousel-indicators li.active {
    background-color: transparent;
    border: 2px solid #a2f2c9;
  }

  .card-logo {
    top: 10px;
    right: 30px;
  }

  .card-logo img {
    height: 40px;
  }
}

@media (max-width: 768px) {
  .section-brand {
    margin: 20px auto 35px;
    padding: 0 16px;
  }

  .section-brand img {
    height: 48px;
  }

  .section-brand p {
    font-size: 15px;
  }
}

/* =========================
   PURPLE THEME OVERRIDES
   ========================= */
:root {
  --purple-900: #3c256f;
  --purple-800: #4a2f8a;
  --purple-700: #5b3aa5;
  --purple-600: #6a4fb3;
  --purple-500: #7c63c6;
  --purple-400: #9a83dc;
  --purple-300: #b9a7ea;
  --purple-200: #d8cdf5;
  --purple-100: #f3effc;
  --purple-050: #fbf9ff;
  --purple-text: #2d2144;
}

body {
  color: var(--purple-text);
  background-color: var(--purple-050);
}


.header_section {
  background-color: var(--purple-100);
}

.navbar-brand span,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--purple-800);
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  background-color: var(--purple-600);
}

.slider_section .detail-box h1 {
  color: var(--purple-900);
}

.slider_section .detail-box span {
  color: var(--purple-700);
}

.slider_section .detail-box p {
  color: #353935;
}

.slider_section .detail-box .btn-box .btn-1 {
  background-color: var(--purple-700);
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: var(--purple-800);
}

.slider_section .detail-box .btn-box .btn-2 {
  background-color: var(--purple-100);
  color: var(--purple-900);
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: var(--purple-200);
}

.slider_section ol.carousel-indicators li {
  background-color: var(--purple-700);
}

.slider_section ol.carousel-indicators li.active {
  border-color: var(--purple-700);
}

.offer_section {
  background: var(--purple-050);
}

.offer_section .content-box {
  background: var(--purple-100);
  border-color: var(--purple-300);
}

.offer_section h6 {
  color: var(--purple-800);
}

.offer_section .img-box {
  background: rgba(124, 99, 198, 0.15);
}

.offer_section .img-box svg path {
  fill: var(--purple-600) !important;
}

.about-philosophy,
.about-standards,
.about-story {
  background: var(--purple-050);
}

.about-philosophy h2,
.about-standards h2,
.about-head-text {
  color: var(--purple-600);
}

.pill {
  background: var(--purple-100);
}

.about-story-wrap {
  background: #f5f1ff;
  border-color: var(--purple-300);
}

.about-btn {
  background: var(--purple-700);
}

.about-btn:hover {
  background: var(--purple-800);
  color: #ffffff;
}

.about-hero,
.cta_strip {
  background: var(--purple-200);
}

.top-main-part {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ae97f9 0%, #e6ddfa 55%, #d7cbf4 100%);
  padding: 50px 12px 54px;
  text-align: center;
}

.top-main-part::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 86% 84%, rgba(91, 58, 165, 0.22) 0, rgba(91, 58, 165, 0) 35%);
  pointer-events: none;
}

.top-main-part .container {
  position: relative;
  z-index: 1;
}

.page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid rgba(91, 58, 165, 0.35);
  background: rgba(255, 255, 255, 0.72);
  color: var(--purple-700);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.top-main-part h1 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 10px;
  color: var(--purple-600);
  font-weight: 400;
}

.top-main-part p {
  color: #514671;
  font-size: clamp(1rem, 2.1vw, 1.25rem);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 760px;
}

.top-main-part::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: 8%;
  top: 22%;
  background: rgba(124, 99, 198, 0.2);
  box-shadow:
    26px -18px 0 6px rgba(124, 99, 198, 0.16),
    54px 8px 0 1px rgba(124, 99, 198, 0.24);
  pointer-events: none;
}

.about-hero,
.cta_strip_bottom {
  background: var(--purple-100);
  padding: 60px 20px;
  text-align: center;
}

.cta_strip_bottom h3 {
  font-size: 28px;
  color: var(--purple-600);
  margin-bottom: 22px;
  font-weight: 400;
}

.cta_strip_bottom p {
  color: var(--purple-600);
  font-size: 18px;
  margin-bottom: 22px;
}

/* CTA STRIP BUTTONS - CLEAN & MODERN */

.cta_strip_bottom .cta-btn {
  display: inline-block;
  background: var(--purple-600);
  /* warm confident green */
  color: #ffffff;
  border: none;
  padding: 13px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 8px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cta_strip_bottom .cta-btn:hover {
  background: var(--purple-700);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Secondary / Outline Button */

.cta_strip_bottom .cta-btn-outline {
  display: inline-block;
  background: white;
  color: var(--purple-600);
  border: 1px solid var(--purple-600);
  padding: 11px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 8px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.cta_strip_bottom .cta-btn-outline:hover {
  background: var(--purple-200);
  color: var(--purple-700);
  transform: translateY(-2px);
}

/* About Page Refresh */
.about_page .about-story {
  /* background: linear-gradient(180deg, #f9f7ff 0%, #f7f4ff 100%); */
  padding: 64px 0;
}

.about_page .about-story-wrap {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e6ddfb;
  border-radius: 22px;
  padding: 30px;
  gap: 44px;
  box-shadow: 0 16px 38px rgba(70, 40, 120, 0.08);
}

.about_page .about-image img {
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(62, 37, 112, 0.14);
  object-fit: cover;
}

.about_page .about-head-text {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--purple-700);
  background: var(--purple-100);
  border: 1px solid #d7c9f4;
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 8px;
}

.about_page .about-philosophy,
.about_page .about-standards {
  /* background: linear-gradient(180deg, #f8f5ff 0%, #f6f2ff 100%); */
  padding: 0 0 36px;
}

.about_page .about-philosophy .container,
.about_page .about-standards .container {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e8e0fb;
  border-radius: 20px;
  padding: 30px 30px 26px;
  box-shadow: 0 10px 28px rgba(70, 40, 120, 0.06);
}

.about_page .about-philosophy h2,
.about_page .about-standards h2 {
  color: var(--purple-700);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  margin-bottom: 18px;
  font-weight: 520;
}

.about_page .about-philosophy p,
.about_page .about-standards p {
  color: #433a5f;
  font-size: 17px;
  line-height: 1.85;
}

/* Program Page Refresh */
.program_page .programs-section {
  background: linear-gradient(180deg, #f9f7ff 0%, #f5f1ff 100%);
  padding: 56px 20px 72px;
}

.program_page .programs-grid {
  gap: 24px;
}

.program_page .program-card {
  border: 1px solid #e7defa;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(70, 40, 120, 0.08);
}

.program_page .program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(70, 40, 120, 0.14);
}

.program_page .program-card img {
  width: 120px;
  height: 120px;
  margin-top: 26px;
  padding: 5px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f2ecff 100%);
  border: 1px solid #e3d8fb;
}

.program_page .program-content {
  padding: 24px 24px 28px;
}

.program_page .program-content h3 {
  color: var(--purple-700);
  font-weight: 480;
}

.program_page .program-content .age {
  color: #7a63bb;
}

.program_page .program-content p {
  color: #4a4266;
  line-height: 1.8;
}

.program_page .program-content p b {
  color: var(--purple-700);
}

/* Contact Page Refresh */
.contact_page .contact-main {
  background: linear-gradient(180deg, #f9f7ff 0%, #f4efff 100%);
  padding: 54px 20px 68px;
}

.contact_page .contact-grid {
  max-width: 1160px;
  margin: 0 auto;
  gap: 24px;
}

.contact_page .contact-info,
.contact_page .contact-form {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e8e0fb;
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 12px 30px rgba(70, 40, 120, 0.08);
}

.contact_page .contact-info h2,
.contact_page .contact-form h2 {
  color: var(--purple-700);
  font-size: 28px;
  margin-bottom: 18px;
}

.contact_page .contact-info p {
  color: #4a4266;
}

.contact_page .contact-info a {
  color: var(--purple-700);
  text-decoration: none;
}

.contact_page .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact_page .contact-actions .btn-primary,
.contact_page .contact-actions .btn-secondary {
  margin-right: 0;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 600;
  border: 1px solid transparent;
}

.contact_page .contact-actions .btn-primary {
  background: var(--purple-700);
  color: #fff;
}

.contact_page .contact-actions .btn-primary:hover {
  background: var(--purple-800);
}

.contact_page .contact-actions .btn-secondary {
  background: #f1ecff;
  color: var(--purple-700);
  border-color: #d9cdf7;
}

.contact_page .contact-actions .btn-secondary:hover {
  background: #e6defa;
}

.contact_page .contact-form input,
.contact_page .contact-form textarea {
  border: 1px solid #ddd3f6;
  background: #fff;
}

.contact_page .contact-form input:focus,
.contact_page .contact-form textarea:focus {
  outline: none;
  border-color: var(--purple-500);
  box-shadow: 0 0 0 3px rgba(124, 99, 198, 0.14);
}

.contact_page .contact-form button {
  border-radius: 999px;
  background: var(--purple-700);
}

.contact_page .contact-form button:hover {
  background: var(--purple-800);
}

@media (max-width: 768px) {
  .top-main-part {
    padding: 52px 14px 44px;
  }

  .page-kicker {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .about_page .about-story-wrap {
    padding: 18px;
    gap: 24px;
  }

  .about_page .about-philosophy .container,
  .about_page .about-standards .container {
    padding: 22px 16px 18px;
  }

  .program_page .program-card img {
    width: 100px;
    height: 100px;
  }

  .contact_page .contact-main {
    padding: 40px 14px 50px;
  }

  .contact_page .contact-info,
  .contact_page .contact-form {
    padding: 22px 16px;
  }

  .contact_page .contact-actions .btn-primary,
  .contact_page .contact-actions .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

/* Keep gallery hero variant styling intact */
.top-main-part.gallery-top-main {
  background: linear-gradient(135deg, #efe9ff 0%, #ddd2f8 55%, #c8b8f2 100%);
}

.top-main-part.gallery-top-main::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.55) 0, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 88% 80%, rgba(91, 58, 165, 0.22) 0, rgba(91, 58, 165, 0) 34%);
}

.about-cta {
  background: linear-gradient(135deg, var(--purple-600), var(--purple-400));
}

.cta-primary {
  background: var(--purple-200);
  color: var(--purple-900);
}

.cta-secondary {
  border-color: var(--purple-600);
  color: var(--purple-600);
}

.testimonial_section {
  background: var(--purple-050);
}

.testimonial-card .quote::before {
  color: var(--purple-400);
}

.client_section .client_container .img-box {
  border-color: var(--purple-500);
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  background-color: var(--purple-600);
}

.contact_section {
  background-color: var(--purple-600);
}

.contact_section button {
  border-color: var(--purple-800);
  background-color: var(--purple-800);
}

.info_section {
  /* background-color: var(--purple-800); */
  background-color: white;


}

.info_section h5,
.info_section .info_logo a span {
  /* color: #ffffff; */
  color: var(--purple-800)
}

.programs-section {
  background: var(--purple-050);
}

.program-card {
  background: #ffffff;
}

.program-content .age {
  color: var(--purple-600);
}

.program-cta {
  background: var(--purple-700);
}

.program-cta .cta-btn {
  color: var(--purple-800);
  border-color: var(--purple-800);
}

.program-cta .cta-btn:hover {
  background: var(--purple-100);
  color: var(--purple-900);
}

.footer_section {
  background-color: var(--purple-200);
  color: var(--purple-700);
}

.footer_section p {
  color: var(--purple-900);
}

.footer_section a {
  color: var(--purple-600);
  font-weight: 500;
}

.footer_section a:hover {
  color: var(--purple-700);
  text-decoration: underline;
}

.footer-links a:hover {
  color: var(--purple-300);
}

/* .whatsapp-float {
  background: var(--purple-200);
} */

/* Contact page polish */
.contact-main {
  background: var(--purple-050);
}

.contact-info,
.contact-form {
  background: #ffffff;
  border: 1px solid var(--purple-200);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(60, 37, 111, 0.08);
}

.contact-info h2,
.contact-form h2 {
  color: var(--purple-800);
}

.contact-info strong {
  color: var(--purple-700);
}

.contact-info a {
  color: var(--purple-700);
}

.contact-actions .btn-primary {
  background: var(--purple-600);
  color: #ffffff !important;
}

.contact-actions .btn-primary:hover {
  background: var(--purple-700) !important;
}

.contact-actions .btn-secondary {
  background: var(--purple-100);
  color: var(--purple-800);
  border: 1px solid var(--purple-300);
}

.contact-actions .btn-secondary:hover {
  background: var(--purple-200);
}

.contact-form input,
.contact-form textarea {
  border-color: var(--purple-200);
  background: var(--purple-050);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--purple-500);
  box-shadow: 0 0 0 3px rgba(124, 99, 198, 0.15);
  outline: none;
}
