/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hide mobile cart section on desktop */
    .nav-menu .mobile-cart {
        display: none;
    }
.navbar {
    background-color: #ffffff !important;
    padding: 0.1rem 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.navbar .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    align-content: center;
}

/* Image Logo with Text */
.logo-container {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    text-decoration: none !important;
    color: #a07d3a !important;
    font-weight: 700 !important;
    align-self: center;
    margin-top: 15px;
    transition: none !important;
    animation: none !important;
}

.logo-container:hover {
    color: #d4af37 !important;
    margin-top: 15px;
    transition: none !important;
    animation: none !important;
}

.logo-container *,
.logo-container *:hover,
.logo-container *:before,
.logo-container *:after {
    transition: none !important;
    animation: none !important;
}

.logo-icon {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-logo {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-image {
    width: 160px;
    height: 120px;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 2px 8px rgba(160, 125, 58, 0.3));
}

/* Logo Text */
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.logo-line {
    font-size: 1.2rem;
    font-weight: 600;
    color: #a07d3a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.logo-line.highlight {
    font-size: 1.4rem;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(160, 125, 58, 0.2);
}

/* Hover Effects */
.logo-container:hover .logo-line {
    color: #d4af37;
}

.logo-container:hover .logo-line.highlight {
    color: #ffd700;
    text-shadow: 0 1px 3px rgba(160, 125, 58, 0.3);
}

.nav-brand {
    display: flex !important;
    align-items: center !important;
    align-self: center;
    transition: none !important;
    animation: none !important;
}

.nav-brand a {
    color: #a07d3a !important; /* لون ذهبي غامق */
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(160, 125, 58, 0.2);
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.nav-brand a:hover {
    color: #d4af37 !important; /* لون ذهبي فاتح */
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.nav-brand i {
    font-size: 2.2rem;
    color: #d4af37 !important; /* لون ذهبي فاتح */
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.nav-brand a:hover i {
    color: #ffd700 !important; /* ذهبي لامع */
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.nav-brand *,
.nav-brand *:hover,
.nav-brand *:before,
.nav-brand *:after {
    transition: none !important;
    animation: none !important;
}

.nav-menu {
    display: flex !important;
    list-style: none;
    gap: 1.5rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: #a07d3a !important; /* لون ذهبي غامق */
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: #8c6a2f !important; /* لون ذهبي أغمق عند التحويم */
    background: rgba(160, 125, 58, 0.1);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #a07d3a;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex !important;
    align-items: center;
    gap: 1.5rem;
}

/* Egyptian Theme Attractive Button Styles */
.btn-login {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    color: #d4af37;
    border: 2px solid #d4af37;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-login::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: left 0.5s;
}

.btn-login:hover::before {
    left: 100%;
}

.btn-login:hover {
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 50%, #d4af37 100%);
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
    border-color: #ffd700;
}

.btn-signup {
    background: linear-gradient(135deg, #a07d3a 0%, #d4af37 100%);
    color: white;
    border: 2px solid rgba(160, 125, 58, 0.3);
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(160, 125, 58, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-signup::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-signup:hover::before {
    left: 100%;
}

.btn-signup:hover {
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
    border-color: rgba(255, 215, 0, 0.5);
}

@keyframes goldShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.nav-buttons {
    display: flex;
    gap: 12px;
}

/* Hide mobile navigation completely on desktop */
@media (min-width: 769px) {
    .nav-toggle {
        display: none !important;
    }
    
    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        overflow: visible !important;
        padding: 0 !important;
        z-index: auto !important;
        margin: 0 !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        border-radius: 0 !important;
        min-width: auto !important;
        min-height: auto !important;
    }
    
    /* Hide all mobile menu styles and elements */
    .nav-menu::before,
    .nav-menu::after {
        display: none !important;
    }
    
    .nav-menu-header {
        display: none !important;
    }
    
    .nav-menu .mobile-cart {
        display: none !important;
    }
}


/* Mobile Layout for Login/Signup Buttons */
@media (max-width: 768px) {
    .nav-buttons {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
        width: 100%;
        max-width: 120px;
    }
    
    .nav-buttons .btn-signup {
        order: -1; /* Makes sign up appear first (on top) */
        width: 100%;
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .nav-buttons .btn-login {
        width: 100%;
        font-size: 0.75rem;
        padding: 6px 12px;
    }
}

.cart-icon {
    position: relative;
    cursor: pointer;
}

.cart-icon i {
    font-size: 1.2rem;
    color: #8c6a2f !important;
    transition: color 0.3s ease;
}

.cart-icon:hover i {
    color: #2c3e50 !important;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: #4a4a4a !important; /* لون رمادي داكن */
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4a4a4a;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #2c3e50 !important; /* لون أزرق داكن عند التحويم */
}


.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-user-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(160, 125, 58, 0.28);
    box-shadow: 0 4px 10px rgba(23, 32, 51, 0.12);
    flex: 0 0 26px;
}

.nav-user-avatar--initial,
.sidebar-user-avatar--initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #a07d3a;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.nav-user-avatar--initial {
    font-size: 11px;
}

.sidebar-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(160, 125, 58, 0.28);
    flex: 0 0 36px;
}

.sidebar-user-avatar--initial {
    font-size: 14px;
}

.account-dropdown-trigger {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 7px 13px 7px 9px !important;
    border: 1px solid rgba(160, 125, 58, 0.22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #8c6a2f !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(23, 32, 51, 0.08) !important;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
    overflow: visible !important;
    cursor: pointer !important;
}

.account-dropdown-trigger::before {
    content: none !important;
}

.account-dropdown-trigger::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    color: rgba(140, 106, 47, 0.7);
    margin-left: 2px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.account-dropdown-trigger:hover,
.dropdown:hover > .account-dropdown-trigger,
.user-menu:hover > .account-dropdown-trigger {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(160, 125, 58, 0.42) !important;
    color: #8c6a2f !important;
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.13) !important;
    transform: translateY(-1px) !important;
}

.account-dropdown-trigger:hover::after,
.dropdown:hover > .account-dropdown-trigger::after,
.user-menu:hover > .account-dropdown-trigger::after {
    color: #a07d3a;
    transform: rotate(180deg);
}

.account-dropdown-trigger .nav-user-avatar,
.account-dropdown-trigger .nav-user-avatar--initial {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    color: #333;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #eee;
}

.dropdown-menu a:hover {
    background: #f8f9fa;
    color: #667eea;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    margin-top: 0px;
    overflow: hidden;
}

.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}

.slide.active {
    opacity: 1;
}

.slide:nth-child(1) {
    background-image: url('../images/hero-bg-4.jpg');
}

.slide:nth-child(2) {
    background-image: url('../images/luxor-karnak-hero.jpg');
}

.slide:nth-child(3) {
    background-image: url('../images/hero-bg-3.jpg');
}

.slide:nth-child(4) {
    background-image: url('../images/hero-bg.jpg');
}

.slide:nth-child(5) {
    background-image: url('../images/hero-bg-2.jpg');
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease 0.2s;
    animation-fill-mode: both;
}

/* Tour Meta Styling for Hero Sections */
.hero .tour-meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    animation: fadeInUp 1s ease 0.4s;
    animation-fill-mode: both;
}

.hero .tour-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero .tour-meta .meta-item i {
    color: #d4af37;
}

/* Specific hero section heights */
.tours-hero,
.destinations-hero {
    height: 60vh;
    min-height: 400px;
}

.search-box {
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeInUp 1s ease 0.4s;
    animation-fill-mode: both;
}

.search-box form {
    display: flex;
    background: white;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    height: 90px;
    align-items: center;
    padding: 0 25px;
    gap: 25px;
    width: 100%;
}

.search-fields {
    display: flex;
    flex: 1;
    gap: 25px;
    align-items: center;
    min-width: 0;
    margin-right: 25px;
}

.search-field {
    position: relative;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #e0e0e0;
    padding-right: 25px;
    min-width: 180px;
    max-width: 280px;
    height: 50px;
}

.search-field:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.search-field i {
    color: #8b4513;
    font-size: 1.1rem;
    min-width: 20px;
}

.search-field input,
.search-field select {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    color: #333;
}

.search-field input::placeholder {
    color: #999;
}

.search-field select {
    cursor: pointer;
    padding: 0 30px 0 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%238b4513%22%20d%3D%22M6%208L0%202h12z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px 8px;
    font-size: 0.95rem;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.search-field select:focus {
    border-color: #8b4513;
    box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
    outline: none;
}

.search-field select:hover {
    color: #8b4513;
}

.search-field select option {
    background: white;
    color: #333;
    padding: 12px 15px;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    border: none;
}

.search-field select option:checked {
    background: #8b4513;
    color: white;
}

.search-field select option:hover {
    background: #f8f9fa;
    color: #333;
}

.search-field select::-ms-expand {
    display: none;
}

.search-field label {
    position: absolute;
    top: -10px;
    left: 30px;
    background: white;
    padding: 0 5px;
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
}

.search-box button {
    background: linear-gradient(135deg, #8c6a2f 0%, #d2691e 100%);
    color: white;
    border: none;
    padding: 0 40px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 160px;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.search-box button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.3);
}

.search-box button i {
    font-size: 1rem;
}

/* Page Header */
.page-header {
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    padding: 100px 0 50px;
    text-align: center;
    margin-top: 80px;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Main Content */
main {
    min-height: calc(100vh - 80px);
    padding: 50px 0;
}

/* Old card styles - commented out */
/*
.card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.card:hover .card-image img {
    transform: scale(1.1);
}

.card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #667eea;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.card-content {
    padding: 20px;
}

.card-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
}

.card-text {
    color: #666;
    margin-bottom: 15px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.card-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #667eea;
}

.card-rating {
    color: #ffd700;
}
*/

/* Cards - New Design */
.destination-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
    padding-bottom: 20px;
}

.card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    display: block;
}

.card:hover .card-image img {
    transform: scale(1.05);
}

.card-overlay-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.6), transparent);
    padding: 20px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.card:hover .card-overlay-info {
    transform: translateY(0);
}

.card-overlay-info .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.card-overlay-info .card-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #ffd700;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.card-overlay-info .card-price {
    font-size: 0.9rem;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
    text-align: center;
}

.card-overlay-info .card-actions {
    display: flex;
    justify-content: center;
}

.card-overlay-info .card-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background: #8c6a2f;
    color: white;
}

.card-overlay-info .card-btn:hover {
    background: #6d3410;
    transform: translateY(-1px);
}

.card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #8c6a2f;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
}

.card-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #8c6a2f;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 10;
}

.card-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-bottom: 15px;
    font-weight: 300;
}

/* Cities Grid Styles - Premium destination cards */
.destinations-showcase {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8f9fa 34%, #fffdf6 68%, #ffffff 100%);
}

.destinations-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, transparent 42%),
        repeating-linear-gradient(135deg, rgba(160, 125, 58, 0.05) 0 1px, transparent 1px 24px);
    pointer-events: none;
}

.destinations-showcase .container {
    position: relative;
    z-index: 1;
}

.destinations-intro {
    max-width: 760px;
    margin: 0 auto 18px;
    text-align: center;
}

.destinations-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 7px 14px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 999px;
    background: rgba(255, 248, 232, 0.84);
    color: #8c6a2f;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.destinations-eyebrow i {
    color: #d4af37;
}

.destinations-intro h2 {
    margin: 0 0 10px;
    color: #d4af37;
    font-size: 2.7rem;
    line-height: 1.08;
    font-weight: 800;
    background: linear-gradient(45deg, #d4af37 0%, #ffd700 32%, #a07d3a 68%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.destinations-intro p {
    max-width: 640px;
    margin: 0 auto;
    color: #6f6554;
    font-size: 1rem;
    line-height: 1.75;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    margin-top: 26px;
    align-items: stretch;
}

.city-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(212, 175, 55, 0.32);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 31, 0.08), 0 6px 18px rgba(212, 175, 55, 0.1);
    transform: translateZ(0);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.city-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 3;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700, #8c6a2f);
}

.city-card:hover {
    transform: translateY(-6px) translateZ(0);
    border-color: rgba(212, 175, 55, 0.62);
    box-shadow: 0 20px 44px rgba(15, 23, 31, 0.12), 0 12px 28px rgba(212, 175, 55, 0.18);
}

.city-card-image {
    position: relative;
    height: 340px;
    overflow: hidden;
    background: #f7f4ee;
}

.city-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
    transform: scale(1.01) translateZ(0);
}

.city-card:hover .city-card-image img {
    transform: scale(1.08) translateZ(0);
    filter: saturate(1.08) contrast(1.04);
}

.city-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 18px;
    color: #ffffff;
    background:
        linear-gradient(to top, rgba(18, 13, 8, 0.74) 0%, rgba(18, 13, 8, 0.16) 54%, rgba(18, 13, 8, 0.05) 100%),
        linear-gradient(135deg, rgba(212, 175, 55, 0.2), transparent 48%);
}

.city-card-number,
.city-card-badge,
.city-card-view {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 800;
}

.city-card-number {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.88);
    color: #8c6a2f;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.city-card-badge {
    top: 16px;
    left: 16px;
    gap: 7px;
    max-width: calc(100% - 82px);
    padding: 7px 11px;
    border: 1px solid rgba(212, 175, 55, 0.36);
    background: rgba(255, 248, 232, 0.92);
    color: #6f4f1f;
    font-size: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.city-card-badge i {
    color: #d4af37;
}

.city-card-view {
    right: 18px;
    bottom: 18px;
    padding: 7px 12px;
    background: linear-gradient(135deg, #8c6a2f, #d4af37);
    color: #ffffff;
    font-size: 0.78rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.city-card:hover .city-card-view {
    opacity: 1;
    transform: translateY(0);
}

.city-card-content {
    position: relative;
    z-index: 2;
    padding: 22px 22px 18px;
}

.city-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.city-icon {
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.32);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff8e8, #ffffff);
    color: #a07d3a;
    font-size: 1.05rem;
    font-weight: 900;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.9);
}

.city-name {
    margin: 0;
    color: #24180d;
    font-size: 1.45rem;
    line-height: 1.15;
    font-weight: 800;
}

.city-description {
    min-height: 54px;
    margin: 0 0 16px;
    color: #6f6554;
    font-size: 0.95rem;
    line-height: 1.55;
}

.city-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.tours-count,
.city-stat {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(160, 125, 58, 0.18);
    border-radius: 8px;
    background: #fff8e8;
    color: #6f4f1f;
    font-size: 0.82rem;
    font-weight: 800;
}

.tours-count i,
.city-stat i {
    color: #d4af37;
}

.city-card-footer {
    padding: 16px 22px 20px;
    border-top: 1px solid rgba(160, 125, 58, 0.14);
    background: linear-gradient(135deg, #ffffff, #fffdf6);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore-text {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(212, 175, 55, 0.42);
    border-radius: 8px;
    color: #8c6a2f;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 800;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: gap 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.city-card:hover .explore-text {
    gap: 12px;
    border-color: #d4af37;
    background: linear-gradient(135deg, #8c6a2f, #d4af37, #ffd700);
    color: #ffffff;
}

.explore-text i {
    transition: transform 0.28s ease;
}

.city-card:hover .explore-text i {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .destinations-intro {
        margin-bottom: 14px;
    }

    .destinations-intro h2 {
        font-size: 2rem;
    }

    .cities-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .city-card-image {
        height: 280px;
    }

    .city-card-content {
        padding: 18px;
    }

    .city-name {
        font-size: 1.35rem;
    }

    .city-description {
        min-height: 0;
        font-size: 0.9rem;
    }
}

/* City Details Page Styles */
.city-details-hero {
    position: relative;
    display: flex;
    min-height: 620px;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: #24180d;
}

.city-details-hero-bg,
.city-details-hero-bg img,
.city-details-hero-overlay {
    position: absolute;
    inset: 0;
}

.city-details-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.02);
}

.city-details-hero-overlay {
    background:
        linear-gradient(90deg, rgba(18, 13, 8, 0.76), rgba(18, 13, 8, 0.38) 54%, rgba(18, 13, 8, 0.24)),
        linear-gradient(to top, rgba(18, 13, 8, 0.72), transparent 48%);
}

.city-details-hero .container {
    position: relative;
    z-index: 1;
}

.city-details-hero-content {
    max-width: 780px;
    padding-top: 78px;
}

.city-details-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 215, 0, 0.36);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff8e8;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.city-details-hero-kicker i {
    color: #ffd700;
}

.city-details-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.05;
    font-weight: 800;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.city-details-hero p {
    max-width: 720px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.75;
}

.city-details-hero .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.city-details-hero .hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.city-details-hero .hero-meta i {
    color: #ffd700;
}

.city-hero {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.city-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.city-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.city-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: white;
    padding: 60px 0 30px;
}

.city-hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.city-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    max-width: 800px;
}

.city-hero-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.city-hero-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.city-details-page {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 34%, #fffdf6 68%, #ffffff 100%);
}

.city-details-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, transparent 42%),
        repeating-linear-gradient(135deg, rgba(160, 125, 58, 0.05) 0 1px, transparent 1px 24px);
    pointer-events: none;
}

.city-details-page .container {
    position: relative;
    z-index: 1;
}

.city-detail-section {
    position: relative;
}

.city-overview {
    margin-bottom: 54px;
}

.city-overview-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.78fr);
    gap: 32px;
    align-items: stretch;
}

.city-overview .col-lg-8,
.city-overview .col-lg-4 {
    max-width: none;
}

.overview-content {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 28px;
}

.overview-header {
    padding: 32px;
    border: 2px solid #d4af37;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(15, 23, 31, 0.08), 0 8px 22px rgba(212, 175, 55, 0.12);
}

.city-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 32px;
    margin-bottom: 12px;
    padding: 6px 12px;
    border: 1px solid rgba(212, 175, 55, 0.36);
    border-radius: 999px;
    background: rgba(255, 248, 232, 0.9);
    color: #8c6a2f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.city-section-kicker i {
    color: #d4af37;
}

.overview-title {
    margin: 0 0 14px;
    color: #d4af37;
    font-size: 2.55rem;
    line-height: 1.08;
    font-weight: 800;
    background: linear-gradient(45deg, #d4af37 0%, #ffd700 30%, #a07d3a 70%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.city-overview .lead {
    max-width: 780px;
    margin: 0;
    color: #5f5447;
    font-size: 1.06rem;
    line-height: 1.8;
}

.city-section-heading {
    margin-bottom: 16px;
}

.highlights-title,
.details-title,
.city-gallery h2 {
    margin: 0;
    color: #24180d;
    font-size: 1.65rem;
    line-height: 1.2;
    font-weight: 800;
}

.city-highlights-overview,
.city-details-info {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.highlights-list {
    list-style: none;
    padding: 0;
}

.highlights-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.highlights-list li:last-child {
    border-bottom: none;
}

.highlights-list li i {
    color: #28a745;
    font-size: 0.9rem;
}

.detail-item {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-item strong {
    color: #333;
    font-weight: 600;
}

.city-overview-image {
    position: sticky;
    top: 96px;
    min-height: 100%;
}

.city-overview-image a {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.52);
    border-radius: 8px;
    background: #f7f4ee;
    box-shadow: 0 16px 38px rgba(15, 23, 31, 0.12), 0 10px 24px rgba(212, 175, 55, 0.14);
}

.city-overview-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 720px;
    object-fit: cover;
    transition: transform 0.42s ease, filter 0.42s ease;
}

.city-overview-image a:hover img {
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.04);
}

.city-overview-image a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 13, 8, 0.58), transparent 46%);
    pointer-events: none;
}

.overview-image-label {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    color: #6f4f1f;
    font-weight: 800;
}

.city-info-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.city-info-card h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #a07d3a;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info-item i {
    color: #a07d3a;
    font-size: 1.2rem;
    margin-top: 3px;
    width: 20px;
}

.info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.info-item p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.4;
}

.city-highlights {
    margin-bottom: 50px;
}

.city-highlights h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 92px;
    padding: 18px;
    border: 1px solid rgba(160, 125, 58, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(15, 23, 31, 0.06), inset 0 2px 4px rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.highlight-item:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.58);
    box-shadow: 0 16px 32px rgba(15, 23, 31, 0.1), 0 8px 20px rgba(212, 175, 55, 0.14);
}

.highlight-item i,
.highlight-mark {
    display: inline-flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff8e8, #ffffff);
    color: #8c6a2f;
    font-size: 0.78rem;
    font-weight: 900;
    flex-shrink: 0;
}

.highlight-item span {
    color: #403529;
    font-weight: 700;
    line-height: 1.45;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.detail-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #fffdf6);
    box-shadow: 0 10px 24px rgba(15, 23, 31, 0.06), inset 0 2px 4px rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.detail-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.58);
    box-shadow: 0 16px 32px rgba(15, 23, 31, 0.1), 0 8px 20px rgba(212, 175, 55, 0.14);
}

.detail-icon {
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #8c6a2f, #d4af37);
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(160, 125, 58, 0.22);
}

.detail-content h5 {
    margin: 0 0 8px;
    color: #24180d;
    font-size: 0.98rem;
    font-weight: 800;
}

.detail-content p {
    margin: 0;
    color: #6f6554;
    font-size: 0.9rem;
    line-height: 1.55;
}

.city-experience-planner,
.city-day-plan,
.city-local-tips {
    margin: 64px 0;
}

.experience-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.experience-card {
    position: relative;
    min-height: 250px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 246, 0.92)),
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 36%);
    box-shadow: 0 14px 34px rgba(15, 23, 31, 0.08), 0 8px 22px rgba(212, 175, 55, 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.experience-card::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700);
}

.experience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.62);
    box-shadow: 0 20px 44px rgba(15, 23, 31, 0.12), 0 12px 28px rgba(212, 175, 55, 0.18);
}

.experience-icon,
.local-tip-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8c6a2f, #d4af37);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(160, 125, 58, 0.24);
}

.experience-card h3,
.local-tip-card h3 {
    margin: 0 0 10px;
    color: #24180d;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 800;
}

.experience-card p,
.local-tip-card p {
    margin: 0;
    color: #6f6554;
    font-size: 0.94rem;
    line-height: 1.65;
}

.city-day-plan {
    display: grid;
    grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 30px;
    border: 2px solid rgba(212, 175, 55, 0.42);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 246, 0.88)),
        repeating-linear-gradient(135deg, rgba(160, 125, 58, 0.05) 0 1px, transparent 1px 22px);
    box-shadow: 0 16px 38px rgba(15, 23, 31, 0.08), 0 10px 24px rgba(212, 175, 55, 0.12);
}

.city-day-plan .city-section-heading {
    position: sticky;
    top: 96px;
    margin: 0;
}

.city-day-plan h2 {
    margin: 0;
    color: #24180d;
    font-size: 2rem;
    line-height: 1.18;
    font-weight: 800;
}

.day-plan-timeline {
    display: grid;
    gap: 14px;
}

.day-plan-step {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(160, 125, 58, 0.2);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 31, 0.06);
}

.day-plan-symbol {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #24180d;
    font-weight: 900;
}

.day-plan-time {
    display: inline-flex;
    margin-bottom: 7px;
    color: #a07d3a;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.day-plan-step h3 {
    margin: 0 0 8px;
    color: #24180d;
    font-size: 1.05rem;
    font-weight: 800;
}

.day-plan-step p {
    margin: 0;
    color: #6f6554;
    font-size: 0.92rem;
    line-height: 1.6;
}

.local-tips-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.local-tip-card {
    min-height: 230px;
    padding: 22px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #fffdf6);
    box-shadow: 0 12px 30px rgba(15, 23, 31, 0.07), inset 0 2px 4px rgba(255, 255, 255, 0.9);
}

.city-gallery {
    margin: 62px 0 56px;
}

.city-gallery-header {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.city-gallery-header p {
    max-width: 640px;
    margin: 12px auto 0;
    color: #6f6554;
    font-size: 0.98rem;
    line-height: 1.7;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gallery-item {
    position: relative;
    min-height: 320px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 8px;
    overflow: hidden;
    background: #f7f4ee;
    box-shadow: 0 12px 30px rgba(15, 23, 31, 0.08);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.58);
    box-shadow: 0 18px 40px rgba(15, 23, 31, 0.13), 0 10px 24px rgba(212, 175, 55, 0.14);
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.city-cta {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.52);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(36, 24, 13, 0.94), rgba(111, 79, 31, 0.92)),
        linear-gradient(135deg, #8c6a2f, #d4af37);
    color: white;
    padding: 56px 34px;
    text-align: center;
    margin: 54px 0 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 31, 0.16), 0 10px 26px rgba(212, 175, 55, 0.16);
}

.city-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 24px);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
}

.city-cta .city-section-kicker {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 215, 0, 0.36);
    color: #fff8e8;
}

.city-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 2.45rem;
    line-height: 1.12;
    font-weight: 800;
}

.city-cta p {
    max-width: 680px;
    margin: 0 auto 26px;
    color: #fff8e8;
    font-size: 1.05rem;
    line-height: 1.7;
    opacity: 0.9;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.city-cta .btn-primary,
.city-cta-secondary {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
}

.city-cta .btn-primary {
    border: 0;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #24180d;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.city-cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: background 0.28s ease, transform 0.28s ease;
}

.city-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .city-overview-shell {
        grid-template-columns: 1fr;
    }

    .city-overview-image {
        position: relative;
        top: auto;
    }

    .city-overview-image img {
        min-height: 520px;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }

    .experience-card-grid,
    .local-tips-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .city-day-plan {
        grid-template-columns: 1fr;
    }

    .city-day-plan .city-section-heading {
        position: relative;
        top: auto;
    }
}

/* Responsive for City Details */
@media (max-width: 768px) {
    .city-details-hero {
        min-height: 560px;
    }

    .city-details-hero-content {
        padding-top: 72px;
    }

    .city-details-hero h1 {
        font-size: 2.55rem;
    }

    .city-details-hero p {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .city-details-hero .hero-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .city-details-hero .hero-meta span {
        max-width: 100%;
    }

    .city-hero {
        height: 400px;
    }
    
    .city-hero-content h1 {
        font-size: 2rem;
    }
    
    .city-hero-content p {
        font-size: 1rem;
    }
    
    .city-hero-meta {
        gap: 15px;
    }
    
    .city-hero-meta span {
        font-size: 0.9rem;
        padding: 6px 12px;
    }

    .city-details-page {
        padding-top: 34px !important;
    }

    .city-overview {
        margin-bottom: 38px;
    }

    .city-overview-shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .overview-header {
        padding: 22px;
    }

    .overview-title {
        font-size: 1.8rem;
    }

    .city-overview .lead {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .highlights-title,
    .details-title,
    .city-gallery h2 {
        font-size: 1.45rem;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .highlight-item {
        min-height: auto;
        padding: 15px;
    }

    .details-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .detail-card {
        min-height: auto;
        padding: 15px;
    }

    .city-overview-image {
        position: relative;
        top: auto;
    }

    .city-overview-image img {
        min-height: 360px;
    }

    .city-experience-planner,
    .city-day-plan,
    .city-local-tips {
        margin: 42px 0;
    }

    .experience-card-grid,
    .local-tips-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .experience-card,
    .local-tip-card {
        min-height: auto;
        padding: 18px;
    }

    .city-day-plan {
        padding: 20px;
        gap: 18px;
    }

    .city-day-plan h2 {
        font-size: 1.55rem;
    }

    .day-plan-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 15px;
    }

    .day-plan-symbol {
        width: 44px;
        height: 44px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gallery-item,
    .gallery-item:first-child {
        grid-row: auto;
        min-height: 260px;
    }
    
    .city-cta h2 {
        font-size: 1.8rem;
    }
    
    .city-cta p {
        font-size: 1rem;
    }
    
    .city-cta {
        padding: 38px 18px;
        margin: 36px 0 0;
        border-radius: 8px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .city-cta .btn-primary,
    .city-cta-secondary {
        width: 100%;
    }
}

.card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.card-location i {
    color: #e74c3c;
    font-size: 0.8rem;
}

.card-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #ffd700;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.card-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}

.card-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    justify-content: center;
}

.card-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    min-width: 120px;
}

.card-btn-primary {
    background: #8c6a2f;
    color: white;
}

.card-btn-primary:hover {
    background: #6d3410;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
}

.btn-primary {
    background: #8c6a2f !important;
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(209, 98, 43, 0.3);
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

/* Call to Action Section - Minimal Luxury Design */
.cta {
    background: #fdfdfd;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.cta::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
    animation: float1 10s infinite ease-in-out;
    z-index: 0;
}

.cta::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(140, 106, 47, 0.02) 0%, transparent 70%);
    animation: float2 12s infinite ease-in-out;
    z-index: 0;
}

.cta .container {
    position: relative;
    z-index: 1;
}

.cta h2 {
    font-size: 2.8rem;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.cta p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.4s;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cta .btn {
    padding: 18px 45px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    border: 1px solid transparent;
}

.cta .btn-primary {
    background: #d4af37;
    color: white;
    border-color: #d4af37;
    animation-delay: 0.6s;
}

.cta .btn-outline {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #d4af37;
    animation-delay: 0.8s;
}

.cta .btn-primary:hover {
    background: transparent;
    color: #d4af37;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.1);
}

.cta .btn-outline:hover {
    background: #d4af37;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.15);
}

.cta .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.6s ease;
    z-index: -1;
}

.cta .btn:hover::before {
    left: 100%;
}

/* Floating Animation */
@keyframes float1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(30px, -30px) scale(1.1);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, 30px) scale(1.1);
    }
}

/* Responsive Design for CTA */
@media (max-width: 768px) {
    .cta {
        padding: 80px 0;
    }
    
    .cta h2 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .cta p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .cta .btn {
        width: 250px;
        padding: 15px 30px;
    }
}

/* About Us Section - Exact Boyka & Lea Tours Design */
.about-us-section {
    background: #ffffff;
    padding: 100px 0;
}

/* Section 1: Text and Carousel */
.about-row {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 120px;
}

.about-col-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-col-right {
    flex: 1;
}

/* About Us Section Header */
.about-us-section .section-header {
    margin-bottom: 40px;
}

.about-us-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.about-us-section .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #3498db;
}

.about-us-section .section-header p {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.about-us-badge {
    display: none;
}

.dial-icon {
    width: 101px;
    height: 125px;
    object-fit: contain;
}

.about-content {
    max-width: 100%;
}

.sub-title {
    color: #f39c12;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.2;
    text-transform: uppercase;
}

.description {
    color: #495057;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.description:last-child {
    margin-bottom: 0;
}

/* Carousel Styles */
.image-carousel {
    position: relative;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #2c3e50;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover {
    background: #f39c12;
    color: white;
    transform: scale(1.1);
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}



.owl-carousel .owl-dots::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: progress 3s ease-in-out infinite;
}

@keyframes progress {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.owl-carousel .owl-dot {
    display: none;
}

.owl-carousel .owl-dot.active {
    display: none;
}

.owl-carousel .owl-dot:hover {
    display: none;
    transform: scale(1.1);
}

/* Section 2: Images and Vision/Mission */
.second-row {
    margin-bottom: 0;
}

.images-section {
    position: relative;
    height: 600px;
}

.main-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 416px;
    height: 401px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.about-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secondary-image-wrapper {
    position: absolute;
    top: 100px;
    left: 200px;
    width: 416px;
    height: 401px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.about-secondary-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-mission-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 60px;
}

.vision-box,
.mission-box {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-box:hover,
.mission-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.vm-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(243, 156, 18, 0.3);
}

.vm-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vm-content p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-row {
        gap: 40px;
    }
    
    .secondary-image-wrapper {
        left: 150px;
    }
    
    .vision-mission-section {
        padding-left: 40px;
    }
}

@media (max-width: 992px) {
    .about-row {
        flex-direction: column;
        gap: 60px;
    }
    
    .about-col-left,
    .about-col-right {
        flex: 1;
        width: 100%;
    }
    
    .second-row {
        flex-direction: column;
    }
    
    .images-section {
        height: auto;
        margin-bottom: 60px;
    }
    
    .main-image-wrapper,
    .secondary-image-wrapper {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 416px;
        margin: 0 auto 30px;
    }
    
    .secondary-image-wrapper {
        margin-top: 0;
    }
    
    .vision-mission-section {
        padding-left: 0;
    }
    
    .title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-us-section {
        padding: 80px 0;
    }
    
    .carousel-container {
        height: 350px;
    }
    
    .main-image-wrapper,
    .secondary-image-wrapper {
        max-width: 100%;
        height: 300px;
    }
    
    .vision-box,
    .mission-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    
    .vm-icon {
        margin: 0 auto 20px;
    }
    
    .title {
        font-size: 1.8rem;
    }
    
    .sub-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .about-us-section {
        padding: 60px 0;
    }
    
    .carousel-container {
        height: 250px;
    }
    
    .main-image-wrapper,
    .secondary-image-wrapper {
        height: 250px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .vm-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .vm-content h3 {
        font-size: 1.3rem;
    }
}
.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: #667eea;
}

.form-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

/* Elementor Section Styles */
.elementor-section {
position: relative;
width: 100%;
padding: 60px 0;
}

.elementor-section-boxed > .elementor-container {
max-width: 1140px;
margin: 0 auto;
}

.elementor-container {
display: flex;
width: 100%;
max-width: 100%;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 10px;
}

.elementor-col-100 {
width: 100%;
}

.elementor-widget-wrap {
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
}

.elementor-element-populated {
flex-grow: 1;
}

/* OVA Search Ajax Layout */
.ovabrw-search-ajax {
width: 100%;
}

.wrap-search-ajax {
display: flex;
gap: 30px;
}

.wrap-search-ajax-sidebar {
flex-direction: row;
}

.right_sidebar {
flex-direction: row;
}

.search-main-content {
flex: 1;
}

.search-ajax-sidebar {
width: 350px;
flex-shrink: 0;
}

/* OVA Single Product Styles */
.ovabrw-products-result {
display: flex;
flex-direction: column;
gap: 20px;
}

.ovabrw-products-result-list {
flex-direction: column;
}

.ovabrw-single-product {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
display: flex;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ovabrw-single-product:hover {
transform: translateY(-2px);
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.product-img {
position: relative;
width: 350px;
height: 250px;
flex-shrink: 0;
overflow: hidden;
}

.product-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.ovabrw-single-product:hover .product-img img {
transform: scale(1.05);
}

.ova-is-featured {
position: absolute;
top: 15px;
left: 15px;
background: #ff6b35;
color: white;
padding: 5px 12px;
border-radius: 4px;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
z-index: 10;
}

.ova-video-gallery {
position: absolute;
bottom: 15px;
right: 15px;
display: flex;
gap: 10px;
z-index: 10;
}

.btn-gallery {
background: rgba(0,0,0,0.7);
color: white;
padding: 8px 12px;
border-radius: 4px;
font-size: 0.8rem;
cursor: pointer;
transition: background 0.3s ease;
text-decoration: none;
display: flex;
align-items: center;
gap: 5px;
}

.btn-gallery:hover {
background: rgba(0,0,0,0.9);
}

.product-container {
flex: 1;
display: flex;
padding: 20px;
justify-content: space-between;
}

.product-container-left {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-right: 20px;
}

.product-title {
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.3;
}

.product-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}

.product-title a:hover {
color: #8c6a2f;
}

.ova-product-location {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 10px;
color: #666;
font-size: 0.9rem;
}

.ova-product-location i {
color: #8c6a2f;
}

.ova-product-review {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}

.star-rating {
position: relative;
display: inline-block;
font-size: 1rem;
height: 20px;
line-height: 20px;
background: #ddd;
border-radius: 10px;
overflow: hidden;
}

.rating-percent {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: #ffc107;
border-radius: 10px;
}

.woo-review-link {
color: #666;
text-decoration: none;
font-size: 0.85rem;
}

.woo-review-link:hover {
color: #8c6a2f;
}

.product-short-description {
color: #666;
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 15px;
}

.product-container-right {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
min-width: 150px;
}

.ova-tour-day {
display: flex;
align-items: center;
gap: 8px;
color: #666;
font-size: 0.9rem;
margin-bottom: 10px;
}

.ova-tour-day i {
color: #8c6a2f;
}

.ova-product-wrapper-price {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 10px;
}

.ova-product-price {
text-align: right;
}

.no-product-price {
color: #666;
font-size: 0.9rem;
}


/* Tours Page Styles */
.tours-grid {
display: flex;
flex-direction: column;
gap: 15px;
margin-top: 20px;
}

.tour-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    height: 200px;
}

.tour-card:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
}

.tour-card-image {
    position: relative;
    width: 300px;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-card:hover .tour-card-image img {
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #8c6a2f;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 10;
}

.tour-card-content {
    padding: 15px;
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.product-container-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-container-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    padding-left: 15px;
}

.tour-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.tour-location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7f8c8d;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.tour-location i {
    color: #e74c3c;
    font-size: 0.8rem;
}

.tour-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f39c12;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.rating-text {
    color: #666;
    font-size: 0.75rem;
}

.tour-description {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-duration {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 0.85rem;
}

.tour-duration i {
    color: #8c6a2f;
    font-size: 0.8rem;
}

.tour-price {
    display: flex;
    align-items: center;
}

.price-amount {
    font-size: 1rem;
    font-weight: 600;
    color: #8c6a2f;
}


/* Filter Bar Styles */
.ovabrw-tour-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.left-filter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tour-found-text {
    font-size: 1rem;
    color: #666;
}

.number-result-tour-found {
    font-weight: 600;
    color: #2c3e50;
}

.clear-filter {
    color: #8c6a2f;
    text-decoration: none;
    font-size: 0.9rem;
    cursor: pointer;
}

.clear-filter:hover {
    text-decoration: underline;
}

.right-filter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-sort {
    position: relative;
}

.input_select_input {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.85rem;
    background: white;
    cursor: pointer;
    min-width: 150px;
}

.input_select_list {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 100%;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.input_select_list li {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    color: #666;
}

.input_select_list li:hover {
    background: #f8f9fa;
}

.term_item_selected {
    background: #8c6a2f;
    color: white;
}

.asc_desc_sort {
    display: flex;
    gap: 5px;
}

.asc_sort, .desc_sort {
    color: #666;
    cursor: pointer;
    font-size: 0.8rem;
}

.asc_sort:hover, .desc_sort:hover {
    color: #8c6a2f;
}

.filter-result-layout {
    display: flex;
    gap: 5px;
}

.filter-layout {
    color: #666;
    cursor: pointer;
    font-size: 0.8rem;
}

.filter-layout-active {
    color: #8c6a2f;
}

/* Sidebar Styles */
.search-ajax-sidebar {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 100px;
}

.search-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-field {
    margin-bottom: 15px;
}

.ovabrw-label {
    margin-bottom: 8px;
    color: #666;
    font-size: 0.85rem;
}

.ovabrw-label i {
    color: #8c6a2f;
    margin-right: 5px;
}

.ovabrw-input input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.85rem;
}

.ovabrw-btn {
    width: 100%;
    padding: 10px;
    background: #8c6a2f;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.3s;
}

.ovabrw-btn:hover {
    background: #c1962b;
}

/* Tour Search Panel */
.tour-search-panel {
    position: relative;
    z-index: 20;
    display: block;
    margin: 0 0 42px;
    padding: 32px 34px 30px;
    overflow: visible;
    border: 2px solid #d4af37;
    border-radius: 15px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8f9fa 30%, #fff 60%, #fff 100%);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08),
                0 6px 20px rgba(212, 175, 55, 0.12),
                inset 0 2px 4px rgba(255, 255, 255, 0.9);
}

.tour-search-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(212, 175, 55, 0.08) 50%, rgba(255, 215, 0, 0.05) 100%);
    pointer-events: none;
}

.tour-search-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 70%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.tour-search-intro,
.tour-search-workspace {
    position: relative;
    z-index: 1;
}

.tour-search-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 0;
    padding: 0 190px 0 190px;
    text-align: center;
    color: #24180d;
}

.tour-search-kicker {
    display: inline-flex;
    position: absolute;
    top: 26px;
    right: 28px;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.9), rgba(212, 175, 55, 0.8), rgba(255, 255, 255, 0.9));
    color: #1a1a1a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 3px 8px rgba(212, 175, 55, 0.2),
                inset 0 1px 2px rgba(255, 255, 255, 0.8),
                0 0 0 1px rgba(212, 175, 55, 0.15);
}

.tour-search-kicker i {
    color: #1a1a1a;
}

.tour-search-intro h2 {
    margin: 0 0 10px;
    color: #d4af37;
    font-size: 2.05rem;
    line-height: 1.12;
    font-weight: 800;
    text-transform: uppercase;
    filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.2));
    background: linear-gradient(45deg, #d4af37 0%, #ffd700 25%, #d4af37 50%, #ffd700 75%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tour-search-intro p {
    max-width: 680px;
    margin: 0;
    color: #6f6554;
    font-size: 0.98rem;
    line-height: 1.7;
}

.tour-search-workspace {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
    min-width: 0;
    overflow: visible;
}

.tour-search-form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) minmax(170px, 0.8fr) minmax(170px, 0.8fr) minmax(138px, auto);
    gap: 12px;
    align-items: end;
    padding: 16px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06),
                inset 0 3px 6px rgba(255, 255, 255, 0.9),
                0 0 0 1px rgba(212, 175, 55, 0.12);
}

.tour-search-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.tour-search-autocomplete {
    position: relative;
}

.tour-search-field span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6f6554;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tour-search-field span i {
    color: #a07d3a;
}

.tour-search-field input,
.tour-search-field select {
    width: 100%;
    height: 54px;
    min-width: 0;
    padding: 0 14px;
    border: 1px solid rgba(160, 125, 58, 0.22);
    border-radius: 8px;
    background: #fffdf8;
    color: #2b2115;
    font-size: 0.95rem;
    font-weight: 600;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.tour-search-field select {
    cursor: pointer;
}

.tour-search-field input::placeholder {
    color: #9b907f;
    font-weight: 500;
}

.tour-search-field input:focus,
.tour-search-field select:focus {
    border-color: #d4af37;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.tour-search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    max-height: 280px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(160, 125, 58, 0.22);
    border-radius: 10px;
    background: #fffdf8;
    box-shadow: 0 18px 42px rgba(23, 19, 12, 0.16);
}

.tour-search-suggestions.is-open {
    display: block;
}

.tour-search-suggestion {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #2b2115;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.tour-search-suggestion:hover,
.tour-search-suggestion.is-active {
    background: rgba(212, 175, 55, 0.16);
    color: #8c6a2f;
}

.tour-search-suggestion-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.92rem;
    font-weight: 800;
}

.tour-search-suggestion small {
    overflow: hidden;
    color: #7b705f;
    font-size: 0.78rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 54px;
    min-width: 138px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #8c6a2f 0%, #d4af37 72%, #ffd700 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 26px rgba(160, 125, 58, 0.26);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tour-search-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(160, 125, 58, 0.34);
}

.tour-search-quick-links,
.tour-search-active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.tour-search-quick-links {
    color: #6f6554;
    font-size: 0.9rem;
    font-weight: 700;
    justify-content: center;
}

.tour-search-chip,
.tour-search-active span,
.tour-search-reset,
.tour-search-admin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 9px 16px;
    border: 2px solid rgba(212, 175, 55, 0.34);
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 800;
}

.tour-search-chip {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 249, 250, 0.84), rgba(255, 255, 255, 0.95));
    color: #d4af37;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06),
                inset 0 3px 6px rgba(255, 255, 255, 0.9),
                0 0 0 1px rgba(212, 175, 55, 0.1);
    transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.tour-search-chip:hover,
.tour-search-chip.is-active {
    transform: translateY(-2px);
    border-color: #ffd700;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(212, 175, 55, 0.25), inset 0 3px 6px rgba(255, 255, 255, 0.38);
}

.tour-search-active {
    color: #6f6554;
    justify-content: center;
}

.tour-search-active span {
    background: rgba(255, 248, 232, 0.86);
    color: #6f4f1f;
}

.tour-search-reset {
    background: #fff8e8;
    color: #8c6a2f;
    transition: background 0.25s ease, transform 0.25s ease;
}

.tour-search-reset:hover {
    background: linear-gradient(135deg, #8c6a2f, #d4af37);
    color: #ffffff;
    transform: translateY(-2px);
}

.tour-search-admin {
    width: fit-content;
    border-color: rgba(220, 53, 69, 0.24);
    background: rgba(220, 53, 69, 0.08);
    color: #b02a37;
    transition: background 0.25s ease, color 0.25s ease;
}

.tour-search-admin:hover {
    background: #dc3545;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .tour-search-panel {
        grid-template-columns: 1fr;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 34%, #fffdf6 70%, #ffffff 100%);
    }

    .tour-search-intro {
        min-height: auto;
        padding: 0;
    }

    .tour-search-intro p {
        max-width: 620px;
    }

    .tour-search-kicker {
        position: static;
        margin-bottom: 14px;
    }

    .tour-search-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-search-field-wide,
    .tour-search-submit {
        grid-column: 1 / -1;
    }

    .tour-card {
        flex-direction: column;
        height: auto;
    }
    
    .tour-card-image {
        width: 100%;
        height: 200px;
    }
    
    .tour-card-content {
        flex-direction: column;
    }
    
    .product-container-right {
        align-items: flex-start;
        padding-left: 0;
        margin-top: 10px;
    }
    
    .search-ajax-sidebar {
        position: static;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .tour-search-panel {
        padding: 22px;
        margin-bottom: 32px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 34%, #fffdf6 70%, #ffffff 100%);
    }

    .tour-search-intro h2 {
        font-size: 1.6rem;
    }

    .tour-search-form {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .tour-search-submit {
        width: 100%;
    }

    .tour-search-quick-links,
    .tour-search-active {
        align-items: stretch;
    }

    .tour-search-chip,
    .tour-search-active span,
    .tour-search-reset,
    .tour-search-admin {
        flex: 1 1 auto;
    }

    .ovabrw-tour-filter {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .right-filter {
        width: 100%;
        justify-content: space-between;
    }
}
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    color: white;
    padding: 60px 0 0;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #8c6a2f);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4af37;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.footer-brand i {
    font-size: 2.2rem;
    background: linear-gradient(135deg, #d4af37, #8c6a2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-section p {
    color: #b8b8b8;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.footer-section h3 {
    margin-bottom: 25px;
    color: #d4af37;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37, #8c6a2f);
    transition: width 0.3s ease;
}

.footer-section:hover h3::after {
    width: 80px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.footer-section ul li:hover {
    transform: translateX(8px);
}

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    position: relative;
    display: inline-block;
}

.footer-section a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #d4af37, #8c6a2f);
    transition: width 0.3s ease;
}

.footer-section a:hover {
    color: #d4af37;
    transform: translateX(3px);
}

.footer-section a:hover::before {
    width: 100%;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #d4af37, #8c6a2f);
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 50%;
    z-index: 0;
}

.social-links a i {
    position: relative;
    z-index: 1;
}

.social-links a:hover {
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.social-links a:hover::before {
    transform: scale(1);
}

.footer-bottom {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.footer-bottom p {
    color: #a0a0a0;
    font-size: 0.9rem;
    margin: 0;
    position: relative;
}

.footer-bottom p::before {
    content: '✦';
    color: #d4af37;
    margin: 0 10px;
    font-size: 0.8rem;
    opacity: 0.6;
}

/* Testimonials Section - Version 2 */
.ova-testimonial.version-2 {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}


.ova-testimonial.version-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.ova-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.ova-title .sub-title {
    color: #d4af37;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.ova-title .sub-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 30px;
    font-size: 60px;
    font-family: Georgia, serif;
    color: #d4af37;
    opacity: 0.2;
    z-index: 0;
}

.ova-title .title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 0 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.ova-title .title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #8c6a2f);
}

.slide-testimonials-version-2 .item {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    padding: 40px 30px;
    margin: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.slide-testimonials-version-2 .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(212, 175, 55, 0.3);
}

.slide-testimonials-version-2 .item::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 60px;
    font-family: Georgia, serif;
    color: #d4af37;
    opacity: 0.1;
    z-index: 0;
}

.evaluate {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d4af37;
    transition: all 0.3s ease;
}

.client img:hover {
    transform: scale(1.05);
    border-color: #8c6a2f;
}

.name-job .name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ova-rating.star_fontawesome {
    display: flex;
    align-items: center;
}

.elementor-star-rating {
    color: #d4af37;
    font-size: 1rem;
    letter-spacing: 2px;
}

.elementor-star-rating i {
    color: #d4af37;
    transition: all 0.3s ease;
}

.elementor-star-rating i:hover {
    color: #8c6a2f;
    transform: scale(1.1);
}

/* Owl Carousel Styles */
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    display: none;
}

.owl-carousel .owl-dots {
    display: none;
}

.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.owl-carousel .owl-dot.active {
    background: #d4af37;
    width: 30px;
    border-radius: 6px;
}

.owl-carousel .owl-dot:hover {
    background: #8c6a2f;
}

.owl-carousel .owl-dots::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { left: -100%; }
    50% { left: 100%; }
}

.owl-carousel .owl-dot {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ova-testimonial.version-2 {
        padding: 60px 0;
    }
    
    .ova-title .title {
        font-size: 1.8rem;
    }
    
    .ova-title .sub-title {
        font-size: 1rem;
    }
    
    .testimonials-wrapper {
        border-radius: 15px;
        margin: 0 15px;
    }
    
    .testimonials-slider {
        padding: 40px 20px;
    }
    
    .slide-testimonials-version-2 .item {
        padding: 30px 20px;
        margin: 10px;
    }
    
    .evaluate {
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .info-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .client img {
        width: 50px;
        height: 50px;
    }
    
    .name-job .name {
        font-size: 1rem;
    }
    
    .name-job .job {
        font-size: 0.85rem;
    }
    
    .testimonials-navigation {
        margin-top: 30px;
        gap: 20px;
    }
    
    .testimonial-arrows {
        gap: 15px;
    }
    
    .testimonial-prev,
    .testimonial-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .testimonial-dots .dot {
        width: 10px;
        height: 10px;
    }
    
    .testimonial-dots .dot.active {
        width: 30px;
    }
}

@media (max-width: 576px) {
    .ova-testimonial.version-2 {
        padding: 40px 0;
    }
    
    .testimonials-wrapper {
        margin: 0 10px;
    }
    
    .testimonials-slider {
        padding: 30px 15px;
    }
    
    .slide-testimonials-version-2 .item {
        padding: 25px 15px;
        margin: 8px;
    }
    
    .evaluate {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .client-info {
        gap: 12px;
    }
    
    .client img {
        width: 45px;
        height: 45px;
    }
    
    .name-job .name {
        font-size: 0.95rem;
    }
    
    .name-job .job {
        font-size: 0.8rem;
    }
    
    .elementor-star-rating {
        font-size: 1rem;
        letter-spacing: 2px;
    }
    
    .testimonials-navigation {
        flex-direction: column;
        gap: 20px;
    }
    
    .testimonial-arrows {
        order: -1;
    }
    
    .testimonial-prev,
    .testimonial-next {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

/* Happy Clients Reviews */
.ova-testimonial.version-2 {
    background:
        radial-gradient(circle at 12% 14%, rgba(212, 175, 55, 0.11), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(140, 106, 47, 0.1), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.ova-testimonial.version-2 .section-header h2 {
    color: #8c6a2f;
    text-shadow: none;
}

.ova-testimonial.version-2 .section-header p {
    color: #6f6554;
}

.happy-clients-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.72fr);
    gap: 30px;
    align-items: start;
    margin-top: 36px;
}

.happy-clients-showcase,
.tourist-review-form-panel {
    position: relative;
}

.happy-clients-score {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
    padding: 24px 26px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(80, 54, 23, 0.97) 0%, rgba(140, 106, 47, 0.97) 170px, rgba(255, 255, 255, 0.97) 170px, rgba(255, 250, 240, 0.97) 100%);
    box-shadow: 0 18px 42px rgba(80, 54, 23, 0.12);
    overflow: hidden;
}

.happy-clients-score-mark {
    display: grid;
    place-items: center;
    min-width: 126px;
    min-height: 126px;
    border: 1px solid rgba(255, 215, 0, 0.38);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.happy-clients-score-mark span {
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1;
}

.happy-clients-score h3 {
    margin: 0 0 8px;
    color: #24180d;
    font-size: 1.5rem;
    line-height: 1.25;
}

.happy-clients-score p {
    margin: 0;
    color: #6f6554;
    line-height: 1.75;
}

.happy-clients-stars {
    display: inline-flex;
    gap: 3px;
    color: #d4af37;
}

.happy-clients-grid {
    display: flex;
    gap: 18px;
    padding: 4px 4px 18px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #d4af37 #fff3d6;
    scrollbar-width: thin;
}

.happy-clients-grid::-webkit-scrollbar {
    height: 12px;
}

.happy-clients-grid::-webkit-scrollbar-track {
    border-radius: 999px;
    background: linear-gradient(90deg, #fff3d6, #fffaf0);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.2);
}

.happy-clients-grid::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 999px;
    background:
        linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700) border-box;
    background-clip: padding-box, border-box;
}

.happy-clients-grid::-webkit-scrollbar-thumb:hover {
    background:
        linear-gradient(90deg, #6d4f1f, #c69b22, #ffd700) border-box;
    background-clip: padding-box, border-box;
}

.tourist-review-card {
    position: relative;
    display: flex;
    flex: 0 0 clamp(300px, 42vw, 365px);
    flex-direction: column;
    min-height: 300px;
    padding: 24px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 14px 34px rgba(80, 54, 23, 0.08);
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tourist-review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700);
}

.tourist-review-card::after {
    content: '"';
    position: absolute;
    right: 18px;
    bottom: -26px;
    color: rgba(212, 175, 55, 0.11);
    font-family: Georgia, serif;
    font-size: 7rem;
    line-height: 1;
}

.tourist-review-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.34);
    box-shadow: 0 22px 50px rgba(80, 54, 23, 0.13);
}

.tourist-review-card.featured {
    background: linear-gradient(180deg, #ffffff 0%, #fff6df 100%);
}

.tourist-review-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.tourist-avatar {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border: 2px solid rgba(212, 175, 55, 0.38);
    border-radius: 50%;
    background: linear-gradient(135deg, #8c6a2f, #d4af37);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
}

.tourist-review-top h3 {
    margin: 0 0 4px;
    color: #24180d;
    font-size: 1.05rem;
    line-height: 1.3;
}

.tourist-review-top span {
    color: #8c6a2f;
    font-size: 0.84rem;
    font-weight: 700;
}

.tourist-review-card p {
    position: relative;
    z-index: 1;
    margin: 14px 0 18px;
    color: #4d4438;
    font-size: 0.96rem;
    line-height: 1.75;
}

.tourist-review-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.tourist-review-tags span {
    padding: 7px 10px;
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 8px;
    background: #fff8e8;
    color: #7b5b25;
    font-size: 0.78rem;
    font-weight: 800;
}

.tourist-review-form-panel {
    padding: 26px;
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(80, 54, 23, 0.98) 0%, rgba(140, 106, 47, 0.98) 34%, #ffffff 34%, #fffaf0 100%);
    box-shadow: 0 20px 50px rgba(80, 54, 23, 0.14);
    overflow: hidden;
}

.review-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffe8a3;
    font-size: 0.82rem;
    font-weight: 800;
}

.tourist-review-form-panel h3 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1.25;
}

.tourist-review-form {
    display: grid;
    gap: 13px;
    padding: 18px;
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(80, 54, 23, 0.08);
}

.tourist-review-form label {
    display: grid;
    gap: 7px;
}

.tourist-review-form span {
    color: #6f6554;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tourist-review-form input,
.tourist-review-form select,
.tourist-review-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(160, 125, 58, 0.22);
    border-radius: 8px;
    background: #fffdf8;
    color: #2b2115;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.tourist-review-form input,
.tourist-review-form select {
    height: 48px;
    padding: 0 13px;
}

.tourist-review-form textarea {
    min-height: 118px;
    padding: 13px;
    resize: vertical;
}

.tourist-review-form input:focus,
.tourist-review-form select:focus,
.tourist-review-form textarea:focus {
    border-color: #d4af37;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.tourist-review-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #8c6a2f 0%, #d4af37 72%, #ffd700 100%);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 26px rgba(160, 125, 58, 0.26);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tourist-review-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(160, 125, 58, 0.34);
}

.tourist-review-status {
    min-height: 22px;
    margin: 0;
    color: #6f4f1f;
    font-size: 0.86rem;
    font-weight: 700;
}

@media (max-width: 992px) {
    .happy-clients-layout {
        grid-template-columns: 1fr;
    }

    .tourist-review-form-panel {
        background: linear-gradient(180deg, rgba(80, 54, 23, 0.98) 0%, rgba(140, 106, 47, 0.98) 28%, #ffffff 28%, #fffaf0 100%);
    }
}

@media (max-width: 768px) {
    .happy-clients-score {
        grid-template-columns: 1fr;
        background: linear-gradient(180deg, #503617 0%, #8c6a2f 42%, #fffaf0 42%, #ffffff 100%);
    }

    .happy-clients-score h3 {
        font-size: 1.28rem;
    }

    .happy-clients-grid {
        gap: 14px;
    }

    .tourist-review-card {
        flex-basis: min(86vw, 340px);
        min-height: 0;
        padding: 22px;
    }
}

@media (max-width: 576px) {
    .happy-clients-layout {
        gap: 22px;
    }

    .happy-clients-score,
    .tourist-review-form-panel {
        padding: 20px;
    }
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d4af37 0%, #8c6a2f 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 999;
    transition: transform 0.3s;
}

.back-to-top:hover {
    transform: scale(1.1);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        padding: 0.8rem 0 !important;
        height: auto;
        min-height: 70px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
        box-shadow: 0 4px 20px rgba(160, 125, 58, 0.15) !important;
        border-bottom: 2px solid #d4af37 !important;
        backdrop-filter: blur(10px);
    }
    
    .navbar .container {
        flex-wrap: nowrap;
        padding: 0 15px;
        position: relative;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }
    
    .logo-container {
        order: 1;
        margin-top: 0;
        margin-right: 0;
        margin-left: 40px;
        flex-shrink: 0;
        max-width: 180px;
        z-index: 10;
    }
    
    .logo-text {
        display: flex;
        flex-direction: column;
        line-height: 1;
        font-family: 'Poppins', sans-serif;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .logo-main {
        font-size: 1.1rem;
        font-weight: 700;
        color: #a07d3a;
        letter-spacing: 0.3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .logo-sub {
        font-size: 0.9rem;
        font-weight: 600;
        color: #d4af37;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .nav-actions {
        order: 2;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        margin-right: 10px;
    }

    /* Add cart icon to mobile menu */
    .nav-menu .mobile-cart {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #333;
        font-weight: 600;
        padding: 15px 20px;
        margin: 20px 0;
        background: rgba(160, 125, 58, 0.05);
        border-radius: 10px;
    }
    
    /* Hide cart icon from main navbar on mobile */
    .cart-icon {
        display: none;
    }
    
    .nav-toggle {
        order: 3;
        margin-right: 0;
    }
    
    /* Ultra-Modern Mobile Sidebar Design */
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: 
            linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%),
            radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 20% 80%, rgba(78, 205, 196, 0.08) 0%, transparent 50%);
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 9999;
        order: 4;
        box-shadow: 
            -10px 0 40px rgba(0, 0, 0, 0.3),
            inset 0 0 60px rgba(212, 175, 55, 0.05);
        overflow-y: auto;
        backdrop-filter: blur(20px);
        border-left: 1px solid rgba(212, 175, 55, 0.2);
    }
    
    .nav-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            linear-gradient(45deg, transparent 40%, rgba(212, 175, 55, 0.03) 50%, transparent 60%),
            linear-gradient(-45deg, transparent 40%, rgba(78, 205, 196, 0.03) 50%, transparent 60%);
        animation: menuShimmer 8s linear infinite;
        pointer-events: none;
    }
    
    @keyframes menuShimmer {
        0% { transform: translateX(-100%) translateY(-100%) rotate(0deg); }
        100% { transform: translateX(100%) translateY(100%) rotate(360deg); }
    }
    
    .nav-menu.active {
        right: 0;
        transform: translateX(0) scale(1);
    }
    
    /* Elegant Sidebar Header */
    .nav-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 25px;
        background: 
            linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(160, 125, 58, 0.1) 100%),
            radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
        border-bottom: 2px solid rgba(212, 175, 55, 0.2);
        position: relative;
        z-index: 10;
        backdrop-filter: blur(10px);
    }
    
    .nav-menu-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
        animation: headerGlow 3s ease-in-out infinite alternate;
    }
    
    @keyframes headerGlow {
        0% { opacity: 0.3; }
        100% { opacity: 0.7; }
    }
    
    .nav-menu-logo {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #ffd700;
        font-weight: 800;
        font-size: 1.4rem;
        text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
        position: relative;
        z-index: 1;
    }
    
    .nav-menu-logo i {
        font-size: 1.8rem;
        color: #ffd700;
        animation: logoPulse 2s ease-in-out infinite;
    }
    
    @keyframes logoPulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }
    
    .nav-menu-close {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: 
            linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
        border: 2px solid rgba(212, 175, 55, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #ffd700;
        font-size: 1.3rem;
        position: relative;
        z-index: 1;
        backdrop-filter: blur(10px);
    }
    
    .nav-menu-close:hover {
        background: 
            linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(160, 125, 58, 0.15) 100%);
        border-color: #ffd700;
        transform: scale(1.1) rotate(90deg);
        box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
    }
    
    /* Elegant Menu Items Design - Clean & Modern */
    .nav-menu li {
        margin: 12px 20px;
        width: calc(100% - 40px);
        position: relative;
        transform: translateX(0);
        transition: all 0.3s ease;
    }
    
    .nav-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 25px;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.95);
        font-size: 1.1rem;
        font-weight: 600;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        gap: 15px;
        background: 
            linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
        border-radius: 16px;
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(212, 175, 55, 0.2);
        box-shadow: 
            0 4px 15px rgba(0, 0, 0, 0.1),
            inset 0 0 20px rgba(212, 175, 55, 0.05);
    }
    
    .nav-menu li a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: 
            linear-gradient(90deg, 
                transparent, 
                rgba(212, 175, 55, 0.3), 
                rgba(255, 215, 0, 0.2), 
                transparent);
        transition: left 0.6s ease;
        z-index: 0;
    }
    
    .nav-menu li a:hover::before {
        left: 100%;
    }
    
    .nav-menu li a:hover {
        color: #ffd700;
        background: 
            linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(160, 125, 58, 0.15) 100%);
        transform: translateY(-2px) scale(1.02);
        border-color: rgba(212, 175, 55, 0.4);
        box-shadow: 
            0 8px 25px rgba(212, 175, 55, 0.3),
            inset 0 0 30px rgba(255, 215, 0, 0.1);
    }
    
    .nav-menu li a i {
        font-size: 1.4rem;
        color: #ffd700;
        width: 30px;
        text-align: center;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
        text-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    }
    
    .nav-menu li a:hover i {
        color: #fff;
        transform: scale(1.15) rotate(5deg);
        text-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
    }
    
    .nav-menu li a .link-content {
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1;
        position: relative;
        z-index: 1;
    }
    
    .nav-menu li a .link-content span {
        position: relative;
        z-index: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    .nav-menu li a .link-arrow {
        display: inline-flex;
        align-items: center;
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease;
        transform: translateX(0);
        position: relative;
        z-index: 1;
    }
    
    .nav-menu li a:hover .link-arrow {
        color: #ffd700;
        transform: translateX(8px);
        text-shadow: 0 0 15px rgba(212, 175, 55, 0.8);
    }
    
    /* Premium Mobile Cart Section */
    .nav-menu .mobile-cart {
        display: flex;
        flex-direction: column;
        padding: 40px 30px;
        background: 
            linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(160, 125, 58, 0.1) 100%),
            radial-gradient(circle at 30% 40%, rgba(78, 205, 196, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 70% 60%, rgba(233, 69, 96, 0.05) 0%, transparent 50%);
        border-top: 3px solid rgba(212, 175, 55, 0.3);
        margin-top: auto;
        position: relative;
        z-index: 10;
        backdrop-filter: blur(15px);
        overflow: hidden;
    }
    
    .nav-menu .mobile-cart::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            linear-gradient(45deg, transparent 40%, rgba(212, 175, 55, 0.05) 50%, transparent 60%),
            linear-gradient(-45deg, transparent 40%, rgba(78, 205, 196, 0.05) 50%, transparent 60%);
        animation: cartShimmer 6s linear infinite;
        pointer-events: none;
    }
    
    @keyframes cartShimmer {
        0% { transform: translateX(-100%) translateY(-100%) rotate(0deg); }
        100% { transform: translateX(100%) translateY(100%) rotate(360deg); }
    }
    
    .nav-menu .mobile-cart .cart-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(212, 175, 55, 0.3);
        position: relative;
        z-index: 1;
    }
    
    .nav-menu .mobile-cart .cart-title {
        color: #ffd700;
        font-weight: 900;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        gap: 15px;
        text-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
        animation: cartTitleFloat 3s ease-in-out infinite alternate;
    }
    
    @keyframes cartTitleFloat {
        0% { 
            transform: translateY(0px) scale(1);
            filter: hue-rotate(0deg);
        }
        100% { 
            transform: translateY(-2px) scale(1.03);
            filter: hue-rotate(10deg);
        }
    }
    
    .nav-menu .mobile-cart .cart-icon-menu {
        width: 60px;
        height: 60px;
        background: 
            linear-gradient(135deg, rgba(212, 175, 55, 0.8) 0%, rgba(255, 215, 0, 0.6) 100%),
            radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all 0.5s ease;
        box-shadow: 
            0 10px 30px rgba(212, 175, 55, 0.4),
            inset 0 0 20px rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }
    
    .nav-menu .mobile-cart .cart-icon-menu:hover {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 
            0 15px 40px rgba(212, 175, 55, 0.6),
            0 0 30px rgba(255, 215, 0, 0.4),
            inset 0 0 25px rgba(255, 255, 255, 0.3);
    }
    
    .nav-menu .mobile-cart .cart-icon-menu i {
        font-size: 1.6rem;
        color: #fff;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
        animation: iconSpin 4s linear infinite;
    }
    
    @keyframes iconSpin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    .nav-menu .mobile-cart .cart-count-menu {
        position: absolute;
        top: -10px;
        right: -10px;
        background: 
            linear-gradient(135deg, #e94560 0%, #ff6b6b 100%);
        color: white;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
        font-weight: 800;
        box-shadow: 
            0 4px 15px rgba(233, 69, 96, 0.5),
            inset 0 0 10px rgba(255, 255, 255, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.4);
        animation: countPulse 2s ease-in-out infinite;
    }
    
    @keyframes countPulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }
    
    .nav-menu .mobile-cart .cart-info {
        flex: 1;
        color: rgba(255, 255, 255, 0.95);
        font-weight: 700;
        position: relative;
        z-index: 1;
    }
    
    .nav-menu .mobile-cart .cart-info span {
        display: block;
        font-weight: 800;
        font-size: 1.1rem;
        color: #fff;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
        margin-bottom: 5px;
    }
    
    .nav-menu .mobile-cart .cart-info small {
        color: rgba(78, 205, 196, 0.9);
        font-size: 0.9rem;
        font-style: italic;
        font-weight: 600;
    }
    
    .nav-menu .mobile-cart .view-cart-btn {
        background: 
            linear-gradient(135deg, #4ecdc4 0%, #45b7d1 50%, #4ecdc4 100%),
            radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
        color: white;
        border: none;
        padding: 15px 25px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.4s ease;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        box-shadow: 
            0 8px 25px rgba(78, 205, 196, 0.4),
            inset 0 0 20px rgba(255, 255, 255, 0.1);
        margin-top: 15px;
    }
    
    .nav-menu .mobile-cart .view-cart-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.8s ease;
    }
    
    .nav-menu .mobile-cart .view-cart-btn:hover::before {
        left: 100%;
    }
    
    .nav-menu .mobile-cart .view-cart-btn:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 
            0 15px 35px rgba(78, 205, 196, 0.6),
            0 0 30px rgba(78, 205, 196, 0.3),
            inset 0 0 25px rgba(255, 255, 255, 0.2);
    }
    
    /* Innovative Mobile Cart Section */
    .nav-menu .mobile-cart {
        display: flex;
        flex-direction: column;
        padding: 35px 30px;
        background: 
            linear-gradient(135deg, rgba(15, 52, 96, 0.95) 0%, rgba(22, 33, 62, 0.98) 100%),
            radial-gradient(circle at 20% 30%, rgba(233, 69, 96, 0.08) 0%, transparent 40%),
            radial-gradient(circle at 80% 70%, rgba(78, 205, 196, 0.06) 0%, transparent 40%);
        border-top: 4px solid transparent;
        border-image: linear-gradient(90deg, #e94560, #4ecdc4, #ffd700, #4ecdc4, #e94560) 1;
        border-bottom: 4px solid transparent;
        border-image: linear-gradient(90deg, #e94560, #4ecdc4, #ffd700, #4ecdc4, #e94560) 1;
        margin-top: auto;
        position: relative;
        z-index: 10;
        box-shadow: 
            0 -15px 50px rgba(15, 52, 96, 0.8),
            inset 0 0 40px rgba(255, 215, 0, 0.08);
        backdrop-filter: blur(8px);
        overflow: hidden;
    }
    
    .nav-menu .mobile-cart::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            linear-gradient(45deg, transparent 30%, rgba(233, 69, 96, 0.05) 50%, transparent 70%),
            linear-gradient(-45deg, transparent 30%, rgba(78, 205, 196, 0.05) 50%, transparent 70%);
        animation: cartShimmer 6s linear infinite;
        pointer-events: none;
    }
    
    @keyframes cartShimmer {
        0% { transform: translateX(-100%) translateY(-100%) rotate(0deg); }
        100% { transform: translateX(100%) translateY(100%) rotate(360deg); }
    }
    
    .nav-menu .mobile-cart .cart-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 2px solid rgba(78, 205, 196, 0.3);
        position: relative;
        z-index: 1;
    }
    
    .nav-menu .mobile-cart .cart-title {
        color: #ffd700;
        font-weight: 900;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        gap: 18px;
        text-shadow: 
            0 0 20px rgba(255, 215, 0, 0.5),
            0 0 40px rgba(233, 69, 96, 0.3);
        animation: cartTitleFloat 3s ease-in-out infinite alternate;
    }
    
    @keyframes cartTitleFloat {
        0% { 
            transform: translateY(0px) scale(1);
            filter: hue-rotate(0deg);
        }
        100% { 
            transform: translateY(-3px) scale(1.05);
            filter: hue-rotate(15deg);
        }
    }
    
    .nav-menu .mobile-cart .cart-icon-menu {
        width: 65px;
        height: 65px;
        background: 
            linear-gradient(135deg, #e94560, #ff6b6b),
            radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
        border: 3px solid #fff;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all 0.5s ease;
        box-shadow: 
            0 12px 35px rgba(233, 69, 96, 0.7),
            inset 0 0 25px rgba(255, 255, 255, 0.2);
        animation: cartIconFloat 4s ease-in-out infinite;
        z-index: 1;
    }
    
    @keyframes cartIconFloat {
        0%, 100% { 
            transform: translateY(0px) rotate(0deg) scale(1);
        }
        50% { 
            transform: translateY(-8px) rotate(5deg) scale(1.05);
        }
    }
    
    .nav-menu .mobile-cart .cart-icon-menu:hover {
        transform: scale(1.15) rotate(10deg);
        box-shadow: 
            0 20px 50px rgba(233, 69, 96, 0.9),
            inset 0 0 35px rgba(255, 255, 255, 0.3);
        background: 
            linear-gradient(135deg, #ff6b6b, #e94560),
            radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 50%);
    }
    
    .nav-menu .mobile-cart .cart-icon-menu i {
        font-size: 1.8rem;
        color: #fff;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        animation: iconRotate 10s linear infinite;
    }
    
    @keyframes iconRotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    .nav-menu .mobile-cart .cart-count-menu {
        position: absolute;
        top: -15px;
        right: -15px;
        background: 
            linear-gradient(135deg, #4ecdc4, #45b7d1),
            radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
        color: white;
        font-size: 1rem;
        font-weight: 900;
        padding: 8px 12px;
        border-radius: 25px;
        min-width: 35px;
        text-align: center;
        border: 3px solid #fff;
        box-shadow: 
            0 10px 25px rgba(78, 205, 196, 0.7),
            inset 0 0 15px rgba(255, 255, 255, 0.2);
        animation: countPulse 2.5s ease-in-out infinite;
        z-index: 2;
    }
    
    @keyframes countPulse {
        0%, 100% { 
            transform: translateY(0px) scale(1);
            box-shadow: 0 10px 25px rgba(78, 205, 196, 0.7);
        }
        50% { 
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 15px 35px rgba(78, 205, 196, 0.9);
        }
    }
    
    .nav-menu .mobile-cart .cart-info {
        flex: 1;
        color: #ffffff;
        font-weight: 800;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
        position: relative;
        z-index: 1;
    }
    
    .nav-menu .mobile-cart .cart-info span {
        display: block;
        font-weight: 900;
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: #ffd700;
        text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    }
    
    .nav-menu .mobile-cart .cart-info small {
        color: #4ecdc4;
        font-size: 1.1rem;
        font-style: italic;
        opacity: 0.9;
        font-weight: 600;
    }
    
    .nav-menu .mobile-cart .view-cart-btn {
        background: 
            linear-gradient(135deg, #4ecdc4, #45b7d1),
            radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
        color: white;
        border: 3px solid #fff;
        padding: 20px 35px;
        border-radius: 25px;
        font-weight: 900;
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.5s ease;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        margin-top: 25px;
        width: 100%;
        box-shadow: 
            0 12px 35px rgba(78, 205, 196, 0.6),
            inset 0 0 25px rgba(255, 255, 255, 0.1);
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .nav-menu .mobile-cart .view-cart-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, 
            transparent, 
            rgba(255, 255, 255, 0.3), 
            transparent);
        transition: left 0.8s ease;
    }
    
    .nav-menu .mobile-cart .view-cart-btn:hover::before {
        left: 100%;
    }
    
    .nav-menu .mobile-cart .view-cart-btn:hover {
        transform: translateY(-8px) scale(1.08);
        box-shadow: 
            0 20px 50px rgba(78, 205, 196, 0.8),
            inset 0 0 35px rgba(255, 255, 255, 0.2);
        background: 
            linear-gradient(135deg, #45b7d1, #4ecdc4),
            radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    }
    
    /* Enhanced Overlay Background */
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 
            radial-gradient(circle at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.95) 100%),
            linear-gradient(45deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        z-index: 9998;
        backdrop-filter: blur(5px);
    }
    
    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .nav-toggle {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: 
            linear-gradient(135deg, rgba(212, 175, 55, 0.8) 0%, rgba(160, 125, 58, 0.9) 100%);
        border-radius: 15px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease;
        box-shadow: 
            0 4px 15px rgba(212, 175, 55, 0.3),
            inset 0 0 10px rgba(255, 255, 255, 0.1);
        position: relative;
        overflow: hidden;
    }
    
    .nav-toggle::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;
    }
    
    .nav-toggle:hover::before {
        left: 100%;
    }
    
    .nav-toggle:hover {
        transform: scale(1.05);
        box-shadow: 
            0 6px 20px rgba(212, 175, 55, 0.4),
            inset 0 0 15px rgba(255, 255, 255, 0.2);
    }
    
    .nav-toggle span {
        width: 22px;
        height: 3px;
        background: #ffffff;
        margin: 2px 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 2px;
        position: relative;
        z-index: 1;
    }
    
    .nav-toggle.active {
        background: 
            linear-gradient(135deg, rgba(233, 69, 96, 0.8) 0%, rgba(212, 175, 55, 0.9) 100%);
        transform: rotate(45deg);
    }
    
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(90deg) translate(0, 0);
        width: 22px;
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-90deg) translate(0, 0);
        width: 22px;
    }
    
    .nav-menu .mobile-cart .cart-info span {
        color: #333;
        font-weight: 600;
        font-size: 1rem;
    }
    
    .nav-menu .mobile-cart .cart-info small {
        color: #4a4a4a;
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .nav-menu .mobile-cart .cart-icon-menu {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .nav-menu .mobile-cart .cart-icon-menu:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }
    
    .nav-menu .mobile-cart .cart-icon-menu i {
        font-size: 1.2rem;
        color: white;
    }
    
    .nav-menu .mobile-cart .cart-count-menu {
        position: absolute;
        top: -5px;
        right: -5px;
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
        color: white;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
        font-weight: 700;
        box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
        border: 2px solid white;
    }
    
    .nav-menu .mobile-cart .view-cart-btn {
        background: linear-gradient(135deg, #ffd700, #ffed4e);
        color: #8c6a2f;
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    
    .nav-menu .mobile-cart .view-cart-btn:hover {
        background: linear-gradient(135deg, #ffed4e, #ffd700);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
    }
    
    .nav-actions {
        order: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: auto;
        margin-right: 15px;
    }
    
        
    .nav-toggle {
        display: flex;
        order: 3;
        flex-direction: column;
        justify-content: center;
        width: 35px;
        height: 35px;
        background: linear-gradient(135deg, #a07d3a, #d4af37);
        border-radius: 8px;
        padding: 8px;
        box-shadow: 0 3px 10px rgba(160, 125, 58, 0.3);
        transition: all 0.3s ease;
    }
    
    .nav-toggle:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(160, 125, 58, 0.4);
    }
    
    .nav-toggle span {
        width: 20px;
        height: 2px;
        background: white;
        margin: 2px 0;
        transition: all 0.3s ease;
        border-radius: 2px;
    }
    
    /* Elegant Rounded Golden Menu Items */
    .nav-menu li {
        margin: 20px 25px;
        width: calc(100% - 50px);
        position: relative;
        opacity: 0;
        transform: translateX(100px) rotateX(90deg) scale(0.3);
        animation: elegantEntrance 1.2s forwards;
        perspective: 1000px;
    }
    
    @keyframes elegantEntrance {
        0% { 
            opacity: 0;
            transform: translateX(100px) rotateX(90deg) scale(0.3);
        }
        100% { 
            opacity: 1;
            transform: translateX(0) rotateX(0deg) scale(1);
        }
    }
    
    .nav-menu li:nth-child(1) { animation-delay: 0.1s; }
    .nav-menu li:nth-child(2) { animation-delay: 0.2s; }
    .nav-menu li:nth-child(3) { animation-delay: 0.3s; }
    .nav-menu li:nth-child(4) { animation-delay: 0.4s; }
    .nav-menu li:nth-child(5) { animation-delay: 0.5s; }
    .nav-menu li:nth-child(6) { animation-delay: 0.6s; }
    
    .nav-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 40px;
        text-decoration: none;
        color: #333333;
        font-size: 1.3rem;
        font-weight: 800;
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        gap: 25px;
        position: relative;
        overflow: hidden;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
        transform-style: preserve-3d;
        background: 
            linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
        border-radius: 50px;
        box-shadow: 
            0 15px 40px rgba(255, 215, 0, 0.4),
            inset 0 0 30px rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(15px);
        border: 3px solid #fff;
    }
    
    .nav-menu li a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, 
            transparent, 
            rgba(255, 255, 255, 0.6), 
            rgba(255, 237, 78, 0.4),
            transparent);
        transition: left 1.2s ease;
        transform: skewX(-25deg);
        border-radius: 50px;
    }
    
    .nav-menu li a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 70%),
            linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
        opacity: 0;
        transition: all 0.8s ease;
        transform: translateZ(-40px);
        border-radius: 50px;
    }
    
    .nav-menu li a:hover::before {
        left: 100%;
    }
    
    .nav-menu li a:hover {
        background: 
            linear-gradient(135deg, #fff 0%, #f8f9fa 50%, #fff 100%);
        color: #ffd700;
        transform: translateX(15px) scale(1.1) rotateX(10deg);
        text-shadow: 
            0 0 30px rgba(255, 215, 0, 1),
            0 0 60px rgba(255, 215, 0, 0.5);
        border: 4px solid #ffd700;
        box-shadow: 
            0 25px 60px rgba(255, 215, 0, 0.6),
            inset 0 0 40px rgba(255, 215, 0, 0.15);
    }
    
    .nav-menu li a:hover::after {
        opacity: 1;
        transform: translateZ(0px);
    }
    
    .nav-menu li a .link-content {
        display: flex;
        align-items: center;
        gap: 25px;
        position: relative;
        z-index: 2;
    }
    
    .nav-menu li a .link-arrow {
        font-size: 1.8rem;
        color: #333333;
        opacity: 0;
        transform: translateX(-30px) scale(0.5);
        transition: all 0.8s ease;
        text-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
    }
    
    .nav-menu li a:hover .link-arrow {
        opacity: 1;
        transform: translateX(0) scale(1);
        color: #ffd700;
    }
    
    .nav-menu li a i {
        font-size: 2rem;
        color: #333333;
        width: 45px;
        text-align: center;
        transition: all 0.8s ease;
        text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
        transform-style: preserve-3d;
        position: relative;
        z-index: 2;
    }
    
    .nav-menu li a i::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
        transform: translate(-50%, -50%) scale(0);
        transition: all 0.8s ease;
        border-radius: 50%;
        z-index: -1;
    }
    
    .nav-menu li a:hover i {
        color: #fff;
        transform: scale(1.5) rotateY(360deg);
        text-shadow: 0 0 40px rgba(255, 255, 255, 1);
    }
    
    .nav-menu li a:hover i::before {
        transform: translate(-50%, -50%) scale(2.5);
    }
    
    .nav-menu a {
        color: white !important;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 15px 20px;
        display: block;
        border-radius: 10px;
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }
    
    .nav-menu a::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;
    }
    
    .nav-menu a:hover::before {
        left: 100%;
    }
    
    .nav-menu a:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateX(5px);
        padding-left: 25px;
    }
    
        
    .cart-icon {
        order: 1;
        position: relative;
        margin-right: 0;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #f8f9fa, #e9ecef);
        border-radius: 50%;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(160, 125, 58, 0.15);
        flex-shrink: 0;
    }
    
    .cart-icon:hover {
        background: linear-gradient(135deg, #a07d3a, #d4af37);
        transform: scale(1.1);
    }
    
    .cart-icon:hover i {
        color: white;
    }
    
    .cart-icon i {
        font-size: 1rem;
        color: #a07d3a;
        transition: color 0.3s ease;
    }
    
    .cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
        font-weight: 700;
        box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
        border: 2px solid white;
    }
    
    .user-menu {
        position: relative;
    }
    
    .user-menu .dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #333;
        text-decoration: none;
        font-size: 0.9rem;
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        min-width: 150px;
        z-index: 1001;
    }
    
    .dropdown-menu li {
        margin: 0;
    }
    
    .dropdown-menu a {
        color: #333 !important;
        padding: 10px 15px;
        display: block;
        font-size: 0.9rem;
    }
    
    .dropdown-menu a:hover {
        background: #f8f9fa;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    /* Hide search box on mobile */
    .search-box {
        display: none;
    }
    
    .search-box button {
        width: 100%;
        margin-top: 10px;
        border-radius: 10px;
    }
    
        
    .card-image {
        height: 200px;
        border-radius: 12px 12px 0 0;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .card-price {
        font-size: 1.3rem;
    }
    
    .card-actions {
        flex-direction: column;
    }
    
    .card-btn {
        margin-bottom: 10px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }


/* Utility Classes */
.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }

/* Services Section - Enhanced Modern Luxury Design */
section.services.py-5.bg-light {
    background: linear-gradient(135deg, 
        #fafafa 0%, 
        #f8f4e6 25%, 
        #faf0e6 50%, 
        #f8f4e6 75%, 
        #fafafa 100%) !important;
    position: relative !important;
    padding: 120px 0 !important;
    overflow: hidden !important;
}

section.services.py-5.bg-light .container {
    position: relative;
    z-index: 1;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #8c6a2f 20%, 
        #d4af37 40%, 
        #ffd700 50%, 
        #d4af37 60%, 
        #8c6a2f 80%, 
        transparent 100%);
    animation: shimmer 3s ease-in-out infinite;
}

.services::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 20%, 
        rgba(212, 175, 55, 0.05) 0%, 
        transparent 50%),
        radial-gradient(circle at 70% 80%, 
        rgba(139, 106, 47, 0.05) 0%, 
        transparent 50%);
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

.services .container {
    position: relative;
    z-index: 1;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 80px;
}

.service-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 50px 35px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid transparent !important;
    box-shadow: 0 10px 30px rgba(139, 106, 47, 0.08) !important;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }
.service-card:nth-child(7) { animation-delay: 0.7s; }

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, 
        #8c6a2f 0%, 
        #d4af37 25%, 
        #ffd700 50%, 
        #d4af37 75%, 
        #8c6a2f 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, 
        rgba(212, 175, 55, 0.1) 0%, 
        transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover::after {
    width: 400px;
    height: 400px;
}

.service-icon {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto 35px !important;
    background: linear-gradient(135deg, 
        rgba(139, 106, 47, 0.08) 0%, 
        rgba(212, 175, 55, 0.12) 50%, 
        rgba(139, 106, 47, 0.08) 100%) !important;
    border-radius: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 2.2rem !important;
    color: #8c6a2f !important;
    position: relative !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid rgba(212, 175, 55, 0.2) !important;
}

.service-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        #8c6a2f, 
        #d4af37, 
        #ffd700, 
        #d4af37, 
        #8c6a2f);
    border-radius: 25px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, 
        #8c6a2f 0%, 
        #d4af37 50%, 
        #8c6a2f 100%);
    color: white;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.3);
}

.service-card:hover .service-icon::before {
    opacity: 1;
}

.service-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
    transition: all 0.4s ease;
    position: relative;
}

.service-card h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37);
    transition: transform 0.4s ease;
}

.service-card:hover h3 {
    color: #8c6a2f;
    transform: translateY(-2px);
}

.service-card:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}

.service-card p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 0;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.service-card:hover p {
    color: #444;
    transform: translateY(-1px);
}

@keyframes float {
    0%, 100% { 
        transform: translate(-50%, -50%) rotate(0deg) scale(1); 
    }
    50% { 
        transform: translate(-50%, -50%) rotate(180deg) scale(1.1); 
    }
}

/* Service Card Animation Effects */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

}

/* Responsive Design for Enhanced Services */
@media (max-width: 768px) {
    .services {
        padding: 80px 0;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 50px;
    }
    
    .service-card {
        padding: 35px 25px;
        border-radius: 15px;
    }
    
    .service-icon {
        width: 75px;
        height: 75px;
        font-size: 1.8rem;
        margin-bottom: 25px;
        border-radius: 20px;
    }
    
    .service-card h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .service-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .services {
        padding: 60px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }
    
    .service-card h3 {
        font-size: 1.1rem;
    }
}


/* Testimonials Section - Minimal Luxury Design */
.testimonials {
    background: #1a1a1a;
    position: relative;
    padding: 120px 0;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 70%);
    pointer-events: none;
}

.testimonials .container {
    position: relative;
    z-index: 1;
}

.testimonials .section-header h2 {
    color: white;
    font-weight: 200;
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.testimonials .section-header p {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    letter-spacing: 1px;
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
    margin-top: 80px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 2px;
    padding: 50px 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s ease forwards;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.testimonial-card:nth-child(1) { animation-delay: 0.2s; }
.testimonial-card:nth-child(2) { animation-delay: 0.4s; }
.testimonial-card:nth-child(3) { animation-delay: 0.6s; }

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 60px;
    font-family: Georgia, serif;
    color: #d4af37;
    opacity: 0.2;
    z-index: 0;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    transform: scaleX(0);
    transition: transform 0.8s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.05);
}

.testimonial-card:hover::after {
    transform: scaleX(1);
}

.testimonial-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.stars {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
    font-size: 1rem;
    color: #d4af37;
    position: relative;
    z-index: 1;
}

.testimonial-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    font-size: 0.95rem;
    font-weight: 300;
    font-style: italic;
    position: relative;
    z-index: 1;
    margin: 0;
    letter-spacing: 0.5px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    position: relative;
    z-index: 1;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #d4af37;
    transition: all 0.6s ease;
    opacity: 0.8;
}

.testimonial-author h4 {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    transition: color 0.4s ease;
}

.testimonial-author span {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.testimonial-card:hover .testimonial-author img {
    transform: scale(1.05);
    opacity: 1;
    border-color: #d4af37;
}

.testimonial-card:hover .testimonial-author h4 {
    color: #d4af37;
}

/* Testimonial Animation Effects */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.testimonial-card {
    animation: slideInLeft 0.8s ease forwards;
}

/* Responsive Design for Testimonials */
@media (max-width: 768px) {
    .testimonials-slider {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .testimonial-author img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-author h4 {
        font-size: 1rem;
    }
    
    .testimonial-content p {
        font-size: 1rem;
    }
    
    .stars {
        font-size: 1.1rem;
    }
}


.categories {
    background: white;
    position: relative;
    padding: 120px 0;
}

.categories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(212, 175, 55, 0.02) 0%, transparent 60%),
                radial-gradient(circle at 70% 30%, rgba(140, 106, 47, 0.01) 0%, transparent 60%);
    pointer-events: none;
}

.categories .container {
    position: relative;
    z-index: 1;
}

.categories .section-header h2 {
    color: #1a1a1a;
    font-weight: 200;
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 50px;
    margin-top: 80px;
}

.category-card {
    background: white;
    border-radius: 2px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s ease forwards;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.category-card:nth-child(1) { animation-delay: 0.2s; }
.category-card:nth-child(2) { animation-delay: 0.4s; }
.category-card:nth-child(3) { animation-delay: 0.6s; }
.category-card:nth-child(4) { animation-delay: 0.8s; }
.category-card:nth-child(5) { animation-delay: 1s; }
.category-card:nth-child(6) { animation-delay: 1.2s; }

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    transform: scaleX(0);
    transition: transform 0.8s ease;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.2);
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 40px;
    background: transparent;
    border: 1px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #d4af37;
    position: relative;
    transition: all 0.8s ease;
}

.category-card:hover .category-icon {
    background: #d4af37;
    color: white;
    transform: scale(1.05);
}

.category-card h3 {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #1a1a1a;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.category-card:hover h3 {
    color: #d4af37;
    letter-spacing: 2px;
}

.category-card p {
    color: #666;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 30px;
    font-weight: 300;
    transition: color 0.4s ease;
}

.category-card:hover p {
    color: #444;
}

.category-card .btn {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #d4af37;
    padding: 15px 35px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.category-card .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #d4af37;
    transition: left 0.6s ease;
    z-index: -1;
}

.category-card .btn:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
}

.category-card .btn:hover::before {
    left: 0;
}

.category-card .btn i {
    transition: transform 0.4s ease;
}

.category-card .btn:hover i {
    transform: translateX(-3px);
}

/* Tour Images Gallery Styles - Only for Classical West Bank Tour */
.tour-images-section {
    margin-bottom: 40px;
    width: 100%;
}

/* Single Tour Image Styles */
.tour-image-section {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.tour-image {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.tour-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

/* Override for 1-image tours - Single Column */
@media (min-width: 769px) {
    .tour-images-section .tour-images-grid.one-image {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 20px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tour-images-section .tour-images-grid.one-image {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .tour-images-section .tour-images-grid.one-image {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
}

/* Override for 3-image tours - Elegant Layout */
.tour-images-grid.three-images {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 580px;
}

.tour-images-grid.three-images .tour-image-item:first-child {
    grid-row: 1 / 3;
    grid-column: 1;
    height: 100%;
}

.tour-images-grid.three-images .tour-image-item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
    height: 100%;
}

.tour-images-grid.three-images .tour-image-item:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
    height: 100%;
}

/* Override for 4-image tours - Simple 2x2 Grid */
.tour-images-grid.four-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}

.tour-image-item {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-image-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.tour-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tour-image-item:hover .tour-gallery-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tour-image-item:hover .image-overlay {
    opacity: 1;
}

.image-overlay i {
    color: white;
    font-size: 24px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.tour-image-item:hover .image-overlay i {
    transform: scale(1);
}

/* Responsive Design for Tour Images */
@media (max-width: 768px) {
    .tour-images-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .tour-image-item {
        height: 250px;
    }
    
    /* Responsive 3-image layout for tablets */
    .tour-images-grid.three-images {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }
    
    .tour-images-grid.three-images .tour-image-item:first-child,
    .tour-images-grid.three-images .tour-image-item:nth-child(2),
    .tour-images-grid.three-images .tour-image-item:nth-child(3) {
        grid-row: auto;
        grid-column: auto;
        height: 200px;
    }
    
    /* Responsive single image for tablets */
    .tour-image {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .tour-images-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .tour-image-item {
        height: 300px;
    }
    
    /* Responsive 3-image layout for mobile */
    .tour-images-grid.three-images .tour-image-item {
        height: 180px;
    }
    
    /* Responsive single image for mobile */
    .tour-image {
        max-height: 300px;
    }
}

/* Category Animation Effects */
@keyframes scaleInUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes shimmer {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design for Categories */
@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }
    
    .category-card {
        padding: 30px 20px;
    }
    
    .category-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .category-card h3 {
        font-size: 1.2rem;
    }
    
    .category-card .btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

/* Golden Moving Bar */
.golden-moving-bar {
    background: linear-gradient(90deg, #d4af37, #8c6a2f, #d4af37);
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
}

.golden-moving-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0) 100%);
    animation: shimmer 3s ease-in-out infinite;
}

.golden-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: fit-content;
}

.golden-content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
}

.golden-content i {
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0.9;
    transition: all 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.golden-content i:hover {
    transform: scale(1.2);
    opacity: 1;
    color: #fffacd;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes shimmer {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

/* Responsive Design for Golden Bar */
@media (max-width: 768px) {
    .golden-content {
        gap: 12px;
        padding: 0 15px;
    }
    
    .golden-content i {
        font-size: 1.2rem;
    }
    
    .golden-moving-bar {
        padding: 10px 0;
    }
}

/* New Destination Grid Design - Boyka Style */
.archive_destination {
    margin: 40px 0;
}

.content-template1 {
    position: relative;
    width: 100%;
}

.content-archive-destination {
    min-height: 600px;
}

.grid-sizer {
    width: 25%;
}

.item-destination {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.item-destination:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.item-destination .img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.item-destination .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.item-destination:hover .img img {
    transform: scale(1.1);
}

.item-destination .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.1) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    transition: background 0.3s ease;
}

.item-destination:hover .mask {
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.2) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.8) 100%);
}

.item-destination .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 25px 25px;
    color: white;
    z-index: 2;
    transition: all 0.3s ease;
}

.item-destination .info .name {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.item-destination .info .count-tour {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.9;
}

.item-destination .info .count-tour .number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #d4af37;
}

/* Different sizes for items */
.item-destination-1 {
    width: 50%;
    height: 400px;
}

.item-destination-2 {
    width: 50%;
    height: 320px;
}

.item-destination-3 {
    width: 25%;
    height: 320px;
}

.item-destination-4 {
    width: 25%;
    height: 320px;
}

.item-destination-5 {
    width: 25%;
    height: 320px;
}

.item-destination-6 {
    width: 25%;
    height: 320px;
}

/* Masonry Layout */
.content-archive-destination {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.item-destination {
    flex: 0 0 auto;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .item-destination-1,
    .item-destination-2 {
        width: 50%;
        height: 350px;
    }
    
    .item-destination-3,
    .item-destination-4,
    .item-destination-5,
    .item-destination-6 {
        width: 50%;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .item-destination-1,
    .item-destination-2,
    .item-destination-3,
    .item-destination-4,
    .item-destination-5,
    .item-destination-6 {
        width: 100%;
        height: 300px;
    }
    
    .item-destination .info {
        padding: 20px 20px 15px;
    }
    
    .item-destination .info .name {
        font-size: 1.5rem;
    }
    
    .item-destination .info .count-tour {
        font-size: 0.85rem;
    }
    
    .item-destination .info .count-tour .number {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .item-destination-1,
    .item-destination-2,
    .item-destination-3,
    .item-destination-4,
    .item-destination-5,
    .item-destination-6 {
        height: 250px;
    }
    
    .item-destination .info .name {
        font-size: 1.3rem;
    }
    
    .content-archive-destination {
        gap: 15px;
    }
}

/* Results count styling */
.results-count {
    text-align: center;
    margin-bottom: 40px;
}

.results-count p {
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
}

.results-count strong {
    color: #a07d3a;
    font-weight: 600;
}

/* City Sections Styling */
.tours-by-city {
    margin-bottom: 60px;
}

.city-section {
    margin-bottom: 60px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.city-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.95) 30%, rgba(255,255,255,1) 100%);
    z-index: 1;
}

.city-section > * {
    position: relative;
    z-index: 2;
}

.city-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.12);
}

.city-header {
    background: linear-gradient(135deg, #a07d3a 0%, #8c6a2f 100%);
    color: white;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.city-header::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)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="20" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.city-info {
    z-index: 2;
    position: relative;
}

.city-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.city-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
}

.city-icon {
    z-index: 2;
    position: relative;
}

.city-icon i {
    font-size: 3rem;
    opacity: 0.8;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.city-tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    padding: 40px;
}

/* Tour Navigation Bar Styles - Compact City Bar */
.tour-navigation-bar {
    background: linear-gradient(135deg, 
        #ffffff 0%, 
        #f8f9fa 30%, 
        #fff 60%, 
        #fff 100%);
    border-radius: 15px;
    padding: 20px 25px;
    margin: 30px 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(212, 175, 55, 0.12),
                inset 0 2px 4px rgba(255, 255, 255, 0.9);
    border: 2px solid #d4af37;
    position: relative;
    overflow: hidden;
}

.tour-navigation-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.05) 0%, 
        rgba(212, 175, 55, 0.08) 50%, 
        rgba(255, 215, 0, 0.05) 100%);
    border-radius: 22px;
    z-index: -1;
    animation: whiteGoldGlow 6s ease-in-out infinite;
}

.tour-navigation-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
    animation: whiteGoldPulse 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes whiteGoldGlow {
    0%, 100% { 
        opacity: 0.8;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(212, 175, 55, 0.15);
    }
    50% { 
        opacity: 1;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12), 0 15px 40px rgba(212, 175, 55, 0.2);
    }
}

@keyframes whiteGoldPulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.02); }
}

.tour-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.tour-nav-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(45deg, 
        #d4af37 0%, 
        #ffd700 25%, 
        #d4af37 50%, 
        #ffd700 75%, 
        #d4af37 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin: 0;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: whiteGoldShimmer 4s ease-in-out infinite;
    position: relative;
    filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.2));
    width: 100%;
}

.tour-nav-title::before {
    content: '✦';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    color: #d4af37;
    animation: starFloat 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.6));
}

@keyframes whiteGoldShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes starFloat {
    0%, 100% { 
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 0.8;
    }
    50% { 
        transform: translateX(-50%) translateY(-6px) scale(1.1);
        opacity: 1;
    }
}

.tour-nav-count {
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.9), 
        rgba(212, 175, 55, 0.8), 
        rgba(255, 255, 255, 0.9));
    color: #1a1a1a;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 3px 8px rgba(212, 175, 55, 0.2),
                inset 0 1px 2px rgba(255, 255, 255, 0.8),
                0 0 0 1px rgba(212, 175, 55, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: absolute;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    top: 10px;
    right: 15px;
    z-index: 10;
}

.tour-nav-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 215, 0, 0.3), 
        transparent);
    transition: left 0.8s ease;
}

@keyframes whiteGoldShimmerLine {
    0%, 100% { left: -100%; }
    50% { left: 100%; }
}

.tour-nav-count i {
    font-size: 0.7rem;
    color: #1a1a1a;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.tour-nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 0 0 0;
    position: relative;
}

.tour-nav-tab {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9), 
        rgba(248, 249, 250, 0.8), 
        rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #d4af37;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(212, 175, 55, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08),
                inset 0 3px 6px rgba(255, 255, 255, 0.9),
                0 0 0 1px rgba(212, 175, 55, 0.2);
}

.tour-nav-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(212, 175, 55, 0.2), 
        transparent);
    transition: left 0.6s ease;
}

.tour-nav-tab:hover::before {
    left: 100%;
}

.tour-nav-tab:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 215, 0, 0.1), 
        rgba(255, 255, 255, 0.95));
    color: #a07d3a;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.2),
                inset 0 3px 6px rgba(255, 255, 255, 0.95);
    border-color: #d4af37;
}

.tour-nav-tab.active {
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: white;
    border-color: #ffd700;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3),
                inset 0 3px 6px rgba(255, 255, 255, 0.4),
                0 0 0 2px rgba(255, 215, 0, 0.3);
    transform: scale(1.05);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.tour-nav-tab.active::after {
    content: '✦';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: #d4af37;
    animation: activeStarGlow 2s ease-in-out infinite;
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.8));
}

@keyframes activeStarGlow {
    0%, 100% { 
        opacity: 0.8;
        transform: translateX(-50%) scale(1);
    }
    50% { 
        opacity: 1;
        transform: translateX(-50%) scale(1.1);
    }
}

.tour-navigation-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 25px;
    padding: 20px 0 30px 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(160, 125, 58, 0.3) transparent;
}

.tour-navigation-grid::-webkit-scrollbar {
    height: 10px;
}

.tour-navigation-grid::-webkit-scrollbar-track {
    background: rgba(160, 125, 58, 0.08);
    border-radius: 10px;
    margin: 0 10px;
}

.tour-navigation-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(160, 125, 58, 0.4), rgba(212, 175, 55, 0.5), rgba(160, 125, 58, 0.4));
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.tour-navigation-grid::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, rgba(160, 125, 58, 0.6), rgba(212, 175, 55, 0.7), rgba(160, 125, 58, 0.6));
}

/* Elegant White & Gold Tour Cards - Compact Size */
.tour-nav-card {
    background: linear-gradient(135deg, 
        #ffffff 0%, 
        #f8f9fa 40%, 
        #fff 70%, 
        #fff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(212, 175, 55, 0.12),
                inset 0 2px 4px rgba(255, 255, 255, 0.9);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    flex: 0 0 auto;
    width: 340px;
    min-width: 340px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    scroll-snap-align: start;
}

.tour-nav-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.03) 0%, 
        rgba(212, 175, 55, 0.06) 50%, 
        rgba(255, 215, 0, 0.03) 100%);
    border-radius: 23px;
    z-index: -1;
    transition: all 0.5s ease;
}

.tour-nav-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(212, 175, 55, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 70% 30%, rgba(255, 215, 0, 0.06) 0%, transparent 40%);
    animation: whiteGoldRotate 20s linear infinite;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@keyframes whiteGoldRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tour-nav-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 
                0 15px 35px rgba(212, 175, 55, 0.2),
                inset 0 3px 6px rgba(255, 255, 255, 0.95);
    border-color: rgba(212, 175, 55, 0.5);
}

.tour-nav-card:hover::after {
    opacity: 1;
}

.tour-nav-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}

.tour-nav-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1) contrast(1.05);
}

.tour-nav-card:hover .tour-nav-card-image img {
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.1);
}

.tour-nav-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(0, 0, 0, 0.2) 100%);
    transition: opacity 0.4s ease;
}

.tour-nav-card:hover .tour-nav-card-overlay {
    background: linear-gradient(180deg, 
        rgba(0,0,0,0) 0%, 
        rgba(0,0,0,0.15) 40%, 
        rgba(0,0,0,0.55) 100%);
}

.tour-nav-card-price-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.9), 
        rgba(212, 175, 55, 0.8), 
        rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(212, 175, 55, 0.5);
    border-radius: 22px;
    padding: 10px 18px;
    z-index: 10;
    display: none;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25), 
                inset 0 2px 4px rgba(255, 255, 255, 0.8),
                0 0 0 1px rgba(212, 175, 55, 0.2);
}

.tour-nav-card:hover .tour-nav-card-price-badge {
    background: linear-gradient(135deg, #d4af37, #ffd700);
    border-color: #d4af37;
    transform: scale(1.08) translateY(-3px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.35), 
                inset 0 3px 6px rgba(255, 255, 255, 0.9),
                0 0 0 2px rgba(212, 175, 55, 0.3);
}

.tour-nav-card-price-badge .price-from {
    color: rgba(26, 26, 26, 0.8);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.tour-nav-card-price-badge .price-amount {
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(212, 175, 55, 0.3);
}

.tour-nav-card:hover .tour-nav-card-price-badge .price-from {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tour-nav-card:hover .tour-nav-card-price-badge .price-amount {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tour-nav-card-glass {
    padding: 20px 18px 16px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top: 2px solid rgba(212, 175, 55, 0.3);
    position: relative;
}

.tour-nav-card-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(212, 175, 55, 0.4), 
        transparent);
    animation: whiteGoldShimmerLine 3s ease-in-out infinite;
}

@keyframes whiteGoldShimmerLine {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.tour-nav-card-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(212, 175, 55, 0.4), 
        transparent);
}

.tour-nav-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c1810;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.tour-nav-card:hover .tour-nav-card-title {
    color: #d4af37;
    text-shadow: 0 2px 4px rgba(212, 175, 55, 0.2);
}

.tour-nav-card-location {
    color: rgba(44, 24, 16, 0.8);
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 12px;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tour-nav-card:hover .tour-nav-card-location {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(212, 175, 55, 0.5);
    color: #a07d3a;
}

.tour-nav-card-location i {
    color: #d4af37;
    font-size: 0.75rem;
    filter: drop-shadow(0 1px 2px rgba(212, 175, 55, 0.2));
}

.tour-nav-card-rating {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tour-nav-card-rating .fas {
    color: #d4af37;
    font-size: 0.75rem;
    filter: drop-shadow(0 1px 2px rgba(212, 175, 55, 0.2));
}

.tour-nav-card-rating .far {
    color: rgba(212, 175, 55, 0.3);
    font-size: 0.75rem;
}

.tour-nav-card-rating .rating-text {
    color: rgba(44, 24, 16, 0.7);
    font-size: 0.75rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.tour-nav-card-description {
    color: rgba(26, 26, 46, 0.6);
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.tour-nav-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid rgba(160, 125, 58, 0.12);
}

.tour-nav-card-duration {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(26, 26, 46, 0.5);
    font-size: 0.8rem;
}

.tour-nav-card-duration i {
    color: #a07d3a;
}

.tour-nav-card-price {
    text-align: center;
}

.tour-nav-card-price .price-amount {
    font-size: 1.3rem;
    font-weight: 700;
    color: #a07d3a;
}

.tour-nav-book-btn {
    background: linear-gradient(135deg, #d4af37, #ffd700) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    flex: 1 !important;
}

.tour-nav-book-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    transition: left 0.6s ease;
}

.tour-nav-book-btn:hover::before {
    left: 100%;
}

.tour-nav-book-btn:hover {
    background: linear-gradient(135deg, #ffd700, #fff) !important;
    color: #d4af37 !important;
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.tour-nav-book-btn:active {
    transform: translateY(-1px) scale(1.02) !important;
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.3) !important;
}

.tour-nav-book-btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3) !important;
}

.tour-nav-book-btn i {
    font-size: 0.7rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.tour-nav-cart-btn {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(212, 175, 55, 0.4);
    color: #d4af37;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.7rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.tour-nav-cart-btn:hover {
    background: linear-gradient(135deg, #d4af37, #ffd700);
    border-color: #d4af37;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.3);
}

.tour-nav-cart-btn:active {
    transform: scale(0.95);
}

.tour-nav-card-action {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 10px;
}

/* Enhanced Cart Dropdown - Modern Design */
.cart-dropdown {
    position: relative;
}

.cart-icon {
    position: relative;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(140, 106, 47, 0.1));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 8px;
}

.cart-icon:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(140, 106, 47, 0.2));
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.cart-icon i {
    color: #d4af37;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.3));
}

.cart-icon:hover i {
    color: #ffd700;
    transform: scale(1.1);
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(238, 90, 36, 0.4);
    animation: cartPulse 2s infinite;
    border: 2px solid rgba(255, 255, 255, 0.9);
}

@keyframes cartPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 12px rgba(238, 90, 36, 0.4); }
    50% { transform: scale(1.15); box-shadow: 0 6px 20px rgba(238, 90, 36, 0.6); }
}

.cart-dropdown-content {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(212, 175, 55, 0.1);
    width: 380px;
    max-height: 500px;
    z-index: 9999 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    overflow: hidden;
    display: none;
}

.cart-dropdown.active .cart-dropdown-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    display: block !important;
}

/* Ensure cart dropdown is above everything */
.cart-dropdown {
    position: relative;
    z-index: 1002;
}

.cart-dropdown .cart-icon {
    position: relative;
    z-index: 1003;
}

/* Override transform for mobile centered dropdown */
@media (max-width: 768px) {
    .cart-dropdown.active .cart-dropdown-content {
        transform: translateX(-50%) scale(1);
    }
}

@media (max-width: 480px) {
    .cart-dropdown.active .cart-dropdown-content {
        transform: translateX(-50%) scale(1);
    }
}

.cart-header {
    background: linear-gradient(135deg, #d4af37 0%, #f4e4bc 50%, #d4af37 100%);
    color: white;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cart-header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.close-cart-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.close-cart-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.cart-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.cart-header h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-header h4::before {
    content: '🛍️';
    font-size: 1.1rem;
}

.clear-cart-btn {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.clear-cart-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-items {
    max-height: 320px;
    overflow-y: auto;
    padding: 20px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.cart-items::-webkit-scrollbar {
    width: 8px;
}

.cart-items::-webkit-scrollbar-track {
    background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
    border-radius: 10px;
}

.cart-items::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #d4af37, #f4e4bc);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.cart-items::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #8c6a2f, #d4af37);
    background-clip: content-box;
}

.empty-cart {
    text-align: center;
    padding: 40px 25px;
    color: #999;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    border-radius: 15px;
    margin: 10px;
    border: 2px dashed #e0e0e0;
    transition: all 0.3s ease;
}

.empty-cart:hover {
    border-color: #d4af37;
    transform: translateY(-2px);
}

.empty-cart i {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #d4af37, #f4e4bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    opacity: 0.8;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.empty-cart p {
    margin: 15px 0 8px 0;
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

.empty-cart small {
    font-size: 0.9rem;
    color: #999;
    display: block;
    margin-top: 5px;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 15px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
}

.cart-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.05), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.cart-item:hover::before {
    left: 100%;
}

.cart-item:hover {
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.3);
}

.cart-item-image {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(212, 175, 55, 0.2);
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cart-item-image i {
    color: #d4af37;
    font-size: 24px;
}

.cart-item-details {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    z-index: 1;
}

.cart-item-details h5 {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
    line-height: 1.3;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.remove-item {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border: none;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(238, 90, 36, 0.3);
    flex-shrink: 0;
    z-index: 2;
    margin-left: 5px;
}

.remove-item:hover {
    background: linear-gradient(135deg, #ff5252, #d32f2f);
    transform: scale(1.15) rotate(90deg);
    box-shadow: 0 6px 20px rgba(238, 90, 36, 0.4);
}

/* Responsive cart items */
@media (max-width: 768px) {
    .cart-item {
        padding: 12px;
        gap: 12px;
    }
    
    .cart-item-image {
        width: 80px;
        height: 80px;
        border-radius: 12px;
    }
    
    .cart-item-details h5 {
        font-size: 0.9rem;
    }
    
    .quantity-btn {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .remove-item {
        width: 26px;
        height: 26px;
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .cart-item {
        padding: 10px;
        gap: 10px;
    }
    
    .cart-item-image {
        width: 70px;
        height: 70px;
        border-radius: 10px;
    }
    
    .cart-item-details h5 {
        font-size: 0.85rem;
    }
    
    .cart-item-price .price {
        font-size: 0.85rem;
    }
    
    .cart-item-total {
        font-size: 0.9rem;
    }
}

.cart-footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 20px 25px;
    border-top: 2px solid rgba(212, 175, 55, 0.1);
    position: relative;
}

.cart-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    animation: shimmer 3s infinite;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cart-total strong {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 700;
}

.mini-decoration {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
}

.beautiful-decoration {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 0;
}

.wave-pattern {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    align-items: center;
}

.wave-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle, #f4e4bc 0%, #d4af37 50%, #8c6a2f 100%);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2), 0 4px 8px rgba(212, 175, 55, 0.3);
    animation: wavePulse 2s ease-in-out infinite alternate;
    position: relative;
}

.wave-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.8;
}

.wave-circle:nth-child(1) {
    animation-delay: 0s;
}

.wave-circle:nth-child(2) {
    animation-delay: 0.7s;
    background: radial-gradient(circle, #fff 0%, #f4e4bc 50%, #d4af37 100%);
}

.wave-circle:nth-child(3) {
    animation-delay: 1.4s;
}

@keyframes wavePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2), 0 4px 8px rgba(212, 175, 55, 0.3);
    }
    100% {
        transform: scale(1.15);
        box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.1), 0 6px 12px rgba(212, 175, 55, 0.5);
    }
}

.wave-line {
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(212, 175, 55, 0.3) 10%,
        #d4af37 30%, 
        #f4e4bc 50%, 
        #d4af37 70%,
        rgba(212, 175, 55, 0.3) 90%,
        transparent 100%);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.wave-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent);
    animation: waveFlow 2.5s ease-in-out infinite;
}

@keyframes waveFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.mini-line {
    width: 50%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #d4af37 20%, 
        #8c6a2f 50%, 
        #d4af37 80%, 
        transparent 100%);
    border-radius: 1px;
    position: relative;
    overflow: hidden;
}

.mini-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    animation: miniShimmer 2s ease-in-out infinite;
}

@keyframes miniShimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Fix cart items container overflow */
.cart-items {
    max-height: 320px;
    overflow-y: auto;
    padding: 20px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    overflow-x: hidden; /* Prevent horizontal overflow */
}


.checkout-btn {
    width: 100%;
    background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #28a745 100%);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.checkout-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.checkout-btn:hover::before {
    left: 100%;
}

.checkout-btn:hover {
    background: linear-gradient(135deg, #218838 0%, #1ea085 50%, #218838 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4);
}

.checkout-btn:active {
    transform: translateY(-1px) scale(1.01);
}

/* Mobile Sidebar Menu Button */
.mobile-sidebar-toggle {
    display: none;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8c6a2f 0%, #d4af37 100%);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(140, 106, 47, 0.3);
    margin-right: 15px;
    margin-left: 5px;
    flex-shrink: 0;
    border: none;
    outline: none;
}

.mobile-sidebar-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.6s ease;
    border-radius: 12px;
}

.mobile-sidebar-toggle:hover::before {
    left: 100%;
}

.mobile-sidebar-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.mobile-sidebar-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin: 3px auto;
    transition: all 0.3s ease;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.mobile-sidebar-toggle.active {
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 100%);
    transform: rotate(45deg);
}

.mobile-sidebar-toggle.active span:nth-child(1) {
    transform: rotate(90deg) translate(0, 0);
    width: 20px;
}

.mobile-sidebar-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.mobile-sidebar-toggle.active span:nth-child(3) {
    transform: rotate(-90deg) translate(0, 0);
    width: 20px;
}

/* Mobile Sidebar Menu */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-sidebar.active {
    right: 0 !important;
    display: block !important;
    visibility: visible !important;
}

.sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-sidebar.active .sidebar-overlay {
    opacity: 1;
}

.sidebar-content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 400px;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-sidebar.active .sidebar-content {
    right: 0 !important;
    display: block !important;
    visibility: visible !important;
}

.sidebar-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #8c6a2f, #d4af37, #ffd700, #d4af37, #8c6a2f);
    animation: shimmer 3s ease-in-out infinite;
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    background: rgba(140, 106, 47, 0.1);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
}

.sidebar-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #d4af37;
}

.sidebar-logo .logo-icon {
    width: 40px;
    height: 40px;
}

.sidebar-logo .mask-image {
    width: 70px;
    height: 55px;
    object-fit: contain;
}

.sidebar-logo .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.sidebar-logo .logo-line {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.sidebar-logo .logo-line.highlight {
    color: #ffd700;
    font-size: 1rem;
}

.sidebar-close {
    width: 40px;
    height: 40px;
    background: rgba(212, 175, 55, 0.2);
    border: none;
    border-radius: 50%;
    color: #d4af37;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-close:hover {
    background: rgba(212, 175, 55, 0.3);
    transform: rotate(90deg);
}

.sidebar-nav {
    flex: 1;
    padding: 20px 0;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    margin-bottom: 2px;
}

.sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.sidebar-menu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(212, 175, 55, 0.1), 
        transparent);
    transition: left 0.6s ease;
}

.sidebar-menu li a:hover::before {
    left: 100%;
}

.sidebar-menu li a:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #ffd700;
    transform: translateX(5px);
}

.sidebar-menu li a i {
    width: 20px;
    text-align: center;
    font-size: 1.1rem;
}

.sidebar-divider {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(212, 175, 55, 0.3), 
        transparent);
    margin: 20px 25px;
}

.sidebar-user {
    padding: 0 25px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
    color: #d4af37;
    font-weight: 600;
}

.user-info i {
    font-size: 1.5rem;
    color: #ffd700;
}

.sidebar-user-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-user-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-size: 0.95rem;
}

.sidebar-user-menu li a:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
    transform: translateX(3px);
}

.sidebar-auth {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sidebar-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.6s ease;
}

.sidebar-btn:hover::before {
    left: 100%;
}

.sidebar-btn-login {
    background: linear-gradient(135deg, #8c6a2f, #d4af37);
    color: white;
}

.sidebar-btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(140, 106, 47, 0.4);
}

.sidebar-btn-signup {
    background: transparent;
    color: #d4af37;
    border: 2px solid #d4af37;
}

.sidebar-btn-signup:hover {
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

.sidebar-cart {
    padding: 20px 25px;
    background: rgba(212, 175, 55, 0.05);
    border-radius: 15px;
    margin: 0 25px;
}

.sidebar-cart-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #d4af37;
    font-weight: 600;
}

.sidebar-cart-info i {
    font-size: 1.3rem;
}

.cart-count-sidebar {
    background: #ffd700;
    color: #8c6a2f;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.sidebar-view-cart {
    display: block;
    text-align: center;
    padding: 10px;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #8c6a2f;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sidebar-view-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.sidebar-footer {
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.sidebar-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.sidebar-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.sidebar-social a:hover {
    background: #d4af37;
    color: white;
    transform: translateY(-3px);
}

.sidebar-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
    .mobile-sidebar-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        order: 2;
        align-self: center;
    }
    
    .nav-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
    }
    
    .btn-login, .btn-signup {
        order: 1;
        white-space: nowrap;
    }
    
    .cart-icon {
        order: 0;
        flex-shrink: 0;
    }
    
    /* Ensure proper spacing on smaller screens */
    @media (max-width: 480px) {
        .nav-actions {
            gap: 5px;
        }
        
        .mobile-sidebar-toggle {
            width: 35px;
            height: 35px;
            margin-right: 0.5px;
            margin-left: 3px;
        }
        
        .mobile-sidebar-toggle span {
            width: 18px;
            height: 2px;
            margin: 2px auto;
        }
    }
}

/* Responsive Design for Cart Dropdown - Modern */
@media (max-width: 768px) {
    .cart-dropdown-content {
        width: 90vw;
        max-width: 380px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) scale(0.95);
        top: calc(100% + 10px);
        max-height: 70vh;
        overflow-y: auto;
    }
    
    .cart-header {
        padding: 18px 20px;
    }
    
    .cart-header h4 {
        font-size: 1.1rem;
    }
    
    .cart-item-image {
        width: 60px;
        height: 60px;
    }
    
    .cart-item {
        padding: 15px;
        gap: 12px;
    }
    
    .cart-item-name {
        font-size: 0.9rem;
    }
    
    .cart-item-quantity {
        font-size: 0.85rem;
        padding: 3px 8px;
    }
    
    .empty-cart {
        padding: 35px 20px;
    }
    
    .empty-cart i {
        font-size: 3rem;
    }
    
    .cart-footer {
        padding: 18px 20px;
    }
    
    .checkout-btn {
        padding: 13px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .cart-dropdown-content {
        width: 95vw;
        max-width: 320px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) scale(0.92);
        top: calc(100% + 8px);
        max-height: 65vh;
        overflow-y: auto;
    }
    
    .cart-header {
        padding: 15px 18px;
    }
    
    .cart-header h4 {
        font-size: 1rem;
    }
    
    .clear-cart-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .cart-items {
        padding: 15px;
        max-height: 45vh;
        overflow-y: auto;
    }
    
    .cart-item {
        padding: 12px;
        gap: 10px;
    }
    
    .cart-item-image {
        width: 50px;
        height: 50px;
    }
    
    .cart-item-name {
        font-size: 0.85rem;
    }
    
    .cart-item-quantity {
        font-size: 0.8rem;
        padding: 2px 6px;
    }
    
    .cart-item-remove {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .empty-cart {
        padding: 30px 15px;
    }
    
    .empty-cart i {
        font-size: 2.5rem;
    }
    
    .empty-cart p {
        font-size: 0.9rem;
    }
    
    .empty-cart small {
        font-size: 0.8rem;
    }
    
    .cart-footer {
        padding: 15px 18px;
    }
    
    .cart-total {
        font-size: 1.1rem;
    }
    
    .cart-total-amount {
        font-size: 1.2rem;
    }
    
    .checkout-btn {
        padding: 12px 18px;
        font-size: 0.95rem;
        border-radius: 12px;
    }
    
    .cart-total {
        font-size: 1rem;
    }
    
    .cart-total-amount {
        font-size: 1.1rem;
    }
    
    .cart-item-name {
        font-size: 0.8rem;
    }
    
    .cart-item-quantity {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .tour-navigation-bar {
        padding: 28px 32px;
        margin: 30px 0;
        border-radius: 20px;
    }
    
    .tour-nav-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 24px;
    }
    
    .tour-nav-title {
        font-size: 2rem;
    }
    
    .tour-nav-title i {
        font-size: 1.6rem;
    }
    
    .tour-nav-count {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
    
    .tour-nav-tabs {
        width: 100%;
        gap: 12px;
    }
    
    .tour-nav-tab {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    
    .tour-navigation-grid {
        gap: 20px;
        padding: 15px 0 25px 0;
        display: flex;
        justify-content: center;
    }
    
    .tour-nav-card {
        width: 300px;
        min-width: 300px;
    }
    
    .tour-nav-card-glass {
        padding: 18px 16px 14px;
    }
    
    .tour-nav-card-footer {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .tour-nav-card-action {
        width: 100%;
        justify-content: center;
    }
    
    .tour-nav-card-price-badge {
        padding: 6px 12px;
    }
    
    .tour-nav-card-price-badge .price-amount {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .tour-nav-card {
        width: 280px;
        min-width: 280px;
    }
    
    .tour-nav-card-image {
        height: 200px;
    }
    
    .tour-nav-card-glass {
        padding: 16px 14px 12px;
    }
    
    .tour-nav-card-title {
        font-size: 0.95rem;
    }
    
    .tour-nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .tour-nav-tab {
        flex: 0 0 auto;
        white-space: nowrap;
        min-width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.city-tour-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.city-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: none !important;
}

/* Site Footer Styles */
.site-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
    padding: 60px 0 20px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700, #d4af37, #8c6a2f);
    animation: shimmer 3s ease-in-out infinite;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #d4af37;
}

.about-company p {
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-logo h3 {
    color: #d4af37;
    font-size: 1.5rem;
    margin: 0;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-link.whatsapp { background: #25D366; }
.social-link.facebook { background: #1877F2; }
.social-link.instagram { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4); }
.social-link.telegram { background: #0088cc; }

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #d4af37;
    transform: translateX(5px);
}

.footer-links a i {
    width: 20px;
    text-align: center;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item i {
    color: #d4af37;
    font-size: 1.1rem;
    margin-top: 5px;
    width: 20px;
}

.contact-details span {
    display: block;
    color: #d4af37;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-details a,
.contact-details p {
    color: #b0b0b0;
    text-decoration: none;
    margin: 0;
}

.contact-details a:hover {
    color: #d4af37;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #d4af37;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-methods span {
    color: #b0b0b0;
    margin-right: 10px;
}

.payment-methods i {
    color: #d4af37;
    font-size: 1.5rem;
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

/* Mobile Responsive for Site Footer */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .social-links {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
    
    .payment-methods {
        justify-content: center;
    }
}

.city-tour-card .tour-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.city-tour-card .tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.city-tour-card:hover .tour-card-image img {
    transform: scale(1.05);
}

.city-tour-card .featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff6b6b, #ff5252);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 82, 82, 0.3);
}

.city-tour-card .tour-card-content {
    padding: 25px;
}

.city-tour-card .tour-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.city-tour-card .tour-location {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.city-tour-card .tour-location i {
    color: #a07d3a;
}

.city-tour-card .tour-rating {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.city-tour-card .tour-rating .fas {
    color: #ffc107;
}

.city-tour-card .tour-rating .far {
    color: #ddd;
}

.city-tour-card .rating-text {
    color: #666;
    font-size: 0.85rem;
}

.city-tour-card .tour-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.city-tour-card .product-container-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.city-tour-card .tour-duration {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 0.9rem;
}

.city-tour-card .tour-duration i {
    color: #a07d3a;
}

.city-tour-card .tour-price {
    text-align: center;
}

.city-tour-card .price-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #a07d3a;
}


/* Responsive Design */
@media (max-width: 768px) {
    .city-header {
        padding: 25px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .city-title {
        font-size: 1.8rem;
    }
    
    .city-icon i {
        font-size: 2.5rem;
    }
    
    .city-tours-grid {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 20px;
    }
    
    .city-tour-card .tour-card-content {
        padding: 20px;
    }
    
    .city-tour-card .product-container-right {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .city-tour-card .tour-actions .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .city-section {
        margin-bottom: 40px;
        border-radius: 10px;
    }
    
    .city-header {
        padding: 20px;
    }
    
    .city-title {
        font-size: 1.5rem;
    }
    
    .city-tours-grid {
        padding: 20px;
    }
    
    .city-tour-card .tour-card-content {
        padding: 15px;
    }
}

/* Enhanced Testimonials Navigation Bar */
.testimonials-nav-bar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(139, 106, 47, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonials-nav-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700, #d4af37, #8c6a2f);
    animation: shimmer 3s ease-in-out infinite;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.nav-tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.nav-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9), 
        rgba(248, 249, 250, 0.8), 
        rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(212, 175, 55, 0.4);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 0.9rem;
    font-weight: 700;
    color: #d4af37;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08),
                inset 0 3px 6px rgba(255, 255, 255, 0.9),
                0 0 0 1px rgba(212, 175, 55, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 215, 0, 0.3), 
        transparent);
    transition: left 0.8s ease;
}

.nav-tab:hover::before {
    left: 100%;
}

.nav-tab:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 215, 0, 0.1), 
        rgba(255, 255, 255, 0.95));
    color: #a07d3a;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.2),
                inset 0 3px 6px rgba(255, 255, 255, 0.95);
    border-color: #d4af37;
}

.nav-tab.active {
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: white;
    border-color: #ffd700;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3),
                inset 0 3px 6px rgba(255, 255, 255, 0.4),
                0 0 0 2px rgba(255, 215, 0, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-tab.active::after {
    content: '✦';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: #d4af37;
    animation: activeStarGlow 2s ease-in-out infinite;
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.8));
}

.nav-tab i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.nav-tab:hover i {
    transform: scale(1.2);
}

.nav-tab.active i {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.nav-stats {
    display: flex;
    gap: 30px;
    align-items: center;
}

.stat-item {
    text-align: center;
    padding: 15px 25px;
    background: rgba(212, 175, 55, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
    background: rgba(212, 175, 55, 0.1);
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(212, 175, 55, 0.2);
}

.stat-label {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Enhanced Testimonial Cards Design */
.slide-testimonials-version-2 .item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 20px;
    padding: 35px 30px;
    margin: 20px;
    box-shadow: 0 10px 30px rgba(139, 106, 47, 0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.slide-testimonials-version-2 .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700, #d4af37, #8c6a2f);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slide-testimonials-version-2 .item:hover::before {
    opacity: 1;
}

.slide-testimonials-version-2 .item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(139, 106, 47, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.slide-testimonials-version-2 .item::after {
    content: '"';
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 4rem;
    color: rgba(212, 175, 55, 0.1);
    font-family: Georgia, serif;
    font-weight: 700;
}

.slide-testimonials-version-2 .evaluate {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.slide-testimonials-version-2 .client-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.slide-testimonials-version-2 .client img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.slide-testimonials-version-2 .client img:hover {
    transform: scale(1.1);
    border-color: #d4af37;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.slide-testimonials-version-2 .name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.slide-testimonials-version-2 .job {
    font-size: 0.9rem;
    color: #d4af37;
    font-weight: 500;
}

.slide-testimonials-version-2 .ova-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.slide-testimonials-version-2 .elementor-star-rating {
    display: flex;
    gap: 3px;
}

.slide-testimonials-version-2 .elementor-star-rating i {
    color: #ffd700;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.slide-testimonials-version-2 .elementor-star-rating i:hover {
    transform: scale(1.2);
}

/* Filter Animation */
.slide-testimonials-version-2 .item.filtered {
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.slide-testimonials-version-2 .item.visible {
    opacity: 1;
    transform: scale(1);
    position: relative;
    z-index: 1;
    pointer-events: auto;
    animation: fadeInScale 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Responsive Design for Side by Side Testimonial */
@media (max-width: 1200px) {
    .testimonials-container {
        gap: 20px;
    }
    
    .testimonial-card {
        width: 320px;
        height: 280px;
    }
}

@media (max-width: 992px) {
    .testimonials-container {
        gap: 15px;
        min-height: 350px;
    }
    
    .testimonial-card {
        width: 300px;
        height: 260px;
    }
    
    .testimonial-navigation {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    
    .nav-dots {
        order: 3;
        gap: 10px;
    }
    
    .nav-arrows {
        order: 2;
        gap: 15px;
    }
    
    .nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .nav-progress {
        order: 1;
        gap: 10px;
    }
    
    .progress-bar {
        width: 150px;
        height: 5px;
    }
    
    .progress-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
        gap: 10px;
        min-height: 300px;
        padding: 10px 0;
    }
    
    .testimonial-card {
        width: 100%;
        max-width: 350px;
        height: auto;
        min-height: 250px;
        position: relative;
        opacity: 0;
        transform: scale(0.9) translateY(20px);
        transition: all 0.5s ease;
    }
    
    .testimonial-card.active {
        opacity: 1;
        transform: scale(1) translateY(0);
        order: 1;
    }
    
    .testimonial-card.prev {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
        position: absolute;
        pointer-events: none;
    }
    
    .testimonial-card.next {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
        position: absolute;
        pointer-events: none;
    }
    
    .testimonial-card:not(.active):not(.prev):not(.next) {
        opacity: 0;
        transform: scale(0.7) translateY(40px);
        position: absolute;
        pointer-events: none;
    }
    
    .card-content {
        padding: 25px;
    }
    
    .testimonial-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .nav-dot {
        width: 10px;
        height: 10px;
    }
    
    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    
    .progress-bar {
        width: 120px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .quote-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .testimonial-card {
        max-width: 320px;
        min-height: 220px;
    }
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(139, 106, 47, 0.15);
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #8c6a2f, #d4af37, #ffd700, #d4af37, #8c6a2f);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover .card-background {
    opacity: 1;
    height: 100%;
}

.card-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 106, 47, 0.05) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover .card-pattern {
    opacity: 1;
}

.card-content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.quote-icon {
    font-size: 3rem;
    color: rgba(212, 175, 55, 0.1);
    font-family: Georgia, serif;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 25px;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card:hover .author-avatar {
    border-color: #d4af37;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.author-trip {
    font-size: 0.85rem;
    color: #d4af37;
    font-weight: 500;
    margin-bottom: 8px;
}

.rating {
    font-size: 0.9rem;
    letter-spacing: 2px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .testimonials-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    
    .testimonials-stats {
        width: 100%;
        justify-content: center;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .premium-testimonials {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .filter-buttons {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .card-content {
        padding: 25px;
    }
    
    .testimonial-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .testimonials-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-box {
        padding: 15px 20px;
    }
    
    .filter-buttons {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 15px;
        gap: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    
    .filter-buttons::-webkit-scrollbar {
        display: none;
    }
    
    .filter-btn {
        flex-shrink: 0;
        padding: 8px 16px;
        font-size: 0.85rem;
        white-space: nowrap;
        min-width: fit-content;
    }
    
    /* Enhanced mobile styles for destination cards */
    .destination-cards,
    .cities-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 24px;
        padding: 0;
    }

    .city-card {
        border-radius: 8px;
        margin-bottom: 0;
    }

    .city-card-image {
        height: 255px;
    }

    .city-card-badge {
        max-width: calc(100% - 76px);
        font-size: 0.72rem;
    }

    .city-card-view {
        opacity: 1;
        transform: none;
    }

    .city-card-content {
        padding: 16px;
    }

    .city-name {
        font-size: 1.25rem;
    }

    .city-description {
        min-height: 0;
        margin-bottom: 12px;
        font-size: 0.86rem;
        line-height: 1.45;
    }

    .city-stats {
        gap: 8px;
        flex-wrap: wrap;
    }

    .city-stat,
    .tours-count {
        justify-content: center;
        font-size: 0.78rem;
    }

    .city-card-footer {
        padding: 14px 16px 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .explore-text {
        justify-content: center;
        font-size: 0.88rem;
    }
    
    /* Mobile styles for city sections */
    .city-section {
        margin-bottom: 30px;
        border-radius: 10px;
        overflow: visible;
    }
    
    .city-header {
        padding: 25px 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        overflow: visible;
    }
    
    .city-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .city-subtitle {
        font-size: 0.95rem;
        opacity: 0.9;
    }
    
    .city-icon i {
        font-size: 2rem;
    }
    
    .city-tours-grid {
        grid-template-columns: 1fr;
        padding: 25px 15px;
        gap: 15px;
        overflow: visible;
    }
    
    .city-tour-card {
        border-radius: 10px;
        overflow: visible;
        transform: translateZ(0);
    }
    
    .city-tour-card .tour-card-image {
        height: 180px;
        overflow: hidden;
    }
    
    .city-tour-card .tour-card-content {
        padding: 18px;
        overflow: visible;
    }
    
    /* Ensure no content is hidden */
    .city-tour-card:first-child {
        margin-top: 0;
        transform: none;
    }
    
    .city-tours-grid > *:first-child {
        transform: none;
        opacity: 1;
        position: relative;
    }
    
    .city-tour-card .tour-title {
        font-size: 1.1rem;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    
    .city-tour-card .tour-location {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }
    
    .city-tour-card .tour-description {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .city-tour-card .product-container-right {
        flex-direction: column;
        gap: 12px;
        padding-top: 15px;
    }
    
    .city-tour-card .tour-duration {
        font-size: 0.85rem;
        justify-content: center;
    }
    
    .city-tour-card .tour-price {
        text-align: center;
    }
    
    .city-tour-card .price-amount {
        font-size: 1.2rem;
    }
    
    .city-tour-card .tour-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .city-tour-card .tour-actions .btn {
        width: 100%;
        padding: 12px;
        font-size: 0.9rem;
    }
}

/* Filter Animation */
.testimonial-card.filtered {
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.testimonial-card.visible {
    opacity: 1;
    transform: scale(1);
    position: relative;
    z-index: 1;
    pointer-events: auto;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.tour-carousel-container {
    display: none;
}

@media (max-width: 768px) {
    .tours-by-city {
        margin-bottom: 30px;
    }

    .tour-navigation-section {
        margin-bottom: 44px;
    }

    .tour-navigation-section.has-mobile-carousel .tour-navigation-grid {
        display: none !important;
    }

    .tour-navigation-bar {
        padding: 16px 14px 14px !important;
        margin: 22px 0 14px !important;
        border-radius: 8px !important;
        border: 1px solid rgba(160, 125, 58, 0.22) !important;
        background: #ffffff !important;
        box-shadow: 0 10px 28px rgba(15, 23, 31, 0.08) !important;
        overflow: hidden !important;
    }

    .tour-navigation-bar::before,
    .tour-navigation-bar::after,
    .tour-nav-title::before,
    .tour-nav-tab.active::after {
        display: none !important;
    }

    .tour-nav-container {
        align-items: stretch !important;
        gap: 12px !important;
        padding-bottom: 0 !important;
    }

    .tour-nav-title {
        width: 100% !important;
        color: #172330 !important;
        background: none !important;
        -webkit-text-fill-color: currentColor !important;
        text-align: center !important;
        font-size: 2rem !important;
        line-height: 1.1 !important;
        margin: 0 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        filter: none !important;
        text-shadow: none !important;
        animation: none !important;
    }

    .tour-nav-count {
        position: static !important;
        width: fit-content !important;
        margin: 0 auto !important;
        padding: 6px 12px !important;
        border-radius: 999px !important;
        background: rgba(160, 125, 58, 0.1) !important;
        border: 1px solid rgba(160, 125, 58, 0.22) !important;
        box-shadow: none !important;
        color: #5c4a27 !important;
        font-size: 0.74rem !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
    }

    .tour-nav-count i {
        color: #a07d3a !important;
    }

    .tour-nav-tabs {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 2px 2px 8px !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x proximity;
    }

    .tour-nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .tour-nav-tab {
        flex: 0 0 auto !important;
        min-width: auto !important;
        min-height: 38px !important;
        padding: 8px 12px !important;
        border-radius: 8px !important;
        border: 1px solid rgba(160, 125, 58, 0.2) !important;
        background: #f7f4ee !important;
        box-shadow: none !important;
        color: #4c422f !important;
        font-size: 0.78rem !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        white-space: nowrap !important;
        transform: none !important;
        scroll-snap-align: start;
    }

    .tour-nav-tab:hover,
    .tour-nav-tab.active {
        background: #a07d3a !important;
        border-color: #a07d3a !important;
        color: #ffffff !important;
        transform: none !important;
        text-shadow: none !important;
    }

    .tour-carousel-container {
        display: block;
        margin: 0 0 30px;
    }

    .tour-carousel-viewport {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        background: #111c24;
        border: 1px solid rgba(160, 125, 58, 0.28);
        box-shadow: 0 18px 42px rgba(15, 23, 31, 0.18);
    }

    .tour-carousel-track {
        display: flex;
        transform: translate3d(0, 0, 0);
        transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
        touch-action: pan-y;
        user-select: none;
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .tour-carousel-track.is-dragging {
        transition: none;
    }

    .tour-carousel-slide {
        flex: 0 0 100%;
        min-width: 100%;
        padding: 10px;
    }

    .tour-carousel-card {
        position: relative;
        min-height: 430px;
        border-radius: 8px;
        overflow: hidden;
        background: #172330;
        isolation: isolate;
        contain: paint;
    }

    .tour-carousel-card-image,
    .tour-carousel-card-image img,
    .tour-carousel-card-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .tour-carousel-card-image img {
        object-fit: cover;
        filter: brightness(0.78) contrast(1.05);
        transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .tour-carousel-track.is-dragging .tour-carousel-card-location,
    .tour-carousel-track.is-dragging .tour-carousel-price-badge,
    .tour-carousel-track.is-dragging .tour-carousel-count,
    .tour-carousel-track.is-dragging ~ .tour-carousel-nav {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .tour-carousel-card-image .tour-nav-card-overlay,
    .tour-carousel-card-image .tour-nav-card-price-badge {
        display: none !important;
    }

    .tour-carousel-card-overlay {
        z-index: 1;
        background: linear-gradient(180deg, rgba(9, 16, 22, 0.32) 0%, rgba(9, 16, 22, 0.08) 42%, rgba(9, 16, 22, 0.82) 100%);
    }

    .tour-carousel-card-content {
        position: relative;
        z-index: 2;
        min-height: 430px;
        display: flex;
        flex-direction: column;
        padding: 24px 18px 18px;
        color: #ffffff;
    }

    .tour-carousel-card-title {
        max-width: calc(100% - 84px);
        margin: 0;
        color: #ffffff;
        font-size: 1.16rem;
        font-weight: 800;
        line-height: 1.35;
        letter-spacing: 0;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tour-carousel-card-location {
        margin-top: auto;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        width: fit-content;
        max-width: 100%;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        color: rgba(255, 255, 255, 0.92);
        font-size: 0.78rem;
        line-height: 1.25;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .tour-carousel-card-location span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tour-carousel-card-rating {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 12px;
        color: #f6d46b;
        font-size: 0.78rem;
    }

    .tour-carousel-card-rating .rating-text {
        color: rgba(255, 255, 255, 0.86);
        font-weight: 700;
    }

    .tour-carousel-actions {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 16px;
    }

    .tour-carousel-explore-btn,
    .tour-carousel-cart-btn {
        min-height: 46px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.82rem;
        letter-spacing: 0;
        text-transform: uppercase;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    }

    .tour-carousel-explore-btn {
        flex: 1 1 auto;
        background: #a07d3a;
        gap: 8px;
    }

    .tour-carousel-cart-btn {
        flex: 0 0 46px;
        width: 46px;
        padding: 0;
        background: rgba(255, 255, 255, 0.18);
        cursor: pointer;
    }

    .tour-carousel-price-badge,
    .tour-carousel-count {
        position: absolute;
        z-index: 3;
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: rgba(13, 20, 27, 0.66);
        color: #ffffff;
        font-size: 0.76rem;
        font-weight: 800;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .tour-carousel-price-badge {
        top: 18px;
        right: 18px;
        padding: 5px 10px;
    }

    .tour-carousel-count {
        left: 18px;
        bottom: 18px;
        padding: 5px 9px;
    }

    .tour-carousel-nav {
        position: absolute;
        z-index: 4;
        top: 50%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.24);
        background: rgba(13, 20, 27, 0.58);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
        cursor: pointer;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    }

    .tour-carousel-nav.prev {
        left: 14px;
    }

    .tour-carousel-nav.next {
        right: 14px;
    }

    .tour-carousel-indicators {
        position: absolute;
        z-index: 4;
        left: 50%;
        bottom: 18px;
        display: flex;
        align-items: center;
        gap: 6px;
        transform: translateX(-50%);
    }

    .tour-carousel-indicator {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.44);
        cursor: pointer;
    }

    .tour-carousel-indicator.active {
        width: 18px;
        border-radius: 999px;
        background: #ffffff;
    }
}

@media (max-width: 480px) {
    .tour-carousel-slide {
        padding: 8px;
    }

    .tour-carousel-card,
    .tour-carousel-card-content {
        min-height: 400px;
    }

    .tour-carousel-card-title {
        max-width: calc(100% - 76px);
        font-size: 1.05rem;
    }

    .tour-carousel-nav {
        width: 36px;
        height: 36px;
    }

    .tour-carousel-nav.prev {
        left: 10px;
    }

    .tour-carousel-nav.next {
        right: 10px;
    }
}

/* Tourist cart popup redesign */
.cart-dropdown-content,
.cart-dropdown-content * {
    box-sizing: border-box;
}

.cart-dropdown-content {
    width: 420px;
    max-width: calc(100vw - 32px);
    max-height: min(620px, calc(100vh - 110px));
    border: 1px solid rgba(160, 125, 58, 0.26);
    border-radius: 18px;
    background:
        radial-gradient(circle at 14% 0%, rgba(212, 175, 55, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
    color: #17212d;
    box-shadow: 0 24px 70px rgba(23, 19, 12, 0.22), 0 8px 22px rgba(160, 125, 58, 0.12);
    overflow: hidden;
    transform: translateY(-12px) scale(0.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.cart-dropdown.active .cart-dropdown-content {
    transform: translateY(0) scale(1) !important;
}

.cart-header {
    min-height: 78px;
    padding: 17px 18px 15px;
    gap: 12px;
    border-bottom: 1px solid rgba(160, 125, 58, 0.18);
    background: linear-gradient(135deg, #ffffff 0%, #fff8e8 100%);
    color: #17212d;
    overflow: visible;
}

.cart-header::before {
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #8c6a2f 0%, #d4af37 50%, #8c6a2f 100%);
    animation: none;
}

.cart-header h4 {
    color: #17212d;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: none;
    letter-spacing: 0;
}

.cart-header h4::before {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    content: '\f072';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8c6a2f 0%, #d4af37 100%);
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(160, 125, 58, 0.28);
}

.cart-header-actions {
    gap: 8px;
    flex-shrink: 0;
}

.clear-cart-btn,
.close-cart-btn {
    border: 1px solid rgba(160, 125, 58, 0.34);
    text-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.clear-cart-btn {
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #8c6a2f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.clear-cart-btn:hover {
    background: #fff7e4;
    color: #6f511e;
    box-shadow: 0 8px 20px rgba(160, 125, 58, 0.18);
}

.close-cart-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8c6a2f 0%, #d4af37 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(160, 125, 58, 0.25);
}

.close-cart-btn:hover {
    background: linear-gradient(135deg, #765722 0%, #bf942d 100%);
    transform: translateY(-1px);
}

.cart-items {
    max-height: 360px;
    padding: 14px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
        linear-gradient(135deg, #fffdf7 0%, #f7f1e3 100%);
    overflow-x: hidden;
}

.cart-items::-webkit-scrollbar {
    width: 6px;
}

.cart-items::-webkit-scrollbar-track {
    background: rgba(160, 125, 58, 0.08);
}

.cart-items::-webkit-scrollbar-thumb {
    border: 0;
    background: linear-gradient(180deg, #d4af37, #8c6a2f);
}

.empty-cart {
    margin: 0;
    padding: 34px 20px;
    border: 1px dashed rgba(160, 125, 58, 0.42);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    color: #5f6671;
}

.empty-cart:hover {
    border-color: rgba(160, 125, 58, 0.62);
    transform: none;
}

.empty-cart i {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(160, 125, 58, 0.14), rgba(212, 175, 55, 0.26));
    color: #a07d3a;
    font-size: 1.8rem;
    -webkit-text-fill-color: currentColor;
    animation: none;
}

.empty-cart p {
    margin: 0 0 7px;
    color: #17212d;
    font-size: 1rem;
    font-weight: 800;
}

.empty-cart small {
    color: #77715f;
    font-size: 0.84rem;
}

.cart-dropdown-content .cart-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid rgba(160, 125, 58, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(23, 19, 12, 0.07);
}

.cart-dropdown-content .cart-item::before {
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, #8c6a2f, #d4af37);
    transition: none;
}

.cart-dropdown-content .cart-item:hover {
    border-color: rgba(160, 125, 58, 0.38);
    box-shadow: 0 14px 34px rgba(160, 125, 58, 0.16);
    transform: translateY(-1px);
}

.cart-dropdown-content .cart-item:hover::before {
    left: 0;
}

.cart-dropdown-content .cart-item-image {
    width: 76px;
    height: 76px;
    border: 1px solid rgba(160, 125, 58, 0.22);
    border-radius: 12px;
    background: #fff7e4;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.cart-dropdown-content .cart-item-image img {
    object-fit: cover;
}

.cart-dropdown-content .cart-item-image i {
    color: #a07d3a;
}

.cart-dropdown-content .cart-item-details {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
}

.cart-dropdown-content .cart-item-details h5 {
    color: #17212d;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.cart-item-price,
.cart-item-quantity {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff8e8;
    color: #8c6a2f;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

.cart-item-price {
    border: 1px solid rgba(160, 125, 58, 0.18);
}

.cart-item-quantity {
    background: rgba(23, 33, 45, 0.06);
    color: #17212d;
}

.cart-quantity-controls {
    width: fit-content;
    display: inline-grid;
    grid-template-columns: 28px 32px 28px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(160, 125, 58, 0.2);
    border-radius: 999px;
    background: #ffffff;
}

.cart-qty-btn {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #8c6a2f;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
}

.cart-qty-btn:hover:not(:disabled) {
    background: #fff3d3;
}

.cart-qty-btn:disabled {
    cursor: not-allowed;
    color: rgba(140, 106, 47, 0.34);
}

.cart-quantity-controls span {
    color: #17212d;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.cart-dropdown-content .cart-item-total {
    color: #6b6250;
    font-size: 0.78rem;
    font-weight: 700;
}

.cart-dropdown-content .remove-item {
    width: 34px;
    height: 34px;
    margin-left: 0;
    border: 1px solid rgba(160, 125, 58, 0.18);
    border-radius: 50%;
    background: #ffffff;
    color: #a07d3a;
    box-shadow: 0 8px 18px rgba(23, 19, 12, 0.08);
}

.cart-dropdown-content .remove-item:hover {
    background: #fff2f0;
    color: #c84636;
    box-shadow: 0 10px 22px rgba(200, 70, 54, 0.18);
    transform: scale(1.05);
}

.cart-footer {
    padding: 16px 18px 18px;
    border-top: 1px solid rgba(160, 125, 58, 0.18);
    background: linear-gradient(180deg, #ffffff 0%, #fff8e8 100%);
}

.cart-footer::before {
    height: 0;
    animation: none;
}

.cart-total {
    margin-bottom: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(160, 125, 58, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
}

.cart-total span {
    color: #6b6250;
    font-size: 0.86rem;
    font-weight: 800;
}

.cart-total strong,
.cart-total-amount {
    color: #8c6a2f;
    font-size: 1.12rem;
    font-weight: 900;
}

.checkout-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(160, 125, 58, 0.34);
    border-radius: 12px;
    background: linear-gradient(135deg, #8c6a2f 0%, #d4af37 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(160, 125, 58, 0.24);
    font-size: 0.92rem;
    letter-spacing: 0;
}

.checkout-btn:hover {
    background: linear-gradient(135deg, #765722 0%, #bf942d 100%);
    box-shadow: 0 16px 32px rgba(160, 125, 58, 0.3);
    transform: translateY(-2px);
}

.cart-footer-note {
    margin: 10px 0 0;
    color: #77715f;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

@media (max-width: 768px) {
    .cart-dropdown-content {
        position: fixed;
        top: 118px;
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
        max-height: calc(100vh - 136px);
        border-radius: 16px;
        transform: translateY(-10px) scale(0.98);
    }

    .cart-dropdown.active .cart-dropdown-content {
        transform: translateY(0) scale(1) !important;
    }

    .cart-header {
        min-height: 70px;
        padding: 14px 13px 12px;
    }

    .cart-header h4 {
        font-size: 0.98rem;
    }

    .cart-header h4::before {
        width: 32px;
        height: 32px;
        font-size: 0.86rem;
    }

    .clear-cart-btn {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 0.72rem;
    }

    .close-cart-btn {
        width: 32px;
        height: 32px;
    }

    .cart-items {
        max-height: calc(100vh - 330px);
        padding: 12px;
    }

    .cart-dropdown-content .cart-item {
        grid-template-columns: 64px minmax(0, 1fr) 32px;
        gap: 10px;
        padding: 9px;
        border-radius: 13px;
    }

    .cart-dropdown-content .cart-item-image {
        width: 64px;
        height: 64px;
        border-radius: 11px;
    }

    .cart-dropdown-content .cart-item-details {
        gap: 6px;
    }

    .cart-dropdown-content .cart-item-details h5 {
        font-size: 0.86rem;
    }

    .cart-item-price,
    .cart-item-quantity {
        min-height: 25px;
        padding: 5px 7px;
        font-size: 0.72rem;
    }

    .cart-quantity-controls {
        grid-template-columns: 26px 30px 26px;
    }

    .cart-qty-btn,
    .cart-dropdown-content .remove-item {
        width: 30px;
        height: 30px;
    }

    .cart-qty-btn {
        width: 26px;
        height: 26px;
    }

    .cart-footer {
        padding: 14px 13px 15px;
    }

    .cart-total {
        margin-bottom: 10px;
        padding: 10px 12px;
    }

    .checkout-btn {
        min-height: 46px;
        border-radius: 11px;
        font-size: 0.86rem;
    }
}

@media (max-width: 380px) {
    .cart-dropdown-content {
        top: 112px;
        right: 8px;
        left: 8px;
        max-height: calc(100vh - 124px);
    }

    .cart-header {
        gap: 8px;
    }

    .cart-header-actions {
        gap: 5px;
    }

    .clear-cart-btn {
        padding: 7px 8px;
    }

    .cart-items {
        max-height: calc(100vh - 322px);
        padding: 10px;
    }

    .cart-dropdown-content .cart-item {
        grid-template-columns: 56px minmax(0, 1fr) 30px;
        gap: 8px;
    }

    .cart-dropdown-content .cart-item-image {
        width: 56px;
        height: 56px;
    }

    .cart-item-meta {
        gap: 5px;
    }

    .cart-item-price,
    .cart-item-quantity {
        font-size: 0.68rem;
    }

    .cart-footer-note {
        font-size: 0.74rem;
    }
}

/* Shared mobile sidebar skin */
@media (max-width: 1024px) {
    .nav-toggle,
    #mobile-menu-btn,
    .nav-overlay {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .mobile-sidebar-toggle {
        width: 44px !important;
        height: 44px !important;
        margin-left: 8px !important;
        margin-right: 0 !important;
        background: rgba(255, 255, 255, 0.96) !important;
        border: 1px solid rgba(140, 106, 47, 0.22) !important;
        border-radius: 8px !important;
        box-shadow: 0 10px 24px rgba(23, 32, 51, 0.14) !important;
        gap: 4px !important;
        transform: none !important;
    }

    .mobile-sidebar-toggle::before {
        content: none !important;
    }

    .mobile-sidebar-toggle span {
        width: 20px !important;
        height: 2px !important;
        margin: 0 !important;
        background: #8c6a2f !important;
        border-radius: 999px !important;
    }

    .mobile-sidebar-toggle.active {
        background: #8c6a2f !important;
        transform: none !important;
    }

    .mobile-sidebar-toggle.active span {
        background: #ffffff !important;
    }

    .mobile-sidebar-toggle.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg) !important;
    }

    .mobile-sidebar-toggle.active span:nth-child(2) {
        opacity: 0 !important;
        transform: scaleX(0) !important;
    }

    .mobile-sidebar-toggle.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg) !important;
    }

    .mobile-sidebar {
        z-index: 100000 !important;
    }

    .sidebar-overlay {
        background: rgba(15, 23, 42, 0.58) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
    }

    .sidebar-content {
        width: min(88vw, 380px) !important;
        max-width: 380px !important;
        height: 100dvh !important;
        background: linear-gradient(180deg, rgba(255, 248, 229, 0.92) 0%, rgba(255, 255, 255, 0.98) 34%, #ffffff 100%) !important;
        border-left: 1px solid rgba(140, 106, 47, 0.14) !important;
        border-radius: 22px 0 0 22px !important;
        box-shadow: -28px 0 60px rgba(15, 23, 42, 0.26) !important;
        display: flex !important;
        flex-direction: column !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .mobile-sidebar.active .sidebar-content {
        display: flex !important;
        right: 0 !important;
    }

    .sidebar-content::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 4px !important;
        height: 100% !important;
        background: linear-gradient(180deg, #8c6a2f, #d4af37, #0f766e) !important;
        animation: none !important;
    }

    .sidebar-header {
        min-height: 118px !important;
        padding: 18px 20px 16px !important;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.16), rgba(15, 118, 110, 0.08)), #fffaf0 !important;
        border-bottom: 1px solid rgba(140, 106, 47, 0.12) !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
    }

    .sidebar-header::after {
        content: '' !important;
        position: absolute !important;
        right: -38px !important;
        top: -48px !important;
        width: 140px !important;
        height: 140px !important;
        border-radius: 50% !important;
        background: rgba(212, 175, 55, 0.14) !important;
        pointer-events: none !important;
    }

    .sidebar-logo {
        justify-content: flex-start !important;
        width: calc(100% - 58px) !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .sidebar-logo .logo-icon {
        width: 112px !important;
        height: 88px !important;
    }

    .sidebar-logo .mask-image {
        width: 142px !important;
        height: 104px !important;
        object-fit: contain !important;
        filter: drop-shadow(0 12px 18px rgba(140, 106, 47, 0.18)) !important;
    }

    .sidebar-close {
        width: 42px !important;
        height: 42px !important;
        top: 18px !important;
        right: 18px !important;
        background: rgba(255, 255, 255, 0.92) !important;
        border: 1px solid rgba(140, 106, 47, 0.2) !important;
        border-radius: 8px !important;
        color: #8c6a2f !important;
        box-shadow: 0 10px 22px rgba(23, 32, 51, 0.1) !important;
        z-index: 2 !important;
    }

    .sidebar-close:hover {
        background: #8c6a2f !important;
        color: #ffffff !important;
        transform: none !important;
    }

    .sidebar-nav {
        flex: 1 1 auto !important;
        padding: 16px !important;
        margin: 0 !important;
    }

    .sidebar-menu,
    .sidebar-user-menu {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sidebar-menu li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .sidebar-menu li a,
    .sidebar-user-menu li a {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        min-height: 52px !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        background: rgba(255, 255, 255, 0.88) !important;
        border: 1px solid rgba(23, 32, 51, 0.08) !important;
        border-radius: 8px !important;
        color: #172033 !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        transform: none !important;
    }

    .sidebar-menu li:first-child a {
        background: linear-gradient(135deg, rgba(140, 106, 47, 0.12), rgba(212, 175, 55, 0.1)) !important;
        border-color: rgba(140, 106, 47, 0.22) !important;
    }

    .sidebar-menu li a::before,
    .sidebar-user-menu li a::before {
        content: none !important;
    }

    .sidebar-menu li a i,
    .sidebar-user-menu li a i {
        width: 34px !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 34px !important;
        background: #fff8e5 !important;
        border: 1px solid rgba(212, 175, 55, 0.2) !important;
        border-radius: 8px !important;
        color: #8c6a2f !important;
        font-size: 0.98rem !important;
    }

    .sidebar-menu li a:hover,
    .sidebar-user-menu li a:hover {
        background: #ffffff !important;
        border-color: rgba(140, 106, 47, 0.28) !important;
        color: #8c6a2f !important;
        transform: none !important;
        box-shadow: 0 12px 26px rgba(23, 32, 51, 0.08) !important;
    }

    .sidebar-divider {
        height: 1px !important;
        margin: 16px 4px !important;
        background: linear-gradient(90deg, transparent, rgba(140, 106, 47, 0.26), transparent) !important;
    }

    .sidebar-user,
    .sidebar-auth {
        padding: 0 !important;
    }

    .user-info {
        margin: 0 0 10px !important;
        padding: 12px !important;
        background: #fff8e5 !important;
        border: 1px solid rgba(212, 175, 55, 0.2) !important;
        border-radius: 8px !important;
        color: #8c6a2f !important;
    }

    .sidebar-auth {
        display: none !important;
    }

    .sidebar-btn {
        min-height: 46px !important;
        border-radius: 8px !important;
        transform: none !important;
    }

    .sidebar-btn-login {
        background: #8c6a2f !important;
        color: #ffffff !important;
    }

    .sidebar-btn-signup {
        background: #ffffff !important;
        border: 1px solid rgba(140, 106, 47, 0.26) !important;
        color: #8c6a2f !important;
    }

    .sidebar-cart {
        display: none !important;
    }

    .pharaoh-simple {
        height: 108px !important;
        margin: 0 !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    .pharaoh-simple::before,
    .pharaoh-simple::after {
        content: '' !important;
        position: absolute !important;
        left: 24px !important;
        right: 24px !important;
        height: 1px !important;
        background: linear-gradient(90deg, transparent, rgba(140, 106, 47, 0.48), rgba(212, 175, 55, 0.72), rgba(15, 118, 110, 0.36), transparent) !important;
    }

    .pharaoh-simple::before {
        top: 22px !important;
    }

    .pharaoh-simple::after {
        bottom: 22px !important;
    }

    .pharaoh-simple-row {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .pharaoh-simple-symbol {
        width: 38px !important;
        height: 38px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: 1px solid rgba(140, 106, 47, 0.24) !important;
        border-radius: 999px !important;
        color: #8c6a2f !important;
        box-shadow: none !important;
    }

    .pharaoh-simple-symbol i {
        font-size: 1.05rem !important;
        line-height: 1 !important;
    }

    .pharaoh-simple-symbol.is-primary {
        width: 48px !important;
        height: 48px !important;
        color: #0f766e !important;
        border-color: rgba(15, 118, 110, 0.3) !important;
    }

    .pharaoh-simple-pyramid {
        width: 42px !important;
        height: 34px !important;
        position: relative !important;
        display: inline-block !important;
    }

    .pharaoh-simple-pyramid::before,
    .pharaoh-simple-pyramid::after {
        content: '' !important;
        position: absolute !important;
        bottom: 0 !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 18px solid transparent !important;
        border-right: 18px solid transparent !important;
        border-bottom: 30px solid rgba(140, 106, 47, 0.82) !important;
    }

    .pharaoh-simple-pyramid::before {
        left: 0 !important;
    }

    .pharaoh-simple-pyramid::after {
        right: 0 !important;
        transform: scale(0.72) translateY(6px) !important;
        border-bottom-color: rgba(212, 175, 55, 0.78) !important;
    }

    .sidebar-footer {
        margin-top: auto !important;
        padding: 16px 16px calc(16px + env(safe-area-inset-bottom)) !important;
        background: rgba(248, 250, 252, 0.92) !important;
        border-top: 1px solid rgba(23, 32, 51, 0.08) !important;
    }

    .sidebar-social {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px !important;
        margin: 0 0 12px !important;
    }

    .sidebar-social a {
        width: 100% !important;
        height: 42px !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .sidebar-social a:hover {
        transform: none !important;
        box-shadow: 0 10px 22px rgba(23, 32, 51, 0.12) !important;
    }

    .sidebar-copyright {
        color: #64748b !important;
        font-size: 0.78rem !important;
        margin: 0 !important;
    }
}
/* Language switcher */
.language-switcher {
    position: relative;
    z-index: 100010;
    direction: ltr;
    unicode-bidi: isolate;
}

.language-switcher__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(160, 125, 58, 0.28);
    border-radius: 999px;
    background: #ffffff;
    color: #2d2d2d;
    font: inherit;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    direction: ltr;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(23, 32, 51, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.language-switcher__button:hover,
.language-switcher.is-open .language-switcher__button {
    border-color: #d4af37;
    box-shadow: 0 12px 28px rgba(160, 125, 58, 0.16);
    transform: translateY(-1px);
}

.language-switcher__flag {
    width: 30px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    border-radius: 4px;
    position: relative;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(23, 32, 51, 0.16), 0 1px 3px rgba(23, 32, 51, 0.12);
    overflow: hidden;
}

.language-switcher__option-flag {
    display: inline-flex;
    width: 30px;
    height: 22px;
    margin-right: 8px;
    vertical-align: -2px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(23, 32, 51, 0.14), 0 1px 3px rgba(23, 32, 51, 0.1);
}

.language-switcher__flag--us {
    background:
        linear-gradient(90deg, #24447c 0 42%, transparent 42% 100%),
        repeating-linear-gradient(180deg, #b22234 0 8%, #b22234 8% 15%, #ffffff 15% 23%);
}

.language-switcher__flag--us::after {
    content: '';
    position: absolute;
    left: 10%;
    top: 17%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        4px 0 #ffffff,
        8px 0 #ffffff,
        12px 0 #ffffff,
        0 4px #ffffff,
        4px 4px #ffffff,
        8px 4px #ffffff,
        12px 4px #ffffff;
}

.language-switcher__flag--sa {
    background: #006c35;
}

.language-switcher__flag--sa::before {
    content: '';
    position: absolute;
    left: 18%;
    right: 18%;
    top: 36%;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
}

.language-switcher__flag--sa::after {
    content: '';
    position: absolute;
    left: 22%;
    right: 22%;
    top: 60%;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}

.language-switcher__flag--ru {
    background: linear-gradient(180deg, #ffffff 0 33.333%, #1f57a4 33.333% 66.666%, #d52b1e 66.666% 100%);
}

.language-switcher__flag--es {
    background: linear-gradient(180deg, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%);
}

.language-switcher__flag--de {
    background: linear-gradient(180deg, #000000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
}

.language-switcher__button .fa-chevron-down {
    color: #8a8f98;
    font-size: 0.72rem;
    transition: transform 0.2s ease;
}

.language-switcher.is-open .language-switcher__button .fa-chevron-down {
    transform: rotate(180deg);
}

.language-switcher__current {
    min-width: 22px;
    text-align: center;
    letter-spacing: 0;
}

.language-switcher__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 100020;
    min-width: 178px;
    padding: 8px;
    border: 1px solid rgba(160, 125, 58, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(23, 32, 51, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.language-switcher.is-open .language-switcher__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.language-switcher__menu.is-positioned {
    position: fixed !important;
    right: auto !important;
    top: var(--language-menu-top, 70px);
    left: var(--language-menu-left, 0px) !important;
    z-index: 100020 !important;
    direction: ltr;
}

.language-switcher__menu button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 11px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #2d2d2d;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.language-switcher__menu button:hover,
.language-switcher__menu button.is-active {
    background: rgba(212, 175, 55, 0.13);
    color: #7a5a1d;
}

.language-switcher__menu small {
    color: #8a8f98;
    font-size: 0.72rem;
    font-weight: 700;
}

html[dir="rtl"] .language-switcher__menu {
    right: 0;
    left: auto;
}

html[dir="rtl"] .language-switcher__menu button {
    text-align: right;
    direction: rtl;
}

html[dir="rtl"] .language-switcher__option-flag {
    margin-right: 0;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .language-switcher__button {
        min-height: 36px;
        padding: 8px 10px;
    }

    .language-switcher__menu {
        right: -44px;
    }

    html[dir="rtl"] .language-switcher__menu {
        right: auto;
        left: -44px;
    }
}

.navbar,
.navbar .container,
.nav-actions {
    overflow: visible !important;
}

.account-dropdown-trigger {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 7px 13px 7px 9px !important;
    border: 1px solid rgba(160, 125, 58, 0.22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #8c6a2f !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(23, 32, 51, 0.08) !important;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
    overflow: visible !important;
    cursor: pointer !important;
}

.account-dropdown-trigger::before {
    content: none !important;
}

.account-dropdown-trigger::after {
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 10px !important;
    color: rgba(140, 106, 47, 0.7) !important;
    margin-left: 2px !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    opacity: 1 !important;
    transform: none !important;
}

.account-dropdown-trigger:hover,
.dropdown:hover > .account-dropdown-trigger,
.user-menu:hover > .account-dropdown-trigger {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(160, 125, 58, 0.42) !important;
    color: #8c6a2f !important;
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.13) !important;
    transform: translateY(-1px) !important;
}

.account-dropdown-trigger:hover::after,
.dropdown:hover > .account-dropdown-trigger::after,
.user-menu:hover > .account-dropdown-trigger::after {
    color: #a07d3a !important;
    transform: rotate(180deg) !important;
}

.account-dropdown-trigger .nav-user-avatar,
.account-dropdown-trigger .nav-user-avatar--initial {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
}

/* Compact mobile navbar alignment */
@media (max-width: 768px) {
    .navbar {
        min-height: 70px !important;
        padding: 6px 0 !important;
    }

    .navbar .container {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 10px !important;
        overflow: visible !important;
    }

    .nav-brand {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: 44vw !important;
        overflow: hidden !important;
    }

    .logo-container {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        gap: 0 !important;
        overflow: hidden !important;
        transform: none !important;
    }

    .logo-container:hover {
        margin: 0 !important;
        transform: none !important;
    }

    .logo-icon {
        width: min(44vw, 164px) !important;
        height: 62px !important;
        flex: 0 1 min(44vw, 164px) !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
    }

    .mask-image {
        width: min(44vw, 164px) !important;
        height: 80px !important;
        object-fit: contain !important;
        object-position: left center !important;
        border-radius: 0 !important;
    }

    .nav-actions {
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        margin: 0 !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    .nav-buttons {
        display: none !important;
    }

    .language-switcher {
        flex: 0 0 auto !important;
        z-index: 100010 !important;
    }

    .language-switcher__button {
        min-height: 42px !important;
        height: 42px !important;
        padding: 6px 8px !important;
        gap: 5px !important;
        border-radius: 8px !important;
    }

    .language-switcher__flag {
        width: 24px !important;
        height: 18px !important;
        flex-basis: 24px !important;
    }

    .language-switcher__current {
        min-width: 20px !important;
        font-size: 0.86rem !important;
    }

    .cart-dropdown {
        display: block !important;
        flex: 0 0 auto !important;
    }

    .cart-dropdown .cart-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        border-radius: 8px !important;
    }

    .mobile-sidebar-toggle {
        display: flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 8px !important;
        overflow: visible !important;
    }
}

@media (max-width: 380px) {
    .navbar .container {
        gap: 5px !important;
        padding: 0 8px !important;
    }

    .nav-brand {
        max-width: 40vw !important;
    }

    .logo-icon,
    .mask-image {
        width: min(40vw, 146px) !important;
    }

    .nav-actions {
        gap: 4px !important;
    }

    .language-switcher__button {
        padding: 6px 7px !important;
    }

    .cart-dropdown .cart-icon,
    .mobile-sidebar-toggle {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px !important;
    }
}

/* Remove broken mojibake decorative glyphs above section headings. */
.section-header::before,
.centered-section-title::before,
.about-page-main .section-header::before,
.about-page-main .centered-section-title::before {
    content: none !important;
    display: none !important;
}

@media (max-width: 768px) {
    .section-header::before,
    .centered-section-title::before,
    .about-page-main .section-header::before,
    .about-page-main .centered-section-title::before {
        content: none !important;
        display: none !important;
    }
}

/* Mobile-only layout polish for the Happy Clients section. */
@media (max-width: 768px) {
    #testimonials.ova-testimonial.version-2 {
        padding: 48px 0 !important;
        overflow: hidden;
    }

    #testimonials .container {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    #testimonials .section-header {
        margin-bottom: 22px !important;
        text-align: center;
    }

    #testimonials .section-header h2 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.9rem !important;
        line-height: 1.14;
    }

    #testimonials .section-header p {
        max-width: 310px;
        margin: 12px auto 0;
        font-size: 0.98rem !important;
        line-height: 1.55;
    }

    #testimonials .happy-clients-layout {
        display: block;
        margin-top: 22px;
    }

    #testimonials .happy-clients-score {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 18px;
        padding: 18px;
        background: linear-gradient(180deg, rgba(80, 54, 23, 0.97) 0%, rgba(140, 106, 47, 0.97) 44%, rgba(255, 255, 255, 0.98) 44%, rgba(255, 250, 240, 0.98) 100%);
        text-align: center;
    }

    #testimonials .happy-clients-score-mark {
        width: 112px;
        min-width: 112px;
        min-height: 104px;
        margin: 0 auto;
    }

    #testimonials .happy-clients-score h3 {
        font-size: 1.25rem;
    }

    #testimonials .happy-clients-score p {
        font-size: 0.94rem;
        line-height: 1.6;
    }

    #testimonials .happy-clients-grid {
        gap: 12px;
        margin-left: -14px;
        margin-right: -14px;
        padding: 2px 14px 16px;
        scroll-padding-left: 14px;
    }

    #testimonials .tourist-review-card {
        flex-basis: min(86vw, 330px);
        min-height: 0;
        padding: 18px;
    }

    #testimonials .tourist-review-card::after {
        display: none;
    }

    #testimonials .tourist-review-top {
        align-items: flex-start;
        gap: 12px;
    }

    #testimonials .tourist-avatar {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    #testimonials .tourist-review-card p {
        font-size: 0.92rem;
        line-height: 1.62;
    }

    #testimonials .tourist-review-tags span {
        padding: 6px 9px;
        font-size: 0.73rem;
    }

    #testimonials .tourist-review-form-panel {
        margin-top: 22px;
        padding: 18px;
        background: linear-gradient(180deg, rgba(80, 54, 23, 0.98) 0%, rgba(140, 106, 47, 0.98) 28%, #ffffff 28%, #fffaf0 100%);
    }

    #testimonials .tourist-review-form-panel h3 {
        margin-bottom: 18px;
        font-size: 1.25rem;
    }

    #testimonials .tourist-review-form {
        padding: 14px;
        gap: 11px;
    }

    #testimonials .tourist-review-form input,
    #testimonials .tourist-review-form select {
        height: 44px;
    }

    #testimonials .tourist-review-form textarea {
        min-height: 104px;
    }
}

@media (max-width: 420px) {
    #testimonials .section-header h2 {
        font-size: 1.65rem !important;
    }

    #testimonials .tourist-review-card {
        flex-basis: 88vw;
    }

    #testimonials .tourist-review-top h3 {
        font-size: 0.98rem;
    }

    #testimonials .tourist-review-top span {
        font-size: 0.78rem;
    }
}

/* Mobile-only tour cards: hide prices and keep photos bright. */
@media (max-width: 768px) {
    .tour-navigation-section .tour-nav-card-price-badge,
    .tour-navigation-section .tour-nav-card-price,
    .tour-navigation-section .tour-price,
    .tour-carousel-price-badge {
        display: none !important;
        visibility: hidden !important;
    }

    .tour-navigation-section .tour-nav-card-image img,
    .tour-carousel-card-image img {
        filter: brightness(1.08) contrast(1.04) saturate(1.08) !important;
    }

    .tour-navigation-section .tour-nav-card-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.04) 45%, rgba(0, 0, 0, 0.22) 100%) !important;
    }

    .tour-carousel-card-overlay {
        background: linear-gradient(180deg, rgba(9, 16, 22, 0.04) 0%, rgba(9, 16, 22, 0.03) 45%, rgba(9, 16, 22, 0.42) 100%) !important;
    }

    .tour-carousel-card-title {
        max-width: 100% !important;
    }
}

/* Mobile sidebar social icons - match the home page treatment across inner pages */
@media (max-width: 1024px) {
    .sidebar-footer {
        margin-top: auto !important;
        padding: 16px 16px calc(16px + env(safe-area-inset-bottom)) !important;
        background: rgba(140, 106, 47, 0.05) !important;
        border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
    }

    .sidebar-social {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px !important;
        margin: 0 0 12px !important;
    }

    .sidebar-social a {
        width: 100% !important;
        height: 42px !important;
        border-radius: 8px !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .sidebar-social a i {
        color: #ffffff !important;
    }

    .sidebar-social a.social-facebook,
    .sidebar-social a[aria-label="Facebook"] {
        background: #1877f2 !important;
    }

    .sidebar-social a.social-instagram,
    .sidebar-social a[aria-label="Instagram"] {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    }

    .sidebar-social a.social-whatsapp,
    .sidebar-social a[aria-label="WhatsApp"] {
        background: #25d366 !important;
    }

    .sidebar-social a.social-telegram,
    .sidebar-social a[aria-label="Telegram"] {
        background: #0088cc !important;
    }

    .sidebar-social a:hover {
        transform: none !important;
        box-shadow: 0 10px 22px rgba(23, 32, 51, 0.12) !important;
    }

    .sidebar-copyright {
        color: #64748b !important;
        font-size: 0.78rem !important;
        margin: 0 !important;
    }
}
