  /* تخصيصات عامة */
    body {
        font-family: 'Tajawal', sans-serif;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .navbar-brand img {
        max-width: 100%;
        height: auto;
    }

    .intro {
        padding: 100px 0;
        position: relative;
        background-image: url('https://muqaweel.com/files/شركة-تصميم-مواقع-باليمن.jpg'); /* استبدل بالمسار الصحيح للصورة */
        background-size: cover;
        background-position: center;
        color: white;
    }

    .intro::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(3, 3, 3, 0.7), rgba(175, 154, 95, 0.75));
        z-index: 1;
    }

    .intro .container {
        position: relative;
        z-index: 2;
    }

    .intro h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .intro p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .btn-filled {
        background-color: rgb(190, 165, 80);
        color: #000;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        border: none;
        font-size: 1.1rem;
        display: inline-block;
    }

    .btn-filled:hover {
        background-color: rgba(17, 17, 17, 0.66);
        color: #fff;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .col-12 {
        width: 100%;
    }

    .col-lg-5 {
        flex: 0 0 40%;
        max-width: 40%;
        text-align: left;
        margin-bottom: 20px;
    }

    .col-lg-7 {
        flex: 0 0 60%;
        max-width: 60%;
        text-align: center;
    }

    .col-lg-5 img {
        margin-bottom: 20px;
    }

    /* استعلامات الوسائط */
    @media (max-width: 1024px) {
        .intro h1 {
            font-size: 2.2rem;
        }

        .intro p {
            font-size: 1.1rem;
        }

        .col-lg-5, .col-lg-7 {
            max-width: 100%;
            text-align: center;
        }

        .btn-filled {
            font-size: 1.1rem;
        }
    }

    @media (max-width: 768px) {
        .intro h1 {
            font-size: 2rem;
        }

        .intro p {
            font-size: 1rem;
        }

        .col-lg-5, .col-lg-7 {
            max-width: 100%;
            text-align: center;
        }

        .btn-filled {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .intro h1 {
            font-size: 1.5rem;
        }

        .intro p {
            font-size: 0.9rem;
        }

        .btn-filled {
            padding: 8px 16px;
            font-size: 0.9rem;
        }

        .intro {
            padding: 50px 20px;
        }
    }
     .iti--allow-dropdown .iti__flag-container,
        .iti--separate-dial-code .iti__flag-container {
            border-radius: 30px 0 0 30px;
            /* overflow: hidden; */
        }

        .iti--separate-dial-code .iti__selected-flag {
            border-radius: 30px 0 0 30px;
        }

        .iti__selected-flag {
            direction: ltr
        }

        .iti__country-list {
            direction: ltr !important;
        }

        .iti__selected-flag {
            direction: ltr;
        }

        .iti--allow-dropdown .iti__flag-container,
        .iti--separate-dial-code .iti__flag-container {
            direction: ltr;
        }

        .nav-link {
            position: relative;
        }

        .nav-link .tag {
            position: absolute;
            color: #BEA550;
            background-color:rgb(211, 179, 129);
            border-radius: 20px;
            right: -5px;
            padding: 0 10px;
            font-weight: bold;
            font-size: 10px;
            top: -3px;
        }

        footer .nav-link:hover svg path {
            fill: #fff;
        }

        section.faq {
            background-image: url('https://muqaweel.com/public/web/img/faq-bg.png');
        }
        

    /* الأنماط الخاصة بالمشروعات */
    .projects .project-card .title {
        font-weight: bold;
    }

    .download-apps {
        display: flex;
        margin-top: 20px;
    }

    .projects-container .btn-inverse {
        border-color: #BEA550;
        color: #BEA550;
        min-height: 45px;
    }

    .projects-container .btn-inverse svg {
        margin-left: 10px;
    }

    .projects-container .btn-inverse:hover {
        background-color: #BEA550;
        color: #fff;
    }

    .projects-container .btn-inverse:hover svg path {
        fill: #fff;
    }

    .projects-container .btn-inverse:not(:last-child) {
        margin-left: 10px;
    }

    .service-card .btn.ms-auto {
        display: none;
    }

    .btn {
        min-width: 205px;
    }

    .projects .project-card .btn {
        min-width: 150px !important;
        width: 150px !important;
        display: flex;
        min-height: 50px;
        align-items: center;
        gap: 5px;
    }

    .projects .project-card .download-apps {
        gap: 10px;
    }

    nav .btn {
        min-width: unset !important;
    }

    .voice-cards-container {
        margin-top: 30px;
    }

    /* تحسين للأجهزة الكبيرة */
    @media (min-width: 1000px) {
        .services-container .service-card:nth-child(4) {
            margin-top: 130px;
        }
    }

    /* تحسين للأجهزة الصغيرة والمتوسطة */
    @media (max-width: 1000px) {
        .services-container div {
            background-image: unset !important;
        }

        /* تغيير حجم النص في الحقول */
        .form-control::-webkit-input-placeholder {
            font-size: 13px !important; /* Edge */
        }

        .form-control:-ms-input-placeholder {
            font-size: 13px !important; /* Internet Explorer 10-11 */
        }

        .form-control::placeholder {
            font-size: 13px !important; /* باقي المتصفحات */
        }

        /* تحسين navbar لتناسب الشاشات الصغيرة */
        .navbar-nav .nav-link {
            width: fit-content;
            margin: auto;
        }

        /* تحسين تنسيق الحاويات أو الأقسام */
        .services-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 15px;
        }

        .service-card {
            width: 100%;
            max-width: 320px;
            margin: 10px;
        }
    }

    /* تحسين للأجهزة المحمولة */
    @media (max-width: 600px) {
        .navbar-nav .nav-link {
            font-size: 14px !important; /* تحسين حجم الخط في الروابط */
            padding: 8px 15px; /* تحسين الحواف */
        }

        .form-control {
            font-size: 14px !important; /* تعديل حجم الخط في الحقول */
        }

        /* التأكد من أن جميع الحقول لا تخرج عن العرض في الشاشات الصغيرة */
        .form-control, select, textarea {
            width: 100%;
            box-sizing: border-box;
        }
    }
    
    /* ========================================
   قسم الإحصائيات
======================================== */
.site-stats {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    overflow: hidden;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://mohammed-almalgami.com/public/web/img/pattern-3.jpg');
    opacity: 0.05;
}

/* رأس القسم */
.site-stats .section-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.site-stats .section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(255,215,0,0.2), rgba(255,193,7,0.1));
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    color: #ffd700;
    margin-bottom: 20px;
    border: 1px solid rgba(255,215,0,0.3);
}

.site-stats .section-subtitle i {
    font-size: 16px;
    animation: pulse 2s infinite;
}

.site-stats .section-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.site-stats .section-desc {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
}

/* بطاقات الإحصائيات */
.stats-row {
    position: relative;
    z-index: 2;
}

.stat-card {
    position: relative;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-15px);
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,215,0,0.4);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3),
                0 0 30px rgba(255,215,0,0.2);
}

/* أيقونة الإحصائية */
.stat-icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700 0%, #ffab00 100%);
    color: #1a1a2e;
    font-size: 36px;
    box-shadow: 0 10px 30px rgba(255,215,0,0.4);
    transition: all 0.4s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 40px rgba(255,215,0,0.5);
}

.icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700 0%, #ffab00 100%);
    opacity: 0.3;
    animation: iconPulse 2s infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.2); opacity: 0.1; }
}

/* أيقونة النبض للمتصلين */
.pulse-icon .live-dot {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: #00ff88;
    border-radius: 50%;
    border: 3px solid #1a1a2e;
    animation: liveDot 1s infinite;
}

@keyframes liveDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.9); }
}

/* محتوى الإحصائية */
.stat-content {
    position: relative;
    z-index: 2;
}

.stat-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.stat-number .counter {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #fff 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-suffix {
    font-size: 32px;
    color: #ffd700;
    font-weight: 700;
}

.live-badge {
    font-size: 12px;
    background: linear-gradient(135deg, #00ff88 0%, #00d4aa 100%);
    color: #1a1a2e;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    animation: badgePulse 1.5s infinite;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0,255,136,0.5); }
    50% { box-shadow: 0 0 0 10px rgba(0,255,136,0); }
}

.stat-label {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    margin: 0;
}

/* موجة أسفل البطاقة */
.stat-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    color: rgba(255,215,0,0.1);
}

.stat-card:hover .stat-wave {
    color: rgba(255,215,0,0.2);
}

/* شريط التحديث المباشر */
.live-update-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 15px 30px;
    margin-top: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}

.update-indicator {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00ff88 0%, #00d4aa 100%);
    border-radius: 50%;
    color: #1a1a2e;
    font-size: 16px;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #00ff88;
    animation: pulseRing 1.5s infinite;
}

@keyframes pulseRing {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.update-text {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.last-update {
    color: #ffd700;
    font-size: 13px;
    font-weight: 500;
}

/* الأشكال العائمة */
.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #ffd700, #ff6b6b);
    top: -100px;
    right: -100px;
    animation: float1 15s infinite;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #00ff88, #00d4ff);
    bottom: -50px;
    left: -50px;
    animation: float2 12s infinite;
}

.shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ff6b6b, #ffd700);
    top: 50%;
    left: 10%;
    animation: float3 10s infinite;
}

.shape-4 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #00d4ff, #00ff88);
    top: 20%;
    right: 15%;
    animation: float4 8s infinite;
}

@keyframes float1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-30px, 30px) rotate(180deg); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, -30px) rotate(-180deg); }
}

@keyframes float3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, 20px) scale(1.2); }
}

@keyframes float4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, -20px) scale(0.8); }
}

/* التجاوب مع الشاشات */
@media (max-width: 991px) {
    .site-stats {
        padding: 70px 0;
    }
    
    .site-stats .section-title {
        font-size: 32px;
    }
    
    .stat-number .counter {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .site-stats .section-title {
        font-size: 28px;
    }
    
    .stat-card {
        padding: 30px 20px;
    }
    
    .stat-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .stat-number .counter {
        font-size: 36px;
    }
    
    .live-update-bar {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
}
/* ========================================
   قسم المقالات - Blog Section
======================================== */
.blog-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    overflow: hidden;
}

.blog-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://mohammed-almalgami.com/public/web/img/pattern-3.jpg');
    opacity: 0.03;
    pointer-events: none;
}

/* رأس القسم */
.blog-section .section-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.blog-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffd700;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(26, 26, 46, 0.2);
}

.blog-section .section-badge i {
    font-size: 16px;
}

.blog-section .section-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 15px;
    position: relative;
}

.blog-section .section-description {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 25px;
    line-height: 1.8;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.title-decoration .line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    border-radius: 3px;
}

.title-decoration i {
    color: #ffd700;
    font-size: 20px;
}

/* بطاقات المقالات */
.blog-grid-container {
    position: relative;
    z-index: 2;
}

.blog-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.blog-card:hover .card-glow {
    opacity: 1;
}

/* تأثير التوهج */
.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

/* صورة المقال */
.blog-card-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 26, 46, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-card:hover .image-overlay {
    opacity: 1;
}

/* تاريخ المقال */
.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffab00 100%);
    color: #1a1a2e;
    padding: 12px 15px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    z-index: 2;
}

.blog-date .day {
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.blog-date .month {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 3px;
}

/* التصنيف */
.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a2e;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-category i {
    color: #ffd700;
    font-size: 11px;
}

/* محتوى البطاقة */
.blog-card-content {
    padding: 25px;
}

/* معلومات المقال */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888;
}

.meta-item i {
    color: #ffd700;
    font-size: 12px;
}

/* عنوان المقال */
.blog-title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.blog-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title a:hover {
    color: #ffd700;
}

/* مقتطف المقال */
.blog-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* تذييل البطاقة */
.blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

/* زر اقرأ المزيد */
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 30px;
    transition: all 0.4s ease;
}

.read-more-btn:hover {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffd700;
    transform: translateX(-5px);
    box-shadow: 0 10px 25px rgba(26, 26, 46, 0.3);
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(-5px);
}

/* أزرار المشاركة */
.share-buttons {
    display: flex;
    gap: 8px;
}

.share-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #f8f9fa;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-btn:hover {
    transform: translateY(-3px);
}

.share-btn:nth-child(1):hover {
    background: #1da1f2;
    color: #fff;
    box-shadow: 0 8px 20px rgba(29, 161, 242, 0.4);
}

.share-btn:nth-child(2):hover {
    background: #4267b2;
    color: #fff;
    box-shadow: 0 8px 20px rgba(66, 103, 178, 0.4);
}

.share-btn:nth-child(3):hover {
    background: #25d366;
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

/* زر عرض الكل */
.view-all-container {
    text-align: center;
    margin-top: 40px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(26, 26, 46, 0.3);
    position: relative;
    overflow: hidden;
}

.view-all-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    transition: left 0.5s ease;
}

.view-all-btn:hover::before {
    left: 100%;
}

.view-all-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(26, 26, 46, 0.4);
    color: #ffd700;
}

.view-all-btn i {
    font-size: 18px;
}

/* الزخارف */
.blog-decorations {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.decoration {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
}

.decoration-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    animation: floatDecoration 20s infinite;
}

.decoration-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(26, 26, 46, 0.05) 0%, transparent 70%);
    bottom: -150px;
    right: -150px;
    animation: floatDecoration 15s infinite reverse;
}

.decoration-3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.08) 0%, transparent 70%);
    top: 50%;
    right: 5%;
    animation: floatDecoration 12s infinite;
}

@keyframes floatDecoration {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(20px, 20px); }
    50% { transform: translate(0, 40px); }
    75% { transform: translate(-20px, 20px); }
}

/* ========================================
   التجاوب مع الشاشات
======================================== */
@media (max-width: 1199px) {
    .blog-section .section-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .blog-section {
        padding: 70px 0;
    }
    
    .blog-section .section-title {
        font-size: 34px;
    }
    
    .blog-card-image {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .blog-section {
        padding: 50px 0;
    }
    
    .blog-section .section-title {
        font-size: 28px;
    }
    
    .blog-section .section-description {
        font-size: 15px;
    }
    
    .blog-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .blog-footer {
        flex-direction: column;
        gap: 15px;
    }
    
    .read-more-btn {
        width: 100%;
        justify-content: center;
    }
    
    .share-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .view-all-btn {
        padding: 15px 30px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .blog-card-image {
        height: 180px;
    }
    
    .blog-title {
        font-size: 18px;
    }
    
    .blog-date {
        padding: 10px 12px;
    }
    
    .blog-date .day {
        font-size: 20px;
    }
}

/* ========================================
   تأثيرات إضافية للبطاقات
======================================== */

/* تأثير الحدود المتدرجة */
.blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffd700, #ff6b6b, #00d4ff, #ffd700);
    background-size: 300% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 10;
}

.blog-card:hover::before {
    opacity: 1;
    animation: gradientFlow 3s linear infinite;
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* تأثير الظل الداخلي */
.blog-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.5));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-card:hover::after {
    opacity: 1;
}

/* نمط البطاقة المميزة */
.blog-card.featured {
    grid-column: span 2;
}

.blog-card.featured .blog-card-image {
    height: 300px;
}

/* حالة التحميل */
.blog-card.loading {
    pointer-events: none;
}

.blog-card.loading .blog-card-image {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}