* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Baloo 2", sans-serif;
    font-weight: 300;

}

/* body {
    margin: 0;
    font-family: 'Baloo 2';
    background: #fff;
    overflow-x: hidden;
} */

.top-tabs {
    background: none;
    padding: 20px;
    text-align: center;
    margin-top: 100px;
}

.top-tabs span {
    padding: 12px 25px;
    margin: 0 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background-color: #28a745;
}

#contact-tab {
    background-color: #28a745;
    /* font-size: 30px; */
}

#admission-tab {
    background-color: #007bff;
    /* font-size: 30px; */
}

#daycare-tab {
    background-color: #dc3545;
    /* font-size: 30px; */
}

.top-tabs .active {
    box-shadow: 0 0 0 3px #fff;

}

.header {
    background: #ccefff;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.form-location-section {
    background: url('backgroundongreen.png') no-repeat center;
    background-size: cover;
    position: relative;
    padding: 30px 10px;
    background-color: #3cb043;
}

.star.center-star {
    width: 60px;
    display: block;
    margin: 0 auto 10px;
}

.form-container {
    max-width: 600px;
    margin: 0 auto 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input,
textarea,
select {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    resize: vertical;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;

}

button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}

.location {
    position: relative;
    text-align: center;
    padding-bottom: 180px;
}

.location h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 35px;
}

#map {
    width: 40%;
    height: 300px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid white;
}

.kid {
    position: absolute;
    bottom: 0;
    width: 400px;
    height: 400px;
}

.kid-left {
    left: 0;
}

.kid-right {
    right: 0;
}
#contact-form button {
    background-color: #3cb043;
   
}

.btn-green {
    background-color: #3cb043;
}

.btn-blue {
    background-color: #007bff;
}

.btn-red {
    background-color: #dc3545;
}

/* For devices up to 1024px (e.g., small desktops and large tablets in landscape) */
@media (max-width: 1024px) {
    .kid {
            position: absolute;
            bottom: 0;
            width: 227px;
            height: 327px;
        }
    .cloud{
            display: none;
        }
    .footer-content {
        align-items: flex-start;
}
}

/* For devices up to 768px (e.g., tablets in portrait mode) */
@media (max-width: 768px) {
    .kid {
            position: absolute;
            bottom: 0;
            width: 227px;
            height: 327px;
        }
    .footer-heading {
            margin-bottom: 12px;
            margin-top: 87px;
        }
    .cloud {
             display: none;
         }
}

/* For devices up to 480px (e.g., mobile phones) */
@media (max-width: 480px) {
.cloud {
        display: none;
    }
.kid {
        position: absolute;
        bottom: 0;
        width: 140px;
        height: 220px;
    }

.top-tabs span {
        padding: 10px 1px;
        
        }

.footer-heading {
    margin-bottom: 0px;
    margin-top: 60px;
}
}


/* footer.css */

.footer {
    background: url('yellow_background.png') no-repeat center center/cover;
    position: relative;
    padding: 45px 32px 29px;
    color: #000;
    overflow: hidden;
}

.footer-heading {
    color: #000;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: left;
    max-width: 900px;
    margin-inline: auto;
    padding: 0 1rem;
}

.footer-content {
    background-color: #fff;
    border-radius: 10px;
    /* padding: 2rem; */
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 900px;
    /* reduced from 1200px */
    margin: auto;
    z-index: 2;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-info,
.hours-links {
    flex: 1 1 300px;
    padding: 1rem;
}

.contact-info h2,
.operating-hours h3,
.quick-links h3 {
    margin-bottom: 1rem;
    color: #000;
}

.operating-hours,
.quick-links {
    margin-bottom: 1.5rem;
}

.quick-links nav1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    width: 210px;
}

.quick-links a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.quick-links a:hover {
    text-decoration: underline;
}

.footer-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.kids-rainbow {
    position: absolute;
    right: 0;
    bottom: -25px;
    max-width: 500px;
    width: 100%;
    z-index: 1;
}

.cloud {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 2;
}

.cloud1 {
    bottom: 111px;
    left: -2.5%;
}

.cloud2 {
    bottom: 295px;
    left: 35%;
    top: -1%;
}

.cloud3 {
    bottom: 295px;
    left: 60%;
     top: -1%;
}

@media screen and (max-width: 768px) {
    .footer-content {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .kids-rainbow {
        max-width: 250px;
    }

    .cloud {
        width: 60px;
    }

    .cloud1 {
        bottom: 150px;
    }

    .cloud2 {
        bottom: 160px;
    }

    .cloud3 {
        bottom: 140px;
    }
}

@media (min-width: 1200px) {
    .footer-content{
        display: flex;
    }
 }

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
    }

    .navbar {
      /* max-width: 1200px; */
      margin: 0 auto;
      padding: 0 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position:fixed;
      width:100%;
      background-color:white;

    }

    .logo {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .logo img {
      height: 80px;
  width: 140px;
    }

    .tagline {
      font-size: 0.75rem;
      color: #fff;
    }

    nav {
      display: flex;
      gap: 2rem;
      margin-right: 25px;
    }

    nav a {
      text-decoration: none;
      font-size: 1rem;
      color: #00aaff;
      transition: color 0.3s;
    }

    nav a:hover {
      color: #0077b6;
    }

    nav a.contact {
      color: #ffca28;
    }

    .hamburger {
      font-size: 2rem;
      color: #00aaff;
      display: none;
      background: none;
      border: none;
      cursor: pointer;
    }

    .mobile-menu {
      display: none;
      flex-direction: column;
      /* padding: 1rem; */
      background-color: rgba(255, 255, 255, 0.95);
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
    }

    .mobile-menu a {
      padding: 0.5rem 1rem;
      color: #009be0;
      text-decoration: none;
    }

    .mobile-menu a.contact {
      color: #ffca28;
    }

    /* Hero */
    /* .hero {
      background: url('hero (2).png') repeat-x bottom;
      height: 680px;
      background-size: cover;
      background-position: bottom;
      position: relative;
    } */

    /* Responsive */
    @media (max-width: 768px) {
      nav {
        display: none;
      }

      .hamburger {
        display: block;
        margin-right: 15px ;
      }

      .mobile-menu.show {
        display: flex;
        margin-top: 50px;
        text-align: center;
      }

      .tagline {
        color: #333;
      }
    }

    @media screen and (max-width: 370px) {
  .kid {
    width: 120px;
    height: 180px;
  }

  .form-container {
    padding: 15px 10px;
  }

  .top-tabs {
    padding: 15px 5px;
  }

  .top-tabs span {
    display: block;
    margin: 10px auto;
    width: 90%;
    font-size: 14px;
    padding: 10px;
  }

  #map {
    width: 100%;
    height: 200px;
  }

  .location h3 {
    font-size: 24px;
  }

  input,
  textarea,
  select {
    font-size: 14px;
    padding: 10px;
  }

  button {
    padding: 12px;
    font-size: 15px;
  }
}
