/* ===== JZ GLOBAL SERVICES — Premium Black & Gold Theme ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Raleway:wght@400;500;600;700;800&display=swap');

:root {
    --black:      #0a0a0a;
    --black-2:    #111111;
    --black-3:    #1a1a1a;
    --gold:       #c9a227;
    --gold-2:     #e8c84a;
    --gold-3:     #f5d980;
    --silver:     #b8bcc8;
    --silver-2:   #d8dce8;
    --white:      #ffffff;
    --off-white:  #f8f6f0;
    --muted:      #888899;
    --line:       rgba(201,162,39,0.18);
    --shadow:     0 20px 60px rgba(0,0,0,0.4);
    --shadow-gold:0 12px 40px rgba(201,162,39,0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: #e8e4d8;
    font-family: 'Raleway', 'Segoe UI', sans-serif;
    line-height: 1.75;
    background: var(--black);
    padding-top: 84px;
}

a { color: var(--gold-2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-3); }

/* ===== SKIP LINK ===== */
.skip-link {
    position: absolute; left: -999px; top: 10px;
    background: var(--gold); color: var(--black);
    padding: 8px 12px; z-index: 2000; font-weight: 700;
}
.skip-link:focus { left: 10px; }

/* ===== NAVBAR ===== */
.main-navbar {
    background: rgba(8,8,8,0.97) !important;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 4px 30px rgba(0,0,0,0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px 0;
}

/* Logo image in navbar */
.navbar-logo-img {
    height: 85px;
    width: 85px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(201,162,39,0.35);
    background: #0a0a0a;
    padding: 2px;
    filter: drop-shadow(0 1px 4px rgba(201,162,39,0.3));
    transition: filter .3s, border-color .3s;
}
.navbar-logo-img:hover {
    filter: drop-shadow(0 2px 10px rgba(201,162,39,0.6));
    border-color: var(--gold);
}
.footer-logo-img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(201,162,39,0.3);
    background: #0a0a0a;
    padding: 2px;
}
.navbar-brand-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--gold-3);
    letter-spacing: 0.04em;
    line-height: 1;
}
.brand-global {
    color: var(--silver-2);
    font-size: 0.78rem;
    font-weight: 600;
    display: block;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}


/* Text fallback logo */
.text-logo, .footer-logo {
    color: var(--gold-2);
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    display: flex; align-items: center; gap: 10px;
}
.text-logo span, .footer-logo span {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-link {
    color: var(--silver-2) !important;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 14px !important;
    transition: color .2s !important;
}
.nav-link.active,
.nav-link:hover { color: var(--gold-2) !important; }

.nav-cta {
    background: linear-gradient(135deg, var(--gold), var(--gold-2)) !important;
    color: var(--black) !important;
    border: none !important;
    font-weight: 800 !important;
    border-radius: 6px !important;
    padding: 9px 20px !important;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 20px rgba(201,162,39,0.35);
    transition: transform .2s, box-shadow .2s !important;
}
.nav-cta:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 30px rgba(201,162,39,0.5) !important; }

/* ===== BUTTONS ===== */
.btn {
    border-radius: 6px; font-weight: 700; letter-spacing: 0.04em;
    transition: transform .22s, box-shadow .22s, background .22s;
    font-family: 'Raleway', sans-serif;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border: 0; color: var(--black) !important;
    box-shadow: 0 8px 24px rgba(201,162,39,0.3);
}
.btn-primary:hover { background: linear-gradient(135deg, var(--gold-2), var(--gold-3)); }

.btn-gold {
    background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
    color: var(--black); border: 0;
    box-shadow: var(--shadow-gold);
}
.btn-gold:hover { background: linear-gradient(135deg, var(--gold-3), var(--gold-2)); color: var(--black); }

.btn-outline-light {
    border: 1.5px solid rgba(255,255,255,0.5);
    color: white !important;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.12); border-color: white; color: white; }

.btn-outline-primary {
    border: 1.5px solid var(--gold); color: var(--gold) !important;
}
.btn-outline-primary:hover { background: var(--gold); color: var(--black) !important; }

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: calc(100vh - 84px);
    display: flex; align-items: center;
    overflow: hidden;
    background: var(--black);
    color: #fff;
}
/* Hero background: Mecca image behind gold overlay */
.hero::before {
    content: '';
    position: absolute; inset: 0; z-index: 0;
    background:
        linear-gradient(135deg, rgba(10,10,10,0.92) 40%, rgba(10,10,10,0.70) 100%),
        url('../images/mecca.jpg') center/cover no-repeat;
}
/* Gold shimmer line */
.hero::after {
    content: '';
    position: absolute; left: 0; bottom: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    z-index: 3;
}
.hero .container { position: relative; z-index: 2; }

.hero h1, .page-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.08; font-weight: 900;
    color: var(--white);
}
/* Gold accent on first word */
.hero h1 em { font-style: normal; color: var(--gold-2); }
.hero p {
    max-width: 640px;
    color: rgba(232,200,74,0.75);
    font-size: 1.18rem; font-weight: 500;
}

.hero-panel {
    background: rgba(15,12,5,0.88);
    border: 1px solid var(--line);
    backdrop-filter: blur(12px);
    color: #e8e4d8;
    padding: 30px;
    border-radius: 4px;
    box-shadow: var(--shadow);
}
.hero-stat {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(201,162,39,0.12);
}
.hero-stat:last-child { border-bottom: 0; }
.hero-stat i { color: var(--gold-2); font-size: 1.7rem; }
.hero-stat strong { display: block; color: var(--gold-3); font-size: 1.1rem; font-weight: 700; }
.hero-stat span { color: var(--silver); font-size: 0.9rem; }

/* ===== SECTIONS ===== */
.section-pad { padding: 96px 0; }

.section-soft {
    background: var(--black-2);
    border-top: 1px solid rgba(201,162,39,0.08);
    border-bottom: 1px solid rgba(201,162,39,0.08);
}
.section-dark {
    background: linear-gradient(135deg, #0d0d0d, #1a1200);
    position: relative;
    overflow: hidden;
}
.section-dark::before {
    content: '';
    position: absolute; inset: 0;
    background: url('../images/madinah.jpg') center/cover no-repeat;
    opacity: 0.18;
}
.section-dark .container { position: relative; z-index: 1; }
.section-dark, .section-dark p, .section-dark h2 { color: #fff; }

.section-kicker {
    display: inline-block;
    color: var(--gold);
    text-transform: uppercase;
    font-size: .72rem; font-weight: 800;
    letter-spacing: .18rem;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

.section-title { max-width: 780px; margin-bottom: 48px; }
.section-title h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.15; font-weight: 800;
    color: var(--gold-3);
}
.section-soft .section-title h2,
.section-pad .section-title h2 { color: var(--gold-3); }
.section-dark .section-title h2 { color: #fff; }
.section-title p { color: var(--muted); margin: 0; }
.section-dark .section-title p { color: rgba(255,255,255,.65); }

/* ===== CARDS ===== */
.package-card, .service-card, .testimonial-card, .info-card, .faq-shell {
    background: var(--black-3);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    transition: border-color .3s, box-shadow .3s, transform .3s;
}
.package-card:hover, .service-card:hover {
    border-color: var(--gold);
    box-shadow: 0 12px 48px rgba(201,162,39,0.18);
    transform: translateY(-4px);
}
.package-card h3, .service-card h3, .info-card h3 {
    font-family: 'Playfair Display', serif;
    color: var(--gold-3); font-weight: 800; margin-top: 12px;
}
.mini-badge {
    color: var(--gold-2);
    background: rgba(201,162,39,0.12);
    border: 1px solid rgba(201,162,39,0.3);
    padding: 4px 12px; border-radius: 2px;
    font-size: .74rem; font-weight: 800; letter-spacing: 0.08em;
    text-transform: uppercase;
}
.price-block { min-width: 132px; text-align: right; }
.price-block small { display: block; color: var(--muted); font-size: .78rem; }
.price-block strong { color: var(--gold-2); font-size: 1.9rem; font-family: 'Playfair Display', serif; }

.feature-list {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px; padding: 0; margin: 22px 0; list-style: none;
}
.feature-list li { color: var(--silver); font-size: 0.92rem; }
.feature-list i { color: var(--gold); margin-right: 8px; }

.service-card i { color: var(--gold); font-size: 2.2rem; }
.service-card p, .package-card p, .testimonial-card p, .info-card p { color: var(--muted); margin-bottom: 0; }

/* ===== TESTIMONIALS ===== */
.testimonial-card { border-left: 3px solid var(--gold); }
.testimonial-card p { color: var(--silver-2) !important; font-size: 0.97rem; line-height: 1.8; }
.testimonial-card strong { color: var(--gold-2); }

/* ===== WHY LIST ===== */
.why-list { display: grid; gap: 16px; }
.why-item { display: flex; gap: 15px; align-items: flex-start; }
.why-item i {
    flex: 0 0 44px; width: 44px; height: 44px;
    display: grid; place-items: center;
    color: var(--black); background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-radius: 4px; font-size: 1.2rem;
}
.why-item h3 { font-size: 1.05rem; font-weight: 800; color: var(--gold-3); }
.why-item p { color: var(--muted); }

/* ===== GALLERY ===== */
.gallery-card {
    position: relative; overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--line);
    cursor: pointer;
    background: var(--black-3);
}
.gallery-card img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover;
    transition: transform .35s ease;
    filter: brightness(0.85) saturate(0.8);
}
.gallery-card:hover img { transform: scale(1.06); filter: brightness(1) saturate(1); }
.gallery-card span {
    position: absolute; left: 14px; bottom: 14px;
    color: var(--gold-2);
    background: rgba(0,0,0,0.75);
    padding: 6px 12px; border-radius: 2px;
    font-weight: 700; font-size: 0.85rem;
    border-left: 2px solid var(--gold);
    letter-spacing: 0.05em;
}

/* ===== HOLY SITES SECTION ===== */
.holy-site-card {
    position: relative; overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--line);
    min-height: 320px;
    display: flex; align-items: flex-end;
}
.holy-site-card img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(0.65);
    transition: transform .5s, filter .5s;
}
.holy-site-card:hover img { transform: scale(1.04); filter: brightness(0.75); }
.holy-site-label {
    position: relative; z-index: 2;
    width: 100%; padding: 28px 24px 24px;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 100%);
}
.holy-site-label h3 {
    font-family: 'Playfair Display', serif;
    color: var(--gold-3); font-size: 1.5rem; font-weight: 800; margin: 0 0 6px;
}
.holy-site-label p { color: rgba(255,255,255,0.8); margin: 0; font-size: 0.92rem; }
.holy-site-badge {
    position: absolute; top: 16px; right: 16px; z-index: 3;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: var(--black); font-weight: 800;
    padding: 5px 12px; border-radius: 2px;
    font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
}

/* ===== PAGE HERO ===== */
.page-hero {
    padding: 90px 0; color: #fff;
    background:
        linear-gradient(110deg, rgba(10,10,10,0.95), rgba(10,10,10,0.75)),
        url('../images/page-placeholder.svg') center/cover no-repeat;
    position: relative; overflow: hidden;
}
.page-hero::after {
    content: '';
    position: absolute; left: 0; bottom: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-hero h1 {
    font-family: 'Playfair Display', serif;
    color: var(--gold-3);
}
.page-hero p { max-width: 760px; color: rgba(255,255,255,.78); font-size: 1.1rem; }

/* ===== FORMS ===== */
.jz-form .form-control,
.jz-form .form-select {
    min-height: 50px;
    background: var(--black-3); color: var(--white) !important;
    border: 1px solid rgba(201,162,39,0.2);
    border-radius: 4px;
}
.jz-form .form-control::placeholder { color: var(--muted); }
.jz-form .form-label { color: var(--silver); font-weight: 600; font-size: 0.88rem; letter-spacing: 0.04em; text-transform: uppercase; }
.jz-form .form-control:focus, .jz-form .form-select:focus {
    background: var(--black-3); color: var(--white);
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(201,162,39,0.2);
}
.jz-form .form-select option { background: #1a1a1a; }
.honeypot { position: absolute; left: -10000px; opacity: 0; }

.map-placeholder {
    min-height: 280px; display: grid; place-items: center;
    background: var(--black-3);
    border: 1px dashed rgba(201,162,39,0.2);
    border-radius: 4px; text-align: center; padding: 22px;
    color: var(--gold);
}

.contact-chip { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.contact-chip i { color: var(--gold); font-size: 1.4rem; margin-top: 2px; }
.contact-chip strong { color: var(--gold-2); font-weight: 700; display: block; margin-bottom: 2px; }
.contact-chip a, .contact-chip span, .contact-chip br + * { color: var(--silver); }

/* ===== CONTACT LIST ===== */
.contact-list { padding: 0; list-style: none; }
.contact-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--silver); margin-bottom: 10px; }
.contact-list i { color: var(--gold); margin-top: 3px; }

/* ===== ACCORDION / FAQ ===== */
.accordion-item { background: var(--black-3) !important; border-color: var(--line) !important; margin-bottom: 8px; border-radius: 4px !important; }
.accordion-button { background: var(--black-3) !important; color: var(--gold-3) !important; font-weight: 700; font-family: 'Raleway', sans-serif; }
.accordion-button:not(.collapsed) { background: rgba(201,162,39,0.08) !important; color: var(--gold-2) !important; box-shadow: none !important; }
.accordion-button::after { filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg); }
.accordion-body { background: var(--black-3); color: var(--muted); }

/* ===== FILTER BUTTONS ===== */
.filter-btn { border: 1px solid var(--line); background: transparent; color: var(--silver); }
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* ===== LIGHTBOX ===== */
.lightbox {
    position: fixed; inset: 0; display: none;
    align-items: center; justify-content: center;
    background: rgba(0,0,0,0.92); z-index: 3000; padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(920px,92vw); max-height: 82vh; border-radius: 4px; }
.lightbox button { position: absolute; top: 22px; right: 22px; }

/* ===== FOOTER ===== */
.site-footer {
    background: #050505;
    border-top: 1px solid var(--line);
    color: var(--silver); padding: 70px 0 24px;
}
.footer-logo { color: var(--gold-2); font-family: 'Playfair Display', serif; font-size: 1.3rem; }
.footer-logo-img { height: 48px; width: auto; filter: brightness(1.1); }
.site-footer h2 { color: var(--gold-2); font-size: .85rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: var(--silver); }
.site-footer a:hover { color: var(--gold-2); }
.social-links { display: flex; gap: 10px; }
.social-links a {
    width: 40px; height: 40px; display: grid; place-items: center;
    background: rgba(201,162,39,0.08);
    border: 1px solid var(--line); border-radius: 4px;
    color: var(--silver); transition: background .2s, color .2s, border-color .2s;
}
.social-links a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.footer-bottom {
    display: flex; justify-content: space-between; gap: 16px; align-items: center;
    border-top: 1px solid rgba(201,162,39,0.1);
    margin-top: 44px; padding-top: 22px; font-size: .88rem;
}
.footer-bottom p { margin: 0; color: var(--muted); }
.footer-bottom a { margin-left: 16px; color: var(--muted); }
.footer-bottom a:hover { color: var(--gold-2); }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed; right: 22px; bottom: 22px;
    width: 58px; height: 58px; display: grid; place-items: center;
    color: #fff; background: #25d366;
    border-radius: 50%; font-size: 1.65rem;
    box-shadow: 0 8px 30px rgba(37,211,102,0.45); z-index: 2000;
    transition: transform .2s, box-shadow .2s;
}
.whatsapp-float:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 14px 40px rgba(37,211,102,0.6); }

/* ===== GOLD DIVIDER ===== */
.gold-divider {
    width: 60px; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    margin: 16px 0 28px;
    border-radius: 2px;
}

/* ===== REVEAL ANIMATION ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== INFO CARD ===== */
.info-card h3 { color: var(--gold-3) !important; font-family: 'Playfair Display', serif; }
.info-card p, .info-card li { color: var(--muted); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    body { padding-top: 76px; }
    .hero { min-height: auto; padding: 80px 0; }
    .navbar-nav { padding: 18px 0; align-items: stretch !important; }
    .nav-cta { width: 100%; margin-top: 8px; text-align: center; }
}
@media (max-width: 767px) {
    .section-pad { padding: 68px 0; }
    .feature-list { grid-template-columns: 1fr; }
    .price-block { text-align: left; }
    .package-card .d-flex { flex-direction: column; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-bottom a { margin: 0 16px 0 0; }
    .holy-site-card { min-height: 260px; }
}

/* ===== EVENT MANAGEMENT SECTION ===== */
.event-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(201,162,39,0.05);
    border: 1px solid rgba(201,162,39,0.12);
    border-radius: 4px;
    padding: 14px;
    transition: border-color .25s, background .25s;
}
.event-feature-item:hover {
    border-color: var(--gold);
    background: rgba(201,162,39,0.1);
}
.event-feature-item i {
    color: var(--gold);
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.event-feature-item strong {
    display: block;
    color: var(--gold-3);
    font-weight: 700;
    font-size: 0.9rem;
}
.event-feature-item small {
    color: var(--muted);
    font-size: 0.8rem;
    display: block;
}

.event-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.event-showcase-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--black-3);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 20px 18px;
    transition: border-color .25s, transform .25s;
}
.event-showcase-card:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}
.event-showcase-card i {
    font-size: 1.8rem;
    color: var(--gold-2);
    flex-shrink: 0;
}
.event-showcase-card strong {
    display: block;
    color: var(--gold-3);
    font-weight: 700;
    font-size: 0.9rem;
}
.event-showcase-card span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
}
.event-cta-card {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, rgba(201,162,39,0.08), rgba(201,162,39,0.03));
    border: 1px solid rgba(201,162,39,0.25);
    border-radius: 4px;
    padding: 20px 24px;
}
.event-cta-card p {
    margin: 0;
    color: var(--silver);
    font-weight: 600;
    flex: 1;
}

@media (max-width: 575px) {
    .event-showcase { grid-template-columns: 1fr; }
    .event-cta-card { grid-column: 1; }
}
