.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: 50%;
    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: 100px 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;
}
