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

body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fffdf2;
  color: #10304a;
}

h1,
h2,
h3,
.logo,
.admission-pill,
.phone-btn,
button {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
}

p,
a,
input,
select,
textarea {
  font-family: "Poppins", Arial, sans-serif;
}

h1,
h2,
h3,
.logo,
.admission-pill,
.phone-btn,
button {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
}

p,
a,
input,
select,
textarea {
  font-family: "Poppins", Arial, sans-serif;
}

h1,
h2,
h3,
.logo,
.admission-pill,
.phone-btn,
button {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
}

p,
a,
input,
select,
textarea {
  font-family: "Poppins", Arial, sans-serif;
}

.header {
  padding: 14px 7%;
  background: #fffdf2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}

.logo {
  width: 150px;
}

.phone-btn {
  justify-self: center;
  background: #00a7c8;
  color: white;
  padding: 11px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 800;
}

.admission-pill {
  justify-self: end;
  background: #ffd33d;
  padding: 11px 22px;
  border-radius: 4px;
  font-weight: 900;
  font-size: 14px;
}


 /* .hero {
  min-height: 92vh;
  padding: 45px 7% 60px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 55px;

  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.35), transparent 20%),
    linear-gradient(135deg, #08aecd, #05b7d1);

  position: relative;
  overflow: hidden;
}


.hero-content {
  width: calc(100% - 520px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero-content h1 {
  font-size: 58px;
  line-height: 1.15;
  margin-bottom: 18px;
  text-align: center;
  max-width: 900px;
}

 .hero-content p {
  font-size: 20px;
  max-width: 820px;
  margin: 0 auto 30px;
  line-height: 1.5;
  text-align: center;
}

.hero-content img {
  width: 100%;
  max-width: 850px;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.25);
}


.hero-content img {
  width: 650px;
  max-width: 100%;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.25);
}



hero-form {
  width: 500px;
  min-height: 520px;

  background: rgba(255,255,255,0.42);
  padding: 40px;
  border-radius: 32px;

  backdrop-filter: blur(14px);

  box-shadow: 0 25px 70px rgba(0,0,0,0.18);

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-form h3 {
  color: #07324a;
  margin-bottom: 22px;
  text-align: center;
  font-size: 22px;
}

form {
  display: grid;
  gap: 16px;
}


 input,
select {
  padding: 18px;
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 16px;
}

 button {
  padding: 18px;
  border: none;
  border-radius: 20px;
  background: #07324a;
  color: white;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
} */
 .hero {
  padding: 35px 7% 60px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.25), transparent 22%),
    linear-gradient(135deg, #08aecd, #05b7d1);
}

.hero-heading {
  text-align: center;
  margin-bottom: 35px;
}

.hero-heading h1 {
  font-size: 44px;
  line-height: 1.15;
   color: #3928f4;
  font-weight: 900;
}

.hero-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: stretch;
}

.hero-form {
  background: rgba(255,255,255,0.42);
  padding: 34px;
  border-radius: 55px;
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.18);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-form h3 {
  color: #0a0a0a;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

input,
select {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid #111;
  outline: none;
  font-size: 16px;
  background: white;
}

select {
  grid-column: span 1;
}

button {
  grid-column: 1 / 3;
  justify-self: center;
  padding: 16px 34px;
  border: none;
  border-radius: 30px;
  background: white;
  color: #07324a;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.hero-image {
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,0.18);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 950px) {
  .hero-body {
    grid-template-columns: 1fr;
  }

  form {
    grid-template-columns: 1fr;
  }

  button {
    grid-column: 1;
  }

  .hero-heading h1 {
    font-size: 34px;
  }
}
.number-section {
  padding: 35px 7%;
  background: #fffdf2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}

.number-section div {
  background: white;
  padding: 28px 20px;
  border-radius: 24px;
  box-shadow: 0 12px 45px rgba(0,0,0,0.08);
}

.number-section h2 {
  font-size: 42px;
  color: #05a9c8;
  margin-bottom: 8px;
}

.number-section h2::after {
  content: "+";
}

.number-section h2.no-plus::after {
  content: "";
}

.number-section p {
  color: #10304a;
  font-weight: 800;
}

@media(max-width: 950px) {
  .number-section {
    grid-template-columns: 1fr;
  }
}


.tabs {
  background: #fff8c7;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 18px 7%;
}

.tabs a {
  color: #17324d;
  text-decoration: none;
  font-weight: 900;
}

.learn {
  padding: 30px 7%;
  text-align: center;
  background: #fffdf2;
}

.learn h2,
.yellow-section h2,
.testimonials h2,
.gallery h2,
.map-text h2 {
  font-size: 38px;
  margin-bottom: 12px;
}

.learn > p {
  color: #5d6d7c;
  margin-bottom: 38px;
}

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

.card {
  background: white;
  padding: 22px;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.09);
}

.card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 14px;
}

.card h3 {
  color: #087f8f;
  margin-bottom: 8px;
}

.card p {
  color: #607080;
  font-size: 14px;
}

.yellow-section {
  padding: 75px 7%;
  text-align: center;
  background: #ffd33d;
}

.yellow-section p {
  max-width: 1050px;
  margin: auto;
  color: #263238;
  font-size: 18px;
  line-height: 1.7;
  
}

/* .features {
  padding: 55px 7%;
  background: #ffd33d;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
} */

.features {
  padding: 0px 7%;
  background: #ffd33d;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
  transition: 0.3s ease;
  padding: 20px;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.feature-card h3 {
  color: #087f8f;
  font-size: 22px;
  padding: 20px 20px 8px;
}

.feature-card p {
  color: #607080;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 20px 24px;
}

@media(max-width: 950px) {
  .features {
    grid-template-columns: 1fr;
  }
}
.features div {
  background: white;
  padding: 26px;
  border-radius: 20px;
}

.features h3 {
  color: #087f8f;
  margin-bottom: 10px;
}

.features p {
  color: #607080;
}

.testimonials {
  padding: 55px 7%;
  text-align: center;
  background: #ffd33d;
}

.gallery {
  padding: 70px 7%;
  text-align: center;
}

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

.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}

.map-section {
  padding: 40px 7%;
  background: #fffdf2;
}

.map-box {
  width: 100%;
  max-width: 1400px;
  height: 520px;
  margin: auto;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map-button-wrap {
  text-align: center;
  margin-top: 18px;
}

.map-btn {
  display: inline-block;
  background: #00a7c8;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 900;
}


.map-btn {
  display: inline-block;
  background: #00a7c8;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 900;
}
.footer {
  background: #10304a;
  color: white;
  padding: 40px 7%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.footer h3 {
  color: #ffd33d;
  margin-bottom: 10px;
}

.footer a {
  color: white;
  display: block;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-social-icons {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 12px;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-social-icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: 0.3s ease;
}

.footer-social-icons img:hover {
  transform: scale(1.18);
}
.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: start;
  gap: 40px;
}

.footer-phone {
  text-align: center;
}

.footer-phone p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media(max-width: 950px) {
  .header,
  .hero,
  .cards,
  .features,
  .gallery-grid,
  .map-section,
  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .phone-btn,
  .admission-pill {
    justify-self: center;
  }

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

  .tabs {
    flex-wrap: wrap;
    gap: 18px;
  }
}
@media(max-width: 950px) {

  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    width: 100%;
  }

  .hero-form {
    width: 100%;
    min-height: auto;
  }

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

  .hero-content img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px 6%;
  }

  .logo {
    width: 95px;
    justify-self: start;
  }

  .phone-btn {
    justify-self: end;
    padding: 10px 16px;
    font-size: 14px;
  }

  .admission-pill {
    grid-column: 1 / 3;
    justify-self: center;
    font-size: 13px;
    padding: 10px 16px;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
    gap: 28px;
  }

  .footer h3 {
    text-align: center;
    margin-bottom: 12px;
  }

  .footer p,
  .footer a {
    text-align: center;
  }

  .footer-social-icons {
    justify-content: center;
    gap: 28px;
    margin-top: 14px;
  }

  .footer-social-icons img {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding: 30px 6% 45px;
  }

  .hero-heading h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .hero-body {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-form {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    padding: 32px;
    border-radius: 42px;
  }

  .hero-image {
    max-width: 650px;
    width: 100%;
    height: 360px;
    min-height: 360px;
    margin: 0 auto;
  }

  .hero-image img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .hero-heading h1 {
    font-size: 26px;
  }

  .hero-form {
    padding: 26px 20px;
    border-radius: 35px;
  }

  .hero-form h3 {
    font-size: 19px;
  }

  .hero-image {
    height: 300px;
    min-height: 300px;
  }
}