/* ==========================================================================
   COMPACT HAJJ PACKAGES LISTING (Safe Isolation & Layout Fixes)
   ========================================================================== */

.hajj-listing-wrapper-e8b19a74 {
    width: 100%;
    box-sizing: border-box;
    font-family: var(--font-family, "Inter", sans-serif);
}

/* Targeted Isolation Reset: resets button quirks without wiping component styles */
.hajj-listing-wrapper-e8b19a74 .hajj-nav-btn-e8b19a74,
.hajj-listing-wrapper-e8b19a74 .hajj-sharing-btn-e8b19a74,
.hajj-listing-wrapper-e8b19a74 .hajj-btn-drawer-e8b19a74,
.hajj-listing-wrapper-e8b19a74 .hajj-drawer-bar-e8b19a74 {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
    text-decoration: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.hajj-listing-wrapper-e8b19a74 .hajj-nav-btn-e8b19a74:focus,
.hajj-listing-wrapper-e8b19a74 .hajj-nav-btn-e8b19a74:hover,
.hajj-listing-wrapper-e8b19a74 .hajj-sharing-btn-e8b19a74:focus,
.hajj-listing-wrapper-e8b19a74 .hajj-sharing-btn-e8b19a74:hover {
    outline: none !important;
    box-shadow: none !important;
}

/* Filter Toolbar & Sliding Pill */
.hajj-listing-wrapper-e8b19a74 .hajj-filter-toolbar-e8b19a74 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.hajj-listing-wrapper-e8b19a74 .hajj-nav-tabs-e8b19a74 {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    background-color: #F1F5F9;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #DAE3EB;
    z-index: 1;
    box-sizing: border-box;
}

.hajj-listing-wrapper-e8b19a74 .hajj-tab-glider-e8b19a74 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 61, 118, 0.08);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                width 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    will-change: transform, width;
}

.hajj-listing-wrapper-e8b19a74 .hajj-nav-btn-e8b19a74 {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 20px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    color: #2B3E4F !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
    white-space: nowrap !important;
}

.hajj-listing-wrapper-e8b19a74 .hajj-nav-btn-e8b19a74:hover,
.hajj-listing-wrapper-e8b19a74 .hajj-nav-btn-e8b19a74:focus {
    color: #003D76 !important;
    background: transparent !important;
}

.hajj-listing-wrapper-e8b19a74 .hajj-nav-btn-e8b19a74.active {
    color: #003D76 !important;
    background: transparent !important;
}

/* Cards Stack */
.hajj-listing-wrapper-e8b19a74 .hajj-cards-stack-e8b19a74 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Card Container */
.hajj-listing-wrapper-e8b19a74 .hajj-card-e8b19a74 {
    background-color: #FFFFFF;
    border: 1px solid #DAE3EB;
    border-radius: 8px;
    box-shadow: 0 4px 16px -2px rgba(22, 37, 51, 0.05);
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    position: relative;
}

.hajj-listing-wrapper-e8b19a74 .hajj-card-e8b19a74:hover {
    border-color: rgba(77, 172, 252, 0.5);
    box-shadow: 0 10px 28px -4px rgba(0, 61, 118, 0.09);
    transform: translateY(-2px);
}

/* Top Meta Ribbon */
.hajj-listing-wrapper-e8b19a74 .hajj-card-ribbon-e8b19a74 {
    background-color: #F6F9FB;
    border-bottom: 1px solid #DAE3EB;
    padding: 8px 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.hajj-listing-wrapper-e8b19a74 .ribbon-chips-left {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hajj-listing-wrapper-e8b19a74 .hajj-chip-e8b19a74 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 8px;
}

.hajj-listing-wrapper-e8b19a74 .hajj-chip-e8b19a74.chip-brand {
    background-color: rgba(77, 172, 252, 0.12);
    color: #003D76;
    border: 1px solid rgba(77, 172, 252, 0.25);
}

.hajj-listing-wrapper-e8b19a74 .hajj-chip-e8b19a74.chip-neutral {
    background-color: #F1F5F9;
    color: #2B3E4F;
    border: 1px solid #DAE3EB;
}

.hajj-listing-wrapper-e8b19a74 .ribbon-duration-right {
    color: #003D76;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Core Layout */
.hajj-listing-wrapper-e8b19a74 .hajj-card-body-e8b19a74 {
    display: grid;
    grid-template-columns: 1fr 290px;
}

@media (max-width: 900px) {
    .hajj-listing-wrapper-e8b19a74 .hajj-card-body-e8b19a74 {
        grid-template-columns: 1fr;
    }
}

/* Left Details */
.hajj-listing-wrapper-e8b19a74 .hajj-info-pane-e8b19a74 {
    padding: 22px 24px;
}

.hajj-listing-wrapper-e8b19a74 .hajj-title-e8b19a74 {
    font-size: 21px;
    font-weight: 700;
    color: #162533;
    margin: 0 0 6px 0;
    line-height: 1.25;
}

.hajj-listing-wrapper-e8b19a74 .hajj-brief-e8b19a74 {
    font-size: 14px;
    color: #2B3E4F;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

/* Hotels Grid */
.hajj-listing-wrapper-e8b19a74 .hajj-hotels-grid-e8b19a74 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

@media (max-width: 600px) {
    .hajj-listing-wrapper-e8b19a74 .hajj-hotels-grid-e8b19a74 {
        grid-template-columns: 1fr;
    }
}

.hajj-listing-wrapper-e8b19a74 .hajj-hotel-box-e8b19a74 {
    background-color: #F1F5F9;
    border: 1px solid #DAE3EB;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.hajj-listing-wrapper-e8b19a74 .hotel-icon-badge {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003D76;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.hajj-listing-wrapper-e8b19a74 .hotel-details-text .city-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #003D76;
    display: block;
    margin-bottom: 2px;
}

.hajj-listing-wrapper-e8b19a74 .hotel-details-text .hotel-name-title {
    font-size: 13px;
    font-weight: 600;
    color: #162533;
    line-height: 1.25;
    margin: 0;
}

.hajj-listing-wrapper-e8b19a74 .hotel-details-text .distance-text {
    font-size: 11px;
    color: #059669;
    font-weight: 500;
    display: block;
    margin-top: 2px;
}

/* Inclusions Checkmarks */
.hajj-listing-wrapper-e8b19a74 .hajj-inclusions-grid-e8b19a74 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 8px 14px;
}

.hajj-listing-wrapper-e8b19a74 .inclusion-check-node {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #2B3E4F;
    font-weight: 500;
}

.hajj-listing-wrapper-e8b19a74 .inclusion-check-node svg,
.hajj-listing-wrapper-e8b19a74 .inclusion-check-node i {
    color: #10B981;
    flex-shrink: 0;
}

/* Right Price Pane */
.hajj-listing-wrapper-e8b19a74 .hajj-price-pane-e8b19a74 {
    background-color: #F1F5F9;
    border-left: 1px solid #DAE3EB;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .hajj-listing-wrapper-e8b19a74 .hajj-price-pane-e8b19a74 {
        border-left: none;
        border-top: 1px solid #DAE3EB;
    }
}

/* Room Sharing Selector */
.hajj-listing-wrapper-e8b19a74 .hajj-sharing-block-e8b19a74 {
    margin-bottom: 12px;
}

.hajj-listing-wrapper-e8b19a74 .sharing-subtitle-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #455667;
    margin-bottom: 6px;
    display: block;
}

.hajj-listing-wrapper-e8b19a74 .hajj-sharing-selector-e8b19a74 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #FFFFFF;
    border: 1px solid #DAE3EB;
    border-radius: 8px;
    padding: 3px;
    gap: 3px;
    z-index: 1;
    box-sizing: border-box;
}

.hajj-listing-wrapper-e8b19a74 .hajj-sharing-glider-e8b19a74 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #003D76;
    border-radius: 6px;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
                width 0.25s cubic-bezier(0.16, 1, 0.3, 1),
                height 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    will-change: transform, width;
}

.hajj-listing-wrapper-e8b19a74 .hajj-sharing-btn-e8b19a74 {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 8px 6px !important;
    border-radius: 6px !important;
    color: #2B3E4F !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: color 0.15s ease !important;
}

/* Explicit Active Color: White text guaranteed over dark active glider */
.hajj-listing-wrapper-e8b19a74 .hajj-sharing-btn-e8b19a74.active,
.hajj-listing-wrapper-e8b19a74 .hajj-sharing-btn-e8b19a74.active:focus,
.hajj-listing-wrapper-e8b19a74 .hajj-sharing-btn-e8b19a74.active:hover {
    color: #FFFFFF !important;
    background: transparent !important;
}

/* Price Display Line */
.hajj-listing-wrapper-e8b19a74 .hajj-price-display-e8b19a74 {
    margin-bottom: 14px;
}

.hajj-listing-wrapper-e8b19a74 .price-value-line {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.hajj-listing-wrapper-e8b19a74 .hajj-currency-sign-e8b19a74 {
    font-size: 18px;
    font-weight: 700;
    color: #003D76;
}

.hajj-listing-wrapper-e8b19a74 .hajj-price-amount-e8b19a74 {
    font-size: 28px;
    font-weight: 700;
    color: #003D76;
    letter-spacing: -0.02em;
    line-height: 1;
    transition: opacity 0.12s ease;
}

.hajj-listing-wrapper-e8b19a74 .price-person-unit {
    font-size: 12px;
    color: #455667;
}

.hajj-listing-wrapper-e8b19a74 .hajj-price-meta-e8b19a74 {
    font-size: 11px;
    color: #455667;
    margin: 4px 0 0 0;
}

/* Actions Stack */
.hajj-listing-wrapper-e8b19a74 .hajj-actions-stack-e8b19a74 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Reserve Package CTA Button */
.hajj-listing-wrapper-e8b19a74 .hajj-btn-action-e8b19a74 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 11px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background-color: #4DACFC !important;
    color: #FFFFFF !important;
    border: 1px solid #4DACFC !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(77, 172, 252, 0.3) !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.hajj-listing-wrapper-e8b19a74 .hajj-btn-action-e8b19a74:hover,
.hajj-listing-wrapper-e8b19a74 .hajj-btn-action-e8b19a74:focus {
    background-color: #0489F8 !important;
    color: #FFFFFF !important;
    border-color: #0489F8 !important;
    transform: translateY(-1px) !important;
}

/* View Details Button (Guaranteed Visible Border, Padding & Contrast) */
.hajj-listing-wrapper-e8b19a74 .hajj-btn-drawer-e8b19a74 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border: 1px solid #DAE3EB !important;
    color: #003D76 !important;
    padding: 11px 20px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
}

.hajj-listing-wrapper-e8b19a74 .hajj-btn-drawer-e8b19a74:hover,
.hajj-listing-wrapper-e8b19a74 .hajj-btn-drawer-e8b19a74:focus,
.hajj-listing-wrapper-e8b19a74 .hajj-btn-drawer-e8b19a74:active {
    background-color: #FFFFFF !important;
    color: #003D76 !important;
    border: 1px solid #003D76 !important;
    border-color: #003D76 !important;
    outline: none !important;
}

/* Detailed Itinerary Accordion Bar (Guaranteed Full Width & Flex Layout) */
.hajj-listing-wrapper-e8b19a74 .hajj-drawer-bar-e8b19a74 {
    background: #FFFFFF !important;
    border-top: 1px solid #DAE3EB !important;
    padding: 12px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #003D76 !important;
    cursor: pointer !important;
    transition: background 0.15s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.hajj-listing-wrapper-e8b19a74 .hajj-drawer-bar-e8b19a74:hover,
.hajj-listing-wrapper-e8b19a74 .hajj-drawer-bar-e8b19a74:focus {
    background: #F1F5F9 !important;
    color: #003D76 !important;
}

.hajj-listing-wrapper-e8b19a74 .hajj-drawer-bar-e8b19a74 svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.hajj-listing-wrapper-e8b19a74 .hajj-card-e8b19a74.open .hajj-drawer-bar-e8b19a74 svg {
    transform: rotate(180deg) !important;
}

/* Accordion Drawer Content Box (Guaranteed Smooth Expand/Collapse) */
.hajj-listing-wrapper-e8b19a74 .hajj-drawer-box-e8b19a74 {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease !important;
    background-color: #F1F5F9;
    border-top: 1px solid transparent;
}

.hajj-listing-wrapper-e8b19a74 .hajj-card-e8b19a74.open .hajj-drawer-box-e8b19a74 {
    max-height: 2000px !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-top-color: #DAE3EB !important;
}

.hajj-listing-wrapper-e8b19a74 .hajj-timeline-grid-e8b19a74 {
    padding: 20px 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    box-sizing: border-box;
}

.hajj-listing-wrapper-e8b19a74 .timeline-block h6 {
    font-size: 13px;
    font-weight: 700;
    color: #162533;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.hajj-listing-wrapper-e8b19a74 .timeline-block p {
    font-size: 12px;
    color: #2B3E4F;
    line-height: 1.45;
    margin: 0;
}