/* sandush-panl.css — مستخرج من page-sandush-panl-jeddah.php */

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;700;900&display=swap');
    
    body {
        font-family: 'Noto Kufi Arabic', sans-serif;
        background-color: #050505;
        direction: rtl;
        color: #ffffff;
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    /* Typography & Effects */
    .gold-text {
        background: linear-gradient(90deg, #C5A059, #F3E2B3, #8E6D2F);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* Slider Styles */
    .hero-swiper {
        width: 100%;
        height: 80vh;
    }
    @media (min-width: 768px) {
        .hero-swiper { height: 85vh; }
    }
    .slide-bg {
        position: absolute; inset: 0;
        background-size: cover; background-position: center;
        transition: transform 8s ease-out; z-index: 1;
    }
    .swiper-slide-active .slide-bg { transform: scale(1.1); }
    .slide-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(to left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
        z-index: 2;
    }
    /* Fix text overlap on mobile */
    .slide-content-wrapper {
        position: relative; z-index: 10; padding-top: 60px;
    }
    .slide-content h2, .slide-content p {
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    }

    /* Buttons */
    .btn-gold {
        background: #C5A059; color: #000 !important;
        font-weight: 900; padding: 1rem 2.5rem;
        border-radius: 1rem; transition: 0.3s;
        display: inline-flex; align-items: center; gap: 0.5rem;
    }
    .btn-gold:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(197, 160, 89, 0.4); }
    
    /* Mobile Floating Action Button */
    .mobile-call-fixed {
        position: fixed; bottom: 15px; left: 15px; right: 15px;
        z-index: 9999; display: flex; gap: 10px;
        background: rgba(0,0,0,0.8); padding: 10px;
        border-radius: 15px; backdrop-filter: blur(5px);
        border: 1px solid rgba(255,255,255,0.1);
    }
    @media (min-width: 768px) { .mobile-call-fixed { display: none; } }

    /* Cards & Interactions */
    .glass-card {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 1.5rem; overflow: hidden;
        transition: all 0.4s ease;
    }
    .glass-card:hover {
        border-color: rgba(197, 160, 89, 0.4);
        background: rgba(255, 255, 255, 0.05);
        transform: translateY(-5px);
    }

    /* Responsive Table */
    @media (max-width: 768px) {
        .responsive-table thead { display: none; }
        .responsive-table td {
            display: flex; justify-content: space-between;
            padding: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .responsive-table td::before {
            content: attr(data-label); color: #C5A059; font-weight: bold;
        }
    }
    
    
    
    /* ============================================================
   NEW SECTIONS CSS — sandush-panl.css additions
   ============================================================ */

/* ── Areas Section ───────────────────────────── */
.sp-areas-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 640px) {
    .sp-areas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sp-areas-grid { grid-template-columns: repeat(3, 1fr); }
}
.sp-area-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 1.25rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
    text-align: right;
}
.sp-area-card:hover {
    border-color: rgba(197,160,89,0.4);
    transform: translateY(-4px);
    background: rgba(255,255,255,0.06);
}
.sp-area-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.sp-area-card h3 {
    color: #C5A059;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.sp-area-card p {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.sp-area-link {
    display: inline-block;
    color: #C5A059;
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid rgba(197,160,89,0.4);
    border-radius: 0.5rem;
    padding: 0.4rem 1rem;
    transition: 0.2s;
}
.sp-area-link:hover {
    background: #C5A059;
    color: #000;
}

/* ── Types Section ────────────────────────────── */
.sp-types-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .sp-types-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sp-types-grid { grid-template-columns: repeat(3, 1fr); }
}
.sp-type-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    text-align: right;
    position: relative;
    transition: all 0.35s ease;
}
.sp-type-card:hover {
    border-color: rgba(197,160,89,0.45);
    background: rgba(255,255,255,0.06);
    transform: translateY(-5px);
}
.sp-type-badge {
    display: inline-block;
    background: rgba(197,160,89,0.15);
    color: #C5A059;
    border: 1px solid rgba(197,160,89,0.3);
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.8rem;
    margin-bottom: 1rem;
}
.sp-type-badge--cold {
    background: rgba(56,189,248,0.1);
    color: #38bdf8;
    border-color: rgba(56,189,248,0.3);
}
.sp-type-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: #C5A059;
    margin-bottom: 1rem;
}
.sp-type-card h3 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.sp-type-card p {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.sp-type-features {
    list-style: none;
    padding: 0;
    margin: 0;
    space-y: 0.3rem;
}
.sp-type-features li {
    color: #d1d5db;
    font-size: 0.82rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sp-type-features li:last-child { border-bottom: none; }

/* ── Pricing & Comparison Tables ─────────────── */
.sp-pricing-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 1.25rem;
    border: 1px solid rgba(255,255,255,0.07);
}
.sp-pricing-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    min-width: 520px;
}
.sp-pricing-table thead tr {
    background: rgba(197,160,89,0.12);
}
.sp-pricing-table th {
    color: #C5A059;
    font-weight: 700;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    white-space: nowrap;
}
.sp-pricing-table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.2s;
}
.sp-pricing-table tbody tr:hover { background: rgba(255,255,255,0.04); }
.sp-pricing-table td {
    color: #d1d5db;
    padding: 0.9rem 1.25rem;
    font-size: 0.875rem;
    vertical-align: middle;
}
.sp-price-badge {
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 700;
}
.sp-price-eco { background: rgba(34,197,94,0.15); color: #22c55e; border: 1px solid rgba(34,197,94,0.3); }
.sp-price-mid { background: rgba(234,179,8,0.15); color: #eab308; border: 1px solid rgba(234,179,8,0.3); }
.sp-price-high { background: rgba(239,68,68,0.12); color: #f87171; border: 1px solid rgba(239,68,68,0.3); }

/* Mobile: stack table rows */
@media (max-width: 640px) {
    .sp-pricing-table-wrap { border-radius: 0.75rem; }
    .sp-pricing-table { min-width: unset; }
    .sp-pricing-table thead { display: none; }
    .sp-pricing-table tbody tr {
        display: block;
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 0.75rem;
        margin-bottom: 0.75rem;
        padding: 0.5rem 0;
        background: rgba(255,255,255,0.02);
    }
    .sp-pricing-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.6rem 1rem;
        border-bottom: 1px solid rgba(255,255,255,0.04);
    }
    .sp-pricing-table td:last-child { border-bottom: none; }
    .sp-pricing-table td::before {
        content: attr(data-label);
        color: #C5A059;
        font-weight: 700;
        font-size: 0.8rem;
        flex-shrink: 0;
        margin-left: 0.75rem;
    }
}

/* Comparison stars */
.sp-check { color: #22c55e; }
.sp-mid   { color: #eab308; }
.sp-warn  { color: #f87171; }
.sp-badge-rec {
    display: inline-block;
    background: rgba(197,160,89,0.15);
    color: #C5A059;
    border: 1px solid rgba(197,160,89,0.3);
    border-radius: 0.4rem;
    padding: 0.2rem 0.6rem;
    font-size: 0.78rem;
    font-weight: 700;
}

/* ── Projects Section ─────────────────────────── */
.sp-projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .sp-projects-grid { grid-template-columns: repeat(2, 1fr); }
}
.sp-project-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 1.5rem;
    padding: 1.75rem;
    text-align: right;
    transition: all 0.3s ease;
}
.sp-project-card:hover {
    border-color: rgba(197,160,89,0.4);
    transform: translateY(-4px);
    background: rgba(255,255,255,0.05);
}
.sp-project-loc {
    color: #C5A059;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}
.sp-project-card h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.sp-project-card p {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.sp-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.sp-project-tags span {
    background: rgba(197,160,89,0.1);
    color: #C5A059;
    border: 1px solid rgba(197,160,89,0.25);
    border-radius: 2rem;
    font-size: 0.75rem;
    padding: 0.2rem 0.7rem;
}

/* ── Internal Links Section ───────────────────── */
.sp-internal-links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 640px) {
    .sp-internal-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sp-internal-links-grid { grid-template-columns: repeat(3, 1fr); }
}
.sp-internal-link-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    text-decoration: none;
    transition: all 0.25s ease;
    text-align: right;
}
.sp-internal-link-card:hover {
    border-color: rgba(197,160,89,0.4);
    background: rgba(255,255,255,0.06);
    transform: translateY(-2px);
}
.sp-internal-link-card svg {
    width: 1.75rem;
    height: 1.75rem;
    color: #C5A059;
    flex-shrink: 0;
}
.sp-internal-link-card h3 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
}
.sp-internal-link-card p {
    color: #6b7280;
    font-size: 0.78rem;
}

/* ── Extra FAQ section spacing ────────────────── */
.sp-faq-extra-section .glass-card details summary span:last-child {
    min-width: 1.5rem;
}