/* Start custom CSS for html, class: .elementor-element-c9cbb16 */<style>
    /* --- الخطوط والأساسيات --- */
    @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&display=swap');

    .pergola-ar-container {
        direction: rtl;
        text-align: right;
        font-family: 'Cairo', sans-serif;
        color: #444;
        line-height: 1.8;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        background: #fff;
    }

    /* --- المتغيرات اللونية --- */
    :root {
        --pergola-wood: #8d6e63;   /* لون الخشب الفاتح */
        --pergola-dark: #3e2723;   /* لون بني غامق للتباين */
        --pergola-green: #558b2f;  /* أخضر طبيعي */
        --bg-soft: #fbfbfb;
    }

    /* --- قسم الهيرو (الصورة الرئيسية) --- */
    .pergola-hero-ar {
        position: relative;
        /* الصورة الأولى */
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7)), url('https://punalu.com/wp-content/uploads/2026/02/blog-2-1-.png');
        background-size: cover;
        background-position: center;
        height: 450px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        margin-bottom: 50px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }
    .pergola-hero-content-ar {
        max-width: 800px;
        padding: 20px;
    }
    .pergola-hero-ar h1 {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 15px;
        text-shadow: 0 4px 10px rgba(0,0,0,0.5);
    }
    .pergola-hero-ar p { font-size: 1.2rem; font-weight: 600; opacity: 0.95; }

    /* --- المقدمة --- */
    .pergola-intro-ar {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 60px auto;
    }
    .pergola-intro-ar p { font-size: 1.1rem; color: #666; }

    /* --- القسم المقسم (نص + صورة) --- */
    .design-phase-ar {
        display: flex;
        gap: 50px;
        align-items: center;
        margin-bottom: 80px;
    }
    .design-image-ar {
        flex: 1;
        position: relative;
    }
    .design-image-ar img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        display: block;
    }
    .design-content-ar { flex: 1; }
    
    /* بطاقات الخطوات */
    .step-card-ar {
        margin-bottom: 30px;
        border-right: 4px solid var(--pergola-wood); /* الخط على اليمين للعربية */
        padding-right: 20px;
    }
    .step-card-ar h3 { color: var(--pergola-dark); margin-top: 0; font-size: 1.4rem; font-weight: 700; }
    .step-card-ar ul { padding-right: 20px; color: #555; list-style: disc; }

    /* --- شبكة الجودة --- */
    .quality-section-ar {
        background: var(--bg-soft);
        padding: 50px;
        border-radius: 20px;
        margin-bottom: 60px;
        text-align: center;
    }
    .quality-section-ar h2 { color: var(--pergola-dark); margin-bottom: 30px; }
    .quality-grid-ar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    .quality-item-ar {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        font-weight: 700;
        color: var(--pergola-wood);
        border: 1px solid #eee;
        transition: transform 0.3s;
    }
    .quality-item-ar:hover { transform: translateY(-5px); }

    /* --- صف المميزات والصيانة --- */
    .features-row-ar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }
    .feature-box-ar {
        background: #fff;
        border: 2px solid #eee;
        padding: 30px;
        border-radius: 15px;
        transition: transform 0.3s;
    }
    .feature-box-ar:hover { transform: translateY(-5px); border-color: var(--pergola-green); }
    .feature-box-ar h3 { color: var(--pergola-dark); display: flex; align-items: center; gap: 10px; font-weight: 700; }
    
    /* قائمة بعلامة صح */
    .check-list-ar { list-style: none; padding: 0; }
    .check-list-ar li {
        margin-bottom: 10px;
        position: relative;
        padding-right: 30px; /* مسافة للعلامة يمين */
    }
    .check-list-ar li::before {
        content: '✔';
        position: absolute;
        right: 0; /* العلامة على اليمين */
        color: var(--pergola-green);
        font-weight: bold;
        font-size: 1.2rem;
    }

    /* --- الأسئلة الشائعة --- */
    .faq-section-ar {
        max-width: 800px;
        margin: 0 auto 50px auto;
    }
    .faq-section-ar h2 { text-align: center; margin-bottom: 30px; color: var(--pergola-dark); }
    
    details.faq-details-ar {
        background: #fff;
        border-bottom: 1px solid #ddd;
        padding: 15px;
        cursor: pointer;
        transition: background 0.3s;
    }
    details.faq-details-ar:hover { background: #fcfcfc; }
    summary.faq-summary-ar { font-weight: 700; color: #444; font-size: 1.1rem; }
    .faq-ans-ar { padding-top: 15px; color: #666; font-size: 1rem; padding-right: 15px; }

    /* --- الخاتمة --- */
    .pergola-conclusion-ar {
        background: var(--pergola-dark);
        color: white;
        text-align: center;
        padding: 40px;
        border-radius: 15px;
    }
    .pergola-conclusion-ar h2 { color: white; margin-bottom: 10px; }
    .pergola-conclusion-ar p { color: #ddd; font-size: 1.1rem; }

    /* --- التجاوب مع الموبايل --- */
    @media (max-width: 768px) {
        .pergola-hero-ar { height: 350px; }
        .pergola-hero-ar h1 { font-size: 1.8rem; }
        .design-phase-ar { flex-direction: column-reverse; } /* الصورة في الأعلى للموبايل */
        .features-row-ar { grid-template-columns: 1fr; }
    }
</style>/* End custom CSS */