/* ============================================================
   Bootstrap 5 + Owl Carousel + AOS
   ============================================================ */

:root {
  --main: #1ab69d;
  /* teal-green primary */
  --main-dark: #149683;
  --orange: #ff7c5c;
  --yellow: #ffb13c;
  --pink: #ff5d8f;
  --blue: #2d8bff;
  --heading: #0e2b3d;
  /* deep navy heading */
  --body: #5a6a7a;
  /* muted body text */
  --light: #f4faf8;
  /* tinted section bg */
  --white: #ffffff;
  --font-head: 'Baloo 2', cursive;
  --font-body: 'Poppins', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: var(--body);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  background: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-head);
  color: var(--heading);
  font-weight: 700;
  line-height: 1.25;
}

a {
  text-decoration: none;
  transition: all .35s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.bg-light-tint {
  background: var(--light);
}

/* ---------- Section title ---------- */
.section-title {
  max-width: 620px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-title span {
  display: inline-block;
  color: var(--main);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .5px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}

.section-title span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: var(--orange);
  transform: translateY(-50%);
}

.section-title h2 {
  font-size: 42px;
}

#about .section-title span,
.values-section .section-title span,
.gallery-section .section-title span,
#teachers .section-title span,
#blog .section-title span {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 42px;
  color: #ea512e;
}

.gallery-section .section-title span {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-section .section-title span::before {
  display: none;
}

#blog .section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#blog .section-title span::before {
  display: none;
}

/* dog sliding in from the left beside the blog title */
.blog-title {
  position: relative;
}

.blog-title-shape {
  position: absolute;
  top: 50%;
  right: calc(50% + 300px);
  width: 130px;
  margin-top: -65px;
  pointer-events: none;
  z-index: 2;
  will-change: transform;
}

@media (max-width: 991px) {
  .blog-title-shape {
    display: none;
  }
}

.blog-title-shape-right {
  right: auto;
  left: calc(50% + 300px);
  width: 110px;
  margin-top: -55px;
}

.values-section .section-title span {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#about .section-title span {
  padding-right: 0;
  display: inline-flex;
  align-items: center;
}

#about .section-title span::before {
  display: none;
}

#events .section-title span {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 42px;
}

#events .section-title span::before {
  display: none;
}

.events-section {
  position: relative;
  background-color: #194461;
}

.events-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/upcoming_events.png') center center / cover no-repeat;
  opacity: .18;
  z-index: 0;
}

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

.events-section .section-title span {
  color: #fff !important;
}

.events-section .section-title h2 {
  color: #fff;
}

.events-section .section-title .section-desc {
  color: rgba(255, 255, 255, .8);
}

.events-section .section-title span .title-arrow {
  filter: brightness(0) invert(1);
}

.section-title span .title-arrow {
  width: 60px;
  height: auto;
  margin-left: 10px;
  transform: scaleX(-1);
}

.section-title span .title-arrow-left {
  margin-left: 0;
  margin-right: 10px;
  transform: scaleX(1) !important;
}

.values-section .section-title span::before {
  display: none;
}

#teachers .section-title span {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#teachers .section-title span::before {
  display: none;
}

.section-title .section-desc {
  font-size: 17px;
  color: var(--body);
  margin: 6px 0 0;
}

.section-title span .title-arrow {
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-left: 10px;
  transform: scaleX(-1);
}

.section-title.text-start {
  margin-left: 0;
  text-align: left;
}

.section-title.text-start span {
  padding-left: 0;
  padding-right: 28px;
}

.section-title.text-start span::before {
  left: auto;
  right: 0;
}

/* ---------- Buttons ---------- */
.btn-heo {
  display: inline-block;
  background: #e72984;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  padding: 13px 32px;
  border-radius: 50px;
  border: 2px solid #e72984;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-heo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--heading);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s ease;
  z-index: -1;
  border-radius: 50px;
}

.btn-heo:hover {
  color: #fff;
  border-color: var(--heading);
}

.btn-heo:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-heo.btn-orange {
  background: var(--orange);
  border-color: var(--orange);
}

.btn-heo.btn-outline {
  background: transparent;
  color: var(--heading);
  border-color: var(--heading);
}

.btn-heo.btn-outline:hover {
  color: #fff;
}

/* =========================================================
   TOP HEADER BAR
   ========================================================= */
.top-header {
  background: var(--heading);
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  padding: 9px 0;
}

.top-header a {
  color: rgba(255, 255, 255, .85);
}

.top-header a:hover {
  color: var(--yellow);
}

.top-lang {
  position: relative;
  cursor: pointer;
}

.top-lang>span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.top-lang img {
  width: 20px;
  border-radius: 2px;
}

.top-lang-menu {
  position: absolute;
  top: 130%;
  left: 0;
  min-width: 160px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .3s ease;
  z-index: 50;
}

.top-lang:hover .top-lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-lang-menu a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 16px;
  color: var(--body);
  font-size: 14px;
}

.top-lang-menu a:hover {
  background: var(--light);
  color: var(--main);
}

.top-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 600;
}

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar-area {
  background: #fff;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 8px 30px rgba(14, 43, 61, .08);
  animation: slideDown .5s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar {
  padding: 16px 0;
}

/* header CTA pill button (Pay Online) */
.nav-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e72984;
  color: #fff;
  font-family: 'Rancho', cursive;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .3px;
  padding: 5px 6px 5px 22px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(231, 41, 132, .28);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.nav-cta-ico {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #e72984;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform .3s ease;
}

.nav-cta:hover {
  color: #fff;
  background: #d0206f;
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(231, 41, 132, .35);
}

.nav-cta:hover .nav-cta-ico {
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .nav-cta {
    display: none;
  }
}

/* staggered-lines "More" menu with hover dropdown */
.nav-more {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-more-toggle {
  display: inline-flex;
  align-items: center;
  padding: 8px 6px;
}

.more-ico {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
}

.more-ico span {
  display: block;
  height: 2.5px;
  border-radius: 2px;
  background: #3A3D72;
  transition: background .3s ease, width .3s ease;
}

.more-ico span:nth-child(1) {
  width: 60%;
}

.more-ico span:nth-child(2) {
  width: 100%;
}

.more-ico span:nth-child(3) {
  width: 45%;
}

.nav-more:hover .more-ico span {
  background: #e72984;
}

.more-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-radius: 0 0 12px 12px;
  border-top: 3px solid #e72984;
  box-shadow: 0 15px 40px rgba(14, 43, 61, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  z-index: 1000;
}

.nav-more:hover .more-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.more-menu li a {
  display: block;
  padding: 9px 22px;
  font-size: 20px;
  font-family: 'Rancho', cursive;
  font-weight: 400;
  color: #3A3D72;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, padding .2s ease;
}

.more-menu li a:hover {
  background: var(--light);
  color: #e72984;
  padding-left: 28px;
}

/* mobile: hide the icon, show submenu items inline after Contact */
@media (max-width: 991px) {
  .nav-more-toggle {
    display: none;
  }

  .more-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    padding: 0;
    border-top: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }

  .more-menu li a {
    padding: 8px 0;
    font-family: 'Rancho', cursive;
    font-weight: 400;
    font-size: 22px;
    color: #3A3D72;
    margin: 4px 0;
  }

  .more-menu li a:hover {
    background: transparent;
    padding-left: 0;
    color: #e72984;
  }
}

.nav-messages {
  position: relative;
}

.messages-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 1000;
}

.nav-messages:hover .messages-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.messages-menu li a {
  display: block;
  padding: 9px 22px;
  font-size: 20px;
  font-family: 'Rancho', cursive;
  font-weight: 400;
  color: #3A3D72;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, padding .2s ease;
}

.messages-menu li a:hover {
  background: var(--light);
  color: #e72984;
  padding-left: 28px;
}

@media (max-width: 991px) {
  .nav-messages>.nav-link {
    display: none;
  }

  .messages-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }

  .messages-menu li a {
    padding: 8px 0;
    font-family: 'Rancho', cursive;
  }

  .messages-menu li a:hover {
    background: transparent;
    padding-left: 0;
    color: #e72984;
  }
}

.navbar-brand {
  display: flex;
  flex-direction: column;
}

.navbar-brand .brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-brand img {
  max-height: 64px;
}

.navbar-brand .brand-name {
  font-family: 'Rancho', cursive;
  font-weight: 500;
  text-transform: uppercase;
  color: #3A3D72;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: .5px;
  max-width: 280px;
}

.navbar-brand .brand-tagline {
  margin-top: 3px;
  font-size: 11px;
  font-style: italic;
  color: #6b6d94;
}

.navbar .nav-link {
  font-family: 'Rancho', cursive;
  font-weight: 400;
  color: #3A3D72 !important;
  font-size: 22px;
  margin: 0 14px;
  position: relative;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--main);
  transition: width .3s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-item.active .nav-link::after {
  width: 100%;
  background: #e72984;
}

.navbar .nav-more .nav-more-toggle::after {
  display: none;
}

.navbar .nav-link:hover,
.navbar .nav-item.active .nav-link {
  color: #e72984 !important;
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 12px 0;
  box-shadow: 0 15px 40px rgba(14, 43, 61, .12);
  border-top: 3px solid var(--main);
  min-width: 220px;
}

.navbar .dropdown-item {
  font-family: var(--font-head);
  font-weight: 500;
  color: var(--heading);
  padding: 8px 22px;
  font-size: 15px;
}

.navbar .dropdown-item:hover {
  background: var(--light);
  color: var(--main);
  padding-left: 28px;
}

.nav-btns {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* =========================================================
   HERO SLIDER
   ========================================================= */
.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  background: linear-gradient(135deg, #eafaf6 0%, #f3f6ff 100%);
  padding: 90px 0 60px;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.hero-slide>.container {
  width: 100%;
}

.main-banner-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-slide .bg-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  display: block;
  vertical-align: bottom;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 40px 0;
}

.hero-content .tag {
  display: inline-block;
  color: var(--orange);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
  opacity: 0;
}

.hero-content h1 {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0;
}

.hero-content h1 span {
  color: var(--main);
}

.hero-content p {
  font-size: 17px;
  max-width: 540px;
  margin-bottom: 32px;
  opacity: 0;
}

.hero-content .hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
}

.hero-image {
  position: relative;
  z-index: 3;
  text-align: center;
}

.hero-image>img {
  position: relative;
  z-index: 3;
  opacity: 0;
}

/* soft framed photo for photographic banner slides */
.hero-image>img.hero-photo {
  border-radius: 28px;
  border: 8px solid #fff;
  box-shadow: 0 30px 60px rgba(14, 43, 61, .22);
  max-width: 100%;
}

/* small decorative shapes scattered across the whole banner */
.hero-slide .banner-shape {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  max-width: none;
}

.hero-slide .bs-1 {
  top: 18%;
  left: 6%;
  width: 78px !important;
  animation: floatX 7s ease-in-out infinite;
}

.hero-slide .bs-2 {
  bottom: 16%;
  left: 14%;
  width: 64px !important;
  animation: rotate360 9s linear infinite;
}

.hero-slide .bs-3 {
  top: 12%;
  right: 44%;
  width: 57px !important;
  animation: floatY 5s ease-in-out infinite;
}

.hero-slide .bs-4 {
  bottom: 20%;
  left: 46%;
  width: 72px !important;
  animation: floatY 6s ease-in-out infinite .5s;
}

.hero-slide .bs-5 {
  top: 10%;
  right: 6%;
  width: 85px !important;
  animation: rotate360 14s linear infinite reverse;
}

.hero-slide .bs-6 {
  bottom: 14%;
  right: 10%;
  width: 68px !important;
  animation: floatX 8s ease-in-out infinite;
}

/* slider active animations */
.owl-item.active .hero-content .tag {
  animation: fadeInUp .8s .2s forwards;
}

.owl-item.active .hero-content h1 {
  animation: fadeInUp .8s .4s forwards;
}

.owl-item.active .hero-content p {
  animation: fadeInUp .8s .6s forwards;
}

.owl-item.active .hero-content .hero-btns {
  animation: fadeInUp .8s .8s forwards;
}

.owl-item.active .hero-image>img {
  animation: fadeInRight 1s .5s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-22px);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-26px);
  }
}

@keyframes floatX {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(18px, -14px);
  }
}

/* Owl nav for hero */
.hero-slider .owl-nav {
  margin: 0;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--heading) !important;
  font-size: 22px !important;
  box-shadow: 0 8px 25px rgba(14, 43, 61, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.hero-slider .owl-nav button.owl-prev {
  left: 25px;
}

.hero-slider .owl-nav button.owl-next {
  right: 25px;
}

.hero-slider .owl-nav button:hover {
  background: var(--main) !important;
  color: #fff !important;
}

/* =========================================================
   WHO WE ARE
   ========================================================= */
#about {
  background-color: #e72984;
  background-image: url('../img/who-we-are-shapes.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* wavy shape divider at the bottom of Who We Are */
.shape-divider-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

.shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
  transform: scaleY(-1);
}

.shape-divider-bottom .elementor-shape-fill {
  fill: #ffffff;
}

/* white text + arrows on the pink Who We Are background */
#about .who-content,
#about .who-content p,
#about .section-title span,
#about .section-title h2 {
  color: #fff;
}

#about .section-title span .title-arrow {
  filter: brightness(0) invert(1);
}

/* Read More: white outline, transparent, keep slide hover */
#about .btn-heo {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

#about .btn-heo:hover {
  color: #fff;
  border-color: #fff;
}

.who-img {
  position: relative;
}

.who-img img.main {
  border-radius: 16px;
}

.who-img .who-shape {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 130px;
  z-index: -1;
  animation: spin 20s linear infinite;
}

.who-img .exp-badge {
  position: absolute;
  left: -22px;
  bottom: 40px;
  background: var(--orange);
  color: #fff;
  border-radius: 16px;
  padding: 18px 26px;
  box-shadow: 0 18px 40px rgba(255, 124, 92, .35);
}

.who-img .exp-badge strong {
  font-family: var(--font-head);
  font-size: 40px;
  display: block;
  line-height: 1;
  color: #fff;
}

/* Who We Are — large rounded photo with offset color block (los-ninos style) */
.who-photo-wrap {
  position: relative;
  max-width: 480px;
}

.who-block {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 100%;
  height: 100%;
  background: var(--light);
  border-radius: 28px;
  z-index: 0;
}

.who-photo {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(14, 43, 61, .16);
}

.who-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3.4;
}

.who-photo-wrap .who-shape {
  position: absolute;
  z-index: 2;
  width: 66px;
  height: auto;
}

.who-photo-wrap .sp-1 {
  top: -18px;
  right: 18%;
  animation: floatY 5s ease-in-out infinite;
}

.who-photo-wrap .sp-2 {
  bottom: -18px;
  right: -18px;
  width: 76px;
  animation: floatX 7s ease-in-out infinite;
}

.who-badge {
  position: absolute;
  z-index: 3;
  right: -22px;
  bottom: 30px;
  background: var(--main);
  color: #fff;
  border-radius: 20px;
  padding: 20px 26px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(14, 43, 61, .25);
}

.who-badge strong {
  font-family: var(--font-head);
  font-size: 34px;
  display: block;
  line-height: 1;
  color: #fff;
}

.who-badge span {
  font-size: 13px;
  display: block;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .who-photo-wrap {
    max-width: 100%;
    margin: 0 auto;
  }

  .who-block {
    top: -14px;
    left: -14px;
  }
}

/* ---- Power of ECE: floating shapes + rotating awards badge ---- */
.power-img {
  position: relative;
}

.power-img .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 618 537' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M376.743 59.9975C362.236 51.7246 347.691 43.3791 332.639 35.7593C303.007 20.7737 272.178 7.31214 239.462 1.688C192.965 -6.33092 175.966 17.3173 111.466 8.34249C-22.2933 -10.2694 10.8808 127.216 2.46625 194.343C-2.35762 232.804 -2.03646 273.037 21.4663 303.843C41.1608 329.677 67.4351 343.055 94.855 359.165C121.477 374.804 144.617 394.216 160.249 421.575C173.923 445.523 178.747 474.115 194.923 496.467C218.39 528.833 262.53 541.532 302.028 535.4C331.116 530.865 351.101 510.364 375.8 496.358C400.391 482.424 426.506 471.394 452.438 460.218C493.822 442.366 535.822 423.389 568.791 392.62C611.807 352.489 625.989 299.694 613.73 242.945C604.046 198.17 575.538 150.818 531.796 133.22C496.687 119.105 462.014 103.793 427.884 87.5014C410.257 79.1196 393.5 69.5767 376.743 59.9975Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 618 537' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M376.743 59.9975C362.236 51.7246 347.691 43.3791 332.639 35.7593C303.007 20.7737 272.178 7.31214 239.462 1.688C192.965 -6.33092 175.966 17.3173 111.466 8.34249C-22.2933 -10.2694 10.8808 127.216 2.46625 194.343C-2.35762 232.804 -2.03646 273.037 21.4663 303.843C41.1608 329.677 67.4351 343.055 94.855 359.165C121.477 374.804 144.617 394.216 160.249 421.575C173.923 445.523 178.747 474.115 194.923 496.467C218.39 528.833 262.53 541.532 302.028 535.4C331.116 530.865 351.101 510.364 375.8 496.358C400.391 482.424 426.506 471.394 452.438 460.218C493.822 442.366 535.822 423.389 568.791 392.62C611.807 352.489 625.989 299.694 613.73 242.945C604.046 198.17 575.538 150.818 531.796 133.22C496.687 119.105 462.014 103.793 427.884 87.5014C410.257 79.1196 393.5 69.5767 376.743 59.9975Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.power-img img.main {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.power-img .img-wrap {
  transition: transform .2s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
}

.power-img .about-rotate-shape {
  position: absolute;
  z-index: 0;
  inset: -6%;
  width: 112%;
  height: 112%;
  max-width: none;
  object-fit: contain;
  animation: spin 25s linear infinite;
  opacity: .9;
}

.power-img .sp-1 {
  position: absolute;
  top: -26px;
  left: -26px;
  right: auto;
  bottom: auto;
  width: 70px;
  animation: floatY 5s ease-in-out infinite;
}

.power-img .sp-2 {
  position: absolute;
  bottom: -28px;
  right: -26px;
  left: auto;
  top: auto;
  width: 80px;
  animation: floatX 7s ease-in-out infinite;
}

.awards-badge {
  position: absolute;
  left: -36px;
  bottom: 36px;
  z-index: 3;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 45px rgba(14, 43, 61, .18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards-badge .awards-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 16s linear infinite;
}

.awards-badge .awards-ring text {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 8.5px;
  letter-spacing: .5px;
  fill: var(--main);
  text-transform: uppercase;
}

.awards-badge .awards-core {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--main);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.awards-badge .awards-core strong {
  font-family: var(--font-head);
  font-size: 30px;
  color: #fff;
}

.awards-badge .awards-core span {
  font-size: 12px;
  font-family: var(--font-head);
  font-weight: 500;
  margin-top: 2px;
}

.who-content p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8;
}

.hm-photo-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(58, 61, 114, .18);
  margin-bottom: 24px;
}

.hm-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .hm-photo-wrap {
    margin-bottom: 10px;
  }
}

.wtp-section .who-content.text-start {
  text-align: left;
}

.hm-video-wrap {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(58, 61, 114, .18);
}

.hm-video {
  width: 100%;
  display: block;
  max-height: 560px;
  background: #000;
}

.bfp-section .who-title-wrap>p,
.bfp-content>p,
.bfp-acc-body p,
.choose-section .section-desc,
.choose-text p,
.no-burden .col-lg-5>p {
  font-size: 16px;
  line-height: 1.8;
}

.bfp-section .who-title-wrap {
  margin-bottom: 0;
}

.bfp-section .who-title-wrap>p {
  margin-top: 24px;
}

.who-list {
  list-style: none;
  margin: 24px 0 30px;
}

.who-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 14px;
  font-size: 17px;
}

.who-list li .num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--light);
  color: var(--main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  border: 2px solid rgba(26, 182, 157, .25);
}

/* =========================================================
   CLASSES
   ========================================================= */
.class-section {
  position: relative;
  overflow: hidden;
}

.class-bg-shape {
  position: absolute;
  pointer-events: none;
  opacity: .5;
}

.class-bg-shape.s1 {
  top: 60px;
  left: 30px;
  width: 70px;
  animation: bounceY 6s ease-in-out infinite;
}

.class-bg-shape.s2 {
  bottom: 60px;
  right: 40px;
  width: 90px;
  animation: spin 22s linear infinite;
}

.class-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  box-shadow: 0 10px 35px rgba(14, 43, 61, .07);
  transition: transform .4s ease, box-shadow .4s ease;
  margin-bottom: 30px;
  position: relative;
}

.class-card .class-img {
  border-radius: 12px;
}

.class-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(14, 43, 61, .13);
}

.class-card .class-img {
  position: relative;
  overflow: hidden;
}

.class-card .class-img img {
  width: 100%;
  transition: transform .6s ease;
}

.class-card:hover .class-img img {
  transform: scale(1.07);
}

.class-card .price {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--main);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 15px;
}

.class-card .class-body {
  padding: 22px 12px 10px;
}

#classes .col-lg-4:nth-child(1) .class-card {
  background: #FE5D37;
}

#classes .col-lg-4:nth-child(1) .class-card h3 a,
#classes .col-lg-4:nth-child(1) .class-card p,
#classes .col-lg-4:nth-child(1) .class-card .class-meta li,
#classes .col-lg-4:nth-child(1) .class-card .join {
  color: #fff;
}

#classes .col-lg-4:nth-child(1) .class-card .class-meta li i {
  color: #fff;
}

#classes .col-lg-4:nth-child(1) .class-card .class-meta {
  border-top-color: rgba(255, 255, 255, .3);
}

#classes .col-lg-4:nth-child(1) .class-card .price {
  background: #fff;
  color: #FE5D37;
}

#classes .col-lg-4:nth-child(2) .class-card {
  background: #fff4ef;
}

#classes .col-lg-4:nth-child(3) .class-card {
  background: #fdeef4;
}

.class-card h3 {
  font-size: 23px;
  margin-bottom: 12px;
}

.class-card h3 a {
  color: var(--heading);
}

.class-card h3 a:hover {
  color: var(--main);
}

.class-meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 16px 0 20px;
  padding-top: 16px;
  border-top: 1px dashed #e2e9ee;
}

.class-meta li {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--body);
}

.class-meta li i {
  color: var(--orange);
}

.class-card .join {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--main);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.class-card .join:hover {
  gap: 14px;
  color: var(--main-dark);
}

/* =========================================================
   CORE VALUES
   ========================================================= */
.values-section {
  position: relative;
  overflow: hidden;
}

.core-title {
  position: relative;
}

.core-title-shape {
  position: absolute;
  top: 50%;
  left: calc(50% + 360px);
  width: 92px;
  transform: translateY(-50%);
  animation: coreFloat 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes coreFloat {

  0%,
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }

  50% {
    transform: translateY(-64%) translateX(10px) rotate(6deg);
  }
}

@media (max-width: 767px) {
  .core-title-shape {
    display: none;
  }
}

.core-title-shape-left {
  left: auto;
  right: calc(50% + 360px);
  animation: coreFloatLeft 4s ease-in-out infinite;
}

@keyframes coreFloatLeft {

  0%,
  100% {
    transform: translateY(-50%) translateX(0) scaleX(-1) rotate(0deg);
  }

  50% {
    transform: translateY(-64%) translateX(-10px) scaleX(-1) rotate(6deg);
  }
}

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

.values-section .value-shape.v2 {
  z-index: 0;
}

.value-img {
  position: relative;
}

.value-img img.main {
  position: relative;
  z-index: 2;
}

.value-shape {
  position: absolute;
  pointer-events: none;
}

.value-shape.v1 {
  top: 0;
  left: 10%;
  width: 70px;
  animation: bounceY 5s ease-in-out infinite;
}

.value-shape.v2 {
  bottom: 10%;
  left: -10px;
  width: 60px;
  animation: spin 16s linear infinite;
}

.value-shape.v3 {
  top: 20%;
  right: 0;
  width: 80px;
  animation: bounceY 6s ease-in-out infinite;
}

.value-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.value-item .v-num {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--light);
  color: var(--main);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease;
}

.value-item:hover .v-num {
  background: var(--main);
  color: #fff;
  transform: rotate(-8deg);
}

.value-item:nth-child(2) .v-num {
  color: var(--orange);
}

.value-item:nth-child(2):hover .v-num {
  background: var(--orange);
}

.value-item:nth-child(3) .v-num {
  color: var(--pink);
}

.value-item:nth-child(3):hover .v-num {
  background: var(--pink);
}

.value-item h4 {
  font-size: 22px;
  margin-bottom: 8px;
}

/* ---- Core Value cards (Little Sprouts style: overlapping fanned tiles) ---- */
.value-cards-fan {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  flex-wrap: nowrap;
  max-width: 100%;
}

.value-card {
  flex: 0 0 385px;
  max-width: 385px;
  border-radius: 28px;
  padding: 34px 30px 30px;
  position: relative;
  color: #fff;
  will-change: transform;
  box-shadow: 0 22px 45px rgba(14, 43, 61, .18);
  transition: transform .4s ease, box-shadow .4s ease;
}

.value-card:not(:first-child) {
  margin-left: -116px;
}

.vc-blue {
  background: #e72984;
}

.vc-orange {
  background: #ea512e;
}

.vc-green {
  background: #93c83e;
}

.vc-purple {
  background: #be4fd9;
}

/* fanned tilt + stagger + layering */
.value-cards-fan>.value-card:nth-child(1) {
  transform: rotate(-5deg) translateY(24px);
  z-index: 1;
}

.value-cards-fan>.value-card:nth-child(2) {
  transform: rotate(3deg) translateY(8px);
  z-index: 2;
}

.value-cards-fan>.value-card:nth-child(3) {
  transform: rotate(-3deg) translateY(16px);
  z-index: 3;
}

.value-cards-fan>.value-card:nth-child(4) {
  transform: rotate(5deg) translateY(0);
  z-index: 4;
}

.value-card:hover {
  z-index: 20 !important;
  box-shadow: 0 34px 65px rgba(14, 43, 61, .26);
  animation: cardBounce .6s ease;
}

.value-cards-fan>.value-card:nth-child(1):hover {
  animation: cardBounce1 .6s ease forwards;
}

.value-cards-fan>.value-card:nth-child(2):hover {
  animation: cardBounce2 .6s ease forwards;
}

.value-cards-fan>.value-card:nth-child(3):hover {
  animation: cardBounce3 .6s ease forwards;
}

.value-cards-fan>.value-card:nth-child(4):hover {
  animation: cardBounce4 .6s ease forwards;
}

@keyframes cardBounce1 {
  0% {
    transform: rotate(-5deg) translateY(24px);
  }

  40% {
    transform: rotate(0deg) translateY(-16px) scale(1.05);
  }

  70% {
    transform: rotate(0deg) translateY(2px) scale(1.02);
  }

  100% {
    transform: rotate(0deg) translateY(-8px) scale(1.04);
  }
}

@keyframes cardBounce2 {
  0% {
    transform: rotate(3deg) translateY(8px);
  }

  40% {
    transform: rotate(0deg) translateY(-16px) scale(1.05);
  }

  70% {
    transform: rotate(0deg) translateY(2px) scale(1.02);
  }

  100% {
    transform: rotate(0deg) translateY(-8px) scale(1.04);
  }
}

@keyframes cardBounce3 {
  0% {
    transform: rotate(-3deg) translateY(16px);
  }

  40% {
    transform: rotate(0deg) translateY(-16px) scale(1.05);
  }

  70% {
    transform: rotate(0deg) translateY(2px) scale(1.02);
  }

  100% {
    transform: rotate(0deg) translateY(-8px) scale(1.04);
  }
}

@keyframes cardBounce4 {
  0% {
    transform: rotate(5deg) translateY(0);
  }

  40% {
    transform: rotate(0deg) translateY(-16px) scale(1.05);
  }

  70% {
    transform: rotate(0deg) translateY(2px) scale(1.02);
  }

  100% {
    transform: rotate(0deg) translateY(-8px) scale(1.04);
  }
}

.value-card .vc-text {
  padding: 6px 6px 0;
  min-height: 176px;
}

.value-card h4 {
  color: #fff;
  font-size: 27px;
  margin-bottom: 14px;
}

.value-card p {
  color: rgba(255, 255, 255, .96);
  font-size: 15px;
  margin: 0;
}

.value-card .vc-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 6px;
}

.value-card .vc-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.value-card .vc-sticker {
  position: absolute;
  top: -22px;
  right: 16px;
  z-index: 2;
  font-size: 52px;
  line-height: 1;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .18));
  animation: bounceY 4s ease-in-out infinite;
}

.value-cards-fan>.value-card:nth-child(2) .vc-sticker {
  animation-delay: .6s;
}

.value-cards-fan>.value-card:nth-child(3) .vc-sticker {
  animation-delay: 1.2s;
}

.value-cards-fan>.value-card:nth-child(4) .vc-sticker {
  animation-delay: .3s;
}

@media (max-width: 991px) {
  .value-cards-fan {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 20px;
  }

  .value-card {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .value-card:not(:first-child) {
    margin-left: 0;
  }

  .value-cards-fan>.value-card:nth-child(n) {
    transform: none;
  }

  .value-card:hover {
    transform: translateY(-8px) scale(1.03) !important;
  }
}

/* =========================================================
   TEACHERS
   ========================================================= */
#teachers {
  background: #3100DE12;
  position: relative;
  overflow: hidden;
}

.team-dots {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1180px;
  height: auto;
  opacity: .85;
  pointer-events: none;
  z-index: 5;
  will-change: transform;
}

.team-dots-home {
  position: absolute;
  top: 40px;
  left: 45%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1180px;
  height: auto;
  opacity: .85;
  pointer-events: none;
  z-index: 5;
  will-change: transform;
}

#teachers .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .team-dots {
    display: none;
  }

  .team-dots-home {
    display: none;
  }
}

.teacher-card {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 30px;
  padding: 25px;
}

.teacher-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  border: 1px solid #E4E1DB;
  border-radius: 22px;
}

.teacher-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: var(--orange);
  opacity: 0;
  z-index: -2;
  transition: transform .45s ease, opacity .45s ease;
  pointer-events: none;
}

.teacher-card:hover::after {
  opacity: 1;
  transform: translate(10px, 10px);
}

.teacher-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.teacher-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.teacher-card:hover .teacher-img img {
  transform: scale(1.06);
}

.teacher-img .social {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background: linear-gradient(transparent, rgba(14, 43, 61, .55));
  transition: bottom .4s ease;
}

.teacher-card:hover .teacher-img .social {
  bottom: 0;
}

.teacher-img .social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--heading);
  display: flex;
  align-items: center;
  justify-content: center;
}

.teacher-img .social a:hover {
  background: var(--main);
  color: #fff;
  transform: translateY(-4px);
}

.teacher-info {
  padding-top: 18px;
}

.teacher-info h3 {
  font-size: 18px;
  margin-bottom: 2px;
}

.teacher-info span {
  color: var(--orange);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
}

.teacher-info p {
  color: var(--orange);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  min-height: 45px;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testi-section {
  background: var(--light);
  position: relative;
  overflow: hidden;
}

.testi-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px 34px;
  box-shadow: 0 12px 40px rgba(14, 43, 61, .06);
  margin: 12px;
  position: relative;
}

.testi-card .quote-mark {
  font-size: 60px;
  color: rgba(26, 182, 157, .15);
  font-family: Georgia, serif;
  line-height: .4;
}

.testi-card p {
  font-size: 16px;
  margin: 8px 0 24px;
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testi-person img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--light);
}

.testi-person h4 {
  font-size: 19px;
  margin: 0;
}

.testi-person span {
  color: var(--main);
  font-size: 14px;
  font-family: var(--font-head);
  font-weight: 600;
}

.testi-person .stars {
  color: var(--yellow);
  font-size: 13px;
  margin-top: 2px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(26, 182, 157, .3);
  transition: all .3s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--main);
  width: 28px;
  border-radius: 6px;
}

/* =========================================================
   EVENTS
   ========================================================= */
.event-item {
  display: flex;
  align-items: center;
  gap: 26px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(14, 43, 61, .06);
  margin-bottom: 30px;
  transition: transform .4s ease, box-shadow .4s ease;
}

.event-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(14, 43, 61, .12);
}

.event-thumb {
  position: relative;
  flex-shrink: 0;
  width: 200px;
  overflow: hidden;
}

.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.event-item:hover .event-thumb img {
  transform: scale(1.08);
}

.event-date {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #ea512e;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 8px 14px;
  line-height: 1;
}

.event-date strong {
  font-family: var(--font-head);
  font-size: 24px;
  display: block;
  color: #fff;
}

.event-date small {
  font-size: 12px;
}

.event-body {
  padding: 22px 26px 22px 0;
}

.event-body h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.event-body h3 a {
  color: var(--heading);
}

.event-body h3 a:hover {
  color: var(--main);
}

.event-meta {
  list-style: none;
}

.event-meta li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.event-meta li i {
  color: var(--orange);
}

/* =========================================================
   BLOG
   ========================================================= */
#blog {
  position: relative;
  overflow: hidden;
}

.blog-card {
  background: #fff;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(14, 43, 61, .07);
  margin-bottom: 30px;
  transition: transform .4s ease, box-shadow .4s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(14, 43, 61, .13);
}

.blog-thumb {
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  transition: transform .6s ease;
}

.blog-card:hover .blog-thumb img {
  transform: scale(1.07);
}

.blog-body {
  padding: 24px 20px 28px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 12px;
}

.blog-meta li,
.blog-meta span {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--body);
}

.blog-meta i {
  color: var(--main);
}

.blog-meta a {
  color: var(--body);
}

.blog-meta a:hover {
  color: var(--main);
}

.blog-body h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.blog-body h3 a {
  color: var(--heading);
}

.blog-body h3 a:hover {
  color: var(--main);
}

.blog-body .read {
  font-family: var(--font-head);
  font-weight: 600;
  color: #e72984;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.blog-body .read:hover {
  gap: 14px;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: url('../img/footer-bg.jpg') center top / cover no-repeat, var(--heading);
  color: rgba(255, 255, 255, .85);
  padding: 150px 0 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* teal gradient overlay on top of the photo */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(120deg, #3a3d72ee 40%, #3a3d7299 80%);
}

/* white wavy top edge */
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' opacity='0.33' d='M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z'/%3E%3Cpath fill='%23ffffff' opacity='0.66' d='M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z'/%3E%3Cpath fill='%23ffffff' d='M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z'/%3E%3C/svg%3E") top center / 100% 100px no-repeat;
}

.footer h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 26px;
  font-weight: 500;
}

.footer .f-about p {
  margin: 0 0 22px;
  font-size: 13px;
}

.footer .f-tagline {
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .85);
  font-style: italic;
}

.footer-logo {
  max-height: 44px;
}

.brand-logo-full {
  max-height: 60px;
  width: auto;
}

.footer-brand .brand-logo-full {
  max-height: 52px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
  text-decoration: none;
}

.footer-brand img {
  max-height: 90px;
}

.footer-brand .brand-name {
  color: #fff;
  font-weight: 500;
}

/* Rancho cursive for footer brand name, links & contact */
.footer-brand .brand-name,
.footer .f-links a,
.footer .f-contact,
.footer .f-contact a {
  font-family: 'Rancho', cursive;
}

.f-social {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.f-about {
  text-align: center;
}

.f-about .footer-brand {
  justify-content: center;
}

.f-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-social a:hover {
  background: var(--main);
  transform: translateY(-4px);
}

.f-contact {
  list-style: none;
  padding: 0;
}

.f-contact-col h3 {
  padding-left: 0;
}

.f-links-col h3 {
  padding-left: 0;
}

.f-contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 18px;
}

.f-contact li i {
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}

.f-contact a {
  color: #fff;
}

.f-contact a:hover {
  color: #fff;
}

.f-links {
  list-style: none;
  padding: 0;
}

.f-links li {
  margin-bottom: 12px;
}

.f-links a {
  color: #fff;
  position: relative;
  padding-left: 18px;
  font-size: 18px;
}

.f-links a::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #fff;
}

.f-links a:hover {
  color: #fff;
  padding-left: 24px;
}

.f-links-2col {
  column-count: 2;
  column-gap: 40px;
}

.f-links-2col li {
  break-inside: avoid;
}

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

.f-gallery a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
}

.f-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .5s ease;
}

.f-gallery a:hover img {
  transform: scale(1.12);
}

.footer-bottom {
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
}

.footer-bottom a {
  color: var(--main);
}

/* back to top */
.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e72984;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .35s ease;
  z-index: 99;
  cursor: pointer;
  border: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--heading);
}

/* ---------- Photo Gallery ---------- */
.gallery-section {
  background: #fef6ef;
}

/* floating mobile beside the Moment From Classes title */
.gallery-title {
  position: relative;
}

.gallery-title-shape {
  position: absolute;
  top: 50%;
  right: calc(50% + 360px);
  width: 110px;
  transform: translateY(-50%);
  animation: galleryFloat 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes galleryFloat {

  0%,
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }

  50% {
    transform: translateY(-60%) translateX(-8px) rotate(-5deg);
  }
}

@media (max-width: 991px) {
  .gallery-title-shape {
    display: none;
  }
}

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

.g-cell {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
}

.g-cell::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: 14px;
  bottom: 14px;
  border: 2px dashed transparent;
  border-radius: 18px;
  transition: border-color .35s ease;
  z-index: 0;
}

.g-cell .g-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .4s ease, box-shadow .4s ease;
}

.g-cell .g-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(231, 41, 132, .55);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.g-cell .g-overlay i {
  color: #fff;
  font-size: 34px;
}

.g-cell:hover::before {
  border-color: #e72984;
}

.g-cell:hover .g-item {
  transform: translate(8px, 8px);
  box-shadow: 0 14px 30px rgba(231, 41, 132, .18);
}

.g-cell:hover .g-overlay {
  opacity: 1;
  transform: translate(8px, 8px);
}

.g-cell .g-overlay {
  transition: opacity .4s ease, transform .4s ease;
}

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

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .hero-content {
    text-align: center;
    padding-top: 10px;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content .hero-btns {
    justify-content: center;
  }

  .hero-image {
    margin-top: 30px;
  }

  .hero-slide {
    min-height: auto;
    padding: 60px 0;
  }

  .navbar-collapse {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    margin-top: 12px;
    box-shadow: 0 15px 40px rgba(14, 43, 61, .1);
  }

  .navbar .nav-link {
    margin: 4px 0;
  }

  .nav-btns {
    margin-top: 14px;
  }

  .who-photo-wrap {
    margin-bottom: 40px;
  }

  .value-img {
    margin-bottom: 40px;
  }

  .hero-slider .owl-nav button.owl-prev {
    left: 10px;
  }

  .hero-slider .owl-nav button.owl-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 40px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .event-item {
    flex-direction: column;
    align-items: stretch;
  }

  .event-thumb {
    width: 100%;
    height: 200px;
  }

  .event-body {
    padding: 0 24px 24px;
  }

  .top-header {
    text-align: center;
  }

  .top-header .justify-content-end {
    justify-content: center !important;
    margin-top: 6px;
  }
}

@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .hero-slide .banner-shape {
    display: none;
  }
}

/* =========================================================
   PAGE BANNER (inner pages)
   ========================================================= */
.page-banner {
  position: relative;
  background-color: #e72984;
  background-image: url('../img/about-us.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0 120px;
  text-align: center;
  overflow: hidden;
}

.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left top, #e02d6e, #7475b4, #23aae8);
  background: linear-gradient(to bottom right, #e02d6e, #7475b4, #23aae8);
  opacity: 0.5;
  z-index: 1;
}

.page-banner h1 {
  color: #fff;
  font-size: 54px;
  margin-bottom: 14px;
}

.page-banner .breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 17px;
  color: rgba(255, 255, 255, .92);
}

.page-banner .breadcrumb-nav a {
  color: #fff;
}

.page-banner .breadcrumb-nav a:hover {
  color: #ffe1ef;
}

.page-banner .breadcrumb-nav i {
  font-size: 11px;
  opacity: .8;
}

.page-banner .breadcrumb-nav .current {
  color: #ffd6e9;
}

.page-banner .pb-shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: .9;
}

.page-banner .pb-shape-1 {
  width: 70px;
  top: 26px;
  left: 8%;
}

.page-banner .pb-shape-2 {
  width: 90px;
  bottom: 46px;
  right: 9%;
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

/* Better Future through Play */
.bfp-section>.container>.section-title {
  max-width: 900px;
}

.bfp-media {
  position: relative;
  max-width: 480px;
  height: 100%;
}

.bfp-block {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 100%;
  height: 100%;
  background: var(--main);
  opacity: .12;
  border-radius: 28px;
  z-index: 0;
}

.bfp-photo {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(14, 43, 61, .16);
}

.bfp-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bfp-badge {
  position: absolute;
  z-index: 2;
  right: -22px;
  bottom: 30px;
  background: var(--orange);
  color: #fff;
  border-radius: 20px;
  padding: 20px 26px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(255, 124, 92, .32);
}

.bfp-badge strong {
  font-family: var(--font-head);
  font-size: 34px;
  display: block;
  line-height: 1;
  color: #fff;
}

.bfp-badge span {
  font-size: 13px;
  display: block;
  margin-top: 4px;
  max-width: 140px;
}

.bfp-points {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bfp-points li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.bfp-points h4 {
  font-size: 20px;
  margin: 0 0 6px;
}

.bfp-points p {
  margin: 0;
  font-size: 15px;
}

.bfp-check {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main);
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
}

/* Mission & Vision accordion */
.bfp-accordion {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bfp-acc-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(14, 43, 61, .06);
  overflow: hidden;
}

.bfp-acc-head {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 12px;
  text-align: left;
}

.bfp-acc-num {
  font-family: var(--font-head);
  font-size: 15px;
  color: var(--main);
  flex: 0 0 auto;
}

.bfp-acc-title {
  flex: 1 1 auto;
  font-family: var(--font-head);
  font-size: 19px;
  color: var(--dark);
}

.bfp-acc-toggle {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  color: var(--main);
  font-size: 14px;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}

.bfp-acc-item.active .bfp-acc-toggle {
  background: var(--main);
  color: #fff;
  transform: rotate(135deg);
}

.bfp-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 12px;
}

.bfp-acc-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.bfp-acc-item.active .bfp-acc-body {
  max-height: 400px;
  padding: 0 12px 12px;
}

@media (max-width: 991px) {
  .bfp-media {
    max-width: 100%;
    margin-bottom: 40px;
    height: auto;
  }

  .bfp-photo {
    height: auto;
  }

  .bfp-photo img {
    aspect-ratio: 3/4;
  }

  .bfp-block {
    top: -14px;
    left: -14px;
  }
}

/* What Makes Us Unique */
/* What Makes Us Unique — four-pillars band (los-ninos-ref style) */
.unique-section {
  background-color: #77d1bdf0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.unique-dots {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1180px;
  height: auto;
  opacity: .85;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

@media (max-width: 767px) {
  .unique-dots {
    display: none;
  }
}

.unique-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.unique-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(14, 43, 61, .6);
  margin-bottom: 18px;
}

.unique-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: normal;
  color: var(--heading);
  margin: 0;
}

.unique-title .title-arrow {
  filter: brightness(0);
}

/* Who We Are — match Our Core Philosophy heading style */
.who-title-wrap .who-title {
  display: inline-block;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: normal;
  line-height: 1.25;
  color: #ea512e;
  padding-left: 0;
}

.who-title-wrap .who-title .title-arrow {
  vertical-align: middle;
}

.who-title-wrap .who-title::before {
  display: none;
}

.who-title-wrap .who-title .title-arrow {
  filter: none;
}

.unique-title .title-arrow {
  width: 60px;
  height: auto;
  margin-left: 10px;
  transform: scaleX(-1);
}

.unique-title .title-arrow-left {
  margin-left: 0;
  margin-right: 10px;
  transform: scaleX(1) !important;
}

.choose-section {
  background: #3100DE12;
}

.choose-section .section-title {
  max-width: 720px;
}

.choose-section .who-title {
  white-space: nowrap;
}

.choose-section .section-title .section-desc {
  margin-top: 24px;
}

.no-burden.bg-light-tint {
  background: #ffffff;
}

.no-burden .section-title {
  margin-bottom: 24px !important;
}

.unique-intro {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(14, 43, 61, .75);
  margin: 22px 0 0;
}

.unique-band {
  background: rgba(255, 255, 255, .22);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.unique-band-2col {
  grid-template-columns: 1fr 1fr;
}

.unique-col-group {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(14, 43, 61, .18);
}

.unique-col-group .unique-col {
  border-left: none;
}

.unique-col-group .unique-col:first-child {
  border-bottom: 1px solid rgba(14, 43, 61, .18);
}

.unique-band-2col>.unique-col-group:first-child {
  border-left: none;
}

.unique-col {
  padding: 46px 34px;
  text-align: center;
  border-left: 1px solid rgba(14, 43, 61, .18);
}

.unique-col:first-child {
  border-left: none;
}

.unique-col h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--heading);
  margin: 0 0 22px;
}

.unique-col p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(14, 43, 61, .8);
  margin: 0;
}

@media (max-width: 767px) {
  .unique-band {
    grid-template-columns: 1fr;
  }

  .unique-col {
    border-left: none;
    border-top: 1px solid rgba(14, 43, 61, .18);
  }

  .unique-col:first-child {
    border-top: none;
  }

  .unique-col-group {
    border-left: none;
  }

  .unique-col-group .unique-col:first-child {
    border-top: none;
  }

  .unique-band-2col>.unique-col {
    border-top: 1px solid rgba(14, 43, 61, .18);
  }
}

/* Mission & Vision cards */
.mv-card {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 34px;
  box-shadow: 0 18px 46px rgba(14, 43, 61, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px rgba(14, 43, 61, .14);
}

.mv-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 22px;
}

.mv-icon.mv-pink {
  background: #e72984;
}

.mv-icon.mv-navy {
  background: #3A3D72;
}

.mv-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.mv-card p {
  margin: 0;
}

.mv-icon.mv-teal {
  background: var(--main);
}

.mv-icon.mv-orange {
  background: var(--orange);
}

/* Special Attention For Every Child — full pink panel left, plain image right */
.sac-section {
  overflow: hidden;
}

.sac-content {
  background: #e72984;
  height: 100%;
  padding: 70px 55px;
  color: #fff;
}

.sac-content .who-title {
  color: #fff;
}

.sac-content .who-title .title-arrow {
  filter: brightness(0) invert(1);
}

.sac-content .who-title-wrap {
  margin-bottom: 0;
}

.sac-content .section-desc {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.8;
}

.sac-content .section-desc+.section-desc {
  margin-top: 16px;
}

.sac-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.sac-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.sac-text h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #fff;
}

.sac-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, .85);
  margin: 0;
}

.sac-ico {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #e72984;
  background: #fff;
}

.sac-photo {
  height: 100%;
  min-height: 420px;
}

.sac-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .sac-content {
    padding: 50px 30px;
  }

  .sac-photo {
    min-height: 320px;
  }
}

/* Why Families Choose Us — image left / content right */
.choose-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.choose-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.choose-text h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.choose-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.choose-ico {
  position: relative;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: color-mix(in srgb, var(--c) 14%, #fff);
  color: var(--c);
}

.choose-ico::before {
  content: '';
  position: absolute;
  inset: -7px;
  border: 2px dashed var(--c);
  border-radius: 50%;
  animation: chooseSpin 6s linear infinite;
  animation-play-state: paused;
}

.choose-item:hover .choose-ico::before {
  animation-play-state: running;
}

@keyframes chooseSpin {
  to {
    transform: rotate(360deg);
  }
}

.choose-ico.c-teal {
  --c: var(--main);
}

.choose-ico.c-orange {
  --c: var(--orange);
}

.choose-ico.c-navy {
  --c: #3A3D72;
}

.choose-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-blob {
  position: absolute;
  inset: 6% 4%;
  background: var(--light);
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  z-index: 0;
}

.choose-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  box-shadow: 0 30px 60px rgba(14, 43, 61, .16);
}

.choose-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-shape {
  position: absolute;
  z-index: 2;
  width: 74px;
  height: auto;
}

.choose-shape.cs-1 {
  top: -6px;
  right: 8%;
  animation: chooseFloat 5s ease-in-out infinite;
}

.choose-shape.cs-2 {
  bottom: -6px;
  left: 6%;
  width: 64px;
  animation: chooseFloat 6s ease-in-out infinite reverse;
}

@keyframes chooseFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

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

  .choose-list {
    max-width: 520px;
    margin: 0 auto;
  }
}

/* No-Burden Project Policy */
.no-burden .policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.no-burden .policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 26px 28px;
  box-shadow: 0 16px 40px rgba(14, 43, 61, .07);
  transition: transform .35s ease, box-shadow .35s ease;
}

.no-burden .policy-list li:hover {
  transform: translateX(6px);
  box-shadow: 0 20px 48px rgba(14, 43, 61, .12);
}

.policy-ico {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.policy-ico.policy-teal {
  background: var(--main);
}

.policy-ico.policy-orange {
  background: var(--orange);
}

.policy-ico.policy-navy {
  background: #3A3D72;
}

.no-burden .policy-list h4 {
  font-size: 21px;
  margin: 0 0 6px;
}

.no-burden .policy-list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .page-banner {
    padding: 60px 0 90px;
  }

  .page-banner h1 {
    font-size: 38px;
  }

  .mv-card {
    margin-bottom: 24px;
  }

  .no-burden .policy-list li {
    padding: 22px;
    gap: 16px;
  }
}

/* =========================================================
   HOLIDAYS PAGE
   ========================================================= */
.holiday-hero {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, rgba(244, 250, 248, .94), rgba(255, 246, 239, .96)), url('../img/main-banner-bg.jpg') center center / cover no-repeat;
}

.holiday-hero-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
  padding: 84px 0;
}

.holiday-hero-content span {
  display: inline-block;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 42px;
  color: #ea512e;
  margin-bottom: 8px;
}

.holiday-hero-content h1 {
  font-size: 58px;
  margin-bottom: 16px;
}

.holiday-hero-content p {
  max-width: 560px;
  font-size: 17px;
  margin: 0;
}

.holiday-hero-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.holiday-hero-shape-1 {
  right: 9%;
  bottom: 38px;
  width: 130px;
  animation: floatY 4.8s ease-in-out infinite;
}

.holiday-hero-shape-2 {
  right: 24%;
  top: 58px;
  width: 120px;
  animation: floatX 7s ease-in-out infinite;
}

.holidays-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}

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

.holiday-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.holiday-overview>div {
  background: #fff;
  border: 1px solid rgba(14, 43, 61, .08);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 14px 38px rgba(14, 43, 61, .07);
}

.holiday-overview span {
  display: block;
  color: #e72984;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.holiday-overview strong {
  display: block;
  color: var(--heading);
  font-family: var(--font-head);
  font-size: 34px;
  line-height: 1;
}

.holiday-months {
  column-count: 2;
  column-gap: 34px;
}

.holiday-month-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
  background: transparent;
  overflow: hidden;
  break-inside: avoid;
}

.holiday-month-head {
  position: relative;
  min-height: auto;
  padding: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.holiday-month-head h2 {
  color: #ea512e;
  font-family: 'Pacifico', cursive;
  font-size: 42px;
  font-weight: 400;
  margin: 0;
}

.holiday-list {
  display: block;
  margin-top: 18px;
  padding: 0;
  overflow: hidden;
}

.holiday-item {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 60px;
  align-items: start;
  min-height: auto;
  padding: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: background .3s ease;
}

.holiday-item:last-child {
  border-bottom: 0;
}

.holiday-date {
  display: block;
  margin-bottom: 0;
}

.holiday-date strong {
  display: inline-block;
  color: var(--body);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.holiday-date span {
  display: inline-block;
  margin-left: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--light);
  border: 1px solid rgba(14, 43, 61, .15);
  color: var(--body);
  font-size: 12px;
  font-weight: 500;
  min-width: 92px;
  text-align: center;
}

.holiday-item p {
  margin: 0;
  color: var(--body);
  font-family: var(--font-body);
  ;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .holiday-months {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .holiday-hero-content h1 {
    font-size: 42px;
  }

  .holiday-hero-shape {
    opacity: .45;
  }

  .holiday-overview,
  .holiday-months {
    grid-template-columns: 1fr;
  }

  .holiday-months {
    column-count: 1;
  }

  .holiday-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .holiday-hero {
    min-height: 300px;
  }

  .holiday-hero-content {
    padding: 58px 0;
    text-align: center;
  }

  .holiday-hero-content span {
    font-size: 34px;
  }

  .holiday-hero-content h1 {
    font-size: 36px;
  }

  .holiday-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .holiday-month-head h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .holiday-overview>div {
    padding: 20px;
  }

  .holiday-overview strong {
    font-size: 28px;
  }

  .holiday-month-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .holiday-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, rgba(244, 250, 248, .92), rgba(255, 246, 239, .94)), url('../img/main-banner-bg.jpg') center center / cover no-repeat;
}

.contact-hero-content {
  max-width: 720px;
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.contact-hero-content span,
.contact-section .section-title span {
  display: inline-flex;
  align-items: center;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 42px;
  color: #ea512e;
  padding-left: 0;
}

.contact-section .section-title span::before {
  display: none;
}

.contact-hero-content span {
  display: inline-block;
  margin-bottom: 8px;
}

.contact-hero-content h1 {
  font-size: 56px;
  margin-bottom: 18px;
}

.contact-hero-content p {
  max-width: 620px;
  font-size: 17px;
  margin: 0;
}

.contact-hero-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.contact-hero-shape-1 {
  right: 8%;
  bottom: 28px;
  width: 130px;
  animation: floatY 4.5s ease-in-out infinite;
}

.contact-hero-shape-2 {
  right: 22%;
  top: 52px;
  width: 90px;
  animation: floatY 5.5s ease-in-out infinite reverse;
}

.contact-alert {
  border: 0;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 28px;
  font-family: var(--font-head);
  font-size: 18px;
}

.contact-info-panel,
.contact-form {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(14, 43, 61, .08);
}

.contact-info-panel {
  padding: 38px 34px;
  background: #f4faf8;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(14, 43, 61, .08);
}

.contact-info-list li:last-child {
  border-bottom: 0;
}

.contact-info-list i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  background: #e72984;
  color: #fff;
}

.contact-info-list strong {
  display: block;
  font-family: var(--font-head);
  color: var(--heading);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.contact-info-list a,
.contact-info-list span {
  color: var(--body);
}

.contact-info-list a:hover {
  color: #e72984;
}

.contact-form {
  padding: 38px;
}

.contact-form .form-label {
  font-family: var(--font-head);
  color: var(--heading);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form .form-label span {
  color: #e72984;
}

.contact-form .form-control {
  min-height: 54px;
  border: 1px solid rgba(14, 43, 61, .14);
  border-radius: 12px;
  padding: 12px 16px;
  color: var(--heading);
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: #1ab69d;
  box-shadow: 0 0 0 .2rem rgba(26, 182, 157, .12);
}

.captcha-wrap {
  padding-top: 4px;
}

.captcha-feedback {
  display: none;
  width: 100%;
  margin-top: 8px;
  font-size: .875em;
  color: #dc3545;
}

.captcha-wrap.captcha-invalid .captcha-feedback {
  display: block;
}

.contact-submit {
  border: 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  .contact-hero-content h1 {
    font-size: 42px;
  }

  .contact-hero-shape {
    opacity: .45;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    min-height: 300px;
  }

  .contact-hero-content {
    padding: 56px 0;
    text-align: center;
  }

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

  .contact-hero-content span,
  .contact-section .section-title span {
    font-size: 34px;
  }

  .contact-info-panel,
  .contact-form {
    padding: 26px 20px;
  }
}