
/* ==========================================
   ULTRA LUXURY HERO
========================================== */
.luxury-tour-hero {
    position: relative;
    padding: 50px 0;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, .08), transparent 30%),
        radial-gradient(circle at bottom left, rgba(212, 175, 55, .06), transparent 30%),
        linear-gradient(135deg, #020202, #080808, #0d0d0d);
}

.luxury-search-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.luxury-search-card {
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(212, 175, 55, .15);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .08);
    overflow: hidden;
    position: relative;
}

.luxury-search-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

/* ==========================================
   HEADER
========================================== */
.luxury-search-header {
    text-align: center;
    margin-bottom: 40px;
}

.luxury-subtitle {
    display: block;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 15px;
}

.luxury-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.luxury-description {
    max-width: 900px;
    margin: auto;
    color: #bdbdbd;
    line-height: 1.8;
}

/* ==========================================
   TABS
========================================== */
.luxury-tour-tabs {
    justify-content: center;
    gap: 20px;
}

.luxury-tour-tabs .nav-link {
    border: none;
    border-radius: 60px;
    padding: 18px 35px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, .15);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
    display: flex;
    align-items: center;
    gap: 12px;
}

.luxury-tour-tabs .nav-link i {
    color: #D4AF37;
}

.luxury-tour-tabs .nav-link:hover {
    transform: translateY(-4px);
    color: #D4AF37;
    box-shadow: 0 15px 30px rgba(212, 175, 55, .15);
}

.luxury-tour-tabs .nav-link.active {
    background: #D4AF37 !important;
    color: #000 !important;
    box-shadow: 0 15px 35px rgba(212, 175, 55, .30);
}

.luxury-tour-tabs .nav-link.active i {
    color: #000;
}

.luxury-tour-tabs {
    gap: 20px;
}

.luxury-tour-tabs .nav-link {
    border: none;
    border-radius: 60px;
    padding: 18px 35px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(212, 175, 55, .15);
    color: #ffffff;
    font-weight: 600;
    backdrop-filter: blur(20px);
    transition: .4s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.luxury-tour-tabs .nav-link i {
    color: #d4af37;
}

.luxury-tour-tabs .nav-link:hover {
    transform: translateY(-4px);
    border-color: #d4af37;
    color: #d4af37;
}

.luxury-tour-tabs .nav-link.active {
    background: #d4af37 !important;
    color: #000 !important;
    box-shadow: 0 15px 30px rgba(212, 175, 55, .30);
}

.luxury-tour-tabs .nav-link.active i {
    color: #000;
}

/* ==========================================
   CONTENT
========================================== */

.luxury-tab-content {
    margin-top: 20px;
}

/* ===================== 03. LAYOUT ======================== */
.container {
    position: relative;
    z-index: 2;
}

.ultra-section {
    position: relative;
    padding: 20px 0;

}

.dark-section {
    background: #080808;
}


/* ===================== 04. SECTION HEADER ========================= */
.section-header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.section-subtitle {
    display: block;
    color: #D4AF37;
    font-size: 16px;
    font-weight: 800;
}

.section-header h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
}


/* ======================= 05. GOLD BUTTON =========================== */
.gold-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border: none;
    border-radius: 50px;
    background: #D4AF37;
    color: #000000;
    font-weight: 700;
    transition: .4s;
}

.gold-btn:hover {
    background: #000000;
    color: #D4AF37;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(212, 175, 55, .25);
}


/* =================== 06. VIEW ALL BUTTON ===================== */
.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 15px;
    background: #D4AF37;
    border: 1px solid rgba(212, 175, 55, .15);
    color: #000;
    backdrop-filter: blur(15px);
    transition: .4s;
}

.view-all-btn:hover {
    background: #D4AF37;
    color: #000000;

    transform: translateY(-3px);
}


/* =========================== 07. EXPLORE BUTTON =========================== */

.explore-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-radius: 16px;
    background: #000;
    border: 1px solid rgba(212, 175, 55, .15);
    color: #D4AF37;
    transition: .4s;
}

.explore-btn:hover {
    background: #D4AF37;
    color: #000000;
}


/* =========================== 01. DOMESTIC TOUR CARD =========================== */

.glass-tour-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, .15);
    border-radius: 30px;
    overflow: hidden;
    transition: .4s;
}

.glass-tour-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, .18);
}


/* =========================== 02. DOMESTIC CAROUSEL =========================== */

/* Global carousel bug fix */
.glass-tour-card .carousel-inner {
    height: 260px;
    overflow: hidden;
    line-height: 0;
}


/* =========================== 03. DOMESTIC IMAGE =========================== */

.card-image {
    width: 100%;

    height: 260px;

    object-fit: cover;

    transition: .5s;
}

.glass-tour-card:hover .card-image {
    transform: scale(1.05);
}


/* ===========================
                                                       04. CARD CONTENT
                                                    =========================== */

.tour-content {
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px;
}


/* ===========================
                                                       05. TITLE ROW
                                                    =========================== */

.tour-title-row {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 15px;

    margin-bottom: 20px;
}

.tour-title-row h4 {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}


/* ===========================
                                                       06. GOLD BADGE
                                                    =========================== */

.gold-badge {
    flex-shrink: 0;

    width: 40px;
    height: 40px;

    border-radius: 50%;

    background: #D4AF37;

    color: #000000;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 16px;

    font-weight: 700;
}


/* ===========================
                                                       07. TOUR STATS
                                                    =========================== */

.tour-stats {
    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 25px;
}

.tour-stats div {
    flex: 1;
    padding: 14px;
    text-align: center;
    border-radius: 18px;
    background: #000;
    border: 1px solid rgba(212, 175, 55, .10);
}

.tour-stats strong {
    display: block;

    margin-bottom: 5px;

    color: #D4AF37;

    font-size: 22px;

    font-weight: 700;
}

/* ===========================
                                                       08. PLACEHOLDER SUPPORT
                                                    =========================== */

.glass-tour-card .carousel-item {
    height: 260px;
}

/* ===========================
                                                       01. INTERNATIONAL SLIDER
                                                    =========================== */

.international-slider {
    display: flex;

    gap: 30px;

    overflow-x: auto;

    overflow-y: hidden;

    padding: 15px 5px;

    scroll-snap-type: x mandatory;

    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;
}


/* ===========================
                                                       02. CUSTOM SCROLLBAR
                                                    =========================== */

.international-slider::-webkit-scrollbar {
    height: 6px;
}

.international-slider::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .05);

    border-radius: 20px;
}

.international-slider::-webkit-scrollbar-thumb {
    background: #D4AF37;

    border-radius: 20px;
}


/* ===========================
                                                       03. INTERNATIONAL CARD
                                                    =========================== */

.intl-card {
    position: relative;

    min-width: 320px;

    height: 100%;

    display: flex;
    flex-direction: column;

    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(20px);

    border: 1px solid rgba(212, 175, 55, .15);

    border-radius: 30px;

    overflow: hidden;

    scroll-snap-align: start;

    transition: .4s;
}

.intl-card:hover {
    transform: translateY(-12px);

    box-shadow:
        0 20px 40px rgba(212, 175, 55, .18);
}


/* ===========================
                                                       04. INTERNATIONAL CAROUSEL
                                                    =========================== */

/* Scoped carousel fix */

.intl-card .carousel-inner {
    height: 260px;

    overflow: hidden;

    line-height: 0;
}

.intl-card .carousel-item {
    height: 260px;
}


/* ===========================
                                                       05. COUNTRY IMAGE
                                                    =========================== */

.intl-image {
    width: 100%;

    height: 260px;

    object-fit: cover;

    transition: .5s;
}

.intl-card:hover .intl-image {
    transform: scale(1.05);
}


/* ===========================
                                                       06. CONTENT
                                                    =========================== */

.intl-content {
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.intl-content h4 {
    margin: 0 0 15px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.intl-content p {
    margin-bottom: 25px;
    color: #000;
    line-height: 1.7;
}


/* ========================== 07. PLACEHOLDER SUPPORT =========================== */

.intl-card .carousel-item img {
    display: block;
}


/* ===========================  08. HOVER EFFECT =========================== */

.intl-card::before {
    content: '';

    position: absolute;

    inset: 0;

    border-radius: 30px;

    pointer-events: none;

    border: 1px solid transparent;

    transition: .4s;
}

.intl-card:hover::before {
    border-color:
        rgba(212, 175, 55, .25);
}


/* ===========================
                                                       01. GROUP TOUR SECTION
                                                    =========================== */

.group-tour-section {
    padding: 20px 0;
    background: #050505;
    position: relative;
}


/* ===========================
                                                       02. FILTER CHIPS
                                                    =========================== */

.luxury-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-chip {
    padding: 12px 28px;

    border: none;

    border-radius: 50px;

    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(212, 175, 55, .20);

    color: #ffffff;

    font-size: 14px;
    font-weight: 500;

    transition: .4s;

    cursor: pointer;
}

.filter-chip:hover {
    transform: translateY(-3px);

    color: #D4AF37;

    box-shadow:
        0 10px 30px rgba(212, 175, 55, .15);
}

.filter-chip.active {
    background: #D4AF37;

    color: #000000;

    font-weight: 700;
}


/* ===========================
                                                       03. PACKAGE CARD
                                                    =========================== */

.luxury-package-card {
    position: relative;

    height: 100%;

    display: flex;
    flex-direction: column;

    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(20px);

    border: 1px solid rgba(212, 175, 55, .15);

    border-radius: 30px;

    overflow: hidden;

    transition: .4s;
}

.luxury-package-card:hover {
    transform: translateY(-12px);

    box-shadow:
        0 20px 40px rgba(212, 175, 55, .18);
}


/* ===========================
                                                       04. PACKAGE CAROUSEL
                                                    =========================== */

.luxury-package-card .carousel-inner {
    height: 250px;

    overflow: hidden;

    line-height: 0;
}

.luxury-package-card .carousel-item {
    height: 250px;
}


/* ===========================
                                                       05. PACKAGE IMAGE
                                                    =========================== */

.package-image {
    width: 100%;

    height: 250px;

    object-fit: cover;

    transition: .5s;
}

.luxury-package-card:hover .package-image {
    transform: scale(1.05);
}


/* ===========================
                                                       06. DURATION BADGE
                                                    =========================== */

.duration-badge {
    position: absolute;

    top: 20px;
    right: 20px;

    z-index: 3;

    padding: 8px 16px;

    border-radius: 30px;

    background: #D4AF37;

    color: #000000;

    font-size: 13px;
    font-weight: 700;

    box-shadow:
        0 10px 20px rgba(0, 0, 0, .30);
}


/* ===========================
                                                       07. PACKAGE CONTENT
                                                    =========================== */

.package-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
}

.package-content h4 {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.package-content p {
    margin: 15px 0 25px;
    color: #000;
    line-height: 1.7;
}

.package-content .explore-btn {
    margin-top: auto;
}

/* ====== 08. PLACEHOLDER SUPPORT ============= */
.luxury-package-card img {
    display: block;
}

/* =======  09. EMPTY STATE ============ */
.empty-state {
    text-align: center;
    padding: 80px 25px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(212, 175, 55, .15);
    border-radius: 30px;
}

.empty-state i {
    display: block;

    margin-bottom: 20px;

    color: #D4AF37;

    font-size: 60px;
}

.empty-state h3 {
    margin-bottom: 15px;

    color: #ffffff;

    font-size: 28px;

    font-weight: 600;
}

.empty-state p {
    margin: 0;

    color: #bdbdbd;

    line-height: 1.8;
}



.luxury-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.luxury-tour-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.luxury-tour-tabs .nav-item {
    list-style: none;
}

.luxury-tour-tabs .nav-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    border: none !important;
    cursor: pointer;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


/* ===========================
                                                       01. EMPTY UTILITIES
                                                    =========================== */

.text-gold {
    color: #D4AF37 !important;
}

.bg-black-glass {
    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(20px);

    border: 1px solid rgba(212, 175, 55, .15);
}

.shadow-gold {
    box-shadow:
        0 20px 40px rgba(212, 175, 55, .15);
}


/* ===========================
                                                       02. GOLD PARTICLES
                                                    =========================== */

.gold-particles {
    position: absolute;

    inset: 0;

    overflow: hidden;

    pointer-events: none;
}

.gold-particles span {
    position: absolute;

    display: block;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background:
        rgba(212, 175, 55, .50);

    animation:
        floatParticle 8s linear infinite;
}


/* ===========================
                                                       03. PARTICLE ANIMATION
                                                    =========================== */

@keyframes floatParticle {

    0% {
        transform:
            translateY(0) scale(1);

        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform:
            translateY(-100vh) scale(.2);

        opacity: 0;
    }
}


/* ===========================
                                                       04. FADE UP ANIMATION
                                                    =========================== */

@keyframes fadeUp {

    from {
        opacity: 0;

        transform:
            translateY(30px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }
}


/* ===========================
                                                       05. CARD ANIMATION
                                                    =========================== */

.glass-tour-card,
.intl-card,
.luxury-package-card {
    animation:
        fadeUp .6s ease;
}


/* ===========================
                                                       06. DESKTOP RESPONSIVE
                                                    =========================== */

@media (max-width:991px) {

    .ultra-section,
    .group-tour-section {
        padding: 80px 0;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header h2 {
        font-size: 34px;
    }

    .intl-card {
        min-width: 280px;
    }

    .luxury-banner-content {
        flex-direction: column;
        text-align: center;
    }

    .tour-stats {
        gap: 12px;
    }
}


/* ===========================
                                                       07. MOBILE RESPONSIVE
                                                    =========================== */

@media (max-width:767px) {

    body::before {
        display: none;
    }

    .ultra-section,
    .group-tour-section {
        padding: 70px 0;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .section-subtitle {
        letter-spacing: 2px;

        font-size: 12px;
    }

    .tour-stats {
        flex-direction: column;
    }

    .tour-title-row {
        flex-direction: column;

        align-items: flex-start;
    }

    .gold-badge {
        width: 35px;
        height: 35px;
    }

    .intl-card {
        min-width: 260px;
    }

    .luxury-filters {
        gap: 10px;
    }

    .filter-chip {
        padding: 10px 20px;

        font-size: 13px;
    }

    .package-content,
    .tour-content,
    .intl-content {
        padding: 20px;
    }

    .luxury-banner-image {
        max-height: 60vh;
    }

    .luxury-banner-content {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .luxury-close {
        width: 40px;
        height: 40px;

        font-size: 24px;
    }

    .popup-tour-info h4 {
        white-space: normal;
        font-size: 20px;
    }

    .popup-actions {
        width: 100%;
        justify-content: space-between;
    }

    .popup-book-btn {
        flex: 1;
        text-align: center;
    }
}


/* ============= 08. SMALL DEVICES ================= */

@media (max-width:575px) {
    .section-header h2 {
        font-size: 24px;
    }

    .gold-btn,
    .view-all-btn {
        width: 100%;
        justify-content: center;
    }

    .explore-btn {
        padding: 12px 16px;
    }

    .duration-badge {
        top: 15px;
        right: 15px;
        font-size: 12px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px) {

    .luxury-search-card {

        padding: 30px 20px;
    }

    .luxury-title {

        font-size: 30px;
    }

    .luxury-tour-tabs {

        flex-direction: column;
    }

    .luxury-tour-tabs .nav-link {

        width: 100%;

        justify-content: center;
    }
}