/* Preloader Fix - Override existing styles */
.preload {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.preload-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

/* Override app.css preloader styles */
#preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#status {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.select2-container--default .select2-selection--single {
    background-color: white;
    color: #2A3042;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2A3042;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #2A3042;
}

/* Dark mode styles */
.dark-mode .select2-container--default .select2-selection--single {
    background-color: #2A3042;
    color: white;
    border: 1px solid #32394E;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: white;
}

/* Dropdown styles */
.select2-container--default .select2-dropdown {
    background-color: white;
    border: 1px solid #ccc;
}

.select2-container--default .select2-results__option {
    background-color: white;
    color: #2A3042;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #f0f0f0;
    color: #2A3042;
}

/* Dark mode dropdown styles */
.dark-mode .select2-container--default .select2-dropdown {
    background-color: #2A3042;
    border: 1px solid #32394E;
}

.dark-mode .select2-container--default .select2-results__option {
    background-color: #2A3042;
    color: white;
}

.dark-mode .select2-container--default .select2-results__option--highlighted {
    background-color: #32394E;
    color: white;
}


div.dataTables_wrapper div.dataTables_processing {
    z-index: 1000;
}

table.dataTable {
    min-width: 100%;
    table-layout: fixed;
}

.max-length {
    z-index: 1; /* Atur nilai ini lebih rendah */
}

.swal2-container {
    z-index: 9999 !important; /* Atur nilai ini sesuai kebutuhan */
}

/* Custom padding untuk landing page container - lebih agresif */
.tour-package .tf-container.w-1456 {
    max-width: 1100px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Terapkan pada semua container di landing page */
main#main .tf-container {
    max-width: 1100px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Override semua tf-container variants */
.tf-container {
    max-width: 1100px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.tf-container.w-1456 {
    max-width: 1100px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

/* Responsive padding untuk tablet */
@media (max-width: 1200px) {
    .tour-package .tf-container.w-1456,
    main#main .tf-container,
    .tf-container,
    .tf-container.w-1456 {
        padding-left: 70px !important;
        padding-right: 70px !important;
        max-width: 1000px !important;
    }
}

@media (max-width: 992px) {
    .tour-package .tf-container.w-1456,
    main#main .tf-container,
    .tf-container,
    .tf-container.w-1456 {
        padding-left: 50px !important;
        padding-right: 50px !important;
        max-width: 900px !important;
    }
}

/* Header Search Box Styling - Mobile Friendly */
.header-search-box {
    margin-left: 20px;
    flex-shrink: 0;
}

.search-form {
    position: relative;
}

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 220px;
    padding: 8px 40px 8px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    font-size: 13px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    height: 36px;
}

.search-input:focus {
    border-color: #0d6efd;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.1);
}

.search-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #0d6efd;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.search-btn:hover {
    background: #0b5ed7;
}

.search-btn i {
    color: white;
    font-size: 12px;
}

/* Mobile Search Toggle Button */
.mobile-search-toggle {
    display: none;
    background: none;
    border: none;
    color: #333;
    font-size: 18px;
    padding: 8px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-search-toggle:hover {
    background-color: #f0f0f0;
}

/* Responsive Search Box */
@media (max-width: 1200px) {
    .header-search-box {
        margin-left: 15px;
    }
    
    .search-input {
        width: 180px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .header-search-box {
        margin-left: 10px;
    }
    
    .search-input {
        width: 160px;
        font-size: 12px;
        padding: 7px 35px 7px 12px;
        height: 32px;
    }
    
    .search-btn {
        width: 24px;
        height: 24px;
    }
    
    .search-btn i {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .header-search-box {
        display: none;
    }
    
    .mobile-search-toggle {
        display: block;
    }
    
    /* Mobile Search in Menu */
    .mobile-search-box {
        padding: 15px 20px;
        border-bottom: 1px solid #e0e0e0;
        background: #f8f9fa;
    }
    
    .mobile-search-form {
        width: 100%;
    }
    
    .mobile-search-input-group {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    /* ========================================
       MODERN LANDING PAGE DESIGN
       Inspired by sunflowerdieng.com
       ======================================== */
    
    /* Elegant Section Spacing */
    section {
        position: relative;
        overflow: hidden;
    }
    
    section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    }
    
    /* Elegant Section Headers */
    .section-header {
        text-align: center;
        margin-bottom: 60px;
        position: relative;
    }
    
    .section-header::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, transparent, #667eea, transparent);
        border-radius: 2px;
    }
    
    .section-title {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 20px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-align: center;
        position: relative;
    }
    
    .section-title::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 2px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        border-radius: 1px;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
        color: #666;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }
    
    .section-divider {
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        border-radius: 2px;
        margin: 0 auto;
        position: relative;
    }
    
    .section-divider::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -20px;
        right: -20px;
        height: 8px;
        background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.1), transparent);
        border-radius: 50%;
    }
    
    /* Elegant Card Layouts */
    .villa-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .villa-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
    }
    
    .villa-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
        border-radius: 20px;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }
    
    .villa-card:hover::before {
        opacity: 1;
    }
    
    .villa-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
    
    /* Elegant Transitions */
    .fade-in-up {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .fade-in-up.active {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Staggered Animations */
    .stagger-animation > * {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
    }
    
    .stagger-animation > *:nth-child(1) { transition-delay: 0.1s; }
    .stagger-animation > *:nth-child(2) { transition-delay: 0.2s; }
    .stagger-animation > *:nth-child(3) { transition-delay: 0.3s; }
    .stagger-animation > *:nth-child(4) { transition-delay: 0.4s; }
    .stagger-animation > *:nth-child(5) { transition-delay: 0.5s; }
    .stagger-animation > *:nth-child(6) { transition-delay: 0.6s; }
    
    .stagger-animation.active > * {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Elegant Background Patterns */
    .elegant-bg {
        background-color: #f8f9fa;
        background-image:
            radial-gradient(circle at 10% 20%, rgba(102, 126, 234, 0.03) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.03) 0%, transparent 50%),
            radial-gradient(circle at 40% 40%, rgba(102, 126, 234, 0.02) 0%, transparent 50%);
        background-size: 100% 100%;
        background-position: 0% 0%;
        background-repeat: no-repeat;
    }
    
    /* Elegant Section Spacing */
    .elegant-section {
        padding: 80px 0;
        position: relative;
    }
    
    .elegant-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    }
    
    /* Elegant Button Styles */
    .elegant-btn {
        display: inline-block;
        padding: 15px 35px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: white;
        border: none;
        border-radius: 30px;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        position: relative;
        overflow: hidden;
    }
    
    .elegant-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }
    
    .elegant-btn:hover::before {
        left: 100%;
    }
    
    .elegant-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    }
    
    /* Elegant Container */
    .elegant-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }
    
    .elegant-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        bottom: 0;
        border-left: 1px solid rgba(102, 126, 234, 0.1);
        border-right: 1px solid rgba(102, 126, 234, 0.1);
        pointer-events: none;
    }
    
    /* Responsive Section Spacing */
    @media (max-width: 992px) {
        .section-header {
            margin-bottom: 50px;
        }
        
        .section-title {
            font-size: 2.2rem;
        }
        
        .elegant-section {
            padding: 60px 0;
        }
        
        .villa-grid {
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }
    }
    
    @media (max-width: 768px) {
        .section-header {
            margin-bottom: 40px;
        }
        
        .section-title {
            font-size: 2rem;
        }
        
        .section-subtitle {
            font-size: 1rem;
        }
        
        .elegant-section {
            padding: 50px 0;
        }
        
        .villa-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .elegant-container {
            padding: 0 15px;
        }
    }
    
    @media (max-width: 576px) {
        .section-header {
            margin-bottom: 30px;
        }
        
        .section-title {
            font-size: 1.8rem;
        }
        
        .section-subtitle {
            font-size: 0.9rem;
        }
        
        .elegant-section {
            padding: 40px 0;
        }
        
        .elegant-btn {
            padding: 12px 25px;
            font-size: 0.9rem;
        }
        
        .elegant-container {
            padding: 0 10px;
        }
    }
    
    /* Enhanced Promo Banner Styles */
    .promo-banner-section {
        position: relative;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        overflow: hidden;
    }
    
    .promo-banner-main {
        padding: 80px 0;
        position: relative;
    }
    
    .promo-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        min-height: 500px;
    }
    
    .promo-badges {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    
    .badge-flash-sale {
        background: linear-gradient(135deg, #ff6b6b, #ff5252);
        color: white;
        padding: 10px 25px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 14px;
        animation: pulse 2s infinite;
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .badge-limited {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        padding: 10px 25px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 14px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }
    
    .promo-title {
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 25px;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        background: linear-gradient(135deg, #ffffff, #f0f8ff);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-align: center;
    }
    
    .promo-subtitle {
        font-size: 1.4rem;
        opacity: 0.95;
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }
    
    .discount-display {
        text-align: center;
        margin: 50px 0;
    }
    
    .discount-circle {
        width: 180px;
        height: 180px;
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
        animation: float 4s ease-in-out infinite;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
    }
    
    .discount-circle::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: conic-gradient(from 0deg, transparent, rgba(255, 215, 0, 0.1), transparent);
        border-radius: 50%;
        animation: rotate 4s linear infinite;
    }
    
    @keyframes rotate {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    
    .discount-text {
        font-size: 3rem;
        font-weight: 900;
        color: #ffd700;
        line-height: 1;
        text-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
        position: relative;
        z-index: 2;
    }
    
    .discount-label {
        font-size: 1.2rem;
        color: white;
        font-weight: 700;
        margin-top: 8px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    
    /* Enhanced Countdown Timer */
    .countdown-timer {
        text-align: center;
        margin: 40px 0;
    }
    
    .countdown-label {
        font-size: 1.2rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    
    .countdown-display {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
    
    .time-unit {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(15px);
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 20px;
        padding: 25px 20px;
        min-width: 100px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
    }
    
    .time-unit::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
        border-radius: 18px;
        transition: all 0.4s ease;
    }
    
    .time-unit:hover::before {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    }
    
    .time-unit:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    
    .time-value {
        display: block;
        font-size: 2.5rem;
        font-weight: 800;
        color: white;
        line-height: 1;
        font-family: 'Courier New', monospace;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    
    .time-label {
        display: block;
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .time-separator {
        color: white;
        font-size: 2.5rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        animation: blink 2s infinite;
    }
    
    @keyframes blink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.5; }
    }
    
    /* Enhanced Promo Code */
    .promo-code-section {
        text-align: center;
        margin: 50px 0;
    }
    
    .code-display {
        display: inline-flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(15px);
        border: 2px dashed rgba(255, 255, 255, 0.4);
        border-radius: 15px;
        padding: 20px 30px;
        gap: 20px;
        position: relative;
        overflow: hidden;
    }
    
    .code-display::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
        animation: shimmer 3s infinite;
    }
    
    @keyframes shimmer {
        0% { transform: translateX(-100%); }
        100% { transform: translateX(100%); }
    }
    
    .code-label {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        font-weight: 600;
    }
    
    .code-value {
        font-size: 1.8rem;
        font-weight: 800;
        color: #ffd700;
        letter-spacing: 3px;
        font-family: 'Courier New', monospace;
        text-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
        position: relative;
        z-index: 2;
    }
    
    .copy-code-btn {
        background: linear-gradient(135deg, #ffd700, #ffed4e);
        border: none;
        color: #333;
        padding: 12px 20px;
        border-radius: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .copy-code-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
    }
    
    .copy-code-btn:active {
        transform: scale(0.98);
    }
    
    .copy-feedback {
        color: #4caf50;
        font-weight: 700;
        margin-top: 15px;
        animation: slideInUp 0.5s ease;
        font-size: 1.1rem;
    }
    
    @keyframes slideInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Enhanced CTA Buttons */
    .promo-cta {
        margin-top: 50px;
        text-align: center;
    }
    
    .promo-cta .btn {
        padding: 15px 40px;
        font-size: 1.1rem;
        font-weight: 700;
        border-radius: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }
    
    .promo-cta .btn-light {
        background: linear-gradient(135deg, #ffffff, #f0f8ff);
        color: #667eea;
        border: 2px solid rgba(255, 255, 255, 0.8);
    }
    
    .promo-cta .btn-light:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    }
    
    .promo-cta .btn-outline-light {
        background: transparent;
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.8);
    }
    
    .promo-cta .btn-outline-light:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-5px);
    }
    
    /* Enhanced Urgency Bar */
    .urgency-bar {
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .urgency-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .urgency-stats {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }
    
    .stat-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
        font-size: 15px;
        font-weight: 600;
    }
    
    .stat-text strong {
        color: #ffd700;
        font-size: 1.1em;
    }
    
    .btn-urgency {
        background: linear-gradient(135deg, #ff6b6b, #ff5252);
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 25px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .btn-urgency:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    }
    
    /* Enhanced Sticky Mobile Promo */
    .sticky-promo-mobile {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #667eea, #764ba2);
        z-index: 1000;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.4);
        transform: translateY(100%);
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .sticky-promo-mobile.show {
        transform: translateY(0);
    }
    
    .sticky-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        gap: 15px;
    }
    
    .sticky-discount {
        background: linear-gradient(135deg, #ff6b6b, #ff5252);
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        font-weight: 800;
        font-size: 14px;
        box-shadow: 0 4px 10px rgba(255, 107, 107, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .sticky-text {
        color: white;
        font-weight: 600;
        font-size: 15px;
    }
    
    .sticky-cta {
        background: white;
        color: #667eea;
        border: none;
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .sticky-cta:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    }
    
    .sticky-close {
        background: none;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 5px;
        border-radius: 50%;
    }
    
    .sticky-close:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: rotate(90deg);
    }
    
    /* Enhanced Visual Elements */
    .promo-visual {
        position: relative;
    }
    
    .floating-elements {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        overflow: hidden;
    }
    
    .float-element {
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.8rem;
        animation: float-random 8s ease-in-out infinite;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .float-1 {
        top: 15%;
        right: 10%;
        width: 70px;
        height: 70px;
        animation-delay: 0s;
    }
    
    .float-2 {
        top: 60%;
        right: 20%;
        width: 90px;
        height: 90px;
        animation-delay: 2s;
    }
    
    .float-3 {
        top: 40%;
        right: 5%;
        width: 60px;
        height: 60px;
        animation-delay: 4s;
    }
    
    @keyframes float-random {
        0%, 100% {
            transform: translateY(0px) rotate(0deg);
        }
        25% {
            transform: translateY(-20px) rotate(5deg);
        }
        50% {
            transform: translateY(-10px) rotate(-5deg);
        }
        75% {
            transform: translateY(-15px) rotate(3deg);
        }
    }
    
    /* Loading States */
    .loading-spinner {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        border-top-color: white;
        animation: spin 1s ease-in-out infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    .expired-message {
        background: rgba(255, 107, 107, 0.2);
        color: white;
        padding: 15px 25px;
        border-radius: 10px;
        font-weight: 600;
        text-align: center;
        animation: shake 0.5s ease-in-out;
    }
    
    @keyframes shake {
        0%, 100% { transform: translateX(0); }
        25% { transform: translateX(-5px); }
        75% { transform: translateX(5px); }
    }
    
    /* Responsive Design for Promo Banner */
    @media (max-width: 992px) {
        .promo-content-wrapper {
            grid-template-columns: 1fr;
            gap: 40px;
            text-align: center;
        }
        
        .promo-title {
            font-size: 2.8rem;
        }
        
        .promo-subtitle {
            font-size: 1.2rem;
        }
        
        .discount-circle {
            width: 150px;
            height: 150px;
        }
        
        .discount-text {
            font-size: 2.5rem;
        }
        
        .countdown-display {
            gap: 15px;
        }
        
        .time-unit {
            min-width: 80px;
            padding: 20px 15px;
        }
        
        .time-value {
            font-size: 2rem;
        }
        
        .urgency-content {
            flex-direction: column;
            gap: 20px;
        }
        
        .urgency-stats {
            justify-content: center;
            gap: 30px;
        }
    }
    
    @media (max-width: 768px) {
        .promo-banner-main {
            padding: 60px 0;
        }
        
        .promo-title {
            font-size: 2.2rem;
        }
        
        .promo-subtitle {
            font-size: 1.1rem;
        }
        
        .discount-circle {
            width: 120px;
            height: 120px;
        }
        
        .discount-text {
            font-size: 2rem;
        }
        
        .countdown-display {
            gap: 10px;
        }
        
        .time-unit {
            min-width: 70px;
            padding: 15px 10px;
        }
        
        .time-value {
            font-size: 1.5rem;
        }
        
        .time-label {
            font-size: 0.7rem;
        }
        
        .code-display {
            flex-direction: column;
            gap: 15px;
            padding: 15px 20px;
        }
        
        .promo-cta {
            margin-top: 40px;
        }
        
        .promo-cta .btn {
            padding: 12px 30px;
            font-size: 1rem;
            margin: 0 10px;
        }
        
        .sticky-promo-mobile {
            display: block;
        }
        
        .float-element {
            display: none;
        }
    }
    
    @media (max-width: 576px) {
        .promo-badges {
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .badge-flash-sale,
        .badge-limited {
            padding: 8px 20px;
            font-size: 12px;
        }
        
        .promo-title {
            font-size: 1.8rem;
            line-height: 1.2;
        }
        
        .promo-subtitle {
            font-size: 1rem;
            max-width: 100%;
        }
        
        .discount-circle {
            width: 100px;
            height: 100px;
            margin: 30px auto;
        }
        
        .discount-text {
            font-size: 1.5rem;
        }
        
        .discount-label {
            font-size: 1rem;
            margin-top: 5px;
        }
        
        .countdown-display {
            gap: 5px;
        }
        
        .time-unit {
            min-width: 60px;
            padding: 12px 8px;
        }
        
        .time-value {
            font-size: 1.2rem;
        }
        
        .time-label {
            font-size: 0.6rem;
            margin-top: 5px;
        }
        
        .time-separator {
            font-size: 1.2rem;
        }
        
        .code-display {
            padding: 12px 15px;
        }
        
        .code-label {
            font-size: 14px;
        }
        
        .code-value {
            font-size: 1.4rem;
        }
        
        .copy-code-btn {
            padding: 10px 15px;
            font-size: 12px;
        }
        
        .sticky-content {
            padding: 15px;
            gap: 10px;
        }
        
        .sticky-discount {
            padding: 6px 12px;
            font-size: 12px;
        }
        
        .sticky-text {
            font-size: 13px;
        }
        
        .sticky-cta {
            padding: 8px 15px;
            font-size: 12px;
        }
    }
    
    /* Hero Section & Promo Banner */
    .promo-banner-section {
        position: relative;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        overflow: hidden;
    }
    
    .promo-banner-main {
        padding: 80px 0;
        position: relative;
    }
    
    .promo-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        min-height: 500px;
    }
    
    .promo-badges {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    
    .badge-flash-sale {
        background: #ff6b6b;
        color: white;
        padding: 8px 20px;
        border-radius: 25px;
        font-weight: 600;
        font-size: 14px;
        animation: pulse 2s infinite;
    }
    
    .badge-limited {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        padding: 8px 20px;
        border-radius: 25px;
        font-weight: 600;
        font-size: 14px;
        backdrop-filter: blur(10px);
    }
    
    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }
    
    .promo-title {
        font-size: 3rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 20px;
        text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
    
    .promo-subtitle {
        font-size: 1.25rem;
        opacity: 0.9;
        line-height: 1.6;
    }
    
    .discount-display {
        text-align: center;
        margin: 40px 0;
    }
    
    .discount-circle {
        width: 150px;
        height: 150px;
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        animation: float 3s ease-in-out infinite;
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }
    
    .discount-text {
        font-size: 2.5rem;
        font-weight: 900;
        color: #ffd700;
        line-height: 1;
    }
    
    .discount-label {
        font-size: 1rem;
        color: white;
        font-weight: 600;
        margin-top: 5px;
    }
    
    /* Countdown Timer */
    .countdown-timer {
        text-align: center;
    }
    
    .countdown-display {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
    
    .time-unit {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        padding: 20px 15px;
        min-width: 80px;
        transition: all 0.3s ease;
    }
    
    .time-unit:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }
    
    .time-value {
        display: block;
        font-size: 2rem;
        font-weight: 700;
        color: white;
        line-height: 1;
    }
    
    .time-label {
        display: block;
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .time-separator {
        color: white;
        font-size: 2rem;
        font-weight: 700;
        display: flex;
        align-items: center;
    }
    
    /* Promo Code */
    .promo-code-section {
        text-align: center;
    }
    
    .code-display {
        display: inline-flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 2px dashed rgba(255, 255, 255, 0.3);
        border-radius: 10px;
        padding: 15px 25px;
        gap: 15px;
    }
    
    .code-label {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
    
    .code-value {
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffd700;
        letter-spacing: 2px;
        font-family: 'Courier New', monospace;
    }
    
    .copy-code-btn {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: white;
        padding: 8px 15px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .copy-code-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.05);
    }
    
    .copy-feedback {
        color: #4caf50;
        font-weight: 600;
        margin-top: 10px;
        animation: slideInUp 0.5s ease;
    }
    
    @keyframes slideInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Urgency Bar */
    .urgency-bar {
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(10px);
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .urgency-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .urgency-stats {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .stat-item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: white;
        font-size: 14px;
    }
    
    .stat-text strong {
        color: #ffd700;
    }
    
    .btn-urgency {
        background: #ff6b6b;
        color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 20px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .btn-urgency:hover {
        background: #ff5252;
        transform: translateY(-2px);
    }
    
    /* Sticky Mobile Promo */
    .sticky-promo-mobile {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        z-index: 1000;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    }
    
    .sticky-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
    }
    
    .sticky-discount {
        background: #ff6b6b;
        color: white;
        padding: 4px 10px;
        border-radius: 15px;
        font-weight: 700;
        font-size: 12px;
        margin-right: 10px;
    }
    
    .sticky-text {
        color: white;
        font-weight: 600;
        font-size: 14px;
    }
    
    .sticky-cta {
        background: white;
        color: #667eea;
        border: none;
        padding: 8px 20px;
        border-radius: 20px;
        font-weight: 700;
        cursor: pointer;
    }
    
    .sticky-close {
        background: none;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
        margin-left: 15px;
    }
    
    /* Villa Cards Modern */
    .villa-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
    }
    
    .villa-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }
    
    .popular-villa-card {
        border: 2px solid transparent;
        background: linear-gradient(white, white) padding-box,
                    linear-gradient(135deg, #667eea, #764ba2) border-box;
    }
    
    .best-villa-card {
        border: 3px solid #ffd700;
        background: linear-gradient(white, white) padding-box,
                    linear-gradient(135deg, #ffd700, #ffed4e) border-box;
    }
    
    /* Villa Badges */
    .villa-badges {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 10;
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .badge-popular {
        background: #ff6b6b;
        color: white;
        padding: 6px 12px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .badge-premium {
        background: #ffd700;
        color: #333;
        padding: 6px 12px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .badge-premium-main {
        background: linear-gradient(135deg, #ffd700, #ffed4e);
        color: #333;
        padding: 8px 20px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    }
    
    .badge-best-choice {
        background: #4caf50;
        color: white;
        padding: 8px 20px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    /* Villa Images */
    .villa-image-container {
        position: relative;
        overflow: hidden;
        height: 250px;
    }
    
    .villa-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    
    .villa-card:hover .villa-image {
        transform: scale(1.1);
    }
    
    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .villa-card:hover .image-overlay {
        opacity: 1;
    }
    
    .quick-view-btn {
        background: white;
        color: #333;
        padding: 12px 24px;
        border-radius: 25px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        transform: translateY(20px);
    }
    
    .villa-card:hover .quick-view-btn {
        transform: translateY(0);
    }
    
    .quick-view-btn:hover {
        background: #667eea;
        color: white;
        transform: scale(1.05);
    }
    
    /* Premium Gallery */
    .premium-gallery-container {
        position: relative;
        height: 350px;
    }
    
    .gallery-main {
        height: 280px;
        overflow: hidden;
    }
    
    .main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    
    .best-villa-card:hover .main-image {
        transform: scale(1.05);
    }
    
    .gallery-thumbnails {
        display: flex;
        height: 70px;
        gap: 5px;
    }
    
    .thumbnail-item {
        flex: 1;
        overflow: hidden;
        border-radius: 8px;
    }
    
    .thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .thumbnail:hover {
        transform: scale(1.1);
    }
    
    .thumbnail-more {
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 600;
        border-radius: 8px;
    }
    
    /* Villa Content */
    .villa-content {
        padding: 25px;
    }
    
    .villa-title {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .villa-title a {
        color: inherit;
        transition: color 0.3s ease;
    }
    
    .villa-title a:hover {
        color: #667eea;
    }
    
    .location {
        color: #666;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    /* Rating System */
    .villa-rating {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .stars {
        display: flex;
        gap: 2px;
    }
    
    .rating-text {
        font-weight: 700;
        color: #333;
    }
    
    .review-count {
        color: #666;
        font-size: 14px;
    }
    
    .premium-rating {
        background: linear-gradient(135deg, #ffd700, #ffed4e);
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    
    .rating-stars {
        display: flex;
        gap: 3px;
        margin-bottom: 10px;
    }
    
    .rating-details {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .rating-score {
        font-size: 1.5rem;
        color: #333;
    }
    
    /* Facilities */
    .villa-facilities {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .facility-item {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #666;
        font-size: 14px;
    }
    
    .premium-facilities {
        margin-bottom: 25px;
    }
    
    .facilities-title {
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
    }
    
    .facilities-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .facility-badge {
        background: #f0f8ff;
        color: #667eea;
        padding: 6px 12px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    /* Price Section */
    .villa-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    
    .price-section {
        flex: 1;
    }
    
    .price-label {
        font-size: 12px;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .price {
        display: flex;
        align-items: baseline;
        gap: 5px;
        margin-top: 5px;
    }
    
    .price-amount {
        font-size: 1.5rem;
        font-weight: 800;
        color: #333;
    }
    
    .price-period {
        font-size: 14px;
        color: #666;
    }
    
    .premium-price {
        margin-bottom: 10px;
    }
    
    .weekend-price {
        opacity: 0.8;
        font-size: 0.9rem;
    }
    
    /* CTA Buttons */
    .cta-section {
        flex: 1;
        text-align: right;
    }
    
    .quick-booking-btn {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border: none;
        color: white;
        padding: 12px 24px;
        border-radius: 25px;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }
    
    .quick-booking-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }
    
    .cta-buttons {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }
    
    /* Testimonials Section */
    .testimonials-section {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        position: relative;
        overflow: hidden;
    }
    
    .testimonials-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }
    
    .section-header {
        position: relative;
        z-index: 1;
    }
    
    .section-title {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 15px;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
        opacity: 0.9;
        margin-bottom: 20px;
    }
    
    .section-divider {
        width: 80px;
        height: 4px;
        background: white;
        border-radius: 2px;
    }
    
    /* Statistics Overview */
    .stats-overview {
        position: relative;
        z-index: 1;
    }
    
    .stat-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        padding: 25px 15px;
        transition: all 0.3s ease;
    }
    
    .stat-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }
    
    .stat-number {
        color: #ffd700;
        font-weight: 800;
    }
    
    .stat-label {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    /* Testimonial Cards */
    .testimonial-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        padding: 30px;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
    }
    
    .testimonial-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }
    
    .testimonial-content {
        font-style: italic;
        line-height: 1.6;
        margin-bottom: 20px;
        position: relative;
    }
    
    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .author-avatar img {
        border: 3px solid rgba(255, 255, 255, 0.3);
    }
    
    .author-name {
        color: white;
        font-weight: 600;
    }
    
    .author-details {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
    
    /* Trust Badges */
    .trust-badges {
        position: relative;
        z-index: 1;
    }
    
    .badge-item {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        padding: 25px 20px;
        transition: all 0.3s ease;
    }
    
    .badge-item:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }
    
    .badge-icon {
        color: #ffd700;
        margin-bottom: 15px;
    }
    
    .badge-title {
        color: white;
        margin-bottom: 10px;
    }
    
    .badge-desc {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Floating Elements */
    .floating-elements {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }
    
    .float-element {
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
        animation: float-random 6s ease-in-out infinite;
    }
    
    .float-1 {
        top: 20%;
        right: 10%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
    }
    
    .float-2 {
        top: 60%;
        right: 20%;
        width: 80px;
        height: 80px;
        animation-delay: 2s;
    }
    
    .float-3 {
        top: 40%;
        right: 5%;
        width: 50px;
        height: 50px;
        animation-delay: 4s;
    }
    
    @keyframes float-random {
        0%, 100% {
            transform: translateY(0px) rotate(0deg);
        }
        25% {
            transform: translateY(-20px) rotate(5deg);
        }
        50% {
            transform: translateY(-10px) rotate(-5deg);
        }
        75% {
            transform: translateY(-15px) rotate(3deg);
        }
    }
    
    /* Floating Review Button */
    .floating-review-btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: white;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        cursor: pointer;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
        transition: all 0.3s ease;
        z-index: 999;
    }
    
    .floating-review-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
    }
    
    .floating-review-btn i {
        font-size: 18px;
    }
    
    .floating-review-btn span {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    /* Responsive Design */
    @media (max-width: 992px) {
        .promo-content-wrapper {
            grid-template-columns: 1fr;
            gap: 40px;
            text-align: center;
        }
        
        .promo-title {
            font-size: 2.5rem;
        }
        
        .countdown-display {
            gap: 10px;
        }
        
        .time-unit {
            min-width: 70px;
            padding: 15px 10px;
        }
        
        .time-value {
            font-size: 1.5rem;
        }
        
        .urgency-content {
            flex-direction: column;
            gap: 15px;
        }
        
        .urgency-stats {
            justify-content: center;
            gap: 20px;
        }
        
        .sticky-promo-mobile {
            display: block;
        }
    }
    
    @media (max-width: 768px) {
        .promo-banner-main {
            padding: 60px 0;
        }
        
        .promo-title {
            font-size: 2rem;
        }
        
        .promo-subtitle {
            font-size: 1rem;
        }
        
        .discount-circle {
            width: 120px;
            height: 120px;
        }
        
        .discount-text {
            font-size: 2rem;
        }
        
        .countdown-display {
            gap: 5px;
        }
        
        .time-unit {
            min-width: 60px;
            padding: 10px 8px;
        }
        
        .time-value {
            font-size: 1.2rem;
        }
        
        .time-label {
            font-size: 0.65rem;
        }
        
        .villa-footer {
            flex-direction: column;
            gap: 15px;
            text-align: left;
        }
        
        .cta-section {
            text-align: left;
        }
        
        .cta-buttons {
            flex-direction: column;
        }
        
        .section-title {
            font-size: 2rem;
        }
        
        .testimonial-card {
            padding: 20px;
        }
        
        .floating-review-btn {
            width: 50px;
            height: 50px;
            bottom: 20px;
            right: 20px;
        }
        
        .floating-review-btn i {
            font-size: 16px;
        }
        
        .floating-review-btn span {
            font-size: 9px;
        }
    }
    
    @media (max-width: 576px) {
        .promo-badges {
            justify-content: center;
        }
        
        .code-display {
            flex-direction: column;
            gap: 10px;
            padding: 15px;
        }
        
        .urgency-stats {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
        
        .villa-facilities {
            flex-direction: column;
            gap: 10px;
        }
        
        .facilities-list {
            gap: 5px;
        }
        
        .facility-badge {
            font-size: 11px;
            padding: 4px 8px;
        }
        
        .badge-item {
            padding: 20px 15px;
        }
        
        .sticky-content {
            padding: 12px 15px;
        }
        
        .sticky-text {
            font-size: 13px;
        }
    }
    
    /* Accessibility Enhancements */
    @media (prefers-reduced-motion: reduce) {
        * {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
        
        .float-element,
        .discount-circle,
        .time-unit:hover,
        .villa-card:hover,
        .testimonial-card:hover {
            transform: none !important;
        }
    }
    
    /* High Contrast Mode */
    @media (prefers-contrast: high) {
        .villa-card {
            border: 2px solid #000;
        }
        
        .promo-banner-section {
            background: #000;
        }
        
        .testimonial-card {
            border: 2px solid #fff;
        }
    }
    
    /* Focus Styles for Accessibility */
    .btn:focus,
    button:focus,
    a:focus,
    input:focus {
        outline: 3px solid #667eea;
        outline-offset: 2px;
    }
    
    /* Skip to Content Link */
    .skip-to-content {
        position: absolute;
        top: -40px;
        left: 6px;
        background: #667eea;
        color: white;
        padding: 8px;
        text-decoration: none;
        border-radius: 4px;
        z-index: 10000;
    }
    
    .skip-to-content:focus {
        top: 6px;
    }
    
    .mobile-search-input {
        width: 100%;
        padding: 12px 50px 12px 15px;
        border: 2px solid #e0e0e0;
        border-radius: 25px;
        font-size: 14px;
        outline: none;
        transition: all 0.3s ease;
        background-color: #fff;
        height: 44px;
    }
    
    .mobile-search-input:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
    }
    
    .mobile-search-btn {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        background: #0d6efd;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }
    
    .mobile-search-btn:hover {
        background: #0b5ed7;
    }
    
    .mobile-search-btn i {
        color: white;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .mobile-search-box {
        padding: 12px 15px;
    }
    
    .mobile-search-input {
        padding: 10px 45px 10px 12px;
        font-size: 13px;
        height: 40px;
    }
    
    .mobile-search-btn {
        width: 28px;
        height: 28px;
        right: 4px;
    }
    
    .mobile-search-btn i {
        font-size: 12px;
    }
}

/* Responsive padding untuk mobile */
@media (max-width: 768px) {
    .tour-package .tf-container.w-1456,
    main#main .tf-container,
    .tf-container,
    .tf-container.w-1456 {
        padding-left: 30px !important;
        padding-right: 30px !important;
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .tour-package .tf-container.w-1456,
    main#main .tf-container,
    .tf-container,
    .tf-container.w-1456 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: 100% !important;
    }
}

/* ========================================
   MODERN LANDING PAGE ENHANCEMENTS
   ======================================== */

/* Custom Utility Classes */
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Enhanced Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Animation Classes */
.animate-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate-fade-in-up-active {
    opacity: 1;
    transform: translateY(0);
}

.animate-slide-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s ease-out;
}

.animate-slide-in-left-active {
    opacity: 1;
    transform: translateX(0);
}

.animate-slide-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s ease-out;
}

.animate-slide-in-right-active {
    opacity: 1;
    transform: translateX(0);
}

.animate-bounce-gentle {
    animation: bounceGentle 2s ease-in-out infinite;
}

.animate-shimmer {
    animation: shimmer 2s linear infinite;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.rotate-180 {
    transform: rotate(180deg);
}

/* Enhanced Card Styles */
.modern-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.modern-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Enhanced Button Styles */
.modern-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.modern-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.modern-btn:hover::before {
    left: 100%;
}

.modern-btn:active {
    transform: scale(0.98);
}

/* Enhanced Form Styles */
.modern-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: all 0.2s ease-in-out;
    background-color: white;
}

.modern-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modern-select {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: all 0.2s ease-in-out;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modern-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Enhanced Loading States */
.loading-spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #f3f4f6;
    border-radius: 50%;
    border-top-color: #3b82f6;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Enhanced Image Styles */
.modern-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

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

/* Enhanced Badge Styles */
.modern-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.modern-badge-primary {
    background-color: #3b82f6;
    color: white;
}

.modern-badge-accent {
    background-color: #10b981;
    color: white;
}

.modern-badge-secondary {
    background-color: #6b7280;
    color: white;
}

/* Enhanced Pagination Styles */
.modern-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.modern-pagination button,
.modern-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-weight: 500;
    color: #374151;
    background-color: white;
    transition: all 0.2s ease-in-out;
}

.modern-pagination button:hover,
.modern-pagination a:hover {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.modern-pagination button.active,
.modern-pagination a.active {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.modern-pagination button:disabled,
.modern-pagination a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Enhanced Filter Styles */
.modern-filter {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.5rem;
}

.modern-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.modern-filter-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.modern-filter-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background-color: white;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.modern-filter-toggle:hover {
    background-color: #f3f4f6;
}

/* Enhanced Responsive Design */
@media (max-width: 640px) {
    .modern-card {
        border-radius: 0.75rem;
    }
    
    .modern-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .modern-input,
    .modern-select {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
    }
    
    .modern-pagination button,
    .modern-pagination a {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.875rem;
    }
}

/* Enhanced Accessibility */
@media (prefers-reduced-motion: reduce) {
    .animate-fade-in-up,
    .animate-slide-in-left,
    .animate-slide-in-right,
    .animate-bounce-gentle,
    .animate-shimmer,
    .animate-float {
        animation: none !important;
        transition: none !important;
    }
    
    .modern-card:hover {
        transform: none;
    }
    
    .modern-image:hover {
        transform: none;
    }
}

/* Enhanced Focus Styles */
.modern-btn:focus,
.modern-input:focus,
.modern-select:focus,
.modern-filter-toggle:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Enhanced Print Styles */
@media print {
    .modern-card {
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }
    
    .modern-btn {
        background-color: white !important;
        color: black !important;
        border: 1px solid black !important;
    }
    
    .animate-fade-in-up,
    .animate-slide-in-left,
    .animate-slide-in-right,
    .animate-bounce-gentle,
    .animate-shimmer,
    .animate-float {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Enhanced Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .modern-card {
        background-color: #1f2937;
        border-color: #374151;
    }
    
    .modern-input,
    .modern-select {
        background-color: #1f2937;
        border-color: #374151;
        color: #f9fafb;
    }
    
    .modern-filter {
        background-color: #1f2937;
        border-color: #374151;
    }
    
    .modern-filter-toggle {
        background-color: #374151;
        color: #f9fafb;
    }
    
    .modern-pagination button,
    .modern-pagination a {
        background-color: #374151;
        color: #f9fafb;
        border-color: #4b5563;
    }
}

/* Enhanced Performance Optimizations */
.will-change-transform {
    will-change: transform;
}

.will-change-opacity {
    will-change: opacity;
}

.gpu-accelerated {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Enhanced Micro-interactions */
.micro-interaction {
    position: relative;
    overflow: hidden;
}

.micro-interaction::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.micro-interaction:active::after {
    width: 300px;
    height: 300px;
}

/* Enhanced Typography */
.text-display {
    font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.text-body {
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.text-caption {
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 0.875rem;
}

/* Enhanced Color Palette */
.bg-gradient-primary {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
}

.bg-gradient-accent {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.bg-gradient-secondary {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

.text-gradient-primary {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.text-gradient-accent {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Enhanced Spacing Utilities */
.section-spacing-sm {
    padding: 3rem 0;
}

.section-spacing-md {
    padding: 4rem 0;
}

.section-spacing-lg {
    padding: 5rem 0;
}

.section-spacing-xl {
    padding: 6rem 0;
}

/* Enhanced Container Utilities */
.container-modern {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container-modern {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-modern {
        padding: 0 2rem;
    }
}

/* Enhanced Grid Utilities */
.grid-modern {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 768px) {
    .grid-modern {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .grid-modern {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2.5rem;
    }
}