/* ══════════════════════════════════════════════════════════════
   SAFI BUSINESS — Premium Umrah Journey Booking Page
   ══════════════════════════════════════════════════════════════ */

/* ── Page & Nav tweaks ─────────────────────────────────────── */
.umrah-page .nav-logo { height: 60px; }
.umrah-page .navbar.scrolled .nav-logo { height: 50px; }
.umrah-page .navbar { padding: 0.55rem 1.4rem; }
.umrah-page .nav-links a.active {
    background: rgba(200,164,93,0.14);
    border: 1px solid rgba(200,164,93,0.28);
    box-shadow: 0 2px 12px rgba(200,164,93,0.15);
}

/* ── Split Hero ────────────────────────────────────────────── */
.umrah-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding: 6rem 0 0;
    overflow: hidden;
    background: var(--navy);
}
.umrah-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../umr.jpeg') center 30% / cover no-repeat;
    z-index: 0;
    will-change: transform;
}
.umrah-hero-pattern {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 8 L44 20 L40 32 L36 20 Z M8 40 L20 36 L32 40 L20 44 Z M40 48 L44 60 L40 72 L36 60 Z M48 40 L60 36 L72 40 L60 44 Z' fill='rgba(200,164,93,0.035)'/%3E%3C/svg%3E") repeat;
    z-index: 1;
    pointer-events: none;
}
.umrah-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        rgba(10, 22, 40, 0.78) 0%,
        rgba(10, 22, 40, 0.52) 45%,
        rgba(15, 31, 58, 0.62) 100%
    );
    z-index: 2;
}
.umrah-hero-glow {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 55%;
    height: 55%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 164, 93, 0.18) 0%, transparent 68%);
    z-index: 2;
    pointer-events: none;
    animation: umrahGlowPulse 9s ease-in-out infinite;
}
@keyframes umrahGlowPulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}
.umrah-hero .particles-container {
    z-index: 3;
    pointer-events: none;
}
.umrah-hero > .container {
    position: relative;
    z-index: 4;
    width: 100%;
    padding-top: clamp(1rem, 3vh, 2rem);
    padding-bottom: clamp(1rem, 2vh, 1.5rem);
}
.umrah-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
}
.umrah-hero-content { max-width: 600px; }
.umrah-hero-content .hero-badge { margin-bottom: 1rem; }
.umrah-hero-content h1 {
    font-size: clamp(2.2rem, 4.8vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}
.umrah-hero-content .hero-subtitle {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 540px;
}
.umrah-hero-content .hero-btns { margin-bottom: 0; }

/* ── Travel Dashboard (hero right) ─────────────────────────── */
.umrah-dashboard {
    position: relative;
    perspective: 1200px;
    animation: fadeUp 1s ease-out 0.25s both;
}
.dashboard-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 164, 93, 0.12) 0%, transparent 65%);
    z-index: 0;
    animation: hubPulse 5s ease-in-out infinite;
}
.dashboard-cluster {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.dash-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    animation: cardFloat 7s ease-in-out infinite;
}
.dash-card:nth-child(1) { animation-delay: 0s; margin-left: 0; }
.dash-card:nth-child(2) { animation-delay: 0.8s; margin-left: 1.5rem; }
.dash-card:nth-child(3) { animation-delay: 1.6s; margin-left: 0.5rem; }
.dash-card:nth-child(4) { animation-delay: 2.4s; margin-left: 2rem; }
.dash-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(200, 164, 93, 0.35);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.2);
}
.dash-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    background: rgba(200, 164, 93, 0.14);
    color: var(--gold);
}
.dash-card-icon.wa { background: rgba(37, 211, 102, 0.15); color: var(--whatsapp); }
.dash-card-body { flex: 1; min-width: 0; }
.dash-card-body strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
}
.dash-card-body span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}
.dash-route {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.dash-route .route-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
}
.dash-route .route-line {
    flex: 1;
    min-width: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(200, 164, 93, 0.2));
}
.dash-services {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}
.dash-svc {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--gold);
    font-size: 0.85rem;
    transition: var(--transition);
}
.dash-svc:hover {
    background: rgba(200, 164, 93, 0.15);
    transform: translateY(-2px);
}

/* ── Quick Package Finder ──────────────────────────────────── */
.quick-finder {
    position: relative;
    z-index: 10;
    margin-top: -1.5rem;
    padding-bottom: 1.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 22, 40, 0.4) 30%, var(--navy-mid) 100%);
}
.quick-finder .container { padding-top: 0.5rem; }
.quick-finder-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
}
.quick-finder-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.quick-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: 1.35rem 1.25rem;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}
.quick-card:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 164, 93, 0.3);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.quick-card-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    background: rgba(200, 164, 93, 0.15);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
}
.quick-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.quick-card p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
    flex-grow: 1;
    margin-bottom: 1rem;
}
.quick-card-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.quick-card-actions .btn {
    flex: 1;
    min-width: 0;
    justify-content: center;
    padding: 0.65rem 0.9rem;
    font-size: 0.8rem;
}
.btn-outline-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
}
.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--gold);
    color: var(--gold);
}

/* ── Packages Section ──────────────────────────────────────── */
.umrah-packages-section {
    background: linear-gradient(180deg, var(--navy-mid) 0%, var(--sand) 6%, var(--sand) 100%);
    padding: 0 0 clamp(3rem, 6vw, 5rem);
    position: relative;
}
.umrah-packages-section .section-header {
    margin-bottom: 1.25rem;
    padding-top: 1.5rem;
}
.umrah-packages-section .section-header h2 { color: var(--navy); }
.umrah-packages-section .section-header p { color: #6b5f4e; }

.tabs-sticky-wrap {
    position: sticky;
    top: 72px;
    z-index: 90;
    background: linear-gradient(180deg, var(--sand) 85%, rgba(245, 237, 224, 0.95) 100%);
    padding: 0.75rem 0 1rem;
    margin: 0 calc(-1 * clamp(1rem, 4vw, 3rem));
    padding-left: clamp(1rem, 4vw, 3rem);
    padding-right: clamp(1rem, 4vw, 3rem);
    border-bottom: 1px solid rgba(200, 164, 93, 0.15);
    box-shadow: 0 4px 20px rgba(10, 22, 40, 0.06);
}
.umrah-tabs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0.25rem;
    justify-content: flex-start;
}
.umrah-tabs::-webkit-scrollbar { display: none; }
.umrah-tabs .tab-btn {
    flex-shrink: 0;
    padding: 0.6rem 1.15rem;
    font-size: 0.82rem;
    white-space: nowrap;
}

.pkg-compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}
.pkg-card {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(10, 22, 40, 0.08);
    border: 1px solid rgba(200, 164, 93, 0.12);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
}
.pkg-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
}
.pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(10, 22, 40, 0.14);
    border-color: rgba(200, 164, 93, 0.3);
}
.pkg-card-head {
    padding: 1.5rem 1.5rem 1rem;
}
.pkg-type-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold-dark);
    background: rgba(200, 164, 93, 0.12);
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 0.65rem;
}
.pkg-card-head h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.35rem;
}
.pkg-duration {
    font-size: 0.85rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.pkg-duration i { color: var(--gold); font-size: 0.8rem; }
.pkg-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 1.5rem 1rem;
}
.pkg-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--navy);
    background: var(--sand-light);
    padding: 0.35rem 0.7rem;
    border-radius: 20px;
    border: 1px solid rgba(200, 164, 93, 0.15);
}
.pkg-meta-item i { color: var(--gold); font-size: 0.72rem; }
.pkg-features {
    list-style: none;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}
.pkg-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.35rem 0;
    font-size: 0.88rem;
    color: var(--text);
    line-height: 1.45;
}
.pkg-features li i {
    color: var(--gold);
    font-size: 0.75rem;
    margin-top: 0.35rem;
}
.pkg-card-footer {
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(10, 22, 40, 0.06);
    margin-top: auto;
}
.pkg-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.25rem;
}
.pkg-price small {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--text-light);
}
.pkg-card-footer .btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.85rem;
}

/* ── Included Section ────────────────────────────────────── */
.umrah-included {
    background: var(--navy);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.included-card {
    text-align: center;
    padding: 1.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-xl);
    transition: var(--transition);
}
.included-card:hover {
    border-color: rgba(200, 164, 93, 0.25);
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.05);
}
.included-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(200, 164, 93, 0.12);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.included-card h4 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
.included-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.55;
}

/* ── Booking Steps ─────────────────────────────────────────── */
.umrah-booking-steps {
    background: var(--sand);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.umrah-booking-steps .section-header h2 { color: var(--navy); }
.umrah-booking-steps .section-header p { color: #6b5f4e; }

/* ── Document Cards ────────────────────────────────────────── */
.umrah-docs {
    background: var(--white);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.umrah-docs .section-header h2 { color: var(--navy); }
.doc-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.doc-card {
    text-align: center;
    padding: 1.75rem 1.25rem;
    background: var(--sand-light);
    border: 1px solid rgba(200, 164, 93, 0.15);
    border-radius: var(--radius-xl);
    transition: var(--transition);
}
.doc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(200, 164, 93, 0.3);
}
.doc-card-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    border-radius: var(--radius-md);
    background: rgba(200, 164, 93, 0.12);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.doc-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.35rem;
}
.doc-card p {
    font-size: 0.82rem;
    color: var(--text-light);
    line-height: 1.5;
}

/* ── Umrah FAQ (light variant) ─────────────────────────────── */
.umrah-faq {
    background: var(--navy-light);
    padding: clamp(3rem, 6vw, 5rem) 0;
}

/* ── Final CTA ─────────────────────────────────────────────── */
.umrah-final-cta {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
.umrah-final-cta h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
}

/* ── Mobile spacing for bottom bar & WA float ──────────────── */
.umrah-page footer { padding-bottom: 5.5rem; }
.umrah-page .whatsapp-float { bottom: 5.5rem; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .umrah-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        text-align: center;
    }
    .umrah-hero-content { max-width: none; margin: 0 auto; }
    .umrah-hero-content .hero-subtitle { margin-left: auto; margin-right: auto; }
    .umrah-hero-content .hero-btns { justify-content: center; }
    .umrah-dashboard { max-width: 480px; margin: 0 auto; }
    .dash-card:nth-child(1),
    .dash-card:nth-child(2),
    .dash-card:nth-child(3),
    .dash-card:nth-child(4) { margin-left: 0; }
    .quick-finder-grid { grid-template-columns: repeat(3, 1fr); }
    .included-grid { grid-template-columns: repeat(2, 1fr); }
    .doc-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .umrah-hero { padding: 5.5rem 0 0; }
    .umrah-hero > .container { padding-bottom: 1.5rem; }
    .quick-finder { margin-top: 0; background: var(--navy-mid); padding-top: 1rem; }
    .quick-finder-grid { grid-template-columns: 1fr; }
    .tabs-sticky-wrap { top: 58px; }
    .pkg-compare-grid { grid-template-columns: 1fr; }
    .included-grid { grid-template-columns: 1fr; }
    .doc-cards-grid { grid-template-columns: 1fr 1fr; }
    .umrah-page .whatsapp-float { bottom: 4.5rem; right: 1rem; }
}

@media (max-width: 480px) {
    .umrah-hero-content .hero-btns { flex-direction: column; }
    .umrah-hero-content .hero-btns .btn { width: 100%; }
    .quick-card-actions { flex-direction: column; }
    .doc-cards-grid { grid-template-columns: 1fr; }
}