/* General Page Styles */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2rem;
  color: #444;
  font-family: 'Lumierepolis', sans-serif; font-weight: 700;
}
.top-imageD {
  margin: 20px auto;
  width: 70%;
  aspect-ratio: 1344 / 400;
}

.top-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  object-fit: cover;
  object-position: center;
}
/* Courses Grid */
.courses-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.course {
  flex: 1;
  min-width: 280px;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.course i {
  color: #74ebd5;
  margin-bottom: 15px;
}

.course h2 {
  margin-bottom: 10px;
  color: #333;
  font-size: 1.4rem;
  font-family: 'Nadia Sofia', cursive;
}

.course p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  color: #555;
  font-family: 'Rolide Rounded', sans-serif;
}

/* Buttons */
.course .btn {
  display: inline-block;
  padding: 10px 20px;
  background: #74ebd5;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.course .btn:hover {
  background: #5ac1b5;
}
.fusion-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.fusion-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.fusion-section.alt {
  flex-direction: row-reverse; /* flips order for alternating layout */
}

.fusion-text {
  flex: 1 1 500px;
  padding: 20px;
}

.fusion-text h2 {
  color: #0e4aa6;
  margin-bottom: 15px;
}

.fusion-text h3 {
  margin-top: 20px;
  color: #444;
}

.fusion-text p,
.fusion-text ul {
  margin-bottom: 15px;
  line-height: 1.6;
}

.fusion-text ul {
  padding-left: 20px;
}

.fusion-image {
  flex: 1 1 400px;
  padding: 20px;
  text-align: center;
}

.fusion-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Full-width strip sections */
.fusion-strip {
  background: #eef5ff;
  padding: 40px 30px;
  border-radius: 8px;
  margin-bottom: 50px;
  text-align: left;
}

.fusion-strip h2 {
  color: #0e4aa6;
  margin-bottom: 15px;
}

.fusion-strip p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.fusion-strip.contact-info {
  background: #004080;
  color: #fff;
  text-align: center;
}

.fusion-strip.contact-info h2 {
  color: #ffcc00;
}

.fusion-strip.contact-info .btn {
  display: inline-block;
  margin-top: 15px;
  background: #ffcc00;
  color: #000;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
/* Jolly Phonics strip */
.fusion-strip {
  background: #eef5ff;
  padding: 40px 30px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.fusion-strip h2 {
  color: #0e4aa6;
  margin-bottom: 15px;
}

.fusion-strip h3 {
  margin-top: 20px;
  color: #444;
}

.fusion-strip ul {
  padding-left: 20px;
  margin: 10px 0;
}

.fusion-strip li {
  margin-bottom: 8px;
}

/* Questions & Answer section */
.fusion-section {
  display: flex;
  flex-wrap: wrap;
  align-items: left;
  margin-bottom: 50px;
}

.fusion-text {
  flex: 1 1 500px;
  padding: 20px;
}

.fusion-image {
  flex: 1 1 400px;
  padding: 20px;
  text-align: center;
}

.fusion-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
/* Teacher Training strip */
.fusion-strip {
  background: #eef5ff;
  padding: 40px 30px;
  border-radius: 8px;
  margin-bottom: 50px;
  text-align: center;
}

.fusion-strip h2 {
  color: #0e4aa6;
  margin-bottom: 15px;
}

.fusion-strip p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.cta-buttons {
  margin-top: 20px;
}

.cta-buttons .btn {
  display: inline-block;
  margin: 5px 10px;
  background: #0e4aa6;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.cta-buttons .btn.secondary {
  background: #ffcc00;
  color: #000;
}

/* Alternating sections already defined earlier */
.fusion-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.fusion-section.alt {
  flex-direction: row-reverse;
}

.fusion-text {
  flex: 1 1 500px;
  padding: 20px;
}

.fusion-text h2 {
  color: #0e4aa6;
  margin-bottom: 15px;
}

.fusion-text ul {
  padding-left: 20px;
}

.fusion-image {
  flex: 1 1 400px;
  padding: 20px;
  text-align: center;
}

.fusion-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .fusion-section,
  .fusion-section.alt {
    flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .courses-grid {
    flex-direction: column;
  }
    .fusion-section,
  .fusion-section.alt {
    flex-direction: column;
  }
  .fusion-image, .fusion-text {
    flex: 1 1 100%;
    padding: 10px;
  }
}

