:root {
  /* Updated Font Stacks */
  --default-font: "Manrope Custom", "Roboto", system-ui, sans-serif;
  --heading-font: "Noto Sans Custom", sans-serif;
  --nav-font: "Manrope Custom", "Lato", sans-serif;

  /* Color variables stay the same */
  --background-color: #ffffff;
  --default-color: #212529;
  --heading-color: #2d465e;
  --accent-color: #34bf49;
  /* ... rest of your colors */
}
/* Noto Sans Bold for Headlines */
@font-face {
  font-family: "Noto Sans Custom";
  src: url("/fonts/noto-sans/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Manrope for Body Text */
@font-face {
  font-family: "Manrope Custom";
  src: url("/fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional: Manrope Bold if you use bold text in paragraphs */
@font-face {
  font-family: "Manrope Custom";
  src: url("/fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: var(--default-font);
  color: #222;
  line-height: 1.6; /* Good practice for Manrope */
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
  font-weight: 700; /* Ensures it uses the Bold file */
  color: var(--heading-color);
}


    p {
      font-size: 24px;
    }

    .footer-bottom p {
      font-size: 20px;
    }


    .hero_area {
      height: 65vh;
      margin-top: 10px; /* navbar height */
      overflow: hidden;
      background-color: #fffefb0d;
      background-image: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, rgba(255, 248, 242, 0.95) 100%), url(/images/Footer-grass-wide.svg);
    }

    .banner_area {
      height: 50vh;
      margin-top: 10px; /* navbar height */
      overflow: hidden;
      background-color: #fffefb0d;
      background-image: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, rgba(255, 248, 242, 0.95) 100%), url(/images/Footer-grass-wide.svg);
    }

    .banner-item {
      height: 50vh;
    }



    /* Header logo size */
    .navbar-brand img { height:95px; }

    /* Hero carousel text overlay */
    .carousel-caption {
      bottom: 30%;
      transform: translateY(10px);
    }

    
    /* .carousel-item {
      min-height: 450px;
      background: linear-gradient(180deg, #fbfbff 0%, #fd7ec0 100%);
    } */

    .carousel-item {
      min-height: 65vh;
    }

        /* Mobile: reduce visual noise & improve perf by hiding decorative butterflies */
    @media (max-width: 575.98px) {
      .carousel-item {
        min-height: 35vh;
      }

      .hero_area {
        height: 35vh;
      }

      .h2, h2 {
        font-size: 30px !important;
      }

    }

        /* Mobile: reduce visual noise & improve perf by hiding decorative butterflies */
    @media (max-width: 575.98px) {
      .butterfly {
        display: none;
      }
    }
    

    .soar-section {
        position: relative;
        background-color: #DACFC2;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #000000;
        overflow: hidden;
    }




    .about-tab-section {
        position: relative;
        background-color: #fff9f4;
        /* background-image: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, rgba(255, 248, 242, 0.95) 100%); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #000000;
        overflow: hidden;
    }



    .about-section {
        position: relative;
        background-color: #f6efe0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #000000;
        overflow: hidden;
    }

    /* .quote-section {
        position: relative;
        background-color: #DACFC2;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #000000;
        overflow: hidden;
        font-size: 24px;
        font-style: italic;
    } */

   .about-images {
        min-height: 400px; /* or adjust as needed */
        position: relative;
    }

    .about-images .tab-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.6s ease, visibility 0.6s ease;
    }


    .about-images .tab-image.active {
        opacity: 1;
        visibility: visible;
    }

    .about-left {
      flex: 1;
      display: flex;
      gap: 12px;
      align-items: stretch;
    }
    .about-left .single {
      flex: 1;
      overflow: hidden;
      border-radius: .6rem;
    }
    .about-left .single img{ width:100%; height:100%; object-fit:cover; display:block; }

    .about-left .stack {
      flex: 1;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .about-left .stack img { width:100%; height: calc(50% - 6px); object-fit:cover; border-radius:.6rem; display:block; }

    .small-title { color:var(--brand); font-weight:600; letter-spacing:.6px; text-transform:uppercase; font-size:.85rem; }

    /* center tabs */
    .nav-tabs { justify-content:center; display:flex; gap:.5rem; }

    /* Responsive adjustments */
    @media (max-width: 767.98px) {
      .about-images { flex-direction:column; }
      .about-left { flex-direction:row; } /* keep left images side by side on small if desired */
      .big-title { font-size:1.4rem; }
      .carousel-caption { bottom: 10%; }


      .navbar-brand img {
        height: 70px;
      }

    }

    /* Small aesthetic */
    .btn-primary {
      background: linear-gradient(90deg,#fd6cb4,#fd6cb4);
      border: none;
      box-shadow: 0 6px 18px rgba(255,139,148,0.12);
    }

    .btn-success {
      background: #4ca30d;
      border: none;
      box-shadow: 0 6px 18px rgba(255,139,148,0.12);
    }
    
    /* Feature section styles */
    #facilities { background: linear-gradient(180deg, #fff 0%, #fbfbff 100%); }

    .feature-card { background: #fff; border: 1px solid rgba(30,40,50,0.04); transition: transform .18s ease, box-shadow .18s ease; }
    .feature-card:hover { transform: translateY(-6px); box-shadow: 0 10px 25px rgba(20,40,80,0.06); }

    .feature-icon {
        width:44px; height:44px;
        background: linear-gradient(180deg, rgba(255,139,148,0.12), rgba(255,139,148,0.04));
        color: #fd6cb4;
        font-weight:700;
    }

    .facility-overlay .overlay-card { width:100%; }
    .facility-overlay .overlay-card small { color:#6b7280; }

    /* Responsive tweaks */
    @media (max-width: 991.98px) {
        .facility-overlay { right:0.5rem; bottom:0.5rem; width:180px; }
    }



  
/* Our Rooms section styling */
#our-rooms {
  background: linear-gradient(180deg, #fff9f4 0%, #fff9f4 100%);
}

#smart-gallery {
  background: linear-gradient(180deg, #fff9f4 0%, #fff9f4 100%);
}

.room-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.room-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.room-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #ff6b88;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  z-index: 2;
}

.room-content {
  padding: 40px 25px 10px;
  position: relative;
  transition: all 0.4s ease;
}

.room-content a.btn {
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover animation on desktop */
.room-card:hover .room-icon {
  transform: translate(-50%, -40px);
}
.room-card:hover .room-content {
  transform: translateY(-20px);
}
.room-card:hover .room-content a.btn {
  opacity: 1;
}

/* Always show button on mobile */
@media (max-width: 767.98px) {
  .room-content a.btn {
    opacity: 1 !important;
  }
}

/* Swiper pagination styling */
.swiper-pagination-bullet {
  background: #ff6b88;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

    /* Reviews section styles - consistent with previous palette */
#reviews {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
  position: relative;
}

/* Background SVG placement */
.reviews-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  /* width: 560px;
  height: 320px; */
  z-index: 0;
  filter: saturate(1.02) contrast(1.02);
  pointer-events: none;
}

/* Ensure content is above background */
#reviews .container,
#reviews .row { position: relative; z-index: 2; }

/* Review card */
.review-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(20,30,60,0.06);
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* icon in center of text */
.review-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255,139,148,0.10), rgba(255,139,148,0.02));
  color: #ff6b88;
  font-size: 30px;
  box-shadow: 0 6px 18px rgba(20,30,60,0.06);
}

/* quote & author */
.review-quote {
  font-style: normal;
  color: #344054;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 64ch;
}
.review-author { color:#6b7280; margin-top: 0.6rem; }

/* Swiper pagination bullets */
#reviews .swiper-pagination-bullet {
  background: #ff6b88;
  opacity: 0.3;
}
#reviews .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Responsive behavior */
@media (max-width: 991.98px) {
  .reviews-bg { width: 420px; height: 260px; left: -28px; top: -30px; }
  .review-card { min-height: 200px; }
}

@media (max-width: 575.98px) {
  .reviews-bg { display: none; } /* hide decorative svg on very small for clarity */
  #reviews { padding-top: 2rem; padding-bottom: 2rem; }
  .review-quote { font-size: .98rem; max-width: 44ch; }
}



/* Gallery styles */
.gallery-wrap { padding-top:10px; }
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  outline: none;
}
.gallery-item img {
  display:block; width:100%; height:230px; object-fit:cover; transition: transform .4s ease;
}
.gallery-item:hover img,
.gallery-item:focus img { transform: scale(1.06); }

/* overlay on thumbnail */
.thumb-overlay {
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.18));
  color:#fff; font-weight:600; opacity:0; transition: opacity .22s ease;
}
.gallery-item:hover .thumb-overlay,
.gallery-item:focus .thumb-overlay { opacity:1; }

/* Lightbox full-screen overlay */
.gallery-lightbox {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content:center;
  background: rgba(0,0,0,0.85);
}
.gallery-lightbox.d-none { display: none; }
.gallery-lightbox .lb-content { max-width: 92vw; max-height: 90vh; display:flex; align-items:center; justify-content:center; }
.gallery-lightbox img#lbImage { max-width: 100%; max-height: 100%; border-radius:8px; box-shadow: 0 18px 50px rgba(0,0,0,0.6); }

/* close & nav buttons */
.lb-close, .lb-prev, .lb-next {
  position: absolute; top: 18px; border: none; background: transparent; color: #fff;
  font-size: 36px; line-height:1; padding: 8px 12px; cursor:pointer; z-index: 2010;
}
.lb-close { right: 20px; font-size:42px; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); font-size:48px; }
.lb-prev { left: 18px; }
.lb-next { right: 18px; }

/* Make buttons more visible on small screens */
@media (max-width: 575.98px) {
  .gallery-item img { height:200px; }
  .lb-prev, .lb-next { display:block; font-size:36px; }
}

/* subtle transitions when showing/hiding */
.gallery-lightbox.fade-in { animation: fadeIn .18s ease both; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }



    /* FAQ Section Styling */
    .faq-section {
        background: linear-gradient(180deg, #fff9f3 0%, #fff9f4 100%);
        position: relative;
        overflow: hidden;
    }

    .accordion.faq-accordion {
        background: transparent;
    }

    .accordion-item {
        border: 1px solid rgba(0,0,0,0.05); /* Added subtle border */
        margin-bottom: 12px;
        border-radius: 8px !important; /* Rounded corners look more modern */
        box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    }

    .accordion-button {
        font-size: 24px; /* Reduced for professional look */
        font-weight: 600;
        color: #4CA30D;
        padding: 1.2rem;
        background-color: #E8E1D9;
        display: flex;
        align-items: center;
    }

    .accordion-button:not(.collapsed) {
        background-color: #E3DDD8;
        color: #4CA30D;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .accordion-body {
        background-color: #fff;
        font-size: 16px; /* Standard readable size */
        color: #444;
        line-height: 1.6;
        padding: 1.2rem;
    }

    /* Hover & focus */
    .accordion-button:focus {
        box-shadow: none;
    }

    /* Icon Fix: This keeps the + / - perfectly centered */
    .accordion-button::after {
        background-image: none !important;
        content: '+';
        font-size: 24px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(76, 163, 13, 0.1); /* Subtle circle background */
        color: #4CA30D;
        transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed)::after {
        content: '−'; /* Using a proper minus sign */
        background: #4CA30D;
        color: #fff;
        transform: rotate(180deg);
    }

    /* --- Mobile Specific Fixes --- */
    @media (max-width: 767.98px) {
        .big-title {
            font-size: 28px !important;
            padding-bottom: 20px !important;
        }

        .accordion-button {
            font-size: 16px; /* Best size for mobile questions */
            padding: 1rem;
        }

        /* Fixed the huge icon from your original code */
        .accordion-button::after {
            font-size: 20px;
            margin-bottom: 0; /* Resetting your 53px margin */
            width: 24px;
            height: 24px;
            flex-shrink: 0; /* Prevents icon from squishing */
        }

        .accordion-body {
            font-size: 15px;
            padding: 1rem;
        }
    }








  /* Callback section background & card */
  #callback { position: relative; overflow: visible; background-color: #fff7f3; }
  .callback-bg { position:absolute; inset:0; top: -6%; left:0; right:0; height:100%; pointer-events:none; z-index:0; opacity:0.95; }
  .callback-card { overflow:hidden; z-index:2; }
  .callback-card .row { min-height: 420px; }

  /* Left form area */
  #callback .small-title { color: #ff8b94; letter-spacing: .6px; }
  #callback h3 { color: #4CA30D; }

  form#callbackForm .form-control, form#callbackForm .form-select {
    border-radius: 10px;
    font-size: 1rem;
    padding: .9rem 1rem;
    box-shadow: none;
    border: 1px solid rgba(16,24,40,0.06);
    transition: box-shadow .15s ease, transform .12s ease;
  }
  form#callbackForm .form-control:focus, form#callbackForm .form-select:focus {
    box-shadow: 0 8px 22px rgba(255,139,148,0.08);
    outline: none;
    border-color: rgba(255,107,136,0.6);
    transform: translateY(-2px);
  }

  .callback-side { background: linear-gradient(180deg, #fff 0%, rgba(255,235,230,0.6) 100%); }

  .captcha-demo input { transform: scale(1.05); margin-right: .6rem; }

  /* Submit button */
  #callbackSubmit { display: inline-flex; align-items:center; justify-content:center; gap:.6rem; border-radius: 12px; padding: .88rem 1.25rem; }

  /* Feedback styles */
  #formFeedback { min-height: 28px; font-size: .95rem; }

  /* Mobile tweaks */
  @media (max-width: 991.98px) {
    .callback-card .row { min-height: auto; }
    .callback-side { display:none !important; } /* hide right image on small screens */
  }

  @media (max-width: 575.98px) {
    #callback {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
  }


  /* Optimized Mobile View */
@media (max-width: 767.98px) {
    #callback {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    /* Reduce padding inside the form card for more horizontal space */
    .callback-card .p-5 {
        padding: 1.5rem !important;
    }

    /* Adjust typography for readability on small screens */
    #callback h3 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    #callback p.text-muted {
        font-size: 0.9rem;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }

    /* Make form controls slightly less bulky for mobile */
    form#callbackForm .form-control, 
    .form-control {
        padding: 0.35rem 0.4rem !important;
        font-size: 16px !important; /* Prevents iOS auto-zoom on focus */
    }

    /* Ensure the button is prominent but not overwhelming */
    #callbackSubmit {
        width: 100%;
        padding: 0.38rem;
        font-size: 1.1rem;
    }

    /* Adjust the decorative background for mobile */
    .callback-bg {
        top: 0;
        opacity: 0.5; /* Lower opacity to keep focus on the form */
    }

    /* Better spacing for the consent checkbox */
    .form-check {
        padding-left: 1.75rem;
        margin-top: 0.5rem;
    }

    .form-check-label {
        font-size: .73rem !important;
    }

}

/* Specific fix for very small devices */
@media (max-width: 375px) {
    .callback-card .p-5 {
        padding: 1rem !important;
    }
}










  /* Accessibility focus */
  form#callbackForm .form-control:focus-visible, form#callbackForm .form-select:focus-visible {
    outline: 3px solid rgba(255,139,148,0.15);
    outline-offset: 3px;
  }

  .form-check-label {
    font-size: 1.3rem;
  }

  .form-control{
    font-size: 1.3rem;
  }



  
#location {
  position: relative;
  overflow: hidden;
  background-color: #fff9f4;
}
.location-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}
#location .container {
  position: relative;
  z-index: 2;
}

#location h3 {
  color: #4CA30D;
}

#location strong {
  font-size: 26px;
}

#location li {
  font-size: 22px;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  background-color: #ffeae0;
  color: #ff7c5c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.25rem;
}

.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 420px;
}

/* Mobile tweaks */
@media (max-width: 991.98px) {
  #location .col-lg-5 {
    order: 2;
  }
  #location .col-lg-7 {
    order: 1;
  }
}





    /* ===== Waves ===== */
    .waves {
      position: absolute;
      top: 340px;
      /* bottom: -1px; To hide seam */
      left: 0;
      width: 100%;
      height: 120px;
      pointer-events: none;
    }

    .parallax > use {
      animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    }

    .parallax > use:nth-child(1) {
      animation-delay: -2s;
      animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
      animation-delay: -3s;
      animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
      animation-delay: -4s;
      animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
      animation-delay: -5s;
      animation-duration: 20s;
    }

    @keyframes move-forever {
      0% {
        transform: translate3d(-90px, 0, 0);
      }

      100% {
        transform: translate3d(85px, 0, 0);
      }
    }

    /* Shrinking for mobile */
    @media (max-width: 768px) {
      .waves {
        height: 60px;
        min-height: 60px;
      }

      .carousel-inner img {
        height: 20vh;
      }
    }
    

    /* new nav css  */
.nav-link {
  font-size: 1.7rem;   
  color: #bf1354;
}



.navbar-nav .nav-link:hover {
  color: #4CA30D !important;
  transform: translateY(-3px);
}
.navbar-nav .nav-item i {
  margin-bottom: 5px;
}
.navbar-nav .dropdown-menu {
  color: #bf1354;
  border-radius: 12px;
  padding: 10px;
}

.navbar-nav .dropdown-item{
  color: #bf1354;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #4CA30D !important;
}

.navbar-nav .dropdown-item.active, .dropdown-item:active {
    color: #bf1354;
    font-weight: 500;
    text-decoration: none;
    background-color: #ceebce;
    border-radius: 7px;
}

.navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    font-weight: 500;
    font-size: 18px; 
    border-radius: 7px;
    color: var(--bs-dropdown-link-hover-color);
    background-color: #ceebce;
}

.nav-tabs .nav-link { 
  padding: .4rem .9rem; 
  border: 0px !important;
}

.nav-link:hover {
  color: #4CA30D !important;
  transform: translateY(-3px);
}

.nav-link.active {
  color: #4CA30D !important;
  background-color: #fff9f4 !important;

}


/* new css  */
    /* Base style for all tab panes */
.tab-pane {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; /* or 'cover' if you want full background */
  padding: 2rem;
  border-radius: 10px;
  min-height: 300px; /* optional, for consistent height */
  transition: background-image 0.5s ease-in-out;
  background-color: #fff9f4;
}

/* Optional: slight background overlay for readability */
.tab-pane::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff9f4; /* light white overlay */
  border-radius: 10px;
  z-index: 0;
}

.tab-pane > * {
  position: relative;
  z-index: 1;
}


#toddlers {
  background-image: url("images/butterfly.jpg");
}

#two {
  background-image: url("images/butterfly.jpg");
}

#preschool {
  background-image: url("images/butterfly.jpg");
}


/* food card  */
.menu-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  color: #4CA30D;
  margin-bottom: 40px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-content: center;
}

.menu-card {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-8px);
}

.menu-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.week-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #123456;
  margin-top: 8px;
}

/* Different Backgrounds */
.bg1 { background-color: #eafbea; }   /* light green */
.bg2 { background-color: #ffe6e6; }   /* light pink */
.bg3 { background-color: #fff0f5; }   /* light rose */
.bg4 { background-color: #e6fff9; }   /* light aqua */

/* Back to top button (center bottom) */
.back-to-top {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,#ff8b94,#ff6b88);
  color: #fff;
  box-shadow: 0 8px 28px rgba(255,107,136,0.18);
  font-size: 1.1rem;
  transition: transform 0.18s ease, opacity .18s ease;
  opacity: 0;
  pointer-events: none;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top:focus { outline: 3px solid rgba(255,139,148,0.18); }

/* Footer base */
.site-footer {
  background: #4CA30D;
  position: relative;
  color: #031826;
  font-weight: 600;
}

/* Grass SVG container */
.footer-grass { width: 100%; height: 88px; overflow: hidden; display:block; }

/* Footer body / cards */
.site-footer .footer-body {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* headings */
.footer-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f1724;
  margin-bottom: .8rem;
}

/* buttons in lists */
.footer-links .btn {
  text-align: left;
  padding: .35rem .75rem;
  font-size: .9rem;
  color: #0f1724;
  border: 1px solid rgba(16,24,40,0.06);
  background: #fff;
}
.footer-links .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16,24,40,0.04);
}

/* Contact circle CTA */
.contact-circle {
  width:64px;
  height:64px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.25rem;
  background: linear-gradient(180deg,#ff8b94,#ff6b88);
  color:#fff;
  border:none;
}

/* Social buttons */
.social-btn {
  width:44px; height:44px; display:inline-flex; padding:0; align-items:center; justify-content:center;
  color:#111827;
  border: 1px solid rgba(16,24,40,0.06);
}
.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(16,24,40,0.06);
}

/* small screens: stack nicely */
@media (max-width: 991.98px) {
  .footer-links .btn { font-size: .88rem; padding: .35rem .6rem; }
  .footer-body { padding-left: 1rem; padding-right: 1rem; }
  .footer-grass { height:58px; }
}

/* very small */
@media (max-width: 575.98px) {
  .contact-circle { width:56px; height:56px; }
  .back-to-top { bottom: 18px; width:48px; height:48px; }
}


.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.toddler-section {
  padding: 60px 0;
}
.toddler-section p {
  font-size: 16px;
}
.toddler-section ul {
  list-style: disc;
  padding-left: 20px;
}
.gallery-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.gallery-section img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform .3s ease;
}
.gallery-section img:hover {
  transform: scale(1.05);
}

@keyframes flyLeft {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(-5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

@keyframes flyRight {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}



  .food-choice {
  background-color: #fafafa;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}

.food-choice h2 {
  color: #4CA30D;
  font-weight: 700;
  font-size: 1.8rem;
  padding-left: 10px;
}

.food-choice h3 {
  color: #3c6e71;
  font-weight: 600;
  font-size: 1.4rem;
}

.food-choice p {
  margin-bottom: 1rem;
}

.food-choice a {
  color: #2a4d69;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.food-choice a:hover {
  color: #1b3143;
  text-decoration: none;
}

.food-choice ul {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.food-choice ul li {
  margin-bottom: 0.5rem;
  position: relative;
  color: #444;
}

.food-choice ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2a4d69;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .food-choice {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .food-choice h2 {
    font-size: 1.5rem;
  }

  .food-choice h3 {
    font-size: 1.2rem;
  }


}






/*  breadcrumbs */
  .breadcrumb-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: clamp(240px, 32vw, 450px);
    position: relative;
    display: flex;
    align-items: center;
    padding: 48px 0;
  }

  .breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* subtle overlay to keep text legible on any background */
    background: linear-gradient(180deg, rgba(11,37,70,0.35), rgba(11,37,70,0.18));
    pointer-events: none;
    z-index: 1;
  }

  .breadcrumb-section .container {
    position: relative;
    z-index: 2;
    padding: 0 16px;
  }

  .breadcrumb-title {
    font-size: clamp(1.6rem, 4.2vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    text-wrap: balance;
  }

  .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
  }

  .breadcrumb a {
    color: inherit;
    text-decoration: none;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
  }

  /* Improve small-screen spacing, sizes and touch targets */
  @media (max-width: 767.98px) {
    .breadcrumb-section {
      min-height: 120px;
      padding: 28px 0;
    }
    .breadcrumb-section .container {
      padding-left: 12px;
      padding-right: 12px;
    }
    .breadcrumb-title {
      font-size: 1.5rem;
      text-align: center;
    }
    .breadcrumb {
      font-size: 0.95rem;
      gap: 6px;
      flex-wrap: wrap;
    }
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "›";
      opacity: 0.6;
      padding: 0 6px;
    }
  }

  /* Medium screens fine-tuning */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .breadcrumb-title {
      font-size: 1.9rem;
    }
  }


  .big-title {
      font-size: 60px;
      color: #4CA30D;
      text-align: center;
      line-height: 0.8;
  }
    
  
    /* --- Butterfly Animation --- */
    .butterfly {
      position: absolute;
      width: 200px;
      height: 200px;
      background-size: contain;
      background-repeat: no-repeat;
      animation: flyAcross 12s linear infinite;
      opacity: 0.9;
      pointer-events: none;
      will-change: transform, left, top;
    }

    /* Optional size utility classes (use in markup if desired) */
    .butterfly.small  { width: 50px;  height: 50px;  }
    .butterfly.medium { width: 110px; height: 110px; }
    .butterfly.large  { width: 200px; height: 200px; }

    /* Tablet / small-desktop adjustments */
    @media (max-width: 991.98px) {
      .butterfly {
        width: 120px;
        height: 120px;
        opacity: 0.85;
        animation-duration: 14s;
      }
      .butterfly:nth-child(2) { width: 100px; }
      .butterfly:nth-child(3) { width: 80px; }
    }




    .small-butterfly {
      position: absolute;
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      animation: flyAcross 10s linear infinite;
      opacity: 0.9;
    }

    /* Animation Path */
    @keyframes flyAcross {
      0% {
        left: -10%;
        top: 60%;
        transform: scale(0.8) rotate(10deg);
      }
      25% {
        top: 30%;
        transform: scale(1) rotate(-10deg);
      }
      50% {
        top: 50%;
        transform: scale(1.1) rotate(15deg);
      }
      75% {
        top: 20%;
        transform: scale(1) rotate(-5deg);
      }
      100% {
        left: 110%;
        top: 40%;
        transform: scale(0.9) rotate(10deg);
      }
    }
    
    /* Slightly different speeds for each butterfly */
    .butterfly:nth-child(1) { animation-duration: 12s; top: 40%; }
    .butterfly:nth-child(2) { animation-duration: 15s; animation-delay: 3s; top: 55%; width: 100px; }
    .butterfly:nth-child(3) { animation-duration: 18s; animation-delay: 6s; top: 30%; width: 50px; }




