@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;700&family=Raleway:wght@400;600;700&display=swap');
.body{
    margin: 0;
    
}

.logo-wrapper {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.logo-text {
  width: 70%;
  height: auto;
  padding: 4px;
}

.brand-name {
  font-size: clamp(14px, 2vw, 20px); 
  font-weight: 700;
  color: #000;
}

.hero-content h1{
  font-family: 'Raleway', sans-serif;
}

.hero-content p{
  font-family: 'Alegreya', sans-serif;
}

.hero-section {
    position: relative;
    height: 600px;
    color: white;
}

.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Default: show mobile, hide desktop */
.desktop-bg {
  display: none;
}
.mobile-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* From medium screens and above (≥768px), show desktop image */
@media (min-width: 768px) {
  .desktop-bg {
    display: block;
    width: 100%;
    height: auto;
  }
  .mobile-bg {
    display: none;
  }
}

.hero-section h1 {
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.2;
  text-align: center;
  padding: 0 10px;
}

.hero-section p {
  font-size: clamp(0.9rem, 3vw, 1.25rem);
  line-height: 1.4;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 12px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.h1, h2,h3,h4,h5,h6{
    font-family: 'raleway',sans-serif;
  }

  p,a,span,th,td{
    font-family: 'Alegreya', sans-serif;
  }

.form-container {
            background: white;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin: 40px auto;
        }
        .enrollment-container {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
            margin: 40px auto;
        }
        .section-title {
            color: #D4AF37;
            font-family: 'Alegreya', sans-serif;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
        }
        .form-label {
            font-weight: 500;
            color: #333;
            margin-bottom: 8px;
        }
        .form-control {
            border: 1px solid #ddd;
            padding: 10px 15px;
            border-radius: 4px;
            font-family: 'Alegreya', sans-serif;
        }
        .form-control:focus {
            border-color: #d4a574;
            box-shadow: 0 0 0 0.2rem rgba(212, 165, 116, 0.25);
        }
        .main-title {
            font-family: 'raleway', sans-serif;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .subtitle {
            font-family: 'Alegreya', sans-serif;
            font-weight: 400;
            color: #0A0A0A;
            font-size: 16px;
            margin-bottom: 30px;
        }
        .enrollment-title {
            font-size: 1.25rem;
            font-weight: 700;
            font-family:'raleway', sans-serif;
            margin-bottom: 8px;
        }
        .enrollment-subtitle {
            font-family: 'Alegreya', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        .pricing-table {
            background: white;
            border-radius: 4px;
            overflow: hidden;
        }
        .pricing-table table {
            margin-bottom: 0;
        }
        .pricing-table th {
            background-color: #f8f9fa;
            font-weight: 600;
            padding: 12px 15px;
            border-bottom: 2px solid #dee2e6;
        }
        .pricing-table td {
            padding: 12px 15px;
        }
        .important-notes {
            background: white;
            padding: 20px;
            border-radius: 4px;
            margin-top: 20px;
        }
        .important-notes h6 {
            font-family: 'Alegreya', sans-serif;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        .important-notes h6::before {
            font-family: 'Alegreya', sans-serif;
            content: "ⓘ";
            margin-right: 8px;
            font-size: 1.1rem;
        }
        .important-notes ol {
            padding-left: 20px;
            margin-bottom: 0;
        }
        .important-notes li {
            margin-bottom: 10px;
            color: #555;
            font-size: 0.9rem;
            font-family: 'Alegreya', sans-serif;
        }

.form-section {
            background: white;
            border-radius: 8px;
            padding: 30px;
            max-width: 800px;
            margin: 0 auto;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .section-number {
            color: #D4AF37;
            font-family: 'Alegreya', sans-serif;
            font-weight: 600;
            font-size: 0.9rem;
        }
        .section-title {
            color: #D4AF37;

            font-weight: 600;
            margin-bottom: 15px;
        }
        .form-text-muted {
            color: #6c757d;
            font-size: 0.9rem;
            margin-bottom: 20px;
        }
        .label-number {
            font-family: 'Alegreya', sans-serif;
            font-weight: 500;
            font-size: 0.85rem;
        }
        .form-label {
            font-family: 'Alegreya', sans-serif;
            font-weight: 500;
            margin-bottom: 8px;
        }
        .form-check-input:checked {
            background-color: #ff9800;
            border-color: #ff9800;
        }
        