/* LCC Admissions Styles */
/* Import the centralized color scheme */
@import url('colors.css');

/* Typography */
.page-title {
    color: var(--primary-navy);
    font-family: 'Lora', serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.title-2 {
    color: var(--primary-navy);
    font-family: 'Lora', serif;
    font-weight: 600;
}

.text-white.title-2 {
    color: var(--neutral-white) !important;
}

.lead {
    font-family: 'Montserrat', sans-serif;
}

/* Responsive typography helpers */
.hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
}

.hero-intro {
    font-size: clamp(1rem, 2.6vw, 1.25rem);
    line-height: 1.5;
}

.hero-subtitle {
    font-size: clamp(0.95rem, 2.3vw, 1.15rem);
    line-height: 1.5;
}

.hero-cta {
    font-size: clamp(0.9rem, 2.2vw, 1rem);
}

.classes-title {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
}

/* Full-width Sections */
section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Section Backgrounds */
.hero-section {
    position: relative;
    color: var(--neutral-white);
}

.process-section {
    background-color: var(--bg-light);
}

.requirements-section {
    background-color: var(--bg-gold-light);
}

.contact-section {
    background-color: var(--bg-light);
}

.apply-now-section {
    color: var(--neutral-white);
}

/* Step Circles */
.step-circle {
    width: 50px;
    height: 50px;
    background-color: var(--primary-navy);
    border: 3px solid var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-white);
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto;
}

/* Timeline (old style) */
.admission-process-steps {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.admission-process-steps::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--secondary-gold);
    top: 0;
    bottom: 0;
    left: 20px;
    margin-left: -1px;
}

.step-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

.step-number {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    background-color: var(--primary-navy);
    border: 4px solid var(--secondary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-white);
    font-weight: bold;
    z-index: 1;
}

.step-content {
    padding: 15px 20px;
    background-color: var(--neutral-white);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.step-content h4 {
    color: var(--primary-navy);
    margin-bottom: 10px;
    font-family: 'Lora', serif;
}

/* Cards and Lists */
.requirements-list li {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.card-header {
    background-color: var(--primary-navy) !important;
    color: var(--neutral-white);
}

/* Buttons */
.btn-primary {
    background-color: var(--primary-navy);
    border-color: var(--primary-navy);
}

.btn-primary:hover {
    background-color: var(--primary-navy-dark);
    border-color: var(--primary-navy-dark);
}

.btn-outline-primary {
    color: var(--primary-navy);
    border-color: var(--primary-navy);
}

.btn-outline-primary:hover {
    background-color: var(--primary-navy);
    border-color: var(--primary-navy);
}

/* Enrollment procedure cards */
.enrollment-section {
    background: linear-gradient(135deg, var(--bg-light), var(--bg-gold-light));
}

.enrollment-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;

    .card-body {
        background: linear-gradient(135deg, var(--bg-light), var(--bg-gold-light));
    }
}

.admission-hero-section {
    background: linear-gradient(#06064d83, #1e2761), url('https://images.unsplash.com/photo-1541339907198-e08756dedf3f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80') center/cover no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.enrollment-card-header {
    background: linear-gradient(90deg, var(--primary-navy), var(--primary-green));
}

.enrollment-steps-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.enrollment-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.enrollment-step:last-child {
    border-bottom: none;
}

.enrollment-step-icon {
    flex-shrink: 0;
}

.enrollment-step .step-circle {
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 1rem;
}

.enrollment-step-content {
    flex: 1;
}

.enrollment-step-title {
    font-weight: 600;
    color: var(--primary-navy);
}

.enrollment-step-text {
    font-size: 0.9rem;
}

.enrollment-note {
    font-size: 0.85rem;
    font-style: italic;
    color: var(--primary-navy);
}

/* Start of classes highlight card */
.classes-start-section {
    background: linear-gradient(135deg, var(--bg-light), var(--bg-gold-light));
}

.classes-card {
    border: none;
    border-radius: 1.5rem;
    background-color: var(--neutral-white);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.06);
}

.classes-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--primary-navy), var(--primary-green));
    color: var(--neutral-white);
    font-size: 1.5rem;
}

.classes-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.03);
    color: var(--primary-navy);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.classes-start-date {
    font-weight: 700;
    letter-spacing: 0.03em;
}

.classes-quote {
    font-size: clamp(0.95rem, 2.4vw, 1.25rem);
    font-style: italic;
    font-weight: 600;
    color: var(--primary-navy);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    section {
        padding: 2rem 0;
    }
    
    .hero-section .row {
        text-align: center;
    }
    
    .hero-section img {
        margin-bottom: 1.5rem;
    }
    
    .enrollment-step {
        align-items: center;
    }

    .enrollment-step-text {
        font-size: 0.8rem;
    }

    .enrollment-card-header {
        text-align: center;
    }
}
