.progress-steps {
    position: relative;
    margin-bottom: 2rem;
}
.step {
    text-align: center;
    flex: 1;
}
.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #dee2e6;
    color: #6c757d;
    font-weight: bold;
}
.step-label {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}
.step.active .step-number {
    background-color: #0d6efd;
    color: #fff;
}
.step-line {
    flex: 1;
    height: 2px;
    background-color: #dee2e6;
    margin: 0 0.5rem;
    align-self: center;
}
.addon-checkbox {
    transform: scale(1.4);
    margin-right: 8px;
}
.addon-option {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.addon-option:hover {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13,110,253,.25);
}
.step.active .step-number {
    background-color: #003b95;; /* Bootstrap primary blue */
    color: #fff;
    border: 2px solid #003b95;;
}
.step.active .step-label {
    color: #003b95;;
}

/* Journey Card Styling */
.journey-card {
    border-left: 4px solid var(--bs-primary);
    background: #fff;
    transition: all 0.3s ease;
}
.journey-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
/* Step badge */
.journey-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: var(--bs-primary);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
/* Ziyarah specific styling */
.journey-card.ziyarah {
    border-left-color: var(--bs-success);
}
.journey-card.ziyarah .fw-bold {
    color: var(--bs-success) !important;
}
/* Mobile sticky button */
@media (max-width: 768px) {
    .sticky-submit {
        position: fixed;
        bottom: 15px;
        left: 15px;
        right: 15px;
        z-index: 999;
        border-radius: 12px;
    }
}
.hero-sec-six {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    z-index: 1;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.6;
}
.hero-sec-six .container {
    position: relative;
    z-index: 1;
}
.autocomplete-item:hover {
    background-color: #f8f9fa;
}
.autocomplete-item span {
    line-height: 1.4;
}
/* Ensure dropdown appears below the input */
.autocomplete-dropdown {
    position: absolute;
    font-size: 13px !important;
    top: 100%;
    left: 0;
    margin-top: 4px;
    width: 100%;
    z-index: 9999;
}
/* Pagination styling */
.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
    padding: 10px;
    flex-wrap: wrap;
}
.pagination span,
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    text-decoration: none;
    color: #4e73df;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 8px;
    transition: .2s;
    border: 1px solid #e1e5eb;
    background: #fff;
}
.pagination a:hover {
    background: #eef3ff;
    border-color: #4e73df;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}
.pagination .current {
    background: #4e73df;
    border-color: #4e73df;
    color: #fff;
    pointer-events: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}
.pagination .disabled {
    pointer-events: none;
    opacity: 0.45;
    background: #f4f4f4;
}
.pagination .page,
.pagination .next,
.pagination .last,
.pagination .first,
.pagination .previous {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-image-mobile {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.8s ease-in-out;
    z-index: 0;
}

/* ── Mobile hero: fixed gradient instead of shuffling image ── */
@media (max-width: 768px) {
    .bg-image-mobile {
        background-image: linear-gradient(180deg, #01126e 0%, #1a3a9e 35%, #e8eef8 75%, #ffffff 100%) !important;
        background-size: cover !important;
        opacity: 1 !important;
        transition: none !important;
    }

    .hero-sec-six {
        background: transparent !important;
    }
}

.standard-border-radius {
    border-radius: 5px !important;
}

/* ── FIX: Keep Search button inside card on mobile, not sticky/detached ── */
@media (max-width: 768px) {
    .sticky-submit {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        z-index: auto !important;
        width: 100%;
        border-radius: 8px !important;
    }
    .banner-form .card-body {
        padding-bottom: 16px !important;
    }
}
.ziyarah-tip {
    position: relative;
    cursor: pointer;
}
.ziyarah-tip-text {
    visibility: hidden;
    width: 220px;
    background-color: #1e293b;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 12px;
    border-radius: 8px;
    position: absolute;
    z-index: 9999;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
}
.ziyarah-tip:hover .ziyarah-tip-text {
    visibility: visible;
}

/* Arrow */
.ziyarah-tip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1e293b;
}

/* Mobile: flip below */
@media (max-width: 768px) {
    .ziyarah-tip-text {
        bottom: auto;
        top: calc(100% + 8px);
        left: 0;
        transform: none;
    }
    .ziyarah-tip-text::after {
        top: auto;
        bottom: 100%;
        left: 16px;
        transform: none;
        border-top-color: transparent;
        border-bottom-color: #1e293b;
    }
}

/* ── Trust Bar ── */
.trust-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 20px;
    margin-top: 16px;
    padding: 0 4px;
}

.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.trust-bar-item i {
    font-size: 14px;
    color: #fbbf24;
    flex-shrink: 0;
}

.trust-bar-divider {
    color: rgba(255, 255, 255, 0.25);
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .trust-bar {
        gap: 8px 14px;
    }
    .trust-bar-item {
        font-size: 12px;
    }
    .trust-bar-divider {
        display: none;
    }
}

/* ── Explore Saudi Sub-Sections ─────────────────────────── */
.explore-saudi-section {
    background: #fff;
}

.explore-sub-card {
    display: flex;
    flex-direction: column;
    background: #f8faff;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef2ff;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    color: inherit;
}

.explore-sub-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 59, 149, 0.12);
    color: inherit;
}

.explore-sub-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(0, 59, 149, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.explore-sub-icon i {
    font-size: 24px;
    color: #003b95;
}

.explore-sub-icon--teal { background: rgba(0, 163, 136, 0.1); }
.explore-sub-icon--teal i { color: #00a388; }

.explore-sub-icon--green { background: rgba(37, 162, 68, 0.1); }
.explore-sub-icon--green i { color: #25a244; }

.explore-sub-icon--purple { background: rgba(111, 66, 193, 0.1); }
.explore-sub-icon--purple i { color: #6f42c1; }

.explore-sub-title {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.explore-sub-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 18px;
}

.explore-sub-link {
    font-size: 13px;
    font-weight: 600;
    color: #003b95;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.18s ease;
}

.explore-sub-card:hover .explore-sub-link {
    gap: 8px;
}

@media (max-width: 768px) {
    .explore-sub-card {
        padding: 22px 18px;
    }
}

/* ── Starting Price Bar ── */
.starting-price-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    background: #f0f7ff;
    border: 1px solid #d0e4ff;
    border-radius: 10px;
    padding: 10px 16px;
    margin-bottom: 12px;
}

.starting-price-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.starting-price-icon {
    color: #f59e0b;
    font-size: 15px;
}

.starting-price-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.starting-price-amount {
    font-size: 18px;
    font-weight: 800;
    color: #003b95;
    letter-spacing: -0.3px;
}

.starting-price-right {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.starting-price-right i {
    color: #25a244;
}

@media (max-width: 480px) {
    .starting-price-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}
