/* Custom Styles from Blade Files */

/* From: resources/views/layouts/app.blade.php */
.text-head {
    margin: 0;
    text-shadow: 0 0 24px rgba(19,41,104,.6);
    line-height: 48px;
    font-weight: 700;
}
.text-sub {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    text-shadow: 0 0 24px rgba(19,41,104,.6);
}
.navbar-li {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
}
.main-top {
    padding-top: 0px !important;
}

.filter-label {
    transition: 0.2s ease-out;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 14px !important;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(66, 84, 134);
}

.small-text {
    font-size: 14px;
}

.modern-header {
    background: #1f75d8 !important;
    color: #fff !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.modern-header .modern-nav-link,
.modern-header .modern-brand,
.modern-header .modern-dropdown,
.modern-header .modern-notification {
    color: #fff !important;
}
.modern-header .modern-nav-link:hover,
.modern-header .modern-dropdown:hover,
.modern-header .modern-notification:hover {
    color: #fff !important;
    background: rgba(0,0,0,0.08);
}
.modern-brand {
    font-weight: 700;
    transition: all 0.3s ease;
}
.modern-brand:hover {
    transform: translateY(-1px);
}
.modern-brand .navbar-brand-item {
    height: 40px;
    transition: all 0.3s ease;
}
.modern-toggler {
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: transparent;
}
.modern-toggler:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}
.modern-toggler .navbar-toggler-animation span {
    background: var(--bs-gray-700);
    transition: all 0.3s ease;
}
.modern-nav {
    gap: 1rem;
}
.modern-nav-link {
    font-weight: 500;
    color: var(--bs-gray-700) !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}
.modern-nav-link:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.1);
    transform: translateY(-1px);
}
.modern-nav-link i {
    font-size: 0.9rem;
    transition: all 0.3s ease;
}
.modern-nav-link:hover i {
    transform: scale(1.1);
}
.modern-actions {
    gap: 0.5rem;
    align-items: center;
}
.modern-dropdown {
    font-weight: 500;
    color: var(--bs-gray-700) !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.modern-dropdown:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.1);
}
.modern-dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
    min-width: 200px;
    margin-top: 0.5rem;
}
.modern-dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-weight: 500;
}
.modern-dropdown-menu .dropdown-item:hover {
    background: rgba(125, 51, 245, 0.1);
    color: var(--bs-primary);
    transform: translateX(5px);
}
.modern-dropdown-menu .dropdown-header {
    padding: 1rem;
    font-weight: 600;
    color: var(--bs-gray-900);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.modern-notification {
    position: relative;
    padding: 0.5rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: var(--bs-gray-700) !important;
    text-decoration: none;
}
.modern-notification:hover {
    background: rgba(125, 51, 245, 0.1);
    color: var(--bs-primary) !important;
    transform: translateY(-1px);
}
.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: var(--bs-danger);
    border-radius: 50%;
    border: 2px solid white;
}
.notification-list {
    max-height: 300px;
    overflow-y: auto;
}
.notification-item {
    padding: 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
}
.notification-item:hover {
    background: rgba(125, 51, 245, 0.05);
    transform: translateX(5px);
}
.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(125, 51, 245, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.notification-content h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.modern-profile {
    padding: 0.25rem !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}
.modern-profile:hover {
    transform: scale(1.05);
}
.profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(125, 51, 245, 0.2);
    transition: all 0.3s ease;
}
.profile-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #b6b6b6);
    color: #1f75d8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(125, 51, 245, 0.2);
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    flex-shrink: 0;
}

/* Additional specificity to ensure styles are applied */
.nav-link .profile-avatar-placeholder,
.modern-profile .profile-avatar-placeholder,
.dropdown-header .profile-avatar-placeholder {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.modern-signup-btn {
    background: linear-gradient(135deg, var(--bs-primary), #1f75d8);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(125, 51, 245, 0.3);
}
.modern-signup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(125, 51, 245, 0.4);
    background: linear-gradient(135deg, #1f75d8, var(--bs-primary));
}
@media (max-width: 1199.98px) {
    .modern-nav {
        gap: 0.5rem;
    }
    .modern-nav-link {
        padding: 0.5rem 0.75rem !important;
    }
    .modern-actions {
        gap: 0.25rem;
    }
}
@media (max-width: 767.98px) {
    .modern-header .navbar {
        padding: 0.5rem 0;
    }
    .modern-brand .navbar-brand-item {
        height: 35px;
    }
    .modern-nav-link {
        padding: 0.75rem 1rem !important;
        border-radius: 8px;
        margin: 0.25rem 0;
    }
    .modern-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .modern-dropdown {
        text-align: left;
        padding: 0.75rem 1rem !important;
    }
    .modern-signup-btn {
        width: 100%;
        text-align: center;
    }
}
[data-bs-theme="dark"] .modern-header {
    background: rgba(33, 37, 41, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-nav-link {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-nav-link:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
[data-bs-theme="dark"] .modern-dropdown {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-dropdown:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
[data-bs-theme="dark"] .modern-dropdown-menu {
    background: var(--bs-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-dropdown-menu .dropdown-item {
    color: var(--bs-gray-300);
}
[data-bs-theme="dark"] .modern-dropdown-menu .dropdown-item:hover {
    background: rgba(125, 51, 245, 0.15);
    color: var(--bs-primary);
}
[data-bs-theme="dark"] .modern-notification {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-notification:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
.modern-header.header-sticky-on {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
[data-bs-theme="dark"] .modern-header.header-sticky-on {
    background: rgba(33, 37, 41, 0.98);
}
.top-utility-bar {
    background: #fff !important;
    color: #1f75d8 !important;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-utility-left {
    display: flex;
    align-items: center;
}
.top-utility-left span {
    color: #1f75d8 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}
.top-utility-left span:hover {
    color: #1f75d8 !important;
    transform: translateY(-1px);
}
.top-utility-right {
    display: flex;
    align-items: center;
}
.top-utility-link {
    color: #1f75d8 !important;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}
.top-utility-link:hover {
    color: #1f75d8 !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}
.top-utility-link.dropdown-toggle::after {
    border-top-color: rgba(255, 255, 255, 0.7);
}
.top-utility-link:hover.dropdown-toggle::after {
    border-top-color: #1f75d8;
}
.modern-dropdown-menu .dropdown-item:hover,
.modern-dropdown-menu .dropdown-item:focus {
    background: rgba(125, 51, 245, 0.10);
    color: #1f75d8;
}
.modern-dropdown-menu .dropdown-item i,
.modern-dropdown-menu .dropdown-item .bi {
    color: #1f75d8;
}
.modern-notification:hover,
.modern-profile:hover {
    color: #1f75d8 !important;
    background: rgba(125, 51, 245, 0.10);
}
.modern-signup-btn,
.btn-primary {
    background: #1f75d8 !important;
    border-color: #1f75d8 !important;
    color: #fff !important;
    transition: background 0.2s, border 0.2s;
}
.modern-signup-btn:hover,
.btn-primary:hover {
    background: #1f75d8 !important;
    border-color: #1f75d8 !important;
    color: #fff !important;
}
@media (max-width: 767.98px) {
    .top-utility-bar {
        padding: 0.25rem 0;
    }
    .top-utility-link {
        font-size: 0.75rem;
        padding: 0.125rem 0.25rem;
    }
}
[data-bs-theme="dark"] .top-utility-bar {
    background: linear-gradient(135deg, #1f75d8, #1f75d8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modern-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--bs-primary) rgba(0, 0, 0, 0.1);
}
.modern-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.modern-dropdown-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.modern-dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
    border-radius: 3px;
}
.modern-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #ff6b35;
}
[data-bs-theme="dark"] .modern-dropdown-menu {
    scrollbar-color: var(--bs-primary) rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-dropdown-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
.modern-pill-search-form {
    background: none;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding: 0;
}
.modern-pill-search-bar {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border: 6px solid #4a5a6a22;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
}
.modern-pill-input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid #e3e8ee;
    padding: 0.5rem 1.25rem 0.5rem 2.5rem;
    min-width: 180px;
    max-width: 220px;
    flex: 1 1 0;
    margin-right: 0.5rem;
    transition: border-color 0.2s;
}
.modern-pill-input-group:focus-within {
    border-color: #1f75d8;
    background: #fff;
}
.modern-pill-icon {
    position: absolute;
    left: 0.75rem;
    top: 1.2rem;
    color: #1f75d8;
    font-size: 1.2rem;
    pointer-events: none;
}
.modern-pill-label {
    font-size: 0.85rem;
    color: #7b8a9a;
    font-weight: 400;
    margin-bottom: 0.1rem;
    margin-left: 0.1rem;
}
.modern-pill-input {
    border: none;
    background: transparent;
    font-size: 0.98rem;
    font-weight: 400;
    color: #2d3748;
    outline: none;
    padding: 0;
    margin: 0;
    min-width: 0;
}
.modern-pill-input:focus {
    background: transparent;
    outline: none;
}
.modern-pill-date {
    font-weight: 500;
    color: #1f75d8;
    font-size: 0.98rem;
}
.modern-pill-swap {
    background: #1f75d8;
    border: none;
    border-radius: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: 0 2px 8px #1f75d833;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    position: relative;
    top: 0.2rem;
}
.modern-pill-swap:hover {
    background: #1f75d8;
    transform: scale(1.08);
}
.modern-pill-search-btn {
    background: #1f75d8;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 2rem;
    margin-left: 0.5rem;
    box-shadow: 0 2px 8px #1f75d833;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    min-width: 140px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modern-pill-search-btn:hover {
    background: #1f75d8;
    color: #fff;
    transform: translateY(-2px) scale(1.04);
}
@media (max-width: 1100px) {
    .modern-pill-search-bar {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.5rem;
    }
    .modern-pill-input-group {
        min-width: 140px;
        max-width: 100%;
        margin-right: 0.25rem;
    }
    .modern-pill-search-btn {
        min-width: 100px;
        padding: 0.75rem 1.2rem;
    }
}
@media (max-width: 700px) {
    .modern-pill-search-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.75rem;
    }
    .modern-pill-input-group {
        margin-right: 0;
        min-width: 0;
        padding-left: 2.2rem;
    }
    .modern-pill-swap {
        margin: 0.5rem auto;
        top: 0;
    }
    .modern-pill-search-btn {
        margin-left: 0;
        width: 100%;
    }
}
.modern-search-form, .search-form-container, .search-form-body, .search-form-grid, .search-input-group, .input-icon-wrapper, .input-icon, .modern-form-input, .modern-form-input:focus, .modern-form-input::placeholder, .passenger-selector, .search-button-group, .modern-search-btn, .modern-search-btn:hover, .modern-search-btn:active {
    all: unset;
}
.referral-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 20px;
}
.referral-text {
    margin-left: 20px;
}
.referral-text h4 {
    font-weight: bold;
    color: #0A2540;
}
.referral-text p {
    margin: 0;
    color: #0A2540;
}
.referral-button {
    margin-left: auto;
}
.btn-custom {
    background-color: #FF6B6B;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
}
.btn-custom:hover {
    background-color: #FF4F4F;
}

/* Clean Modern Top Routes Section Styles */
.clean-routes-section {
    background: white;
    position: relative;
}

.section-subtitle {
    max-width: 500px;
    color: #6c757d !important;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
}

.clean-route-card {
    background: white;
    border: 1px solid #f1f3f4;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.clean-route-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.clean-route-card:hover {
    transform: translateY(-4px);
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.12);
}

.clean-route-card:hover::before {
    transform: scaleX(1);
}

.route-content {
    position: relative;
    z-index: 1;
}

.route-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.route-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.clean-route-card:hover .route-icon {
    transform: scale(1.1);
}

.route-icon i {
    color: white;
    font-size: 1.4rem;
}

.route-badge {
    background: #f8f9fa;
    color: #667eea;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid #e9ecef;
}

.route-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.route-connection {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.clean-route-card:hover .route-connection {
    background: #f1f3f4;
    border-color: #667eea;
}

.route-point {
    flex: 1;
    text-align: center;
}

.route-point.origin .point-name {
    color: #667eea;
    font-weight: 600;
}

.route-point.destination .point-name {
    color: #1f75d8;
    font-weight: 600;
}

.point-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #212529;
    line-height: 1.3;
}

.connection-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    border: 2px solid #e9ecef;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.clean-route-card:hover .connection-line {
    border-color: #667eea;
    background: #667eea;
}

.connection-line i {
    color: #6c757d;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.clean-route-card:hover .connection-line i {
    color: white;
}

.clean-search-btn {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.clean-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

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

.clean-search-btn i {
    transition: transform 0.3s ease;
}

.clean-search-btn:hover i {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .clean-route-card {
        padding: 1.5rem;
    }
    
    .route-icon {
        width: 40px;
        height: 40px;
    }
    
    .route-icon i {
        font-size: 1.2rem;
    }
    
    .route-connection {
        padding: 1rem;
        gap: 0.75rem;
    }
    
    .point-name {
        font-size: 1rem;
    }
    
    .connection-line {
        width: 32px;
        height: 32px;
    }
    
    .connection-line i {
        font-size: 0.9rem;
    }
    
    .clean-search-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Dark mode support */
[data-bs-theme="dark"] .clean-routes-section {
    background: #1a1a2e;
}

[data-bs-theme="dark"] .clean-route-card {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .clean-route-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
}

[data-bs-theme="dark"] .route-connection {
    background: #4a5568;
    border-color: #718096;
}

[data-bs-theme="dark"] .clean-route-card:hover .route-connection {
    background: #718096;
    border-color: #667eea;
}

[data-bs-theme="dark"] .point-name {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .route-badge {
    background: #4a5568;
    border-color: #718096;
    color: #667eea;
}

[data-bs-theme="dark"] .connection-line {
    background: #4a5568;
    border-color: #718096;
}

[data-bs-theme="dark"] .connection-line i {
    color: #a0aec0;
}

[data-bs-theme="dark"] .clean-route-card:hover .connection-line {
    background: #667eea;
    border-color: #667eea;
}

[data-bs-theme="dark"] .section-subtitle {
    color: #a0aec0 !important;
}

/* Subtle animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.clean-route-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.clean-route-card:nth-child(2) {
    animation-delay: 0.1s;
}

.clean-route-card:nth-child(3) {
    animation-delay: 0.2s;
}

.clean-route-card:nth-child(4) {
    animation-delay: 0.3s;
}

.clean-route-card:nth-child(5) {
    animation-delay: 0.4s;
}

.clean-route-card:nth-child(6) {
    animation-delay: 0.5s;
}

/* Discount Codes Section Styles */
.discount-codes-section {
    background: #f8f9fa;
    position: relative;
}

.section-subtitle {
    max-width: 500px;
    color: #6c757d !important;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

.discount-card {
    background: white;
    border: 1px solid #f1f3f4;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.discount-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.discount-card:hover {
    transform: translateY(-3px);
    border-color: #667eea;
    box-shadow: 0 6px 24px rgba(102, 126, 234, 0.12);
}

.discount-card:hover::before {
    transform: scaleX(1);
}

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

.discount-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.discount-card:hover .discount-icon {
    transform: scale(1.05);
}

.discount-icon i {
    color: white;
    font-size: 1.1rem;
}

.discount-badge {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 16px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}

.discount-content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.discount-code {
    background: #f8f9fa;
    border: 2px dashed #667eea;
    border-radius: 10px;
    padding: 0.8rem;
    text-align: center;
    transition: all 0.3s ease;
}

.discount-card:hover .discount-code {
    background: #f0f2ff;
    border-color: #1f75d8;
}

.code-label {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.3rem;
}

.code-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #667eea;
    font-family: 'Courier New', monospace;
    letter-spacing: 1.5px;
}

.discount-description {
    text-align: center;
}

.discount-description p {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
}

.discount-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.discount-card:hover .detail-item {
    background: #f0f2ff;
}

.detail-item i {
    color: #667eea;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.detail-item span {
    font-size: 0.8rem;
    color: #495057;
    font-weight: 500;
}

.discount-actions {
    display: flex;
    justify-content: center;
}

.copy-code-btn {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 10px;
    padding: 0.8rem 1.5rem;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.copy-code-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

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

.copy-code-btn.copied {
    background: linear-gradient(135deg, #6c757d, #495057);
}

.copy-code-btn.copied i {
    transform: scale(1.1);
}

/* Responsive adjustments for discount cards */
@media (max-width: 768px) {
    .discount-card {
        padding: 1.2rem;
    }
    
    .discount-icon {
        width: 36px;
        height: 36px;
    }
    
    .discount-icon i {
        font-size: 1rem;
    }
    
    .code-value {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    
    .copy-code-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .discount-header {
        margin-bottom: 1.2rem;
    }
    
    .discount-content {
        gap: 1rem;
    }
    
    .discount-details {
        gap: 0.5rem;
    }
    
    .detail-item {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    
    .detail-item span {
        font-size: 0.75rem;
    }
    
    .discount-description p {
        font-size: 0.75rem;
    }
}

/* Dark mode support for discount cards */
[data-bs-theme="dark"] .discount-codes-section {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
}

[data-bs-theme="dark"] .discount-card {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .discount-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
}

[data-bs-theme="dark"] .discount-code {
    background: #4a5568;
    border-color: #667eea;
}

[data-bs-theme="dark"] .discount-card:hover .discount-code {
    background: #2d3748;
    border-color: #1f75d8;
}

[data-bs-theme="dark"] .code-value {
    color: #a3bffa;
}

[data-bs-theme="dark"] .detail-item {
    background: #4a5568;
}

[data-bs-theme="dark"] .discount-card:hover .detail-item {
    background: #2d3748;
}

[data-bs-theme="dark"] .detail-item span {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .discount-description p {
    color: #a0aec0;
}

/* Animation for discount cards */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.discount-card {
    animation: slideInUp 0.6s ease-out forwards;
}

.discount-card:nth-child(2) {
    animation-delay: 0.1s;
}

.discount-card:nth-child(3) {
    animation-delay: 0.2s;
}

.discount-card:nth-child(4) {
    animation-delay: 0.3s;
}

.discount-card:nth-child(5) {
    animation-delay: 0.4s;
}

.discount-card:nth-child(6) {
    animation-delay: 0.5s;
}

/* Toast Notification Styles */
.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9ecef;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    max-width: 300px;
}

.toast-notification.show {
    transform: translateX(0);
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.toast-content i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.toast-content span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
}

.toast-success {
    border-left: 4px solid #28a745;
}

/* Performance Optimizations for Smooth Scrolling */
* {
    /* Optimize for smooth scrolling */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* CRITICAL: Disable all custom scrollbars for performance */
html, body {
    scrollbar-width: auto !important;
    -ms-overflow-style: auto !important;
}

/* Force native scrollbars */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: auto !important;
    height: auto !important;
    display: block !important;
}

/* Disable niceScroll completely */
.nicescroll-cursors,
.nicescroll-rails {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Aggressive performance optimizations */
.mobile-optimized * {
    animation-duration: 0.1s !important;
    transition-duration: 0.1s !important;
    animation-delay: 0s !important;
    transition-delay: 0s !important;
}

.touch-device *:hover {
    transform: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
}

.reduced-motion *,
.reduced-motion *::before,
.reduced-motion *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}

/* Force hardware acceleration on all animated elements */
.modern-header,
.header-sticky,
.header-sticky-on,
.sticky-element,
.back-top,
.clean-route-card,
.discount-card,
.modern-feature-card,
.why-choose-card,
.destination-card,
.testimonial-card,
.tips-card,
.booking-card,
.journey-card,
.help-card,
.ticket-card,
.bid-card,
.simple-ticket-card,
.simple-bid-card {
    transform: translateZ(0) !important;
    will-change: transform !important;
    backface-visibility: hidden !important;
    perspective: 1000px !important;
    -webkit-transform: translateZ(0) !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-perspective: 1000px !important;
}

/* Optimize sticky header for better performance */
.header-sticky {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.header-sticky-on {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Optimize animations for better performance */
.modern-header,
.modern-brand,
.modern-nav-link,
.modern-dropdown,
.modern-notification,
.modern-profile,
.clean-route-card,
.discount-card,
.modern-feature-card,
.why-choose-card,
.destination-card,
.testimonial-card,
.tips-card,
.booking-card,
.journey-card,
.help-card,
.ticket-card,
.bid-card,
.simple-ticket-card,
.simple-bid-card {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Optimize hover effects */
.modern-brand:hover,
.modern-nav-link:hover,
.modern-dropdown:hover,
.modern-notification:hover,
.modern-profile:hover,
.clean-route-card:hover,
.discount-card:hover,
.modern-feature-card:hover,
.why-choose-card:hover,
.destination-card:hover,
.testimonial-card:hover,
.tips-card:hover,
.booking-card:hover,
.journey-card:hover,
.help-card:hover,
.ticket-card:hover,
.bid-card:hover,
.simple-ticket-card:hover,
.simple-bid-card:hover {
    transform: translateZ(0) translateY(-2px);
    will-change: transform;
}

/* Optimize icons and buttons */
.modern-nav-link i,
.modern-dropdown i,
.modern-notification i,
.clean-search-btn i,
.copy-code-btn i,
.feature-icon i,
.choose-icon i,
.tips-icon i,
.action-btn i,
.help-btn i {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Optimize scroll performance for large lists */
.notification-list,
.modern-dropdown-menu,
.passengers-list-modern,
.bids-list {
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch;
}

/* Optimize images for better performance */
img {
    will-change: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Reduce animation complexity for better performance */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* === Modern Contact Page Enhancements === */
.modern-hero-illustration svg {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 4px 16px rgba(31,117,216,0.10));
}
.modern-glass-card {
  background: rgba(255,255,255,0.85);
  box-shadow: 0 8px 32px rgba(31,117,216,0.12);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(102,126,234,0.08);
}
.modern-contact-item .contact-icon {
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
}
.modern-contact-item:hover .contact-icon {
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 4px 16px rgba(102,126,234,0.15);
}
.modern-divider {
  height: 1px;
  background: linear-gradient(90deg, #e2e8f0 0%, #c3cfe2 100%);
  margin: 0.5rem 0 1.2rem 0;
  border-radius: 2px;
}
.modern-pill-social {
  border-radius: 999px !important;
  background: #f7fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.modern-pill-social:hover {
  background: linear-gradient(90deg, #667eea 0%, #1f75d8 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(102,126,234,0.18);
}
/* Floating Labels */
.modern-floating-group {
  position: relative;
  margin-bottom: 2rem;
}
.modern-floating-input {
  background: #f7fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  width: 100%;
  transition: border 0.2s, box-shadow 0.2s;
}
.modern-floating-input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102,126,234,0.10);
  background: #fff;
}
.modern-floating-label {
  position: absolute;
  top: 1.1rem;
  left: 1.25rem;
  color: #718096;
  font-size: 1rem;
  font-weight: 500;
  pointer-events: none;
  background: transparent;
  transition: all 0.18s cubic-bezier(.4,2,.6,1);
  z-index: 2;
}
.modern-floating-input:focus + .modern-floating-label,
.modern-floating-input:not(:placeholder-shown):not([value=""]) + .modern-floating-label,
.modern-floating-input:valid + .modern-floating-label,
textarea.modern-floating-input:focus + .modern-floating-label,
textarea.modern-floating-input:not(:placeholder-shown):not([value=""]) + .modern-floating-label,
textarea.modern-floating-input:valid + .modern-floating-label {
  top: -0.7rem;
  left: 1rem;
  font-size: 0.85rem;
  color: #1f75d8;
  background: #fff;
  padding: 0 0.3rem;
  border-radius: 0.4rem;
  box-shadow: 0 2px 8px rgba(102,126,234,0.04);
}
.modern-contact-form textarea.modern-floating-input {
  min-height: 120px;
  resize: vertical;
}
.modern-submit-btn {
  font-size: 1.15rem;
  padding: 1.1rem 2.8rem;
  border-radius: 16px;
  background: linear-gradient(90deg, #1f75d8 0%, #667eea 100%) !important;
  box-shadow: 0 6px 24px rgba(31,117,216,0.10);
  position: relative;
  overflow: hidden;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.modern-submit-btn:hover {
  background: linear-gradient(90deg, #667eea 0%, #1f75d8 100%) !important;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 32px rgba(102,126,234,0.18);
}
.modern-submit-btn:active {
  transform: scale(0.98);
}

/* Optimize for mobile devices */
@media (max-width: 768px) {
    .modern-header,
    .header-sticky,
    .header-sticky-on {
        will-change: auto;
    }
    
    /* Reduce hover effects on mobile for better performance */
    .modern-brand:hover,
    .modern-nav-link:hover,
    .modern-dropdown:hover,
    .modern-notification:hover,
    .modern-profile:hover {
        transform: none;
    }
}

/* Additional mobile optimizations */
.mobile-optimized * {
    /* Reduce animations on mobile */
    animation-duration: 0.2s !important;
    transition-duration: 0.2s !important;
}

.touch-device *:hover {
    /* Disable hover effects on touch devices */
    transform: none !important;
    box-shadow: none !important;
}

/* Optimize scroll performance for iOS */
@supports (-webkit-touch-callout: none) {
    * {
        -webkit-overflow-scrolling: touch;
    }
    
    .header-sticky,
    .header-sticky-on {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .mobile-optimized *,
    .touch-device * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* Custom Styles from Blade Files */

/* From: resources/views/layouts/app.blade.php */
.text-head {
    margin: 0;
    text-shadow: 0 0 24px rgba(19,41,104,.6);
    line-height: 48px;
    font-weight: 700;
}
.text-sub {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    text-shadow: 0 0 24px rgba(19,41,104,.6);
}
.navbar-li {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
}
.main-top {
    padding-top: 0px !important;
}

.filter-label {
    transition: 0.2s ease-out;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 14px !important;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(66, 84, 134);
}

.small-text {
    font-size: 14px;
}

.modern-header {
    background: #1f75d8 !important;
    color: #fff !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.modern-header .modern-nav-link,
.modern-header .modern-brand,
.modern-header .modern-dropdown,
.modern-header .modern-notification {
    color: #fff !important;
}
.modern-header .modern-nav-link:hover,
.modern-header .modern-dropdown:hover,
.modern-header .modern-notification:hover {
    color: #fff !important;
    background: rgba(0,0,0,0.08);
}
.modern-brand {
    font-weight: 700;
    transition: all 0.3s ease;
}
.modern-brand:hover {
    transform: translateY(-1px);
}
.modern-brand .navbar-brand-item {
    height: 40px;
    transition: all 0.3s ease;
}
.modern-toggler {
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: transparent;
}
.modern-toggler:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}
.modern-toggler .navbar-toggler-animation span {
    background: var(--bs-gray-700);
    transition: all 0.3s ease;
}
.modern-nav {
    gap: 1rem;
}
.modern-nav-link {
    font-weight: 500;
    color: var(--bs-gray-700) !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}
.modern-nav-link:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.1);
    transform: translateY(-1px);
}
.modern-nav-link i {
    font-size: 0.9rem;
    transition: all 0.3s ease;
}
.modern-nav-link:hover i {
    transform: scale(1.1);
}
.modern-actions {
    gap: 0.5rem;
    align-items: center;
}
.modern-dropdown {
    font-weight: 500;
    color: var(--bs-gray-700) !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.modern-dropdown:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.1);
}
.modern-dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
    min-width: 200px;
    margin-top: 0.5rem;
}
.modern-dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-weight: 500;
}
.modern-dropdown-menu .dropdown-item:hover {
    background: rgba(125, 51, 245, 0.1);
    color: var(--bs-primary);
    transform: translateX(5px);
}
.modern-dropdown-menu .dropdown-header {
    padding: 1rem;
    font-weight: 600;
    color: var(--bs-gray-900);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.modern-notification {
    position: relative;
    padding: 0.5rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: var(--bs-gray-700) !important;
    text-decoration: none;
}
.modern-notification:hover {
    background: rgba(125, 51, 245, 0.1);
    color: var(--bs-primary) !important;
    transform: translateY(-1px);
}
.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: var(--bs-danger);
    border-radius: 50%;
    border: 2px solid white;
}
.notification-list {
    max-height: 300px;
    overflow-y: auto;
}
.notification-item {
    padding: 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
}
.notification-item:hover {
    background: rgba(125, 51, 245, 0.05);
    transform: translateX(5px);
}
.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(125, 51, 245, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.notification-content h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.modern-profile {
    padding: 0.25rem !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}
.modern-profile:hover {
    transform: scale(1.05);
}
.profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(125, 51, 245, 0.2);
    transition: all 0.3s ease;
}
.profile-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #b6b6b6);
    color: #1f75d8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(125, 51, 245, 0.2);
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    flex-shrink: 0;
}

/* Additional specificity to ensure styles are applied */
.nav-link .profile-avatar-placeholder,
.modern-profile .profile-avatar-placeholder,
.dropdown-header .profile-avatar-placeholder {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.modern-signup-btn {
    background: linear-gradient(135deg, var(--bs-primary), #1f75d8);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(125, 51, 245, 0.3);
}
.modern-signup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(125, 51, 245, 0.4);
    background: linear-gradient(135deg, #1f75d8, var(--bs-primary));
}
@media (max-width: 1199.98px) {
    .modern-nav {
        gap: 0.5rem;
    }
    .modern-nav-link {
        padding: 0.5rem 0.75rem !important;
    }
    .modern-actions {
        gap: 0.25rem;
    }
}
@media (max-width: 767.98px) {
    .modern-header .navbar {
        padding: 0.5rem 0;
    }
    .modern-brand .navbar-brand-item {
        height: 35px;
    }
    .modern-nav-link {
        padding: 0.75rem 1rem !important;
        border-radius: 8px;
        margin: 0.25rem 0;
    }
    .modern-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .modern-dropdown {
        text-align: left;
        padding: 0.75rem 1rem !important;
    }
    .modern-signup-btn {
        width: 100%;
        text-align: center;
    }
}
[data-bs-theme="dark"] .modern-header {
    background: rgba(33, 37, 41, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-nav-link {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-nav-link:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
[data-bs-theme="dark"] .modern-dropdown {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-dropdown:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
[data-bs-theme="dark"] .modern-dropdown-menu {
    background: var(--bs-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-dropdown-menu .dropdown-item {
    color: var(--bs-gray-300);
}
[data-bs-theme="dark"] .modern-dropdown-menu .dropdown-item:hover {
    background: rgba(125, 51, 245, 0.15);
    color: var(--bs-primary);
}
[data-bs-theme="dark"] .modern-notification {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-notification:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
.modern-header.header-sticky-on {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
[data-bs-theme="dark"] .modern-header.header-sticky-on {
    background: rgba(33, 37, 41, 0.98);
}
.top-utility-bar {
    background: #fff !important;
    color: #1f75d8 !important;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-utility-left {
    display: flex;
    align-items: center;
}
.top-utility-left span {
    color: #1f75d8 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}
.top-utility-left span:hover {
    color: #1f75d8 !important;
    transform: translateY(-1px);
}
.top-utility-right {
    display: flex;
    align-items: center;
}
.top-utility-link {
    color: #1f75d8 !important;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}
.top-utility-link:hover {
    color: #1f75d8 !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}
.top-utility-link.dropdown-toggle::after {
    border-top-color: rgba(255, 255, 255, 0.7);
}
.top-utility-link:hover.dropdown-toggle::after {
    border-top-color: #1f75d8;
}
.modern-dropdown-menu .dropdown-item:hover,
.modern-dropdown-menu .dropdown-item:focus {
    background: rgba(125, 51, 245, 0.10);
    color: #1f75d8;
}
.modern-dropdown-menu .dropdown-item i,
.modern-dropdown-menu .dropdown-item .bi {
    color: #1f75d8;
}
.modern-notification:hover,
.modern-profile:hover {
    color: #1f75d8 !important;
    background: rgba(125, 51, 245, 0.10);
}
.modern-signup-btn,
.btn-primary {
    background: #1f75d8 !important;
    border-color: #1f75d8 !important;
    color: #fff !important;
    transition: background 0.2s, border 0.2s;
}
.modern-signup-btn:hover,
.btn-primary:hover {
    background: #1f75d8 !important;
    border-color: #1f75d8 !important;
    color: #fff !important;
}
@media (max-width: 767.98px) {
    .top-utility-bar {
        padding: 0.25rem 0;
    }
    .top-utility-link {
        font-size: 0.75rem;
        padding: 0.125rem 0.25rem;
    }
}
[data-bs-theme="dark"] .top-utility-bar {
    background: linear-gradient(135deg, #1f75d8, #1f75d8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modern-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--bs-primary) rgba(0, 0, 0, 0.1);
}
.modern-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.modern-dropdown-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.modern-dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
    border-radius: 3px;
}
.modern-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #ff6b35;
}
[data-bs-theme="dark"] .modern-dropdown-menu {
    scrollbar-color: var(--bs-primary) rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-dropdown-
menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.modern-pill-search-form {
    background: none;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding: 0;
}
.modern-pill-search-bar {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border: 6px solid #4a5a6a22;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
}
.modern-pill-input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid #e3e8ee;
    padding: 0.5rem 1.25rem 0.5rem 2.5rem;
    min-width: 180px;
    max-width: 220px;
    flex: 1 1 0;
    margin-right: 0.5rem;
    transition: border-color 0.2s;
}
.modern-pill-input-group:focus-within {
    border-color: #1f75d8;
    background: #fff;
}
.modern-pill-icon {
    position: absolute;
    left: 0.75rem;
    top: 1.2rem;
    color: #1f75d8;
    font-size: 1.2rem;
    pointer-events: none;
}
.modern-pill-label {
    font-size: 0.85rem;
    color: #7b8a9a;
    font-weight: 400;
    margin-bottom: 0.1rem;
    margin-left: 0.1rem;
}
.modern-pill-input {
    border: none;
    background: transparent;
    font-size: 0.98rem;
    font-weight: 400;
    color: #2d3748;
    outline: none;
    padding: 0;
    margin: 0;
    min-width: 0;
}
.modern-pill-input:focus {
    background: transparent;
    outline: none;
}
.modern-pill-date {
    font-weight: 500;
    color: #1f75d8;
    font-size: 0.98rem;
}
.modern-pill-swap {
    background: #1f75d8;
    border: none;
    border-radius: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: 0 2px 8px #1f75d833;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    position: relative;
    top: 0.2rem;
}
.modern-pill-swap:hover {
    background: #1f75d8;
    transform: scale(1.08);
}
.modern-pill-search-btn {
    background: #1f75d8;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 2rem;
    margin-left: 0.5rem;
    box-shadow: 0 2px 8px #1f75d833;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    min-width: 140px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modern-pill-search-btn:hover {
    background: #1f75d8;
    color: #fff;
    transform: translateY(-2px) scale(1.04);
}
@media (max-width: 1100px) {
    .modern-pill-search-bar {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.5rem;
    }
    .modern-pill-input-group {
        min-width: 140px;
        max-width: 100%;
        margin-right: 0.25rem;
    }
    .modern-pill-search-btn {
        min-width: 100px;
        padding: 0.75rem 1.2rem;
    }
}
@media (max-width: 700px) {
    .modern-pill-search-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.75rem;
    }
    .modern-pill-input-group {
        margin-right: 0;
        min-width: 0;
        padding-left: 2.2rem;
    }
    .modern-pill-swap {
        margin: 0.5rem auto;
        top: 0;
    }
    .modern-pill-search-btn {
        margin-left: 0;
        width: 100%;
    }
}
.modern-search-form, .search-form-container, .search-form-body, .search-form-grid, .search-input-group, .input-icon-wrapper, .input-icon, .modern-form-input, .modern-form-input:focus, .modern-form-input::placeholder, .passenger-selector, .search-button-group, .modern-search-btn, .modern-search-btn:hover, .modern-search-btn:active {
    all: unset;
}
.referral-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 20px;
}
.referral-text {
    margin-left: 20px;
}
.referral-text h4 {
    font-weight: bold;
    color: #0A2540;
}
.referral-text p {
    margin: 0;
    color: #0A2540;
}
.referral-button {
    margin-left: auto;
}
.btn-custom {
    background-color: #FF6B6B;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
}
.btn-custom:hover {
    background-color: #FF4F4F;
}

/* Clean Modern Top Routes Section Styles */
.clean-routes-section {
    background: white;
    position: relative;
}

.section-subtitle {
    max-width: 500px;
    color: #6c757d !important;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
}

.clean-route-card {
    background: white;
    border: 1px solid #f1f3f4;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.clean-route-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.clean-route-card:hover {
    transform: translateY(-4px);
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.12);
}

.clean-route-card:hover::before {
    transform: scaleX(1);
}

.route-content {
    position: relative;
    z-index: 1;
}

.route-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.route-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.clean-route-card:hover .route-icon {
    transform: scale(1.1);
}

.route-icon i {
    color: white;
    font-size: 1.4rem;
}

.route-badge {
    background: #f8f9fa;
    color: #667eea;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid #e9ecef;
}

.route-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.route-connection {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.clean-route-card:hover .route-connection {
    background: #f1f3f4;
    border-color: #667eea;
}

.route-point {
    flex: 1;
    text-align: center;
}

.route-point.origin .point-name {
    color: #667eea;
    font-weight: 600;
}

.route-point.destination .point-name {
    color: #1f75d8;
    font-weight: 600;
}

.point-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #212529;
    line-height: 1.3;
}

.connection-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    border: 2px solid #e9ecef;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.clean-route-card:hover .connection-line {
    border-color: #667eea;
    background: #667eea;
}

.connection-line i {
    color: #6c757d;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.clean-route-card:hover .connection-line i {
    color: white;
}

.clean-search-btn {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.clean-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

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

.clean-search-btn i {
    transition: transform 0.3s ease;
}

.clean-search-btn:hover i {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .clean-route-card {
        padding: 1.5rem;
    }
    
    .route-icon {
        width: 40px;
        height: 40px;
    }
    
    .route-icon i {
        font-size: 1.2rem;
    }
    
    .route-connection {
        padding: 1rem;
        gap: 0.75rem;
    }
    
    .point-name {
        font-size: 1rem;
    }
    
    .connection-line {
        width: 32px;
        height: 32px;
    }
    
    .connection-line i {
        font-size: 0.9rem;
    }
    
    .clean-search-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Dark mode support */
[data-bs-theme="dark"] .clean-routes-section {
    background: #1a1a2e;
}

[data-bs-theme="dark"] .clean-route-card {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .clean-route-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
}

[data-bs-theme="dark"] .route-connection {
    background: #4a5568;
    border-color: #718096;
}

[data-bs-theme="dark"] .clean-route-card:hover .route-connection {
    background: #718096;
    border-color: #667eea;
}

[data-bs-theme="dark"] .point-name {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .route-badge {
    background: #4a5568;
    border-color: #718096;
    color: #667eea;
}

[data-bs-theme="dark"] .connection-line {
    background: #4a5568;
    border-color: #718096;
}

[data-bs-theme="dark"] .connection-line i {
    color: #a0aec0;
}

[data-bs-theme="dark"] .clean-route-card:hover .connection-line {
    background: #667eea;
    border-color: #667eea;
}

[data-bs-theme="dark"] .section-subtitle {
    color: #a0aec0 !important;
}

/* Subtle animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.clean-route-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.clean-route-card:nth-child(2) {
    animation-delay: 0.1s;
}

.clean-route-card:nth-child(3) {
    animation-delay: 0.2s;
}

.clean-route-card:nth-child(4) {
    animation-delay: 0.3s;
}

.clean-route-card:nth-child(5) {
    animation-delay: 0.4s;
}

.clean-route-card:nth-child(6) {
    animation-delay: 0.5s;
}

/* Discount Codes Section Styles */
.discount-codes-section {
    background: #f8f9fa;
    position: relative;
}

.section-subtitle {
    max-width: 500px;
    color: #6c757d !important;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

.discount-card {
    background: white;
    border: 1px solid #f1f3f4;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.discount-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.discount-card:hover {
    transform: translateY(-3px);
    border-color: #667eea;
    box-shadow: 0 6px 24px rgba(102, 126, 234, 0.12);
}

.discount-card:hover::before {
    transform: scaleX(1);
}

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

.discount-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.discount-card:hover .discount-icon {
    transform: scale(1.05);
}

.discount-icon i {
    color: white;
    font-size: 1.1rem;
}

.discount-badge {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 16px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}

.discount-content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.discount-code {
    background: #f8f9fa;
    border: 2px dashed #667eea;
    border-radius: 10px;
    padding: 0.8rem;
    text-align: center;
    transition: all 0.3s ease;
}

.discount-card:hover .discount-code {
    background: #f0f2ff;
    border-color: #1f75d8;
}

.code-label {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.3rem;
}

.code-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #667eea;
    font-family: 'Courier New', monospace;
    letter-spacing: 1.5px;
}

.discount-description {
    text-align: center;
}

.discount-description p {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
}

.discount-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.discount-card:hover .detail-item {
    background: #f0f2ff;
}

.detail-item i {
    color: #667eea;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.detail-item span {
    font-size: 0.8rem;
    color: #495057;
    font-weight: 500;
}

.discount-actions {
    display: flex;
    justify-content: center;
}

.copy-code-btn {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 10px;
    padding: 0.8rem 1.5rem;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.copy-code-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

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

.copy-code-btn.copied {
    background: linear-gradient(135deg, #6c757d, #495057);
}

.copy-code-btn.copied i {
    transform: scale(1.1);
}

/* Responsive adjustments for discount cards */
@media (max-width: 768px) {
    .discount-card {
        padding: 1.2rem;
    }
    
    .discount-icon {
        width: 36px;
        height: 36px;
    }
    
    .discount-icon i {
        font-size: 1rem;
    }
    
    .code-value {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    
    .copy-code-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .discount-header {
        margin-bottom: 1.2rem;
    }
    
    .discount-content {
        gap: 1rem;
    }
    
    .discount-details {
        gap: 0.5rem;
    }
    
    .detail-item {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    
    .detail-item span {
        font-size: 0.75rem;
    }
    
    .discount-description p {
        font-size: 0.75rem;
    }
}

/* Dark mode support for discount cards */
[data-bs-theme="dark"] .discount-codes-section {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
}

[data-bs-theme="dark"] .discount-card {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .discount-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
}

[data-bs-theme="dark"] .discount-code {
    background: #4a5568;
    border-color: #667eea;
}

[data-bs-theme="dark"] .discount-card:hover .discount-code {
    background: #2d3748;
    border-color: #1f75d8;
}

[data-bs-theme="dark"] .code-value {
    color: #a3bffa;
}

[data-bs-theme="dark"] .detail-item {
    background: #4a5568;
}

[data-bs-theme="dark"] .discount-card:hover .detail-item {
    background: #2d3748;
}

[data-bs-theme="dark"] .detail-item span {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .discount-description p {
    color: #a0aec0;
}

/* Animation for discount cards */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.discount-card {
    animation: slideInUp 0.6s ease-out forwards;
}

.discount-card:nth-child(2) {
    animation-delay: 0.1s;
}

.discount-card:nth-child(3) {
    animation-delay: 0.2s;
}

.discount-card:nth-child(4) {
    animation-delay: 0.3s;
}

.discount-card:nth-child(5) {
    animation-delay: 0.4s;
}

.discount-card:nth-child(6) {
    animation-delay: 0.5s;
}

/* Toast Notification Styles */
.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9ecef;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    max-width: 300px;
}

.toast-notification.show {
    transform: translateX(0);
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.toast-content i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.toast-content span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
}

.toast-success {
    border-left: 4px solid #28a745;
}

.toast-success .toast-content i {
    color: #28a745;
}

.toast-error {
    border-left: 4px solid #dc3545;
}

.toast-error .toast-content i {
    color: #dc3545;
}

.toast-info {
    border-left: 4px solid #17a2b8;
}

.toast-info .toast-content i {
    color: #17a2b8;
}

/* Dark mode support for toast notifications */
[data-bs-theme="dark"] .toast-notification {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .toast-content span {
    color: #e2e8f0;
}

/* Responsive adjustments for toast notifications */
@media (max-width: 768px) {
    .toast-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        transform: translateY(-100%);
    }
    
    .toast-notification.show {
        transform: translateY(0);
    }
}

/* Service Features Section Styles - Modern */
.service-icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 20px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-icon:hover {
    transform: translateY(-8px) scale(1.05);
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.2), rgba(102, 126, 234, 0.2));
    box-shadow: 0 20px 40px rgba(125, 51, 245, 0.3);
}

.service-icon i {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Statistics Section Styles - Modern */
.stat-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Why Choose Us Section Styles - Modern */
.why-choose-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.why-choose-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

.choose-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(125, 51, 245, 0.2);
}

.why-choose-card:hover .choose-icon {
    background: linear-gradient(135deg, #1f75d8, #667eea);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 15px 35px rgba(125, 51, 245, 0.4);
}

.why-choose-card:hover .choose-icon i {
    color: white !important;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.choose-icon i {
    font-size: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Popular Destinations Section Styles - Modern */
.destination-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.destination-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
}

.destination-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.destination-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.9);
}

.destination-card:hover .destination-image img {
    transform: scale(1.15);
    filter: brightness(1.1);
}

.destination-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.8), rgba(102, 126, 234, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(5px);
}

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

.destination-name {
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.destination-card:hover .destination-name {
    transform: translateY(0);
}

.destination-info {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
}

/* Testimonials Section Styles - Modern */
.testimonial-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 8rem;
    color: rgba(125, 51, 245, 0.1);
    font-family: serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

.testimonial-rating {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
}

.testimonial-rating i {
    font-size: 1.2rem;
    filter: drop-shadow(0 2px 4px rgba(255, 193, 7, 0.3));
}

.testimonial-text {
    font-style: italic;
    color: #6c757d;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.author-avatar i {
    font-size: 3rem;
    background: linear-gradient(135deg, #1f75d8, #667eea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 4px 8px rgba(125, 51, 245, 0.3));
}

.author-info h6 {
    color: #212529;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

/* Travel Tips Section Styles - Modern */
.tips-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.tips-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1f75d8, #667eea);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tips-card:hover::before {
    transform: scaleX(1);
}

.tips-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

.tips-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(125, 51, 245, 0.2);
}

.tips-card:hover .tips-icon {
    background: linear-gradient(135deg, #1f75d8, #667eea);
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 15px 35px rgba(125, 51, 245, 0.4);
}

.tips-card:hover .tips-icon i {
    color: white !important;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.tips-icon i {
    font-size: 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile App Section Styles - Modern */
.app-features .feature-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
}

.app-features .feature-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.app-features .feature-item i {
    filter: drop-shadow(0 2px 4px rgba(40, 167, 69, 0.3));
}

.app-downloads .btn {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #212529, #343a40);
    border: none;
    border-radius: 16px;
    padding: 1rem 2rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.app-downloads .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #343a40, #212529);
}

.app-mockup {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 50%;
    padding: 3rem;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(125, 51, 245, 0.2);
}

.app-mockup:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.3);
}

.app-mockup i {
    filter: drop-shadow(0 8px 16px rgba(125, 51, 245, 0.3));
}

/* Newsletter Section Styles - Modern */
.newsletter-form  {
    border: none;
    border-radius: 16px 0 0 16px;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-form  {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.newsletter-form .btn {
    border-radius: 0 16px 16px 0;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-form .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
}

/* Modern Section Backgrounds */
.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.bg-primary {
    background: linear-gradient(135deg, #1f75d8 0%, #667eea 100%) !important;
}

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

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.service-icon,
.choose-icon,
.tips-icon {
    animation: float 6s ease-in-out infinite;
}

.stat-item {
    animation: pulse 4s ease-in-out infinite;
}

/* Responsive adjustments for modern design */
@media (max-width: 768px) {
    .why-choose-card,
    .testimonial-card,
    .tips-card {
        padding: 1.5rem;
        border-radius: 20px;
    }
    
    .destination-image {
        height: 180px;
    }
    
    .stat-item h3 {
        font-size: 2.5rem;
    }
    
    .app-downloads .btn {
        width: 100%;
        margin-bottom: 0.5rem;
        border-radius: 16px;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-form ,
    .newsletter-form .btn {
        border-radius: 16px;
        margin-bottom: 0.5rem;
    }
    
    .service-icon,
    .choose-icon,
    .tips-icon {
        width: 60px;
        height: 60px;
    }
}

/* Dark mode support for modern design */
[data-bs-theme="dark"] .why-choose-card,
[data-bs-theme="dark"] .testimonial-card,
[data-bs-theme="dark"] .tips-card,
[data-bs-theme="dark"] .destination-card {
    background: rgba(45, 55, 72, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .destination-info {
    background: rgba(45, 55, 72, 0.95);
}

[data-bs-theme="dark"] .testimonial-text {
    color: #a0aec0;
}

[data-bs-theme="dark"] .author-info h6 {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .stat-item {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .bg-light {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%) !important;
}

[data-bs-theme="dark"] .newsletter-form {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

[data-bs-theme="dark"] .newsletter-form {
    color: rgba(255, 255, 255, 0.7);
}

/* Modern Features Section Styles */
.modern-features-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.modern-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(125, 51, 245, 0.02)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.text-gradient {
    background: linear-gradient(135deg, #1f75d8 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(125, 51, 245, 0.1);
}

.modern-feature-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.modern-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1f75d8, #667eea);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(125, 51, 245, 0.15);
    border-color: rgba(125, 51, 245, 0.2);
    background: rgba(255, 255, 255, 0.98);
}

.modern-feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1f75d8, #667eea);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(125, 51, 245, 0.25);
}

.modern-feature-card:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(125, 51, 245, 0.35);
}

.feature-icon i {
    font-size: 1.25rem;
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

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

.feature-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    line-height: 1.3;
}

.modern-feature-card:hover .feature-title {
    color: #1f75d8;
}

.feature-description {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    transition: all 0.3s ease;
}

.modern-feature-card:hover .feature-description {
    color: #475569;
}

/* Animation for feature cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-feature-card {
    animation: fadeInUp 0.5s ease-out forwards;
}

.modern-feature-card:nth-child(2) {
    animation-delay: 0.1s;
}

.modern-feature-card:nth-child(3) {
    animation-delay: 0.2s;
}

/* Subtle floating animation for icons */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-3px); }
}

.feature-icon {
    animation: float 4s ease-in-out infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-feature-card {
        padding: 1.25rem;
        border-radius: 12px;
    }
    
    .feature-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 0.75rem;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .feature-icon i {
        font-size: 1rem;
    }
    
    .feature-title {
        font-size: 0.9rem;
    }
    
    .feature-description {
        font-size: 0.8rem;
    }
    
    .text-gradient {
        font-size: 1.5rem;
    }
}

/* Dark mode support */
[data-bs-theme="dark"] .modern-features-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
}

[data-bs-theme="dark"] .modern-feature-card {
    background: rgba(45, 55, 72, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .modern-feature-card:hover {
    background: rgba(45, 55, 72, 0.98);
    border-color: rgba(125, 51, 245, 0.2);
}

[data-bs-theme="dark"] .feature-title {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .feature-description {
    color: #a0aec0;
}

[data-bs-theme="dark"] .modern-feature-card:hover .feature-title {
    color: #1f75d8;
}

[data-bs-theme="dark"] .modern-feature-card:hover .feature-description {
    color: #cbd5e1;
}

/* Enhanced section subtitle */
.section-subtitle {
    max-width: 500px;
    color: #64748b !important;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

[data-bs-theme="dark"] .section-subtitle {
    color: #a0aec0 !important;
}

/* Modern Partners Section Styles */
.modern-partners-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.modern-partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(125, 51, 245, 0.02)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.modern-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.partner-grid-item {
    background: rgba(255, 255, 255, 0.95);
}

/* Simple Listing Cards */
.simple-listing-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    transition: all 0.2s ease;
    position: relative;
    height: 100%;
}

.simple-listing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #d1d5db;
}

.listing-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.remove-btn-simple {
    background: #ef4444;
    color: white;
    border: none;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remove-btn-simple:hover {
    background: #dc2626;
    transform: translateY(-1px);
}

.status-simple.status-active {
    background: #10b981;
    color: white;
}

.status-simple.status-sold {
    background: #6366f1;
    color: white;
}

.status-simple.status-expired {
    background: #6b7280;
    color: white;
}

@media (max-width: 768px) {
    .simple-listing-card {
        padding: 1rem;
    }
    
    .listing-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .remove-btn-simple {
        text-align: center;
    }
}
.notification-item:hover {
    background: rgba(125, 51, 245, 0.05);
    transform: translateX(5px);
}
.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(125, 51, 245, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.notification-content h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.modern-profile {
    padding: 0.25rem !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}
.modern-profile:hover {
    transform: scale(1.05);
}
.profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(125, 51, 245, 0.2);
    transition: all 0.3s ease;
}
.profile-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #b6b6b6);
    color: #1f75d8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(125, 51, 245, 0.2);
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    flex-shrink: 0;
}

/* Additional specificity to ensure styles are applied */
.nav-link .profile-avatar-placeholder,
.modern-profile .profile-avatar-placeholder,
.dropdown-header .profile-avatar-placeholder {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.modern-signup-btn {
    background: linear-gradient(135deg, var(--bs-primary), #1f75d8);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(125, 51, 245, 0.3);
}
.modern-signup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(125, 51, 245, 0.4);
    background: linear-gradient(135deg, #1f75d8, var(--bs-primary));
}
@media (max-width: 1199.98px) {
    .modern-nav {
        gap: 0.5rem;
    }
    .modern-nav-link {
        padding: 0.5rem 0.75rem !important;
    }
    .modern-actions {
        gap: 0.25rem;
    }
}
@media (max-width: 767.98px) {
    .modern-header .navbar {
        padding: 0.5rem 0;
    }
    .modern-brand .navbar-brand-item {
        height: 35px;
    }
    .modern-nav-link {
        padding: 0.75rem 1rem !important;
        border-radius: 8px;
        margin: 0.25rem 0;
    }
    .modern-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .modern-dropdown {
        text-align: left;
        padding: 0.75rem 1rem !important;
    }
    .modern-signup-btn {
        width: 100%;
        text-align: center;
    }
}
[data-bs-theme="dark"] .modern-header {
    background: rgba(33, 37, 41, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-nav-link {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-nav-link:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
[data-bs-theme="dark"] .modern-dropdown {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-dropdown:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
[data-bs-theme="dark"] .modern-dropdown-menu {
    background: var(--bs-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-dropdown-menu .dropdown-item {
    color: var(--bs-gray-300);
}
[data-bs-theme="dark"] .modern-dropdown-menu .dropdown-item:hover {
    background: rgba(125, 51, 245, 0.15);
    color: var(--bs-primary);
}
[data-bs-theme="dark"] .modern-notification {
    color: var(--bs-gray-300) !important;
}
[data-bs-theme="dark"] .modern-notification:hover {
    color: var(--bs-primary) !important;
    background: rgba(125, 51, 245, 0.15);
}
.modern-header.header-sticky-on {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
[data-bs-theme="dark"] .modern-header.header-sticky-on {
    background: rgba(33, 37, 41, 0.98);
}
.top-utility-bar {
    background: #fff !important;
    color: #1f75d8 !important;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-utility-left {
    display: flex;
    align-items: center;
}
.top-utility-left span {
    color: #1f75d8 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}
.top-utility-left span:hover {
    color: #1f75d8 !important;
    transform: translateY(-1px);
}
.top-utility-right {
    display: flex;
    align-items: center;
}
.top-utility-link {
    color: #1f75d8 !important;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}
.top-utility-link:hover {
    color: #1f75d8 !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}
.top-utility-link.dropdown-toggle::after {
    border-top-color: rgba(255, 255, 255, 0.7);
}
.top-utility-link:hover.dropdown-toggle::after {
    border-top-color: #1f75d8;
}
.modern-dropdown-menu .dropdown-item:hover,
.modern-dropdown-menu .dropdown-item:focus {
    background: rgba(125, 51, 245, 0.10);
    color: #1f75d8;
}
.modern-dropdown-menu .dropdown-item i,
.modern-dropdown-menu .dropdown-item .bi {
    color: #1f75d8;
}
.modern-notification:hover,
.modern-profile:hover {
    color: #1f75d8 !important;
    background: rgba(125, 51, 245, 0.10);
}
.modern-signup-btn,
.btn-primary {
    background: #1f75d8 !important;
    border-color: #1f75d8 !important;
    color: #fff !important;
    transition: background 0.2s, border 0.2s;
}
.modern-signup-btn:hover,
.btn-primary:hover {
    background: #1f75d8 !important;
    border-color: #1f75d8 !important;
    color: #fff !important;
}
@media (max-width: 767.98px) {
    .top-utility-bar {
        padding: 0.25rem 0;
    }
    .top-utility-link {
        font-size: 0.75rem;
        padding: 0.125rem 0.25rem;
    }
}
[data-bs-theme="dark"] .top-utility-bar {
    background: linear-gradient(135deg, #1f75d8, #1f75d8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modern-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--bs-primary) rgba(0, 0, 0, 0.1);
}
.modern-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.modern-dropdown-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.modern-dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
    border-radius: 3px;
}
.modern-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #ff6b35;
}
[data-bs-theme="dark"] .modern-dropdown-menu {
    scrollbar-color: var(--bs-primary) rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .modern-dropdown-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

/* From: resources/views/home.blade.php */
.hero-background {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.modern-pill-search-form {
    background: none;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding: 0;
}
.modern-pill-search-bar {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border: 6px solid #4a5a6a22;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
}
.modern-pill-input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid #e3e8ee;
    padding: 0.5rem 1.25rem 0.5rem 2.5rem;
    min-width: 180px;
    max-width: 220px;
    flex: 1 1 0;
    margin-right: 0.5rem;
    transition: border-color 0.2s;
}
.modern-pill-input-group:focus-within {
    border-color: #1f75d8;
    background: #fff;
}
.modern-pill-icon {
    position: absolute;
    left: 0.75rem;
    top: 1.2rem;
    color: #1f75d8;
    font-size: 1.2rem;
    pointer-events: none;
}
.modern-pill-label {
    font-size: 0.85rem;
    color: #7b8a9a;
    font-weight: 400;
    margin-bottom: 0.1rem;
    margin-left: 0.1rem;
}
.modern-pill-input {
    border: none;
    background: transparent;
    font-size: 0.98rem;
    font-weight: 400;
    color: #2d3748;
    outline: none;
    padding: 0;
    margin: 0;
    min-width: 0;
}
.modern-pill-input:focus {
    background: transparent;
    outline: none;
}
.modern-pill-date {
    font-weight: 500;
    color: #1f75d8;
    font-size: 0.98rem;
}
.modern-pill-swap {
    background: #1f75d8;
    border: none;
    border-radius: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: 0 2px 8px #1f75d833;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    position: relative;
    top: 0.2rem;
}
.modern-pill-swap:hover {
    background: #1f75d8;
    transform: scale(1.08);
}
.modern-pill-search-btn {
    background: #1f75d8;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 2rem;
    margin-left: 0.5rem;
    box-shadow: 0 2px 8px #1f75d833;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    min-width: 140px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modern-pill-search-btn:hover {
    background: #1f75d8;
    color: #fff;
    transform: translateY(-2px) scale(1.04);
}
@media (max-width: 1100px) {
    .modern-pill-search-bar {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.5rem;
    }
    .modern-pill-input-group {
        min-width: 140px;
        max-width: 100%;
        margin-right: 0.25rem;
    }
    .modern-pill-search-btn {
        min-width: 100px;
        padding: 0.75rem 1.2rem;
    }
}
@media (max-width: 700px) {
    .modern-pill-search-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.75rem;
    }
    .modern-pill-input-group {
        margin-right: 0;
        min-width: 0;
        padding-left: 2.2rem;
    }
    .modern-pill-swap {
        margin: 0.5rem auto;
        top: 0;
    }
    .modern-pill-search-btn {
        margin-left: 0;
        width: 100%;
    }
}
.modern-search-form, .search-form-container, .search-form-body, .search-form-grid, .search-input-group, .input-icon-wrapper, .input-icon, .modern-form-input, .modern-form-input:focus, .modern-form-input::placeholder, .passenger-selector, .search-button-group, .modern-search-btn, .modern-search-btn:hover, .modern-search-btn:active {
    all: unset;
}
.referral-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 20px;
}
.referral-text {
    margin-left: 20px;
}
.referral-text h4 {
    font-weight: bold;
    color: #0A2540;
}
.referral-text p {
    margin: 0;
    color: #0A2540;
}
.referral-button {
    margin-left: auto;
}
.btn-custom {
    background-color: #FF6B6B;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
}
.btn-custom:hover {
    background-color: #FF4F4F;
}

/* Clean Modern Top Routes Section Styles */
.clean-routes-section {
    background: white;
    position: relative;
}

.section-subtitle {
    max-width: 500px;
    color: #6c757d !important;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
}

.clean-route-card {
    background: white;
    border: 1px solid #f1f3f4;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.clean-route-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.clean-route-card:hover {
    transform: translateY(-4px);
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.12);
}

.clean-route-card:hover::before {
    transform: scaleX(1);
}

.route-content {
    position: relative;
    z-index: 1;
}

.route-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.route-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.clean-route-card:hover .route-icon {
    transform: scale(1.1);
}

.route-icon i {
    color: white;
    font-size: 1.4rem;
}

.route-badge {
    background: #f8f9fa;
    color: #667eea;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid #e9ecef;
}

.route-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.route-connection {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.clean-route-card:hover .route-connection {
    background: #f1f3f4;
    border-color: #667eea;
}

.route-point {
    flex: 1;
    text-align: center;
}

.route-point.origin .point-name {
    color: #667eea;
    font-weight: 600;
}

.route-point.destination .point-name {
    color: #1f75d8;
    font-weight: 600;
}

.point-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #212529;
    line-height: 1.3;
}

.connection-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    border: 2px solid #e9ecef;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.clean-route-card:hover .connection-line {
    border-color: #667eea;
    background: #667eea;
}

.connection-line i {
    color: #6c757d;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.clean-route-card:hover .connection-line i {
    color: white;
}

.clean-search-btn {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.clean-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

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

.clean-search-btn i {
    transition: transform 0.3s ease;
}

.clean-search-btn:hover i {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .clean-route-card {
        padding: 1.5rem;
    }
    
    .route-icon {
        width: 40px;
        height: 40px;
    }
    
    .route-icon i {
        font-size: 1.2rem;
    }
    
    .route-connection {
        padding: 1rem;
        gap: 0.75rem;
    }
    
    .point-name {
        font-size: 1rem;
    }
    
    .connection-line {
        width: 32px;
        height: 32px;
    }
    
    .connection-line i {
        font-size: 0.9rem;
    }
    
    .clean-search-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Dark mode support */
[data-bs-theme="dark"] .clean-routes-section {
    background: #1a1a2e;
}

[data-bs-theme="dark"] .clean-route-card {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .clean-route-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
}

[data-bs-theme="dark"] .route-connection {
    background: #4a5568;
    border-color: #718096;
}

[data-bs-theme="dark"] .clean-route-card:hover .route-connection {
    background: #718096;
    border-color: #667eea;
}

[data-bs-theme="dark"] .point-name {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .route-badge {
    background: #4a5568;
    border-color: #718096;
    color: #667eea;
}

[data-bs-theme="dark"] .connection-line {
    background: #4a5568;
    border-color: #718096;
}

[data-bs-theme="dark"] .connection-line i {
    color: #a0aec0;
}

[data-bs-theme="dark"] .clean-route-card:hover .connection-line {
    background: #667eea;
    border-color: #667eea;
}

[data-bs-theme="dark"] .section-subtitle {
    color: #a0aec0 !important;
}

/* Subtle animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.clean-route-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.clean-route-card:nth-child(3) {
    animation-delay: 0.2s;
}

.clean-route-card:nth-child(4) {
    animation-delay: 0.3s;
}

.clean-route-card:nth-child(5) {
    animation-delay: 0.4s;
}

.clean-route-card:nth-child(6) {
    animation-delay: 0.5s;
}

/* Discount Codes Section Styles */
.discount-codes-section {
    background: #f8f9fa;
    position: relative;
}

.section-subtitle {
    max-width: 500px;
    color: #6c757d !important;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

.discount-card {
    background: white;
    border: 1px solid #f1f3f4;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.discount-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.discount-card:hover {
    transform: translateY(-3px);
    border-color: #667eea;
    box-shadow: 0 6px 24px rgba(102, 126, 234, 0.12);
}

.discount-card:hover::before {
    transform: scaleX(1);
}

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

.discount-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.discount-card:hover .discount-icon {
    transform: scale(1.05);
}

.discount-icon i {
    color: white;
    font-size: 1.1rem;
}

.discount-badge {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 16px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}

.discount-content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.discount-code {
    background: #f8f9fa;
    border: 2px dashed #667eea;
    border-radius: 10px;
    padding: 0.8rem;
    text-align: center;
    transition: all 0.3s ease;
}

.discount-card:hover .discount-code {
    background: #f0f2ff;
    border-color: #1f75d8;
}

.code-label {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.3rem;
}

.code-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #667eea;
    font-family: 'Courier New', monospace;
    letter-spacing: 1.5px;
}

.discount-description {
    text-align: center;
}

.discount-description p {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
}

.discount-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.discount-card:hover .detail-item {
    background: #f0f2ff;
}

.detail-item i {
    color: #fff;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.detail-item span {
    font-size: 0.8rem;
    color: #495057;
    font-weight: 500;
}

.discount-actions {
    display: flex;
    justify-content: center;
}

.copy-code-btn {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 10px;
    padding: 0.8rem 1.5rem;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.copy-code-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

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

.copy-code-btn.copied {
    background: linear-gradient(135deg, #6c757d, #495057);
}

.copy-code-btn.copied i {
    transform: scale(1.1);
}

/* Responsive adjustments for discount cards */
@media (max-width: 768px) {
    .discount-card {
        padding: 1.2rem;
    }
    
    .discount-icon {
        width: 36px;
        height: 36px;
    }
    
    .discount-icon i {
        font-size: 1rem;
    }
    
    .code-value {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    
    .copy-code-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .discount-header {
        margin-bottom: 1.2rem;
    }
    
    .discount-content {
        gap: 1rem;
    }
    
    .discount-details {
        gap: 0.5rem;
    }
    
    .detail-item {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    
    .detail-item span {
        font-size: 0.75rem;
    }
    
    .discount-description p {
        font-size: 0.75rem;
    }
}

/* Dark mode support for discount cards */
[data-bs-theme="dark"] .discount-codes-section {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
}

[data-bs-theme="dark"] .discount-card {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .discount-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
}

[data-bs-theme="dark"] .discount-code {
    background: #4a5568;
    border-color: #667eea;
}

[data-bs-theme="dark"] .discount-card:hover .discount-code {
    background: #2d3748;
    border-color: #1f75d8;
}

[data-bs-theme="dark"] .code-value {
    color: #a3bffa;
}

[data-bs-theme="dark"] .detail-item {
    background: #4a5568;
}

[data-bs-theme="dark"] .discount-card:hover .detail-item {
    background: #2d3748;
}

[data-bs-theme="dark"] .detail-item span {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .discount-description p {
    color: #a0aec0;
}

/* Animation for discount cards */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.discount-card {
    animation: slideInUp 0.6s ease-out forwards;
}

.discount-card:nth-child(2) {
    animation-delay: 0.1s;
}

.discount-card:nth-child(3) {
    animation-delay: 0.2s;
}

.discount-card:nth-child(4) {
    animation-delay: 0.3s;
}

.discount-card:nth-child(5) {
    animation-delay: 0.4s;
}

.discount-card:nth-child(6) {
    animation-delay: 0.5s;
}

/* Toast Notification Styles */
.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9ecef;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    max-width: 300px;
}

.toast-notification.show {
    transform: translateX(0);
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.toast-content i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.toast-content span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
}

.toast-success {
    border-left: 4px solid #28a745;
}

.toast-success .toast-content i {
    color: #28a745;
}

.toast-error {
    border-left: 4px solid #dc3545;
}

.toast-error .toast-content i {
    color: #dc3545;
}

.toast-info {
    border-left: 4px solid #17a2b8;
}

.toast-info .toast-content i {
    color: #17a2b8;
}

/* Dark mode support for toast notifications */
[data-bs-theme="dark"] .toast-notification {
    background: #2d3748;
    border-color: #4a5568;
}

[data-bs-theme="dark"] .toast-content span {
    color: #e2e8f0;
}

/* Responsive adjustments for toast notifications */
@media (max-width: 768px) {
    .toast-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        transform: translateY(-100%);
    }
    
    .toast-notification.show {
        transform: translateY(0);
    }
}

/* Service Features Section Styles - Modern */
.service-icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(13, 44, 208, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 20px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-icon:hover {
    transform: translateY(-8px) scale(1.05);
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.2), rgba(102, 126, 234, 0.2));
    box-shadow: 0 20px 40px rgba(125, 51, 245, 0.3);
}

.service-icon i {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Statistics Section Styles - Modern */
.stat-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1f75d8, #1f75d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Why Choose Us Section Styles - Modern */
.why-choose-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.why-choose-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

.choose-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(125, 51, 245, 0.2);
}

.why-choose-card:hover .choose-icon {
    background: linear-gradient(135deg, #1f75d8, #667eea);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 15px 35px rgba(125, 51, 245, 0.4);
}

.why-choose-card:hover .choose-icon i {
    color: white !important;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.choose-icon i {
    font-size: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Popular Destinations Section Styles - Modern */
.destination-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.destination-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
}

.destination-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.destination-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.9);
}

.destination-card:hover .destination-image img {
    transform: scale(1.15);
    filter: brightness(1.1);
}

.destination-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.8), rgba(102, 126, 234, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(5px);
}

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

.destination-name {
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.destination-card:hover .destination-name {
    transform: translateY(0);
}

.destination-info {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
}

/* Testimonials Section Styles - Modern */
.testimonial-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 8rem;
    color: rgba(125, 51, 245, 0.1);
    font-family: serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

.testimonial-rating {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
}

.testimonial-rating i {
    font-size: 1.2rem;
    filter: drop-shadow(0 2px 4px rgba(255, 193, 7, 0.3));
}

.testimonial-text {
    font-style: italic;
    color: #6c757d;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.author-avatar i {
    font-size: 3rem;
    background: linear-gradient(135deg, #1f75d8, #667eea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 4px 8px rgba(125, 51, 245, 0.3));
}

.author-info h6 {
    color: #212529;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

/* Travel Tips Section Styles - Modern */
.tips-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.tips-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1f75d8, #667eea);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tips-card:hover::before {
    transform: scaleX(1);
}

.tips-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.2);
    border-color: rgba(125, 51, 245, 0.3);
    background: rgba(255, 255, 255, 0.95);
}

.tips-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(125, 51, 245, 0.2);
}

.tips-card:hover .tips-icon {
    background: linear-gradient(135deg, #1f75d8, #667eea);
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 15px 35px rgba(125, 51, 245, 0.4);
}

.tips-card:hover .tips-icon i {
    color: white !important;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.tips-icon i {
    font-size: 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile App Section Styles - Modern */
.app-features .feature-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
}

.app-features .feature-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.app-features .feature-item i {
    filter: drop-shadow(0 2px 4px rgba(40, 167, 69, 0.3));
}

.app-downloads .btn {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #212529, #343a40);
    border: none;
    border-radius: 16px;
    padding: 1rem 2rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.app-downloads .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #343a40, #212529);
}

.app-mockup {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 50%;
    padding: 3rem;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(125, 51, 245, 0.2);
}

.app-mockup:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 25px 60px rgba(125, 51, 245, 0.3);
}

.app-mockup i {
    filter: drop-shadow(0 8px 16px rgba(125, 51, 245, 0.3));
}

/* Newsletter Section Styles - Modern */
.newsletter-form {
    border: none;
    border-radius: 16px 0 0 16px;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-form {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.newsletter-form .btn {
    border-radius: 0 16px 16px 0;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-form .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
}

/* Modern Section Backgrounds */
.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.bg-primary {
    background: linear-gradient(135deg, #1f75d8 0%, #667eea 100%) !important;
}

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

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.service-icon,
.choose-icon,
.tips-icon {
    animation: float 6s ease-in-out infinite;
}

.stat-item {
    animation: pulse 4s ease-in-out infinite;
}

/* Responsive adjustments for modern design */
@media (max-width: 768px) {
    .why-choose-card,
    .testimonial-card,
    .tips-card {
        padding: 1.5rem;
        border-radius: 20px;
    }
    
    .destination-image {
        height: 180px;
    }
    
    .stat-item h3 {
        font-size: 2.5rem;
    }
    
    .app-downloads .btn {
        width: 100%;
        margin-bottom: 0.5rem;
        border-radius: 16px;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-form ,
    .newsletter-form .btn {
        border-radius: 16px;
        margin-bottom: 0.5rem;
    }
    
    .service-icon,
    .choose-icon,
    .tips-icon {
        width: 60px;
        height: 60px;
    }
}

/* Dark mode support for modern design */
[data-bs-theme="dark"] .why-choose-card,
[data-bs-theme="dark"] .testimonial-card,
[data-bs-theme="dark"] .tips-card,
[data-bs-theme="dark"] .destination-card {
    background: rgba(45, 55, 72, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .destination-info {
    background: rgba(45, 55, 72, 0.95);
}

[data-bs-theme="dark"] .testimonial-text {
    color: #a0aec0;
}

[data-bs-theme="dark"] .author-info h6 {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .stat-item {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .bg-light {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%) !important;
}

[data-bs-theme="dark"] .newsletter-form  {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

[data-bs-theme="dark"] .newsletter-form  {
    color: rgba(255, 255, 255, 0.7);
}

/* Modern Features Section Styles */
.modern-features-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.modern-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(125, 51, 245, 0.02)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.text-gradient {
    background: linear-gradient(135deg, #1f75d8 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(125, 51, 245, 0.1);
}

.modern-feature-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.modern-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1f75d8, #667eea);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(125, 51, 245, 0.15);
    border-color: rgba(125, 51, 245, 0.2);
    background: rgba(255, 255, 255, 0.98);
}

.modern-feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1f75d8, #667eea);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(125, 51, 245, 0.25);
}

.modern-feature-card:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(125, 51, 245, 0.35);
}

.feature-icon i {
    font-size: 1.25rem;
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

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

.feature-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    line-height: 1.3;
}

.modern-feature-card:hover .feature-title {
    color: #1f75d8;
}

.feature-description {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    transition: all 0.3s ease;
}

.modern-feature-card:hover .feature-description {
    color: #475569;
}

/* Animation for feature cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-feature-card {
    animation: fadeInUp 0.5s ease-out forwards;
}

.modern-feature-card:nth-child(2) {
    animation-delay: 0.1s;
}

.modern-feature-card:nth-child(3) {
    animation-delay: 0.2s;
}

/* Subtle floating animation for icons */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-3px); }
}

.feature-icon {
    animation: float 4s ease-in-out infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-feature-card {
        padding: 1.25rem;
        border-radius: 12px;
    }
    
    .feature-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 0.75rem;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .feature-icon i {
        font-size: 1rem;
    }
    
    .feature-title {
        font-size: 0.9rem;
    }
    
    .feature-description {
        font-size: 0.8rem;
    }
    
    .text-gradient {
        font-size: 1.5rem;
    }
}

/* Dark mode support */
[data-bs-theme="dark"] .modern-features-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
}

[data-bs-theme="dark"] .modern-feature-card {
    background: rgba(45, 55, 72, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .modern-feature-card:hover {
    background: rgba(45, 55, 72, 0.98);
    border-color: rgba(125, 51, 245, 0.2);
}

[data-bs-theme="dark"] .feature-title {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .feature-description {
    color: #a0aec0;
}

[data-bs-theme="dark"] .modern-feature-card:hover .feature-title {
    color: #1f75d8;
}

[data-bs-theme="dark"] .modern-feature-card:hover .feature-description {
    color: #cbd5e1;
}

/* Enhanced section subtitle */
.section-subtitle {
    max-width: 500px;
    color: #64748b !important;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

[data-bs-theme="dark"] .section-subtitle {
    color: #a0aec0 !important;
}

/* Modern Partners Section Styles */
.modern-partners-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.modern-partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(125, 51, 245, 0.02)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.modern-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.partner-grid-item {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.partner-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #1f75d8, #667eea);
    transform: scaleX(0);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-grid-item:hover {
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(125, 51, 245, 0.1);
    border-color: rgba(125, 51, 245, 0.2);
}

.partner-grid-item:hover::before {
    transform: scaleX(1);
}

.partner-logo {
    width: 45px;
    height: 45px;
    margin-right: 0.75rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(125, 51, 245, 0.1);
    transition: all 0.2s ease;
}

.partner-grid-item:hover .partner-logo-img {
    border-color: rgba(125, 51, 245, 0.3);
    transform: scale(1.05);
}

.partner-logo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.1), rgba(102, 126, 234, 0.1));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(125, 51, 245, 0.1);
    transition: all 0.2s ease;
}

.partner-grid-item:hover .partner-logo-placeholder {
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.2), rgba(102, 126, 234, 0.2));
    border-color: rgba(125, 51, 245, 0.3);
}

.partner-logo-placeholder i {
    font-size: 1.1rem;
    color: #1f75d8;
    transition: all 0.2s ease;
}

.partner-grid-item:hover .partner-logo-placeholder i {
    transform: scale(1.1);
}

.partner-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.partner-name {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
}

.partner-link {
    color: #1a202c;
    text-decoration: none;
    transition: all 0.2s ease;
}

.partner-link:hover {
    color: #1f75d8;
    text-decoration: none;
}

.routes-count {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 500;
}

.routes-count i {
    color: #1f75d8;
    font-size: 0.8rem;
}

.partner-actions {
    margin-left: 0.75rem;
    flex-shrink: 0;
}

.partner-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #1f75d8, #667eea);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.875rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px rgba(125, 51, 245, 0.25);
}

.partner-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(125, 51, 245, 0.35);
    color: white;
    text-decoration: none;
}

.partner-action-btn i {
    transition: transform 0.2s ease;
}

.partner-action-btn:hover i {
    transform: translateX(2px);
}

/* Animation for partner grid items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.partner-grid-item {
    animation: fadeInUp 0.3s ease-out forwards;
}

.partner-grid-item:nth-child(2) {
    animation-delay: 0.05s;
}

.partner-grid-item:nth-child(3) {
    animation-delay: 0.1s;
}

.partner-grid-item:nth-child(4) {
    animation-delay: 0.15s;
}

.partner-grid-item:nth-child(5) {
    animation-delay: 0.2s;
}

.partner-grid-item:nth-child(6) {
    animation-delay: 0.25s;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .modern-partners-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .modern-partners-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 0.5rem;
        margin: 0 1rem;
    }
    
    .partner-grid-item {
        padding: 0.75rem;
    }
    
    .partner-logo {
        width: 40px;
        height: 40px;
        margin-right: 0.6rem;
    }
    
    .partner-name {
        font-size: 0.9rem;
    }
    
    .routes-count {
        font-size: 0.7rem;
    }
    
    .partner-action-btn {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .modern-partners-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 0.5rem;
    }
    
    .partner-grid-item {
        padding: 0.6rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .partner-logo {
        width: 35px;
        height: 35px;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }
    
    .partner-info {
        text-align: center;
    }
    
    .partner-name {
        font-size: 0.85rem;
    }
    
    .routes-count {
        font-size: 0.65rem;
        justify-content: center;
    }
    
    .partner-actions {
        margin-left: 0;
    }
    
    .partner-action-btn {
        width: 26px;
        height: 26px;
    }
    
    .partner-logo-placeholder i {
        font-size: 1rem;
    }
}

/* Dark mode support */
[data-bs-theme="dark"] .modern-partners-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
}

[data-bs-theme="dark"] .partner-grid-item {
    background: rgba(45, 55, 72, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .partner-grid-item:hover {
    background: rgba(45, 55, 72, 0.98);
    border-color: rgba(125, 51, 245, 0.2);
}

[data-bs-theme="dark"] .partner-link {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .partner-link:hover {
    color: #1f75d8;
}

[data-bs-theme="dark"] .routes-count {
    color: #a0aec0;
}

[data-bs-theme="dark"] .partner-logo-placeholder {
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.15), rgba(102, 126, 234, 0.15));
    border-color: rgba(125, 51, 245, 0.2);
}

[data-bs-theme="dark"] .partner-grid-item:hover .partner-logo-placeholder {
    background: linear-gradient(135deg, rgba(125, 51, 245, 0.25), rgba(102, 126, 234, 0.25));
    border-color: rgba(125, 51, 245, 0.3);
}

/* From: resources/views/agency/show.blade.php */

/* Hero Section */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #1f75d8 0%, #0d1b44 100%);
    padding: 2rem 0; /* Reduced from 3rem */
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
}

.agency-header {
    display: flex;
    align-items: center;
    gap: 1rem; /* Reduced from 1.5rem */
    margin-bottom: 1rem; /* Reduced from 1.5rem */
}

.agency-logo {
    width: 60px; /* Reduced from 80px */
    height: 60px; /* Reduced from 80px */
    object-fit: cover;
    border-radius: 12px; /* Reduced from 15px */
    background: white;
    padding: 6px; /* Reduced from 8px */
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15); /* Reduced shadow */
    border: 2px solid white; /* Reduced from 3px */
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.agency-info {
    flex: 1;
}

.agency-name {
    color: white;
    font-size: 1.8rem; /* Reduced from 2.5rem */
    font-weight: 700;
    margin: 0 0 0.4rem 0; /* Reduced bottom margin */
    line-height: 1.2;
}

.agency-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* Reduced from 1rem */
}

.agency-type {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem; /* Reduced from 1rem */
    background: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.6rem; /* Reduced padding */
    border-radius: 5px; /* Reduced from 6px */
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem; /* Reduced from 0.5rem */
    color: #4CAF50;
    font-size: 0.8rem; /* Reduced from 0.9rem */
    background: rgba(76, 175, 80, 0.1);
    padding: 0.25rem 0.6rem; /* Reduced padding */
    border-radius: 5px; /* Reduced from 6px */
}

.agency-stats {
    display: flex;
    gap: 1.5rem; /* Reduced from 2rem */
    margin-bottom: 1rem; /* Reduced from 1.5rem */
    /* Removed all card styling - no background, padding, border-radius, or borders */
}

.stat-item {
    color: white;
    text-align: center;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -0.75rem; /* Reduced from -1rem */
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px; /* Reduced from 30px */
    background: rgba(255, 255, 255, 0.2);
}

.stat-value {
    font-size: 1.2rem; /* Reduced from 1.5rem */
    font-weight: 700;
    margin-bottom: 0.2rem; /* Reduced from 0.25rem */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem; /* Reduced from 0.5rem */
}

.rating-stars {
    color: #FFD700;
    font-size: 0.85rem; /* Reduced from 1rem */
}

.stat-label {
    font-size: 0.8rem; /* Reduced from 0.9rem */
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.4px; /* Reduced from 0.5px */
}

.hero-actions {
    display: flex;
    gap: 0.75rem; /* Reduced from 1rem */
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem; /* Reduced from 0.75rem 1.5rem */
    border-radius: 8px; /* Reduced from 10px */
    font-size: 0.9rem; /* Reduced from 1rem */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.hero-btn-primary {
    background: #4CAF50;
    color: white;
}

.hero-btn-primary:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

/* About Section */
.about-section {
    padding: 6rem 0 4rem;
    background: #f8f9fa;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f75d8;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1f75d8, #0d1b44);
    border-radius: 2px;
}

.about-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
}

/* Schedule Section */
.schedule-section {
    padding: 3rem 0;
    background: white;
}

.schedule-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(19, 41, 104, 0.08);
}

.schedule-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.route-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.route-point {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.point-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.point-icon.start {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.point-icon.end {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.route-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #198754, #dc3545);
    position: relative;
}

.route-line::before,
.route-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #198754;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.route-line::after {
    right: 0;
    background: #dc3545;
}

.schedule-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.time-info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.time-block {
    text-align: center;
}

.time-label {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.time-value {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f75d8;
}

.duration {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.875rem;
}

.price-tag {
    background: #1f75d8;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.price-tag:hover {
    background: #0d1b44;
    transform: translateY(-2px);
}

/* Working Hours Card */
.working-hours-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(19, 41, 104, 0.08);
}

.working-hours-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.working-hours-header {
    background: linear-gradient(135deg, #1f75d8 0%, #0d1b44 100%);
    color: white;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.working-hours-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: -0.5px;
}

.working-hours-title i {
    font-size: 1.75rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 12px;
}

.working-hours-list {
    padding: 1.25rem;
}

.working-hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 0.75rem;
    background: #f8f9fa;
    border: 1px solid rgba(19, 41, 104, 0.06);
}

.working-hours-item:last-child {
    margin-bottom: 0;
}

.working-hours-item:hover {
    background: #f0f2f5;
    transform: translateX(4px);
    border-color: rgba(19, 41, 104, 0.1);
}

.day-name {
    font-weight: 600;
    color: #1f75d8;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
}

.day-name i {
    color: #6c757d;
    font-size: 1.1rem;
    background: rgba(19, 41, 104, 0.05);
    padding: 0.4rem;
    border-radius: 8px;
}

.hours {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.95rem;
    font-weight: 500;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.hours i {
    color: #198754;
    font-size: 1.1rem;
}

.closed {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}

.closed i {
    color: #dc3545;
}

.current-day {
    background: rgba(19, 41, 104, 0.08);
    border-left: 3px solid #1f75d8;
}

.badge {
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Reviews Section */
.reviews-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.reviews-summary {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(19, 41, 104, 0.08);
}

.overall-rating {
    text-align: center;
}

.rating-number {
    font-size: 3rem;
    font-weight: 700;
    color: #1f75d8;
    margin-bottom: 0.5rem;
}

.rating-label {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.rating-count {
    font-size: 0.9rem;
    color: #6c757d;
}

.rating-distribution {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rating-label-small {
    font-size: 0.9rem;
    color: #6c757d;
    min-width: 60px;
}

.rating-progress {
    flex: 1;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.rating-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffc107, #ff8c00);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.rating-percentage {
    font-size: 0.9rem;
    color: #6c757d;
    min-width: 40px;
    text-align: right;
}

.review-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(19, 41, 104, 0.08);
}

.review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(19, 41, 104, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f75d8;
    font-weight: 600;
    font-size: 1.2rem;
}

.reviewer-details h6 {
    margin: 0;
    font-weight: 600;
    color: #1f75d8;
}

.reviewer-details small {
    color: #6c757d;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rating-stars {
    color: #ffc107;
}

.rating-value {
    font-weight: 600;
    color: #1f75d8;
}

.review-content {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.review-route {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.review-details {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.rating-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

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

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

.review-actions {
    display: flex;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.review-action-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    color: #6c757d;
    font-size: 0.9rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.review-action-btn:hover {
    color: #1f75d8;
}

.pagination-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item {
    display: inline-block;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: white;
    color: #1f75d8;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-item.active .page-link {
    background: #1f75d8;
    color: white;
}

.page-item:not(.active) .page-link:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.page-item.disabled .page-link {
    color: #6c757d;
    cursor: not-allowed;
}

/* Announcements Section */
.announcements-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.announcement-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(19, 41, 104, 0.08);
    position: relative;
    overflow: hidden;
}

.announcement-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.announcement-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.announcement-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
    flex: 1;
    padding-right: 1rem;
}

.announcement-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.announcement-priority {
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.priority-high {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.priority-medium {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.priority-low {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.announcement-date {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.announcement-content {
    color: #4a5568;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.announcement-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(19, 41, 104, 0.08);
}

.announcement-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.status-active {
    color: #198754;
}

.status-inactive {
    color: #dc3545;
}

.announcement-action-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.announcement-action-btn:hover {
    color: #1f75d8;
}

/* Contact Section */
.contact-section {
    padding: 3rem 0;
    background: white;
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(19, 41, 104, 0.08);
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(19, 41, 104, 0.08);
}

.contact-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 41, 104, 0.05);
    border-radius: 12px;
    color: #1f75d8;
    font-size: 1.5rem;
}

.contact-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(19, 41, 104, 0.06);
}

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

.contact-item-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 41, 104, 0.05);
    border-radius: 10px;
    color: #1f75d8;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-item-content {
    flex: 1;
}

.contact-item-label {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.contact-item-value {
    font-weight: 500;
    color: #1f75d8;
}

.contact-item-value a {
    color: #1f75d8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item-value a:hover {
    color: #0d1b44;
}

.contact-actions {
    display: flex;
    gap: 1rem;
}

.contact-action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.contact-action-btn-primary {
    background: #1f75d8;
    color: white;
}

.contact-action-btn-primary:hover {
    background: #0d1b44;
    transform: translateY(-2px);
}

.contact-action-btn-secondary {
    background: rgba(19, 41, 104, 0.05);
    color: #1f75d8;
    border: 1px solid rgba(19, 41, 104, 0.1);
}

.contact-action-btn-secondary:hover {
    background: rgba(19, 41, 104, 0.1);
    transform: translateY(-2px);
}

/* Route Map Section */
.route-map-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.route-map-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(19, 41, 104, 0.08);
    height: 100%;
}

.route-map-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(19, 41, 104, 0.08);
}

.route-map-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 41, 104, 0.05);
    border-radius: 12px;
    color: #1f75d8;
    font-size: 1.5rem;
}

.route-map-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

.route-map-container {
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.route-map {
    width: 100%;
    height: 100%;
    border: none;
}

.route-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.route-stat-item {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
}

.route-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f75d8;
    margin-bottom: 0.5rem;
}

.route-stat-label {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Fleet Section */
.fleet-section {
    padding: 3rem 0;
    background: white;
}

.fleet-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(19, 41, 104, 0.08);
}

.fleet-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(19, 41, 104, 0.08);
}

.fleet-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 41, 104, 0.05);
    border-radius: 12px;
    color: #1f75d8;
    font-size: 1.5rem;
}

.fleet-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

.fleet-stats {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.fleet-stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 41, 104, 0.05);
    border-radius: 12px;
    color: #1f75d8;
    font-size: 1.5rem;
}

.stat-content {
    flex: 1;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f75d8;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.fleet-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.fleet-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.fleet-feature:hover {
    background: #f0f2f5;
    transform: translateX(4px);
}

.fleet-feature-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 41, 104, 0.1);
    border-radius: 10px;
    color: #1f75d8;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.fleet-feature-content {
    flex: 1;
}

.fleet-feature-title {
    font-weight: 600;
    color: #1f75d8;
    margin-bottom: 0.25rem;
}

.fleet-feature-description {
    font-size: 0.9rem;
    color: #6c757d;
}

/* FAQ Section */
.faq-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.faq-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(19, 41, 104, 0.08);
}

.faq-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(19, 41, 104, 0.08);
}

.faq-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 41, 104, 0.05);
    border-radius: 12px;
    color: #1f75d8;
    font-size: 1.5rem;
}

.faq-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-item {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 600;
    color: #1f75d8;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f0f2f5;
}

.faq-answer {
    padding: 0 1.25rem 1.25rem;
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.5;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-toggle {
    color: #1f75d8;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 768px) {
    .agency-name {
        font-size: 1.5rem; /* Reduced from 2rem */
    }
    
    .agency-stats {
        flex-direction: column;
        gap: 0.75rem; /* Reduced from 1rem */
    }
    
    .stat-item:not(:last-child)::after {
        display: none;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 0.5rem; /* Reduced gap */
    }
    
    .hero-btn {
        padding: 0.5rem 1rem; /* Smaller padding on mobile */
        font-size: 0.85rem; /* Smaller font on mobile */
    }
    
    .schedule-details {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .time-info {
        flex-direction: column;
        gap: 1rem;
    }
    
    .working-hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .contact-actions {
        flex-direction: column;
    }
    
    .fleet-features {
        grid-template-columns: 1fr;
    }
    
    .route-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 1.5rem 0; /* Reduced padding on small screens */
    }
    
    .agency-header {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem; /* Reduced from 1rem */
    }
    
    .agency-logo {
        width: 50px; /* Even smaller on mobile */
        height: 50px;
    }
    
    .agency-name {
        font-size: 1.3rem; /* Smaller on mobile */
    }
    
    .agency-stats {
        padding: 0.5rem; /* Reduced padding */
        gap: 0.5rem; /* Reduced gap */
    }
    
    .stat-value {
        font-size: 1rem; /* Smaller on mobile */
    }
    
    .stat-label {
        font-size: 0.75rem; /* Smaller on mobile */
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .schedule-card,
    .working-hours-card,
    .contact-card,
    .announcement-card,
    .review-card {
        padding: 1rem;
    }
}

/* ========================================
   MODERN BOOKING PAGE STYLES
   ======================================== */

/* Hero Section */
.booking-hero {
    background: linear-gradient(135deg, #667eea 0%, #1f75d8 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.booking-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.booking-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.booking-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #ffffff, #f0f8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.booking-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* Main Container */
.booking-container {
    margin-top: -3rem;
    position: relative;
    z-index: 10;
}

/* Modern Card */
.booking-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: all 0.3s ease;
}

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

/* Search Icon Animation */
.search-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.search-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    position: relative;
    z-index: 2;
    animation: bookingFloat 3s ease-in-out infinite;
}

.search-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 50%;
    animation: bookingPulse 2s ease-in-out infinite;
}

.search-rings::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 50%;
    animation: bookingPulse 2s ease-in-out infinite 0.5s;
}

/* Form Styling */
.booking-form {
    padding: 3rem;
}

.booking-form .form-floating {
    margin-bottom: 1.5rem;
}

.booking-form  {
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.booking-form {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: white;
}

.booking-form .form-floating label {
    color: #6c757d;
    font-weight: 500;
}

.submit-btn {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 16px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

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

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

/* Booking Details Display */
.booking-details {
    padding: 3rem;
}

.success-alert {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    border-radius: 16px;
    color: white;
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.success-alert i {
    font-size: 1.5rem;
}

/* Section Headers */
.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f8f9fa;
}

.section-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-right: 1rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f75d8;
    margin: 0;
}

/* Detail Items */
.booking-details .detail-item {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.booking-details .detail-item:hover {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.detail-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.detail-content label {
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.detail-content p {
    color: #1f75d8;
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

/* Journey Card */
.journey-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #dee2e6;
}

.journey-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.route-point {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.route-point.pickup {
    justify-content: flex-start;
}

.route-point.dropoff {
    justify-content: flex-end;
}

.point-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.route-line {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    margin: 0 2rem;
}

.route-line i {
    background: white;
    padding: 0.5rem;
    border-radius: 50%;
    color: #667eea;
    font-size: 1.25rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.point-details label {
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    display: block;
}

.point-details p {
    color: #1f75d8;
    font-weight: 700;
    margin: 0;
    font-size: 1.1rem;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.action-btn {
    padding: 1rem 2rem;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.action-btn-primary {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    color: white;
}

.action-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    color: white;
}

.action-btn-outline {
    background: white;
    color: #667eea;
    border-color: #667eea;
}

.action-btn-outline:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

/* Help Section */
.help-section {
    margin-top: 2rem;
}

.help-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #dee2e6;
}

.help-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.help-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.help-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f75d8;
    margin: 0;
}

.help-content {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.help-actions {
    display: flex;
    gap: 1rem;
}

.help-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 2px solid #667eea;
    background: white;
    color: #667eea;
}

.help-btn:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Booking-specific Animations */
@keyframes bookingFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes bookingPulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

/* Responsive Design for Booking Page */
@media (max-width: 768px) {
    .booking-hero h1 {
        font-size: 2.5rem;
    }
    
    .booking-hero p {
        font-size: 1rem;
    }
    
    .booking-form,
    .booking-details {
        padding: 2rem 1.5rem;
    }
    
    .journey-route {
        flex-direction: column;
        gap: 1rem;
    }
    
    .route-line {
        width: 2px;
        height: 40px;
        margin: 1rem 0;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .help-actions {
        flex-direction: column;
    }
    
    .search-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .search-rings {
        width: 90px;
        height: 90px;
    }
    
    .search-rings::before {
        width: 110px;
        height: 110px;
    }
}

/* Dark Mode Support for Booking Page */
[data-bs-theme="dark"] .booking-card {
    background: #1f75d8;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .booking-details .detail-item {
    background: #34495e;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .booking-details .detail-item:hover {
    background: #3a4a5c;
}

[data-bs-theme="dark"] .journey-card {
    background: linear-gradient(135deg, #34495e, #1f75d8);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .help-card {
    background: linear-gradient(135deg, #34495e, #1f75d8);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .section-title,
[data-bs-theme="dark"] .help-title {
    color: #ecf0f1;
}

/* === Footer Override Styles === */
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.footer-modern h1, .footer-modern h2, .footer-modern h3, .footer-modern h4, .footer-modern h5, .footer-modern h6 {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.footer-modern .text-light-emphasis {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}

.footer-modern .small {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}

.footer-modern p {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

/* === Settings Page Styles (moved from settings.blade.php) === */

[data-bs-theme="dark"] .detail-content p {
    color: #ecf0f1;
}

[data-bs-theme="dark"] .point-details p {
    color: #ecf0f1;
}

[data-bs-theme="dark"] .detail-content label,
[data-bs-theme="dark"] .point-details label,
[data-bs-theme="dark"] .help-content {
    color: #bdc3c7;
}

[data-bs-theme="dark"] .booking-form {
    background: #34495e;
    border-color: rgba(255, 255, 255, 0.1);
    color: #ecf0f1;
}

[data-bs-theme="dark"] .booking-form  {
    background: #3a4a5c;
    border-color: #667eea;
}

[data-bs-theme="dark"] .booking-form .form-floating label {
    color: #bdc3c7;
}

[data-bs-theme="dark"] .action-btn-outline {
    background: #34495e;
    color: #667eea;
    border-color: #667eea;
}

[data-bs-theme="dark"] .help-btn {
    background: #34495e;
    color: #667eea;
    border-color: #667eea;
}

/* ========================================
   COMPACT BOOKING PAGE STYLES
   ======================================== */

/* Compact Hero Section */
.booking-hero-compact {
    background: linear-gradient(135deg, #667eea 0%, #1f75d8 100%);
    padding: 2rem 0;
    position: relative;
}

.booking-hero-content-compact {
    text-align: center;
    color: white;
}

.booking-hero-compact h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.booking-hero-compact p {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
}

/* Compact Container */
.booking-container-compact {
    margin-top: -2rem;
    position: relative;
    z-index: 10;
}

/* Compact Card */
.booking-card-compact {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}

.booking-card-compact:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Compact Search Icon */
.search-icon-compact {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
}

/* Compact Form */
.booking-form-compact {
    padding: 2rem;
}

.section-title-compact {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

.booking-form-compact  {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.booking-form-compact  {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.submit-btn-compact {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.submit-btn-compact:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Compact Booking Details */
.booking-details-compact {
    padding: 2rem;
}

.success-alert-compact {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

/* Compact Info Rows */
.booking-info-compact {
    margin-bottom: 1.5rem;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
}

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

.info-label {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
}

.info-value {
    color: #1f75d8;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Compact Journey */
.journey-compact {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.journey-route-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.route-point-compact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.route-point-compact i {
    color: #667eea;
    font-size: 1rem;
}

.route-point-compact span {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1f75d8;
}

.route-arrow {
    color: #667eea;
    font-size: 1.25rem;
    margin: 0 1rem;
}

.journey-time-compact {
    display: flex;
    gap: 2rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.journey-time-compact span {
    display: flex;
    align-items: center;
}

/* Compact Passengers */
.passengers-compact {
    margin-bottom: 1.5rem;
}

.passengers-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f75d8;
    margin-bottom: 0.75rem;
}

.passenger-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    font-size: 0.85rem;
}

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

.passenger-name {
    color: #1f75d8;
    font-weight: 500;
}

.passenger-seat {
    color: #667eea;
    font-weight: 600;
}

/* Compact Action Buttons */
.action-buttons-compact {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.action-btn-compact {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.action-btn-compact.primary {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    color: white;
}

.action-btn-compact.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: white;
}

.action-btn-compact.secondary {
    background: white;
    color: #667eea;
    border-color: #667eea;
}

.action-btn-compact.secondary:hover {
    background: #667eea;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.2);
}

/* Compact Help */
.help-compact {
    margin-top: 1rem;
}

.help-content-compact {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.help-content-compact i {
    color: #667eea;
}

.help-content-compact a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.help-content-compact a:hover {
    text-decoration: underline;
}

/* Responsive Design for Compact Booking */
@media (max-width: 768px) {
    .booking-hero-compact h1 {
        font-size: 2rem;
    }
    
    .booking-form-compact,
    .booking-details-compact {
        padding: 1.5rem;
    }
    
    .journey-route-compact {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .route-arrow {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
    
    .journey-time-compact {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .action-buttons-compact {
        flex-direction: column;
    }
    
    .info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .passenger-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}

/* Dark Mode Support for Compact Booking */
[data-bs-theme="dark"] .booking-card-compact {
    background: #1f75d8;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .info-value,
[data-bs-theme="dark"] .route-point-compact span,
[data-bs-theme="dark"] .passenger-name {
    color: #ecf0f1;
}

[data-bs-theme="dark"] .info-label,
[data-bs-theme="dark"] .journey-time-compact,
[data-bs-theme="dark"] .help-content-compact {
    color: #bdc3c7;
}

/* === Modern Styles for Custom Pages (Careers, Help Center, FAQs, Ticket Policies, Refund Policy) === */

/* Careers Page */
.careers-why-card {
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(31,117,216,0.07);
  transition: box-shadow 0.2s;
  background: #fff;
}
.careers-why-card:hover {
  box-shadow: 0 8px 32px rgba(31,117,216,0.13);
}
.careers-job-listing {
  border-radius: 0.75rem;
  border: 1px solid #e9ecef;
  margin-bottom: 1rem;
  background: #fff;
  transition: box-shadow 0.2s;
}
.careers-job-listing:hover {
  box-shadow: 0 4px 16px rgba(31,117,216,0.09);
}
.careers-testimonial {
  background: #f8f9fa;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(31,117,216,0.05);
  padding: 1.5rem;
  font-style: italic;
}

/* Help Center */
.help-search-bar input[type="search"] {
  border-radius: 2rem;
  border: 1px solid #d1e3fa;
  box-shadow: 0 1px 4px rgba(31,117,216,0.04);
  padding-left: 1.25rem;
}
.help-search-bar button {
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.help-accordion .accordion-item {
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e9ecef;
  background: #fff;
}
.help-accordion .accordion-button {
  background: #f5faff;
  font-weight: 600;
  color: #1f75d8;
  border-radius: 0.75rem 0.75rem 0 0;
}
.help-accordion .accordion-button:not(.collapsed) {
  background: #e3f0ff;
  color: #1f75d8;
}
.help-popular-article a {
  color: #1f75d8;
  transition: color 0.2s;
}
.help-popular-article a:hover {
  color: #0d47a1;
  text-decoration: underline;
}

/* FAQs Page */
.faq-search-bar input[type="search"] {
  border-radius: 2rem;
  border: 1px solid #d1e3fa;
  box-shadow: 0 1px 4px rgba(31,117,216,0.04);
  padding-left: 1.25rem;
}
.faq-search-bar button {
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.faq-accordion .accordion-item {
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e9ecef;
  background: #fff;
}
.faq-accordion .accordion-button {
  background: #f5faff;
  font-weight: 600;
  color: #1f75d8;
  border-radius: 0.75rem 0.75rem 0 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #e3f0ff;
  color: #1f75d8;
}
.faq-feedback-btn {
  border-radius: 1.5rem;
  font-size: 0.95rem;
  margin-left: 0.5rem;
  padding: 0.25rem 1rem;
  transition: background 0.2s, color 0.2s;
}
.faq-feedback-btn.btn-outline-success:hover {
  background: #1f75d8;
  color: #fff;
  border-color: #1f75d8;
}
.faq-feedback-btn.btn-outline-danger:hover {
  background: #e53935;
  color: #fff;
  border-color: #e53935;
}

/* Ticket Policies Page */
.policy-toc ul {
  padding-left: 1.2rem;
}
.policy-toc a {
  color: #1f75d8;
  text-decoration: none;
  transition: color 0.2s;
}
.policy-toc a:hover {
  color: #0d47a1;
  text-decoration: underline;
}
.policy-accordion .accordion-item {
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e9ecef;
  background: #fff;
}
.policy-accordion .accordion-button {
  background: #f5faff;
  font-weight: 600;
  color: #1f75d8;
  border-radius: 0.75rem 0.75rem 0 0;
}
.policy-accordion .accordion-button:not(.collapsed) {
  background: #e3f0ff;
  color: #1f75d8;
}
.policy-download-btn {
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Refund Policy Page */
.refund-timeline {
  counter-reset: refund-step;
  margin-bottom: 2rem;
}
.refund-timeline li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.08rem;
}
.refund-timeline li:before {
  counter-increment: refund-step;
  content: counter(refund-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #1f75d8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
}
.refund-accordion .accordion-item {
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e9ecef;
  background: #fff;
}
.refund-accordion .accordion-button {
  background: #f5faff;
  font-weight: 600;
  color: #1f75d8;
  border-radius: 0.75rem 0.75rem 0 0;
}
.refund-accordion .accordion-button:not(.collapsed) {
  background: #e3f0ff;
  color: #1f75d8;
}
.refund-form input, .refund-form textarea {
  border-radius: 0.5rem;
  border: 1px solid #d1e3fa;
  box-shadow: 0 1px 4px rgba(31,117,216,0.04);
}
.refund-form button[type="submit"] {
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 768px) {
  .careers-why-card, .careers-testimonial, .help-accordion .accordion-item, .faq-accordion .accordion-item, .policy-accordion .accordion-item, .refund-accordion .accordion-item {
    border-radius: 0.5rem;
    padding: 1rem;
  }
  .refund-timeline li {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}


/* === Contact Page: Extra Info, Map, and Response Note === */
.contact-extra-card {
  background: #f8f9fa;
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(31,117,216,0.06);
  border: 1px solid #e9ecef;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-extra-card h5 {
  color: #1f75d8;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contact-extra-card ul {
  font-size: 0.98rem;
  color: #425486;
}
.contact-extra-card a {
  color: #1f75d8;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.contact-extra-card a:hover {
  color: #5a3a7a;
}
.contact-extra-card .ratio {
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(31,117,216,0.08);
}
.contact-response-note {
  color: #425486;
  font-size: 0.95rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .contact-extra-card { margin-bottom: 1.2rem; }
}

/* === Contact Page Typography Consistency with Home === */
.contact-hero, .contact-main, .contact-info-card, .contact-form-card, .modern-glass-card, .modern-contact-form, .modern-contact-item, .modern-divider, .modern-pill-social, .modern-floating-group, .modern-floating-input, .modern-floating-label, .modern-submit-btn {
  font-family: var(--bs-body-font-family, 'GT Walsheim', 'Noto Sans', Arial, sans-serif);
  color: var(--bs-body-color, #747579);
  font-size: var(--bs-body-font-size, 1rem);
}

.hero-title, .card-title, .section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--bs-heading-color, #1f75d8);
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.hero-title {
  font-size: 2.5rem;
  color: var(--bs-heading-color, #1f75d8);
  text-shadow: 0 0 24px rgba(19,41,104,.06);
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .card-title, .section-title {
    font-size: 2rem;
  }
}

.hero-subtitle, .card-subtitle, .section-subtitle {
  color: var(--bs-secondary-color, #425486) !important;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto 1.5rem auto;
}

p, .contact-value, .contact-link, .form-label, .modern-floating-label, .invalid-feedback {
  color: var(--bs-body-color, #747579);
  font-size: 0.98rem;
  font-family: var(--bs-body-font-family, 'GT Walsheim', 'Noto Sans', Arial, sans-serif);
}

.form-label, .modern-floating-label {
  color: var(--bs-secondary-color, #425486);
  font-size: 0.95rem;
  font-weight: 500;
}

input, textarea, .form-control, .modern-floating-input {
  font-size: 1rem;
  color: var(--bs-body-color, #747579);
  font-family: var(--bs-body-font-family, 'GT Walsheim', 'Noto Sans', Arial, sans-serif);
}

.contact-label, .contact-info-card h6, .contact-info-card .contact-label {
  color: var(--bs-heading-color, #1f75d8);
  font-size: 1rem;
  font-weight: 600;
}

.card-header, .contact-info-card .card-header, .contact-form-card .card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: var(--bs-heading-color, #1f75d8);
}

.contact-info-card, .contact-form-card, .modern-glass-card {
  color: var(--bs-body-color, #747579);
  font-size: 1rem;
}

.social-link, .modern-pill-social {
  color: var(--bs-primary, #1f75d8);
  font-size: 1.1rem;
}

.social-link:hover, .modern-pill-social:hover {
  color: #fff !important;
}

.form-actions .modern-submit-btn {
  font-size: 1.1rem;
  font-weight: 600;
}

.invalid-feedback {
  color: #e53e3e;
  font-size: 0.92rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  .card-title, .section-title {
    font-size: 1.3rem;
  }
  .hero-subtitle, .card-subtitle, .section-subtitle {
    font-size: 0.9rem;
  }
  p, .contact-value, .contact-link, .form-label, .modern-floating-label {
    font-size: 0.95rem;
  }
}

[data-bs-theme="dark"] .journey-compact {
    background: #34495e;
}

[data-bs-theme="dark"] .help-content-compact {
    background: #34495e;
}

[data-bs-theme="dark"] .booking-form-compact  {
    background: #34495e;
    border-color: rgba(255, 255, 255, 0.1);
    color: #ecf0f1;
}

[data-bs-theme="dark"] .action-btn-compact.secondary {
    background: #34495e;
    color: #667eea;
    border-color: #667eea;
}

/* ========================================
   MODERN PROFESSIONAL BOOKING PAGE STYLES
   ======================================== */

/* Modern Hero Section */
.booking-hero-modern {
    background: linear-gradient(135deg, #667eea 0%, #1f75d8 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.booking-hero-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.booking-hero-content-modern {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.hero-icon-modern {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-icon-modern i {
    font-size: 2rem;
    color: white;
}

.booking-hero-modern h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #ffffff, #f0f8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.booking-hero-modern p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
}

/* Modern Container */
.booking-container-modern {
    margin-top: -2rem;
    position: relative;
    z-index: 10;
}

/* Modern Card */
.booking-card-modern {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: all 0.3s ease;
}

.booking-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

/* Modern Form */
.booking-form-modern {
    padding: 2.5rem;
}

.form-header-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f8f9fa;
}

.form-icon-modern {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.form-title-modern h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f75d8;
    margin: 0 0 0.5rem 0;
}

.form-title-modern p {
    color: #6c757d;
    margin: 0;
    font-size: 0.9rem;
}

.form-group-modern {
    margin-bottom: 1.5rem;
}

.form-label-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1f75d8;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.form-label-modern i {
    color: #667eea;
    font-size: 0.8rem;
}

.form-input-modern {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-input-modern:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: white;
}

.form-input-modern::placeholder {
    color: #adb5bd;
}

.error-message {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.alert-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.alert-modern.error {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

.alert-modern i {
    font-size: 1.1rem;
}

/* Modern Buttons */
.btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

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

.btn-modern.primary {
    background: linear-gradient(135deg, #667eea, #1f75d8);
    color: white;
    width: 100%;
}

.btn-modern.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    color: white;
}

.btn-modern.secondary {
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
}

.btn-modern.secondary:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

/* Modern Booking Details */
.booking-details-modern {
    padding: 2.5rem;
}

.success-header-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.success-icon-modern {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.success-content-modern h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.success-content-modern p {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

/* Modern Info Section */
.info-section-modern {
    margin-bottom: 2rem;
}

.info-card-modern {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

.info-header-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.info-header-modern i {
    color: #667eea;
    font-size: 1.25rem;
}

.info-header-modern h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

.info-grid-modern {
    display: grid;
    gap: 1rem;
}

.info-item-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}

.info-label-modern {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.info-value-modern {
    color: #1f75d8;
    font-weight: 600;
    font-size: 0.95rem;
}

.info-value-modern.price {
    color: #28a745;
    font-size: 1.1rem;
}

/* Modern Journey Section */
.journey-section-modern {
    margin-bottom: 2rem;
}

.journey-card-modern {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

.journey-header-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.journey-header-modern i {
    color: #667eea;
    font-size: 1.25rem;
}

.journey-header-modern h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

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

.route-point-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.point-icon-modern {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.point-details-modern {
    display: flex;
    flex-direction: column;
}

.point-label-modern {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.point-value-modern {
    color: #1f75d8;
    font-weight: 600;
    font-size: 0.95rem;
}

.route-line-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
    position: relative;
    margin: 0 1rem;
}

.line-modern {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #1f75d8);
    margin: 0 0.5rem;
}

.route-line-modern i {
    color: #667eea;
    font-size: 1.25rem;
    background: white;
    padding: 0.25rem;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.journey-time-modern {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.time-item-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.time-item-modern i {
    color: #667eea;
}

/* Modern Passengers Section */
.passengers-section-modern {
    margin-bottom: 2rem;
}

.passengers-card-modern {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

.passengers-header-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.passengers-header-modern i {
    color: #667eea;
    font-size: 1.25rem;
}

.passengers-header-modern h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0;
}

.passengers-list-modern {
    display: grid;
    gap: 1rem;
}

.passenger-item-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.passenger-item-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.passenger-info-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.passenger-avatar-modern {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.passenger-details-modern {
    display: flex;
    flex-direction: column;
}

.passenger-name-modern {
    color: #1f75d8;
    font-weight: 600;
    font-size: 0.95rem;
}

.passenger-contact-modern {
    color: #6c757d;
    font-size: 0.8rem;
}

.passenger-seat-modern {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.seat-label-modern {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seat-number-modern {
    color: #667eea;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Modern Actions Section */
.actions-section-modern {
    margin-bottom: 1rem;
}

.actions-grid-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Modern Help Section */
.help-section-modern {
    margin-top: 1.5rem;
}

.help-card-modern {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
}

.help-content-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.help-icon-modern {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #1f75d8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.help-text-modern {
    flex: 1;
}

.help-text-modern h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1f75d8;
    margin: 0 0 0.25rem 0;
}

.help-text-modern p {
    color: #6c757d;
    font-size: 0.85rem;
    margin: 0;
}

.help-actions-modern {
    display: flex;
    gap: 0.75rem;
}

.help-link-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #667eea;
    transition: all 0.3s ease;
}

.help-link-modern:hover {
    background: #667eea;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(102, 126, 234, 0.3);
}

/* Responsive Design for Modern Booking */
@media (max-width: 768px) {
    .booking-hero-modern h1 {
        font-size: 2.5rem;
    }
    
    .booking-form-modern,
    .booking-details-modern {
        padding: 2rem 1.5rem;
    }
    
    .form-header-modern {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .journey-route-modern {
        flex-direction: column;
        gap: 1rem;
    }
    
    .route-line-modern {
        transform: rotate(90deg);
        margin: 1rem 0;
    }
    
    .journey-time-modern {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .actions-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .help-content-modern {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .help-actions-modern {
        justify-content: center;
    }
    
    .passenger-item-modern {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .passenger-seat-modern {
        align-items: flex-start;
        text-align: left;
    }
}

/* Dark Mode Support for Modern Booking */
[data-bs-theme="dark"] .booking-card-modern {
    background: #1f75d8;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .info-card-modern,
[data-bs-theme="dark"] .journey-card-modern,
[data-bs-theme="dark"] .passengers-card-modern,
[data-bs-theme="dark"] .help-card-modern {
    background: #34495e;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .passenger-item-modern {
    background: #3a4a5c;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .form-title-modern h2,
[data-bs-theme="dark"] .info-header-modern h4,
[data-bs-theme="dark"] .journey-header-modern h4,
[data-bs-theme="dark"] .passengers-header-modern h4,
[data-bs-theme="dark"] .help-text-modern h5 {
    color: #ecf0f1;
}

[data-bs-theme="dark"] .info-value-modern,
[data-bs-theme="dark"] .point-value-modern,
[data-bs-theme="dark"] .passenger-name-modern {
    color: #ecf0f1;
}

[data-bs-theme="dark"] .info-label-modern,
[data-bs-theme="dark"] .point-label-modern,
[data-bs-theme="dark"] .passenger-contact-modern,
[data-bs-theme="dark"] .seat-label-modern,
[data-bs-theme="dark"] .form-title-modern p,
[data-bs-theme="dark"] .help-text-modern p {
    color: #bdc3c7;
}

[data-bs-theme="dark"] .form-input-modern {
    background: #34495e;
    border-color: rgba(255, 255, 255, 0.1);
    color: #ecf0f1;
}

[data-bs-theme="dark"] .form-input-modern:focus {
    background: #3a4a5c;
    border-color: #667eea;
}

[data-bs-theme="dark"] .btn-modern.secondary {
    background: #34495e;
    color: #667eea;
    border-color: #667eea;
}

[data-bs-theme="dark"] .help-link-modern {
    background: #34495e;
    color: #667eea;
    border-color: #667eea;
}

/* === My Bids Page Styles (moved from my-bids.blade.php) === */
:root {
    --primary: #1f75d8;
    --primary-dark: #5a3a7a;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
}
.bid-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.75rem;
    background: white;
    border: 1px solid var(--gray-300);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    margin-bottom: 1rem;
}
.bid-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(118, 75, 162, 0.1) !important;
    border-color: #1f75d8;
}
.agency-logo {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--gray-300);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 0.75rem;
}
.price-tag {
    font-size: 1rem;
    font-weight: 600;
    color: #1f75d8;
}
.original-price {
    font-size: 0.75rem;
    text-decoration: line-through;
    color: var(--gray-600);
}
.route-line {
    position: relative;
    padding-left: 1.5rem;
}
.route-line::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gray-300);
}
.route-dot {
    position: absolute;
    left: 0.25rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #1f75d8;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #1f75d8;
}
.route-dot.start { top: 0.25rem; }
.route-dot.end { bottom: 0.25rem; }
.date-badge {
    background: var(--gray-300);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    color: var(--gray-700);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
.date-badge i { 
    color: #1f75d8; 
    font-size: 0.75rem;
}
.empty-state {
    text-align: center;
    padding: 2rem 1rem;
}
.empty-state i {
    font-size: 2rem;
    color: var(--gray-300);
    margin-bottom: 0.75rem;
}
.badge { 
    border-radius: 4px; 
    font-size: 0.75rem;
}
.message-box {
    background-color: var(--gray-300);
    border-radius: 6px;
    padding: 8px;
    font-size: 0.75rem;
}
.btn-primary {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: linear-gradient(135deg, #1f75d8 0%, #5a3a7a 100%);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    color: #fff;
    box-shadow: 0 1px 4px rgba(118, 75, 162, 0.1);
}
.btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(135deg, #5a3a7a 0%, #1f75d8 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(118, 75, 162, 0.2);
}
.btn-danger {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}
.btn-sm {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}
h1, h2, h3, h4, h5, h6 {
    color: #1f75d8;
}
.text-muted {
    color: var(--gray-600) !important;
}
.modal-title {
    color: #1f75d8 !important;
}

/* === Settings Page Styles (moved from settings.blade.php) === */
.settings-card {
    border-radius: 0.75rem;
    border: 1px solid var(--gray-300);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.settings-card:hover {
    box-shadow: 0 4px 12px rgba(118, 75, 162, 0.1);
    border-color: #1f75d8;
}
.card-header {
    /* background-color: var(--gray-300);
    border-bottom: 1px solid var(--gray-300) !important;
    padding: 0.75rem 1rem; */
}
.card-header-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.card-body {
    padding: 1rem;
}
.form-check-label {
    font-size: 0.875rem;
    color: var(--gray-700);
    line-height: 1.4;
}
.form-check-input {
    border-color: var(--gray-300);
}
.form-check-input:checked {
    background-color: #1f75d8;
    border-color: #1f75d8;
}

.btn-primary {
    background: linear-gradient(135deg, #1f75d8 0%, #5a3a7a 100%);
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    color: #fff;
    box-shadow: 0 1px 4px rgba(118, 75, 162, 0.1);
}
.btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(135deg, #5a3a7a 0%, #1f75d8 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(118, 75, 162, 0.2);
}
.btn-outline-secondary {
    border-color: var(--gray-300);
    color: var(--gray-600);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}
.btn-outline-secondary:hover {
    background-color: var(--gray-300);
    border-color: var(--gray-300);
    color: var(--gray-700);
}
.btn-danger {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}
.btn-sm {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}
h5, h6 {
    color: #1f75d8;
    font-weight: 600;
}
.form-label {
    color: var(--gray-600);
    font-size: 0.875rem;
}
p {
    color: var(--gray-600);
    font-size: 0.875rem;
}
.small {
    font-size: 0.875rem;
}
@media (max-width: 768px) {
    .card-body {
        padding: 0.75rem;
    }
    .card-header {
        padding: 0.5rem 0.75rem;
    }
    .form-check-label {
        font-size: 0.8rem;
    }
}

/* === Ticket Resales Page Styles (from index.blade.php) === */
:root {
    --primary: #6366f1;
    --primary-dark: #4f46e5;
    --primary-light: #a5b4fc;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ticket-card {
    transition: all 0.2s ease;
    border-radius: 0.75rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}
.ticket-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
}
.agency-logo {
    transition: transform 0.2s ease;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid var(--gray-200);
}
.agency-logo:hover {
    transform: scale(1.05);
    border-color: var(--primary-light);
}
.status-badge {
    padding: 0.375rem 0.75rem;
    border-radius: 1.5rem;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.status-badge.bg-success {
    background: linear-gradient(135deg, var(--success) 0%, #059669 100%) !important;
    color: var(--white);
    box-shadow: var(--shadow-sm);
}
.status-badge.bg-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
    color: var(--white);
    box-shadow: var(--shadow-sm);
}
.status-badge.bg-secondary {
    background: linear-gradient(135deg, var(--gray-500) 0%, var(--gray-600) 100%) !important;
    color: var(--white);
    box-shadow: var(--shadow-sm);
}
.filter-card {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
    border: 1px solid var(--gray-200);
    border-radius: 0.75rem;
    box-shadow: var(--shadow-sm);
    transition: all 0.2s ease;
}
.filter-card:hover {
    box-shadow: var(--shadow);
    border-color: var(--primary-light);
}
.quick-filters {
    display: flex;
    gap: 0.375rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
    align-items: center;
}
.quick-filter-btn {
    padding: 0.375rem 0.75rem;
    border-radius: 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
    background: var(--white);
    border: 1px solid var(--gray-200);
    color: var(--gray-600);
    text-decoration: none;
    display: inline-block;
}
.quick-filter-btn:hover, .quick-filter-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}
.sort-dropdown {
    min-width: 180px;
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-md);
}
.sort-dropdown .dropdown-item {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--gray-700);
    transition: all 0.2s ease;
}
.sort-dropdown .dropdown-item:hover {
    background-color: var(--gray-50);
    color: var(--gray-900);
}
.sort-dropdown .dropdown-item.active {
    background-color: var(--primary);
    color: var(--white);
}
.stats-card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-radius: 0.75rem;
    padding: 1.25rem;
    margin-bottom: 0.75rem;
    box-shadow: var(--shadow);
    border: none;
}
.stats-card .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}
.stats-card .stat-label {
    font-size: 0.75rem;
    opacity: 0.9;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.date-badge {
    background: var(--gray-100);
    padding: 0.375rem 0.75rem;
    border-radius: 1.5rem;
    font-size: 0.75rem;
    color: var(--gray-600);
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-weight: 500;
}
.date-badge i {
    color: var(--primary);
    font-size: 0.875rem;
}
.bid-count {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: var(--primary);
    color: var(--white);
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    box-shadow: var(--shadow-sm);
}
@media (max-width: 768px) {
    .quick-filters {
        flex-direction: column;
        align-items: stretch;
    }
    .quick-filter-btn {
        text-align: center;
    }
    .stats-card .stat-value {
        font-size: 1.25rem;
    }
    .ticket-card {
        margin-bottom: 1rem;
    }
}

/* Modern Stat Cards for Ticket Resales */
.stats-cards-row {
    margin-bottom: 2rem;
}
.stat-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(99,102,241,0.07);
    padding: 1.5rem 1.25rem;
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 110px;
}
.stat-card:hover {
    box-shadow: 0 8px 32px rgba(99,102,241,0.13);
    transform: translateY(-2px) scale(1.02);
}
.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    box-shadow: 0 2px 8px rgba(99,102,241,0.12);
}
.stat-listings .stat-icon,
.stat-bids .stat-icon {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
}
.stat-price .stat-icon {
    background: linear-gradient(135deg, #10b981, #34d399);
}
.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}
.stat-label {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
@media (max-width: 768px) {
    .stat-card { flex-direction: column; align-items: flex-start; padding: 1rem; }
    .stat-value { font-size: 1.4rem; }
    .stat-icon { width: 40px; height: 40px; font-size: 1.2rem; }
}

/* Modern Ticket Cards */
.modern-ticket-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
}

.modern-ticket-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e2e8f0;
}

.bid-indicator {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.bid-indicator i {
    font-size: 0.7rem;
}

.card-header-section {
    padding: 20px 20px 16px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.agency-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.agency-logo-modern {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #f1f5f9;
    background: #f8fafc;
}

.agency-details {
    flex: 1;
    min-width: 0;
}

.agency-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.booking-ref {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.status-indicator {
    flex-shrink: 0;
}

.status-badge-modern {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge-modern.status-active {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
}

.status-badge-modern.status-sold {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
}

.status-badge-modern.status-expired {
    background: linear-gradient(135deg, #6b7280, #9ca3af);
    color: white;
}

.route-section {
    padding: 20px;
}

.route-points {
    display: flex;
    align-items: center;
    gap: 16px;
}

.route-point {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.point-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.point-details {
    flex: 1;
    min-width: 0;
}

.point-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 2px 0;
    line-height: 1.3;
}

.point-time {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.route-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.connector-line {
    width: 2px;
    height: 24px;
    background: linear-gradient(to bottom, #6366f1, #4f46e5);
    border-radius: 1px;
}

.route-connector i {
    color: #6366f1;
    font-size: 0.8rem;
}

.journey-date {
    padding: 0 20px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 500;
}

.journey-date i {
    color: #6366f1;
    font-size: 0.9rem;
}

.price-section {
    padding: 16px 20px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.price-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.current-price, .original-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.price-label {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.original-amount {
    font-size: 1rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: line-through;
    line-height: 1.2;
}

.original-label {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-actions {
    padding: 16px 20px 20px;
}

.view-details-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.view-details-btn:hover {
    background: linear-gradient(135deg, #4f46e5, #4338ca);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4);
    color: white;
    text-decoration: none;
}

.view-details-btn i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.view-details-btn:hover i {
    transform: translateX(2px);
}

.empty-state-modern {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 2px dashed #e2e8f0;
}

.empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.empty-icon i {
    font-size: 2rem;
    color: #94a3b8;
}

.empty-state-modern h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.empty-state-modern p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

@media (max-width: 768px) {
    .modern-ticket-card {
        border-radius: 12px;
    }
    
    .card-header-section {
        padding: 16px;
    }
    
    .route-section {
        padding: 16px;
    }
    
    .route-points {
        gap: 12px;
    }
    
    .point-icon {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }
    
    .point-name {
        font-size: 0.85rem;
    }
    
    .point-time {
        font-size: 0.75rem;
    }
    
    .price-section {
        padding: 12px 16px;
    }
    
    .price-amount {
        font-size: 1.2rem;
    }
    
    .card-actions {
        padding: 12px 16px 16px;
    }
    
    .view-details-btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
}

/* Simple Modern Ticket Cards */
.simple-ticket-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    transition: all 0.2s ease;
    position: relative;
    height: 100%;
}

.simple-ticket-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #d1d5db;
}

.bid-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #6366f1;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

.agency-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.agency-logo-simple {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.agency-text h6 {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
}

.agency-text span {
    font-size: 0.75rem;
    color: #6b7280;
}

.route-simple {
    margin-bottom: 1rem;
}

.route-line-simple {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.route-point-simple {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.location {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1f2937;
}

.time {
    font-size: 0.75rem;
    color: #6b7280;
}

.route-arrow {
    color: #9ca3af;
    font-size: 0.875rem;
}

.date-simple {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.25rem;
    padding: 0.5rem 0;
    border-top: 1px solid #f3f4f6;
}

.card-footer-simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.price-simple {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.main-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.original-price-simple {
    font-size: 0.75rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.action-simple {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.status-simple {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-simple.status-active {
    background: #dcfce7;
    color: #166534;
}

.status-simple.status-sold {
    background: #fef3c7;
    color: #92400e;
}

.status-simple.status-expired {
    background: #fee2e2;
    color: #991b1b;
}

.view-btn-simple {
    background: #6366f1;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.2s ease;
}

.view-btn-simple:hover {
    background: #4f46e5;
    color: white;
}

.empty-simple {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
}

.empty-simple i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #d1d5db;
}

.empty-simple h4 {
    margin-bottom: 0.5rem;
    color: #374151;
}

.empty-simple p {
    margin: 0;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .simple-ticket-card {
        padding: 1rem;
    }
    
    .agency-section {
        margin-bottom: 1rem;
    }
    
    .route-line-simple {
        gap: 0.5rem;
    }
    
    .location {
        font-size: 0.8rem;
    }
    
    .time {
        font-size: 0.7rem;
    }
    
    .main-price {
        font-size: 1.1rem;
    }
    
    .action-simple {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .view-btn-simple {
        text-align: center;
    }
}

/* Simple Bid Cards */
.simple-bid-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    transition: all 0.2s ease;
    position: relative;
    height: 100%;
}

.simple-bid-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #d1d5db;
}

.bid-status-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    color: white;
}

.bid-status-badge.status-pending {
    background: #f59e0b;
}

.bid-status-badge.status-accepted {
    background: #10b981;
}

.bid-status-badge.status-rejected {
    background: #ef4444;
}

.bid-message {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 0.75rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.bid-message i {
    color: #6366f1;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.time-badge {
    background: #f3f4f6;
    color: #6b7280;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.time-badge i {
    font-size: 0.7rem;
}

.cancel-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.cancel-btn-simple {
    background: #fee2e2;
    color: #991b1b;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
}

.cancel-btn-simple:hover {
    background: #fecaca;
    color: #7f1d1d;
}

.cancel-btn-simple i {
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .simple-bid-card {
        padding: 1rem;
    }
    
    .bid-message {
        padding: 0.5rem;
        font-size: 0.8rem;
    }
    
    .cancel-btn-simple {
        padding: 0.75rem 1rem;
        font-size: 0.8rem;
    }
}
/* Modern Ticket Resale Detail Page Styles */
.simple-detail-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    position: relative;
}

.simple-detail-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.description-section {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.description-section h6 {
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.description-section p {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

.action-section {
    margin-top: 1.5rem;
}

.action-section .btn {
    background: #3b82f6;
    border: none;
    border-radius: 8px;
    padding: 0.875rem 1.5rem;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    color: white;
}

.action-section .btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.simple-bids-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.bids-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.bids-header h6 {
    color: #111827;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.empty-bids {
    text-align: center;
    padding: 2rem 1rem;
    color: #9ca3af;
}

.empty-bids i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    opacity: 0.5;
}

.empty-bids p {
    margin: 0;
    font-size: 0.9rem;
}

.bids-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.simple-bid-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.2s ease;
    position: relative;
}

.simple-bid-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.simple-bid-item.accepted-bid {
    border-color: #10b981;
    background: #f0fdf4;
}

.bid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.bid-user {
    font-weight: 500;
    color: #111827;
    font-size: 0.9rem;
}

.bid-status {
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.bid-status.status-pending {
    background: #fef3c7;
    color: #92400e;
}

.bid-status.status-accepted {
    background: #d1fae5;
    color: #065f46;
}

.bid-status.status-rejected {
    background: #fee2e2;
    color: #991b1b;
}

.bid-amount {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.bid-message {
    background: #f9fafb;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}

.bid-time {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-bottom: 0.75rem;
}

.winner-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #fbbf24;
    color: #92400e;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.winner-badge i {
    color: #92400e;
}

.details-section {
    margin-top: 1.5rem;
}

.price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.price-main, .price-original {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.price-label, .original-label {
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 0.375rem;
    font-weight: 500;
}

.price-amount {
    font-size: 1.375rem;
    font-weight: 600;
    color: #111827;
}

.original-amount {
    font-size: 1rem;
    font-weight: 500;
    color: #9ca3af;
    text-decoration: line-through;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.info-item:hover {
    background: #f3f4f6;
}

.info-label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.info-value {
    font-size: 0.875rem;
    color: #111827;
    font-weight: 500;
}

/* Modern Modal Styles */
.modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.modal-header {
    background: #f9fafb;
    color: #111827;
    border: none;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-title {
    font-weight: 600;
    font-size: 1.125rem;
}

.modal-body {
    padding: 2rem;
}

.quick-bid-btn {
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-weight: 500;
    color: #374151;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.quick-bid-btn:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
    transform: translateY(-1px);
}


.input-group-text {
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 8px 0 0 8px;
    color: #6b7280;
    font-weight: 500;
}

.form-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .simple-detail-card,
    .simple-bids-card {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .price-info {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .modal-body {
        padding: 1.5rem;
    }
    
    .quick-bid-btn {
        padding: 0.625rem 0.875rem;
        font-size: 0.8rem;
    }
}

/* Dark Mode Support */
[data-bs-theme="dark"] .simple-detail-card,
[data-bs-theme="dark"] .simple-bids-card {
    background: #1f2937;
    border-color: #374151;
}

[data-bs-theme="dark"] .description-section {
    background: #111827;
    border-color: #374151;
}

[data-bs-theme="dark"] .simple-bid-item {
    background: #1f2937;
    border-color: #374151;
}

[data-bs-theme="dark"] .price-info,
[data-bs-theme="dark"] .info-item {
    background: #111827;
    border-color: #374151;
}

[data-bs-theme="dark"] .bid-message {
    background: #111827;
    color: #d1d5db;
}

[data-bs-theme="dark"]  {
    background: #1f2937;
    border-color: #4b5563;
    color: #f9fafb;
}

[data-bs-theme="dark"] {
    border-color: #3b82f6;
    background: #1f2937;
}

[data-bs-theme="dark"] .input-group-text {
    background: #111827;
    border-color: #4b5563;
    color: #d1d5db;
}

[data-bs-theme="dark"] .quick-bid-btn {
    background: #1f2937;
    border-color: #4b5563;
    color: #f9fafb;
}

[data-bs-theme="dark"] .quick-bid-btn:hover {
    background: #3b82f6;
    color: white;
}

[data-bs-theme="dark"] .modal-header {
    background: #111827;
    border-color: #374151;
    color: #f9fafb;
}

/* Simple Travel Type Toggle */
.travel-type-simple {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.travel-type-toggle-simple {
    display: flex;
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.25rem;
    border: 1px solid #e2e8f0;
    gap: 0.25rem;
}

.toggle-btn-simple {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    border-radius: 6px;
    color: #64748b;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.toggle-btn-simple i {
    font-size: 1rem;
}

.toggle-btn-simple:hover {
    background: rgba(125, 51, 245, 0.08);
    color: #1f75d8;
}

.toggle-btn-simple.active {
    background: #1f75d8;
    color: white;
}

.toggle-btn-simple.active:hover {
    background: #6a2ce8;
    color: white;
}

/* Return date group styling */
.return-date-group {
    transition: all 0.3s ease;
}

.return-date-group.muted {
    opacity: 0.5;
    pointer-events: none;
}

.return-date-group.muted .modern-pill-input {
    color: #9ca3af;
    cursor: not-allowed;
}

.return-date-group.muted .modern-pill-label {
    color: #9ca3af;
}

.return-date-group.muted .modern-pill-icon {
    color: #9ca3af;
}

/* Error message styling */
.search-error {
    margin-bottom: 1rem;
    animation: slideInDown 0.3s ease;
}

.error-message {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.9rem;
    font-weight: 500;
}

.error-message i {
    font-size: 1rem;
    flex-shrink: 0;
}

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

/* Responsive design for simple travel type toggle */
@media (max-width: 768px) {
    .travel-type-toggle-simple {
        width: 100%;
        max-width: 280px;
    }
    
    .toggle-btn-simple {
        flex: 1;
        justify-content: center;
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
    
    .toggle-btn-simple span {
        display: none;
    }
    
    .toggle-btn-simple i {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .travel-type-simple {
        margin-bottom: 0.75rem;
    }
    
    .toggle-btn-simple {
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
    }
}

/* Dark theme support */
[data-bs-theme="dark"] .travel-type-toggle-simple {
    background: #1e293b;
    border-color: #475569;
}

[data-bs-theme="dark"] .toggle-btn-simple {
    color: #94a3b8;
}

[data-bs-theme="dark"] .toggle-btn-simple:hover {
    background: rgba(125, 51, 245, 0.15);
    color: #a78bfa;
}

[data-bs-theme="dark"] .toggle-btn-simple.active {
    background: #1f75d8;
    color: white;
}

/* Dark theme support for muted return date */
[data-bs-theme="dark"] .return-date-group.muted {
    opacity: 0.4;
}

[data-bs-theme="dark"] .return-date-group.muted .modern-pill-input,
[data-bs-theme="dark"] .return-date-group.muted .modern-pill-label,
[data-bs-theme="dark"] .return-date-group.muted .modern-pill-icon {
    color: #6b7280;
}

/* Dark theme support for error messages */
[data-bs-theme="dark"] .error-message {
    background: #1f2937;
    border-color: #dc2626;
    color: #fca5a5;
}

/* Modern Schedule Section Styles */
.schedule-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.schedule-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.schedule-header {
    position: relative;
    z-index: 2;
}

.schedule-header .section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.schedule-grid {
    display: grid;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.modern-schedule-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(19, 41, 104, 0.06);
    position: relative;
}

.modern-schedule-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1f75d8, #198754);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.modern-schedule-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.modern-schedule-card:hover::before {
    transform: scaleX(1);
}

.schedule-card-header {
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.route-visualization {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.route-point {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.route-point.origin {
    justify-content: flex-start;
}

.route-point.destination {
    justify-content: flex-end;
}

.point-marker {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    position: relative;
    z-index: 2;
}

.route-point.origin .point-marker {
    background: linear-gradient(135deg, #198754, #20c997);
    color: white;
    box-shadow: 0 4px 16px rgba(25, 135, 84, 0.3);
}

.route-point.destination .point-marker {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
    color: white;
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.3);
}

.point-details {
    flex: 1;
}

.point-label {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.point-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f75d8;
    margin-bottom: 0.25rem;
}

.point-time {
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
}

.route-connection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex: 2;
    position: relative;
}

.connection-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #e9ecef 0%, #dee2e6 100%);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.line-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #198754, #dc3545);
    border-radius: 2px;
    transition: width 2s ease-in-out;
}

.modern-schedule-card:hover .line-progress {
    width: 100%;
}

.bus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f75d8;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: busMove 3s ease-in-out infinite;
}

@keyframes busMove {
    0%, 100% { transform: translate(-50%, -50%) translateX(-10px); }
    50% { transform: translate(-50%, -50%) translateX(10px); }
}

.journey-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.duration-badge {
    background: linear-gradient(135deg, #1f75d8, #0d1b44);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(19, 41, 104, 0.2);
}

.route-type {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.schedule-card-body {
    padding: 1.5rem 2rem 2rem;
    background: white;
}

.schedule-features {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #f8f9fa;
    border-radius: 12px;
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.feature-item i {
    color: #1f75d8;
    font-size: 1rem;
}

.schedule-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.price-display {
    text-align: center;
}

.price-amount {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.currency {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

.amount {
    font-size: 2rem;
    font-weight: 700;
    color: #1f75d8;
    line-height: 1;
}

.price-label {
    font-size: 0.875rem;
    color: #6c757d;
}

.action-buttons {
    display: flex;
    gap: 0.75rem;
}

.btn-book {
    background: linear-gradient(135deg, #1f75d8, #0d1b44);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-book:hover {
    background: linear-gradient(135deg, #0d1b44, #1f75d8);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(19, 41, 104, 0.3);
}

.btn-details {
    border: 2px solid #dee2e6;
    background: white;
    color: #495057;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-details:hover {
    border-color: #1f75d8;
    color: #1f75d8;
    background: #f8f9fa;
    transform: translateY(-2px);
}

.schedule-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.working-hours-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(19, 41, 104, 0.06);
}

.working-hours-header {
    background: linear-gradient(135deg, #1f75d8 0%, #0d1b44 100%);
    color: white;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.working-hours-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

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

.header-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.75rem;
    backdrop-filter: blur(10px);
}

.working-hours-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    position: relative;
    z-index: 1;
}

.working-hours-subtitle {
    font-size: 0.875rem;
    opacity: 0.8;
    margin: 0;
    position: relative;
    z-index: 1;
}

.working-hours-list {
    padding: 1.5rem;
}

.working-hours-item {
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 0.75rem;
    background: #f8f9fa;
    border: 1px solid rgba(19, 41, 104, 0.06);
}

.working-hours-item:last-child {
    margin-bottom: 0;
}

.working-hours-item:hover {
    background: #e9ecef;
    transform: translateX(4px);
}

.working-hours-item.current-day {
    background: linear-gradient(135deg, #1f75d8, #0d1b44);
    color: white;
    box-shadow: 0 4px 16px rgba(19, 41, 104, 0.2);
}

.day-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.day-name {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}

.day-name i {
    font-size: 1.1rem;
}

.today-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.hours {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.hours.closed {
    color: #dc3545;
}

.schedule-stats-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(19, 41, 104, 0.06);
}

.stats-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.stats-header h4 {
    color: #1f75d8;
    font-weight: 700;
    margin: 0;
}

.stats-grid {
    display: grid;
    gap: 1rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

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

.stat-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1f75d8, #0d1b44);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.stat-content {
    flex: 1;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f75d8;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(19, 41, 104, 0.06);
    text-align: center;
}

.contact-header {
    margin-bottom: 1.5rem;
}

.contact-header h4 {
    color: #1f75d8;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.contact-header p {
    color: #6c757d;
    margin: 0;
    font-size: 0.875rem;
}

.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-contact, .btn-call {
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-contact {
    background: linear-gradient(135deg, #1f75d8, #0d1b44);
    border: none;
    color: white;
}

.btn-contact:hover {
    background: linear-gradient(135deg, #0d1b44, #1f75d8);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(19, 41, 104, 0.3);
    color: white;
}

.btn-call {
    border: 2px solid #1f75d8;
    background: white;
    color: #1f75d8;
}

.btn-call:hover {
    background: #1f75d8;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(19, 41, 104, 0.3);
}

/* Responsive Design for Modern Schedule */
@media (max-width: 991.98px) {
    .route-visualization {
        flex-direction: column;
        gap: 1rem;
    }
    
    .route-connection {
        flex-direction: row;
        width: 100%;
    }
    
    .connection-line {
        height: 2px;
    }
    
    .schedule-actions {
        flex-direction: column;
        gap: 1rem;
    }
    
    .action-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .schedule-sidebar {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .schedule-section {
        padding: 2rem 0;
    }
    
    .modern-schedule-card {
        margin-bottom: 1rem;
    }
    
    .schedule-card-header {
        padding: 1.5rem;
    }
    
    .schedule-card-body {
        padding: 1rem 1.5rem 1.5rem;
    }
    
    .route-point {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .point-marker {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .point-name {
        font-size: 1rem;
    }
    
    .schedule-features {
        justify-content: center;
    }
    
    .feature-item {
        font-size: 0.75rem;
        padding: 0.375rem 0.5rem;
    }
    
    .amount {
        font-size: 1.5rem;
    }
    
    .btn-book, .btn-details {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
    }
    
    .working-hours-header {
        padding: 1.5rem;
    }
    
    .header-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
    
    .working-hours-title {
        font-size: 1.25rem;
    }
    
    .day-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .stat-item {
        padding: 0.75rem;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .stat-value {
        font-size: 1.25rem;
    }
}

/* Dark Mode Support for Modern Schedule */
[data-bs-theme="dark"] .schedule-section {
    background: linear-gradient(135deg, #1a1d20 0%, #0d1117 100%);
}

[data-bs-theme="dark"] .modern-schedule-card {
    background: #1a1d20;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .schedule-card-header {
    background: linear-gradient(135deg, #1a1d20 0%, #0d1117 100%);
}

[data-bs-theme="dark"] .point-name {
    color: #e9ecef;
}

[data-bs-theme="dark"] .point-time {
    color: #adb5bd;
}

[data-bs-theme="dark"] .connection-line {
    background: linear-gradient(90deg, #343a40 0%, #495057 100%);
}

[data-bs-theme="dark"] .feature-item {
    background: #343a40;
    color: #e9ecef;
}

[data-bs-theme="dark"] .feature-item:hover {
    background: #495057;
}

[data-bs-theme="dark"] .working-hours-card,
[data-bs-theme="dark"] .schedule-stats-card,
[data-bs-theme="dark"] .contact-card {
    background: #1a1d20;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .working-hours-item {
    background: #343a40;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .working-hours-item:hover {
    background: #495057;
}

[data-bs-theme="dark"] .stat-item {
    background: #343a40;
}

[data-bs-theme="dark"] .stat-item:hover {
    background: #495057;
}

[data-bs-theme="dark"] .btn-call {
    border-color: #1f75d8;
    color: #1f75d8;
    background: transparent;
}

[data-bs-theme="dark"] .btn-call:hover {
    background: #1f75d8;
    color: white;
}

