/* Start custom CSS for html, class: .elementor-element-c1e5b75 */<style>
    /* --- الخطوط والأساسيات --- */
    @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&display=swap');

    .villa-ar-container {
        direction: rtl;
        text-align: right;
        font-family: 'Cairo', sans-serif;
        color: #333;
        line-height: 1.9;
        background: #fdfdfd;
        overflow-x: hidden;
    }

    /* --- المتغيرات اللونية (فخامة) --- */
    :root {
        --villa-gold: #c5a059;    /* ذهبي/برونزي فاخر */
        --villa-dark: #1a1a1a;    /* أسود غامق */
        --villa-grey: #f4f4f4;    /* رمادي فاتح */
    }

    /* --- قسم الهيرو (بارالاكس - الصورة 1) --- */
    .villa-hero-ar {
        position: relative;
        background-image: url('https://punalu.com/wp-content/uploads/2026/03/BLOG-4-1-ARAB.png');
        background-size: cover;
        background-position: center;
        background-attachment: fixed; /* تأثير الثبات عند التمرير */
        height: 60vh;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
    }
    .villa-hero-ar::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.5); /* طبقة تعتيم */
    }
    .hero-content-ar {
        position: relative;
        z-index: 2;
        max-width: 800px;
        padding: 30px;
        border: 1px solid rgba(255,255,255,0.3);
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(5px);
    }
    .villa-hero-ar h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        line-height: 1.3;
        font-weight: 800;
        color: #fff;
    }
    .villa-hero-ar p { font-size: 1.2rem; letter-spacing: 0; color: #ddd; }

    /* --- المقدمة (الصندوق العائم) --- */
    .intro-box-ar {
        max-width: 900px;
        margin: -60px auto 50px auto; /* سحب الصندوق للأعلى */
        background: white;
        padding: 40px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        position: relative;
        z-index: 3;
        text-align: center;
        border-top: 5px solid var(--villa-gold);
    }

    /* --- قسم الجماليات (خلفية داكنة - الصورة 2) --- */
    .aesthetic-section-ar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        background: var(--villa-dark);
        color: white;
    }
    .aesthetic-img-ar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        min-height: 400px;
    }
    .aesthetic-text-ar {
        padding: 50px;
    }
    .aesthetic-text-ar h2 {
        color: var(--villa-gold);
        font-size: 2rem;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .aesthetic-list-ar {
        list-style: none;
        padding: 0;
    }
    .aesthetic-list-ar li {
        margin-bottom: 12px;
        padding-right: 20px;
        border-right: 3px solid var(--villa-gold); /* الخط يمين */
        font-size: 1.1rem;
    }

    /* --- شبكة المقاومة (أيقونات) --- */
    .weather-container-ar {
        max-width: 1100px;
        margin: 60px auto;
        text-align: center;
        padding: 0 20px;
    }
    .weather-grid-ar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }
    .weather-card-ar {
        background: var(--villa-grey);
        padding: 30px;
        transition: transform 0.3s;
        border-bottom: 3px solid transparent;
    }
    .weather-card-ar:hover {
        transform: translateY(-10px);
        border-bottom-color: var(--villa-gold);
        background: #fff;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }
    .weather-icon-ar { font-size: 2.5rem; margin-bottom: 15px; display: block; }

    /* --- قسم التركيب (الصورة 3) --- */
    .install-section-ar {
        display: flex;
        flex-direction: row-reverse; /* الصورة يسار */
        align-items: center;
        gap: 40px;
        max-width: 1200px;
        margin: 60px auto;
        padding: 20px;
    }
    .install-img-ar { flex: 1; position: relative; }
    .install-img-ar img {
        width: 100%;
        border-radius: 4px;
        box-shadow: -20px 20px 0px var(--villa-grey); /* الظل مزاح لليسار */
    }
    .install-text-ar { flex: 1; }
    .install-text-ar h2 { font-size: 2rem; color: var(--villa-dark); font-weight: 700; margin-bottom: 20px; }
    
    /* قوائم التركيب */
    .install-list-ar li {
        margin-bottom: 8px;
        list-style: none;
        position: relative;
        padding-right: 25px;
    }
    .install-list-ar li::before {
        content: '✔';
        color: var(--villa-gold);
        position: absolute;
        right: 0;
        font-weight: bold;
    }

    /* --- الأسئلة الشائعة --- */
    .faq-villa-ar {
        max-width: 800px;
        margin: 0 auto 80px auto;
        padding: 20px;
    }
    .faq-villa-ar h2 { text-align: center; margin-bottom: 30px; color: var(--villa-dark); }
    
    details.villa-details-ar {
        background: white;
        border: 1px solid #eee;
        margin-bottom: 10px;
        padding: 15px 20px;
        transition: all 0.3s;
    }
    details.villa-details-ar[open] {
        border-right: 5px solid var(--villa-gold); /* خط يمين عند الفتح */
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    summary.villa-summary-ar {
        font-weight: 700;
        cursor: pointer;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.1rem;
        color: #444;
    }
    /* الأيقونة (+/-) على اليسار */
    summary.villa-summary-ar::after { content: '+'; font-size: 1.5rem; color: var(--villa-gold); padding-right: 10px; }
    details[open] summary.villa-summary-ar::after { content: '-'; }
    
    .villa-ans-ar { margin-top: 15px; color: #666; font-size: 1rem; padding-left: 20px; }

    /* --- الفوتر (CTA) --- */
    .villa-footer-ar {
        background: var(--villa-dark);
        color: white;
        text-align: center;
        padding: 60px 20px;
    }
    .villa-footer-ar h2 { color: #fff; margin-bottom: 15px; }
    .villa-btn-ar {
        display: inline-block;
        margin-top: 25px;
        padding: 12px 40px;
        border: 1px solid var(--villa-gold);
        color: var(--villa-gold);
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
        font-size: 1.1rem;
    }
    .villa-btn-ar:hover { background: var(--villa-gold); color: white; }

    /* --- التجاوب مع الموبايل --- */
    @media (max-width: 768px) {
        .villa-hero-ar h1 { font-size: 1.8rem; }
        .aesthetic-section-ar { grid-template-columns: 1fr; }
        .install-section-ar { flex-direction: column; }
        .install-img-ar img { box-shadow: none; }
        .intro-box-ar { width: 90%; padding: 25px; }
    }
</style>/* End custom CSS */