/* body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #333;
}

.hero {
  position: relative;
  height: 100vh;
  background: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1400&q=80') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 800;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.btn-primary {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: linear-gradient(135deg, #f97316, #b91c1c);
  color: white;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #fb923c, #991b1b);
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 60px 10%;
  align-items: center;
}

.about-text h2 {
  font-size: 2rem;
  color: #b91c1c;
}

.about-text p {
  margin-top: 15px;
  font-size: 1.1rem;
}

.btn-secondary {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ec4899, #be185d);
  color: white;
  border-radius: 20px;
  text-decoration: none;
}

.about-img img {
  width: 100%;
  border-radius: 15px;
}

.highlights {
  padding: 50px 10%;
  background: #fef3c7;
  text-align: center;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card h3 {
  margin-bottom: 10px;
  color: #f97316;
}

footer {
  background: #111;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .about-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
} */


 
    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background: #fff;
      color: #333;
      overflow-x: hidden;
    }

    /* HERO SECTION */
    .hero {
      position: relative;
      height: 100vh;
      background: url('pics/img27.jpg') no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    .hero .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(135deg, rgba(27, 27, 27, 0.75), rgba(0, 0, 0, 0.75));
    }

    .hero-content {
      position: relative;
      z-index: 1;
      max-width: 850px;
      padding: 20px;
      animation: fadeIn 2s ease;
    }

    .hero h1 {
      font-size: 3.2rem;
      font-weight: 800;
      font-family: 'Montserrat', sans-serif;
      color: #ffd700;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    }

    .hero p {
      font-size: 1.3rem;
      margin-top: 15px;
      color: #f1f1f1;
    }

    .btn-primary {
      display: inline-block;
      margin-top: 25px;
      padding: 14px 32px;
      background: linear-gradient(135deg, #22c55e, #166534);
      color: white;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
      font-size: 1.1rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
      transition: all 0.3s ease;
    }

    .btn-primary:hover {
      background: linear-gradient(135deg, #16a34a, #14532d);
      transform: translateY(-3px) scale(1.05);
      box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    }

    /* ABOUT */
    .about-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      padding: 70px 10%;
      align-items: center;
      background: linear-gradient(120deg, #fef3c7, #fff7ed);
    }

    .about-text h2 {
      font-size: 2.3rem;
      color: #b91c1c;
      font-family: 'Montserrat', sans-serif;
    }

    .about-text p {
      margin-top: 18px;
      font-size: 1.15rem;
      color: #444;
    }

    .btn-secondary {
      display: inline-block;
      margin-top: 25px;
      padding: 12px 28px;
      background: linear-gradient(135deg, #ec4899, #be185d);
      color: white;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .btn-secondary:hover {
      background: linear-gradient(135deg, #db2777, #9d174d);
      transform: translateY(-2px) scale(1.04);
    }

    .about-img img {
      width: 100%;
      border-radius: 18px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }

    /* HIGHLIGHTS */
    .highlights {
      padding: 60px 10%;
      background: linear-gradient(120deg, #e0f2fe, #fff);
      text-align: center;
    }

    .highlights h2 {
      font-size: 2.4rem;
      font-family: 'Montserrat', sans-serif;
      color: #1e3a8a;
      margin-bottom: 30px;
    }

    .highlight-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 25px;
    }

    .card {
      background: white;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 4px 14px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card h3 {
      margin-bottom: 12px;
      color: #f97316;
      font-size: 1.4rem;
    }

    .card p {
      color: #555;
      font-size: 1rem;
    }

    .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    /* FOOTER */
    footer {
      background: #111;
      color: #ddd;
      padding: 20px;
      text-align: center;
      font-size: 0.95rem;
    }

    footer strong {
      color: #ffd700;
    }

    /* ANIMATION */
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .about-section {
        grid-template-columns: 1fr;
        text-align: center;
      }
      .hero h1 {
        font-size: 2.2rem;
      }
      .hero p {
        font-size: 1rem;
      }
    }
  

    /* Modal overlay + card */
.results-modal {
  position: fixed;
  inset: 0;
  display: none;               /* toggled by JS */
  align-items: center;
  justify-content: center;
  background: rgba(3,6,23,0.6);
  z-index: 9999;
  padding: 20px;
}

.results-modal[aria-hidden="false"] { display: flex; }

.modal-card {
  width: min(720px, 94%);
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 12px 40px rgba(2,6,23,0.45);
  color: #111;
  text-align: left;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #444;
}

.modal-card h3 {
  margin: 0 0 8px 0;
  font-family: 'Playfair Display', serif;
  color: #1e3a8a;
  font-size: 1.6rem;
}

.modal-card p { margin: 8px 0 12px 0; color: #444; }

.modal-list {
  margin: 0 0 14px 0;
  padding-left: 1.05rem;
  color: #333;
}

.modal-list li {
  margin: 8px 0;
  line-height: 1.45;
}

.modal-note { font-size: 0.95rem; color: #555; margin-bottom: 14px; }

.modal-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Buttons reuse your theme */
.btn-primary {
  padding: 10px 18px;
  background: linear-gradient(135deg, #22c55e, #166534);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary {
  padding: 10px 16px;
  background: linear-gradient(135deg, #ec4899, #be185d);
  color: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

/* small screens */
@media (max-width:600px){
  .modal-card { padding: 18px; }
  .modal-card h3 { font-size: 1.3rem; }
}


