/* ===== المتغيرات العامة ===== */
:root {
    --secondary-color: #0C4D50;
    --primary-color: #F37521;
    --white: #FFFFFF;
    --btn-hover: #e05e1a;
    --btn-secondary-hover: #f8f8f8;
    --light-bg: #FAF5F2;
    --text-gray: #6b6b6b;
    --card-bg: #ffffff;
    --icon-bg: #eaf3f2;
    --features-bg: #F9FAFB;
    --overlay-green: rgba(12, 77, 80, 0.7);
    --login-btn-hover: #ff923d;
    --partners-bg: #e6e1dd;
    --partners-text: #5f6f75;
    --faq-bg: #ffffff;
    --faq-border: #e6e6e6;
    --faq-icon-bg: #fff3ea;
    --faq-text: #6b7c7b;
    --footer-cta-bg: #145a57;
    --footer-border: #e0e0e0;
    --footer-text: #4b5c5b;
    --copyright-text: #8b8b8b;
    --cta-btn-hover: #d96812;
    --more-link-hover: #f47c20;
}

.a-GV-table tr:hover .a-GV-cell {
    background: linear-gradient(90deg, #f8fbff, #eef6ff);
    transition: all 0.25s ease;
}

/* Elegant Selected Row */
.a-GV-row.is-selected .a-GV-cell {
    background: linear-gradient(90deg, #dbeafe, #cfe7ff) !important;
    color: #0f172a;
    font-weight: 600;
}

/* Smart Active Cell */
.a-GV-cell.is-active,
.a-GV-cell:focus {
    background-color: #ffffff !important;
    box-shadow:
        inset 0 0 0 2px #2563eb,
        0 0 8px rgba(37, 99, 235, 0.15);
    border-radius: 4px;
    z-index: 2;
    transition: all 0.2s ease;
}

/* Soft Alternate Rows */
.a-GV-table tr:nth-child(even) .a-GV-cell {
    background-color: #fcfdff;
}

/* Subtle Grid Modernization */
.a-GV-cell {
    border-color: #e8edf5 !important;
}

/* Smooth Row Animation */
.a-GV-table tr {
    transition: all 0.2s ease;
}


a {
    color: black;

}

.t-Header-branding
{
    height: 80px;
}

.a-FS-totalLabel
{
    display: none;
}

.a-FS-totalCount
{
   display: none; 
}

.t-Footer
{
   display: none; 
}


/* ===== الإطار الرئيسي ===== */
.main-frame {
    width: 1440px;
    padding: 0 80px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 0 auto;
    min-height: 100vh;
}

/* ===== تنسيقات الهيدر ===== */

.header-box {
    align-self: stretch;
    padding: 24px 0;
    background: var(--secondary-color);
    box-shadow: 0px 2px 10px rgba(214, 214, 214, 0.25);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.header-row {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
}

.right-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    height: 30.76px;
}

.logo-container {
    width: auto;
    height: 30.76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 30.76px;
    object-fit: scale-down;
    display: inline-block;
    vertical-align: middle;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.nav-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--white);
    letter-spacing: -0.18px;
    white-space: nowrap;
}

.nav-item-courses {
    width: 117px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--white);
    letter-spacing: -0.18px;
    white-space: nowrap;
}

.login-btn {
    height: 48px;
    padding: 8px 20px;
    background: var(--primary-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
    text-align: center;
    letter-spacing: -0.18px;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.login-btn:hover {
    background-color: var(--btn-hover);
}

/* ===== تنسيقات قسم hero ===== */
.hero-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    padding: 40px 0;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.hero-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    word-wrap: break-word;
    max-width: 100%;
}

.hero-description {
    width: 718px;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
}

/* ===== تنسيقات الأزرار في hero ===== */
.buttons-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn {
    height: 48px;
    padding: 8px 24px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: 1px solid var(--white);
    outline-offset: -1px;
    width: auto;
    white-space: nowrap;
}

.btn-primary {
    background: var(--primary-color);
}

.btn-primary .btn-text {
    color: var(--white);
    text-align: center;
}

.btn-primary:hover {
    background: var(--btn-hover);
}

/* ===== تنسيقات رابط المزيد - بدون خلفية ===== */

.more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 8px 0;
    background: transparent;
    border: none;
    outline: none;
    height: 48px;
}

.more-link .arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
    color: var(--secondary-color);
}

.more-link:hover {
    color: var(--more-link-hover);
}

.more-link:hover .arrow {
    transform: translateX(-4px);
    color: var(--more-link-hover);
}
/* ===== تنسيقات قسم الإحصائيات ===== */
.stats-section {
    width: 100%;
    padding: 60px 60px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 50%, #E8E8E8 100%);
    border-radius: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}

.side-image {
    flex: 0 0 auto;
    width: 220px;
    height: 330px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.side-image:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.side-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.left-image {
    order: 1;
}

.right-image {
    order: 3;
}

.stats-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    order: 2;
    max-width: 700px;
    margin: 0 auto;
}

.stat-box {
    width: 192px;
    height: 249px;
    padding: 60px 12px;
    background: linear-gradient(145deg, #FAF5F2, #F0E8E2);
    border-radius: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1),
                inset 0 -2px 5px rgba(0, 0, 0, 0.05),
                inset 0 2px 5px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
    border-radius: 40px 40px 0 0;
    pointer-events: none;
}

.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15),
                inset 0 -2px 5px rgba(0, 0, 0, 0.05),
                inset 0 2px 5px rgba(255, 255, 255, 0.9);
}

.stat-content {
    width: 167px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.stat-number {
    align-self: stretch;
    text-align: center;
    color: var(--secondary-color);
    font-size: 44px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    line-height: 52px;
    word-wrap: break-word;
    text-shadow: 0 2px 4px rgba(12, 77, 80, 0.2);
    position: relative;
}

.stat-number::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.stat-description {
    align-self: stretch;
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding: 0 5px;
}

/* ===== تنسيقات قسم من نحن ===== */
.about-section {
    position: relative;
    width: 100%;
    margin: 0;
}

.about-container {
    position: relative;
    width: 100%;
    background: #F9FAFB;
    border-radius: 60px; /* إضافة انحناء 60px مثل باقي المقاطع */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 60px 120px;
    gap: 200px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* إضافة ظل خفيف */
    margin: 20px 0; /* إضافة هامش */
}

.about-content {
    width: 503px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    gap: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-align: right;
}

.about-label {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: right;
    margin-right: auto;
    padding: 0;
    gap: 11px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.about-label span {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    text-align: right;
    letter-spacing: -0.18px;
    color: var(--primary-color);
    white-space: nowrap;
}

.about-title {
    width: 100%;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: right;
    letter-spacing: -0.2px;
    color: var(--secondary-color);
    margin: 0;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.about-description {
    width: 100%;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    color: var(--secondary-color);
    margin: 0;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.about-image-wrapper {
    width: 429.11px;
    height: 480.32px;
    flex: none;
    order: 1;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image-simple {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* ===== تنسيقات قسم ما يميزنا ===== */
.features-section {
    background: var(--features-bg);
    padding: 60px 20px;
    width: 100%;
    border-radius: 60px;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.features-header {
    text-align: center;
    margin-bottom: 40px;
}

.features-label {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.features-title {
    font-size: 38px;
    color: var(--secondary-color);
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.features-description {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.9;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    background: var(--card-bg);
    padding: 30px 20px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: var(--icon-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--secondary-color);
}

.feature-card-title {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-card-text {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}
/* ===== تنسيقات قسم الدورات التدريبية ===== */
.courses-section {
    padding: 60px 20px;
    width: 100%;
    background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
    border-radius: 60px;
    margin: 20px 0;
    text-align: center;
}

.courses-container {
    max-width: 900px;
    margin: 0 auto;
}

.courses-title {
    color: var(--secondary-color, #0C4D50);
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.courses-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color, #F37521);
    border-radius: 2px;
}

.courses-description {
    color: #555;
    font-size: 18px;
    line-height: 1.9;
    max-width: 800px;
    margin: 30px auto 0;
}

/* تنسيقات متجاوبة */
@media (max-width: 768px) {
    .courses-section {
        padding: 50px 15px;
        border-radius: 40px;
    }
    
    .courses-title {
        font-size: 32px;
    }
    
    .courses-description {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 480px) {
    .courses-section {
        padding: 40px 10px;
        border-radius: 30px;
    }
    
    .courses-title {
        font-size: 28px;
    }
    
    .courses-description {
        font-size: 15px;
    }
}

/* ===== تنسيقات قسم تسجيل الدخول ===== */
.login-section {
    width: 100%;
}

.login-box {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: center;
    padding: 60px 80px;
    color: var(--white);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay-green);
    z-index: 1;
}

.login-content {
    position: relative;
    max-width: 550px;
    z-index: 2;
}

.login-label {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.login-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--white);
}

.login-description {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

.login-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.login-button:hover {
    background: var(--login-btn-hover);
    transform: translateY(-3px);
}

.login-arrow {
    font-size: 18px;
}

/* ===== تنسيقات قسم شركاؤنا في النجاح ===== */
.partners-section {
    width: 100%;
    padding: 60px 20px 40px;
    text-align: center;
}

.partners-title {
    font-size: 34px;
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 20px;
}

.partners-description {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 15px;
    color: var(--partners-text);
    line-height: 1.9;
}

.partners-logos {
    background: var(--partners-bg);
    padding: 40px 20px;
    border-radius: 60px;
    width: 100%;
}

.logos-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.partner-logo {
    max-height: 45px;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ===== تنسيقات قسم آخر الأخبار في الصفحة الرئيسية ===== */
.home-news-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 60px 20px;
    width: 100%;
    background: #F9FAFB;
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.home-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.home-news-title {
    color: var(--primary-color, #f97316);
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.home-news-show-all {
    background: var(--primary-color, #f97316);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.home-news-show-all:hover {
    background: #d95f0e;
}

.home-news-grid {
    display: grid;
    grid-template-columns: 1.8fr 1.2fr;
    gap: 30px;
    align-items: start;
}

/* الخبر الكبير */
.home-news-featured {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-news-featured-image {
    height: 280px;
    border-radius: 35px;
    overflow: hidden;
}

.home-news-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news-featured-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color, #0f766e);
    margin: 0;
    line-height: 1.5;
}

.home-news-featured-text {
    color: #555;
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
}

/* الأخبار الصغيرة */
.home-news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.home-news-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.home-news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.home-news-item-image {
    width: 160px;
    height: 120px;
    border-radius: 25px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news-item-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.home-news-item-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color, #0f766e);
    margin: 0;
    line-height: 1.5;
}

.home-news-item-text {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 13px;
}

/* رابط القراءة */
.home-news-read-more {
    color: var(--primary-color, #f97316);
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
    margin-top: 4px;
}

.home-news-read-more:hover {
    color: var(--secondary-color, #0f766e);
}

.home-news-read-more::after {
    content: "←";
    font-size: 14px;
    margin-right: 4px;
}

/* تنسيقات متجاوبة */
@media (max-width: 900px) {
    .home-news-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-news-featured-image {
        height: 300px;
    }

    .home-news-item {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .home-news-section {
        padding: 40px 15px;
        border-radius: 40px;
    }

    .home-news-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .home-news-title {
        font-size: 24px;
    }

    .home-news-item {
        flex-direction: column;
    }

    .home-news-item-image {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 480px) {
    .home-news-section {
        padding: 30px 10px;
        border-radius: 30px;
    }

    .home-news-featured-image {
        height: 220px;
    }

    .home-news-show-all {
        padding: 8px 20px;
        font-size: 13px;
    }
}
/* ===== تنسيقات قسم الأسئلة الشائعة ===== */
.faq-section {
    width: 100%;
    padding: 60px 20px;
    background: var(--faq-bg);
    border-radius: 60px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-label {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.faq-title {
    font-size: 32px;
    margin: 10px 0 15px;
    color: var(--secondary-color);
    font-weight: 700;
}

.faq-description {
    color: var(--faq-text);
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.faq-list {
    margin-top: 30px;
}

.faq-item {
    border-bottom: 1px solid var(--faq-border);
}

.faq-item input {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    cursor: pointer;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 18px;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--primary-color);
}

.faq-icon {
    width: 28px;
    height: 28px;
    background: var(--faq-icon-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    color: var(--faq-text);
    line-height: 1.8;
    padding: 0 10px;
}

.faq-item input:checked ~ .faq-answer {
    max-height: 200px;
    padding: 0 10px 20px 10px;
}

.faq-item input:checked ~ .faq-question .faq-icon {
    transform: rotate(45deg);
}

/* ===== تنسيقات قسم الفوتر ===== */
.footer-section {
    width: 100%;
}

.footer-cta-wrapper {
    width: 100%;
    padding: 60px 20px 30px;
}

.footer-cta {
    background: var(--footer-cta-bg);
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    color: var(--white);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    height: 70px;
}

.avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--footer-cta-bg);
    object-fit: cover;
    margin-left: -12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.avatar-img:first-child {
    margin-left: 0;
    z-index: 3;
    object-position: center 30%;
    transform: translateY(-3px);
}

.avatar-img:nth-child(2) {
    z-index: 2;
    object-position: center 25%;
    transform: translateY(0px);
}

.avatar-img:nth-child(3) {
    z-index: 1;
    object-position: center 20%;
    transform: translateY(-3px);
    margin-left: -15px;
}

.avatar-img:hover {
    transform: scale(1.1) translateY(0);
    z-index: 10;
}

.cta-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-description {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 25px;
}

.cta-btn {
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.cta-btn:hover {
    background: var(--cta-btn-hover);
}

.footer-bottom {
    max-width: 1100px;
    margin: 30px auto 0;
    padding: 25px 20px;
    border-top: 1px solid var(--footer-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo-img {
    max-height: 40px;
    width: auto;
    display: block;
}

.footer-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-links a {
    text-decoration: none;
   color: var(--footer-text); 
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--secondary-color);
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: var(--copyright-text);
    padding: 15px 0 30px;
}

/* ===== تنسيقات متجاوبة ===== */
@media (max-width: 1440px) {
    .main-frame {
        width: 100%;
        padding: 0 40px;
    }
    
    .about-container {
        padding: 60px 60px;
        gap: 100px;
    }
    
    .features-title {
        font-size: 32px;
    }
    
    .partners-title {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .about-container {
        padding: 60px 40px;
        gap: 60px;
    }
    
    .about-image-wrapper {
        width: 369px;
        height: 420px;
    }
    
    .about-content {
        width: 450px;
    }
    
    .about-description {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        text-align: right;
    }
    
    .about-title {
        text-align: right;
        white-space: nowrap;
    }
    
    .about-label span {
        text-align: right;
    }
    
    .features-grid {
        gap: 20px;
    }
    
    .feature-card {
        padding: 25px 15px;
    }
}

@media (max-width: 992px) {
    .main-frame {
        padding: 0 30px;
    }
    
    .about-container {
        flex-direction: column;
        height: auto;
        padding: 50px 30px;
        gap: 40px;
    }
    
    .about-content {
        width: 100%;
        align-items: center;
        text-align: center;
        order: 0;
    }
    
    .about-label {
        justify-content: center;
        width: auto;
        margin-right: 0;
    }
    
    .about-label span {
        text-align: center;
        justify-content: center;
    }
    
    .about-title {
        text-align: center;
        justify-content: center;
        white-space: normal;
    }
    
    .about-description {
        text-align: center;
    }
    
    .about-image-wrapper {
        width: 100%;
        max-width: 429px;
        height: 450px;
        order: 1;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-title {
        font-size: 28px;
    }
    
    .partners-title {
        font-size: 28px;
    }
    
    .logos-wrapper {
        justify-content: center;
    }
    
    .login-box {
        padding: 50px 40px;
    }
    
    .login-title {
        font-size: 30px;
    }
    
    .faq-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .main-frame {
        padding: 0 20px;
    }
    
    .header-row {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    
    .right-section {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    
    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .hero-title {
        font-size: 36px;
        line-height: 46px;
    }
    
    .hero-description {
        font-size: 20px;
        line-height: 28px;
    }
    
    .stats-section {
        flex-direction: column;
        padding: 40px 30px;
    }
    
    .side-image {
        width: 200px;
        height: 280px;
    }
    
    .stats-container {
        flex-direction: column;
    }
    
    .about-container {
        padding: 40px 20px;
    }
    
    .about-title {
        font-size: 28px;
        line-height: 40px;
        white-space: normal;
    }
    
    .about-description {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }
    
    .about-image-wrapper {
        height: 400px;
    }
    
    .features-section {
        padding: 40px 20px;
    }
    
    .features-title {
        font-size: 24px;
    }
    
    .features-description {
        font-size: 15px;
    }
    
    .partners-title {
        font-size: 24px;
    }
    
    .partners-description {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .partners-logos {
        padding: 30px 15px;
    }
    
    .logos-wrapper {
        gap: 25px;
    }
    
    .partner-logo {
        max-height: 35px;
    }
    
    .login-box {
        padding: 40px 25px;
        border-radius: 25px;
        min-height: 350px;
    }

    .login-title {
        font-size: 26px;
    }

    .login-description {
        font-size: 14px;
    }
    
    .faq-title {
        font-size: 24px;
    }
    
    .faq-question {
        font-size: 16px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }
    
    .cta-title {
        font-size: 22px;
    }
    
    .avatars {
        height: 60px;
    }
    
    .avatar-img {
        width: 50px;
        height: 50px;
        margin-left: -10px;
    }
    
    .avatar-img:first-child {
        transform: translateY(-2px);
    }
    
    .avatar-img:nth-child(2) {
        transform: translateY(0px);
    }
    
    .avatar-img:nth-child(3) {
        transform: translateY(-2px);
        margin-left: -12px;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .features-title {
        font-size: 22px;
    }
    
    .login-content {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .hero-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .btn {
        height: 40px;
        padding: 6px 16px;
        font-size: 13px;
    }
    
    .more-link {
        height: 40px;
        padding: 6px 0;
        font-size: 13px;
    }
    
    .btn-icon {
        width: 20px;
        height: 20px;
    }
    
    .btn-icon::before {
        width: 6.3px;
        height: 13.37px;
        left: 6.73px;
        top: 3.62px;
    }
    
    .stats-section {
        padding: 30px 15px;
        border-radius: 30px;
    }
    
    .side-image {
        width: 180px;
        height: 250px;
    }
    
    .stat-box {
        width: 100%;
        max-width: 250px;
        height: auto;
        min-height: 220px;
        padding: 40px 15px;
    }
    
    .stat-number {
        font-size: 38px;
        line-height: 44px;
    }
    
    .stat-description {
        font-size: 15px;
        line-height: 22px;
    }
    
    .about-container {
        padding: 30px 15px;
    }
    
    .about-title {
        font-size: 24px;
        line-height: 34px;
    }
    
    .about-description {
        font-size: 14px;
        line-height: 24px;
    }
    
    .about-image-wrapper {
        height: 350px;
    }
    
    .about-image-simple {
        width: 100%;
        height: 100%;
    }
    
    .features-section {
        padding: 30px 15px;
    }
    
    .feature-card {
        padding: 25px 15px;
    }
    
    .login-box {
        padding: 30px 20px;
    }
    
    .login-title {
        font-size: 22px;
    }
    
    .login-button {
        padding: 10px 22px;
        font-size: 14px;
    }
    
    .faq-section {
        padding: 40px 15px;
    }
    
    .faq-title {
        font-size: 22px;
    }
    
    .footer-cta {
        padding: 40px 15px;
    }
    
    .cta-title {
        font-size: 20px;
    }
    
    .avatars {
        height: 55px;
    }
    
    .avatar-img {
        width: 45px;
        height: 45px;
        border-width: 2px;
        margin-left: -8px;
    }
    
    .avatar-img:first-child {
        transform: translateY(-2px);
    }
    
    .avatar-img:nth-child(2) {
        transform: translateY(0px);
    }
    
    .avatar-img:nth-child(3) {
        transform: translateY(-2px);
        margin-left: -10px;
    }
}
/* ===== تنسيقات قسم الإحصائيات الجديد ===== */
.stats-new-section {
    padding: 80px 10%;
    background: #ffffff;
    width: 100%;
}

.stats-new-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* الجزء العلوي */
.stats-new-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

.stats-new-title h2 {
    color: #0f4c4c;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.stats-new-text p {
    color: #6b7b7b;
    font-size: 15px;
    line-height: 1.9;
    max-width: 500px;
    margin: 0;
}

/* البطاقات */
.stats-new-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.stats-new-card {
    background: #f3efed;
    padding: 30px 20px;
    border-radius: 18px;
    text-align: center;
    transition: transform 0.3s ease;
}

.stats-new-card:hover {
    transform: translateY(-5px);
}

.stats-new-card h3 {
    color: #0f4c4c;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.stats-new-card p {
    font-size: 14px;
    color: #6b7b7b;
    line-height: 1.6;
    margin: 0;
}

/* استجابة للشاشات */
@media (max-width: 992px) {
    .stats-new-top {
        flex-direction: column;
        gap: 20px;
    }
    
    .stats-new-text p {
        max-width: 100%;
    }
    
    .stats-new-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .stats-new-section {
        padding: 60px 5%;
    }
    
    .stats-new-title h2 {
        font-size: 24px;
    }
    
    .stats-new-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .stats-new-cards {
        grid-template-columns: 1fr;
    }
    
    .stats-new-card {
        padding: 25px 15px;
    }
}
/* ===== تنسيقات قسم رسالتنا ===== */
.mission-section {
    padding: 80px 10%;
    background: #f4f4f4;
    width: 100%;
}

.mission-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mission-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* الصورة */
.mission-image {
    flex: 0 0 auto;
}

.mission-image img {
    width: 320px;
    border-radius: 40px;
    display: block;
}

/* النص */
.mission-text {
    max-width: 550px;
}

.mission-small-title {
    color: var(--primary-color, #f26522);
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

.mission-title {
    color: var(--secondary-color, #0f4c4c);
    font-size: 28px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 700;
}

.mission-description {
    color: #6b7b7b;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

/* استجابة للشاشات */
@media (max-width: 992px) {
    .mission-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .mission-image img {
        width: 260px;
    }
    
    .mission-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .mission-section {
        padding: 60px 5%;
    }
    
    .mission-title {
        font-size: 22px;
    }
}
/* ===== تنسيقات قسم رؤيتنا وقيمنا (معدل) ===== */
.values-section {
    padding: 80px 10%;
    background: #f3f3f3;
    width: 100%;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    flex-direction: row; /* التأكيد على الاتجاه الأفقي */
}

/* الصورة في اليسار */
.values-image {
    flex: 0 0 auto;
    order: 2; /* جعل الصورة في اليسار (الثانية) */
}

.values-image img {
    width: 350px;
    border-radius: 45px;
    display: block;
}

/* النص في اليمين */
.values-text {
    max-width: 600px;
    order: 1; /* جعل النص في اليمين (الأولى) */
    text-align: right; /* محاذاة النص لليمين */
}

.values-small-title {
    color: var(--primary-color, #f26522);
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: right;
}

.values-title {
    color: var(--secondary-color, #0f4c4c);
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: right;
}

.values-description {
    color: #6b7b7b;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 35px;
    text-align: right;
}

/* شبكة المبادئ */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
}

.value-item p {
    font-size: 14px;
    color: #6b7b7b;
    line-height: 1.9;
    margin: 0;
    text-align: right;
}

.value-title {
    color: var(--primary-color, #f26522);
    font-weight: 700;
    margin-left: 6px;
}

/* استجابة للشاشات */
@media (max-width: 992px) {
    .values-content {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    
    /* إعادة تعيين order للشاشات الصغيرة */
    .values-image {
        order: 1;
    }
    
    .values-text {
        order: 2;
        text-align: center;
    }
    
    .values-small-title,
    .values-title,
    .values-description,
    .value-item p {
        text-align: center;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .values-image img {
        width: 280px;
    }
    
    .values-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .values-section {
        padding: 60px 5%;
    }
    
    .values-title {
        font-size: 24px;
    }
}
/* ===== تنسيقات قسم تواصل معنا (رأس الصفحة) - مع تقليل المسافات ===== */
.contact-header-section {
    background-color: #f3f3f3;
    padding: 70px 20px;
    text-align: center;
    width: 100%;
    border-radius: 60px;
    margin: 20px 0;
}

.contact-header-subtitle {
    color: var(--primary-color, #f97316);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px; /* تقليل المسافة من 10px إلى 5px */
    letter-spacing: 0.5px;
}

.contact-header-title {
    color: var(--secondary-color, #0f4c4c);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px; /* تقليل المسافة من 20px إلى 15px */
    line-height: 1.3;
}

.contact-header-description {
    max-width: 650px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

/* تحسين المظهر في الشاشات الصغيرة */
@media (max-width: 768px) {
    .contact-header-section {
        padding: 50px 15px;
        border-radius: 40px;
    }
    
    .contact-header-subtitle {
        margin-bottom: 4px;
    }
    
    .contact-header-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .contact-header-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .contact-header-section {
        padding: 40px 10px;
        border-radius: 30px;
    }
    
    .contact-header-subtitle {
        margin-bottom: 3px;
    }
    
    .contact-header-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
/* ===== تنسيقات قسم معلومات التواصل (Top Bar) ===== */
.contact-info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
    font-size: 14px;
    color: #555;
    width: 100%;
    background: transparent;
}

.contact-info-details {
    display: flex;
    gap: 60px;
    align-items: center;
}

.info-item {
    display: flex;
    flex-direction: column;
}

.info-item strong {
    font-weight: 600;
    color: #333;
}

.contact-social {
    display: flex;
    gap: 10px;
}

.social-link {
    width: 36px;
    height: 36px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--secondary-color, #0f4c4c);
    font-weight: bold;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--secondary-color, #0f4c4c);
    color: #fff;
}

/* ===== تنسيقات قسم نموذج التواصل ===== */
.contact-form-section {
    padding: 40px 8% 80px;
    width: 100%;
}

.contact-form-container {
    background: #e9e4df;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
}

/* الصورة */
.contact-form-image {
    flex: 1;
}

.contact-form-image img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}

/* النموذج */
.contact-form-fields {
    flex: 1;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-form-fields input,
.contact-form-fields select,
.contact-form-fields textarea {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 20px;
    background: #f4f1ee;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
}

.contact-form-fields input:focus,
.contact-form-fields select:focus,
.contact-form-fields textarea:focus {
    outline: 2px solid var(--primary-color, #f97316);
    outline-offset: 2px;
}

.contact-form-fields textarea {
    min-height: 110px;
    resize: none;
}

.form-select {
    cursor: pointer;
}

.form-textarea {
    resize: none;
}

.form-submit-btn {
    background: var(--primary-color, #f97316);
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.form-submit-btn:hover {
    background: #d95f0e;
}

.form-note {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

/* ===== تنسيقات متجاوبة لقسم التواصل ===== */
@media (max-width: 992px) {
    .contact-info-bar {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 20px 5%;
    }
    
    .contact-info-details {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-form-container {
        flex-direction: column;
    }
    
    .contact-form-image img {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .contact-info-bar {
        padding: 15px 5%;
    }
    
    .contact-form-section {
        padding: 30px 5% 60px;
    }
    
    .contact-form-container {
        padding: 30px 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .contact-form-container {
        padding: 25px 15px;
    }
    
    .form-submit-btn {
        width: 100%;
        padding: 12px;
    }
}
/* ===== تنسيقات قسم الخريطة ===== */
.map-section {
    padding: 40px 8% 60px;
    width: 100%;
}

.map-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.map-title {
    color: var(--secondary-color, #2c7a7b);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 28px;
}

.map-description {
    color: #777;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
}

/* صندوق الخريطة */
.map-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* مكان عرض الصورة */
.map-image-container {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

/* صورة الخريطة */
.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* تنسيقات متجاوبة للخريطة */
@media (max-width: 992px) {
    .map-section {
        padding: 30px 5% 50px;
    }
    
    .map-title {
        font-size: 26px;
    }
    
    .map-image-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .map-section {
        padding: 30px 4% 40px;
    }
    
    .map-title {
        font-size: 24px;
    }
    
    .map-description {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .map-wrapper {
        padding: 20px;
    }
    
    .map-image-container {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .map-title {
        font-size: 22px;
    }
    
    .map-wrapper {
        padding: 15px;
    }
    
    .map-image-container {
        height: 200px;
    }
}
/* ===== تنسيقات صفحة تسجيل الدخول - تحديث مع الشعار (بدون خلفية) ===== */
.login-page-container {
    max-width: 1100px;
    margin: 40px auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
}

/* الجانب الأيمن - الصورة مع الشعار */
.login-page-left {
    width: 50%;
    padding: 20px;
}

.login-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-radius: 25px;
    overflow: hidden;
}

.login-page-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.login-logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* تم إزالة الخلفية والتأثير الضبابي */
}

.login-logo {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}

.login-logo:hover {
    transform: scale(1.05);
}

/* الجانب الأيسر - النموذج */
.login-page-right {
    width: 50%;
    padding: 40px;
}

.login-page-title {
    margin: 0;
    color: var(--secondary-color, #2c7a7b);
    font-size: 28px;
    font-weight: 700;
}

.login-page-subtitle {
    color: #777;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
}

/* التبويبات */
.login-page-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.login-page-tab {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background: #f1f3f5;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.login-page-tab.active {
    background: #e6f4f1;
    color: var(--secondary-color, #2c7a7b);
    font-weight: 600;
}

/* حقول النموذج */
.login-page-form-group {
    margin-bottom: 15px;
}

.login-page-input,
.login-page-select {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #f3f5f7;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    outline: none;
}

.login-page-input:focus,
.login-page-select:focus {
    outline: 2px solid var(--primary-color, #f27521);
    outline-offset: 2px;
}

/* حقل الهاتف */
.login-page-phone {
    display: flex;
    gap: 10px;
}

.login-page-code {
    width: 80px;
    background: #e8f5f0;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    border: none;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    outline: none;
    cursor: default;
}

/* زر التسجيل */
.login-page-submit {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 25px;
    background: var(--primary-color, #f27521);
    color: white;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.login-page-submit:hover {
    background: #d95f0e;
}

/* تنسيقات متجاوبة */
@media (max-width: 992px) {
    .login-page-container {
        flex-direction: column;
        margin: 30px 20px;
    }

    .login-page-left,
    .login-page-right {
        width: 100%;
    }

    .login-image-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .login-page-container {
        margin: 20px 15px;
    }
    
    .login-page-right {
        padding: 30px 20px;
    }
    
    .login-page-title {
        font-size: 24px;
    }
    
    .login-page-phone {
        flex-direction: column;
        gap: 15px;
    }
    
    .login-page-code {
        width: 100%;
    }
    
    .login-image-wrapper {
        min-height: 350px;
    }
    
    .login-logo {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .login-page-right {
        padding: 25px 15px;
    }
    
    .login-page-title {
        font-size: 22px;
    }
    
    .login-page-tabs {
        flex-direction: column;
    }
    
    .login-image-wrapper {
        min-height: 300px;
    }
    
    .login-logo {
        width: 120px;
    }
}

/* ===== تنسيقات صفحة تسجيل الدخول (signin) ===== */
.signin-wrapper {
    max-width: 1100px;
    margin: 50px auto;
    background: #fff;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    width: 100%;
}

.signin-container {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* ===== الجانب الأيمن - الصورة مع الشعار ===== */
.signin-image-side {
    width: 50%;
}

.signin-image-wrapper {
    position: relative;
    width: 100%;
    height: 520px;
    border-radius: 30px;
    overflow: hidden;
}

.signin-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.signin-logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-logo {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}


.mainheader-logo {
    width: 250px;
    height: 160px;
    transition: transform 0.3s ease;
}

.mainheader-logo:hover {
    transform: scale(1.05);
}

.signin-logo:hover {
    transform: scale(1.05);
}

/* ===== الجانب الأيسر - النموذج ===== */
.signin-form-side {
    width: 50%;
}

.signin-form-title {
    margin: 0;
    color: var(--secondary-color, #2c7a7b);
    font-size: 28px;
    font-weight: 700;
}

.signin-form-subtitle {
    color: #7b8a8b;
    font-size: 14px;
    margin-bottom: 25px;
}

/* التبويبات */
.signin-tabs {
    display: flex;
    background: #f1f3f5;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 25px;
}

.signin-tab {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.signin-tab.active {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    font-weight: 600;
    color: var(--secondary-color, #2c7a7b);
}

/* حقول النموذج */
.signin-form-group {
    margin-bottom: 15px;
}

.signin-input {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #f3f5f7;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    outline: none;
}

.signin-input:focus {
    outline: 2px solid var(--primary-color, #f27521);
    outline-offset: 2px;
}

/* زر التسجيل */
.signin-submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 25px;
    background: var(--primary-color, #f27521);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.signin-submit-btn:hover {
    background: #d95f0e;
}

/* ===== تنسيقات الفوتر ===== */
.footer-section {
    width: 100%;
    margin-top: 40px;
}

.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 20px;
    border-top: 1px solid var(--footer-border, #e0e0e0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.maxfooter-logo-img {
    max-height: 120px;
    width: auto;
    display: block;
}

.footer-logo-img {
    max-height: 40px;
    width: auto;
    display: block;
}

.footer-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-links a {
    text-decoration: none;
    color: var(--footer-text, #4b5c5b);
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--secondary-color, #0C4D50);
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: var(--copyright-text, #8b8b8b);
    padding: 15px 0 30px;
}

/* ===== تنسيقات متجاوبة ===== */
@media (max-width: 992px) {
    .signin-container {
        flex-direction: column;
    }

    .signin-image-side,
    .signin-form-side {
        width: 100%;
    }

    .signin-image-wrapper {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .signin-wrapper {
        margin: 30px 15px;
        padding: 20px;
    }
    
    .signin-image-wrapper {
        height: 350px;
    }
    
    .signin-form-title {
        font-size: 24px;
    }
    
    .signin-logo {
        width: 150px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .signin-image-wrapper {
        height: 300px;
    }
    
    .signin-form-title {
        font-size: 22px;
    }
    
    .signin-tabs {
        flex-direction: column;
        gap: 5px;
    }
    
    .signin-logo {
        width: 120px;
    }
    
    .footer-links {
        gap: 15px;
    }
    
    .footer-links a {
        font-size: 13px;
    }
}
/* ===== تنسيقات قسم عنوان الأسعار ===== */
.pricing-header-section {
    text-align: center;
    padding: 60px 20px;
    width: 100%;
}

.pricing-header-top {
    color: var(--primary-color, #f27521);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-header-title {
    color: var(--secondary-color, #1f5c5b);
    font-size: 38px;
    font-weight: 800;
    margin: 10px 0;
    line-height: 1.3;
}

.pricing-header-description {
    color: #5f6f73;
    font-size: 18px;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
}

/* تحديث تنسيقات قسم الانتظار */
.pricing-placeholder {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
    border-radius: 60px;
    margin: 20px 0 40px;
    width: 100%;
}

.pricing-placeholder-content h2 {
    color: var(--secondary-color, #0C4D50);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-placeholder-content p {
    color: var(--text-gray, #6b6b6b);
    font-size: 18px;
    line-height: 1.8;
}

/* تنسيقات متجاوبة */
@media (max-width: 992px) {
    .pricing-header-title {
        font-size: 32px;
    }
    
    .pricing-header-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .pricing-header-section {
        padding: 50px 15px;
    }
    
    .pricing-header-title {
        font-size: 28px;
    }
    
    .pricing-header-description {
        font-size: 16px;
    }
    
    .pricing-placeholder {
        padding: 60px 15px;
        border-radius: 40px;
    }
    
    .pricing-placeholder-content h2 {
        font-size: 36px;
    }
    
    .pricing-placeholder-content p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .pricing-header-section {
        padding: 40px 10px;
    }
    
    .pricing-header-title {
        font-size: 24px;
    }
    
    .pricing-header-description {
        font-size: 15px;
    }
    
    .pricing-placeholder {
        padding: 50px 10px;
        border-radius: 30px;
    }
    
    .pricing-placeholder-content h2 {
        font-size: 30px;
    }
}
/* ===== تنسيقات صفحة الأسعار ===== */

/* قسم عنوان الأسعار */
.pricing-header-section {
    text-align: center;
    padding: 60px 20px;
    width: 100%;
}

.pricing-header-top {
    color: var(--primary-color, #f27521);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-header-title {
    color: var(--secondary-color, #1f5c5b);
    font-size: 38px;
    font-weight: 800;
    margin: 10px 0;
    line-height: 1.3;
}

.pricing-header-description {
    color: #5f6f73;
    font-size: 18px;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
}

/* ===== قسم خطط الاشتراك ===== */
.pricing-plans-section {
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 0 20px;
    width: 100%;
}

/* العنوان */
.pricing-plans-header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricing-plans-label {
    color: var(--primary-color, #f27521);
    font-weight: 700;
    font-size: 18px;
}

/* اختيار نوع الاشتراك */
.pricing-billing {
    text-align: center;
    margin: 20px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.pricing-billing-label {
    cursor: pointer;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

/* تغيير لون النص فقط عند التفعيل - بدون خلفية */
.pricing-billing-label:has(input:checked) {
    color: var(--primary-color, #f27521);
}

.pricing-billing-radio {
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color, #f27521);
}

/* تنسيق وفر 20% - باللون البرتقالي فقط */
.pricing-billing-save {
    font-size: 12px;
    color: var(--primary-color, #f27521);
    font-weight: 700;
    margin-right: 4px;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

/* شبكة الباقات */
.pricing-plans-grid {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

/* بطاقة الخطة */
.pricing-plan-card {
    background: #fff;
    flex: 1;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.pricing-plan-card:hover {
    transform: translateY(-5px);
}

/* الخطة المميزة (الوسطى) */
.pricing-plan-featured {
    transform: scale(1.05);
    border: 2px solid #e9ecef;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-plan-featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.pricing-plan-title {
    color: var(--primary-color, #f27521);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.pricing-plan-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    color: #5f6f73;
    line-height: 2;
    text-align: center;
}

.pricing-plan-price {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
    color: var(--secondary-color, #1f5c5b);
}

.pricing-plan-period {
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

.pricing-plan-btn {
    background: var(--primary-color, #f27521);
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.pricing-plan-btn:hover {
    background: #d95f0e;
}

/* ===== تنسيقات متجاوبة ===== */
@media (max-width: 992px) {
    .pricing-header-title {
        font-size: 32px;
    }
    
    .pricing-header-description {
        font-size: 17px;
    }
    
    .pricing-plans-grid {
        flex-direction: column;
        gap: 30px;
    }

    .pricing-plan-featured {
        transform: none;
    }
    
    .pricing-plan-featured:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .pricing-header-section {
        padding: 50px 15px;
    }
    
    .pricing-header-title {
        font-size: 28px;
    }
    
    .pricing-header-description {
        font-size: 16px;
    }
    
    .pricing-plans-section {
        margin-bottom: 40px;
    }
    
    .pricing-billing {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .pricing-billing-label {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .pricing-header-section {
        padding: 40px 10px;
    }
    
    .pricing-header-title {
        font-size: 24px;
    }
    
    .pricing-header-description {
        font-size: 15px;
    }
    
    .pricing-plan-card {
        padding: 25px 15px;
    }
    
    .pricing-plan-title {
        font-size: 20px;
    }
    
    .pricing-plan-price {
        font-size: 20px;
    }
}
/* ===== تنسيقات قسم مقارنة الميزات ===== */
.comparison-section {
    padding: 40px 20px 60px;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.comparison-title {
    text-align: center;
    margin-bottom: 30px;
}

.comparison-main-title {
    color: var(--secondary-color, #0f766e);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 32px;
}

.comparison-description {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.comparison-table-container {
    background: #ffffff;
    border-radius: 12px;
    overflow-x: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.comparison-table th,
.comparison-table td {
    padding: 18px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.comparison-table th {
    background: #f3f4f6;
    font-weight: 700;
    color: #333;
}

.comparison-feature-header {
    text-align: right;
}

.comparison-feature {
    text-align: right;
    color: #555;
}

.comparison-section-header {
    background: #f9fafb;
    font-weight: 700;
    text-align: right;
    font-size: 18px;
    color: #333;
}

.comparison-check {
    font-size: 20px;
    font-weight: bold;
}

.basic-check {
    color: #2563eb;
}

.plus-check {
    color: #0f766e;
}

.pro-check {
    color: #f97316;
}

/* تنسيقات متجاوبة */
@media (max-width: 768px) {
    .comparison-main-title {
        font-size: 28px;
    }
    
    .comparison-description {
        font-size: 15px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 15px 10px;
    }
}

@media (max-width: 480px) {
    .comparison-main-title {
        font-size: 24px;
    }
    
    .comparison-section-header {
        font-size: 16px;
    }
}
/* ===== تنسيقات قسم المدونة (hero) ===== */
.blog-hero-section {
    background: #f3f5f7;
    text-align: center;
    padding: 70px 20px;
    width: 100%;
    border-radius: 60px;
    margin: 20px 0;
}

.blog-hero-label {
    color: var(--primary-color, #f27521);
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.blog-hero-title {
    margin: 15px 0;
    font-size: 42px;
    color: var(--secondary-color, #0f4f4f);
    font-weight: 800;
    line-height: 1.3;
}

.blog-hero-description {
    max-width: 750px;
    margin: 0 auto;
    color: #5f6f73;
    font-size: 18px;
    line-height: 1.9;
}

/* تنسيقات متجاوبة */
@media (max-width: 768px) {
    .blog-hero-section {
        padding: 50px 15px;
        border-radius: 40px;
    }
    
    .blog-hero-title {
        font-size: 28px;
    }
    
    .blog-hero-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .blog-hero-section {
        padding: 40px 10px;
        border-radius: 30px;
    }
    
    .blog-hero-title {
        font-size: 24px;
    }
}/* ===== تنسيقات قسم آخر الأخبار (محدثة) ===== */
.blog-news-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    width: 100%;
}

.blog-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.blog-news-title {
    color: var(--primary-color, #f97316);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.blog-news-show-all {
    background: var(--primary-color, #f97316);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.blog-news-show-all:hover {
    background: #d95f0e;
}

.blog-news-grid {
    display: grid;
    grid-template-columns: 1.8fr 1.2fr; /* تصغير الجزء الأيمن */
    gap: 30px;
    align-items: start;
}

/* الخبر الكبير (يمين) - مصغر */
.blog-news-featured {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-news-featured-image {
    height: 280px; /* تصغير الارتفاع */
    border-radius: 35px;
    overflow: hidden;
}

.blog-news-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-news-featured-title {
    font-size: 18px; /* تصغير الخط */
    font-weight: 700;
    color: var(--secondary-color, #0f766e);
    margin: 0;
    line-height: 1.5;
}

.blog-news-featured-text {
    color: #555;
    line-height: 1.7;
    margin: 0;
    font-size: 14px; /* تصغير الخط */
}

/* الأخبار الصغيرة (يسار) - محسنة */
.blog-news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-news-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.blog-news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.blog-news-item-image {
    width: 180px; /* تصغير العرض */
    height: 130px; /* تصغير الارتفاع */
    border-radius: 25px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-news-item-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.blog-news-item-title {
    font-size: 16px; /* تصغير الخط */
    font-weight: 700;
    color: var(--secondary-color, #0f766e);
    margin: 0;
    line-height: 1.5;
}

.blog-news-item-text {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 13px; /* تصغير الخط */
}

/* رابط القراءة */
.blog-news-read-more {
    color: var(--primary-color, #f97316);
    text-decoration: none;
    font-weight: 600;
    font-size: 13px; /* تصغير الخط */
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
    margin-top: 4px;
}

.blog-news-read-more:hover {
    color: var(--secondary-color, #0f766e);
}

.blog-news-read-more::after {
    content: "←";
    font-size: 14px;
    margin-right: 4px;
}

/* تنسيقات متجاوبة */
@media (max-width: 900px) {
    .blog-news-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-news-featured-image {
        height: 300px;
    }

    .blog-news-item {
        flex-direction: row;
    }

    .blog-news-item-image {
        width: 200px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .blog-news-section {
        padding: 40px 15px;
    }

    .blog-news-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .blog-news-title {
        font-size: 24px;
    }

    .blog-news-item {
        flex-direction: column;
    }

    .blog-news-item-image {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .blog-news-featured-image {
        height: 220px;
        border-radius: 25px;
    }

    .blog-news-item-image {
        height: 180px;
    }

    .blog-news-show-all {
        padding: 8px 20px;
        font-size: 13px;
    }
}
/* ===== تنسيقات قسم مقالات ونصائح تعليمية ===== */
.blog-articles-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
    width: 100%;
}

.blog-articles-title {
    text-align: center;
    color: var(--primary-color, #f97316);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
}

.blog-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
}

.blog-article-card {
    display: flex;
    align-items: center;
    gap: 25px;
}

.blog-article-image {
    width: 260px;
    height: 190px;
    border-radius: 35px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-article-text {
    color: #555;
    line-height: 1.9;
    font-size: 15px;
    margin: 0;
}

.blog-article-read-more {
    color: var(--secondary-color, #0f766e);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.blog-article-read-more:hover {
    color: var(--primary-color, #f97316);
}

.blog-article-read-more::before {
    content: "»";
    font-size: 16px;
    margin-left: 4px;
}

.blog-articles-more {
    text-align: center;
    margin-top: 70px;
}

.blog-articles-more-btn {
    background: var(--primary-color, #f97316);
    color: #fff;
    padding: 14px 40px;
    border-radius: 35px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.blog-articles-more-btn:hover {
    background: #d95f0e;
}

/* ===== تنسيقات متجاوبة ===== */
@media (max-width: 900px) {
    .blog-articles-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-article-card {
        flex-direction: column;
        text-align: center;
    }

    .blog-article-image {
        width: 100%;
        max-width: 400px;
        height: 220px;
    }
}

@media (max-width: 768px) {
    .blog-articles-section {
        padding: 50px 15px;
    }

    .blog-articles-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .blog-article-text {
        font-size: 14px;
    }

    .blog-articles-more {
        margin-top: 50px;
    }

    .blog-articles-more-btn {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .blog-articles-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .blog-article-image {
        height: 180px;
    }

    .blog-articles-more-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
}