/* requirements.blade.php start */
/* Additional Admission Requirements Styles */
.subsection-title {
    color: var(--primary-red);
    font-size: 1.4rem;
    margin: 25px 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--medium-gray);
}

.note-section {
    margin: 30px 0;
    padding: 20px;
    background-color: rgba(190, 0, 2, 0.03);
    border-radius: 6px;
    border-left: 4px solid var(--primary-red);
}

.note-title {
    color: var(--primary-red);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.note-title i {
    margin-right: 10px;
}

.strand-title {
    color: var(--text-dark);
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.strand-title i {
    color: var(--primary-red);
    margin-right: 10px;
    font-size: 1.2rem;
}
/* requirements.blade.php. end */

/* new.blade.php start */
.link-maroon {
    color: maroon;
    text-decoration: none;
    transition: var(--transition);
}

.link-maroon:hover {
    color: var(--primary-red);
    text-decoration: underline;
}

.note-text {
    font-size: 1.5rem;
    color: var(--text-light);
    font-style: italic;
    margin: 10px 0 10px 35px;
}

.note-text i {
    color: var(--primary-red);
    margin-right: 8px;
}

.nested-list {
    margin-left: 35px;
    margin-top: 10px;
}

.nested-list .list-icon {
    font-size: 0.8rem;
}

.requirements-section {
    margin: 30px 0;
    padding: 20px;
    background-color: rgba(190, 0, 2, 0.03);
    border-radius: 6px;
    border-left: 4px solid var(--primary-red);
}

.congrats-section {
    text-align: center;
    margin-top: 40px;
}

.congrats-message {
    font-size: 1.3rem;
    color: var(--primary-red);
    font-weight: 700;
}

.welcome-message {
    font-size: 1.5rem;
    color: var(--text-dark);
    font-weight: 600;
    margin-top: 10px;
}

.payment-options {
    margin: 15px 0;
    padding: 15px;
    background-color: var(--light-gray);
    border-radius: 6px;
}
/* new.blade.php end */

/* old.blade.php start */
.link-maroon {
    color: maroon;
    text-decoration: none;
    transition: var(--transition);
}

.link-maroon:hover {
    color: var(--primary-red);
    text-decoration: underline;
}

.nested-list {
    margin-left: 35px;
    margin-top: 10px;
}

.nested-list .list-icon {
    font-size: 0.8rem;
}

.congrats-message {
    font-size: 1.3rem;
    color: var(--primary-red);
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    background-color: rgba(190, 0, 2, 0.05);
    border-radius: 6px;
    border-left: 4px solid var(--primary-red);
}
/* old.blade.php end */

/* Hero Section */
.hero-section {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
    background-color: var(--bg-color);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(207, 207, 207, 0.16) 0%,
        rgba(190, 0, 2, 0.7) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--bg-color);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.hero-divider {
    height: 4px;
    width: 100px;
    background: var(--bg-color);
    margin: 20px 0;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    max-width: 700px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Program Content */
.program-header {
    /* margin-top: 40px; */
    margin-bottom: 40px;
}

.program-title {
    color: var(--text-dark);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.title-divider {
    height: 4px;
    width: 100px;
    background: var(--primary-red);
    margin: 20px 0;
}

.program-intro {
    font-size: 1.6rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 20px;
}

.program-card {
    background: var(--bg-color);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 40px;
    border-top: 4px solid var(--primary-red);
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.card-icon {
    font-size: 1.8rem;
    color: var(--primary-red);
    margin-right: 15px;
}

.section-title {
    color: var(--text-dark);
    font-size: 2.3rem;
    font-weight: 700;
    margin: 0;
}

.lead-text {
    font-size: 1.3rem;
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 1.6;
}

.styled-list {
    padding-left: 10px;
    list-style: none;
}

.styled-list li {
    margin-bottom: 15px;
    color: var(--text-light);
    line-height: 1.7;
    font-size: 1.5rem;
    position: relative;
    padding-left: 35px;
}

.list-icon {
    color: var(--primary-red);
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.1rem;
}

/* CTA Button */
.cta-section {
    text-align: center;
    margin: 50px 0;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 35px;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--bg-color);
    background-color: var(--primary-red);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(190, 0, 2, 0.3);
}

.cta-button:hover {
    background-color: #960002;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(190, 0, 2, 0.4);
    color: var(--bg-color);
}

.button-icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.cta-button:hover .button-icon {
    transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .program-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .program-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .lead-text,
    .styled-list li {
        font-size: 1.1rem;
    }

    .cta-button {
        padding: 14px 25px;
        font-size: 1.1rem;
    }
}
