/* ============================================================
   FATIMA ALI ENAB CONTRACTING EST. — Main Stylesheet
   Theme: Luxury Industrial | Deep Navy + Gold Accents
   ============================================================ */

:root {
    --navy: #0d2137;
    --navy-mid: #1a3a5c;
    --navy-light: #234e77;
    --gold: #c8a96e;
    --gold-light: #e0c98a;
    --gold-dark: #a0823a;
    --white: #ffffff;
    --off-white: #f8f5f0;
    --text: #2c2c2c;
    --text-light: #6b6b6b;
    --border: rgba(200, 169, 110, 0.25);
    --shadow: 0 8px 40px rgba(13,33,55,0.18);
    --shadow-gold: 0 4px 24px rgba(200,169,110,0.25);
    --radius: 12px;
    --transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* ---- RTL Support ---- */
[dir="rtl"] { font-family: 'Tajawal', sans-serif; }
[dir="ltr"] { font-family: 'DM Sans', 'Tajawal', sans-serif; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    background: var(--off-white);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; display: block; height: 73px;}

.container {
    width: 92%;
    max-width: 1240px;
    margin: 0 auto;
}

/* ============ TOP BAR ============ */
.top-bar {
    background: var(--navy);
    color: rgba(255,255,255,0.75);
    font-size: 0.82rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(200,169,110,0.2);
}
.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.top-contact { display: flex; gap: 20px; flex-wrap: wrap; }
.top-contact a, .top-contact span {
    color: rgba(255,255,255,0.75);
    display: flex; align-items: center; gap: 6px;
    transition: var(--transition);
}
.top-contact a:hover { color: var(--gold); }
.top-actions { display: flex; align-items: center; gap: 12px; }
.lang-btn {
    background: var(--gold);
    color: var(--navy);
    border: none;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    display: flex; align-items: center; gap: 6px;
}
.lang-btn:hover { background: var(--gold-light); }
.topbar-whatsapp {
    color: #25d366;
    display: flex; align-items: center; gap: 6px;
    font-weight: 600;
}
.topbar-whatsapp:hover { color: #20b558; }

/* ============ HEADER ============ */
.site-header {
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 20px rgba(13,33,55,0.1);
    border-bottom: 2px solid var(--gold);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 20px;
}

/* Logo */
.logo-wrap { display: flex; align-items: center; gap: 14px; }
.logo-icon svg { width: 52px; height: 52px; filter: drop-shadow(0 2px 8px rgba(200,169,110,0.3)); }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-en, .logo-ar {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--navy);
}
.logo-sub-en, .logo-sub-ar {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gold-dark);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logo-powered {
    font-size: 0.62rem;
    color: var(--text-light);
    margin-top: 2px;
}
.logo-powered a { color: var(--gold-dark); font-weight: 600; }
.logo-powered a:hover { color: var(--gold); }

/* Nav */
.main-nav ul { display: flex; gap: 4px; align-items: center; }
.main-nav .nav-link {
    padding: 8px 16px;
    font-weight: 500;
    font-size: 0.93rem;
    color: var(--navy);
    border-radius: 8px;
    display: flex; align-items: center; gap: 6px;
    position: relative;
}
.main-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px; left: 50%; right: 50%;
    height: 2px;
    background: var(--gold);
    transition: var(--transition);
    border-radius: 2px;
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after { left: 16px; right: 16px; }
.main-nav .nav-link:hover, .main-nav .nav-link.active { color: var(--navy-mid); }

.has-dropdown { position: relative; }
.dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    min-width: 220px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    z-index: 100;
    overflow: hidden;
}
[dir="rtl"] .dropdown { left: auto; right: 0; }
.has-dropdown:hover .dropdown {
    opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li a {
    display: block;
    padding: 11px 18px;
    font-size: 0.88rem;
    color: var(--text);
    border-bottom: 1px solid rgba(0,0,0,0.04);
    transition: var(--transition);
}
.dropdown li a:hover { background: var(--off-white); color: var(--navy); padding-left: 24px; }
[dir="rtl"] .dropdown li a:hover { padding-left: 18px; padding-right: 24px; }

/* Header CTA */
.header-cta { display: flex; align-items: center; gap: 12px; }
.btn-whatsapp {
    background: #25d366;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.88rem;
    display: flex; align-items: center; gap: 8px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.35);
    transition: var(--transition);
}
.btn-whatsapp:hover { background: #20b558; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--transition); }

/* ============ HERO SLIDER ============ */
.hero-slider { position: relative; overflow: hidden; background: var(--navy); min-height: 85vh; }
.slider-track { display: flex; transition: transform 0.7s cubic-bezier(0.4,0,0.2,1); }
.slide {
    min-width: 100%;
    height: 85vh;
    position: relative;
    display: flex; align-items: center;
    overflow: hidden;
}
.slide-bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 8s ease;
    filter: brightness(0.45);
}
.slide:hover .slide-bg { transform: scale(1.05); }
.slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(13,33,55,0.7) 0%, rgba(13,33,55,0.2) 60%, transparent 100%);
}
.slide-content {
    position: relative; z-index: 2;
    padding: 0 0 0 6%;
    max-width: 660px;
    animation: slideIn 0.8s ease forwards;
}
[dir="rtl"] .slide-content { padding: 0 6% 0 0; }
@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.slide-badge {
    display: inline-block;
    background: var(--gold);
    color: var(--navy);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.slide h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 18px;
}
[dir="rtl"] .slide h1 { font-family: 'Tajawal', sans-serif; font-size: clamp(1.8rem, 4.5vw, 3.2rem); }
.slide p {
    color: rgba(255,255,255,0.82);
    font-size: 1.05rem;
    margin-bottom: 32px;
    max-width: 500px;
}
.slide-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
    background: var(--gold);
    color: var(--navy);
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: var(--shadow-gold);
    transition: var(--transition);
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(200,169,110,0.4); }
.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.6);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: white; }

/* Slider Controls */
.slider-btn {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    width: 52px; height: 52px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    backdrop-filter: blur(8px);
    transition: var(--transition);
    z-index: 10;
    display: flex; align-items: center; justify-content: center;
}
.slider-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.slider-prev { left: 24px; }
.slider-next { right: 24px; }
.slider-dots {
    position: absolute;
    bottom: 24px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 10px; z-index: 10;
}
[dir="rtl"] .slider-track {
    direction: ltr;
}
.dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer; transition: var(--transition);
    border: none;
}
.dot.active { background: var(--gold); transform: scale(1.3); }

/* ============ STATS BAR ============ */
.stats-bar {
    background: var(--navy);
    padding: 30px 0;
    border-top: 3px solid var(--gold);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.stat-item { color: white; padding: 10px; }
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 6px;
}
.stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

/* ============ SECTIONS ============ */
.section { padding: 90px 0; }
.section-alt { background: var(--white); }
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
    display: inline-block;
    background: rgba(200,169,110,0.12);
    color: var(--gold-dark);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: 1px solid rgba(200,169,110,0.3);
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
}
[dir="rtl"] .section-title { font-family: 'Tajawal', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.section-title span { color: var(--gold-dark); }
.section-desc { color: var(--text-light); font-size: 1rem; max-width: 560px; margin: 0 auto; }
.divider { width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); border-radius: 2px; margin: 16px auto 0; }

/* ============ SERVICES CARDS ============ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}
.service-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(13,33,55,0.08);
    transition: var(--transition);
    border: 1px solid rgba(200,169,110,0.15);
    position: relative;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }
.service-card-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .service-card-img img { transform: scale(1.08); }
.service-card-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(13,33,55,0.6) 0%, transparent 50%);
}
.service-icon-badge {
    display: none !important;
    position: absolute;
    bottom: -20px; right: 20px;
    width: 48px; height: 48px;
    background: var(--gold);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--navy);
    font-size: 1.3rem;
    box-shadow: 0 4px 16px rgba(200,169,110,0.4);
}
[dir="rtl"] .service-icon-badge { right: auto; left: 20px; }
.service-card-body { padding: 32px 24px 24px; }
.service-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
}
[dir="rtl"] .service-card-body h3 { font-family: 'Tajawal', sans-serif; }
.service-card-body p { color: var(--text-light); font-size: 0.9rem; line-height: 1.65; }
.card-link {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--gold-dark);
    font-weight: 600;
    font-size: 0.88rem;
    margin-top: 14px;
    transition: var(--transition);
}
.card-link:hover { gap: 10px; color: var(--navy); }

/* ============ WHY US ============ */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.why-img-wrap { position: relative; }
.why-img-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.why-img-main img { width: 100%; height: 420px; object-fit: cover; }
.why-img-badge {
    position: absolute;
    bottom: -20px; left: -20px;
    background: var(--navy);
    color: white;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: 3px solid var(--gold);
}
[dir="rtl"] .why-img-badge { left: auto; right: -20px; }
.why-img-badge strong { display: block; font-size: 2rem; font-weight: 900; color: var(--gold); }
.why-img-badge span { font-size: 0.82rem; color: rgba(255,255,255,0.75); }
.why-features { display: grid; gap: 20px; margin-top: 30px; }
.why-feature {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 18px;
    background: var(--off-white);
    border-radius: 12px;
    border-left: 4px solid var(--gold);
    transition: var(--transition);
}
[dir="rtl"] .why-feature { border-left: none; border-right: 4px solid var(--gold); }
.why-feature:hover { background: white; box-shadow: 0 4px 16px rgba(13,33,55,0.08); }
.why-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    color: var(--gold);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.why-feature h4 { font-weight: 700; color: var(--navy); margin-bottom: 4px; font-size: 0.95rem; }
.why-feature p { color: var(--text-light); font-size: 0.85rem; }

/* ============ GALLERY ============ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 240px);
    gap: 16px;
}
.gallery-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
    position: absolute; inset: 0;
    background: rgba(13,33,55,0.6);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { color: var(--gold); font-size: 2rem; }

/* ============ CTA SECTION ============ */
.cta-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8a96e' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-inner { position: relative; text-align: center; }
.cta-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: white;
    margin-bottom: 16px;
}
[dir="rtl"] .cta-inner h2 { font-family: 'Tajawal', sans-serif; }
.cta-inner p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 36px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-call {
    background: white;
    color: var(--navy);
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex; align-items: center; gap: 10px;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-call:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.25); background: var(--off-white); }
.btn-wa-cta {
    background: #25d366;
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex; align-items: center; gap: 10px;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}
.btn-wa-cta:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(37,211,102,0.45); }

/* ============ TESTIMONIALS ============ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.testimonial-card {
    background: var(--white);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(13,33,55,0.07);
    border: 1px solid rgba(200,169,110,0.15);
    position: relative;
    transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testimonial-card::before {
    content: '"';
    position: absolute; top: 16px; left: 24px;
    font-size: 5rem; font-family: 'Playfair Display', serif;
    color: rgba(200,169,110,0.2); line-height: 1;
}
[dir="rtl"] .testimonial-card::before { left: auto; right: 24px; }
.stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 12px; }
.testimonial-card p { color: var(--text); font-size: 0.92rem; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-weight: 700; font-size: 1.1rem;
}
.reviewer-info strong { display: block; font-size: 0.9rem; color: var(--navy); }
.reviewer-info span { font-size: 0.78rem; color: var(--text-light); }

/* ============ PAGE BANNER ============ */
.page-banner {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}
.page-banner::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: white;
    margin-bottom: 10px;
}
[dir="rtl"] .page-banner h1 { font-family: 'Tajawal', sans-serif; }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,0.4); }

/* ============ ABOUT PAGE ============ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img-stack { position: relative; }
.about-img-stack .img-main { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.about-img-stack .img-main img { width: 100%; height: 460px; object-fit: cover; }
.about-img-stack .img-accent {
    position: absolute; bottom: -30px; right: -30px;
    width: 200px; border-radius: 16px; overflow: hidden;
    box-shadow: var(--shadow); border: 4px solid white;
}
[dir="rtl"] .about-img-stack .img-accent { right: auto; left: -30px; }
.about-img-stack .img-accent img { width: 100%; height: 140px; object-fit: cover; }
.about-content .section-tag { text-align: left; }
[dir="rtl"] .about-content .section-tag { text-align: right; }
.about-content p { color: var(--text-light); margin-bottom: 16px; line-height: 1.8; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.value-item {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 14px;
    border-radius: 10px;
    background: var(--off-white);
}
.value-icon { color: var(--gold); font-size: 1.2rem; margin-top: 2px; }
.value-item h4 { font-size: 0.88rem; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.value-item p { font-size: 0.8rem; color: var(--text-light); margin: 0; }

/* ============ CONTACT PAGE ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; }
.contact-info-card {
    background: var(--navy);
    color: white;
    border-radius: 20px;
    padding: 40px 32px;
}
.contact-info-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: var(--gold);
}
[dir="rtl"] .contact-info-card h3 { font-family: 'Tajawal', sans-serif; }
.info-items { display: grid; gap: 20px; }
.info-item { display: flex; gap: 14px; align-items: flex-start; }
.info-item-icon {
    width: 42px; height: 42px;
    background: rgba(200,169,110,0.15);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 1.1rem; flex-shrink: 0;
}
.info-item strong { display: block; color: rgba(255,255,255,0.6); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.info-item a, .info-item span { color: white; font-size: 0.95rem; }
.contact-form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow);
}
.form-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 28px;
}
[dir="rtl"] .form-title { font-family: 'Tajawal', sans-serif; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 12px 16px;
    border: 2px solid rgba(200,169,110,0.25);
    border-radius: 10px;
    font-family: inherit; font-size: 0.9rem;
    color: var(--text);
    background: var(--off-white);
    transition: var(--transition);
    outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--gold);
    background: white;
    box-shadow: 0 0 0 3px rgba(200,169,110,0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    color: white;
    padding: 14px 36px;
    border-radius: 50px;
    border: none;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex; align-items: center; gap: 10px;
    font-family: inherit;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: var(--shadow); background: linear-gradient(135deg, var(--navy-mid), var(--navy-light)); }

/* ============ SERVICES PAGE ============ */
.services-full-grid { display: grid; gap: 60px; }
.service-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(13,33,55,0.07);
    border: 1px solid rgba(200,169,110,0.15);
}
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }
[dir="rtl"] .service-detail.reverse { direction: ltr; }
[dir="rtl"] .service-detail.reverse > * { direction: rtl; }
.service-detail img { width: 100%; height: 320px; object-fit: cover; border-radius: 14px; }
.service-detail-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem; font-weight: 800;
    color: var(--navy); margin-bottom: 14px;
}
[dir="rtl"] .service-detail-content h3 { font-family: 'Tajawal', sans-serif; }
.service-detail-content p { color: var(--text-light); line-height: 1.8; margin-bottom: 16px; }
.service-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.service-tag {
    background: rgba(200,169,110,0.1);
    color: var(--gold-dark);
    border: 1px solid rgba(200,169,110,0.3);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* ============ FOOTER ============ */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.75); }
.footer-top { padding: 70px 0 50px; border-bottom: 1px solid rgba(200,169,110,0.2); }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}
.footer-logo { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.footer-logo strong { color: white; font-size: 1rem; font-family: 'Playfair Display', serif; }
.footer-desc { font-size: 0.88rem; line-height: 1.75; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.footer-powered { font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.footer-powered a { color: var(--gold); font-weight: 600; }
.footer-col h4 { color: white; font-size: 1rem; font-weight: 700; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.footer-col h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--gold); border-radius: 2px; }
[dir="rtl"] .footer-col h4::after { left: auto; right: 0; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col ul li a, .footer-col ul li span {
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
    transition: var(--transition);
    display: flex; align-items: center;
}
.footer-col ul li a:hover { color: var(--gold); padding-left: 6px; }
[dir="rtl"] .footer-col ul li a:hover { padding-left: 0; padding-right: 6px; }
.contact-list li { display: flex; gap: 12px; align-items: center; }
.contact-list i { color: var(--gold); width: 16px; }
.footer-bottom {
    padding: 20px 0;
    background: rgba(0,0,0,0.2);
}
.footer-bottom-inner {
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 10px;
    font-size: 0.82rem; color: rgba(255,255,255,0.45);
}
.footer-bottom a { color: var(--gold); font-weight: 600; }

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float {
    position: fixed;
    bottom: 28px; right: 28px;
    width: 58px; height: 58px;
    background: #25d366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 1.7rem;
    box-shadow: 0 6px 24px rgba(37,211,102,0.45);
    z-index: 1000;
    transition: var(--transition);
}
[dir="rtl"] .whatsapp-float { right: auto; left: 28px; }
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 10px 32px rgba(37,211,102,0.55); }
.wa-tooltip {
    position: absolute;
    right: 70px;
    background: var(--navy);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}
[dir="rtl"] .wa-tooltip { right: auto; left: 70px; }
.whatsapp-float:hover .wa-tooltip { opacity: 1; }

/* Scroll Top */
.scroll-top {
    position: fixed;
    bottom: 100px; right: 28px;
    width: 44px; height: 44px;
    background: var(--navy);
    color: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    transition: var(--transition);
    opacity: 0; visibility: hidden;
    z-index: 999;
    display: flex; align-items: center; justify-content: center;
}
[dir="rtl"] .scroll-top { right: auto; left: 28px; }
.scroll-top.show { opacity: 1; visibility: visible; }
.scroll-top:hover { background: var(--gold); color: var(--navy); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid, .about-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .service-detail { grid-template-columns: 1fr; }
    .service-detail.reverse { direction: ltr; }
    [dir="rtl"] .service-detail.reverse { direction: rtl; }
}
@media (max-width: 768px) {
    .main-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--navy); z-index: 1000; flex-direction: column; align-items: center; justify-content: center; }
    .main-nav.open { display: flex; }
    .main-nav ul { flex-direction: column; gap: 0; text-align: center; }
    .main-nav .nav-link { color: white; font-size: 1.2rem; padding: 14px 30px; }
    .main-nav .nav-link::after { display: none; }
    .dropdown { position: static; opacity: 1; visibility: visible; transform: none; background: rgba(255,255,255,0.05); box-shadow: none; border: none; }
    .dropdown li a { color: rgba(255,255,255,0.7); }
    .hamburger { display: flex; z-index: 1001; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-item:first-child { grid-column: span 2; }
    .hero-slider, .slide { min-height: 70vh; }
    .slide-content { padding: 0 5%; }
    .footer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .about-values { grid-template-columns: 1fr; }
    .top-contact { gap: 10px; }
    .services-grid { grid-template-columns: 1fr; }
    .about-img-stack .img-accent { display: none; }
    .btn-whatsapp span { display: none; }
}
@media (max-width: 480px) {
    .slide-actions { flex-direction: column; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .stat-number { font-size: 1.8rem; }
}
