/* Importing custom fonts */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* Base styles for body */
body {
  font-family: "Quicksand", serif; /* Primary font */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Universal reset for margin, padding, and box-sizing */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Shared button styles */
.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: inline-block;
  padding: 10px;
  background: #fea301;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  transition: opacity 0.3s ease;
  border: none;
  font-family: Quicksand;
}

/* Button hover effect */
.btn:hover {
  opacity: 0.8;
}

/* Footer menu and social icon styles */
.footer-menu,
.social-icons {
  list-style: none;
}

/* Section styling with max-width and centered alignment */
.header,
.curriculum,
.stories,
.our-stories,
.footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  padding-bottom: 60px;
}

/* Hamburger menu for mobile */
.hamburger-menu {
  display: none;
  border: none;
  background: transparent;
}

/* Date styling */
.date {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 3rem;
  font-family: Raleway;
  position: relative;
  top: -25px;
}

/* Navbar styling */
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 2px 0; */
  border-bottom: 1px solid #9a9a9a12;
  /* min-height: 200px; */
}

/* Logo and menu container */
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
}

/* Logo styling */
.logo h3 {
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.88rem;
  margin-left: 8px;
}

/* Menu items with color styling */
.menu {
  gap: 2.5rem;
  list-style: none;
  margin-left: 422px;
}

.menu li a {
  font-size: 18px;
  font-weight: 570;
  line-height: 1.5rem;
  text-decoration: none;
}
.home {
  color: #fea301;
}

.about {
  color: #01acfd;
}

.facilities {
  color: #05d4df;
}

.admission {
  color: #5d58ef;
}

/* Contact button */
.contact-btn {
  width: 8rem;
}

/* Hero section */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 60px;
}

/* Hero content styling */
.hero-content {
  max-width: 640px;
}

.hero-content h1 {
  color: #fea301;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 2.5rem;
}

.hero-content .black {
  color: #111;
}

.hero-content .sky-blue {
  color: #01acfd;
}

.hero-content p {
  color: #111;
  font-size: 17px;
  margin-bottom: 2.5rem;
}

/* Hero image styling */
.hero-img {
  max-width: 468.6px;
}

.hero-img img {
  width: 100%;
}

/* Enrollment and view-all buttons */
.enroll-btn,
.view-all-btn {
  font-weight: 700;
  background: #111;
  width: 14rem;
  text-align: center;
  align-content: center;
}

/* Curriculum section */
.curriculum {
  background: url("../assets/bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.curriculum h2 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 55.5px;
  margin-bottom: 55px;
}

/* Card container and individual card styling */
.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.cards-container .card {
  display: flex;
  max-width: 367.805px;
  max-height: 476.784px;
  padding: 52.819px 40.668px 53.762px 40.878px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32.069px;
  border-radius: 18.864px;
}

.cards-container .card h4 {
  color: #202020;
  font-size: 24.523px;
  font-weight: 700;
  line-height: 30.654px;
}

.cards-container .card p {
  color: #808080;
  text-align: center;
  font-family: Raleway;
  font-size: 15.091px;
  font-weight: 500;
  line-height: 28.296px;
}

/* Read more button inside cards */
.card .read-more-btn {
  text-align: center;
  font-family: "Raleway", serif;
  font-size: 15.091px;
  font-weight: 700;
  line-height: 28.296px;
  border: none;
  background-color: transparent;
}

/* Card styles with different color themes */
.card-1 {
  border: 0.943px solid #def5ff;
  background: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%),
    #fff;
  box-shadow: 0px 0px 28.296px 0.943px rgba(0, 0, 0, 0.05) inset;
}

.card-1 .read-more-btn {
  color: #64c8ff;
}

.card-2 {
  border: 0.943px solid #fff4dc;
  background: linear-gradient(180deg, #fff4dc 0%, rgba(255, 255, 255, 0) 40%),
    #fff;
  box-shadow: 0px 0px 28.296px 0.943px rgba(0, 0, 0, 0.05) inset;
}

.card-2 .read-more-btn {
  color: #f0aa00;
}

.card-3 {
  border-radius: 18.864px;
  border: 0.943px solid #f2e8ff;
  background: linear-gradient(180deg, #eee1ff 0%, rgba(255, 255, 255, 0) 40%),
    #fff;
  box-shadow: 0px 0px 28.296px 0.943px rgba(0, 0, 0, 0.05) inset;
}

.card-3 .read-more-btn {
  color: #8700ff;
}

/* Arrow button container */
.btn-container {
  display: flex;
  justify-content: center;
  gap: 75rem;
  margin-top: -320px;
  margin-bottom: 200px;
}

.arrow-btn {
  color: #fea301;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
  background: white;
}

/* Our stories section */
.our-stories {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../assets/bg.png"),
  linear-gradient(0deg, rgba(254, 163, 1, 0.12), rgba(255, 255, 255, 0.09));
  background-position: top;
  background-size: contain;
}

.our-stories h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}

/* Story card container */
.story-cards-container {
  display: grid;
  grid-template-columns: 540px 1fr 1fr;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.story-big {
  grid-row: span 2;
}

.story-card-img img {
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* Story card and text styling */
.story-card {
  background: #fff;
  border-radius: 16px;
}

.card-text {
  padding: 0 25px 25px 25px;
}

.card-text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 38.347px;
  max-width: 402px;
  margin-bottom: 3.2rem;
}

.first-card-description {
  color: #666;
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.761px;
}

/* Button styles within story cards */
.btn-1 {
  background: #3cd8e8;
  padding: 15px 20px;
  margin-bottom: 1rem;
}

.btn-2,
.btn-3,
.btn-5 {
  padding: 10px 20px;
  margin-bottom: 0.5rem;
}

.btn-2 {
  background: #95b226;
}

.btn-3 {
  background: #5d58f0;
}

.btn-5 {
  font-size: 1rem;
}

.simillar-text {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
}

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

/* Footer styles */
.footer {
  background: #0294d9;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
}

/* Footer left section */
.footer-logo {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 35px;
}

.footer-logo img {

    width: 80px !important;
  /* height: 80px !important;
  max-width: 100%; */
  height: auto;
}

.footer-logo h2 {
  font-family: Quicksand;
  font-size: 35px;
  font-weight: 700;
  line-height: 39.509px;
}

.footer-row {
  flex: 1;
}

.footer-menu li{
  font-size: 12px;
}

.kids-education p {
  font-size: 17px;
}

/* Footer right section */
.footer-menu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.keep-touch,
.about-school {
  display: flex;
  justify-content: center;
}

.about-school h4,
.keep-touch h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.social-icons {
  display: flex;
  column-gap: 0.5rem;
}

.social-icons img {
  width: 40.613px;
}

.subscribe-btn {
  background: #fea301;
  padding: 14px 20px;
  border-radius: 40px;
}

.footer-copy {
  text-align: center;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-top: 40px;
}

.footer-credit {
  text-align: center;
  padding: 20px 0;
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-credit p {
  color: #fff;
  font-size: 14px;
  font-family: Raleway;
  margin: 0;
}

.footer-credit a {
  color: #fea301;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-credit a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Donation Banner Styling */
.donation-banner {
  background: #00acfe;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 2000;
  animation: slideDown 0.5s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.banner-content i {
  color: #fff;
  font-size: 24px;
  animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.1); }
  50% { transform: scale(1); }
}

.banner-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.banner-btn {
  background: #fff;
  color: #fea301;
  padding: 10px 24px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Hero Campaign Message */
.hero-campaign {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #01acfd;
  margin-bottom: 2rem !important;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hero-campaign i {
  color: #01acfd;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.donate-btn {
  background: #fea301;
  font-weight: 700;
  padding: 12px 32px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(254, 163, 1, 0.3);
}

.donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 163, 1, 0.4);
}

/* Donation Impact Section */
.donation-impact {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 100px;
  background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
}

.impact-wrapper {
  text-align: center;
}

.impact-wrapper h2 {
  color: #111;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.impact-subtitle {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
  font-family: Raleway;
}

.impact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.impact-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.impact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #fea301 0%, #ff8c00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.impact-icon i {
  color: #fff;
  font-size: 36px;
}

.impact-card h3 {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.impact-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  font-family: Raleway;
}

.impact-cta {
  background: linear-gradient(135deg, #fea301 0%, #f89500 100%);
  padding: 40px;
  border-radius: 16px;
  color: #fff;
}

.impact-message {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.6;
  font-family: Raleway;
}

.impact-donate-btn {
  background: #fff;
  color: #fea301;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.impact-donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.impact-donate-btn i {
  font-size: 20px;
}

/* Footer Donate Button */
.footer-donate-btn {
  background: #fea301;
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.footer-donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* About Section */
.about-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 100px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.about-wrapper h2 {
  color: #111;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.about-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.about-text {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.about-intro {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  line-height: 1.6;
}

.about-text p {
  color: #666;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: Raleway;
}

/* Read More Toggle */
.read-more-trigger {
  color: #01acfd;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  transition: color 0.3s ease;
  font-size: 16px;
}

.read-more-trigger:hover {
  color: #0294d9;
  text-decoration: underline;
}

.read-more-trigger i {
  font-size: 14px;
}

.about-expanded-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.about-expanded-content.show {
  max-height: 500px;
}

.mission-box {
  background: linear-gradient(135deg, #01acfd 0%, #0294d9 100%);
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(1, 172, 253, 0.3);
  height: fit-content;
}

.mission-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mission-box h3 i {
  font-size: 28px;
}

.mission-box p {
  font-size: 17px;
  line-height: 1.7;
  font-family: Raleway;
}

/* Facilitators Section */
.facilitators-section {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #e9ecef;
}

.facilitators-title {
  color: #111;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.facilitators-subtitle {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  font-family: Raleway;
}

.facilitators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.facilitator-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.facilitator-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.facilitator-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #01acfd 0%, #0294d9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #e0f2fe;
}

.facilitator-image i {
  color: #fff;
  font-size: 48px;
}

.facilitator-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.facilitator-card h4 {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.facilitator-role {
  color: #01acfd;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: Raleway;
}

.facilitator-bio {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  font-family: Raleway;
  font-style: italic;
}

/* What We Offer Section */
.what-we-offer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 100px;
  background: #fff;
}

.offer-wrapper h2 {
  color: #111;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.offer-subtitle {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  font-family: Raleway;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.offer-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  padding: 35px 28px;
  border-radius: 16px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
  border-color: #fea301;
  box-shadow: 0 8px 24px rgba(254, 163, 1, 0.15);
}

.offer-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fea301 0%, #ff8c00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.offer-icon i {
  color: #fff;
  font-size: 32px;
}

.offer-card h4 {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.offer-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  font-family: Raleway;
}

/* Offer Hidden Cards */
.offer-card-hidden {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-top: 0;
}

.offer-card-hidden.show {
  max-height: 1000px;
  margin-top: 30px;
}

.offer-view-all {
  text-align: center;
  margin-top: 40px;
}

.view-all-offer-btn {
  background: #fea301;
  color: #fff;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-all-offer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 163, 1, 0.4);
}

.view-all-offer-btn i {
  font-size: 14px;
}

/* Program Details in Cards */
.program-details {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
}

.program-details p {
  color: #111;
  font-size: 14px;
  margin: 8px 0;
  font-family: Quicksand;
}

.program-details strong {
  color: #fea301;
}

.curriculum-subtitle {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: Raleway;
}

/* Enrollment & Contact Section */
.enrollment-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 100px;
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
}

.enrollment-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
}

.enrollment-info h2 {
  color: #111;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

.enrollment-intro {
  color: #666;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: Raleway;
  line-height: 1.6;
}

.enrollment-details {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.detail-item {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.detail-item:last-child {
  margin-bottom: 0;
}

.detail-item i {
  color: #fea301;
  font-size: 28px;
  margin-top: 4px;
}

.detail-item h4 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.detail-item p {
  color: #666;
  font-size: 16px;
  font-family: Raleway;
  line-height: 1.5;
}

.enrollment-cta {
  background: linear-gradient(135deg, #fea301 0%, #f89500 100%);
  padding: 35px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}

.enrollment-cta h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.enrollment-cta p {
  font-size: 16px;
  margin-bottom: 24px;
  font-family: Raleway;
}

.enroll-cta-btn {
  background: #fff;
  color: #fea301;
  padding: 14px 32px;
  font-size: 17px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.enroll-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.contact-info {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-info h3 {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: start;
}

.contact-item i {
  color: #01acfd;
  font-size: 24px;
  margin-top: 2px;
}

.contact-item h4 {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-item p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  font-family: Raleway;
}

.contact-item a {
  color: #01acfd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #0294d9;
  text-decoration: underline;
}

/* Responsive mobile devices */

@media (max-width: 767px) {
  /* Donation Banner Mobile */
  .donation-banner {
    padding: 12px 16px;
  }

  .banner-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .banner-content p {
    font-size: 14px;
  }

  .banner-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  /* Hero Campaign Mobile */
  .hero-campaign {
    padding: 16px;
    font-size: 14px;
    flex-direction: column;
    text-align: center;
  }

  .hero-campaign i {
    font-size: 24px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .donate-btn {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
  }

  /* Donation Impact Mobile */
  .donation-impact {
    padding: 40px 16px;
  }

  .impact-wrapper h2 {
    font-size: 28px;
  }

  .impact-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .impact-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .impact-card {
    padding: 30px 20px;
  }

  .impact-cta {
    padding: 30px 20px;
  }

  .impact-message {
    font-size: 16px;
  }

  .impact-donate-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
  }

  .footer-donate-btn {
    width: 100%;
    justify-content: center;
  }

  /* About Section Mobile */
  .about-section {
    padding: 40px 16px;
  }

  .about-wrapper h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-text {
    padding: 24px;
  }

  .about-intro {
    font-size: 17px;
  }

  .about-text p {
    font-size: 15px;
  }

  .mission-box {
    padding: 28px;
  }

  .mission-box h3 {
    font-size: 22px;
  }

  .mission-box p {
    font-size: 15px;
  }

  /* Facilitators Mobile */
  .facilitators-section {
    margin-top: 40px;
    padding-top: 40px;
  }

  .facilitators-title {
    font-size: 26px;
  }

  .facilitators-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .facilitators-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .facilitator-card {
    padding: 28px 20px;
  }

  .facilitator-image {
    width: 100px;
    height: 100px;
  }

  .facilitator-image i {
    font-size: 40px;
  }

  .facilitator-card h4 {
    font-size: 20px;
  }

  .facilitator-role {
    font-size: 14px;
  }

  .facilitator-bio {
    font-size: 14px;
  }

  /* What We Offer Mobile */
  .what-we-offer {
    padding: 40px 16px;
  }

  .offer-wrapper h2 {
    font-size: 28px;
  }

  .offer-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .offer-card {
    padding: 28px 20px;
  }

  /* Curriculum Mobile */
  .curriculum-subtitle {
    font-size: 15px;
    padding: 0 16px;
  }

  /* Enrollment & Contact Mobile */
  .enrollment-section {
    padding: 40px 16px;
  }

  .enrollment-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .enrollment-info h2 {
    font-size: 28px;
  }

  .enrollment-intro {
    font-size: 16px;
  }

  .enrollment-details {
    padding: 24px;
  }

  .detail-item {
    gap: 16px;
  }

  .detail-item i {
    font-size: 24px;
  }

  .detail-item h4 {
    font-size: 16px;
  }

  .detail-item p {
    font-size: 14px;
  }

  .enrollment-cta {
    padding: 28px 20px;
  }

  .enrollment-cta h3 {
    font-size: 24px;
  }

  .enroll-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
  }

  .contact-info {
    padding: 28px;
  }

  .contact-info h3 {
    font-size: 26px;
  }

  .contact-item i {
    font-size: 20px;
  }

  .header,
  .curriculum,
  .our-stories {
    padding: 0;
  }

  .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 0.2px solid #FEA301;
  }

  .menu,
  .contact-btn,
  .story-big {
    display: none;
  }

  .logo h3{
    font-size: 26px;
  }

  .hamburger-menu {
    display: block;
    font-size: 30px;
  }

  .menu {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
  .menu.active {
    display: flex;
  }
  
  .menu li a {
    color: #fea301;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .hero {
    flex-direction: column-reverse;
    row-gap: 20px;
    padding: 8px 16px;
    padding-bottom: 60px;
  }

  .hero-content {
    text-align: center;
    padding-left: 20px;
  }

  .our-stories {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../assets/bg.png"),
      linear-gradient(0deg, rgba(254, 163, 1, 0.3), rgba(255, 255, 255, 0.3));
    background-position: top;
    background-size: contain;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 18px;
  }

  .hero-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
  }

  .hero .hero-img {
    padding: 20px 10px 0 10px;
  }

  .enroll-btn,
  .view-all-btn {
    width: auto;
    padding: 6px 24px;
    font-size: 16px;
    border-radius: 12px;
  }

  /* marquee section for mobile */
  .marquee {
    padding: 16px;
  }

  /* curriculum section for mobile */

  .curriculum h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }

  .cards-container {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .btn-container {
    display: none;
  }

  .footer-container {
    flex-direction: column;
  }
  .keep-touch,
  .about-school {
    display: flex;
    justify-content: flex-start;
  }

  .center-btn {
    text-align: center;
    padding-bottom: 40px;
  }

  .date,
  .btn-2 {
    font-size: 9px;
    padding: 6px 12px;
    position: static;
    /* top: -16px; */
    text-align: center;
    margin-bottom: 14px;
  }

  .card-text {
    padding: 0 22px 0 22px;
    position: relative;
    top: -20px;
  }

  .story-cards-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .simillar-text {
    font-size: 9.133px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.125px;
  }

  .footer {
    padding: 4rem 1rem;
  }

  .footer-logo {
    margin-bottom: 1.5rem;
  }

  .kids-education p {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .about-school {
    margin-bottom: 31px;
  }

  .about-school h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
  }

  .keep-touch h4 {
    font-size: 22.043px;
    font-weight: 700;
    line-height: 22.043px;
  }

  .footer-menu li {
    margin-bottom: 17px;
  }

  .footer-menu li a {
    font-size: 16.957px;
    font-weight: 500;
  }

  /* our stories section */
  .our-stories h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 26px;
  }
  .story-cards-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 11px;
    margin-bottom: 20px;
  }

  .footer-logo h2 {
    font-size: 35px;
  }
}