.dj-flight-ticket-container {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.dj-boarding-header {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 5px 30px;
    position: relative;
    overflow: hidden;
    min-height: 60px;
}

.dj-boarding-footer {
    background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    border-top: 2px dashed #cbd5e1;
    position: relative;
}

.dj-boarding-header-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at 20% 30%, #ffffff 2px, transparent 2px), radial-gradient(circle at 80% 70%, #ffffff 1px, transparent 1px);
    background-size: 40px 40px, 20px 20px;
}

.dj-flight-results-bg-art {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: 1;
}

.dj-flight-bg-blue {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #3498db 0%, transparent 70%);
    border-radius: 50%;
    transform: rotate(45deg);
}

.dj-flight-bg-red {
    position: absolute;
    top: 60%;
    right: 15%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #e74c3c 0%, transparent 70%);
    border-radius: 50%;
    transform: rotate(-30deg);
}

.dj-flight-bg-yellow {
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #f39c12 0%, transparent 70%);
    border-radius: 50%;
    transform: rotate(60deg);
}

.dj-flight-results-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 25px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.dj-flight-header-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle at 20% 30%, #3498db 2px, transparent 2px), radial-gradient(circle at 80% 70%, #e74c3c 1px, transparent 1px);
    background-size: 40px 40px, 20px 20px;
}

.dj-flight-header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
}

.dj-flight-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.4);
}

.dj-flight-header-title {
    color: #2c3e50;
    letter-spacing: -0.5px;
}

.dj-flight-header-desc {
    color: #64748b;
}

.dj-active-search-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.dj-search-filter-tag-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.dj-search-filter-tag-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.dj-search-filter-tag-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}


/* Flight Cards */

.dj-flight-result-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.3s ease;
}

.dj-flight-result-card-economy {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.3s ease;
}

.dj-premium-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
}

.dj-economy-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.4);
}

.dj-airline-logo-dark {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 8px 20px rgba(44, 62, 80, 0.3);
}

.dj-airline-logo-purple {
    background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 8px 20px rgba(156, 39, 176, 0.3);
}

.dj-airline-name {
    color: #2c3e50;
}

.dj-airline-code {
    color: #64748b;
}

.dj-flight-time {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
}

.dj-flight-departure-code {
    color: #3498db;
}

.dj-flight-arrival-code {
    color: #e74c3c;
}

.dj-flight-city {
    color: #64748b;
}

.dj-flight-path {
    flex: 1;
    margin: 0 20px;
    position: relative;
}

.dj-flight-path-line-blue {
    height: 2px;
    background: linear-gradient(to right, #3498db, #e74c3c);
    border-radius: 2px;
    position: relative;
}

.dj-flight-path-line-purple {
    height: 2px;
    background: linear-gradient(to right, #9c27b0, #e74c3c);
    border-radius: 2px;
    position: relative;
}

.dj-flight-plane {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dj-flight-plane-blue {
    color: #3498db;
    font-size: 10px;
    transform: rotate(45deg);
}

.dj-flight-plane-purple {
    color: #9c27b0;
    font-size: 10px;
    transform: rotate(45deg);
}

.dj-flight-duration-badge {
    color: #64748b;
    background: #f8fafc;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
}

.dj-feature-tag-blue {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dj-feature-tag-green {
    background: rgba(39, 174, 96, 0.1);
    color: #27ae60;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dj-feature-tag-red {
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dj-feature-tag-purple {
    background: rgba(156, 39, 176, 0.1);
    color: #9c27b0;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dj-feature-icon {
    font-size: 9px;
}

.dj-old-price {
    color: #94a3b8;
    text-decoration: line-through;
}

.dj-current-price-red {
    color: #e74c3c;
}

.dj-price-note {
    color: #64748b;
}

.dj-flight-book-btn-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dj-flight-details-btn {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    border: 2px solid #3498db;
    padding: 12px 25px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dj-btn-icon {
    font-size: 12px;
}

.dj-btn-icon-small {
    font-size: 11px;
}

.dj-budget-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

.dj-airline-logo-gray {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 8px 20px rgba(52, 73, 94, 0.3);
}

.dj-flight-path-line-gray {
    height: 2px;
    background: linear-gradient(to right, #34495e, #e74c3c);
    border-radius: 2px;
    position: relative;
}

.dj-flight-plane-gray {
    color: #34495e;
    font-size: 10px;
    transform: rotate(45deg);
}

.dj-current-price-green {
    color: #27ae60;
}

.dj-current-price-blue {
    color: #3498db;
}

.dj-flight-book-btn-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dj-flight-book-btn-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dj-flight-results-actions {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 25px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
}

.dj-load-more-btn {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-sort-results-btn {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    border: 2px solid #3498db;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-save-search-btn {
    background: rgba(39, 174, 96, 0.1);
    color: #27ae60;
    border: 2px solid #27ae60;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-action-btn-icon {
    font-size: 12px;
}


/* Third Flight Card - Budget */

.dj-flight-result-card-budget {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.3s ease;
}

.dj-budget-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

.dj-airline-logo-gray {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 8px 20px rgba(52, 73, 94, 0.3);
}

.dj-flight-path-line-gray {
    height: 2px;
    background: linear-gradient(to right, #34495e, #e74c3c);
    border-radius: 2px;
    position: relative;
}

.dj-flight-plane-gray {
    color: #34495e;
    font-size: 10px;
    transform: rotate(45deg);
}

.dj-feature-tag-night {
    background: rgba(156, 39, 176, 0.1);
    color: #9c27b0;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dj-current-price-blue {
    color: #3498db;
}

.dj-flight-book-btn-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Flight Results Actions */

.dj-flight-results-actions {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 25px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
}

.dj-load-more-btn {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-sort-results-btn {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    border: 2px solid #3498db;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-save-search-btn {
    background: rgba(39, 174, 96, 0.1);
    color: #27ae60;
    border: 2px solid #27ae60;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Enhanced Professional Styles */

.dj-hero-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


/* Premium Section Header Styles */

.dj-section-badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dj-section-badge-premium {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.dj-section-badge-premium::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;
}

.dj-section-badge-premium:hover::before {
    left: 100%;
}

.dj-section-title-premium {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.dj-title-gradient {
    background: linear-gradient(135deg, #3498db 0%, #e74c3c 50%, #f39c12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 2;
}

.dj-title-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.4);
    position: relative;
    z-index: 2;
    animation: pulse-glow 2s ease-in-out infinite alternate;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 10px 30px rgba(52, 152, 219, 0.4);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 15px 40px rgba(52, 152, 219, 0.6);
        transform: scale(1.05);
    }
}

.dj-section-subtitle-premium {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.dj-section-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.dj-feature-pill {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dj-feature-pill-primary {
    color: #3498db;
    border-color: rgba(52, 152, 219, 0.3);
}

.dj-feature-pill-success {
    color: #27ae60;
    border-color: rgba(39, 174, 96, 0.3);
}

.dj-feature-pill-warning {
    color: #f39c12;
    border-color: rgba(243, 156, 18, 0.3);
}

.dj-feature-icon {
    font-size: 12px;
}

.dj-feature-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.dj-feature-pill-primary:hover {
    background: rgba(52, 152, 219, 0.1);
    border-color: #3498db;
}

.dj-feature-pill-success:hover {
    background: rgba(39, 174, 96, 0.1);
    border-color: #27ae60;
}

.dj-feature-pill-warning:hover {
    background: rgba(243, 156, 18, 0.1);
    border-color: #f39c12;
}


/* Responsive adjustments for premium header */

@media (max-width: 768px) {
    .dj-section-title-premium {
        flex-direction: column;
        gap: 15px;
        font-size: 32px !important;
    }
    .dj-title-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .dj-section-features {
        flex-direction: column;
        gap: 10px;
    }
    .dj-feature-pill {
        width: 100%;
        justify-content: center;
    }
}

.dj-feature-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dj-professional-search-engine {
    position: relative;
    overflow: hidden;
}

.dj-search-header {
    position: relative;
    overflow: hidden;
}

.dj-action-btn:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px);
}

.dj-special-offer:hover {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4) !important;
}

.dj-search-tab:hover:not(.active) {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #2c3e50 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.dj-search-tab.active {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(52, 152, 219, 0.4) !important;
}

.dj-search-tab.active:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.5) !important;
}

.dj-enhanced-dropdown-btn:hover {
    border-color: #3498db !important;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1) !important;
    transform: translateY(-2px);
}

.dj-enhanced-dropdown-btn:focus {
    border-color: #3498db !important;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.15) !important;
    outline: none;
}

.dj-premium-search-btn:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(231, 76, 60, 0.4) !important;
}

.dj-quick-action-btn:hover {
    background: rgba(52, 152, 219, 0.2) !important;
    color: #2c3e50 !important;
    transform: translateY(-2px);
    border-color: #3498db !important;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.dj-dropdown-item:hover {
    background: rgba(52, 152, 219, 0.1) !important;
    color: #2c3e50 !important;
    transform: translateX(5px);
}

.dj-filter-tag:hover {
    background: rgba(52, 152, 219, 0.2) !important;
    color: #2c3e50 !important;
    transform: translateY(-2px);
    border-color: #3498db !important;
    box-shadow: 0 3px 8px rgba(52, 152, 219, 0.2);
}

.dj-trust-indicator:hover {
    transform: translateY(-5px) scale(1.02);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.dj-trust-indicator:hover .dj-trust-icon {
    transform: rotate(10deg) scale(1.1);
    transition: all 0.3s ease;
}

.dj-enhanced-tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease;
}

.dj-enhanced-tour-card:hover .dj-tour-image-container img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.dj-enhanced-tour-card:hover .dj-tour-overlay {
    opacity: 1;
}

.dj-view-tour-btn:hover {
    background: #f8f9fa !important;
    color: #2c3e50 !important;
    transform: scale(1.05);
}

.dj-tour-btn:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

.dj-special-offers-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(243, 156, 18, 0.4) !important;
    transition: all 0.3s ease;
}

.dj-offer-btn:hover {
    background: #f8f9fa !important;
    color: #e67e22 !important;
    transform: scale(1.05);
}

.dj-view-all-tours-btn:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(44, 62, 80, 0.4) !important;
}

.dj-feature-badge {
    transition: all 0.3s ease;
}

.dj-enhanced-tour-card:hover .dj-feature-badge {
    transform: scale(1.05);
}


/* Symmetric Form Layout */

.dj-search-main-row {
    min-height: 82px;
}

.dj-search-field {
    position: relative;
}

.dj-search-field .dj-enhanced-dropdown-btn {
    width: 100%;
}

.dj-search-main-row .dj-search-field:not(:last-child) {
    margin-right: 16px;
}

.dj-search-main-row .dj-search-field:last-child {
    flex-shrink: 0;
}

.dj-enhanced-dropdown-btn:hover {
    border-color: #3498db !important;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1) !important;
    transform: translateY(-2px);
}

.dj-premium-search-btn:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4) !important;
}


/* Loading States */

.dj-loading-btn {
    position: relative;
    overflow: hidden;
}

.dj-loading-btn::after {
    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;
}

.dj-loading-btn.loading::after {
    left: 100%;
}


/* Mobile Responsiveness */

@media (max-width: 991px) {
    .dj-search-main-row {
        flex-direction: column;
        gap: 15px !important;
    }
    .dj-search-field {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .dj-tour-packages-sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .dj-hero-title {
        font-size: 2.5rem !important;
    }
    .dj-modern-reservation-engine {
        border-radius: 20px !important;
    }
    .dj-reservation-header {
        padding: 20px 20px !important;
    }
    .dj-search-content {
        padding: 25px 20px !important;
    }
    .dj-search-brand {
        flex-direction: column !important;
        text-align: center !important;
        width: 100% !important;
    }
    .dj-search-actions {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }
    .dj-search-type-tabs {
        width: 100% !important;
        justify-content: center !important;
    }
    .dj-search-tab {
        flex: 1 !important;
        text-align: center !important;
        font-size: 13px !important;
        padding: 10px 12px !important;
    }
    .dj-enhanced-dropdown-btn {
        min-height: 52px !important;
        padding: 14px 18px !important;
    }
    .dj-premium-search-btn {
        min-height: 52px !important;
        padding: 14px 18px !important;
    }
    .dj-search-content {
        padding: 30px 25px !important;
    }
    .dj-featured-tour-card {
        margin-bottom: 20px !important;
    }
    .dj-special-offers-card {
        padding: 20px !important;
    }
    .dj-tour-slide {
        padding: 15px !important;
    }
    .dj-tour-image img {
        width: 60px !important;
        height: 60px !important;
    }
}


/* Popular Destinations Section */

.dj-destination-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 3;
}

.dj-destination-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.dj-destination-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dj-destination-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.8) 0%, rgba(231, 76, 60, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-destination-view-btn {
    background: #ffffff;
    color: #2c3e50;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dj-destination-card-content {
    padding: 3px;
}

.dj-destination-title {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}

.dj-destination-count {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dj-destination-count-icon {
    color: #e74c3c;
    font-size: 12px;
}

.dj-view-all-btn {
    position: relative;
    z-index: 4;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
    border: none;
}

.dj-view-all-btn-icon {
    font-size: 18px;
}

.dj-view-all-btn-arrow {
    font-size: 14px;
}


/* Tour Dates Section */

.dj-dates-bg-art {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
}

.dj-dates-bg-blur-blue {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3498db, #f39c12);
    filter: blur(80px);
}

.dj-dates-bg-blur-green {
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #27ae60, #e74c3c);
    filter: blur(80px);
}

.dj-dates-bg-blur-purple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9b59b6, #3498db);
    filter: blur(60px);
}

.dj-section-header-content {
    position: relative;
    padding: 20px 0;
}

.dj-section-main-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-section-main-title-icon {
    color: #3498db;
    font-size: 2.5rem;
    margin-right: 1rem;
}

.dj-dates-wrapper {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dj-month-section {
    border-bottom: 2px solid #e2e8f0;
}

.dj-month-header-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dj-month-header-orange {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dj-month-title-info {
    padding-right: 20px;
}

.dj-month-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.dj-month-title-icon {
    font-size: 20px;
    margin-right: 15px;
}

.dj-month-title-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin: 0;
    padding-left: 35px;
}

.dj-month-actions {
    display: flex;
    align-items: center;
}

.dj-month-actions-btn {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 20px;
}

.dj-month-collapse-icon {
    color: #ffffff;
    font-size: 18px;
    transition: transform 0.3s ease;
    padding: 8px;
}

.dj-month-content {
    padding: 0;
}

.dj-tour-date-item {
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.dj-date-header {
    background: #f8fafc;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dj-date-info {
    display: flex;
    align-items: center;
}

.dj-date-badge-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    min-width: 70px;
    text-align: center;
    margin-right: 20px;
}

.dj-date-badge-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    min-width: 70px;
    text-align: center;
    margin-right: 20px;
}

.dj-date-badge-purple {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    min-width: 70px;
    text-align: center;
    margin-right: 20px;
}

.dj-date-badge-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    min-width: 70px;
    text-align: center;
    margin-right: 20px;
}

.dj-date-badge-orange {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    min-width: 70px;
    text-align: center;
    margin-right: 20px;
}

.dj-date-details {
    padding-left: 10px;
}

.dj-date-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.dj-date-desc {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.dj-date-actions {
    display: flex;
    align-items: center;
}

.dj-tour-count-blue {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0.05) 100%);
    color: #3498db;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(52, 152, 219, 0.2);
    margin-right: 15px;
}

.dj-tour-count-red {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.1) 0%, rgba(231, 76, 60, 0.05) 100%);
    color: #e74c3c;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(231, 76, 60, 0.2);
    margin-right: 15px;
}

.dj-tour-count-orange {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1) 0%, rgba(243, 156, 18, 0.05) 100%);
    color: #f39c12;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(243, 156, 18, 0.2);
    margin-right: 15px;
}

.dj-tour-count-green {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(39, 174, 96, 0.05) 100%);
    color: #27ae60;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(39, 174, 96, 0.2);
    margin-right: 15px;
}

.dj-tour-count-purple {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.1) 0%, rgba(155, 89, 182, 0.05) 100%);
    color: #9b59b6;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(155, 89, 182, 0.2);
    margin-right: 15px;
}

.dj-date-chevron {
    color: #64748b;
    font-size: 16px;
    transition: transform 0.3s ease;
    padding: 8px;
}

.dj-tours-list {
    padding: 25px 30px;
    background: #ffffff;
}

.dj-tour-item {
    background: linear-gradient(145deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.dj-tour-item-small {
    border-radius: 15px;
    padding: 20px;
}

.dj-tour-info-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.dj-tour-info-desc {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 15px;
}

.dj-tour-category-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
}

.dj-tour-category-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
}

.dj-tour-category-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.dj-tour-duration {
    color: #64748b;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.dj-tour-duration-small {
    font-size: 12px;
    gap: 5px;
}

.dj-tour-features {
    display: flex;
    align-items: center;
}

.dj-tour-feature-green {
    color: #27ae60;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.dj-tour-feature-red {
    color: #e74c3c;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.dj-tour-feature-green-small {
    color: #27ae60;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dj-tour-feature-red-small {
    color: #e74c3c;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dj-tour-booking {
    text-align: end;
    padding-left: 20px;
}

.dj-tour-booking-small {
    text-align: end;
}

.dj-tour-duration-badge-green {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(39, 174, 96, 0.05) 100%);
    color: #27ae60;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(39, 174, 96, 0.2);
    margin-bottom: 10px;
    display: inline-block;
}

.dj-tour-duration-badge-red {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.1) 0%, rgba(231, 76, 60, 0.05) 100%);
    color: #e74c3c;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(231, 76, 60, 0.2);
}

.dj-tour-btn-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border: none;
    border-radius: 15px;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-top: 5px;
}

.dj-tour-btn-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border: none;
    border-radius: 15px;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-top: 5px;
}

.dj-tour-btn-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.dj-tour-item-empty {
    padding: 30px;
}

.dj-tour-item-empty-icon {
    color: #f39c12;
    font-size: 48px;
    margin-bottom: 15px;
}

.dj-tour-item-empty-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 8px;
}

.dj-tour-item-empty-desc {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}


/* Payment & Security Section */

.dj-payment-content {
    padding-right: 30px;
}

.dj-section-badge {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.dj-payment-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 25px;
    line-height: 1.2;
}

.dj-payment-title-gradient {
    background: linear-gradient(135deg, #3498db 0%, #e74c3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dj-payment-desc {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 35px;
}

.dj-security-features {
    margin-bottom: 40px;
}

.dj-security-item {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0.05) 100%);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(52, 152, 219, 0.2);
    transition: all 0.3s ease;
}

.dj-security-item-green {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(39, 174, 96, 0.05) 100%);
    border: 1px solid rgba(39, 174, 96, 0.2);
}

.dj-security-item-orange {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1) 0%, rgba(243, 156, 18, 0.05) 100%);
    border: 1px solid rgba(243, 156, 18, 0.2);
}

.dj-security-item-red {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.1) 0%, rgba(231, 76, 60, 0.05) 100%);
    border: 1px solid rgba(231, 76, 60, 0.2);
}

.dj-security-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.dj-security-icon-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.3);
}

.dj-security-icon-orange {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.3);
}

.dj-security-icon-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);
}

.dj-security-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.dj-security-desc {
    color: #64748b;
    font-size: 12px;
    margin: 0;
}

.dj-payment-methods {
    margin-top: 30px;
}

.dj-payment-methods-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.dj-payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
    max-width: 500px;
}

.dj-payment-method-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dj-payment-visual {
    position: relative;
}

.dj-payment-mockup {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}

.dj-payment-mockup-bg {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(231, 76, 60, 0.1) 100%);
    border-radius: 50%;
    filter: blur(30px);
}

.dj-payment-mockup-content {
    position: relative;
    z-index: 2;
}

.dj-payment-mockup-header {
    text-align: center;
    margin-bottom: 30px;
}

.dj-payment-mockup-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.dj-payment-mockup-subtitle {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.dj-payment-form-preview {
    margin-top: 20px;
}

.dj-payment-card-input {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.dj-payment-input-label {
    color: #64748b;
    font-size: 12px;
    margin-bottom: 5px;
}

.dj-payment-input-value {
    color: #2c3e50;
    font-weight: 600;
}

.dj-payment-input-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.dj-payment-input-col {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    flex: 1;
}

.dj-payment-security-badge {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(39, 174, 96, 0.05) 100%);
    border: 1px solid rgba(39, 174, 96, 0.2);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.dj-payment-security-icon {
    color: #27ae60;
    font-size: 20px;
    margin-bottom: 8px;
}

.dj-payment-security-title {
    color: #27ae60;
    font-weight: 600;
    font-size: 14px;
}

.dj-payment-security-desc {
    color: #64748b;
    font-size: 12px;
}

.dj-payment-pay-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
}

.dj-floating-security-icon {
    position: absolute;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(39, 174, 96, 0.4);
    animation: float 5s ease-in-out infinite;
}

.dj-floating-security-icon-orange {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    width: 50px;
    height: 50px;
    box-shadow: 0 15px 30px rgba(243, 156, 18, 0.4);
    animation: float 7s ease-in-out infinite reverse;
}

.dj-floating-security-icon.top-left {
    top: 10%;
    left: -20px;
}

.dj-floating-security-icon.bottom-right {
    bottom: 10%;
    right: -25px;
}

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


/* Testimonials Section */

.dj-testimonials-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dj-testimonials-bg-art {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
}

.dj-testimonials-header {
    position: relative;
}

.dj-section-subtitle {
    color: #64748b;
    font-size: 1.3rem;
    margin-bottom: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dj-trust-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.dj-stat-item {
    min-width: 120px;
    text-align: center;
}

.dj-stat-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.dj-stat-icon-orange {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.3);
}

.dj-stat-icon-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.3);
}

.dj-stat-value {
    color: #2c3e50;
    font-weight: 700;
    font-size: 24px;
}

.dj-stat-label {
    color: #64748b;
    font-size: 14px;
}

.dj-testimonials-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.dj-testimonial-nav-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.dj-testimonial-dots {
    display: flex;
    gap: 10px;
}

.dj-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dj-testimonial-dot.active {
    background: #3498db;
}

.dj-enhanced-testimonials-grid {
    position: relative;
}

.dj-featured-testimonial-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(52, 152, 219, 0.1);
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dj-featured-testimonial-bg {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(231, 76, 60, 0.1) 100%);
    border-radius: 50%;
    filter: blur(20px);
}

.dj-featured-testimonial-bg-2 {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1) 0%, rgba(39, 174, 96, 0.1) 100%);
    border-radius: 50%;
    filter: blur(25px);
}

.dj-featured-testimonial-content {
    position: relative;
    z-index: 2;
}

.dj-quote-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.dj-testimonial-content {
    margin-bottom: 25px;
}

.dj-testimonial-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.dj-testimonial-text {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.dj-rating-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
}

.dj-rating-star {
    color: #f39c12;
    font-size: 16px;
}

.dj-author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dj-author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    object-fit: cover;
}

.dj-author-name {
    color: #2c3e50;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
}

.dj-author-location {
    color: #64748b;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dj-author-location-icon {
    color: #e74c3c;
    font-size: 12px;
}

.dj-author-tour {
    color: #64748b;
    font-size: 12px;
    margin: 0;
    margin-top: 2px;
}

.dj-stacked-testimonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.dj-compact-testimonial-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(39, 174, 96, 0.1);
    position: relative;
    overflow: hidden;
    flex: 1;
}

.dj-compact-testimonial-card-orange {
    border: 1px solid rgba(243, 156, 18, 0.1);
}

.dj-compact-testimonial-bg {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(52, 152, 219, 0.1) 100%);
    border-radius: 50%;
    filter: blur(15px);
}

.dj-compact-testimonial-bg-orange {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1) 0%, rgba(231, 76, 60, 0.1) 100%);
}

.dj-compact-testimonial-content {
    position: relative;
    z-index: 2;
}

.dj-quote-icon-small {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.3);
}

.dj-quote-icon-small-orange {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.3);
}

.dj-compact-testimonial-text {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.dj-rating-stars-small {
    display: flex;
    gap: 2px;
    margin-bottom: 10px;
}

.dj-rating-star-small {
    color: #f39c12;
    font-size: 12px;
}

.dj-author-info-compact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-author-avatar-compact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
}

.dj-author-name-compact {
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.dj-author-tour-compact {
    color: #64748b;
    font-size: 12px;
    margin: 0;
}

.dj-testimonials-cta-btn {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.3);
    transition: all 0.3s ease;
    border: none;
}


/* Travel Guide Section */

.dj-enhanced-travel-guide-grid {
    margin-top: 30px;
}

.dj-enhanced-guide-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.dj-guide-image-container {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.dj-guide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dj-guide-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.dj-guide-badge-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}

.dj-guide-badge-purple {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.dj-guide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.9) 0%, rgba(231, 76, 60, 0.9) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-view-guide-btn {
    background: #ffffff;
    color: #2c3e50;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dj-guide-content {
    padding: 25px;
}

.dj-guide-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.dj-guide-meta-item {
    color: #64748b;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dj-guide-meta-icon-blue {
    color: #3498db;
    font-size: 12px;
}

.dj-guide-meta-icon-orange {
    color: #f39c12;
    font-size: 12px;
}

.dj-guide-meta-icon-red {
    color: #e74c3c;
    font-size: 12px;
}

.dj-guide-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.4;
}

.dj-guide-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dj-guide-footer {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-top: auto;
}

.dj-guide-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-guide-author-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
}

.dj-guide-author-name {
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
}

.dj-guide-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dj-enhanced-detail-btn {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
    transition: all 0.3s ease;
    border: none;
}


/* Hover Effects */

.dj-enhanced-guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.dj-enhanced-guide-card:hover .dj-guide-image {
    transform: scale(1.1);
}

.dj-enhanced-guide-card:hover .dj-guide-overlay {
    opacity: 1;
}

.dj-view-guide-btn:hover {
    background: #f8f9fa;
    color: #2c3e50;
    transform: scale(1.05);
}

.dj-guide-btn:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}


/* Tour Dates Section - Hover and Responsive (moved from inline styles) */

.dj-tour-date-item:hover .dj-date-header {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;
    transform: translateX(5px);
}

.dj-tour-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

.dj-month-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.dj-collapse-icon {
    transition: transform 0.3s ease !important;
}

.dj-collapsed .dj-collapse-icon {
    transform: rotate(-90deg) !important;
}

.dj-stat-mini:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .dj-date-info {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
    .dj-date-actions {
        margin-top: 10px;
    }
    .dj-tour-booking {
        text-align: left !important;
        margin-top: 15px;
    }
    .dj-month-actions {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .dj-quick-stats .row {
        text-align: center;
    }
}


/* Quick Stats and Actions Section (moved from inline styles) */

.dj-quick-stats {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dj-quick-stats-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-quick-stats-icon {
    color: #3498db;
    font-size: 16px;
}

.dj-stat-mini {
    padding: 15px;
}

.dj-stat-value-blue {
    color: #3498db;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}

.dj-stat-value-green {
    color: #27ae60;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}

.dj-stat-value-orange {
    color: #f39c12;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}

.dj-stat-value-red {
    color: #e74c3c;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}

.dj-stat-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.dj-quick-actions {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.dj-quick-actions-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-quick-actions-icon {
    color: #f39c12;
    font-size: 16px;
}

.dj-quick-action-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-quick-action-btn-green {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}

.dj-quick-action-btn-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.dj-quick-action-icon {
    font-size: 14px;
}


/* Search Engine Component Styles (moved from inline styles) */


/* Search Type Info Section */

.dj-search-type-info {
    padding: 12px 20px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 12px;
    border-left: 4px solid #2196f3;
}

.dj-current-type {
    color: #1565c0;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dj-current-type-icon {
    font-size: 14px;
}

.dj-type-description {
    color: #1976d2;
    margin-top: 2px;
    margin-left: 22px;
}

.dj-type-benefits {
    display: flex;
    gap: 8px;
}

.dj-benefit-badge-green {
    background: #4caf50;
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
}

.dj-benefit-badge-orange {
    background: #ff9800;
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
}


/* Search Content Visibility */

.dj-search-content-active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* Dropdown Items */

.dj-dropdown-item-standard {
    padding: 10px 16px;
    border-radius: 6px;
    margin: 0 8px;
    font-weight: 500;
    font-size: 13px;
}

.dj-dropdown-icon-green {
    color: #10b981;
    width: 14px;
    font-size: 11px;
}


/* Search Labels */

.dj-search-label-standard {
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 6px;
}


/* Label Icons */

.dj-label-icon-red {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-label-icon-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-label-icon-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-label-icon-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-label-icon-white {
    color: #ffffff;
    font-size: 10px;
}


/* Enhanced Dropdown Buttons */

.dj-enhanced-dropdown-btn-standard {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 24px;
    color: #1e293b;
    font-weight: 500;
    transition: all 0.3s ease;
    min-height: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.dj-selected-value {
    font-size: 15px;
}

.dj-selected-detail {
    color: #64748b;
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.dj-dropdown-chevron {
    color: #94a3b8;
    font-size: 14px;
}


/* Dropdown Menus */

.dj-dropdown-menu-standard {
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 3px;
    max-height: 300px;
    overflow-y: auto;
}

.dj-dropdown-menu-simple {
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 3px;
}


/* Dropdown Headers */

.dj-dropdown-header-blue {
    color: #3498db;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 16px;
    margin: 0;
}

.dj-dropdown-header-green {
    color: #27ae60;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 16px;
    margin: 0;
    margin-top: 8px;
}

.dj-dropdown-header-red {
    color: #e74c3c;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 16px;
    margin: 0;
    margin-top: 8px;
}

.dj-dropdown-header-purple {
    color: #9b59b6;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 16px;
    margin: 0;
    margin-top: 8px;
}

.dj-dropdown-header-icon {
    font-size: 10px;
}


/* Dropdown Items */

.dj-dropdown-item-location {
    padding: 8px 16px;
    border-radius: 6px;
    margin: 0 8px;
    font-weight: 500;
    font-size: 14px;
}

.dj-dropdown-item-date {
    padding: 10px 16px;
    border-radius: 6px;
    margin: 0 8px;
    font-weight: 500;
    font-size: 13px;
}

.dj-dropdown-item-duration {
    padding: 10px 16px;
    border-radius: 6px;
    margin: 0 8px;
    font-weight: 500;
    font-size: 13px;
}

.dj-dropdown-item-guests {
    padding: 10px 16px;
    border-radius: 6px;
    margin: 0 8px;
    font-weight: 500;
    font-size: 13px;
}

.dj-dropdown-icon-red {
    color: #e74c3c;
    width: 14px;
    font-size: 11px;
}

.dj-dropdown-icon-blue {
    color: #3498db;
    width: 14px;
    font-size: 11px;
}

.dj-dropdown-icon-green {
    color: #10b981;
    width: 14px;
    font-size: 11px;
}

.dj-dropdown-icon-purple {
    color: #8b5cf6;
    width: 14px;
    font-size: 11px;
}


/* Search Field Container */

.dj-search-field-dynamic {
    flex: 0 0 140px;
    min-width: 140px;
    max-width: 140px;
}


/* Connection Cards */

.dj-connection-card-standard {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #27ae60;
    border-radius: 10px;
    padding: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dj-connection-card-red {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dj-connection-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.dj-route-code {
    color: #2c3e50;
    font-weight: 600;
    font-size: 11px;
}

.dj-route-line-green {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #27ae60, #229954);
    margin: 0 8px;
    position: relative;
}

.dj-route-line-red {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #e74c3c, #c0392b);
    margin: 0 8px;
    position: relative;
}

.dj-route-dot-green {
    position: absolute;
    right: -4px;
    top: -3px;
    width: 8px;
    height: 8px;
    background: #27ae60;
    border-radius: 50%;
}

.dj-route-dot-red {
    position: absolute;
    right: -4px;
    top: -3px;
    width: 8px;
    height: 8px;
    background: #e74c3c;
    border-radius: 50%;
}

.dj-route-text {
    color: #6c757d;
    font-size: 14px;
    text-align: center;
}


/* Barcode Section */

.dj-barcode {
    display: flex;
    gap: 2px;
    align-items: end;
}

.dj-barcode-line {
    background: #2c3e50;
    border-radius: 1px;
}

.dj-barcode-line-1 {
    width: 3px;
    height: 25px;
}

.dj-barcode-line-2 {
    width: 2px;
    height: 20px;
}

.dj-barcode-line-3 {
    width: 4px;
    height: 30px;
}

.dj-barcode-line-4 {
    width: 2px;
    height: 15px;
}

.dj-barcode-line-5 {
    width: 3px;
    height: 25px;
}

.dj-barcode-line-6 {
    width: 2px;
    height: 20px;
}

.dj-barcode-line-7 {
    width: 4px;
    height: 28px;
}

.dj-barcode-line-8 {
    width: 2px;
    height: 18px;
}

.dj-reference-number {
    color: #2c3e50;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}


/* Status Indicators */

.dj-status-indicator-primary {
    background: #27ae60;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.dj-status-indicator-secondary {
    background: #f39c12;
    padding: 4px 8px;
    border-radius: 6px;
}


/* Tour Cards */

.dj-tour-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dj-tour-image-container {
    position: relative;
    height: 255px;
    overflow: hidden;
}

.dj-tour-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dj-tour-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #2c3e50;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.dj-tour-badge-popular {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
}

.dj-tour-badge-romantic {
    background: linear-gradient(135deg, #ff9ff3, #f368e0);
    color: white;
}

.dj-tour-badge-cultural {
    background: linear-gradient(135deg, #54a0ff, #2e86de);
    color: white;
}

.dj-tour-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dj-view-tour-btn {
    background: white;
    color: #2c3e50;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.dj-tour-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.dj-tour-title {
    min-height: 48px;
    /* Reserve space for up to 2 lines, adjust as needed */
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    word-break: break-word;
}

.dj-tour-details {
    margin-bottom: 15px;
}

.dj-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #64748b;
}

.dj-detail-icon {
    width: 16px;
    text-align: center;
}

.dj-detail-icon-calendar {
    color: #3498db;
}

.dj-detail-icon-location {
    color: #e74c3c;
}

.dj-detail-icon-star {
    color: #f39c12;
}

.dj-tour-features {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.dj-feature-badge {
    background: #f8f9fa;
    color: #2c3e50;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dj-feature-badge-flight {
    background: #e3f2fd;
    color: #1976d2;
}

.dj-feature-badge-hotel {
    background: #e8f5e8;
    color: #2e7d32;
}

.dj-feature-badge-honeymoon {
    background: #fce4ec;
    color: #c2185b;
}

.dj-feature-badge-cultural {
    background: #e8eaf6;
    color: #3f51b5;
}

.dj-price-info {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.dj-price-detail {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}

.dj-tour-btn {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}


/* Special Offers Banner */

.dj-special-offers-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    color: white;
}

.dj-banner-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.dj-offer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-offer-title-icon {
    font-size: 20px;
}

.dj-offer-description {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.dj-offer-highlights {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.dj-highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.dj-highlight-icon {
    font-size: 16px;
}

.dj-offer-discount {
    text-align: center;
    margin-bottom: 20px;
}

.dj-discount-value {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

.dj-discount-text {
    font-size: 14px;
    opacity: 0.8;
}

.dj-offer-btn {
    background: white;
    color: #667eea;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.dj-offer-btn-icon {
    font-size: 18px;
}

.dj-offer-btn-arrow {
    font-size: 14px;
}


/* Hover Effects */

.dj-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

.dj-tour-card:hover .dj-tour-overlay {
    opacity: 1;
}

.dj-view-tour-btn:hover {
    background: #2c3e50;
    color: white;
    transform: translateY(-2px);
}

.dj-tour-btn:hover {
    background: linear-gradient(135deg, #2980b9, #1f5f8b);
    transform: translateY(-2px);
}

.dj-offer-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* Responsive Design */

@media (max-width: 768px) {
    .dj-search-main-row {
        flex-direction: column;
        gap: 15px;
    }
    .dj-search-field-dynamic {
        flex: 1;
        min-width: auto;
        max-width: none;
    }
    .dj-offer-highlights {
        flex-direction: column;
        gap: 10px;
    }
    .dj-tour-features {
        flex-direction: column;
        gap: 5px;
    }
}


/* Hero Slider Styles */

.dj-hero-slider-container {
    position: relative;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: all 0.5s ease;
}

.dj-hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.dj-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    z-index: 1;
}

.dj-hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.dj-hero-banner-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;
    z-index: 2;
}

.dj-hero-banner-content {
    text-align: center;
    color: white;
    max-width: 600px;
    padding: 0 20px;
    z-index: 3;
    position: relative;
}

.dj-hero-banner-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.dj-hero-banner-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.dj-hero-banner-desc {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.dj-hero-banner-btn {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.dj-hero-banner-btn:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}


/* Slider Navigation */

.dj-hero-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 4;
    pointer-events: none;
}

.dj-slider-prev,
.dj-slider-next {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
}

.dj-slider-prev:hover,
.dj-slider-next:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.dj-slider-prev {
    left: 20px;
}

.dj-slider-next {
    right: 20px;
}


/* Slider Indicators */

.dj-hero-banner-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 4;
}

.dj-hero-banner-indicators span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.dj-hero-banner-indicators span:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
}

.dj-hero-banner-indicators span.active {
    background: white;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}


/* Responsive Design */

@media (max-width: 991px) {
    .dj-hero-slider-container {
        height: 350px;
    }
    .dj-hero-banner-title {
        font-size: 2.5rem;
    }
    .dj-hero-banner-desc {
        font-size: 1.1rem;
    }
    .dj-hero-banner-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .dj-hero-slider-container {
        height: 300px;
    }
    .dj-hero-banner-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .dj-hero-banner-desc {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .dj-hero-banner-btn {
        padding: 10px 25px;
        font-size: 13px;
    }
    .dj-slider-prev,
    .dj-slider-next {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .dj-hero-banner-indicators {
        bottom: 15px;
    }
    .dj-hero-banner-indicators span {
        width: 10px;
        height: 10px;
    }
}


/* Additional Unique Classes */

.dj-barcode-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dj-service-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-status-primary {
    background: #27ae60;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.dj-status-secondary {
    background: #f39c12;
    padding: 4px 8px;
    border-radius: 6px;
}

.dj-connection-card-green {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #27ae60;
    border-radius: 10px;
    padding: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dj-route-code-small {
    color: #2c3e50;
    font-weight: 600;
    font-size: 11px;
}

.dj-route-line {
    flex: 1;
    height: 2px;
    margin: 0 8px;
    position: relative;
}

.dj-route-dot {
    position: absolute;
    right: -4px;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dj-route-text-small {
    color: #6c757d;
    font-size: 14px;
    text-align: center;
}

.dj-view-all-icon {
    font-size: 18px;
}

.dj-view-all-arrow {
    font-size: 16px;
}

.dj-section-header-premium {
    background: linear-gradient(120deg, #f8fafc 70%, #e3e8ee 100%);
    border-radius: 20px;
    box-shadow: 0 8px 48px 0 rgba(52, 152, 219, 0.13), 0 2px 0 #e3e8ee;
    border: 2px solid #e3e8ee;
    padding: 30px 32px 30px 32px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.dj-section-header-premium .dj-section-badge-premium {
    font-size: 20px;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: 32px;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #fff;
    box-shadow: 0 6px 24px rgba(243, 156, 18, 0.18);
    margin-bottom: 28px;
    letter-spacing: 0.5px;
    transition: box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
}

.dj-section-header-premium .dj-section-badge-premium i {
    font-size: 22px;
    margin-right: 12px;
}

.dj-section-header-premium .dj-section-title-premium {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(90deg, #3498db 0%, #e74c3c 50%, #f39c12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 18px 0;
    padding: 0;
    display: inline-block;
    letter-spacing: -1.5px;
    text-shadow: 0 2px 12px rgba(52, 152, 219, 0.08);
}

.dj-section-header-premium .dj-section-subtitle-premium {
    font-size: 1.35rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 32px auto;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.dj-section-header-premium .dj-section-features {
    margin-top: 0;
    gap: 22px;
}

.dj-section-header-premium .dj-feature-pill {
    font-size: 1rem;
    padding: 10px 26px;
    border-radius: 22px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.07);
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 991px) {
    .dj-section-header-premium {
        padding: 32px 10px 24px 10px;
        border-radius: 18px;
    }
    .dj-section-header-premium .dj-section-badge-premium {
        font-size: 16px;
        padding: 8px 18px;
        margin-bottom: 18px;
    }
    .dj-section-header-premium .dj-section-title-premium {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    .dj-section-header-premium .dj-section-subtitle-premium {
        font-size: 1rem;
        margin-bottom: 18px;
    }
    .dj-section-header-premium .dj-section-features {
        gap: 10px;
    }
    .dj-section-header-premium .dj-feature-pill {
        font-size: 0.95rem;
        padding: 8px 14px;
        border-radius: 16px;
    }
}

.dj-tour-card-bottom {
    background: #f8fafc;
    border-top: 1.5px solid #e3e8ee;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 18px 22px 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 80px;
    margin-top: auto;
}

.dj-tour-card-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
}

.dj-tour-card-detail-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    color: #64748b;
}

.dj-tour-card-price-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    min-width: 140px;
}

.dj-tour-card-price {
    font-size: 1.35rem;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.dj-tour-price-eur {
    color: #27ae60;
    font-size: 1.35rem;
    font-weight: 700;
}

.dj-tour-price-tl {
    color: #64748b;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 2px;
}

.dj-tour-price-note {
    color: #bdbdbd;
    font-size: 0.95rem;
    font-weight: 400;
}

.dj-tour-card-btn {
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 10px;
    border: 2px solid #27ae60;
    color: #27ae60;
    background: #fff;
    transition: all 0.2s;
    box-shadow: 0 2px 10px rgba(39, 174, 96, 0.07);
}

.dj-tour-card-btn:hover {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #fff;
    border-color: #229954;
}

@media (max-width: 991px) {
    .dj-tour-card-bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px 10px 16px 10px;
    }
    .dj-tour-card-price-btn {
        align-items: stretch;
        min-width: 0;
    }
    .dj-tour-card-price {
        align-items: flex-start;
    }
}

.dj-tour-list-card {
    background: linear-gradient(135deg, #fff 80%, #f8fafc 100%);
    border-radius: 24px;
    box-shadow: 0 10px 36px rgba(52, 152, 219, 0.13);
    border: 1.5px solid #e3e8ee;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 0;
    padding: 0;
}

.dj-tour-list-card:hover {
    box-shadow: 0 20px 56px rgba(52, 152, 219, 0.19);
    border-color: #b2becd;
    transform: translateY(-3px) scale(1.012);
    z-index: 2;
}

.dj-tour-list-img {
    width: 240px;
    min-height: 220px;
    max-height: 260px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
    position: relative;
}

.dj-tour-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s;
}

.dj-tour-list-card:hover .dj-tour-list-img img {
    transform: scale(1.04);
}

.dj-tour-list-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(120deg, rgba(52, 152, 219, 0.08) 0%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
}

.dj-tour-list-content {
    padding: 32px 36px 24px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0%;
}

.dj-tour-list-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #2c3e50;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.dj-tour-list-meta {
    font-size: 1rem;
    color: #64748b;
    gap: 22px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e8ee;
}

.dj-tour-list-summary {
    color: #64748b;
    font-size: 1.05rem;
    margin: 16px 0 12px 0;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dj-feature-pill {
    background: #f8fafc;
    color: #3498db;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e3e8ee;
    box-shadow: 0 1px 4px rgba(52, 152, 219, 0.03);
    margin-bottom: 0;
}

.dj-tour-list-bottom {
    background: #f8fafc;
    border-top: 1.5px solid #e3e8ee;
    padding: 20px 36px 16px 36px;
    margin: 0 -36px -24px -36px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.dj-tour-list-label {
    color: #94a3b8;
    font-size: 1.05rem;
    font-weight: 500;
}

.dj-tour-list-price {
    color: #27ae60;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: right;
}

.dj-tour-list-price-tl {
    color: #64748b;
    font-size: 1.08rem;
    font-weight: 500;
    margin-left: 2px;
}

.dj-tour-list-price-note {
    color: #bdbdbd;
    font-size: 1rem;
    font-weight: 400;
}

.dj-tour-list-bottom .btn {
    font-size: 1.08rem;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(39, 174, 96, 0.07);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.dj-tour-list-bottom .btn:hover {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #fff;
    border-color: #229954;
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.13);
}

@media (max-width: 991px) {
    .dj-tour-list-card {
        flex-direction: column;
        min-height: 0;
        border-radius: 18px;
    }
    .dj-tour-list-img {
        width: 100%;
        min-height: 180px;
        max-height: 220px;
        border-radius: 0;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
    .dj-tour-list-content {
        padding: 18px 12px 10px 12px;
    }
    .dj-tour-list-bottom {
        padding: 12px 12px 8px 12px;
        margin: 0 -12px -10px -12px;
        border-radius: 0 0 18px 18px;
    }
}


/* Popular Routes Section - Professional Enhancement with dj- Semantic */

.dj-popular-routes-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 25px;
    box-shadow: 0 15px 45px rgba(52, 152, 219, 0.08);
    border: 1px solid rgba(52, 152, 219, 0.08);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.dj-popular-routes-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.05) 0%, rgba(231, 76, 60, 0.05) 100%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
}

.dj-popular-routes-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.05) 0%, rgba(39, 174, 96, 0.05) 100%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
}

.dj-popular-routes-container {
    position: relative;
    z-index: 2;
}


/* Enhanced Section Header */

.dj-popular-routes-header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.9) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.dj-popular-routes-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.08), transparent);
    transition: left 0.8s ease;
}

.dj-popular-routes-header:hover::before {
    left: 100%;
}

.dj-popular-routes-title {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #3498db 0%, #e74c3c 50%, #f39c12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.dj-popular-routes-title-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
    animation: dj-pulse-rotate 3s ease-in-out infinite;
    font-size: 20px;
}

@keyframes dj-pulse-rotate {
    0%,
    100% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 10px 30px rgba(52, 152, 219, 0.4);
    }
    50% {
        transform: scale(1.1) rotate(10deg);
        box-shadow: 0 15px 40px rgba(52, 152, 219, 0.6);
    }
}

.dj-popular-routes-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    font-weight: 500;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}


/* Professional Filter Section */

.dj-routes-filter-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 18px;
    padding: 10px 20px;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(52, 152, 219, 0.08);
    position: relative;
    overflow: visible;
    z-index: 10;
}

.dj-routes-filter-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.05) 0%, rgba(243, 156, 18, 0.05) 100%);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
}

.dj-routes-filter-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.dj-routes-filter-title-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.dj-routes-filter-buttons {
    gap: 10px !important;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}


/* Enhanced Dropdown Filter Buttons */

.dj-routes-filter-dropdown {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 16px;
    color: #2c3e50;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 120px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    z-index: 11;
}

.dj-routes-filter-dropdown::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.1), transparent);
    transition: left 0.5s ease;
}

.dj-routes-filter-dropdown:hover::before {
    left: 100%;
}

.dj-routes-filter-dropdown:hover {
    border-color: #3498db;
    color: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.2);
}

.dj-routes-filter-dropdown:focus,
.dj-routes-filter-dropdown:active {
    border-color: #3498db !important;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1) !important;
    outline: none !important;
}

.dj-routes-filter-dropdown-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.dj-routes-filter-dropdown:hover .dj-routes-filter-dropdown-icon {
    transform: scale(1.1);
}


/* Enhanced Dropdown Menu */

.dj-routes-filter-menu {
    border: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 15px 0;
    margin-top: 8px;
    background: #ffffff;
    min-width: 100%;
    z-index: 1000;
    position: relative;
}

.dj-routes-filter-menu-item {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    border-radius: 10px;
    margin: 0 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.dj-routes-filter-menu-item:hover {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0.05) 100%);
    color: #3498db;
    transform: translateX(5px);
}

.dj-routes-filter-menu-item-active {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    font-weight: 600;
}

.dj-routes-filter-menu-item-icon {
    font-size: 12px;
    width: 16px;
    text-align: center;
}


/* Professional Destination Cards */

.dj-routes-destinations-grid {
    position: relative;
    z-index: 2;
}

.dj-destination-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(52, 152, 219, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dj-destination-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(52, 152, 219, 0.15);
    border-color: rgba(52, 152, 219, 0.2);
}

.dj-destination-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.dj-destination-card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(231, 76, 60, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.dj-destination-card:hover .dj-destination-card-image::before {
    opacity: 1;
}

.dj-destination-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dj-destination-card:hover .dj-destination-card-img {
    transform: scale(1.1);
}

.dj-destination-card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
    backdrop-filter: blur(10px);
}

.dj-destination-card:hover .dj-destination-card-overlay {
    opacity: 1;
}

.dj-destination-card-overlay-icon {
    color: #3498db;
    font-size: 20px;
}


/* Enhanced Card Info */

.dj-destination-card-info {
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.dj-destination-card-content {
    flex: 1;
}

.dj-destination-card-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 8px;
    display: block;
    line-height: 1.3;
}

.dj-destination-card:hover .dj-destination-card-title {
    color: #3498db;
}

.dj-destination-card-desc {
    margin-top: 8px;
}

.dj-destination-card-desc-link {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.dj-destination-card:hover .dj-destination-card-desc-link {
    color: #3498db;
}

.dj-destination-card-action {
    margin-left: 15px;
}

.dj-destination-card-button {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.dj-destination-card:hover .dj-destination-card-button {
    background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%);
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
}

.dj-destination-card-button-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}


/* Responsive Design Improvements */

@media (max-width: 1199px) {
    .dj-popular-routes-title {
        font-size: 2.8rem;
    }
    .dj-routes-filter-buttons {
        justify-content: center !important;
        flex-wrap: nowrap;
        gap: 8px !important;
    }
    .dj-routes-filter-dropdown {
        min-width: 110px;
        font-size: 12px;
        padding: 9px 14px;
    }
}

@media (max-width: 991px) {
    .dj-popular-routes-section {
        padding: 30px 0;
        border-radius: 18px;
    }
    .dj-popular-routes-header {
        padding: 25px 20px;
        margin-bottom: 30px;
    }
    .dj-popular-routes-title {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    .dj-popular-routes-title-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .dj-popular-routes-subtitle {
        font-size: 1.1rem;
    }
    .dj-routes-filter-section {
        padding: 18px 15px;
        margin-bottom: 25px;
    }
    .dj-routes-filter-title {
        text-align: center;
        margin-bottom: 18px;
        font-size: 17px;
        justify-content: center;
    }
    .dj-routes-filter-buttons {
        flex-wrap: nowrap !important;
        gap: 6px !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding: 0 5px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .dj-routes-filter-buttons::-webkit-scrollbar {
        display: none;
    }
    .dj-routes-filter-dropdown {
        min-width: 100px;
        flex-shrink: 0;
        font-size: 11px;
        padding: 8px 12px;
    }
}

@media (max-width: 767px) {
    .dj-popular-routes-section {
        margin: 10px 0;
        padding: 25px 0;
    }
    .dj-popular-routes-header {
        padding: 20px 15px;
    }
    .dj-popular-routes-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 12px;
    }
    .dj-routes-filter-section {
        padding: 15px;
    }
    .dj-routes-filter-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .dj-destination-card-image {
        height: 170px;
    }
    .dj-destination-card-info {
        padding: 18px;
    }
    .dj-destination-card-title {
        font-size: 16px;
    }
    .dj-destination-card-desc-link {
        font-size: 13px;
    }
}

.dj-filter-collapse-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.15);
}

.dj-filter-collapse-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.2);
}

.dj-filter-collapse-btn i {
    transition: transform 0.3s ease;
}

.dj-filter-collapse-btn.collapsed i {
    transform: rotate(180deg);
}

.dj-filter-collapse-container {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(52, 152, 219, 0.12);
    position: relative;
    z-index: 20;
}

.dj-filter-collapse-container.show {
    display: block;
    animation: slideDown 0.3s ease forwards;
}

.dj-filter-group {
    margin-bottom: 25px;
}

.dj-filter-group:last-child {
    margin-bottom: 0;
}

.dj-filter-group-title {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dj-filter-group-title i {
    color: #3498db;
    font-size: 16px;
}

.dj-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dj-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.dj-filter-checkbox:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
}

.dj-filter-checkbox input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 2px solid #3498db;
    cursor: pointer;
}

.dj-filter-checkbox label {
    font-size: 13px;
    color: #4a5568;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.dj-filter-range {
    padding: 0 10px;
}

.dj-filter-range-values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
    color: #4a5568;
}

.dj-filter-range input[type="range"] {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
}

.dj-filter-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #3498db;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.dj-filter-range input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.dj-filter-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.dj-filter-clear {
    background: none;
    border: none;
    color: #e53e3e;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.dj-filter-clear:hover {
    background: #fff5f5;
}

.dj-filter-apply {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.15);
}

.dj-filter-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.2);
}

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

@media (max-width: 768px) {
    .dj-filter-options {
        flex-direction: column;
        gap: 8px;
    }
    .dj-filter-checkbox {
        width: 100%;
    }
    .dj-filter-actions {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .dj-filter-clear,
    .dj-filter-apply {
        width: 100%;
        text-align: center;
    }
}


/* Enhanced Destination Page Styles */


/* Hero Section Enhancements */

.destination-header {
    position: relative;
}

.destination-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.flag-icon {
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.visa-badge {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.destination-stats {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.stat-item {
    padding: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-2px);
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}


/* Weather Section */

.weather-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.weather-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.temperature {
    font-size: 3rem;
    font-weight: 700;
    color: #FF6B35;
    margin: 0;
}

.weather-condition {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.weather-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.detail-label {
    font-size: 0.9rem;
    color: #666;
}

.detail-value {
    font-weight: 600;
    color: #1a1a1a;
}


/* Essential Information */

.essential-info-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-size: 0.9rem;
    color: #666;
    display: block;
}

.info-value {
    font-weight: 600;
    color: #1a1a1a;
    display: block;
}


/* Cultural Highlights */

.featured-attraction {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.attraction-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.attraction-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.attraction-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.attraction-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.quick-facts {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.fact-item:last-child {
    border-bottom: none;
}

.fact-label {
    font-size: 0.9rem;
    color: #666;
}

.fact-value {
    font-weight: 600;
    color: #1a1a1a;
}


/* Attractions Grid */

.attraction-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.attraction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.attraction-card:hover .card-overlay {
    transform: translateY(0);
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.card-description {
    font-size: 0.9rem;
    margin-bottom: 10px;
    opacity: 0.9;
}

.rating-stars {
    color: #FFD700;
    font-size: 0.9rem;
}

.rating-text {
    font-size: 0.8rem;
    opacity: 0.8;
}


/* Local Cuisine */

.cuisine-featured {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cuisine-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.cuisine-subtitle {
    font-size: 1rem;
    color: #666;
}

.dish-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.dish-item:last-child {
    border-bottom: none;
}

.dish-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.dish-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.dish-meta {
    display: flex;
    gap: 15px;
    align-items: center;
}

.dish-price {
    font-weight: 600;
    color: #4CAF50;
}

.dish-rating {
    font-size: 0.9rem;
    color: #FFD700;
}

.dining-recommendations {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.restaurant-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.restaurant-description {
    font-size: 0.9rem;
    color: #666;
}

.restaurant-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.restaurant-type {
    background: #E3F2FD;
    color: #1976D2;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
}

.restaurant-price {
    background: #E8F5E8;
    color: #4CAF50;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
}

.restaurant-location {
    background: #FFF3E0;
    color: #FF9800;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
}

.tips-list {
    list-style: none;
    padding: 0;
}

.tips-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 20px;
}

.tips-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}


/* Testimonials */

.testimonial-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-3px);
}

.reviewer-avatar img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.reviewer-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.reviewer-location {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
}

.review-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.stars {
    color: #FFD700;
    font-size: 0.9rem;
}

.rating-date {
    font-size: 0.8rem;
    color: #666;
}

.testimonial-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.tag {
    background: #E3F2FD;
    color: #1976D2;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
}


/* Rating Summary */

.rating-summary {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.rating-score {
    font-size: 3rem;
    font-weight: 700;
    color: #4CAF50;
    margin: 0;
}

.rating-stars-large {
    font-size: 1.5rem;
    color: #FFD700;
}

.rating-count {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.rating-breakdown h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bar-label {
    width: 80px;
    font-size: 0.9rem;
    color: #666;
}

.bar-container {
    flex: 1;
    height: 8px;
    background: #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #4CAF50, #8BC34A);
    transition: width 0.3s ease;
}

.bar-percentage {
    width: 40px;
    text-align: right;
    font-size: 0.9rem;
    color: #666;
}


/* Planning Tools */

.planning-tool-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.planning-tool-card:hover {
    transform: translateY(-5px);
}

.tool-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.tool-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
}

.tool-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}


/* Call to Action */

.cta-section {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
}

.cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}


/* Responsive Design */

@media (max-width: 768px) {
    .destination-title {
        font-size: 2rem;
    }
    .temperature {
        font-size: 2.5rem;
    }
    .attraction-meta {
        flex-direction: column;
        gap: 10px;
    }
    .dish-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .restaurant-meta {
        flex-direction: column;
        gap: 5px;
    }
    .rating-bar {
        flex-direction: column;
        gap: 5px;
    }
    .bar-label {
        width: auto;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}