/* Reservation Footer Styles */

.dj-reservation-footer {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 25px 30px;
    border-top: 1px solid #cbd5e1;
}

.dj-trust-indicator {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1) 0%, rgba(243, 156, 18, 0.05) 100%);
    padding: 15px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(243, 156, 18, 0.2);
}

.dj-trust-indicator-blue {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0.05) 100%);
    border: 1px solid rgba(52, 152, 219, 0.2);
}

.dj-trust-indicator-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-trust-indicator-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-trust-indicator-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-trust-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.dj-trust-icon-blue {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.dj-trust-icon-orange {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

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

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

.dj-trust-icon i {
    color: #ffffff;
    font-size: 18px;
}

.dj-trust-text {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
}


/* Search Form Styles */

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

.dj-search-type {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0.05) 100%);
    border: 1px solid rgba(52, 152, 219, 0.2);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
}

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

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

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

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

.dj-benefit-badge {
    background: #4caf50;
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.dj-benefit-badge.orange {
    background: #ff9800;
}

.dj-benefit-badge i {
    margin-right: 4px;
    font-size: 13px;
}

.dj-benefit-badge-green {
    background: #4caf50;
}

.dj-benefit-badge-orange {
    background: #ff9800;
}


/* Search Engine Styles */

.dj-search-engine-tabs {
    background: #ffffff;
    border-radius: 20px;
    padding: 8px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    position: relative;
}

.dj-tab-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 6px;
    margin-bottom: 12px;
}

.dj-search-engine-tab {
    background: #ffffff;
    color: #64748b;
    border: 2px solid #e2e8f0;
    padding: 18px 32px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
}

.dj-search-engine-tab.active {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    border: none;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.dj-tab-icon {
    background: #f1f5f9;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-tab-icon i {
    font-size: 16px;
    color: #64748b;
}

.active .dj-tab-icon {
    background: rgba(255, 255, 255, 0.25);
}

.active .dj-tab-icon i {
    color: #ffffff;
}

.dj-tab-content {
    text-align: left;
}

.dj-tab-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.dj-tab-subtitle {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 2px;
}

.active .dj-tab-subtitle {
    opacity: 0.9;
}

.dj-active-indicator {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: #27ae60;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-active-indicator i {
    font-size: 8px;
    color: white;
}

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

.dj-type-details {
    color: #1565c0;
}

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

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

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


/* Dynamic Info Bar Styles */

.dj-dynamic-info-bar {
    background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
    padding: 15px 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    border-left: 4px solid #3498db;
    position: relative;
    overflow: hidden;
}

.dj-info-bar-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(52, 152, 219, 0.1) 100%);
}

.dj-service-code {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    max-width: 600px;
}

.dj-service-badge {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    box-shadow: 0 3px 12px rgba(52, 152, 219, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
}

.dj-service-badge i {
    font-size: 10px;
}

.dj-recommendation-items {
    display: flex;
    gap: 10px;
    margin-left: 15px;
}

.dj-recommendation-item {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #cbd5e1;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    color: #475569;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dj-recommendation-item i {
    font-size: 10px;
}

.dj-recommendation-item i.hotel {
    color: #27ae60;
}

.dj-recommendation-item i.plane {
    color: #3498db;
}

.dj-recommendation-item i.route {
    color: #e74c3c;
}

.dj-recommendation-item i.star {
    color: #f39c12;
}

.dj-recommendation-item i.pool {
    color: #3498db;
}

.dj-recommendation-item i.food {
    color: #27ae60;
}

.dj-recommendation-item i.wifi {
    color: #9b59b6;
}

.dj-service-status {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    min-width: 280px;
}

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

.dj-recommendation-icon i {
    color: #ffffff;
    font-size: 20px;
}

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

.dj-recommendation-subtitle {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
}

.dj-recommendation-link {
    font-size: 11px;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.dj-recommendation-link:hover {
    border-bottom-color: #3498db;
}

.dj-recommendation-action button {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border: none;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dj-recommendation-action button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.dj-recommendation-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}


/* Item Display States */

.dj-recommendation-item.hotels-item,
.dj-recommendation-item.flights-item {
    display: none;
}

.dj-recommendation-item.tours-item {
    display: flex;
}


/* Boarding Holes Styles */

.dj-boarding-holes {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dj-boarding-holes.left {
    left: -10px;
}

.dj-boarding-holes.right {
    right: -10px;
}

.dj-boarding-hole {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e2e8f0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dj-search-content {
    padding: 30px 40px;
    position: relative;
}

.dj-perforation-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(to right, transparent 0px, transparent 8px, #ffffff 8px, #ffffff 12px);
    opacity: 0.3;
}


/* Search Form Section Styles */

.dj-departure-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e2e8f0;
    padding: 20px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.dj-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dj-dynamic-section-label {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

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

.dj-section-label-text {
    font-size: 16px;
}

.dj-dynamic-gate-info {
    color: #7f8c8d;
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
}

.dj-gate-label {
    color: #e74c3c;
    font-weight: 600;
}

.dj-dynamic-recommendations-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.dj-recommendation-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dj-recommendation-details {
    flex: 1;
}

.dj-recommendation-title {
    color: #1565c0;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

.dj-recommendation-subtitle {
    color: #1976d2;
    font-size: 13px;
    margin-bottom: 6px;
}

.dj-recommendation-link {
    color: #2196f3;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dj-recommendation-link:hover {
    color: #1565c0;
    text-decoration: underline;
}

.dj-recommendation-action button {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.dj-recommendation-action button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.dj-recommendation-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}


/* Boarding Pass Footer Styles */

.dj-footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #ffffff 10px, #ffffff 20px);
    border-radius: 12px;
}

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

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

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

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

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

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

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

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

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

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

.dj-barcode-line.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;
}

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

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

.dj-status-indicator.primary {
    background: #27ae60;
}

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


/* Airline Logo and Info Styles */

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

.dj-airline-info {
    margin-top: -10px;
}

.dj-airline-subtitle {
    margin-top: -5px;
}


/* Ticket Action Buttons */

.dj-ticket-btn {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 6px;
}

.dj-ticket-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.dj-ticket-btn-special {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #ffffff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.dj-ticket-btn-special:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
}


/* Search Engine Label Styles */

.dj-search-label-icon {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-search-label-icon-departure {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.dj-search-label-icon-destination {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.dj-search-label-icon-date {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.dj-search-label-icon-duration {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.dj-search-label-icon-travelers {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

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


/* Enhanced Dropdown Styles */

.dj-search-dropdown-btn {
    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-search-dropdown-content {
    font-size: 15px;
    font-weight: 600;
}

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

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

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

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


/* Search Button Styles */

.dj-search-btn {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    width: 100%;
}

.dj-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

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


/* Search Section Styles */

.dj-search-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e2e8f0;
    padding: 20px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.dj-search-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dj-search-section-label {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

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

.dj-search-section-text {
    font-size: 16px;
}

.dj-search-gate-info {
    color: #7f8c8d;
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
}

.dj-search-gate-label {
    color: #e74c3c;
    font-weight: 600;
}


/* Flight Connections Styles */

.dj-connections-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dee2e6;
    position: relative;
}

.dj-connections-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.dj-connection-icon {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-connection-icon i {
    color: white;
    font-size: 12px;
}

.dj-connections-title {
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.dj-live-indicator {
    background: #28a745;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: auto;
}

.dj-connections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

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

.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: 13px;
}

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

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

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

.dj-connection-card-special {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    border: 2px solid #2ecc71;
    color: white;
}

.dj-connection-card-luxury {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    border: 2px solid #f39c12;
    color: white;
}

.dj-special-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #f39c12;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj-special-badge i {
    font-size: 8px;
    color: white;
}

.dj-card-icon {
    font-size: 20px;
    margin-bottom: 5px;
}

.dj-card-title {
    font-size: 16px;
    font-weight: 600;
}


/* Additional Semantic Classes */

.dj-airline-logo-container {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

.dj-mt-n10 {
    margin-top: -10px;
}

.dj-mt-n5 {
    margin-top: -5px;
}

.dj-flex-gap-15 {
    display: flex;
    gap: 15px;
}

.dj-flex-gap-12 {
    display: flex;
    gap: 12px;
}

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

.dj-flex-gap-6 {
    display: flex;
    gap: 6px;
}

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

.dj-flex-end {
    display: flex;
    justify-content: flex-end;
}

.dj-flex-shrink-0 {
    flex-shrink: 0;
}

.dj-max-w-600 {
    max-width: 600px;
}

.dj-flex-1 {
    flex: 1;
}

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

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

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

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

.dj-benefit-badge-container {
    display: flex;
    gap: 8px;
}

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

.dj-dropdown-icon {
    width: 14px;
    font-size: 11px;
}

.dj-dropdown-icon-success {
    color: #10b981;
}

.dj-dropdown-icon-danger {
    color: #e74c3c;
}

.dj-dropdown-icon-primary {
    color: #3498db;
}

.dj-dropdown-menu {
    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-header {
    color: #3498db;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 16px;
    margin: 0;
}

.dj-dropdown-header-success {
    color: #27ae60;
}

.dj-dropdown-header-danger {
    color: #e74c3c;
}

.dj-dropdown-header-purple {
    color: #9b59b6;
}

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

.dj-dropdown-header-mt {
    margin-top: 8px;
}

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

.dj-search-label-icon-container {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.dj-search-dropdown-btn {
    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-search-dropdown-text {
    font-size: 15px;
}

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

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

.dj-hidden {
    display: none;
}


/* Passenger Counter Styles */

.dj-dropdown-section {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.dj-dropdown-section:last-child {
    border-bottom: none;
}

.dj-passenger-counter {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 8px;
}

.dj-counter-btn {
    background: #f1f5f9;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.3s ease;
}

.dj-counter-btn:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.dj-counter-btn:disabled {
    background: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
}

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

.dj-counter-value {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    min-width: 20px;
    text-align: center;
}


/* Tour Card Styles */

.dj-tour-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;
}

.dj-tour-image-container {
    position: relative;
    height: 200px;
    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;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dj-tour-badge-popular {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

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

.dj-tour-badge-cultural {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.dj-tour-badge i {
    font-size: 10px;
}

.dj-tour-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-tour-card:hover .dj-tour-overlay {
    opacity: 1;
}

.dj-view-tour-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;
    transition: all 0.3s ease;
}

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

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

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

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

.dj-detail-item:last-child {
    margin-bottom: 0;
}

.dj-detail-icon {
    width: 16px;
    font-size: 12px;
    margin-right: 8px;
}

.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: 15px;
}

.dj-feature-badge {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dj-feature-badge i {
    font-size: 10px;
}

.dj-feature-badge-flight {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
}

.dj-feature-badge-hotel {
    background: rgba(39, 174, 96, 0.1);
    color: #27ae60;
}

.dj-feature-badge-honeymoon {
    background: rgba(155, 89, 182, 0.1);
    color: #9b59b6;
}

.dj-feature-badge-cultural {
    background: rgba(243, 156, 18, 0.1);
    color: #f39c12;
}

.dj-price-info {
    color: #e74c3c;
    font-weight: 700;
    font-size: 20px;
}

.dj-price-detail {
    color: #94a3b8;
    font-size: 12px;
    display: block;
}

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

.dj-tour-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}


/* Special Offers Banner */

.dj-special-offers-banner {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    border-radius: 25px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(243, 156, 18, 0.3);
    position: relative;
    overflow: hidden;
}

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

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

.dj-offer-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dj-offer-title-icon {
    font-size: 2rem;
}

.dj-offer-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.dj-offer-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.dj-highlight-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.dj-highlight-icon {
    color: #ffffff;
    font-size: 14px;
}

.dj-highlight-item span {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.dj-offer-discount {
    background: rgba(255, 255, 255, 0.2);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(15px);
}

.dj-discount-value {
    color: #ffffff;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 5px;
}

.dj-discount-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.dj-offer-btn {
    background: #ffffff;
    color: #e67e22;
    padding: 15px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dj-offer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.dj-offer-btn-arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.dj-offer-btn:hover .dj-offer-btn-arrow {
    transform: translateX(5px);
}

.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;
}


/* Header Styles */

.dj-header {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dj-header-top {
    padding: 12px 0;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dj-contact-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.dj-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    transition: all 0.3s ease;
}

.dj-contact-item:hover {
    color: #ffffff;
}

.dj-contact-item i {
    font-size: 14px;
    color: #3498db;
}

.dj-contact-item a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.dj-tursab-badge {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0.1) 100%);
    padding: 4px 10px;
    border-radius: 15px;
    border: 1px solid rgba(52, 152, 219, 0.2);
}

.dj-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.dj-social-link {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.dj-social-link:hover {
    transform: translateY(-2px);
}

.dj-social-link.facebook:hover {
    background: #1877f2;
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.4);
}

.dj-social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 4px 15px rgba(225, 48, 108, 0.4);
}

.dj-social-link.twitter:hover {
    background: #1da1f2;
    box-shadow: 0 4px 15px rgba(29, 161, 242, 0.4);
}

.dj-social-link.youtube:hover {
    background: #ff0000;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}

.dj-social-link i {
    font-size: 14px;
}


/* Main Navigation Styles */

.dj-main-nav {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 15px 0;
}

.dj-nav-brand {
    display: block;
    max-width: 180px;
}

.dj-nav-brand img {
    width: 100%;
    height: auto;
}

.dj-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dj-nav-menu {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dj-nav-item {
    position: relative;
}

.dj-nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.dj-nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.dj-nav-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.dj-nav-item:hover .dj-nav-link i {
    transform: rotate(180deg);
}

.dj-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 0;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.dj-nav-item:hover .dj-nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dj-dropdown-item {
    font-size: 15px;
    display: block;
    padding: 10px 20px;
    color: #334155;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dj-dropdown-item:hover {
    background: #f1f5f9;
    color: #2563eb;
}

.dj-nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dj-nav-btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dj-nav-btn i {
    font-size: 14px;
}

.dj-nav-btn-login {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.dj-nav-btn-login:hover {
    background: rgba(255, 255, 255, 0.2);
}

.dj-nav-btn-register {
    color: #ffffff;
    background: #2563eb;
}

.dj-nav-btn-register:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.dj-nav-search {
    position: relative;
    margin-right: 10px;
}

.dj-nav-search-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dj-nav-search-btn:hover {
    color: #ffffff;
}

.dj-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}


/* Mobile Styles */

@media (max-width: 991px) {
    .dj-header-top {
        padding: 8px 0;
    }
    .dj-contact-info {
        flex-wrap: wrap;
        gap: 15px;
    }
    .dj-contact-item {
        font-size: 12px;
    }
    .dj-social-links {
        gap: 8px;
    }
    .dj-social-link {
        width: 28px;
        height: 28px;
    }
    .dj-main-nav {
        padding: 10px 0;
    }
    .dj-nav-brand {
        max-width: 140px;
    }
    .dj-mobile-toggle {
        display: block;
    }
    .dj-nav-menu {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        height: 100vh;
        background: linear-gradient(180deg, #1e293b 0%, #334155 100%);
        flex-direction: column;
        padding: 0;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 1000;
        overflow-y: auto;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
    }
    .dj-nav-menu.active {
        left: 0;
    }
    .dj-mobile-menu-header {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        padding: 25px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
    }
    .dj-mobile-menu-content {
        padding: 20px 0;
        flex: 1;
    }
    .dj-nav-item {
        width: 100%;
        margin-bottom: 2px;
    }
    .dj-nav-link {
        padding: 16px 20px;
        justify-content: space-between;
        border-radius: 0;
        margin-bottom: 0;
        border-left: 4px solid transparent;
        transition: all 0.3s ease;
        position: relative;
        align-items: center;
    }
    .dj-nav-link:hover,
    .dj-nav-item.active .dj-nav-link {
        background: rgba(255, 255, 255, 0.08);
        border-left-color: #3b82f6;
        color: #ffffff;
    }
    .dj-nav-link-content {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1;
    }
    .dj-nav-link i:first-child {
        width: 20px;
        text-align: center;
        font-size: 16px;
        color: #64748b;
    }
    .dj-nav-link:hover i:first-child,
    .dj-nav-item.active .dj-nav-link i:first-child {
        color: #3b82f6;
    }
    .dj-nav-link-text {
        font-size: 16px;
        font-weight: 500;
    }
    .dj-nav-link .fa-chevron-down {
        width: 16px;
        font-size: 12px;
        transition: transform 0.3s ease;
        margin-left: auto;
    }
    .dj-nav-item.active .dj-nav-link .fa-chevron-down {
        transform: rotate(180deg);
    }
    .dj-nav-dropdown {
        position: static;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
        display: none;
        border-left: 4px solid #1e40af;
    }
    .dj-nav-item.active .dj-nav-dropdown {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .dj-dropdown-item {
        color: rgba(255, 255, 255, 0.8);
        padding: 14px 20px 14px 52px;
        border-radius: 0;
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        transition: all 0.3s ease;
        border-left: 4px solid transparent;
        position: relative;
    }
    .dj-dropdown-item::before {
        content: '•';
        position: absolute;
        left: 32px;
        color: #64748b;
        font-size: 12px;
    }
    .dj-dropdown-item:hover {
        background: rgba(255, 255, 255, 0.06);
        color: #ffffff;
        border-left-color: #60a5fa;
    }
    .dj-dropdown-item:hover::before {
        color: #60a5fa;
    }
    .dj-nav-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        margin-top: 0;
        padding: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.1);
    }
    .dj-nav-search {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        order: 1;
    }
    .dj-nav-search-btn {
        width: 100%;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 14px;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
        transition: all 0.3s ease;
    }
    .dj-nav-search-btn:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }
    .dj-whatsapp-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 16px;
        font-weight: 600;
        border-radius: 12px;
        order: 2;
    }
    .dj-nav-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 16px;
        font-weight: 600;
        border-radius: 12px;
    }
    .dj-nav-btn-login {
        order: 3;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .dj-nav-btn-login:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.2);
    }
    .dj-nav-btn-register {
        order: 4;
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }
    .dj-nav-btn-register:hover {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
    }
}

@media (max-width: 768px) {
    .dj-header-top {
        padding: 6px 0;
    }
    .dj-contact-info {
        justify-content: center;
        text-align: center;
        gap: 10px;
    }
    .dj-contact-item {
        font-size: 11px;
        flex-direction: column;
        gap: 2px;
    }
    .dj-social-links {
        justify-content: center;
        margin-top: 8px;
    }
    .dj-nav-brand {
        max-width: 120px;
    }
    .dj-nav-container {
        flex-wrap: wrap;
        gap: 10px;
    }
    .dj-mobile-toggle {
        order: 2;
        margin-left: auto;
    }
    .dj-nav-brand {
        order: 1;
    }
}

@media (max-width: 576px) {
    .dj-header-top .row {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .dj-contact-info {
        order: 2;
        margin-top: 5px;
    }
    .dj-social-links {
        order: 1;
    }
    .dj-contact-item {
        font-size: 10px;
    }
    .dj-social-link {
        width: 26px;
        height: 26px;
    }
    .dj-social-link i {
        font-size: 12px;
    }
    .dj-nav-brand {
        max-width: 100px;
    }
}


/* Mobile Menu Overlay */

@media (max-width: 991px) {
    .dj-mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .dj-mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}


/* Prevent body scroll when mobile menu is open */

body.menu-open {
    overflow: hidden;
}


/* Close button for mobile menu */

@media (max-width: 991px) {
    .dj-nav-menu::before {
        content: 'x';
        font-weight: 900;
        position: absolute;
        top: 20px;
        right: 20px;
        color: #ffffff;
        font-size: 20px;
        cursor: pointer;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        transition: all 0.3s ease;
    }
    .dj-nav-menu::before:hover {
        background: rgba(255, 255, 255, 0.2);
    }
}


/* WhatsApp Button */

.dj-whatsapp-btn {
    background: #25d366;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dj-whatsapp-btn:hover {
    background: #128c7e;
    transform: translateY(-1px);
}

.dj-whatsapp-btn i {
    font-size: 16px;
}


/* Reservation Form Spacing Adjustments */

.dj-res-form-container {
    margin-bottom: 1rem !important;
}

.dj-res-step-box {
    margin-bottom: 0.75rem !important;
}

.dj-res-step-box:last-child {
    margin-bottom: 0 !important;
}

.dj-res-select {
    height: 42px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.dj-guest-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    padding: 0.75rem !important;
    background: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.dj-guest-info {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    width: 100% !important;
    min-height: 32px !important;
}

.dj-guest-title-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-width: 0 !important;
    /* Prevent flex item overflow */
}

.dj-guest-title {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.dj-guest-age {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.dj-guest-counter {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.5rem !important;
    width: 100% !important;
    margin-top: 0.25rem !important;
    flex-wrap: nowrap !important;
}

.dj-counter-btn {
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.dj-counter-value {
    flex-shrink: 0 !important;
    min-width: 32px !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
}


/* Guest Counter Layout */

.dj-guest-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    padding: 0.75rem !important;
    background: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.dj-guest-header {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.dj-guest-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
    background: #f3f4f6 !important;
}

.dj-guest-info {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.dj-guest-label {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin: 0 !important;
}

.dj-guest-desc {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    margin: 0 !important;
}

.dj-counter-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding-top: 0.25rem !important;
}

.dj-counter-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    flex-shrink: 0 !important;
}

.dj-counter-btn:hover {
    background: #e5e7eb !important;
}

.dj-counter-value {
    min-width: 32px !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
}

.dj-price-value {
    font-weight: 600 !important;
}

.dj-total-row {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #2563eb !important;
}


/* Room Count Styles */

.dj-room-counter {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.75rem !important;
    background: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
    margin-bottom: 0.5rem !important;
}

.dj-room-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

.dj-room-label {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
}

.dj-room-desc {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
}

.dj-room-controls {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.dj-room-btn {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.dj-room-btn:hover {
    background: #e5e7eb !important;
}

.dj-room-value {
    min-width: 32px !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
}


/* Hide Debug Panel */

.dj-debug-panel {
    display: none !important;
}


/* Room Counter Specific Styles */

.dj-room-counter {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 12px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 1px solid #e5e7eb !important;
    margin-bottom: 10px !important;
}

.dj-room-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.dj-room-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
}

.dj-room-desc {
    font-size: 12px !important;
    color: #6b7280 !important;
}

.dj-room-controls {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.dj-room-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.dj-room-btn:hover {
    background: #e5e7eb !important;
}

.dj-room-btn i {
    font-size: 14px !important;
    color: #374151 !important;
}

.dj-room-value {
    min-width: 32px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
}


/* Room Counter Mobile Responsive */

@media (max-width: 768px) {
    .dj-room-counter {
        padding: 10px !important;
        gap: 6px !important;
    }
    .dj-room-label {
        font-size: 13px !important;
    }
    .dj-room-desc {
        font-size: 11px !important;
    }
    .dj-room-controls {
        gap: 6px !important;
    }
    .dj-room-btn {
        width: 28px !important;
        height: 28px !important;
    }
    .dj-room-btn i {
        font-size: 12px !important;
    }
    .dj-room-value {
        min-width: 28px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .dj-room-counter {
        padding: 8px !important;
        gap: 4px !important;
    }
    .dj-room-label {
        font-size: 12px !important;
    }
    .dj-room-desc {
        font-size: 10px !important;
    }
    .dj-room-controls {
        gap: 4px !important;
    }
    .dj-room-btn {
        width: 26px !important;
        height: 26px !important;
    }
    .dj-room-btn i {
        font-size: 11px !important;
    }
    .dj-room-value {
        min-width: 26px !important;
        font-size: 12px !important;
    }
}

.dj-price-value {
    font-weight: 600 !important;
}


/* =============================
   Tour Category Filter Styles
   ============================= */

.dj-tour-category-filter {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(52, 152, 219, 0.08);
    padding: 32px 28px 24px 28px;
    margin-bottom: 32px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
}

.dj-tour-category-title {
    font-size: 20px;
    font-weight: 700;
    color: #1565c0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-tour-category-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dj-tour-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #34495e;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.dj-tour-category-item .fa {
    font-size: 18px;
    color: #3498db;
    min-width: 22px;
    text-align: center;
}

.dj-tour-category-item.active,
.dj-tour-category-item:hover {
    background: linear-gradient(90deg, #3498db 0%, #2980b9 100%);
    color: #fff;
    border-color: #3498db;
    box-shadow: 0 4px 16px rgba(52, 152, 219, 0.10);
}

.dj-tour-category-item.active .fa,
.dj-tour-category-item:hover .fa {
    color: #fff;
}

.dj-tour-category-count {
    background: #e2e8f0;
    color: #3498db;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    padding: 2px 10px;
    margin-left: auto;
    transition: background 0.2s, color 0.2s;
}

.dj-tour-category-item.active .dj-tour-category-count,
.dj-tour-category-item:hover .dj-tour-category-count {
    background: #fff;
    color: #3498db;
}

@media (max-width: 991px) {
    .dj-tour-category-filter {
        padding: 22px 12px 16px 12px;
        gap: 12px;
    }
    .dj-tour-category-title {
        font-size: 18px;
    }
    .dj-tour-category-item {
        font-size: 15px;
        padding: 10px 12px;
    }
}

@media (max-width: 576px) {
    .dj-tour-category-filter {
        padding: 12px 6px 10px 6px;
        gap: 8px;
    }
    .dj-tour-category-title {
        font-size: 16px;
    }
    .dj-tour-category-item {
        font-size: 14px;
        padding: 8px 8px;
    }
}


/* =============================
   Tour Packages Filter & Sorting Styles
   ============================= */

.dj-filter-container {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.dj-tour-packages-filter {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 20px 24px 18px 24px;
    margin: 0;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* Ensure tour packages container has same alignment */

.box-content-main {
    width: 100%;
    padding: 0;
    margin: 0;
}


/* Override Bootstrap column padding for perfect alignment */

.col-lg-9 .dj-filter-container,
.col-lg-9 .box-content-main {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
}

.col-lg-9 .dj-tour-packages-filter {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
}

.col-lg-9 .box-list-tours .row {
    margin-left: 0;
    margin-right: 0;
}

.dj-tour-packages-filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3498db 0%, #e74c3c 50%, #f39c12 100%);
}

.dj-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

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

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

.dj-filter-results-count {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    background: #f1f5f9;
    padding: 6px 14px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dj-filter-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.dj-filter-left-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.dj-filter-right-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}


/* View Toggle Styles */

.dj-view-toggle {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 3px;
    display: flex;
    gap: 3px;
}

.dj-view-toggle-btn {
    background: transparent;
    border: none;
    padding: 8px 12px;
    border-radius: 7px;
    color: #64748b;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 38px;
}

.dj-view-toggle-btn.active {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.dj-view-toggle-btn:hover:not(.active) {
    background: #e2e8f0;
    color: #2c3e50;
}


/* Sort Dropdown Styles */

.dj-sort-dropdown {
    position: relative;
    min-width: 180px;
}

.dj-sort-dropdown-btn {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 16px;
    color: #2c3e50;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.dj-sort-dropdown-btn:hover {
    border-color: #3498db;
    box-shadow: 0 4px 16px rgba(52, 152, 219, 0.1);
}

.dj-sort-dropdown-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.dj-sort-dropdown-arrow {
    color: #94a3b8;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.dj-sort-dropdown.open .dj-sort-dropdown-arrow {
    transform: rotate(180deg);
}

.dj-sort-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    z-index: 100;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.dj-sort-dropdown.open .dj-sort-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dj-sort-dropdown-item {
    padding: 12px 20px;
    color: #2c3e50;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.dj-sort-dropdown-item:last-child {
    border-bottom: none;
}

.dj-sort-dropdown-item:hover {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #3498db;
}

.dj-sort-dropdown-item.active {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0.05) 100%);
    color: #3498db;
    font-weight: 600;
}

.dj-sort-dropdown-item-icon {
    color: #64748b;
    font-size: 12px;
    min-width: 16px;
}

.dj-sort-dropdown-item.active .dj-sort-dropdown-item-icon,
.dj-sort-dropdown-item:hover .dj-sort-dropdown-item-icon {
    color: #3498db;
}


/* Filter Tags Styles */

.dj-filter-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.dj-filter-tag {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    color: #475569;
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.dj-filter-tag-active {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    border-color: #3498db;
    box-shadow: 0 3px 8px rgba(52, 152, 219, 0.25);
}

.dj-filter-tag-icon {
    font-size: 11px;
}

.dj-filter-tag-remove {
    cursor: pointer;
    font-size: 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.dj-filter-tag-remove:hover {
    opacity: 1;
}


/* Clear Filters Button */

.dj-clear-filters-btn {
    background: transparent;
    border: 2px solid #e74c3c;
    color: #e74c3c;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dj-clear-filters-btn:hover {
    background: #e74c3c;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}


/* Pagination Styles */

.dj-tour-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    padding: 24px 0;
}

.dj-pagination-btn {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: #64748b;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.dj-pagination-btn:hover {
    border-color: #3498db;
    color: #3498db;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.dj-pagination-btn.active {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border-color: #3498db;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(52, 152, 219, 0.3);
}

.dj-pagination-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.dj-pagination-dots {
    color: #94a3b8;
    font-weight: 600;
    padding: 0 8px;
}


/* Mobile Responsive */

@media (max-width: 991px) {
    .dj-filter-container {
        margin-bottom: 16px;
    }
    .dj-tour-packages-filter {
        padding: 16px 12px 14px 12px;
        margin: 0;
        width: 100%;
    }
    .dj-filter-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
    }
    .dj-filter-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .dj-filter-left-controls,
    .dj-filter-right-controls {
        justify-content: center;
        gap: 12px;
    }
    .dj-sort-dropdown {
        min-width: auto;
        width: 100%;
    }
    /* Reset Bootstrap overrides on mobile */
    .col-lg-9 .dj-filter-container,
    .col-lg-9 .box-content-main {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .col-lg-9 .dj-tour-packages-filter {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dj-tour-packages-filter {
        padding: 16px 12px;
    }
    .dj-filter-title {
        font-size: 18px;
    }
    .dj-filter-title-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .dj-view-toggle-btn {
        padding: 8px 10px;
        font-size: 14px;
        min-width: 40px;
    }
    .dj-filter-left-controls,
    .dj-filter-right-controls {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .dj-tour-pagination {
        gap: 6px;
        margin-top: 32px;
    }
    .dj-pagination-btn {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .dj-filter-container {
        margin-bottom: 12px;
    }
    .dj-tour-packages-filter {
        padding: 12px 8px;
        border-radius: 16px;
        margin: 0;
        width: 100%;
    }
    .dj-filter-title {
        font-size: 16px;
    }
    .dj-filter-title-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .dj-view-toggle {
        width: 100%;
        justify-content: center;
    }
    .dj-view-toggle-btn {
        flex: 1;
        padding: 10px;
    }
    .dj-filter-tags {
        justify-content: center;
    }
    .dj-pagination-btn {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
}