    :root {
        --primary-blue: #242424;
        --accent-gold: #FBBC14;
        --text-dark: #1A2A3A;
        --text-light: #5A6B7C;
        --bg-light: #F8F9FA;
        --bg-white: #FFFFFF;
        --border-light: #E8ECF1;
    }

    .overview-container {
        color: var(--text-dark);
        line-height: 1.7;
    }

    .overview-container .sec-title .subtitle {
        color: var(--accent-gold);
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

    .overview-container .sec-title h2 {
        color: var(--primary-blue);
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .overview-container .sec-title p {
        color: var(--text-light);
        font-size: 15px;
    }

        .page-title {
            position: relative;
            padding: 180px 0 140px;   
            min-height: 650px;      
            display: flex;
            align-items: center;      
            justify-content: center;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            text-align: center;
        }

        .page-title::before {
            content: '';
            position: absolute;
            inset: 0;
        }

        .page-title .auto-container {
            position: relative;
            z-index: 2;
            width: 100%;
        }

        .page-title h2 {
            color: #fff;
            font-size: 56px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

    }

    .sidebar-page-container {
        padding: 60px 0;
        background: var(--bg-light);
    }

    .services-detail .inner-box {
        background: var(--bg-white);
        padding: 50px 45px;
        border-radius: 16px;
        box-shadow: 0 5px 30px rgba(29, 58, 103, 0.06);
    }

    .top-section {
        margin-bottom: 40px;
    }

    .sidebar-side {
    position: relative;
}

.top-section .col-lg-7 {
    text-align: start;
}

.sidebar {
    position: sticky;
    top: 120px; 
}

    .top-section .welcome-badge {
        display: inline-block;
        color: var(--accent-gold);
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-left: 3px solid var(--accent-gold);
        padding-left: 12px;
        margin-bottom: 8px;
    }

    .top-section h2 {
        color: var(--primary-blue);
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .top-section .bold-text {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 12px;
    }

    .top-section .text {
        color: var(--text-light);
        font-size: 15px;
    }

    .top-section .image-box {
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(29, 58, 103, 0.08);
    }

    .top-section .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 220px;
    }

    .features-row {
        margin: 40px 0 50px;
    }

    .features-row .feature-block .inner {
        text-align: center;
        padding: 25px 15px;
        border-radius: 12px;
        background: var(--bg-light);
        transition: all 0.3s ease;
        height: 100%;
    }

    .features-row .feature-block .inner:hover {
        background: var(--primary-blue);
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(29, 58, 103, 0.15);
    }

    .features-row .feature-block .inner:hover .icon-box,
    .features-row .feature-block .inner:hover h4,
    .features-row .feature-block .inner:hover p {
        color: #fff;
    }

    .features-row .feature-block .icon-box {
        width: 60px;
        height: 60px;
        background: var(--primary-blue);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        font-size: 26px;
        transition: all 0.3s ease;
    }

    .features-row .feature-block .inner:hover .icon-box {
        background: var(--accent-gold);
        color: var(--primary-blue);
    }

    .features-row .feature-block h4 {
        font-size: 16px;
        font-weight: 700;
        color: var(--primary-blue);
        margin-bottom: 6px;
    }

    .features-row .feature-block p {
        font-size: 13px;
        color: var(--text-light);
        margin: 0;
    }

    /* ===== PROGRAMS SECTION ===== */
    .programs-section {
        margin-bottom: 50px;
    }

    .programs-section .section-title {
        text-align: center;
        margin-bottom: 35px;
    }

    .programs-section .section-title h2 {
        color: var(--primary-blue);
        font-size: 30px;
        font-weight: 700;
        position: relative;
        display: inline-block;
    }

    .programs-section .section-title h2::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: var(--accent-gold);
        border-radius: 2px;
    }

    .programs-section .program-block .inner {
        background: var(--bg-white);
        border: 1px solid var(--border-light);
        border-radius: 12px;
        padding: 35px 25px;
        text-align: center;
        transition: all 0.3s ease;
        height: 100%;
    }

    .programs-section .program-block .inner:hover {
        border-color: var(--accent-gold);
        box-shadow: 0 10px 30px rgba(29, 58, 103, 0.06);
        transform: translateY(-3px);
    }

    .programs-section .program-block .icon-box {
        font-size: 38px;
        color: var(--primary-blue);
        margin-bottom: 15px;
    }

    .programs-section .program-block h4 {
        font-size: 17px;
        font-weight: 700;
        color: var(--primary-blue);
        margin-bottom: 10px;
    }

    .programs-section .program-block p {
        font-size: 14px;
        color: var(--text-light);
        margin: 0;
    }

    /* ===== METHODS & TECH ===== */
    .methods-section {
        margin-bottom: 50px;
    }

    .methods-section .method-item {
        display: flex;
        gap: 18px;
        padding: 20px 0;
        border-bottom: 1px solid var(--border-light);
    }

    .methods-section .method-item:last-child {
        border-bottom: none;
    }

    .methods-section .method-item .icon-box {
        width: 50px;
        height: 50px;
        min-width: 50px;
        background: rgba(29, 58, 103, 0.08);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: var(--primary-blue);
    }

    .methods-section .method-item h4 {
        font-size: 16px;
        font-weight: 700;
        color: var(--primary-blue);
        margin-bottom: 4px;
    }

    .methods-section .method-item p {
        font-size: 14px;
        color: var(--text-light);
        margin: 0;
    }

    .methods-section .image-box {
        border-radius: 12px;
        overflow: hidden;
    }

    .methods-section .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 180px;
    }

    .methods-section .method-item > div:last-child {
        text-align: start;
    }

    /* ===== ARABIC VARIETIES ===== */
    .varieties-section {
        background: var(--bg-light);
        border-radius: 16px;
        padding: 40px 30px;
        margin-bottom: 50px;
    }

    .varieties-section .section-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .varieties-section .section-title h2 {
        color: var(--primary-blue);
        font-size: 26px;
        font-weight: 700;
    }

    .varieties-section .variety-item .inner {
        display: flex;
        align-items: center;
        gap: 14px;
        background: var(--bg-white);
        padding: 14px 22px;
        border-radius: 50px;
        box-shadow: 0 3px 15px rgba(29, 58, 103, 0.04);
        transition: all 0.3s ease;
    }

    .varieties-section .variety-item .inner:hover {
        background: var(--primary-blue);
        box-shadow: 0 8px 25px rgba(29, 58, 103, 0.15);
    }

    .varieties-section .variety-item .inner:hover .icon-box,
    .varieties-section .variety-item .inner:hover h4 {
        color: #fff;
    }

    .varieties-section .variety-item .icon-box {
        width: 38px;
        height: 38px;
        min-width: 38px;
        background: rgba(29, 58, 103, 0.08);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: var(--primary-blue);
        transition: all 0.3s ease;
    }

    .varieties-section .variety-item .inner:hover .icon-box {
        background: rgba(255,255,255,0.15);
    }

    .varieties-section .variety-item h4 {
        font-size: 15px;
        font-weight: 600;
        color: var(--text-dark);
        margin: 0;
        transition: all 0.3s ease;
    }

    /* ===== EXAM & OBJECTIVES ===== */
    .exam-objectives-section {
        margin-bottom: 20px;
    }

    .exam-box {
        background: linear-gradient(135deg, #FFFDF5 0%, #FFF8E7 100%);
        border: 1px solid #FDEBB6;
        border-radius: 16px;
        padding: 35px 30px;
        height: 100%;
    }

    .exam-box .icon-box {
        font-size: 42px;
        color: var(--accent-gold);
        margin-bottom: 12px;
    }

    .exam-box h4 {
        font-size: 18px;
        font-weight: 700;
        color: var(--primary-blue);
        margin-bottom: 12px;
    }

    .exam-box p {
        font-size: 14px;
        color: var(--text-light);
        margin: 0;
    }

    .objectives-box {
        background: var(--bg-light);
        border-radius: 16px;
        padding: 35px 30px;
        height: 100%;
    }

    .objectives-box .section-title h2 {
        color: var(--primary-blue);
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .objectives-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .objectives-box ul li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 14px;
        color: var(--text-dark);
        font-weight: 500;
    }

    .objectives-box ul li::before {
        content: '✓';
        position: absolute;
        left: 0;
        top: 0;
        color: var(--accent-gold);
        font-weight: 700;
        font-size: 16px;
    }

    .exam-objectives-section .exam-box,
    .exam-objectives-section .objectives-box {
        text-align: start;
    }

    /* ===== SIDEBAR ===== */
    .sidebar .list-widget {
        background: var(--bg-white);
        border-radius: 16px;
        padding: 30px 25px;
        box-shadow: 0 5px 30px rgba(29, 58, 103, 0.06);
        margin-bottom: 30px;
    }

    .sidebar .list-widget .widget-title {
        color: var(--primary-blue);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 2px solid var(--border-light);
    }

    .sidebar .list-widget .services-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar .list-widget .services-list li {
        margin-bottom: 8px;
    }

    .sidebar .list-widget .services-list li a {
        display: block;
        padding: 10px 18px;
        border-radius: 8px;
        color: var(--text-dark);
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        background: var(--bg-light);
    }

    .sidebar .list-widget .services-list li a:hover {
        background: var(--primary-blue);
        color: #fff;
    }

    .sidebar .list-widget .services-list li.active a {
        background: var(--primary-blue);
        color: #fff;
    }

    .sidebar .list-widget .services-list li.active a::after {
        float: inline-end;
        color: var(--accent-gold);
    }

    .sidebar .list-widget {
        text-align: start;
    }

    /* ===== SIDEBAR VISION CARD ===== */
    .sidebar .vision-widget {
        background: var(--primary-blue);
        border-radius: 16px;
        padding: 35px 28px;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .sidebar .vision-widget::before {
        content: '"';
        position: absolute;
        top: -10px;
        inset-inline-end: 20px;
        font-size: 100px;
        color: rgba(255,255,255,0.05);
    }

    .sidebar .vision-widget .icon-box {
        font-size: 30px;
        color: var(--accent-gold);
        margin-bottom: 12px;
    }

    .sidebar .vision-widget h4 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 12px;
    }

    .sidebar .vision-widget p {
        font-size: 14px;
        color: rgba(255,255,255,0.8);
        line-height: 1.7;
        margin: 0;
    }

    .sidebar .vision-widget {
        text-align: start;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 991px) {
        .services-detail .inner-box {
            padding: 30px 20px;
        }

        .top-section h2 {
            font-size: 28px;
        }

        .varieties-section .variety-item .inner {
            margin-bottom: 10px;
        }

        .exam-box,
        .objectives-box {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 767px) {
        .page-title h2 {
            font-size: 30px;
        }

        .top-section h2 {
            font-size: 24px;
        }

        .programs-section .program-block .inner {
            margin-bottom: 15px;
        }

        .methods-section .method-item {
            flex-direction: column;
            gap: 10px;
        }

        .methods-section .image-box {
            margin-top: 20px;
        }

        .services-detail .inner-box {
            padding: 20px 15px;
        }
    }

.objectives-box {
    text-align: start;
}

.objectives-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.objectives-box ul li {
    position: relative;
    padding-inline-start: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500;
    text-align: start;
}

.objectives-box ul li::before {
    content: '✓';
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    color: var(--accent-gold);
    font-weight: 700;
    font-size: 16px;
}

.staff-row {
    margin-left: -15px;
    margin-right: -15px;
}

.staff-card-wrapper {
    padding: 15px;
}

.staff-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 40px;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border-light);
    box-shadow: 0 8px 25px rgba(29, 58, 103, 0.06);
    transition: all .35s ease;
    text-align: start;
}

.staff-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--accent-gold);
}

.staff-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(29, 58, 103, 0.15);
    border-color: var(--accent-gold);
}

.staff-icon {
    width: 95px;
    height: 95px;
    background: var(--primary-blue);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px rgba(29, 58, 103, .2);
    transition: all .35s ease;
}

.staff-card:hover .staff-icon {
    transform: scale(1.1);
    background: var(--accent-gold);
    color: var(--primary-blue);
}

.staff-card h4 {
    position: relative;
    color: var(--primary-blue);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.staff-card h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: var(--accent-gold);
    border-radius: 10px;
}

.staff-card span {
    display: block;
    color: var(--accent-gold);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.staff-card p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 2;
    margin: 0;
}

html[dir="rtl"] .staff-card {
    text-align: right;
}

html[dir="rtl"] .staff-card h4::after {
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .staff-card-wrapper {
        padding: 10px;
    }

    .staff-card {
        padding: 35px 25px;
    }

    .staff-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }

    .staff-card h4 {
        font-size: 21px;
    }

    .staff-card p {
        font-size: 14px;
    }
}

.features-section .row{
        display: flex;
        flex-wrap: wrap;
    }

    .features-section .feature-block{
        display: flex;
        margin-bottom: 30px;
    }

    .features-section .feature-block .inner-box{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .welcome-badge{
        display: inline-block;
        color: var(--accent-gold);
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-left: 3px solid var(--accent-gold);
        padding-left: 12px;
        margin-bottom: 8px;
    }

      .inner-box h2 {
        color: var(--primary-blue);
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .inner-box .bold-text {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 12px;
    }

    .inner-box .text {
        color: var(--text-light);
        font-size: 15px;
    }

/* Price Box Styles */
.price-box {
    margin-top: 15px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--accent-gold);
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.price-item:last-child {
    border-bottom: none;
}

.price-label {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.price-value {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 2px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Single price (for private classes) */
.single-price {
    max-width: 400px;
    margin: 0 auto;
}

.single-price .price-item {
    justify-content: center;
    gap: 20px;
}

.single-price .price-label {
    font-size: 16px;
}

.single-price .price-value {
    font-size: 22px;
    padding: 5px 25px;
}

/* Private class box */
.private-class-box {
    text-align: center;
    padding: 30px !important;
}

.private-class-box .icon-box {
    margin: 0 auto 15px;
}

/* Programs section inner boxes */
.programs-section .inner {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.programs-section .inner:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.programs-section .inner .icon-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #242424;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff;
}

.programs-section .inner h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}



.exam-objectives-section .mb-4 {
    margin-bottom: 30px !important;
}

.objectives-box ul li {
    position: relative;
    padding-inline-start: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500;
    text-align: start;
}