/* Start custom CSS for html, class: .elementor-element-e10942c */<style>
    /* --- الخطوط والأساسيات --- */
    @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&display=swap');

    .punalu-ar-article {
        direction: rtl;
        text-align: right;
        font-family: 'Cairo', sans-serif;
        color: #333;
        line-height: 1.8;
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
    }

    /* --- المتغيرات اللونية --- */
    :root {
        --wpc-primary: #2c3e50;    /* أزرق غامق */
        --wpc-accent: #d35400;     /* برتقالي خشبي */
        --wpc-green: #27ae60;      /* أخضر بيئي */
        --bg-light: #f9f9f9;
    }

    /* --- قسم الهيرو (الصورة الرئيسية) --- */
    .hero-ar {
        position: relative;
        /* الصورة الأولى */
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://punalu.com/wp-content/uploads/2026/02/blog-1-3-.png');
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        color: #fff;
        padding: 80px 40px;
        text-align: center;
        margin-bottom: 50px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    .hero-ar h1 {
        font-size: 2.2rem;
        font-weight: 800;
        margin-bottom: 15px;
        line-height: 1.3;
        color: #fff;
    }
    .hero-ar p { font-size: 1.1rem; opacity: 0.95; color: #eee; }

    /* --- قسم الأخبار (صورة المصنع) --- */
    .news-section-ar {
        display: flex;
        align-items: center;
        gap: 40px;
        background: #f0f4f8; /* خلفية رمادية مزرقة صناعية */
        padding: 40px;
        border-radius: 12px;
        margin-bottom: 60px;
        border-right: 5px solid var(--wpc-primary); /* خط زخرفي يمين */
    }
    .news-text-ar { flex: 1; }
    .news-text-ar h2 { color: var(--wpc-primary); margin-top: 0; font-weight: 700; }
    
    .news-image-ar { 
        flex: 1; 
        max-width: 450px;
    }
    .news-image-ar img {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        display: block;
        border: 2px solid #fff;
    }

    /* --- شبكة الأسباب الخمسة --- */
    .reasons-grid-ar {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }
    .reason-card-ar {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 30px;
        position: relative;
        padding-right: 90px; /* مسافة للرقم يمين الكارت */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .reason-card-ar:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        border-color: var(--wpc-accent);
    }
    
    /* تنسيق الرقم الكبير */
    .reason-num-ar {
        position: absolute;
        right: 20px; /* مكان الرقم يمين */
        top: 20px;
        font-size: 3.5rem;
        font-weight: 800;
        color: rgba(211, 84, 0, 0.15); /* لون شفاف */
        line-height: 1;
        font-family: 'Cairo', sans-serif;
    }
    .reason-card-ar h3 { color: var(--wpc-primary); margin-top: 0; font-size: 1.4rem; font-weight: 700; }
    .reason-card-ar ul { padding-right: 20px; margin-bottom: 0; list-style: none; }
    .reason-card-ar li { margin-bottom: 8px; color: #555; position: relative; }
    .reason-card-ar li::before {
        content: '•';
        color: var(--wpc-accent);
        font-weight: bold;
        margin-left: 8px;
    }

    /* --- تمييز "صديقة للبيئة" --- */
    .eco-badge-ar {
        background: #e8f5e9;
        color: var(--wpc-green);
        padding: 5px 15px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 0.9rem;
        display: inline-block;
        margin-bottom: 10px;
    }

    /* --- قسم الأسئلة الشائعة --- */
    .faq-container-ar {
        max-width: 900px;
        margin: 0 auto 50px auto;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 20px;
    }
    .faq-container-ar h2 { text-align: center; color: var(--wpc-primary); margin-bottom: 30px; }
    
    details.faq-item-ar {
        background: #fff;
        border-bottom: 1px solid #eee;
        padding: 15px 10px;
        cursor: pointer;
        transition: background 0.2s;
    }
    details.faq-item-ar:last-child { border-bottom: none; }
    details.faq-item-ar:hover { background: #fcfcfc; }
    
    summary.faq-summary-ar {
        font-weight: 700;
        color: #333;
        font-size: 1.1rem;
        list-style: none;
        position: relative;
        padding-left: 30px; /* مسافة للأيقونة يسار */
    }
    /* أيقونة + */
    summary.faq-summary-ar::after {
        content: '+';
        position: absolute;
        left: 0; /* الأيقونة على اليسار */
        font-weight: bold;
        color: var(--wpc-accent);
        font-size: 1.5rem;
        line-height: 1;
    }
    details[open] summary.faq-summary-ar::after { content: '-'; }
    .faq-answer-ar {
        padding-top: 15px;
        color: #666;
        font-size: 0.95rem;
        padding-left: 20px;
    }

    /* --- صندوق الخاتمة --- */
    .conclusion-box-ar {
        background: var(--wpc-primary);
        color: white;
        padding: 40px;
        border-radius: 12px;
        text-align: center;
        margin-top: 50px;
    }
    .conclusion-box-ar h2 { color: white; margin-top: 0; }
    .conclusion-box-ar p { color: #ccc; }

    /* --- التجاوب مع الموبايل --- */
    @media (max-width: 768px) {
        .hero-ar h1 { font-size: 1.6rem; }
        .news-section-ar { flex-direction: column-reverse; } /* الصورة فوق في الموبايل */
        .news-image-ar { max-width: 100%; }
        .reason-card-ar { padding-right: 20px; padding-top: 70px; } /* تعديل مكان النص */
        .reason-num-ar { font-size: 3rem; top: 15px; right: 15px; } /* تعديل مكان الرقم */
    }
</style>/* End custom CSS */