/* Import Professional Sports Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Oswald:wght@500;700&display=swap');

:root {
    --gold: #ADD8E6;
    --gold-glow: rgba(173, 216, 230, 0.4);
    --maroon: #800000;
    --dark-bg: #0d0d0d;
    --card-bg: #161616;
    --input-fill: #222222;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: var(--dark-bg);
    color: #ffffff;
}

/* =========================================
   HERO SECTION
   ========================================= */
.sports-hero {
    margin-top: 80px; 
    background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 100%);
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sports-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(circle, #ffffff05 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
}

.hero-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: var(--gold);
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 0px var(--maroon);
}

.hero-text p {
    max-width: 800px;
    color: #ccc;
    line-height: 1.6;
}

.hero-images {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-images img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #333;
    transition: 0.3s;
}

.hero-images img:hover {
    border-color: var(--gold);
    transform: scale(1.05);
}

/* =========================================
   APPLICATION FORM
   ========================================= */
.form-section-wrapper {
    background: #0a0a0a;
    padding: 100px 20px;
}

.form-container {
    max-width: 850px;
    margin: 0 auto;
    background: var(--card-bg);
    border-radius: 20px;
    padding: 50px;
    position: relative;
    border: 1px solid #2a2a2a;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.form-container label span {
    color: #ff4d4d;
    margin-left: 4px;
}

.form-container h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
}

.full-width {
    grid-column: span 2;
}

.input-group {
    display: flex;
    flex-direction: column;
}

.input-group label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.input-group label span {
    color: #ff4d4d;
    margin-left: 4px;
}

.input-group input, 
.input-group textarea, 
.input-group select {
    background-color: var(--input-fill) !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    color: white !important;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.input-group input:focus, 
.input-group textarea:focus, 
.input-group select:focus {
    outline: none;
    border-color: var(--gold) !important;
    background-color: #2a2a2a !important;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.15);
}

.input-group textarea {
    min-height: 120px;
    resize: vertical;
}

.checkbox-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #ccc;
    font-size: 0.9rem;
}

.checkbox-group label {
    font-family: 'Inter', sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #ccc !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 10px
}

.submit-btn {
    font-family: 'Oswald', sans-serif;
    background: linear-gradient(135deg, var(--maroon) 0%, #a00000 100%);
    color: var(--gold);
    border: none;
    height: 60px;
    border-radius: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(128, 0, 0, 0.3);
}

.submit-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.2);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.2);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .sports-hero {
        padding: 40px 15px;
    }
    .hero-text h1 {
        font-size: 2.2rem;
    }
    .hero-images img {
        width: 100%;
    }
    .form-container {
        padding: 30px 20px;
    }


.checkbox-group {
        display: flex;
        flex-direction: column; /* Stacks them vertically */
        align-items: flex-start; /* Forces the group to the left */
        width: 100%;
        gap: 12px;
    
    }
    
    .checkbox-item {
        display: flex;
        align-items: flex-start; /* Aligns box with the top line of text if it wraps */
        justify-content: flex-start; /* Forces content to the left edge */
        text-align: left; /* Overrides any inherited centering */
        width: 100%; 
        margin: 0 !important;
    }

    .checkbox-item input[type="checkbox"] {
        flex-shrink: 0; /* Prevents the checkbox from shrinking */
        margin: 4px 12px 0 0 !important; /* Forces exact spacing (top, right, bottom, left) */
    }
    /* ------------------------------------- */
}

.download-pdf-container {
    max-width: 850px;
    margin: 40px auto 40px auto; /* Centers it and adds space below */
    background-color: #800000; /* Dharmaraja Maroon */
    color: white;
    padding: 25px 35px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    border-left: 6px solid #ADD8E6; /* Gold Accent */
}

.pdf-info {
    max-width: 70%;
}

.pdf-info h3 {
    color: #ADD8E6;
    margin: 0 0 8px 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pdf-info p {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.pdf-action {
    flex-shrink: 0;
    margin-left: 20px;
}

.download-btn {
    display: inline-block;
    background-color: #ADD8E6;
    color: #800000;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.download-btn:hover {
    background-color: #ffffff;
    color: #800000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/* Mobile Adjustments for the PDF Block */
@media (max-width: 768px) {
    .download-pdf-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        border-left: none;
        border-top: 6px solid #ADD8E6;
    }
    
    .pdf-info {
        max-width: 100%;
    }

    .pdf-action {
        margin-left: 0;
        margin-top: 20px;
    }
}
