* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffff;
}

/* ==================== SECTION 1: EXPERIENCE FEDFORD ==================== */
.experience-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

/* Left Side - Text Content */
.text-content {
    padding-right: 40px;
}

.section-header {
    font-family: 'Brush Script MT', cursive;
    font-size: 24px;
    color: #170006;
    margin-bottom: 15px;
    font-weight: normal;
    font-style: italic;
}

.section-title {
    font-size: 48px;
    font-weight: bold;
    color: #170006;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: Georgia, serif;
}

.section-description {
    font-size: 15px;
    line-height: 1.8;
    color: #5c5c54;
    margin-bottom: 40px;
}

.apply-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #170006;
    background: #fdb714;
    border-style: none;
    padding: 19px 38px;
    position: relative;
    line-height: 1.2;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    display: inline-flex;
    align-items: center;
    letter-spacing: -0.01px;
    border-radius: 80px;
    cursor: pointer;
    text-decoration: none;
    gap: 12px;
}


.apply-btn .icon {
    transition: transform 0.3s ease;
}

.apply-btn:hover .icon {
    transform: translateX(5px);
}

/* Right Side - Features List */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
}

.features-list::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e5e5;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0ede9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.feature-icon {
    font-size: 38px;
}

.feature-content {
    padding-top: 8px;
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #170006;
    margin-bottom: 8px;
    line-height: 1.3;
}

.feature-description {
    font-size: 14px;
    line-height: 1.7;
    color: #5c5c54;
}

/* ==================== SECTION 2: MBA COURSE DETAILS ==================== */
.course-detail-section {
    background-color: white;
    padding: 40px 120px;
}

.course-detail-container {
    max-width: 1100px;
    margin: 0 auto;
}

.section {
    margin-bottom: 50px;
}

.section-subtitle {
    font-size: 28px;
    font-weight: bold;
    color: #170006;
    margin-bottom: 20px;
    font-family: Georgia, serif;
}

.section-text {
    font-size: 15px;
    line-height: 1.8;
    color: #5c5c54;
    margin-bottom: 15px;
}

/* Learning Points */
.learning-points {
    list-style: none;
    margin-top: 25px;
}

.learning-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #5c5c54;
}

.check-icon {
    width: 22px;
    height: 22px;
    background-color: #F5A623;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Study Options Table */
.study-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    border: 1px solid #e5e5e5;
}

.study-table th,
.study-table td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 15px;
}

.study-table th:last-child,
.study-table td:last-child {
    border-right: none;
}

.study-table th {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #000;
}

.study-table td {
    color: #666;
}

.study-table tr:last-child td {
    border-bottom: none;
}

/* ==================== SECTION 3: CTA BANNER ==================== */
.cta-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.cta-banner {
    position: relative;
    background: url('../images/admission.png') center center no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
    padding: 60px 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(139, 26, 26, 0.3);
}

.cta-content {
    position: relative;
    z-index: 2;
    flex: 1;
    max-width: 600px;
}

.cta-title {
    font-size: 48px;
    font-weight: bold;
    color: white;
    line-height: 1.3;
    margin-bottom: 35px;
    font-family: Georgia, serif;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.phone-link:hover {
    color: #F5A623;
    transform: translateX(5px);
}

.phone-icon {
    font-size: 22px;
}

.cta-images {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 30px;
}

.graduates-image {
    position: relative;
}

.graduates-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.graduates-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scholarship-badge {
    position: absolute;
    top: 20px;
    left: -20px;
    background-color: rgba(139, 26, 26, 0.95);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
}

.graduation-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #F5A623 0%, #e69510 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    box-shadow: 0 10px 30px rgba(245, 166, 35, 0.4);
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {

    .experience-section,
    .course-detail-section,
    .cta-section {
        padding: 60px 40px;
    }

    .content-wrapper {
        gap: 60px;
    }

    .section-title,
    .cta-title {
        font-size: 40px;
    }

    .cta-banner {
        padding: 50px 50px;
    }

    .graduates-circle {
        width: 240px;
        height: 240px;
    }

    .graduation-icon {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .text-content {
        padding-right: 0;
    }

    .features-list::before {
        display: none;
    }

    .cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 50px 40px;
    }

    .cta-content {
        max-width: 100%;
        margin-bottom: 0;
    }

    .cta-actions {
        flex-direction: column;
        gap: 20px;
    }

    .apply-btn,
    .phone-link {
        width: 100%;
        justify-content: center;
    }

    .cta-images {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .experience-section,
    .course-detail-section,
    .cta-section {
        padding: 50px 30px;
    }

    .section-header {
        font-size: 20px;
    }

    .section-title {
        font-size: 32px;
    }

    .course-detail-container {
        padding: 0;
    }

    .course-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 24px;
    }

    .feature-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .feature-icon {
        font-size: 32px;
    }

    .feature-title {
        font-size: 18px;
    }

    .feature-description {
        font-size: 13px;
    }

    .study-table {
        font-size: 14px;
    }

    .study-table th,
    .study-table td {
        padding: 15px;
    }

    .cta-banner {
        padding: 40px 30px;
        border-radius: 20px;
        background-position: left center;
        background-size: cover;
    }

    .cta-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .graduates-circle {
        width: 200px;
        height: 200px;
    }

    .graduation-icon {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }

    .scholarship-badge {
        font-size: 10px;
        padding: 10px 16px;
    }
}

@media (max-width: 480px) {

    .experience-section,
    .course-detail-section,
    .cta-section {
        padding: 40px 20px;
    }

    .section-title {
        font-size: 26px;
    }

    .apply-btn {
        width: 100%;
        justify-content: center;
    }

    .feature-item {
        gap: 15px;
    }

    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .feature-icon {
        font-size: 28px;
    }

    .course-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .cta-banner {
        padding: 35px 25px;
    }

    .cta-title {
        font-size: 26px;
    }

    .apply-btn {
        padding: 15px 35px;
        font-size: 13px;
    }

    .phone-link {
        font-size: 18px;
    }

    .cta-images {
        flex-direction: column;
        gap: 20px;
    }

    .graduates-circle {
        width: 180px;
        height: 180px;
    }

    .graduation-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
}


