:root {
    --brand: #0A58CA;
    --brand-dark: #0947A8;
    --brand-light: #E8F0FE;
    --brand-soft: #F0F5FF;
    --gray-50: #F8F9FC;
    --gray-100: #F1F3F7;
    --gray-200: #E9ECF0;
    --gray-500: #9AA4B2;
    --gray-600: #6C757D;
    --gray-700: #495057;
    --gray-800: #212529;
    --gray-900: #1A1F2C;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.02), 0 4px 12px rgba(0,0,0,0.03);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.03);
    --shadow-lg: 0 20px 35px -12px rgba(0,0,0,0.08);
    --radius: 20px;
    --radius-sm: 14px;

    --mode-tour: #F59E0B;
    --mode-tour-dark: #D97706;
    --mode-hotel: #7C3AED;
    --mode-hotel-dark: #6D28D9;
    --mode-product: #10B981;
    --mode-product-dark: #059669;
    --mode-health: #0F9F6E;
    --mode-health-dark: #08704E;
}



.tourbtn {
    background: var(--mode-tour)!important;
    border-color: var(--mode-tour)!important;
    color: #fff!important;
  width: 100% !important;
}

.tourbtn:hover {
    background: var(--mode-tour-dark);
    border-color: var(--mode-tour-dark);
    color: #fff;
}





.home-mobile-swiper {
    position: relative;
    overflow: visible;
}

.home-mobile-swiper .swiper-wrapper {
    box-sizing: border-box;
}

.home-mobile-pagination {
    display: none;
}

@media (min-width: 769px) {
    .home-mobile-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        transform: none !important;
    }

    .home-mobile-swiper .swiper-slide.col-sm-6 { width: 50%; }
    .home-mobile-swiper .swiper-slide.col-md-4 { width: 33.333333%; }
    .home-mobile-swiper .swiper-slide.col-md-6 { width: 50%; }
    .home-mobile-swiper .swiper-slide.col-md-3 { width: 25%; }
    .home-mobile-swiper .swiper-slide.col-lg-4 { width: 33.333333%; }
    .home-mobile-swiper .swiper-slide.col-xl-3 { width: 25%; }
}

@media (max-width: 768px) {
    .home-mobile-swiper {
        overflow: hidden;
        margin-inline: -12px;
        padding: 0 12px 2rem;
    }

    .home-mobile-swiper .swiper-wrapper {
        flex-wrap: nowrap !important;
        gap: 0 !important;
        margin: 0 !important;
    }

    .home-mobile-swiper .swiper-slide {
        height: auto;
        padding-inline: 0;
    }

    .home-mobile-swiper .home-card,
    .home-mobile-swiper .product-card {
        height: 100%;
    }

    .home-mobile-pagination {
        display: block;
        bottom: 0 !important;
    }

    .home-mobile-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        background: #CBD5E1;
        opacity: 1;
    }

    .home-mobile-pagination .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 999px;
        background: var(--brand);
    }
}


/* Galaxy Background */
.galaxy-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
}

.stars {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nebula {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(100,50,200,0.15), transparent);
    filter: blur(40px);
    animation: nebulaPulse 8s ease-in-out infinite;
}

@keyframes nebulaPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.05); }
}

.shooting-stars {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shooting-stars::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 80%;
    width: 100px;
    height: 2px;
    background: linear-gradient(-70deg, white, transparent);
    transform: rotate(-45deg);
    transform-origin: center center;
    animation: shootingStar 8s linear infinite;
}

@keyframes shootingStar {
    0% { transform: translateX(0) translateY(0) rotate(120deg); opacity: 1; }
    70% { transform: translateX(0) translateY(0) rotate(120deg); opacity: 1; }
    100% { transform: translateX(-300px) translateY(300px) rotate(125deg); opacity: 0; }
}

/* Magic Globe */
.magic-globe-container {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    z-index: 15;
    cursor: pointer;
    filter: drop-shadow(0 0 20px rgba(100,100,255,0.5));
    animation: globeFloat 6s ease-in-out infinite;
}

@keyframes globeFloat {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-52%) translateX(5px); }
}

.globe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.globe-3d {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #1a5f7a, #0a2a3a);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3), 0 0 30px rgba(0,150,255,0.3);
    animation: globeRotate 20s linear infinite;
}

@keyframes globeRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.globe-surface {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%232d8a4e" d="M30,100 Q50,60 80,70 Q100,50 120,60 Q150,70 170,100 Q150,130 120,140 Q100,150 80,140 Q50,130 30,100Z"/><path fill="%233aa3e0" d="M30,100 Q50,130 80,140 Q100,150 120,140 Q150,130 170,100 Q150,70 120,60 Q100,50 80,70 Q50,60 30,100Z"/><circle fill="%23f5f5dc" cx="60" cy="80" r="8"/><circle fill="%23f5f5dc" cx="140" cy="80" r="10"/><circle fill="%23f5f5dc" cx="100" cy="120" r="7"/></svg>') repeat;
    background-size: 200px;
    opacity: 0.6;
}

.globe-atmosphere {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(100,200,255,0.2), transparent);
    animation: atmospherePulse 3s ease-in-out infinite;
}

@keyframes atmospherePulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.02); }
}

.globe-flight-paths {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.flight-lines {
    width: 100%;
    height: 100%;
}

.flight-line {
    fill: none;
    stroke: rgba(255,215,0,0.6);
    stroke-width: 1.5;
    stroke-dasharray: 5 5;
    animation: dashLine 2s linear infinite;
}

@keyframes dashLine {
    to { stroke-dashoffset: -20; }
}

.globe-hotspot {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 20;
}

.hotspot-1 { top: 35%; left: 55%; }
.hotspot-2 { top: 60%; left: 75%; }
.hotspot-3 { top: 45%; left: 40%; }

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,100,50,0.5);
    animation: pulseRing 1.5s ease-out infinite;
}

@keyframes pulseRing {
    0% { transform: scale(0.5); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}

.flag-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 24px;
    line-height: 1;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    z-index: 2;
}

/* Swiper */
.hero-slider {
    position: relative;
    width: 100%;
    z-index: 10; height: 570px;
}
.hero-slider .swiper-slide-active{
    height: 600px;}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.floating-card {
    perspective: 1200px;
    display: flex;
    position: absolute;
    justify-content: center;

    left: 0;
    right: 0;
    top: 70px
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0px) rotateX(0deg); }
    50% { transform: translateY(-15px) rotateX(2deg); }
}

.postcard {
    position: relative;
    width: 380px;
    background: linear-gradient(145deg, #fff8f0, #fff0e0);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.5);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    
}

.swiper-slide-active .postcard {
    transform: scale(1.05) translateZ(30px);
    box-shadow: 0 40px 60px rgba(0,0,0,0.4);     margin-top:14px;
}

.postcard:hover {
    transform: translateY(-10px) rotate(1deg);
}

.postcard-stamp {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 2;
    opacity: 0.8;
}

.postmark {
    position: absolute;
    top: 70px;
    right: 10px;
    font-size: 9px;
    color: #8B4513;
    transform: rotate(-15deg);
    font-family: monospace;
    background: rgba(255,255,200,0.7);
    padding: 2px 6px;
    border-radius: 20px;
    z-index: 2;
}

.postcard-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.postcard-image::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

.postcard-content {
    padding: 20px;
    text-align: center;
}

.destination-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 8px;
}

.destination-desc {
    font-size: 0.85rem;
    color: #718096;
    margin-bottom: 15px;
}

.price-tag {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    padding: 8px 16px;
    border-radius: 40px;
    margin-bottom: 15px;
}

.price {
    font-weight: 800;
    color: white;
    font-size: 1.1rem;
}

.currency {
    color: rgba(255,255,255,0.8);
    font-size: 0.7rem;
}

.btn-explore {
    background: transparent;
    border: 2px solid #ff6b35;
    color: #ff6b35;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-explore:hover {
    background: #ff6b35;
    color: white;
    transform: translateX(-5px);
}

.postcard-shadow {
    position: absolute;
    bottom: -20px;
    left: 10%;
    width: 80%;
    height: 20px;
    background: radial-gradient(ellipse, rgba(0,0,0,0.2), transparent);
    border-radius: 50%;
    filter: blur(5px);
}

/* Wave Surfing Indicator */
.wave-surf-indicator {
    position: absolute;
    bottom: 53px;
    right: 76px;
    display: flex;
    justify-content: center;
    z-index: 20;
    color: #fff;
}

.wave-track {
    position: relative;
    width: 300px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    border-radius: 40px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
}

.wave-marker {
    position: absolute;
    top: -20px;
    left: 0;
    transition: left 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.surfboard svg {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
    animation: surfRock 0.5s ease-in-out infinite alternate;
}

@keyframes surfRock {
    0% { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); }
}

.wave-points {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.wave-point {
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.5;
    filter: grayscale(0.5);
}

.wave-point.active {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.2);
}

.wave-ripple {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: radial-gradient(ellipse, rgba(100,200,255,0.3), transparent);
    border-radius: 50%;
}

.time-surfer-text {
    position: absolute;
    bottom: 120px;
    right: 70px;
    text-align: center;
    z-index: 20;
}

.surfer-quote {
    display: inline-block;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 60px;
    color: white;
    font-size: 1rem;
    margin-bottom: 15px;
}

.quote-mark {
    color: #ff6b35;
    font-size: 1.4rem;
    font-weight: bold;
}

/* Navigation Buttons */
.custom-nav {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.custom-nav:hover {
    background: #ff6b35;
    transform: scale(1.1);
}

.custom-nav::after {
    display: none;
}

.swiper-button-next.custom-nav {
    left: 20px;
}

.swiper-button-prev.custom-nav {
    left: 20px;
}

.custom-pagination .swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}

.custom-pagination .swiper-pagination-bullet-active {
    background: #ff6b35;
    opacity: 1;
    width: 24px;
    border-radius: 10px;
}

/* Search Box Premium */
.search-box-wrapper {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.search-box {
    background: white;
    border-radius: 60px;
    padding: 1.5rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
    backdrop-filter: blur(10px);
}

.search-box .form-control, .search-box .form-select {
    border-radius: 44px;
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--gray-200);
    transition: all 0.2s;
}

.search-box .form-control:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(10,88,202,0.1);
}

.btn-brand {
    background: var(--brand);
    color: white;
    border-radius: 44px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-brand:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10,88,202,0.3);
}

.btn-outline-brand {
    border: 1px solid var(--gray-200);
    background: white;
    border-radius: 44px;
    padding: 0.6rem 1.2rem;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-outline-brand:hover {
    border-color: var(--brand);
    color: var(--brand);
    background: var(--brand-light);
}

/* Stats Section */
.stats-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--brand-soft) 0%, white 100%);
}

.stat-card {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.stat-icon svg {
    width: 48px;
    height: 48px;
    color: var(--brand);
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gray-900);
}

.stat-label {
    color: var(--gray-600);
    font-weight: 500;
}

/* Section Header */
.section-header {
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--gray-900), var(--brand));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-header p {
    color: var(--gray-600);
    font-size: 1rem;
}

/* Cards Grid */
.hotel-card, .tour-card, .product-card, .health-card, .blog-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.hotel-card:hover, .tour-card:hover, .product-card:hover, .health-card:hover, .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hotel-card:hover .card-image img, .tour-card:hover .card-image img {
    transform: scale(1.05);
}

.card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--brand);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #DC2626;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
}

.card-content {
    padding: 1.25rem;
}

.card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--gray-800);
}

.card-location {
    font-size: 0.8rem;
    color: var(--gray-600);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-rating {
    margin-bottom: 0.5rem;
}

.star-filled {
    color: #FBBF24;
    font-size: 0.8rem;
}

.star-empty {
    color: var(--gray-300);
    font-size: 0.8rem;
}

.card-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand);
}

.card-price small {
    font-size: 0.7rem;
    font-weight: normal;
}

.old-price {
    text-decoration: line-through;
    color: var(--gray-500);
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

/* Features Section */
.features-section {
    padding: 4rem 0;
    background: var(--gray-900);
    color: white;
}

.feature-card {
    text-align: center;
    padding: 1.5rem;
}

.feature-card svg {
    width: 56px;
    height: 56px;
    color: var(--brand);
    margin-bottom: 1rem;
}

.feature-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.feature-card p {
    color: #9AA4B2;
    font-size: 0.85rem;
}

@media (max-width: 992px) {
    .magic-globe-container { display: none; }
    .postcard { width: 320px; }
    .destination-title { font-size: 1.3rem; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 1.8rem; }
    .hero-subtitle { font-size: 1rem; }
    .search-box { border-radius: 24px; margin: 0 1rem; }
    .search-box-wrapper { margin-top: -40px; }
    .stat-number { font-size: 1.5rem; }
    .section-header h2 { font-size: 1.5rem; }
    .postcard { width: 280px; }
    .wave-track { width: 250px; }
    .wave-point { font-size: 18px; }
    .surfer-quote { font-size: 0.8rem; padding: 6px 16px; }
}

/* Search Mode Colors */
.hero-slider[data-search-mode="hotel"] .swiper-slide-active .slide-background,
.hero-slider[data-search-mode="hotel"] .swiper-slide-next .slide-background {
    background-image: linear-gradient(135deg, rgba(109, 40, 217, 0.35), rgba(124, 58, 237, 0.18));
}

.hero-slider[data-search-mode="product"] .swiper-slide-active .slide-background,
.hero-slider[data-search-mode="product"] .swiper-slide-next .slide-background {
    background-image: linear-gradient(135deg, rgba(5, 95, 70, 0.35), rgba(16, 185, 129, 0.18));
}

.hero-slider[data-search-mode="health"] .swiper-slide-active .slide-background,
.hero-slider[data-search-mode="health"] .swiper-slide-next .slide-background {
    background-image: linear-gradient(135deg, rgba(5, 95, 70, 0.35), rgba(15, 159, 110, 0.18));
}


/* ============ Home Search Shell ============ */
.home-search-shell {
  --mode-color: #F59E0B;
    --mode-dark: #D97706;
    margin-top: -6px;
    position: relative;
    z-index: 120;
    padding: 0 1rem;
}

.home-search-shell[data-active-mode="hotel"] {
    --mode-color: #7C3AED;
    --mode-dark: #6D28D9;
}

.home-search-shell[data-active-mode="product"] {
    --mode-color: #10B981;
    --mode-dark: #059669;
}

.home-search-shell[data-active-mode="health"] {
    --mode-color: #0F9F6E;
    --mode-dark: #08704E;
}

.home-search-shell[data-hero-background="0"] {
    --shell-surface: rgba(255, 255, 255, 0.98);
}

.home-search-shell[data-hero-background="0"] .home-search-card {
    background: var(--shell-surface);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.home-search-shell[data-hero-background="0"] .home-search-tabs .home-search-tab {
    background: rgba(255, 255, 255, 0.92);
    color: var(--mode-dark);
}

.home-search-shell[data-hero-background="0"] .home-search-tabs .home-search-tab.active,
.home-search-shell[data-hero-background="0"] .home-search-tabs .home-search-tab:hover {
    background: #fff;
}

.hero-section.hero-background-off .slide-background {
    opacity: 0.22 !important;
    filter: blur(1px);
}

.hero-section .time-surfer-text,
.hero-section .wave-surf-indicator {
    right: max(24px, calc((100vw - 1140px) / 2));
}

.hero-section.hero-mode-tour .swiper-slide-active .slide-background,
.hero-section.hero-mode-tour .swiper-slide-next .slide-background {
    background-image:
        linear-gradient(135deg, rgba(217, 119, 6, 0.35), rgba(245, 158, 11, 0.18)),
        url('{{ asset('assets/images/hero-bg-1.jpg') }}') !important;
    opacity: 0.68 !important;
}

.hero-section.hero-mode-health .swiper-slide-active .slide-background,
.hero-section.hero-mode-health .swiper-slide-next .slide-background {
    background-image:
        linear-gradient(135deg, rgba(5, 95, 70, 0.35), rgba(15, 159, 110, 0.18)),
        url('{{ asset('assets/images/clinics/gallery1.jpg') }}') !important;
    opacity: 0.72 !important;
}

.hero-section.hero-mode-product .swiper-slide-active .slide-background,
.hero-section.hero-mode-product .swiper-slide-next .slide-background {
    background-image:
        linear-gradient(135deg, rgba(5, 95, 70, 0.35), rgba(16, 185, 129, 0.18)),
        url('{{ asset('assets/images/product/img-01.png') }}') !important;
    opacity: 0.68 !important;
}

.hero-section.hero-mode-hotel .swiper-slide-active .slide-background,
.hero-section.hero-mode-hotel .swiper-slide-next .slide-background {
    background-image:
        linear-gradient(135deg, rgba(109, 40, 217, 0.35), rgba(124, 58, 237, 0.18)),
        url('{{ asset('assets/images/hero-bg-1.jpg') }}') !important;
    opacity: 0.68 !important;
}

.home-search-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.home-search-tab {
    width: 86px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgb(0 0 0 / 28%);
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    backdrop-filter: blur(12px);
    transition: all 0.2s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.home-search-tab i {
    font-size: 1.55rem;
}

.home-search-tab span {
    font-size: 0.82rem;
    font-weight: 800;
}

.home-search-tab.active,
.home-search-tab:hover {
    transform: translateY(-4px);
    background: #fff;
    color: var(--mode-color);
    border-color: #fff;
}

.home-search-card {
    max-width: 1080px;
    margin: 0 auto;
    background: rgba(255,255,255,0.96);
    border-radius: 24px;
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.22);
    overflow: visible;
    position: relative;
    border: 1px solid rgba(255,255,255,0.75);
}

.home-search-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 24px 24px 0 0;
    background: var(--mode-color);
}

.home-search-loading {
    position: absolute;
    top: 0;
    right: 0;
    height: 4px;
    width: 0;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    opacity: 0;
    z-index: 2;
}

.home-search-loading.is-loading {
    opacity: 1;
    animation: searchLoading 0.45s ease;
}

@keyframes searchLoading {
    from { width: 0; right: 0; }
    to { width: 100%; right: 0; }
}

.home-search-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 18px;
    align-items: stretch;
}

.smart-field,
.smart-guests-trigger {
    min-height: 62px;
    background: #F8FAFC;
    border: 1px solid #E6EAF0;
    border-radius: 18px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    align-items: center;
    transition: all 0.18s ease;
}

.home-search-form > .smart-field,
.home-search-form > .smart-guests {
    flex: 1 1 0;
    min-width: 0;
}

.home-search-form > .smart-date-group {
    flex: 2 1 0;
    min-width: 0;
}

.home-search-form > .home-search-submit {
    flex: 0 0 auto;
}

.smart-field:focus-within,
.smart-guests.active .smart-guests-trigger {
    border-color: var(--mode-color);
    background: #fff;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--mode-color) 14%, transparent);
}

.smart-field i,
.smart-guests-trigger i {
    color: var(--mode-color);
    font-size: 1.15rem;
    grid-row: span 2;
}

.smart-field label,
.smart-guests-trigger small {
    display: block;
    color: #64748B;
    font-size: 0.68rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.smart-field input,
.smart-field select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 0.86rem;
    color: #1E293B;
    min-width: 0;
}

.field-origin,
.field-destination {
    flex-basis: 0;
}

.field-tour-destination,
.field-tour-month,
.field-tour-duration {
    flex-basis: 0;
}

.field-specialty,
.field-query {
    flex-basis: 0;
}

.smart-date-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-width: 0;
}

.smart-guests {
    position: relative;
}

.smart-date-group .smart-field {
    min-height: 62px;
}

.home-tour-calendar {
    border: 1px solid #E6EAF0;
    border-radius: 18px;
    background: #F8FAFC;
    padding: 12px;
}

.home-tour-date-button {
    width: 100%;
    border: 0;
    background: transparent;
    color: #1E293B;
    font-weight: 400;
    text-align: right;
    padding: 0;
    min-height: 24px;
    font-size:11px;
}
#homeSearchForm select,#guestsSummary,#homeSearchForm input{
    font-size:11px;
}
.home-tour-calendar-weekdays,
.home-tour-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.home-tour-calendar-weekdays span {
    text-align: center;
    color: #64748B;
    font-size: 0.72rem;
    font-weight: 900;
}

.home-tour-day {
    min-height: 34px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #EEF2F7;
    color: #94A3B8;
    font-weight: 900;
    cursor: not-allowed;
}

.home-tour-day.available {
    background: #fff;
    border-color: color-mix(in srgb, var(--mode-color) 24%, transparent);
    color: var(--mode-color);
    cursor: pointer;
}

.home-tour-day.available:hover,
.home-tour-day.selected {
    background: var(--mode-color);
    border-color: var(--mode-color);
    color: #fff;
}

.home-tour-calendar-empty {
    min-height: 34px;
}

.home-tour-selected-date {
    min-height: 18px;
    margin-top: 8px;
    color: var(--mode-color);
    font-size: 0.76rem;
    font-weight: 900;
}

.smart-guests-trigger {
    width: 100%;
    border: 1px solid #E6EAF0;
    cursor: pointer;
    grid-template-columns: auto 1fr auto;
    text-align: right;
}

.smart-guests-trigger strong {
    font-size: 0.86rem;
    color: #1E293B;
    padding-top: 7px;
    float: right;
}

.smart-guests-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 310px;
    background: #fff;
    border: 1px solid #E6EAF0;
    border-radius: 18px;
    box-shadow: 0 24px 45px rgba(15, 23, 42, 0.18);
    padding: 12px;
    display: none;
    z-index: 30;
}

.smart-guests.active .smart-guests-menu {
    display: block;
    animation: menuIn 0.18s ease;
}

@keyframes menuIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #EEF2F7;
}

.guest-row:last-child {
    border-bottom: 0;
}

.guest-row span small {
    display: block;
    color: #64748B;
    font-size: 0.68rem;
    margin-top: 2px;
}

.stepper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.stepper button {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #EEF2F7;
    color: #1E293B;
    font-weight: 900;
    line-height: 1;
}

.stepper button:hover {
    background: var(--mode-color);
    color: #fff;
}

.child-age-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 8px 0;
}

.child-age-row select,
.health-gender-select {
    width: 100%;
    border: 1px solid #E6EAF0;
    border-radius: 12px;
    padding: 8px 10px;
    background: #F8FAFC;
    font-size: 0.78rem;
}

.health-gender-label {
    color: #64748B;
    font-size: 0.72rem;
    font-weight: 800;
    margin: 10px 0 6px;
}

.home-search-submit {
    grid-column: span 1;
    min-height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--mode-color), var(--mode-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--mode-color) 28%, transparent);
    transition: transform 0.18s ease;
    font-size: 15px;
}

.home-search-submit:hover {
    transform: translateY(-2px);
}

.hot-offers {
    border-top: 1px solid #E6EAF0;
    background: #F8FAFC;
    border-radius: 0 0 24px 24px;
    padding: 14px 18px 18px;
}

.hot-offers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: #64748B;
    font-size: 0.78rem;
}

.hot-offers-head span {
    color: #1E293B;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 6px;
    border-bottom: 3px solid var(--mode-color);
}

.hot-offers-list {
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    transition: opacity 0.18s ease;
}

.hot-offers-list.is-loading {
    opacity: 0.35;
}

.hot-offer-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    padding: 9px 12px;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    border: 1px solid #E6EAF0;
    text-decoration: none;
    transition: all 0.18s ease;
}

.hot-offer-chip:hover {
    color: #fff;
    background: var(--mode-color);
    border-color: var(--mode-color);
    transform: translateY(-2px);
}

.hot-offer-chip i {
    color: var(--mode-color);
    font-size: 1rem;
}

.hot-offer-chip:hover i,
.hot-offer-chip:hover small {
    color: #fff;
}

.hot-offer-chip b {
    font-size: 0.78rem;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-offer-chip small {
    color: var(--mode-color);
    font-size: 0.7rem;
    font-weight: 800;
}

@media (max-width: 1200px) {
    .home-search-form {
        display: flex;
        flex-wrap: nowrap;
    }

    .field-origin,
    .field-destination,
    .field-tour-destination,
    .field-tour-month,
    .field-tour-duration,
    .smart-guests {
        flex: 1 1 calc(33.333% - 10px);
    }

    .smart-date-group,
    .home-tour-calendar,
    .field-specialty,
    .field-query {
        flex: 1 1 calc(50% - 10px);
    }

    .home-search-submit {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .home-search-shell {
        margin-top: -56px;
    }

    .home-search-tabs {
        gap: 8px;
    }

    .home-search-tab {
        width: 72px;
        height: 68px;
        border-radius: 16px;
    }

    .home-search-form {
        display: flex;
        flex-direction: column;
    }

    .field-origin,
    .field-destination,
    .field-tour-destination,
    .field-tour-month,
    .field-tour-duration,
    .home-tour-calendar,
    .smart-date-group,
    .field-specialty,
    .field-query,
    .smart-guests,
    .home-search-submit {
        flex: 1 1 auto;
    }

    .smart-date-group {
        grid-template-columns: 1fr;
    }

    .smart-guests-menu {
        width: min(310px, calc(100vw - 48px));
    }

    .hot-offers-head {
        align-items: flex-start;
        flex-direction: column;
    }
}




    :root {
        --brand: #0A58CA;
        --brand-dark: #0947A8;
        --brand-light: #E8F0FE;
        --brand-soft: #F0F5FF;
        --gray-50: #F8F9FC;
        --gray-100: #F1F3F7;
        --gray-200: #E9ECF0;
        --gray-500: #9AA4B2;
        --gray-600: #6C757D;
        --gray-700: #495057;
        --gray-800: #212529;
        --gray-900: #1A1F2C;
        --shadow-sm: 0 1px 2px rgba(0,0,0,0.02), 0 4px 12px rgba(0,0,0,0.03);
        --shadow-md: 0 4px 12px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.03);
        --shadow-lg: 0 20px 35px -12px rgba(0,0,0,0.08);
        --radius: 20px;
        --radius-sm: 14px;
    }

    .home-mobile-swiper {
        position: relative;
        overflow: visible;
    }

    .home-mobile-swiper .swiper-wrapper {
        box-sizing: border-box;
    }

    .home-mobile-pagination {
        display: none;
    }

    @media (min-width: 769px) {
        .home-mobile-swiper .swiper-wrapper {
            display: flex;
            flex-wrap: wrap;
            transform: none !important;
        }

        .home-mobile-swiper .swiper-slide.col-sm-6 {
            width: 50%;
        }

        .home-mobile-swiper .swiper-slide.col-md-4 {
            width: 33.333333%;
        }

        .home-mobile-swiper .swiper-slide.col-md-6 {
            width: 50%;
        }

        .home-mobile-swiper .swiper-slide.col-md-3 {
            width: 25%;
        }

        .home-mobile-swiper .swiper-slide.col-lg-4 {
            width: 33.333333%;
        }

        .home-mobile-swiper .swiper-slide.col-xl-3 {
            width: 25%;
        }
    }

    @media (max-width: 768px) {
        .home-mobile-swiper {
            overflow: hidden;
            margin-inline: -12px;
            padding: 0 12px 2rem;
        }

        .home-mobile-swiper .swiper-wrapper {
            flex-wrap: nowrap !important;
            gap: 0 !important;
            margin: 0 !important;
        }

        .home-mobile-swiper .swiper-slide {
            height: auto;
            padding-inline: 0;
        }

        .home-mobile-swiper .home-card,
        .home-mobile-swiper .product-card {
            height: 100%;
        }

        .home-mobile-pagination {
            display: block;
            bottom: 0 !important;
        }

        .home-mobile-pagination .swiper-pagination-bullet {
            width: 7px;
            height: 7px;
            background: #CBD5E1;
            opacity: 1;
        }

        .home-mobile-pagination .swiper-pagination-bullet-active {
            width: 20px;
            border-radius: 999px;
            background: var(--brand);
        }
    }

    /* Hero Section Premium */
    .hero-section {
        /*background: linear-gradient(135deg, #0B1120 0%, #1A2A3A 100%);*/
        position: relative;
        overflow: hidden;
    }
    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
        opacity: 0.3;
    }

    /* Galaxy Background */
    .galaxy-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
    .stars {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .nebula {
        position: absolute;
        top: 20%;
        left: 10%;
        width: 80%;
        height: 60%;
        background: radial-gradient(ellipse, rgba(100,50,200,0.15), transparent);
        filter: blur(40px);
        animation: nebulaPulse 8s ease-in-out infinite;
    }
    @keyframes nebulaPulse {
        0%, 100% { opacity: 0.3; transform: scale(1); }
        50% { opacity: 0.6; transform: scale(1.05); }
    }
    .shooting-stars {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .shooting-stars::before {
        content: '';
        position: absolute;
        top: -20%;
        left: 80%;
        width: 100px;
        height: 2px;
        background: linear-gradient(-70deg, white, transparent);
        transform: rotate(-45deg);
        transform-origin: center center;
        animation: shootingStar 8s linear infinite;
    }
    @keyframes shootingStar {
        0% { transform: translateX(0) translateY(0) rotate(120deg); opacity: 1; }
        70% { transform: translateX(0) translateY(0) rotate(120deg); opacity: 1; }
        100% { transform: translateX(-300px) translateY(300px) rotate(125deg); opacity: 0; }
    }

    /* Magic Globe */
    .magic-globe-container {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        width: 280px;
        height: 280px;
        z-index: 15;
        cursor: pointer;
        filter: drop-shadow(0 0 20px rgba(100,100,255,0.5));
        animation: globeFloat 6s ease-in-out infinite;
    }
    @keyframes globeFloat {
        0%, 100% { transform: translateY(-50%) translateX(0); }
        50% { transform: translateY(-52%) translateX(5px); }
    }
    .globe-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .globe-3d {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: radial-gradient(circle at 35% 35%, #1a5f7a, #0a2a3a);
        box-shadow: inset 0 0 20px rgba(0,0,0,0.3), 0 0 30px rgba(0,150,255,0.3);
        animation: globeRotate 20s linear infinite;
    }
    @keyframes globeRotate {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    .globe-surface {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%232d8a4e" d="M30,100 Q50,60 80,70 Q100,50 120,60 Q150,70 170,100 Q150,130 120,140 Q100,150 80,140 Q50,130 30,100Z"/><path fill="%233aa3e0" d="M30,100 Q50,130 80,140 Q100,150 120,140 Q150,130 170,100 Q150,70 120,60 Q100,50 80,70 Q50,60 30,100Z"/><circle fill="%23f5f5dc" cx="60" cy="80" r="8"/><circle fill="%23f5f5dc" cx="140" cy="80" r="10"/><circle fill="%23f5f5dc" cx="100" cy="120" r="7"/></svg>') repeat;
        background-size: 200px;
        opacity: 0.6;
    }
    .globe-atmosphere {
        position: absolute;
        width: 110%;
        height: 110%;
        top: -5%;
        left: -5%;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(100,200,255,0.2), transparent);
        animation: atmospherePulse 3s ease-in-out infinite;
    }
    @keyframes atmospherePulse {
        0%, 100% { opacity: 0.3; transform: scale(1); }
        50% { opacity: 0.6; transform: scale(1.02); }
    }
    .globe-flight-paths {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .flight-lines {
        width: 100%;
        height: 100%;
    }
    .flight-line {
        fill: none;
        stroke: rgba(255,215,0,0.6);
        stroke-width: 1.5;
        stroke-dasharray: 5 5;
        animation: dashLine 2s linear infinite;
    }
    @keyframes dashLine {
        to { stroke-dashoffset: -20; }
    }
    .globe-hotspot {
        position: absolute;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 20;
    }
    .hotspot-1 { top: 35%; left: 55%; }
    .hotspot-2 { top: 60%; left: 75%; }
    .hotspot-3 { top: 45%; left: 40%; }
    .pulse-ring {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(255,100,50,0.5);
        animation: pulseRing 1.5s ease-out infinite;
    }
    @keyframes pulseRing {
        0% { transform: scale(0.5); opacity: 1; }
        100% { transform: scale(2); opacity: 0; }
    }
    .flag-icon {
        position: absolute;
        top: -10px;
        left: -10px;
        font-size: 24px;
        line-height: 1;
        font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        z-index: 2;
    }

    /* Swiper */
    .hero-slider {
        position: relative;
        width: 100%;
        z-index: 10;
    }
    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .floating-card {
        perspective: 1200px;
    }
    @keyframes floatCard {
        0%, 100% { transform: translateY(0px) rotateX(0deg); }
        50% { transform: translateY(-15px) rotateX(2deg); }
    }
    .postcard {
        position: relative;
        width: 380px;
        background: linear-gradient(145deg, #fff8f0, #fff0e0);
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 30px 50px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.5);
        transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        cursor: pointer;     box-shadow: 0 0 24px 5px #333;
    }
    .swiper-slide-active .postcard {
        transform: scale(1.05) translateZ(30px);
        box-shadow: 0 40px 60px rgba(0,0,0,0.4);
    }
    .postcard:hover {
        transform: translateY(-10px) rotate(1deg);
    }
    .postcard-stamp {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        z-index: 2;
        opacity: 0.8;
    }
    .postmark {
        position: absolute;
        top: 70px;
        right: 10px;
        font-size: 9px;
        color: #8B4513;
        transform: rotate(-15deg);
        font-family: monospace;
        background: rgba(255,255,200,0.7);
        padding: 2px 6px;
        border-radius: 20px;
        z-index: 2;
    }
    .postcard-image {
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .postcard-image::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    }
    .postcard-content {
        padding: 20px;
        text-align: center;
    }
    .destination-title {
        font-size: 1.6rem;
        font-weight: 800;
        color: #2d3748;
        margin-bottom: 8px;
    }
    .destination-desc {
        font-size: 0.85rem;
        color: #718096;
        margin-bottom: 15px;
    }
    .price-tag {
        display: inline-block;
        background: linear-gradient(135deg, #ff6b35, #f7931e);
        padding: 8px 16px;
        border-radius: 40px;
        margin-bottom: 15px;
    }
    .price {
        font-weight: 800;
        color: white;
        font-size: 1.1rem;
    }
    .currency {
        color: rgba(255,255,255,0.8);
        font-size: 0.7rem;
    }
    .btn-explore {
        background: transparent;
        border: 2px solid #ff6b35;
        color: #ff6b35;
        padding: 8px 20px;
        border-radius: 40px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .btn-explore:hover {
        background: #ff6b35;
        color: white;
        transform: translateX(-5px);
    }
    .postcard-shadow {
        position: absolute;
        bottom: -20px;
        left: 10%;
        width: 80%;
        height: 20px;
        background: radial-gradient(ellipse, rgba(0,0,0,0.2), transparent);
        border-radius: 50%;
        filter: blur(5px);
    }

    /* Wave Surfing Indicator */
    .wave-surf-indicator {
            position: absolute;
    bottom: 53px;
    right: 76px;
    display: flex;
    justify-content: center;
    z-index: 20;
    color: #fff;
    }
    .wave-track {
        position: relative;
        width: 300px;
        height: 60px;
        background: rgba(255,255,255,0.1);
        border-radius: 40px;
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.2);
    }
    .wave-marker {
        position: absolute;
        top: -20px;
        left: 0;
        transition: left 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    }
    .surfboard svg {
        filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
        animation: surfRock 0.5s ease-in-out infinite alternate;
    }
    @keyframes surfRock {
        0% { transform: rotate(-5deg); }
        100% { transform: rotate(5deg); }
    }
    .wave-points {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        padding: 0 20px;
    }
    .wave-point {
        font-size: 24px;
        cursor: pointer;
        transition: all 0.3s;
        opacity: 0.5;
        filter: grayscale(0.5);
    }
    .wave-point.active {
        opacity: 1;
        filter: grayscale(0);
        transform: scale(1.2);
    }
    .wave-ripple {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 20px;
        background: radial-gradient(ellipse, rgba(100,200,255,0.3), transparent);
        border-radius: 50%;
    }
    .time-surfer-text {
           position: absolute;
    bottom: 120px;
    right: 70px;
    text-align: center;
    z-index: 20;
    }
    .surfer-quote {
        display: inline-block;
        background: rgba(0,0,0,0.6);
        backdrop-filter: blur(10px);
        padding: 10px 24px;
        border-radius: 60px;
        color: white;
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .quote-mark {
        color: #ff6b35;
        font-size: 1.4rem;
        font-weight: bold;
    }
    

    /* Navigation Buttons */
    .custom-nav {
        width: 50px;
        height: 50px;
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(8px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: all 0.3s;
    }
    .custom-nav:hover {
        background: #ff6b35;
        transform: scale(1.1);
    }
    .custom-nav::after {
        display: none;
    }
    .swiper-button-next.custom-nav {
        left: 20px;
    }
    .swiper-button-prev.custom-nav {
        left: 20px;
    }
    .custom-pagination .swiper-pagination-bullet {
        background: white;
        opacity: 0.5;
        width: 10px;
        height: 10px;
    }
    .custom-pagination .swiper-pagination-bullet-active {
        background: #ff6b35;
        opacity: 1;
        width: 24px;
        border-radius: 10px;
    }

    /* Search Box Premium */
    .search-box-wrapper {
        margin-top: -60px;
        position: relative;
        z-index: 10;
    }
    .search-box {
        background: white;
        border-radius: 60px;
        padding: 1.5rem;
        box-shadow: var(--shadow-lg);
        border: 1px solid var(--gray-200);
        backdrop-filter: blur(10px);
    }
    .search-box .form-control, .search-box .form-select {
        border-radius: 44px;
        padding: 0.75rem 1.25rem;
        border: 1px solid var(--gray-200);
        transition: all 0.2s;
    }
    .search-box .form-control:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(10,88,202,0.1);
    }
    .btn-brand {
        background: var(--brand);
        color: white;
        border-radius: 44px;
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        transition: all 0.2s;
    }
    .btn-brand:hover {
        background: var(--brand-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(10,88,202,0.3);
    }
    .btn-outline-brand {
        border: 1px solid var(--gray-200);
        background: white;
        border-radius: 44px;
        padding: 0.6rem 1.2rem;
        font-weight: 500;
        transition: all 0.2s;
    }
    .btn-outline-brand:hover {
        border-color: var(--brand);
        color: var(--brand);
        background: var(--brand-light);
    }

    /* Stats Section */
    .stats-section {
        padding: 4rem 0;
        background: linear-gradient(135deg, var(--brand-soft) 0%, white 100%);
    }
    .stat-card {
        text-align: center;
        padding: 1.5rem;
        background: white;
        border-radius: var(--radius);
        box-shadow: var(--shadow-sm);
        transition: all 0.3s ease;
    }
    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-lg);
    }
    .stat-icon svg {
        width: 48px;
        height: 48px;
        color: var(--brand);
        margin-bottom: 1rem;
    }
    .stat-number {
        font-size: 2.5rem;
        font-weight: 800;
        color: var(--gray-900);
    }
    .stat-label {
        color: var(--gray-600);
        font-weight: 500;
    }

    /* Section Header */
    .section-header {
        margin-bottom: 3rem;
    }
    .section-header h2 {
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
        background: linear-gradient(135deg, var(--gray-900), var(--brand));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .section-header p {
        color: var(--gray-600);
        font-size: 1rem;
    }

    /* Cards Grid */
    .hotel-card, .tour-card, .product-card, .health-card, .blog-card {
        background: white;
        border-radius: var(--radius);
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--gray-200);
        height: auto;
    }
    .hotel-card:hover, .tour-card:hover, .product-card:hover, .health-card:hover, .blog-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-lg);
    }
    .card-image {
        position: relative;
        overflow: hidden;
        height: 200px;
    }
    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
    .hotel-card:hover .card-image img, .tour-card:hover .card-image img {
        transform: scale(1.05);
    }
    .card-badge {
        position: absolute;
        top: 12px;
        right: 12px;
        background: var(--brand);
        color: white;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 600;
    }
    .discount-badge {
        position: absolute;
        top: 12px;
        left: 12px;
        background: #DC2626;
        color: white;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 700;
    }
    .card-content {
        padding: 1.25rem;
    }
    .card-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: var(--gray-800);
    }
    .card-location {
        font-size: 0.8rem;
        color: var(--gray-600);
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .card-rating {
        margin-bottom: 0.5rem;
    }
    .star-filled {
        color: #FBBF24;
        font-size: 0.8rem;
    }
    .star-empty {
        color: var(--gray-300);
        font-size: 0.8rem;
    }
    .card-price {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--brand);
    }
    .card-price small {
        font-size: 0.7rem;
        font-weight: normal;
    }
    .old-price {
        text-decoration: line-through;
        color: var(--gray-500);
        font-size: 0.8rem;
        margin-left: 0.5rem;
    }

    /* Features Section */
    .features-section {
        padding: 4rem 0;
        background: var(--gray-900);
        color: white;
    }
    .feature-card {
        text-align: center;
        padding: 1.5rem;
    }
    .feature-card svg {
        width: 56px;
        height: 56px;
        color: var(--brand);
        margin-bottom: 1rem;
    }
    .feature-card h4 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }
    .feature-card p {
        color: #9AA4B2;
        font-size: 0.85rem;
    }

    /* ========== Hero Slider Background & Mode Colors ========== */
    .slide-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .swiper-slide {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-slide .floating-card {
        position: relative;
        z-index: 5;
    }

    .swiper-slide-active .slide-background,
    .swiper-slide-next .slide-background,
    .swiper-slide-prev .slide-background {
        opacity: 1;
    }

    /* Price tag colors based on search mode */
    .swiper-slide[data-search-mode="tour"] .price-tag {
        background: linear-gradient(135deg, #F59E0B, #D97706);
    }

    .swiper-slide[data-search-mode="hotel"] .price-tag {
        background: linear-gradient(135deg, #7C3AED, #6D28D9);
    }

    .swiper-slide[data-search-mode="product"] .price-tag {
        background: linear-gradient(135deg, #10B981, #059669);
    }

    .swiper-slide[data-search-mode="health"] .price-tag {
        background: linear-gradient(135deg, #0F9F6E, #08704E);
    }

    /* Button colors based on search mode */
    .swiper-slide[data-search-mode="tour"] .btn-explore {
        border-color: #F59E0B;
        color: #F59E0B;
    }

    .swiper-slide[data-search-mode="tour"] .btn-explore:hover {
        background: #F59E0B;
        color: white;
    }

    .swiper-slide[data-search-mode="hotel"] .btn-explore {
        border-color: #7C3AED;
        color: #7C3AED;
    }

    .swiper-slide[data-search-mode="hotel"] .btn-explore:hover {
        background: #7C3AED;
        color: white;
    }

    .swiper-slide[data-search-mode="product"] .btn-explore {
        border-color: #10B981;
        color: #10B981;
    }

    .swiper-slide[data-search-mode="product"] .btn-explore:hover {
        background: #10B981;
        color: white;
    }

    .swiper-slide[data-search-mode="health"] .btn-explore {
        border-color: #0F9F6E;
        color: #0F9F6E;
    }

    .swiper-slide[data-search-mode="health"] .btn-explore:hover {
        background: #0F9F6E;
        color: white;
    }

    @media (max-width: 992px) {
        .magic-globe-container { display: none; }
        .postcard { width: 320px; }
        .destination-title { font-size: 1.3rem; }
    }
    @media (max-width: 768px) {
        .hero-title { font-size: 1.8rem; }
        .hero-subtitle { font-size: 1rem; }
        .search-box { border-radius: 24px; margin: 0 1rem; }
        .search-box-wrapper { margin-top: -40px; }
        .stat-number { font-size: 1.5rem; }
        .section-header h2 { font-size: 1.5rem; }
        .postcard { width: 280px; }
        .wave-track { width: 250px; }
        .wave-point { font-size: 18px; }
        .surfer-quote { font-size: 0.8rem; padding: 6px 16px; }
    }



    /***** hotel, tour, product, health, blog cards *****/
    
    .home-hotel-tabs {
        border-bottom: 0;
    }

    .home-hotel-tabs .nav-link {
        border: 0;
        background: transparent;
        color: #64748B;
        font-weight: 900;
        padding: 0.75rem 1.15rem;
        position: relative;
    }

    .home-hotel-tabs .nav-link::after {
        content: '';
        position: absolute;
        right: 16px;
        left: 16px;
        bottom: 0;
        height: 4px;
        border-radius: 999px;
        background: var(--brand);
        transform: scaleX(0);
        transition: transform 0.2s ease;
    }

    .home-hotel-tabs .nav-link.active {
        color: var(--brand);
        background: transparent;
    }

    .home-hotel-tabs .nav-link.active::after {
        transform: scaleX(1);
    }

    .hotel-card.home-card,
    .tour-card.home-card,
    .health-card.home-card {
        border-radius: 24px;
        box-shadow: 0 18px 46px rgba(15, 23, 42, 0.05);
        border: 1px solid #E6EAF0;
        overflow: hidden;
        text-align: right;
    }

    .home-card .card-image,
    .home-card .card-image img {
        border-radius: 24px 24px 0 0;
    }

    .hotel-card.home-card .card-image {
        position: relative;
    }

    .hotel-image-labels {
        position: absolute;
        top: 14px;
        inset-inline-start: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        z-index: 2;
    }

    .hotel-soft-label {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        border-radius: 999px;
        padding: 0.34rem 0.62rem;
        color: #fff;
        font-size: 0.68rem;
        font-weight: 900;
        line-height: 1;
        border: 1px solid rgba(255, 255, 255, 0.32);
        backdrop-filter: blur(8px);
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    }

    .hotel-soft-label-success {
        background: rgba(22, 163, 74, 0.72);
    }

    .hotel-soft-label-gold {
        background: rgba(217, 119, 6, 0.68);
    }

    .home-card .card-title {
           font-size: 1rem;
    font-weight: 950;
    line-height: 1.7;
    text-align: right;
    white-space: pre;
    width: 100%;
    position: relative;
    overflow: clip;
    text-overflow: ellipsis;
    }

    .hotel-card-amenities {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 0.85rem;
    }

    .hotel-card-amenities span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        border-radius: 999px;
        background: #F8FAFC;
        border: 1px solid #E6EAF0;
        color: #475569;
        padding: 0.34rem 0.58rem;
        font-size: 0.7rem;
        font-weight: 800;
    }

    .hotel-card-amenities i {
        color: var(--brand);
    }

    .hotel-exclusive-benefit {
        margin-top: 0.8rem;
        border-radius: 18px;
        background: rgba(22, 163, 74, 0.07);
        border: 1px solid rgba(22, 163, 74, 0.14);
        padding: 0.62rem 0.72rem;
    }

    .hotel-exclusive-benefit .benefit-title {
        display: block;
        color: #15803D;
        font-size: 0.68rem;
        font-weight: 950;
        margin-bottom: 0.28rem;
    }

    .hotel-exclusive-benefit .benefit-text {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #0F172A;
        font-size: 0.76rem;
        font-weight: 900;
    }

    .modern-price small {
        font-size: 0.72rem;
        color: #64748B;
        font-weight: 800;
    }

    .modern-price strong {
        font-size: 1.32rem;
        font-weight: 950;
        color: var(--brand);
    }

    .modern-price em {
        font-style: normal;
        font-size: 0.72rem;
        color: #64748B;
        font-weight: 800;
    }

    .card-action-btn {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 0.62rem 1.05rem;
        font-weight: 900;
    }
