
    /* التنسيقات العامة للقسم العلوي (Hero) */
    .hero-section {
        position: relative;
        text-align: center;
        padding: 150px 5%;
        background-color: var(--dark-green);
        background-image: linear-gradient(rgba(8, 32, 30, 0.7), rgba(8, 32, 30, 0.8)), var(--hero-image, none);
        background-size: cover;
        background-position: center;
        color: var(--light-bg);
        border-bottom: 8px solid var(--light-sand);
    }

    .hero-section h1 {
        font-size: 56px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .hero-section p {
        font-size: 22px;
        color: #ddd;
        max-width: 800px;
        margin: 0 auto 50px auto;
        font-weight: 400;
    }

    .hero-btns {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    /* تحسينات العناوين الرئيسية للخلفيات الملونة والأشكال */
    .diplomas-section, .short-courses-section, .features-section {
        padding: 120px 5%; 
    }

    .diplomas-section, .short-courses-section {
        background-color: var(--light-bg);
    }

    .features-section {
        background-color: var(--light-sand);
        color: var(--dark-green);
    }

    .section-title {
        text-align: center;
        margin-bottom: 70px;
        position: relative;
    }

    .section-title h2 {
        display: inline-block;
        font-size: 40px;
        position: relative;
        z-index: 1;
        padding: 0 20px;
        margin-bottom: 15px;
        color: var(--dark-green);
    }

    .title-diplomas h2::before {
        content: '';
        position: absolute;
        bottom: 5px;
        left: -10px;
        right: -10px;
        height: 40%;
        background-color: rgba(177, 125, 43, 0.2); 
        z-index: -1;
        transform: skewX(-15deg);
        border-radius: 4px;
    }

    .title-features h2 { color: var(--dark-green); }
    .title-features h2::before {
        content: ''; position: absolute; top: -10px; left: -20px; right: -20px; bottom: -10px;
        background-image: radial-gradient(var(--dark-green) 15%, transparent 15%);
        background-size: 10px 10px; opacity: 0.1; z-index: -1; border-radius: 10px;
    }

    .title-short-courses h2::before {
        content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%);
        width: 110%; height: 15px; background-color: rgba(139, 30, 45, 0.15); border-radius: 50%; z-index: -1;
    }

    .section-title p {
        font-size: 18px; color: var(--text-on-light); max-width: 700px; margin: 0 auto; position: relative;
    }
    .section-title p::after {
        content: ''; display: block; width: 50px; height: 3px; background-color: var(--gold-accent); margin: 20px auto 0 auto; border-radius: 2px;
    }

    /* تنسيقات البطاقات والقوائم */
    .diploma-grid {
        display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; 
    }

    .diploma-card {
        background-color: #fff; border-radius: 15px; padding: 40px 30px; text-align: center;
        box-shadow: 0 4px 15px rgba(8, 32, 30, 0.05); border-bottom: 5px solid transparent;
        transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center;
        text-decoration: none; color: var(--dark-green);
        background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b17d2b' fill-opacity='0.03'%3E%3Cpath d='M0 0h15v15H0zM15 15h15v15H15z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .diploma-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(8, 32, 30, 0.1); border-bottom-color: var(--red-accent); }
    .diploma-image-wrap { width: 100%; height: 190px; margin: -10px 0 22px; overflow: hidden; border-radius: 12px; background-color: var(--light-sand); border: 1px solid var(--light-sand); }
    .diploma-image { display: block; width: 100%; height: 100%; object-fit: cover; }
    .diploma-card h3 { min-height: 58px; display: flex; align-items: center; justify-content: center; }
    .diploma-card .icon { font-size: 40px; color: var(--gold-accent); background-color: var(--overlay); width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; border: 2px solid var(--light-sand); }
    .diploma-card h3 { font-size: 24px; margin-bottom: 10px; }
    .diploma-card p { font-size: 16px; color: var(--text-on-light); margin-bottom: 25px; flex-grow: 1; }
    .diploma-meta { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin: auto 0 18px; }
    .diploma-card .duration, .diploma-card .price { font-weight: 600; color: var(--red-accent); margin: 0; }
    .diploma-card .price { color: var(--gold-accent); }

    .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; }
    .feature-item { background-color: rgba(253, 250, 246, 0.9); padding: 40px; border-radius: 12px; box-shadow: 0 4px 10px rgba(8, 32, 30, 0.1); border: 1px solid var(--overlay); }
    .feature-item i { font-size: 48px; color: var(--red-accent); margin-bottom: 25px; }

    .short-course-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 20px; }
    .short-course-item { background-color: #fff; padding: 20px 30px; border-radius: 10px; box-shadow: 0 2px 5px rgba(8, 32, 30, 0.03); display: flex; justify-content: space-between; align-items: center; <?php echo $lang == 'ar' ? 'border-right' : 'border-left'; ?>: 4px solid var(--gold-accent); transition: transform 0.2s; }
    .short-course-item:hover { transform: translateX(<?php echo $lang == 'ar' ? '-5px' : '5px'; ?>); box-shadow: 0 4px 10px rgba(8, 32, 30, 0.08); }
    .short-course-info { display: flex; flex-direction: column; gap: 5px; }
    .short-course-title { font-weight: 700; font-size: 18px; color: var(--dark-green); }
    .short-course-date { color: var(--red-accent); font-weight: 600; font-size: 14px; }

    /* توافق الصفحة الرئيسية مع الجوالات */
    @media (max-width: 768px) {
        .hero-section { padding: 80px 5%; }
        .hero-section h1 { font-size: 32px; }
        .hero-section p { font-size: 16px; margin-bottom: 30px; }
        .hero-btns { flex-direction: column; align-items: center; gap: 15px; }
        .hero-btns .btn { width: auto; min-width: 200px; max-width: 80%; padding: 12px 25px !important; font-size: 16px !important; }
        .section-title h2 { font-size: 30px; }
        .diplomas-section, .short-courses-section, .features-section { padding: 80px 5%; }
        .features-grid { grid-template-columns: 1fr; }
        .short-course-item { flex-direction: column; text-align: center; gap: 15px; border-right: none; border-left: none; border-bottom: 4px solid var(--gold-accent); }
        .partners-section .partners-icons { flex-wrap: wrap; }
    }

    @media (min-width: 769px) and (max-width: 1050px) {
        .diploma-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
