.features-list li::marker {
    color: white;
}

/* Circular icon inside stats cards */
.stat-icon-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(120px 120px at 50% 40%, rgba(6, 182, 212, 0.16), rgba(6, 182, 212, 0.08));
    box-shadow: 0 6px 18px rgba(6, 182, 212, 0.15) inset, 0 4px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
}

.stat-icon-circle i {
    color: #06b6d4;
    font-size: 38px;
}

/* Tighten bottom space under stats section */
.stats-tight {
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
}

.stats-tight .section-title {
    margin-bottom: 18px;
}

.stats-tight .row {
    margin-bottom: 0;
}

.stats-tight .why-choose-box {
    margin-bottom: 0;
}

/* Remove white background from specific target audience and program structure boxes only */
.why-choose-box.features-box.color-primary-style:has(.fa-user),
.why-choose-box.features-box.color-secondary-style:has(.fa-project-diagram) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Fix button text display for banner buttons */
.banner-btn .edu-btn {
    white-space: nowrap !important;
    padding: 10px 18px !important;
    font-size: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: auto !important;
    min-width: fit-content !important;
    height: 42px !important;
    line-height: 1.2 !important;
}

.banner-btn {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    align-items: center !important;
}

.course-overview ul {
    direction: rtl;
    text-align: right;
    margin: 0;
    padding-right: 1.5rem;
    list-style: disc;
    list-style-position: outside;
}

.course-overview ul li {
    display: block;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

/* Split "what you learn" items into two balanced columns */
.what-you-learn-list {
    direction: rtl;
    text-align: right;
    column-count: 2;
    column-gap: 40px;
}

.what-you-learn-list li {
    break-inside: avoid;
    margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {
    .what-you-learn-list {
        column-count: 1;
    }
}

.health-slider-content .title,
.health-slider-content .inner h3 {
    color: #202b56;
}

/* Long Programs Hero Section - New Clean Layout */
.long-programs-hero {
    background-color: #f8f9fa;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
}

/* Image container - maintains original aspect ratio 9501:6431 ≈ 1.48:1 */
.health-slider-image-custom {
    width: 100%;
    aspect-ratio: 9501 / 6431;
    /* نسبة العرض للارتفاع الأصلية */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Text container */
.health-slider-content-custom {
    direction: rtl;
    text-align: right;
    padding: 20px;
}

.health-slider-content-custom .title,
.health-slider-content-custom .inner h3,
.health-slider-content-custom .inner h1 {
    color: #202b56;
    text-align: right;
}

.health-slider-content-custom .inner p {
    color: #333;
    line-height: 1.8;
    text-align: right;
}

.health-slider-content-custom .banner-btn {
    justify-content: flex-end;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .long-programs-hero {
        padding-top: 80px !important;
    }

    .health-slider-image-custom {
        aspect-ratio: 9501 / 6431;
        /* الحفاظ على النسبة */
        margin-bottom: 20px;
    }
}