.heading-section-main {
  background-color: #e8586d;
}
.heading-section h1 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Solitreo", cursive;
  font-weight: 600;
}
.heading-section h1 span {
  margin-top: 5px;
  font-size: 18px;
  color: #ffe877;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 0px 20px;
  align-items: center;
}
.heading-section h1 span:after,
.heading-section h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ffe877;
  border-top: 1px solid #ffe877;
  height: 5px;
  background-color: transparent;
}

div.heading-section {
  position: relative;
  width: 90%;
  max-width: 500px;
  padding: 2em;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .heading-section h1 {
    font-size: 24px;
  }
  div.heading-section {
    width: 100%;
    max-width: 100%;
  }
}

.day-care-home-section-main {
  background-color: #d7efff;
  padding: 25px 0px;
  background: url("../../frontend_assets/website_assets/images/bg/bg-1.svg");
  background-repeat: repeat;
  background-size: contain;
}
.day-care-home-section-main .para-text-daycare {
  font-size: 18px;
  font-weight: 500;
  background-color: #ffe87785;
  padding: 10px;
  border-radius: 6px;
  box-shadow: #e1c437 -4px -4px 2px;
}
.daycare-home-img {
  background-color: #ffffff63;
  border-radius: 10px;
}

:root {
  --ink: #2e3a34;
  --paper: #fffdf9;
  --cream: #fff8ec;
  --sage: #8fb996;
  --sage-dark: #5e8c67;
  --sky: #7fb8d9;
  --sun: #ffc857;
  --blush: #f2a28e;
  --text-soft: #63705f;
  --line: rgba(46, 58, 52, 0.12);
  --shadow: 0 16px 36px rgba(46, 58, 52, 0.1);
  --r: 28px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.65;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  display: block;
  max-width: 100%;
}
.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  color: var(--sage-dark);
}
.eyebrow::before {
  content: "❁";
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-primary {
  background: var(--sage-dark);
  color: #fff;
  box-shadow: 0 7px 0 #446b4c;
}
.btn-primary:hover {
  transform: translateY(-2px);
}
.btn-primary:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #446b4c;
}
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 2.5px solid var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: #fff;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 70px 0 100px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}
.blob-bg {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  filter: blur(1px);
  opacity: 0.55;
}
.blob-bg.b1 {
  width: 340px;
  height: 340px;
  background: var(--sun);
  top: -80px;
  right: -60px;
  border-radius: 62% 38% 55% 45% / 45% 55% 45% 55%;
}
.blob-bg.b2 {
  width: 220px;
  height: 220px;
  background: var(--sky);
  bottom: -60px;
  left: -60px;
  border-radius: 45% 55% 40% 60% / 55% 45% 55% 45%;
  opacity: 0.4;
}
.hero h1 {
  font-size: clamp(2.2rem, 5.2vw, 3.7rem);
  margin: 16px 0 18px;
}
.hero h1 .c1 {
  color: var(--sage-dark);
}
.hero h1 .c2 {
  color: var(--blush);
}
.hero p.lead {
  font-size: 1.14rem;
  color: var(--text-soft);
  max-width: 480px;
  margin-bottom: 28px;
  font-weight: 600;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #000;
  border: 2px solid var(--ink);
  border-radius: 100px;
  padding: 12px 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 3px 3px 0 var(--ink);
  animation: none;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-note {
  font-size: 0.86rem;
  color: var(--text-soft);
  margin-top: 16px;
  font-weight: 700;
}

.hero-art {
  position: relative;
}
.hero-art .card {
  background: #fff;
  border-radius: 32px;
  padding: 20px;
  box-shadow: var(--shadow);
  position: relative;
}
.hero-art svg {
  width: 100%;
  border-radius: 22px;
}

/* ---------- SECTION HEADERS ---------- */
.section {
  padding: 92px 0;
}
.section-head {
  max-width: 640px;
  margin: 0 auto 52px;
  text-align: center;
}
.section-head h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.5rem);
  margin: 12px 0 14px;
}
.section-head p {
  color: var(--text-soft);
  font-size: 1.05rem;
}

/* ---------- ABOUT / TRUST FACTS ---------- */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 860px) {
  .facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fact-card {
  background: #fff;
  border-radius: var(--r);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--shadow);
}
.fact-card .num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--sage-dark);
  display: block;
  margin-bottom: 6px;
}
.fact-card h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 6px;
}
.fact-card p {
  color: var(--text-soft);
  font-size: 0.84rem;
}

/* ---------- DAILY SCHEDULE (signature) ---------- */
.schedule-sec {
  background: #fff;
}
.timeline {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: var(--sage);
  opacity: 0.3;
  border-radius: 3px;
}
.t-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 34px;
  position: relative;
}
.t-row:last-child {
  padding-bottom: 0;
}
.t-dot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: var(--shadow);
  flex-shrink: 0;
}
.t-dot svg {
  width: 26px;
  height: 26px;
  color: #fff;
}
.t-row:nth-child(3n + 2) .t-dot {
  background: var(--sky);
}
.t-row:nth-child(3n + 3) .t-dot {
  background: var(--sun);
}
.t-body {
  background: var(--cream);
  border-radius: 20px;
  padding: 16px 20px;
}
.t-body .time {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--blush);
  margin-bottom: 4px;
  display: block;
}
.t-body h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.t-body p {
  color: var(--text-soft);
  font-size: 0.9rem;
}

/* ---------- FEE PLANS ---------- */
.fees {
  background: var(--cream);
}
.fee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 860px) {
  .fee-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}
.fee-card {
  background: #fff;
  border-radius: 32px;
  padding: 34px 28px;
  box-shadow: var(--shadow);
  text-align: center;
  position: relative;
  border: 3px solid transparent;
}
.fee-card.popular {
  border-color: var(--sage-dark);
  transform: translateY(-10px);
}
.fee-card .tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sage-dark);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 6px 18px;
  border-radius: 100px;
  white-space: nowrap;
}
.fee-card h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.fee-card .sub {
  color: var(--text-soft);
  font-size: 0.85rem;
  margin-bottom: 18px;
}
.fee-card .price {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--ink);
  margin-bottom: 2px;
}
.fee-card .price span {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--text-soft);
}
.fee-card .per {
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-bottom: 22px;
}
.fee-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 24px;
}
.fee-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.88rem;
  font-weight: 600;
}
.fee-list li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--sage-dark);
  margin-top: 2px;
}
.fee-card .btn {
  width: 100%;
  justify-content: center;
  font-size: 0.92rem;
  padding: 13px;
}

/* ---------- SAFETY & CARE ---------- */
.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 860px) {
  .safety-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .safety-grid {
    grid-template-columns: 1fr;
  }
}
.safety-card {
  background: #fff;
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: var(--shadow);
}
.safety-card .ic {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.safety-card .ic svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.safety-card:nth-child(3n + 2) .ic {
  background: var(--sky);
}
.safety-card:nth-child(3n + 3) .ic {
  background: var(--blush);
}
.safety-card h4 {
  font-size: 1.02rem;
  margin-bottom: 6px;
}
.safety-card p {
  color: var(--text-soft);
  font-size: 0.9rem;
}

/* ---------- GALLERY ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 860px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.g-card {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
}
.g-card svg {
  width: 100%;
  height: 100%;
}

/* ---------- TESTIMONIALS ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 860px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.t-card {
  background: #fff;
  border-radius: 26px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.t-card .stars {
  color: var(--sun);
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.t-card p {
  font-weight: 700;
  font-size: 0.96rem;
  margin-bottom: 14px;
  color: var(--ink);
}
.t-card .who {
  font-size: 0.84rem;
  color: var(--text-soft);
  font-weight: 700;
}

/* ---------- VISIT / LEAD FORM ---------- */
.visit {
  background: linear-gradient(180deg, var(--cream) 0%, #fdebdd 100%);
}
.visit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}
@media (max-width: 900px) {
  .visit-grid {
    grid-template-columns: 1fr;
  }
}
.visit-info h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.5rem);
  margin-bottom: 14px;
}
.visit-info p {
  color: var(--text-soft);
  margin-bottom: 24px;
  font-weight: 600;
}
.visit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
.visit-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 700;
  font-size: 0.96rem;
}
.visit-list li svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--sage-dark);
  margin-top: 2px;
}

.form-card {
  background: #fff;
  border-radius: 32px;
  padding: 38px;
  box-shadow: var(--shadow);
}
.form-card h3 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.form-card .sub {
  color: var(--text-soft);
  font-size: 0.92rem;
  margin-bottom: 24px;
  font-weight: 600;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 520px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.field {
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.field input,
.field select {
  width: 100%;
  padding: 13px 14px;
  border-radius: 14px;
  border: 2px solid var(--line);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  background: var(--cream);
  outline: none;
  transition: border-color 0.15s ease;
}
.field input:focus,
.field select:focus {
  border-color: var(--sky);
}
.field.invalid input,
.field.invalid select {
  border-color: var(--blush);
}
.field .err {
  display: none;
  color: var(--blush);
  font-size: 0.78rem;
  margin-top: 5px;
  font-weight: 800;
}
.field.invalid .err {
  display: block;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--text-soft);
  margin: 6px 0 22px;
  font-weight: 600;
}
.consent input {
  margin-top: 3px;
}
.submit-btn {
  width: 100%;
  justify-content: center;
  font-size: 1.05rem;
  padding: 17px;
}
.form-success {
  display: none;
  text-align: center;
  padding: 20px 6px;
}
.form-success.show {
  display: block;
}
.form-success .check {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  color: var(--sage-dark);
}
.form-success h3 {
  margin-bottom: 8px;
}
.form-success p {
  color: var(--text-soft);
  margin-bottom: 6px;
  font-weight: 600;
}
.ref {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--blush);
}
#visitForm.hide {
  display: none;
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--ink);
  color: #c4cec5;
  padding: 60px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer-grid h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 16px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.footer-logo svg {
  width: 34px;
  height: 34px;
}
footer p {
  font-size: 0.9rem;
  line-height: 1.7;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.92rem;
}
.footer-links a:hover {
  color: #fff;
}
.socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials a:hover {
  background: var(--blush);
}
.socials svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
  color: #8b9a8c;
}

.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.wa-float svg {
  width: 30px;
  height: 30px;
  color: #fff;
}

::selection {
  background: var(--sage);
  color: #fff;
}
