
   * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} header {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #f25ca2;
  transform: translateY(-4px);
  text-decoration: none;
  line-height: 44px;
  letter-spacing: -0.5px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
}

nav a {
  color: #f25ca2;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}

nav a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #f25ca2;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  
    .hero {
      position: relative;
      background: linear-gradient(135deg, #ffe3ec, #fff0f6);
      padding: 100px 20px;
      text-align: center;
      overflow: hidden;
    }
  
    .hero::before {
      content: '';
      position: absolute;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle at 50% 50%, #ff69b4aa, transparent);
      border-radius: 50%;
      top: -200px;
      left: -200px;
      z-index: 0;
    }
  
    .hero::after {
      content: '';
      position: absolute;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle at 50% 50%, #ffaacc55, transparent);
      border-radius: 50%;
      bottom: -100px;
      right: -100px;
      z-index: 0;
    }
  
    .hero h1, .hero p {
      position: relative;
      z-index: 1;
    }
  
    .hero h1 {
      font-size: 48px;
      color: #f25ca2;
      margin-bottom: 20px;
      animation: floatUp 1.2s ease-out;
    }
  
    .hero p {
      font-size: 18px;
      max-width: 700px;
      margin: auto;
      color: #5f5f5f;
      animation: fadeIn 1.6s ease-out;
    }
header {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #f25ca2;
  transform: translateY(-4px);
  text-decoration: none;
  line-height: 44px;
  letter-spacing: -0.5px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
}

nav a {
  color: #f25ca2;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}

nav a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #f25ca2;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}


body {
  font-family: 'Inter', sans-serif;
  background: #fff5f8;
  color: #333;
  line-height: 1.6;
}

header {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #f25ca2;
  transform: translateY(-4px);
  text-decoration: none;
  line-height: 44px;
  letter-spacing: -0.5px;
}
.heart-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-heart {
  position: absolute;
  width: 100px;
  opacity: 0.08;
  filter: blur(2px);
}

.heart-top-left {
  top: 60px;
  left: 30px;
}

.heart-bottom-right {
  bottom: 40px;
  right: 40px;
}


nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
}

nav a {
  color: #f25ca2;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}

nav a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #f25ca2;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 100px 20px;
  background: linear-gradient(145deg, #fff0f9, #ffd6e8);
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  text-align: center;
}

.hero > * {
  z-index: 2;
}

.hero-text {
  flex: 1 1 400px;
  max-width: 600px;
  padding: 20px;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(to right, #f25ca2, #6f42c1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.cta-button {
  background: #f25ca2;
  color: white;
  padding: 14px 30px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-button:hover {
  background: #6f42c1;
  transform: translateY(-3px);
}

.hero-image {
  flex: 1 1 400px;
  padding: 20px;
}

.hero-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.stats {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  background: #fff;
}

.stat-box {
  flex: 1 1 240px;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(242, 92, 162, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #ffe0eb;
}

.stat-box:hover {
  transform: scale(1.05);
}

.stat-box h2 {
  font-size: 36px;
  color: #f25ca2;
  margin-bottom: 8px;
}

.stat-box p {
  font-size: 16px;
  color: #666;
}
.mission {
  background: linear-gradient(145deg, #fff0f9, #ffd6e8);
  padding: 80px 20px;
  text-align: center;
}

.mission h2 {
  font-size: 32px;
  color: #f25ca2;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.mission p {
  font-size: 18px;
  max-width: 760px;
  margin: auto;
  color: #444;
  line-height: 1.8;
}


/* --- Forum Cards --- */
.forum {
  background: #fff;
  padding: 60px 20px;
}

.forum h2 {
  font-size: 28px;
  text-align: center;
  color: #f25ca2;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  max-width: 1000px;
  margin: auto;
}

.tutor-card {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
  border: 1px solid #ffd5e8;
  transition: 0.3s ease;
}

.tutor-card:hover {
  transform: translateY(-4px);
  background: #fff7fb;
}

.tutor-card h3 {
  color: #f25ca2;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.tutor-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 6px;
}

/* --- Testimonials --- */
.testimonials {
  background: #fff0f6;
  padding: 60px 20px;
  text-align: center;
}

.testimonials h2 {
  color: #f25ca2;
  font-size: 28px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}

.testimonial-box {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  color: #444;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.testimonial-box span {
  display: block;
  margin-top: 12px;
  color: #888;
  font-size: 16px;
}


/* --- Footer --- */
footer {
  background: #f25ca2;
  color: white;
  text-align: center;
  padding: 24px 0;
  margin-top: 60px;
  font-weight: 500;
  font-size: 14px;
}.hero-collage {
  position: relative;
  background: linear-gradient(135deg, #fff0f9, #ffd6e8);
  padding: 80px 20px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  text-align: center;
}


.hero-center-text {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: auto;
  padding: 20px;
}

.hero-center-text h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(to right, #f25ca2, #6f42c1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.hero-collage {
  margin-bottom: 80px; /* adds space before the next section */
}
.mission {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .hero-collage {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-center-text h1 {
    font-size: 32px;
  }

  .hero-center-text p {
    font-size: 16px;
  }
}


.hero-center-text p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-center-text .cta-button {
  background: #f25ca2;
  color: white;
  padding: 14px 30px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-center-text .cta-button:hover {
  background: #6f42c1;
  transform: translateY(-3px);
}.collage-img {
  position: absolute;
  width: 260px; /* smaller size */
  height: auto;
  border-radius: 0; /* remove rounded corners */
  box-shadow: none; /* remove shadow that causes "white box" illusion */
  object-fit: contain;
  z-index: 1;
  transition: transform 0.3s ease;
  background: transparent;
}

.collage-img.img2 {
  top: 100px;
  right: 5%;
  width: 260px;
  animation: floatHeart 6s ease-in-out infinite alternate;
}

.collage-img:hover {
  transform: scale(1.05);
}

.collage-img.img1 {
  top: 60px;
  left: 3%;
}.collage-img.img2 {
  top: -30px;  /* was 140px */
  right: 3%;
}

.collage-img.img3 {
  top: 320px;
  left: 1%;

}

.collage-img.img4 {
  bottom: 10px;
  right: 1%;
  width: 260px;
}

.collage-img.img5 {
  bottom: -75px;
  right: 24%;
  width: 260px;
}
.collage-img.img6 {
  bottom: 400px;
  right: 24%;
  width: 260px;
}


@media (max-width: 768px) {
  .collage-img {
    display: none;
  }
}


.testimonials {
  background: #fff0f6;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.carousel {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.testimonial-card {
  min-width: 300px;
  background: white;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.student-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid #f25ca2;
}

.testimonial-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  flex-wrap: wrap; /* keeps it responsive on smaller screens */
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  padding: 24px;
  flex: 1 1 300px;
  max-width: 340px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.student-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f25ca2;
  margin-bottom: 14px;
}

.testimonial-content {
  font-size: 16px;
  color: #444;
}

.testimonial-name {
  color: #888;
  font-style: italic;
  margin-top: 10px;
}

.quote-mark {
  color: #f25ca2;
  font-size: 24px;
  line-height: 0;
}


.instagram {
  background: linear-gradient(145deg, #fff0f9, #ffd6e8);
  padding: 70px 20px;
  text-align: center;
}

.instagram h2 {
  font-size: 28px;
  color: #f25ca2;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.insta-tagline {
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
}

.insta-btn {
  background: #f25ca2;
  padding: 14px 32px;
  font-size: 17px;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.insta-btn:hover {
  background: #6f42c1;
  transform: translateY(-3px);
}
.press-image {
  width: 100%;
  height: 200px; /* or whatever height you want */
  object-fit: scale-down;
  /* shows the whole image without zooming */
  object-position: center;
  border-radius: 12px;  /* optional, for rounded corners */
}

.press {
  background: #fff;
  padding: 80px 20px;
}
.press .container-narrow {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.press h2 {
  font-size: 32px;
  color: #f25ca2;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-bottom: 14px;
}
.press .sub {
  text-align: center;
  color: #666;
  margin-bottom: 34px;
  font-size: 16px;
}
.press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.press-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ffe0eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(242, 92, 162, 0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.press-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(242, 92, 162, 0.12);
}
.press-thumb {
  width: 100%;
  height: 168px;
  object-fit: cover;
  background: #fff5f8;
}
.press-body {
  padding: 16px 16px 18px 16px;
  display: grid;
  gap: 8px;
}
.press-title {
  font-weight: 700;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1.3;
}
.press-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  min-height: 42px;
}
.press-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  color: #8a8a8a;
  margin-top: 6px;
}
.press-link {
  margin-top: 10px;
  display: inline-block;
  align-self: start;
  background: #f25ca2;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 12px;
  transition: background .25s ease, transform .2s ease;
}
.press-link:hover {
  background: #6f42c1;
  transform: translateY(-2px);
}
