body {
  font-family: 'Work Sans', sans-serif;
  background-color: #ffca00;
  /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><text x='10' y='40' font-size='40' opacity='0.15' transform='rotate(-10 20 40)'>⭐</text><text x='70' y='40' font-size='40' opacity='0.12' transform='rotate(10 80 40)'>🎈</text><text x='20' y='90' font-size='40' opacity='0.1' transform='rotate(-5 30 90)'>🐻</text><text x='70' y='90' font-size='40' opacity='0.1' transform='rotate(15 80 90)'>🍎</text><text x='45' y='65' font-size='40' opacity='0.08'>🎵</text></svg>"); */
  background-repeat: repeat;
  background-size: 120px 120px;
}
    /* .navbar {
    background-color: #99ee9d !important;
    } */
    .navbar-brand {
      font-weight: bold;
      font-size: 1.5rem;
      position: relative;
    }
    .navbar-brand::before {
      content: '';
      position: absolute;
      background: #fff;
      width: 70px;
      height: 13px;
      top: 0;
      margin-top: 92px;
      left: 0;
      margin-left: 30px;
    }
     .navbar-brand::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 50px;
    height: 45px;
    top: 0;
    margin-top: 8px;
    left: 0;
    margin-left: 39px;
    border-radius: 20px;
}
    .carousel-caption {
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      padding: 20px;
    }
    section {
      padding: 60px 0;
    }
    footer {
      background-color: #f8f9fa;
      padding: 30px 0;
      text-align: center;
    }
    .top-header a:hover {
    text-decoration: underline;
    }
    .navbar-nav .nav-item a {
    padding: 7px 20px !important;
    font-size: 16px;
    color: #000000 !important;
    font-weight: 700 !important;
}
    .navbar-nav .nav-item li:last-child a {
      padding: 0 48px !important;
      padding-right: 0 !important;
    }
  .nav-new a {
    font-size: 16px;
    color: #000000 !important;
    font-weight: 600;
}
.top-header {
    margin-left: 15px;
}
.program-text h5 {
        font-weight: bold;
        color: #fff;
    }
    #contact a {
      color: #fff;
    }
    .kids-heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  color: #ff6f61; /* playful coral-pink */
  background: linear-gradient(to right, #ffe259, #ffa751);
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  animation: bounce 1.5s infinite alternate;
}

/* Bounce animation */
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-8px);
  }
}
.center-class {
  display: block;
  text-align: center;
}
/* section#contact {
    background: #99ee9d !important;
} */
    #bannerCarousel .btn.btn-warning.mt-2 {
        background: #FF7043;
        font-size: 17px;
        font-weight: 700;
        color: #ffffff;
        border: 0;
        padding: 15px 25px;
        border-radius: 20px;
    }
     .navbar-nav .nav-item a.sltd {
    color: #E91E63  !important;
    /* background: #ff7043;
    padding: 7px 25px !important;
    border-radius: 30px; */
    font-weight: 600 !important;
    }
    #bannerCarousel h2 {
        font-size: 4rem;
        font-weight: bold;
    }
    #bannerCarousel p {
     font-size: 23px;
    }
    .carousel-caption {
    background: transparent !important;
    }
    .carousel-caption {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    bottom: 0;
    margin-top: -50px;
}
.carousel-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #00000020; */
}
.btn-apply {
  line-height: 19px;
}
.program-img {
    width: 460px;
}
.program-img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.card-body {
    display: flex;
    gap: 30px;
}
.program-text {
    text-align: left;
}
#features h4 {
    /* color: #c56718 !important; */
    font-weight: 500;
    text-align: center;
}
#contact i {
  vertical-align: middle;
}
#contact a:hover {
  color: #c56718;
}
#contact .form-control:focus {
  border-color: #c56718;
  box-shadow: 0 0 0 0.2rem rgba(197, 103, 24, 0.25);
}
#contact input:focus,
#contact textarea:focus {
  border-color: #c56718;
  box-shadow: 0 0 0 0.25rem rgba(197, 103, 24, 0.1);
}

#contact button.btn-primary {
  background-color: #c56718;
  border-color: #c56718;
}
#contact button.btn-primary:hover {
  background-color: #a95615;
  border-color: #a95615;
}
.modal-header {
  background-color: #c56718;
}
.modal-title {
  color: #fff;
}

.feature-group-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.bg-campus {
  background: linear-gradient(45deg, #fdd835, #fbc02d);
}
.bg-learning {
  background: linear-gradient(45deg, #81d4fa, #4fc3f7);
}
.bg-special {
  background: linear-gradient(45deg, #ff8a65, #ff7043);
}
.bg-faculty {
  background: linear-gradient(45deg, #aed581, #9ccc65);
}

.feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.feature-card i {
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #c56718;
}

.feature-card h6 {
  font-weight: 600;
  margin-top: 10px;
  color: #333;
}

.feature-card p {
  font-size: 0.9rem;
  color: #666;
}

.program-card {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.program-img img {
  width: 100%;
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}

.program-text h5 {
  font-weight: 600;
  font-size: 23px;
}

.program-text p {
    color: #fff !important;
    font-size: 16px;
}

.program-text .card-text {
    font-size: 18px;
    color: #fff;
}

.text-muted {
  font-size: 0.85rem;
}
 .gallery-title {
      font-weight: 700;
      color: #00b5c7;
    }

    .gallery-img {
      height: 250px;
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s;
    }

    .gallery-img:hover {
      transform: scale(1.03);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .glightbox-clean .gdesc-inner {
      font-size: 1rem;
    }
.bg-campus {
  background: linear-gradient(135deg, #ffecb3, #ffe082);
}
.bg-learning {
  background: linear-gradient(135deg, #b3e5fc, #81d4fa);
}
.bg-special {
  background: linear-gradient(135deg, #ffccbc, #ffab91);
}
.bg-faculty {
  background: linear-gradient(135deg, #dcedc8, #aed581);
}

.bg-campus h4,
.bg-learning h4,
.bg-special h4,
.bg-faculty h4 {
  color: #fff !important;
}



.carousel-item {
  height: 90vh; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-bg-1 {
  background-image: url('../images/banner-02.jpg');
}

.banner-bg-2 {
  background-image: url('../images/banner-03.jpg');
}

.banner-bg-3 {
  background-image: url('../images/banner-02.jpg');
}

/* Optional dark overlay for better text contrast */
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); /* optional translucent background */
  border-radius: 10px;
  padding: 20px;
  display: none;
}

#contact h2 {
    font-size: 48px;
    color: #eb1c27 !important;
    font-weight: bold;
}
#contact h6 {
    font-size: 20px;
        color: #fff !important;
}
.nav-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before {content: "\f32c";color: #ffc107;font-size: 18px;}
#contact p {
    font-size: 16px;
    color: #fff !important;
}
.contact-sec a {
    font-size: 16px;
    color: #fff !important;
}
.bg-color1 {
      background-color: #673AB7 !important;
      min-height: 476px;
}
.program-text {
    text-align: center;
}
footer.bg-light {
    background-color: #ffca00 !important;
    border-top: 1px solid #0000004a;
}
footer.bg-light p {
    color: #000000 !important;
}
footer.bg-light p a {
    color: #000 !important;
}
#apply-admission {
  position: relative;
  overflow: hidden;
}
.bi-telephone-fill::before {
    content: "\f5b4";
    color: #ffc107;
}
#contact label {
     color: #fff !important; 
}
#apply-admission::before {
  content: "✨";
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.3);
  transform: rotate(-15deg);
}

#apply-admission::after {
  content: "📚";
  position: absolute;
  bottom: -30px;
  right: -20px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.2);
  transform: rotate(10deg);
}
.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
  width: 135px;
  padding: 0;
    }
.navbar-brand img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}
.navbar {
    border-bottom: 1px solid #ffffff66;
    background-color: #ffca00;
    }

/* #programs {
      background-color: #99ee9d;
} */
#programs h2 {
    color: #eb1c27 !important;
    font-size: 48px;
    font-weight: bold;
}

.bg-toddler {
  background-color: #009688; /* Coral Red */
}

.bg-prekg {
  background-color: #e88805; /* Warm Yellow */
}

.bg-lkg {
  background-color: #40c606; /* Soft Green */
}

.bg-ukg {
  background-color: #e82405; /* Bright Blue */
}
.bg-toddler1 {
  position: relative;
  background-color: #3F51B5; /* soft creamy yellow */
  /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><text x='10' y='40' font-size='40' opacity='0.15' transform='rotate(-10 20 40)'>🧸</text><text x='70' y='40' font-size='40' opacity='0.12' transform='rotate(10 80 40)'>🍎</text><text x='20' y='90' font-size='40' opacity='0.1' transform='rotate(-5 30 90)'>🎈</text><text x='70' y='90' font-size='40' opacity='0.1' transform='rotate(15 80 90)'>🚀</text><text x='45' y='65' font-size='40' opacity='0.08'>🐝</text></svg>");
  background-repeat: repeat;
  background-size: 120px 120px;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
  padding: 1.5rem;
  border-radius: 1rem; */
  min-height: 476px;
}



.program-card .card-body {
  border-radius: 12px;
  padding: 1.5rem;
  transition: transform 0.3s ease;
}

.program-card .card-body:hover {
  transform: translateY(-5px);
}

.contact-heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  color: #ff914d;
  background-color: #fff4e6;
  display: inline-block;
  padding: 0.6em 1.5em;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: wave 2s infinite ease-in-out;
}

/* Simple wave animation */
@keyframes wave {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
}

.bg-card-1 {
  background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
}
.bg-card-2 {
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
}
.bg-card-3 {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  color: #333;
}
.bg-card-4 {
  background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%);
  color: #333;
}
.bg-card-5 {
  background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}
.bg-card-6 {
  background: linear-gradient(135deg, #fccb90 0%, #d57eeb 100%);
}
.bg-card-7 {
  background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
}
.bg-card-8 {
  background: linear-gradient(135deg, #fddb92 0%, #d1fdff 100%);
  color: #333;
}
.bg-card-9 {
  background: linear-gradient(135deg, #c2e9fb 0%, #a1c4fd 100%);
}
.bg-card-10 {
  background: linear-gradient(135deg, #fbc2eb 0%, #fcb69f 100%);
}
section#about {
    color: #000;
}
#our-values h4 {
    color: #fff;
}
#our-values p {
    color: #fff;
}
#meet-our-team h5 {
    color: #fff;
}
#meet-our-team p {
    color: #fff;
}
.core-values-heading {
  font-size: 2.5rem;
  color: #ff6f61;
  background: linear-gradient(90deg, #fbc2eb, #a6c1ee);
  padding: 1rem 1.5rem;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.core-values-heading:hover {
  transform: scale(1.05);
}

.core-values-heading span {
  background-image: linear-gradient(120deg, #F44336, #E91E63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-heading {
  font-size: 2.5rem;
  color: #4a90e2;
  background: linear-gradient(90deg, #c2e9fb, #a1c4fd);
  padding: 1rem 1.5rem;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.team-heading:hover {
  transform: scale(1.05);
}
.core-values-row h4 {
    color: #000 !important;
}
.core-values-row p {
    color: #000 !important;
}
.team-heading span {
  background-image: linear-gradient(120deg, #F44336, #E91E63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-card {
  border-radius: 20px;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.team-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6);
}

.team-name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

/* Gradient background styles */
.bg-team-1 {
  background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}
.bg-team-2 {
  background: linear-gradient(135deg, #ffd6a5 0%, #fdffb6 100%);
  color: #333;
}
.bg-team-3 {
  background: linear-gradient(135deg, #caffbf 0%, #9bf6ff 100%);
  color: #333;
}


.team-card h5 {
  color: #000 !important;
}
.team-card p {
  color: #000 !important;
}


.value-card {
  padding: 2rem 1.5rem;
  border-radius: 20px;
  color: #333;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
}

/* Gradient Backgrounds */
.bg-value-1 {
  background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}
.bg-value-2 {
  background: linear-gradient(135deg, #ffd6a5 0%, #fdffb6 100%);
}
.bg-value-3 {
  background: linear-gradient(135deg, #caffbf 0%, #9bf6ff 100%);
}

.value-card h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #2e2e2e;
}

.fun-heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  color: #ff1700; /* playful coral-pink */
  background: linear-gradient(to right, #ffe259, #ffa751);
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  animation: bounce 1.5s infinite alternate;
}

/* Bounce animation */
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-8px);
  }
}

.kids-bubble-heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #ff3cac;
  font-family: 'Chewy', cursive;
  text-shadow: 2px 2px #ffe600, 4px 4px #f9a602;
  animation: bounceIn 2s ease;
  margin-bottom: 1.5rem;
}

/* Bounce in animation */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}




.feedback-section {
  text-align: center;
  padding: 50px 20px;
}

.feedback-section h2 {
  color: #ff6f61;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.feedback-container {
    display: grid;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

/* Common Card Style */
.feedback-card {
  border-radius: 20px;
  padding: 20px;
  color: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
  min-height: 250px;
}

.feedback-card:hover {
  transform: scale(1.05);
}

.feedback-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid white;
}

.feedback-card p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.feedback-card h4 {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Individual Vibrant Backgrounds */
.card-1 {
  background: linear-gradient(135deg, #f44336, #ff7961);
}

.card-2 {
  background: linear-gradient(135deg, #2196f3, #6ec6ff);
}

.card-3 {
  background: linear-gradient(135deg, #4caf50, #81c784);
}

.feedback-section h2 {
    font-size: 48px;
    color: #eb1c27 !important;
    font-weight: bold;
}


#parent-video h2 {
    font-size: 48px;
    color: #eb1c27 !important;
    font-weight: bold;
}
#parent-video {
  display: none;
}
.abacus-info h2 {
    font-size: 48px;
    color: #eb1c27 !important;
    font-weight: bold;
}
.abacus-info p {
    font-size: 18px;
    color: #020202 !important;
    font-weight: 600;
}
.abacus-info a {
    background: #00bad1;
    color: #fff;
    font-size: 15px !important;
}
/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}

.floating-whatsapp a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #25d366;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.floating-whatsapp a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp i {
  font-size: 1.5rem;
}
.bg-toddler1.shadow-sm.p-4.rounded-3.contact-sec {
    color: #fff;
}
.form-new {
      height: 215px;
}
@media screen and (max-width: 768px) {
.nav-one {
    display: none;
}
    .text-center.text-md-end.nav-new {
        display: grid;
        text-align: right !important;
        margin-top: 18px;
        gap: 5px;
    }
    .form-new {
    height: 165px;
}
.text-center.text-md-end.nav-new .me-3 {
    margin-right: 0 !important;
    /* display: none; */
}
li.nav-item {
    padding: 10px 0;
    border-bottom: 1px solid #00b5c76b;
}
.carousel-item {
    height: 79vh;
    background-size: cover;
    background-position: 75% center;
}
.carousel-item img {
    height: 100%;
    object-fit: cover;
}
    .carousel-caption {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    margin-top: -45px;
    display: block;
}
.core-values-heading {
  font-size: 25px;
}
#contact h2 {
    font-size: 29px;
    color: #eb1c27 !important;
    font-weight: bold;
}
#bannerCarousel h2 {
        font-size: 33px;
        font-weight: bold;
        line-height: 37px;
    }
    .navbar-brand img {
    width: 100%;
    height: auto;
}
  #bannerCarousel p {
     font-size: 17px;
    }
.navbar-brand {
    width: 150px;
}
.navbar .navbar-toggler:focus {
 box-shadow: none;
}
.program-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
section {
      padding: 40px 0;
    }
    section h2 {
    color: #c56718;
    font-weight: bold;
}
.card-body {
    display: grid;
    gap: 0;
}
.card-title {
    color: #394dbc;
    font-weight: 600;
}
.card-text {
    color: #000;
    font-weight: 600;
}
.text-center.admission-btn button {
    background: rgb(255 193 7);
}
.text-center.admission-btn button {
    background: #fda638;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 2px;
    padding: 5px 10px;
}
/* .carousel-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000050;
} */
.program-img {
    width: 100%;
}
body.modal-open {
    padding-right: 0 !important;
}
.btn.btn-warning.mt-2 {
    background: #FF7043;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    border: 0;
    padding: 12px 20px;
    border-radius: 20px;
}
.lead {
    color: #008eff;
}
.about-image {
  display: none;
}
.feature-card i {
  font-size: 4.8rem;
  margin-bottom: 10px;
  color: #c56718;
}
.feature-card h6 {
  font-size: 23px;
}
.feature-card p {
  font-size: 1.1rem;
  color: #666;
}
.program-text h5 {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
}
#programs h2 {
    margin-bottom: 20px !important;
    font-size: 29px;
}
/* .admission-btn {
    display: none;
} */
button.navbar-toggler {
    border: 0;
    background: #fff;
    margin-top: 65px;
    padding: 3px 7px;
}
body {
    overflow-x: hidden;
}
    .top-header {
        font-size: 17px;
        font-weight: 600;
        padding: 5px 0 !important;
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
    }
section#meet-our-team {
    display: none;
}
.nav-new a {
    font-size: 12.5px;
    font-weight: 500;
}
.bg-toddler1 {
    position: relative;
    background-color: #3F51B5;
    border-radius: 12px !important;
}
.bg-color1 {
    background-color: #673AB7 !important;
    min-height: 476px;
}
section#about h2 {
    color: #000;
}
.row.text-center.core-values-row {
    gap: 1rem;
}
.navbar-brand::before {
      content: '';
      position: absolute;
      background: #fff;
      width: 85px;
      height: 13px;
      top: 0;
      margin-top: 103px;
      left: 0;
      margin-left: 30px;
    }
  .carousel-item::before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.navbar-nav .nav-item a {
  font-size: 14px;
}
.fun-heading {
    font-size: 29px;
}
.kids-bubble-heading {
      font-size: 1.7rem;
}
#features h4 {
    /* color: #c56718 !important; */
    font-weight: 700;
    text-align: center;
    font-size: 27px;
    background: #e8dfbb;
    border-radius: 12px;
    padding: 15px 10px;
    box-shadow: 1px 6px 3px #b69c39a3;
}
    .feedback-section h2 {
        font-size: 29px;
        color: #eb1c27 !important;
        font-weight: bold;
    }
    .feedback-container {
    display: grid;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: 1fr;
}
.feedback-card {
    min-height: inherit;
}
#parent-video {
  display: block;
}
    #parent-video h2 {
        font-size: 29px;
        color: #eb1c27 !important;
        font-weight: bold;
    }
    .abacus-info h2 {
        font-size: 29px;
        color: #eb1c27 !important;
        font-weight: bold;
    }
    .abacus-info p {
    font-size: 15px;
    color: #020202 !important;
    font-weight: 600;
}
.abacus-info {
    padding: 10px 0 !important;
}
 .floating-whatsapp {
    bottom: 1rem;
    right: 1rem;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
  }
}