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

:root {
  --primary-color: #2a9d8f;
  --secondary-color: #e76f51;
  --accent-color: #f4a261;
  --dark-color: #264653;
  --light-color: #f8f9fa;
  --white: #ffffff;
  --text-dark: #2c3e50;
  --text-light: #6c757d;
  --gradient-1: linear-gradient(135deg, #2a9d8f 0%, #264653 100%);
  --gradient-2: linear-gradient(135deg, #e76f51 0%, #f4a261 100%);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.navbar {
  padding: 1rem 0;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.logo i {
  font-size: 2rem;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

.nav-menu a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: var(--primary-color);
}

.btn-donate {
  background: var(--gradient-2);
  color: var(--white);
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
}

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

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: var(--dark-color);
  transition: all 0.3s ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--gradient-1);
  color: var(--white);
  padding-top: 80px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300 Q300,100 600,300 T1200,300 L1200,600 L0,600 Z" fill="rgba(255,255,255,0.05)"/></svg>') no-repeat bottom;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1s ease 0.2s backwards;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
  animation: fadeInUp 1s ease 0.4s backwards;
}

.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background: var(--white);
  color: var(--primary-color);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-secondary:hover {
  background: var(--white);
  color: var(--primary-color);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  animation: fadeInUp 1s ease 0.6s backwards;
}

.stat {
  text-align: center;
}

.stat i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--accent-color);
}

.stat h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat p {
  font-size: 1rem;
}

@keyframes fadeInUp {
  from
}

section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.divider {
  width: 80px;
  height: 4px;
  background: var(--gradient-2);
  margin: 0 auto 1rem;
  border-radius: 2px;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--text-light);
}

.about {
  background: var(--light-color);
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.founder-story {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3rem;
  align-items: start;
}

.founder-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.founder-image img {
  width: 100%;
  height: auto;
  display: block;
}

.founder-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--dark-color);
  margin-bottom: 0.5rem;
}

.founder-text h4 {
  color: var(--primary-color);
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.founder-text p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: var(--text-dark);
}

blockquote {
  background: var(--white);
  padding: 2rem;
  border-left: 4px solid var(--primary-color);
  border-radius: 10px;
  margin-top: 2rem;
  position: relative;
}

blockquote i {
  font-size: 2rem;
  color: var(--accent-color);
  opacity: 0.3;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

blockquote p {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

blockquote cite {
  font-weight: 600;
  color: var(--primary-color);
  font-style: normal;
}

.mission-vision-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.mvv-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.mvv-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.mvv-icon i {
  font-size: 2rem;
  color: var(--white);
}

.mvv-card h3 {
  font-size: 1.5rem;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.mvv-card p {
  color: var(--text-dark);
  line-height: 1.8;
}

.mvv-card ul {
  list-style: none;
  text-align: left;
}

.mvv-card ul li {
  padding: 0.5rem 0;
  color: var(--text-dark);
}

.mvv-card ul li i {
  color: var(--primary-color);
  margin-right: 10px;
}

.programs {
  background: var(--white);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.program-card {
  background: var(--light-color);
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.program-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.program-card.featured {
  background: var(--gradient-1);
  color: var(--white);
  transform: scale(1.05);
}

.program-card.featured:hover {
  transform: scale(1.08) translateY(-10px);
}

.featured-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: var(--secondary-color);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.program-icon {
  width: 100px;
  height: 100px;
  background: var(--gradient-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.program-card.featured .program-icon {
  background: var(--white);
}

.program-icon i {
  font-size: 2.5rem;
  color: var(--white);
}

.program-card.featured .program-icon i {
  color: var(--primary-color);
}

.program-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.program-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.program-card.featured .program-price {
  color: var(--accent-color);
}

.program-card p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.program-card.featured p {
  color: rgba(255, 255, 255, 0.95);
}

.program-features {
  list-style: none;
  text-align: left;
  margin-bottom: 2rem;
}

.program-features li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.program-features i {
  color: var(--primary-color);
}

.program-card.featured .program-features i {
  color: var(--accent-color);
}

.btn-program {
  background: var(--gradient-1);
  color: var(--white);
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-program:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.program-card.featured .btn-program {
  background: var(--white);
  color: var(--primary-color);
}

.impact {
  background: var(--dark-color);
  color: var(--white);
}

.impact .section-header h2,
.impact .section-header p {
  color: var(--white);
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.impact-stat {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.impact-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.impact-stat p {
  font-size: 1.1rem;
}

.testimonials h3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  text-align: center;
}

.testimonial-image {
  margin-bottom: 1.5rem;
}

.testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid var(--accent-color);
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.testimonial-card h4 {
  color: var(--accent-color);
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.testimonial-card span {
  font-size: 0.9rem;
  opacity: 0.8;
}

.stars {
  margin-top: 1rem;
}

.stars i {
  color: var(--accent-color);
  font-size: 1rem;
}

.enroll {
  background: var(--light-color);
}

.enroll-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.enroll-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--dark-color);
  margin-bottom: 1.5rem;
}

.enroll-info>p {
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.enroll-benefits {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.benefit {
  display: flex;
  gap: 1rem;
  align-items: start;
}

.benefit i {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-top: 5px;
}

.benefit h4 {
  font-size: 1.1rem;
  color: var(--dark-color);
  margin-bottom: 0.3rem;
}

.benefit p {
  color: var(--text-light);
}

.enroll-form-container,
.donate-form-container,
.contact-form-container {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.enroll-form h3,
.donate-form h3,
.contact-form h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--dark-color);
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}

.form-group textarea {
  resize: vertical;
}

.enroll-form button,
.donate-form button,
.contact-form button {
  width: 100%;
  padding: 1rem;
  background: var(--gradient-1);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.enroll-form button:hover,
.donate-form button:hover,
.contact-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(42, 157, 143, 0.3);
}

.donate {
  background: var(--white);
}

.donate-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.donate-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--dark-color);
  margin-bottom: 2rem;
}

.donation-impact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.impact-item {
  display: flex;
  gap: 1.5rem;
  align-items: start;
}

.impact-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.impact-icon i {
  font-size: 1.5rem;
  color: var(--white);
}

.impact-item h4 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.impact-item p {
  color: var(--text-dark);
  line-height: 1.7;
}

.donation-amounts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.8rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.radio-option:hover {
  border-color: var(--primary-color);
}

.radio-option input[type="radio"] {
  width: auto;
}

.radio-option input[type="radio"]:checked+span {
  color: var(--primary-color);
  font-weight: 600;
}

.form-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-light);
  margin-top: 1rem;
}

.contact {
  background: var(--light-color);
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-item {
  display: flex;
  gap: 1.5rem;
  align-items: start;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 1.5rem;
  color: var(--white);
}

.contact-item h4 {
  font-size: 1.2rem;
  color: var(--dark-color);
  margin-bottom: 0.5rem;
}

.contact-item p {
  color: var(--text-dark);
}

.social-links {
  margin-top: 1rem;
}

.social-links h4 {
  font-size: 1.2rem;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

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

.social-icons a {
  width: 50px;
  height: 50px;
  background: var(--gradient-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(42, 157, 143, 0.3);
}

footer {
  background: var(--dark-color);
  color: var(--white);
  padding: 3rem 0 1rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.footer-column h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--accent-color);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-logo i {
  font-size: 1.8rem;
  color: var(--accent-color);
}

.footer-column p {
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 0.8rem;
}

.footer-column ul li a {
  color: var(--white);
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.footer-column ul li a:hover {
  opacity: 1;
  color: var(--accent-color);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  opacity: 0.7;
  font-size: 0.9rem;
}

@media (max-width: 968px) {
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: var(--white);
    width: 100%;
    text-align: center;
    transition: left 0.3s ease;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    gap: 1rem;
  }

  .nav-menu.active {
    left: 0;
  }

  .hamburger {
    display: flex;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .founder-story {
    grid-template-columns: 1fr;
  }

  .mission-vision-values {
    grid-template-columns: 1fr;
  }

  .programs-grid {
    grid-template-columns: 1fr;
  }

  .program-card.featured {
    transform: scale(1);
  }

  .impact-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .enroll-content,
  .donate-content,
  .contact-content {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .impact-stats {
    grid-template-columns: 1fr;
  }

  .donation-amounts {
    grid-template-columns: 1fr;
  }
}