* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 /* font-family: "Poppins", Arial, sans-serif; */
 font-family: 'Baloo 2';
}

body {
font-family: 'Baloo 2';  /* color: #17324d; */
  background: #fffaf0;
}


.header {
  padding: 16px 7%;
  background: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.logo img {
  width: 85px;
  height: auto;
  display: block;
  object-fit: contain;
}

.phone-btn {
  justify-self: center;
  background-color: #0f9c91;
  /* background: #0f766e; */
  color: white;
  padding: 13px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 15px 35px rgba(185, 186, 186, 0.28);
}

.header-right {
  justify-self: end;
 background-color: #0f9c91;
  color: #dfe0e2;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}

.header-center {
  background: #ffd166;
  color: #17324d;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}



@media (max-width: 768px) {
  .header {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .logo img {
    margin: auto;
  }

  .phone-btn {
    justify-self: center;
  }
}


.logo span {
  color: #0f766e;
  
}

nav a {
  margin: 0 13px;
  text-decoration: none;
  color: #17324d;
  font-weight: 800;
  font-size: 14px;
}

.header-btn,
.primary-btn {
  background: #0f766e;
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 15px 35px rgba(15,118,110,0.32);
  display: inline-block;
}

.hero {
  min-height: 92vh;
  padding: 80px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  background:
    linear-gradient(rgba(5, 35, 55, 0.70), rgba(5, 35, 55, 0.70)),
    url("https://mydiscoveryden.com/wp-content/themes/astra/landimg/school.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}

.hero-content {
  width: calc(100% - 500px);
  max-width: 750px;
}

.badge {
  display: inline-block;
  background: #ffd166;
  color: #17324d;
  padding: 11px 20px;
  border-radius: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 64px;
  line-height: 1.05;
  margin-bottom: 24px;
  color: #10d7c7;
}

.hero h1 span {
  color:  #0fd9c8;
}

.hero-text {
  font-size: 21px;
  line-height: 1.7;
  color: #eef6f3;
  max-width: 760px;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.secondary-btn {
  background: transparent;
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 900;
  border: 2px solid white;
  display: inline-block;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 760px;
}

.stats div {
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 22px;
  border-radius: 24px;
}

.stats h2 {
  font-size: 38px;
  color:  #10d7c7;;
}

.stats p {
  color: white;
  font-weight: 700;
}

.counter::after {
  content: "+";
}

.counter.percent::after {
  content: "%";
}

.hero-form {
  width: 430px;
  min-width: 430px;
  background: white;
  padding: 34px;
  border-radius: 32px;
  box-shadow: 0 35px 90px rgba(0,0,0,0.38);
  margin-left: auto;
}

.hero-form h2 {
  color: #17324d;
  font-size: 34px;
  margin-bottom: 8px;
}

.hero-form p {
  color: #64748b;
  margin-bottom: 22px;
}

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

input,
select,
textarea {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #ddd2bf;
  font-size: 15px;
  outline: none;
  width: 100%;
}

textarea {
  height: 95px;
  resize: none;
}

button {
  padding: 17px;
  border: none;
  border-radius: 18px;
  background-color: #0f9c91;
  color: white;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
.why-choose-section {
  padding: 70px 0 80px;
}

.why-title {
font-family: 'Baloo 2';
  text-align: center;
  font-size: 39px;
  line-height: 1.2;
  font-weight: 800;
  color: #1f9fa3;
  margin: 0 0 50px;
}


.quick-cards {
  margin: 45px 7% 70px;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.hover-card {
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 70px rgba(23,50,77,0.22);
  cursor: pointer;
}

.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}

.hover-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5,35,55,0.9),
    rgba(5,35,55,0.25)
  );
  opacity: 0.75;
  transition: 0.4s ease;
  z-index: 1;
}

.hover-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 35px;
  z-index: 3;
  color: white;
  text-align: center;
  transition: 0.45s ease;
  min-height: 85px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.hover-content h3 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
  color: #ffd166;
  font-weight: 800;
  min-height: 35px;
}

.hover-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 12px;
  color: #ffffff;
  opacity: 1;
  transform: none;
}

.hover-card:hover img {
  transform: scale(1.12);
}

.hover-card:hover::after {
  opacity: 1;
}

.hover-card:hover .hover-content {
  bottom: 32px;
}

.hover-card:hover .hover-content p {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 950px) {
  .quick-cards {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .hover-content {
    bottom: 25px;
  }

  .hover-content p {
    opacity: 1;
    transform: none;
  }
}


.about {
  padding: 10px 7%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.section-tag {
  display: inline-block;
  color: #0f766e;
  background: #e6f7f3;
  /* padding: 10px 18px; */
  border-radius: 50px;
  font-weight: 900;
  margin-bottom: 18px;
}

.about h2,
.why h2,
.mission h2,
.contact h2 {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 18px;
  color:#0f766e;
font-family: 'Baloo 2';}

.about p,
.mission p,
.contact p {
  font-size: 18px;
  line-height: 1.7;
  color: #5f6b7a;
  margin-bottom: 28px;
}

.about-img {
  height: 470px;
  border-radius: 40px;
  overflow: hidden;
  border: 12px solid white;
  box-shadow: 0 35px 90px rgba(23,50,77,0.18);
}

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



.center {
  margin-left: auto;
  margin-right: auto;
}

 .why-carousel-section {
  padding: 35px 7% 55px;
  text-align: center;
}


 .why-carousel-section h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 25px;
  color: #17324d;
}

.carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

/* .why-carousel {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 5px 25px;
  scrollbar-width: none;
} */

.why-carousel::-webkit-scrollbar {
  display: none;
}

/* .why-slide {
  min-width: 360px;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 22px 60px rgba(23,50,77,0.18);
  flex-shrink: 0;
} */

/* .why-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
} */

.why-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 5px 25px;
}

.why-slide {
  width: 100%;
  min-width: 0;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 22px 60px rgba(23,50,77,0.18);
}

.why-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.why-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5,35,55,0.88),
    rgba(5,35,55,0.18)
  );
  opacity: 0.35;
  transition: 0.4s ease;
}

.slide-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -58px;
  z-index: 2;
  text-align: left;
  transition: 0.45s ease;
}

.slide-content h3 {
  font-size: 25px;
   color: #efebee;
  margin-bottom: 8px;
}

.slide-content p {
  font-size: 16px;
  color: white;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(14px);
  transition: 0.4s ease;
}

.why-slide:hover img {
  transform: scale(1.12);
}

.why-slide:hover::after {
  opacity: 1;
}

.why-slide:hover .slide-content {
  bottom: 24px;
}

.why-slide:hover .slide-content p {
  opacity: 1;
  transform: translateY(0);
}
.carousel-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);

  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: white;
  color: #0f766e;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  margin: 0;

  cursor: pointer;
  z-index: 20;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}



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

  .why-carousel-section h2 {
    font-size: 32px;
  }

  .why-slide {
    width: 100%;
    min-width: 0;
    height: 230px;
  }

  .carousel-btn {
    display: none;
  }

  .slide-content {
    bottom: 22px;
  }

  .slide-content p {
    opacity: 1;
    transform: none;
  }
}



.mission {
  padding: 25px 7% 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.mission div {
  background: white;
  padding: 28px 32px;
  border-radius: 28px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.08);
}

.mission h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.mission p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.contact {
  padding: 90px 7%;
  text-align: center;
  background: linear-gradient(135deg, #0f766e, #17324d);
  color: white;
}

.contact h2,
.contact p {
  color: white;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.light {
  color: white;
  border-color: white;
}
.footer-section {
  padding: 45px 7%;
  background: #0f172a;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.footer-col h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #ffd166;
}

.footer-col p {
  font-size: 16px;
  line-height: 1.6;
  color: #e5e7eb;
}

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

.footer-phone {
  color: white;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

.social-footer {
  text-align: right;
}
.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  align-items: center;
}

.social-icons a {
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
}

.social-icons img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: 0.3s ease;
  margin-left: 20px;
}

.social-icons img:hover {
  transform: scale(1.18);
}

.phone-btn {
  color: #e8e9ea;
  text-decoration: none;
  font-weight: 600;
}

.phone-btn i {
  color: #e9e8e7;
  margin-right: 8px;
}

.whatsapp {
  background: #25D366;
}

.instagram {
  background: linear-gradient(135deg, #feda75, #d62976, #962fbf, #4f5bd5);
}

.facebook {
  background: #1877F2;
}

.google {
  background: #DB4437;
}

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

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

  .social-icons {
    justify-content: center;
  }
}


@media (max-width: 950px) {
  .header nav {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    padding: 60px 6%;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-form {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .stats,
  .quick-cards,
  .why-grid,
  .about,
  .mission {
    grid-template-columns: 1fr;
  }

  .quick-cards {
  margin: 45px 7% 70px;
}



  .about {
    text-align: center;
  }

  .about-img {
    height: 330px;
  }

  .contact-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.map-section {
  width: 100%;
  padding: 40px 0;
  background: #f8f3ea;
}

.map-box {
  width: 90%;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 950px) {
  .map-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .map-box {
    height: 300px;
  }
}
@media (max-width: 950px) {
  .why-choose-section {
    padding: 35px 0 25px;
  }

  .quick-cards {
    margin: 25px 7% 25px;
    gap: 18px;
  }

  .hover-card {
    height: 220px;
  }

  .about {
    padding-top: 25px;
  }
}