@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap');

/* Hero Section */
.enroll-hero-section {
    padding-top: 60px;
    background-color: #FFF4EF;
    position: relative;
}

.enroll-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 150%;
    background-image: url('../img/home-section2-pattern.svg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.9;
}

.enroll-hero-section .container {
    position: relative;
    z-index: 1;
}

.enroll-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #D45052;
    margin-bottom: 20px;
}

.enroll-highlight {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #39B54A;
    margin-bottom: 24px;
}

.enroll-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #323031;
}

/* Why Enroll Section */
.enroll-why-section {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.enroll-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #D45052;
}

.why-list-container {
    margin-top: 40px;
}

.why-list {
    margin-bottom: 0;
}

.why-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #323031;
    padding-bottom: 12px;
    border-bottom: 1px solid #f6f6f6;
}

.why-list li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #323031;
    color: #323031;
    font-size: 10px;
    flex-shrink: 0;
}

.enroll-footer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #323031;
}

/* Enrolment Process Section */
.enroll-process-section {
    background-color: #fff;
}

.enroll-section-title-green {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #39B54A;
}

.process-timeline {
    display: flex;
    flex-direction: column;
}

.process-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid #EAE0E0;
}

.process-item:last-child {
    border-bottom: none;
}

.process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #D45052;
    color: #D45052;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: 2px;
}

.process-content {
    margin-top: 4px;
}

.process-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #D45052;
    margin-bottom: 8px;
}

.process-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #323031;
    margin-bottom: 0;
}

/* Program Section */
.enroll-program-section {
    background-color: #FFFCEF;
}

.program-img {
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}

.program-content-col {
    background-color: #FFFCEF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.program-content {
    padding: 60px 40px 60px 80px;
    max-width: 600px;
}

@media (max-width: 991px) {
    .program-content {
        padding: 50px 30px;
    }
}

.program-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #D45052;
    margin-bottom: 24px;
}

.program-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 30px;
}

.program-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%;
    color: #323031;
    margin-bottom: 12px;
}

.program-list li::marker {
    color: #323031;
}

.program-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #323031;
}

/* CTA Section */
.enroll-cta-section {
    margin-top: 20px;
}

.cta-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #D45052;
    margin-bottom: 12px;
}

.cta-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #39B54A;
}

.btn-enroll-outline {
    background-color: transparent;
    border: 1px solid #F3743C;
    color: #F3743C;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 30px;

    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-enroll-outline:hover,
.btn-enroll-outline:focus,
.btn-enroll-outline:active {
    background-color: transparent !important;
    border-color: #F3743C !important;
    color: #F3743C !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}