.overlay-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 11;
}

.overlay-thumbs .thumbnail-slider {
    justify-content: center;
}

.overlay-thumbs .thumbnail {
    width: 110px;
    height: 75px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 6px;
    background: rgba(0,0,0,0.2);
}

.overlay-thumbs .thumbnail.active {
    border-color: #ffffff;
}
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    padding-top: 70px!important;
}

/* Reservation (Rezerve) Page - Minimal Corporate Styling */
.reservation-page {
    background: #f7f8fa;
}

.reservation-page .title,
.reservation-page .subtitle {
    color: #0f172a;
}

.reservation-form .field + .field {
    margin-top: 14px;
}

.reservation-form .input,
.reservation-form .textarea,
.reservation-form .select select {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: none;
    padding: 12px 14px;
}

.reservation-form .input:focus,
.reservation-form .textarea:focus,
.reservation-form .select select:focus {
    border-color: #475569;
    box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.15);
}

.reservation-form .label {
    font-weight: 600;
    color: #334155;
}

.reservation-card-minimal {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.reservation-summary .title,
.reservation-summary .subtitle {
    color: #0f172a;
}

.reservation-summary .icon {
    color: #475569;
}

.reservation-steps .step-item .step-marker {
    background: #0ea5e9;
    color: #ffffff;
    border: none;
}

.reservation-steps .step-item.is-active .step-marker {
    background: #0369a1;
}

.reservation-steps .step-title {
    color: #334155;
    font-weight: 600;
}

.reservation-btn-primary.button.is-info {
    background-color: #0ea5e9;
    border: none;
}

.reservation-btn-primary.button.is-info:hover {
    background-color: #0284c7;
}

.reservation-note.message.is-danger {
    background: #fff1f2;
    border: 1px solid #fecdd3;
}

.reservation-note .message-body {
    color: #7f1d1d;
}

.reservation-box.message.is-link.is-light {
    background: #eef2ff;
    border: 1px solid #c7d2fe;
}

.reservation-box .help {
    color: #6b7280;
}

.reservation-totals .title.is-4 {
    color: #0f172a;
}

.reservation-totals .has-text-info {
    color: #0ea5e9 !important;
}

.reservation-table.table.is-bordered {
    border-color: #e5e7eb;
}

.reservation-table.table th,
.reservation-table.table td {
    border-color: #e5e7eb;
}

.reservation-terms .content h5.title {
    color: #0f172a;
}

.reservation-terms .content {
    color: #334155;
}

.top-header {
    background: #dc2626;
    padding: 8px 0;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.top-header a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.top-header a:hover {
    color: #fbbf24;
}

.top-header .social-links a {
    margin-right: 8px;
    font-size: 1.1rem;
}

.navbar {
    background: #C8C8C8;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 10px 0;
    transition: none;
    transform: none;
    z-index: 1030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

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

.navbar.navbar-hidden {
    transform: none !important;
    transition: none !important;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
    color: white !important;
}

.navbar-brand img,
.navbar-logo {
    max-height: 50px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.navbar-logo:hover {
    transform: scale(1.05);
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.nav-link:hover {
    color: #1e3a8a !important;
    transform: translateY(-2px);
}

.search-container {
    position: relative;
    margin: 0 15px;
}

.search-container form {
    margin: 0;
}

/* Header Search Container - Override for navbar */
.navbar .search-container {
    position: relative;
    margin: 0 15px;
}

.navbar .search-input {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 25px;
    padding: 8px 40px 8px 15px;
    color: white;
    width: 250px;
    transition: all 0.3s ease;
}

.navbar .search-input::placeholder {
    color: rgba(255,255,255,0.7);
}

.navbar .search-input:focus {
    outline: none;
    background: rgba(255,255,255,0.2);
    border-color: #fbbf24;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.3);
}

.navbar .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #dc2626;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.navbar .search-btn:hover {
    background: #b91c1c;
}

/* Ensure navbar search styles override tours-page styles */
.tours-page .navbar .search-container {
    position: relative;
    margin: 0 15px;
}

.tours-page .navbar .search-input {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 25px !important;
    padding: 8px 40px 8px 15px !important;
    color: white !important;
    width: 250px !important;
    transition: all 0.3s ease;
}

.tours-page .navbar .search-input::placeholder {
    color: rgba(255,255,255,0.7) !important;
}

.tours-page .navbar .search-input:focus {
    outline: none !important;
    background: rgba(255,255,255,0.2) !important;
    border-color: #fbbf24 !important;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.3) !important;
}

.tours-page .navbar .search-btn {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #dc2626 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    color: white !important;
    cursor: pointer;
    transition: background 0.3s ease;
}

.tours-page .navbar .search-btn:hover {
    background: #b91c1c !important;
}

.search-input {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 25px;
    padding: 8px 40px 8px 15px;
    color: white;
    width: 250px;
    transition: all 0.3s ease;
}

.search-input::placeholder {
    color: rgba(255,255,255,0.7);
}

.search-input:focus {
    outline: none;
    background: rgba(255,255,255,0.2);
    border-color: #fbbf24;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.3);
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #dc2626;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: #b91c1c;
}

.header-contact {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.phone-number {
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.phone-number:hover {
    color: #fbbf24;
}

.header-social {
    display: flex;
    gap: 8px;
}

.header-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-social a:hover {
    background: #dc2626;
    transform: translateY(-2px);
}

.navbar-toggler {
    border: 1px solid rgba(51,51,51,0.3);
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(51,51,51,0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
    .search-container {
        margin: 10px 0;
        width: 100%;
    }
    
    .search-input {
        width: 100%;
    }
    
    .header-contact {
        margin: 10px 0;
        justify-content: center;
    }
    
    .top-header {
        text-align: center;
    }
    
    .top-header .row {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .search-input {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .header-contact {
        flex-direction: column;
        gap: 10px;
    }
    
    .phone-number {
        margin-right: 0;
    }
}

.hero-carousel .carousel-item {
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-carousel .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.hero-carousel .carousel-caption {
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-decoration: none !important;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-decoration: none !important;
}

/* Remove underlines from carousel anchor elements */
.carousel-caption a {
    text-decoration: none !important;
}

.carousel-caption a:hover {
    text-decoration: none !important;
}

.carousel-caption .item {
    text-decoration: none !important;
}

.carousel-caption .item:hover {
    text-decoration: none !important;
}

.btn-hero {
    background: #dc2626;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.4);
    background: #b91c1c;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3rem;
    position: relative;
}

 

.tour-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.tour-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.tour-price {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #dc2626;
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1.1rem;
}

.tour-duration {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
}

.tour-dates {
    margin-bottom: 15px;
}

.date-selector {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.date-selector:hover {
    border-color: #1e3a8a;
    background: #e3f2fd;
}

.date-selector.active {
    border-color: #1e3a8a;
    background: #1e3a8a;
    color: white;
}

.date-selector.single-date {
    cursor: default;
}

.date-selector.single-date:hover {
    border-color: #e9ecef;
    background: #f8f9fa;
}

.other-dates {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}

.other-dates.show {
    display: block;
}

.date-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    margin: 5px 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease;
}

.date-option:hover {
    background: #1e3a8a;
    color: white;
    text-decoration: none;
}

.date-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.date-price {
    font-weight: 600;
    color: #dc2626;
    font-size: 1.1rem;
}

.date-option:hover .date-price {
    color: white;
}

.date-duration {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 2px;
}

.date-option:hover .date-duration {
    color: rgba(255,255,255,0.8);
}

.selected-date-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.date-selector.single-date .selected-date-info {
    align-items: center;
}

.date-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.date-selector.single-date .date-text {
    flex-direction: row;
    align-items: center;
}

.date-main {
    font-weight: 500;
    margin-bottom: 3px;
}

.date-selector.single-date .date-main {
    margin-bottom: 0;
}

.date-hint {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.2;
}

.date-price-selected {
    font-weight: 600;
    color: #dc2626;
    margin-left: 10px;
    flex-shrink: 0;
}

.tour-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.tour-location {
    color: #7f8c8d;
    margin-bottom: 15px;
}

.tour-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.tour-features li {
    padding: 5px 0;
    color: #34495e;
}

.tour-features i {
    color: #27ae60;
    margin-right: 8px;
}

.btn-tour {
    background: #1e3a8a;
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-tour:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

.features-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 100px 0;
}

.feature-box {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-10px);
}

.feature-icon {
    font-size: 3rem;
    color: #1e3a8a;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 50px 0 20px;
}

.footer h5 {
    color: #ecf0f1;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #ecf0f1;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1e3a8a;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #dc2626;
    transform: translateY(-3px);
}

/* Full Width Tab Section */
.full-width-tabs {
    background: #1e1e1e;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: -20px; /* Boşluğu kaldır */
}

/* Tab System Styles */
.tour-tabs {
    margin-bottom: 0;
}

.tour-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    justify-content: stretch;
    flex-wrap: nowrap;
    background: #1e1e1e;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: flex;
    width: 100%;
    border: none;
    gap: 0;
}

.tour-tabs .nav-item {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.tour-tabs .nav-link {
    border: none;
    color: #ffffff;
    background: #333333;
    font-weight: 500;
    padding: 18px 8px;
    margin: 0;
    border-radius: 0;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex: 1;
    gap: 6px;
}

.tour-tabs .nav-link:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: #2a2a2a;
}

.tour-tabs .nav-link:hover {
    color: #ffffff;
    background: #404040;
    transform: none;
    box-shadow: none;
}

.tour-tabs .nav-link.active {
    color: #ffffff;
    background: #4f7fff;
    font-weight: 600;
    transform: none;
    box-shadow: none;
    border-bottom: none;
}



.tour-tabs .nav-link i {
    margin-right: 0;
    margin-bottom: 0;
    font-size: 1.1em;
}

.tour-tabs .nav-link .tab-text {
    font-size: 0.9em;
    line-height: 1.2;
    font-weight: inherit;
}

.tab-content-wrapper {
    padding: 30px 0;
}

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

.highlight-list li {
    padding: 8px 0;
    color: #495057;
    display: flex;
    align-items: center;
}

.highlight-list li i {
    color: #1e3a8a;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

/* Timeline Styles */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline:before {
    content: none;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    background: transparent;
    border-radius: 10px;
    padding: 20px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: none;
    box-shadow: none;
}

/* Program badge and date styles to match screenshot */
.program-day-badge {
    display: inline-block;
    background: #10b981; /* green */
    color: #ffffff;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
}

.program-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 4px;
}

.program-date {
    color: #ef4444; /* red */
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-item:before { content: none; }

.timeline-day {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 10px;
}

.timeline-title {
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.timeline-content {
    color: #6c757d;
    line-height: 1.6;
}

/* Price Table Styles */
.price-table {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.price-header {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.price-header i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.price-table:first-child .price-header {
    background: #d1fae5;
    color: #065f46;
}

.price-table:last-child .price-header {
    background: #fee2e2;
    color: #991b1b;
}

.price-item {
    padding: 10px 20px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
}

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

.price-icon {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.price-icon.included {
    color: #10b981;
}

.price-icon.excluded {
    color: #ef4444;
}

/* Info Card Styles */
.info-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-left: 4px solid #1e3a8a;
}

.info-card h5 {
    color: #1e3a8a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.info-card h5 i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    padding: 8px 0;
    color: #6c757d;
    display: flex;
    align-items: flex-start;
}

.info-list li i {
    color: #1e3a8a;
    margin-right: 10px;
    margin-top: 2px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

/* Responsive Tab Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .full-width-tabs {
        padding: 0;
    }
    
    .tour-tabs .nav-tabs {
        border-radius: 0;
        padding: 0;
    }
    
    .tour-tabs .nav-link {
        padding: 15px 4px;
        margin: 0;
        border-radius: 0;
        min-height: 55px;
        gap: 4px;
    }
    
    .tour-tabs .nav-link:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 25%;
        bottom: 25%;
        width: 1px;
        background: #2a2a2a;
    }
    
    .tour-tabs .nav-link i {
        font-size: 1em;
        margin-bottom: 0;
    }
    
    .tour-tabs .nav-link .tab-text {
        font-size: 0.8em;
    }
    
    .tab-content-wrapper {
        padding: 20px 0;
    }
    
    .timeline-item {
        padding: 15px;
    }
    
    .timeline-day {
        font-size: 0.8rem;
        padding: 4px 12px;
    }
    
    .timeline-title {
        font-size: 1rem;
    }
    
    .info-card {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .full-width-tabs {
        padding: 0;
    }
    
    .tour-tabs .nav-tabs {
        border-radius: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    
    .tour-tabs .nav-item {
        flex: 1;
        min-width: calc(33.333% - 0px);
        margin: 0;
    }
    
    .tour-tabs .nav-link {
        padding: 12px 2px;
        margin: 0;
        border-radius: 0;
        min-height: 50px;
        font-size: 0.7em;
        flex-direction: column;
        gap: 2px;
    }
    
    .tour-tabs .nav-link:not(:last-child)::after {
        display: none;
    }
    
    .tour-tabs .nav-item:not(:nth-child(3n))::after {
        content: '';
        position: absolute;
        right: 0;
        top: 10%;
        bottom: 10%;
        width: 1px;
        background: #2a2a2a;
    }
    
    .tour-tabs .nav-link i {
        font-size: 0.9em;
        margin-bottom: 0;
    }
    
    .tour-tabs .nav-link .tab-text {
        font-size: 0.7em;
        line-height: 1.1;
    }
    
    .timeline { padding-left: 0; }
    .timeline:before { content: none; }
    .timeline-item:before { content: none; }
} 

/* Tour Detail Page Styles */
.tour-hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.tour-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.tour-hero-content p {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.tour-meta {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin: 20px auto;
    max-width: 600px;
    position: relative;
    z-index: 10;
}

.meta-item {
    text-align: center;
    padding: 8px 5px;
}

.meta-icon {
    font-size: 1.5rem;
    color: #1e3a8a;
    margin-bottom: 8px;
}

.meta-label {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 3px;
}

.meta-value {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.8rem;
}

/* Simple Tour Meta Styles (No Box) */
.tour-meta-simple {
    margin-bottom: 30px;
}

.meta-item-simple {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e5e7eb;
}

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

.meta-icon-simple {
    font-size: 1.8rem;
    color: #1e3a8a;
    margin-bottom: 8px;
}

.meta-label-simple {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 5px;
    font-weight: 500;
}

.meta-value-simple {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.85rem;
}

/* Difficulty meter */
.difficulty-meter {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.difficulty-meter .bar {
    display: inline-block;
    width: 10px;
    height: 12px;
    background: #d1d5db; /* gray */
    border-radius: 2px;
}

.difficulty-meter .bar.active {
    background: #ef4444; /* red */
}

.detail-section {
    padding: 40px 0;
}

.section-header {
    border-left: 5px solid #dc2626;
    padding-left: 20px;
    margin-bottom: 30px;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
}

/* Improved Tab Design */
.full-width-tabs {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .full-width-tabs {
        margin-top: 0;
    }
}

.tour-tabs {
    margin-bottom: 0;
}

.tour-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    justify-content: stretch;
    flex-wrap: nowrap;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: flex;
    width: 100%;
    border: none;
    gap: 0;
}

.tour-tabs .nav-item {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.tour-tabs .nav-link {
    border: none;
    color: #ffffff !important;
    background: transparent;
    font-weight: 500;
    padding: 20px 12px;
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    gap: 8px;
    border-bottom: 3px solid transparent;
}

.tour-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tour-tabs .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,0.1);
    transform: none;
    box-shadow: none;
    border-bottom-color: rgba(255,255,255,0.3);
}

.tour-tabs .nav-link:hover::before {
    opacity: 1;
}

.tour-tabs .nav-link.active {
    color: #ffffff !important;
    background: rgba(255,255,255,0.15);
    font-weight: 600;
    transform: none;
    box-shadow: none;
    border-bottom-color: #ffffff;
}

.tour-tabs .nav-link.active::before {
    opacity: 1;
}

.tour-tabs .nav-link i {
    font-size: 1.2em;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
}

.tour-tabs .nav-link .tab-text {
    font-size: 0.85em;
    line-height: 1.2;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
}

/* Reservation Card Styles */
.reservation-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
    z-index: 999;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.reservation-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.current-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 5px;
}

.price-per-person {
    color: #6c757d;
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-control, .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.person-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 15px;
}

.counter-btn {
    background: #1e3a8a;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.counter-btn:hover {
    background: #1e40af;
    transform: scale(1.1);
}

.counter-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.counter-value {
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c3e50;
}

.total-calculation {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calc-row:last-child {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 2px solid #dee2e6;
    font-weight: 700;
    font-size: 1.1rem;
}

.btn-reservation {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-reservation:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(220, 38, 38, 0.4);
}

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

.feature-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 2rem;
    color: #1e3a8a;
    margin-right: 15px;
}

.feature-text {
    font-weight: 500;
    color: #2c3e50;
}

/* Responsive Design for Tour Detail */
@media (max-width: 768px) {
    .tour-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .reservation-card {
        position: static;
        margin-top: 30px;
        max-height: none;
        overflow-y: visible;
    }
    
    .timeline { padding-left: 0; }
    .timeline::before { content: none; }
    .timeline-item::before { content: none; }
    
    .tour-tabs .nav-link {
        padding: 15px 8px;
        min-height: 60px;
        gap: 6px;
        color: #ffffff !important;
    }
    
    .tour-tabs .nav-link i {
        font-size: 1.1em;
        color: #ffffff !important;
    }
    
    .tour-tabs .nav-link .tab-text {
        font-size: 0.8em;
        color: #ffffff !important;
    }
    
    .detail-section .container {
        padding: 0 15px;
    }
    
    .grid-gallery {
        margin-bottom: 0;
    }
    
    .mobile-gallery-title {
        padding: 15px 0;
        margin-bottom: 0;
    }
    
    .gallery-title-overlay h1 {
        font-size: 1.5rem;
    }
    
    .gallery-title-overlay p {
        font-size: 0.9rem;
    }
    
    .main-slider {
        height: 300px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .slider-nav.prev {
        left: 10px;
    }
    
    .slider-nav.next {
        right: 10px;
    }
    
    .thumbnail {
        width: 80px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .tour-tabs .nav-tabs {
        flex-wrap: wrap;
    }
    
    .tour-tabs .nav-item {
        flex: 1;
        min-width: calc(50% - 0px);
    }
    
    .tour-tabs .nav-link {
        padding: 8px 6px;
        min-height: 45px;
        gap: 2px;
        flex-direction: column;
        color: #ffffff !important;
    }
    
    .tour-tabs .nav-link i {
        font-size: 1.2em;
        color: #ffffff !important;
        order: 1;
    }
    
    .tour-tabs .nav-link .tab-text {
        font-size: 0.7em;
        line-height: 1.1;
        color: #ffffff !important;
        order: 2;
        margin-top: 2px;
    }
    
    /* Tour-detail.php için modern-tabs düzenlemesi */
    .nav-tabs.modern-tabs .nav-link {
        flex-direction: column !important;
        padding: 8px 4px !important;
        min-height: 45px !important;
        gap: 2px !important;
    }
    
    .nav-tabs.modern-tabs .nav-link i {
        order: 1 !important;
        margin-bottom: 2px !important;
        font-size: 1.1em !important;
    }
    
    .nav-tabs.modern-tabs .nav-link .tab-text {
        order: 2 !important;
        font-size: 0.7em !important;
        line-height: 1.1 !important;
        margin-top: 2px !important;
    }
    
    .reservation-card {
        padding: 20px;
        margin: 15px;
    }
    
    /* Eski tab sistemi için mobil düzenlemesi */
    .tabs.is-boxed .tabs li a {
        flex-direction: column !important;
        padding: 8px 4px !important;
        min-height: 45px !important;
    }
    
    .tabs.is-boxed .tabs li a .icon {
        order: 1 !important;
        margin-bottom: 2px !important;
    }
    
    .tabs.is-boxed .tabs li a span:not(.icon) {
        order: 2 !important;
        font-size: 0.7em !important;
        line-height: 1.1 !important;
    }
    
    /* Tour-detail.php modern-tabs için mobil düzenlemesi */
    .nav-tabs.modern-tabs .nav-link {
        flex-direction: column !important;
        padding: 8px 4px !important;
        min-height: 45px !important;
        gap: 2px !important;
    }
    
    .nav-tabs.modern-tabs .nav-link i {
        order: 1 !important;
        margin-bottom: 2px !important;
        font-size: 1.1em !important;
    }
    
    .nav-tabs.modern-tabs .nav-link .tab-text {
        order: 2 !important;
        font-size: 0.7em !important;
        line-height: 1.1 !important;
        margin-top: 2px !important;
    }
    
    .current-price {
        font-size: 2rem;
    }
    
    .gallery-title-overlay h1 {
        font-size: 1.2rem;
    }
    
    .gallery-title-overlay p {
        font-size: 0.8rem;
    }
    
    .mobile-thumbnail {
        width: 70px;
        height: 50px;
    }
    
    .mobile-thumbnail-slider {
        padding: 8px 12px;
        gap: 6px;
    }
    
    .mobile-tour-title {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    
    .mobile-tour-location {
        font-size: 0.8rem;
    }
    
    .main-slider {
        height: 250px;
    }
    
    .thumbnail {
        width: 60px;
        height: 45px;
    }
    
    .overlay-thumbs .thumbnail {
        width: 60px;
        height: 45px;
    }
    
    .tab-content-wrapper {
        padding: 15px 0;
    }
    
    .accordion-button {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .program-day-badge {
        font-size: 0.8rem;
    }
    
    .program-title {
        font-size: 0.9rem;
    }
    
    .material-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .material-image {
        height: 80px;
        margin-bottom: 10px;
    }
    
    .material-title {
        font-size: 0.9rem;
    }
    
    .material-description {
        font-size: 0.8rem;
    }
    
    .time-badge {
        min-width: 60px;
        font-size: 0.75rem;
        padding: 4px 8px;
    }
    
    .list-group-item {
        padding: 10px 12px;
    }
    
    .stop-info {
        font-size: 0.85rem;
    }
    
    .btn-reservation {
        padding: 12px 20px;
        font-size: 1rem;
    }
    
    .person-counter {
        padding: 8px 12px;
    }
    
    .counter-btn {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
    
    .counter-value {
        font-size: 1rem;
        font-weight: 600;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* Tours Page Styles */
.page-header {
    background: linear-gradient(135deg, #1e3a8a 0%, #dc2626 100%);
    padding: 120px 0 60px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-title {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.filters-section {
    background: #f8f9fa;
    padding: 30px 0;
    border-bottom: 1px solid #dee2e6;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    display: block;
}

.filter-select {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: white;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.filter-select:focus {
    outline: none;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.filter-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.btn-filter {
    background: #1e3a8a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-filter:hover {
    background: #1e40af;
    color: white;
}

.btn-clear {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-clear:hover {
    background: #545b62;
    color: white;
}

.sort-section {
    background: white;
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
}

.sort-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.results-count {
    font-weight: 500;
    color: #6c757d;
}

.sort-dropdown {
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    background: white;
    min-width: 200px;
}

.tours-grid {
    padding: 40px 0;
}

.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(30, 58, 138, 0.9);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.date-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(220, 38, 38, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.75rem;
}

/* Tours Page Search Container Styles */
.tours-page .search-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.tours-page .search-input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
}

.tours-page .search-input:focus {
    outline: none;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.tours-page .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #1e3a8a;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tours-page .search-btn:hover {
    background: #1e40af;
}

@media (max-width: 768px) {
    .page-header {
        padding: 100px 0 40px;
        margin-top: 10px;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
    }
    
    .filter-buttons {
        flex-direction: column;
    }
    
    .sort-controls {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .page-header {
        padding: 80px 0 30px;
        margin-top: 10px;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
}

/* Photo Gallery Slider Styles */
.photo-gallery {
    background: #f8f9fa;
    padding: 40px 0;
}

.photo-gallery-section {
    margin-top: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Grid Gallery Styles */
.grid-gallery {
    background: transparent;
    width: 100vw;
    height: 65vh;
    min-height: 550px;
    position: relative;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 768px) {
    .grid-gallery {
        height: 300px;
        min-height: 300px;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .grid-gallery {
        height: 250px;
        min-height: 250px;
        margin-bottom: 0;
    }
}

.gallery-content {
    display: flex;
    gap: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    align-items: stretch;
    width: 100%;
}

.main-gallery-section {
    flex: 1 1 100%;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.main-slider-container {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-slider {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .main-slider-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .main-slider-container {
        height: 250px;
    }
}

.main-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.main-slide.active {
    opacity: 1;
}

.main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main-slide:hover .slide-overlay {
    opacity: 1;
}

.slide-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.slide-counter {
    font-size: 0.9rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 20px;
}

.fullscreen-btn {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #333;
    z-index: 10;
}

.slider-nav:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

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

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

/* Title Overlay */
.gallery-title-overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 10;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 70%, transparent 100%);
    padding: 30px;
    color: white;
    max-width: 60%;
}

.gallery-title-overlay h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.gallery-title-overlay p {
    font-size: 1rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

/* Mobile Thumbnails Below Main Image */
.mobile-thumbnail-container {
    background: #f8f9fa;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e9ecef;
    margin-top: 0;
    display: none;
}

@media (max-width: 768px) {
    .mobile-thumbnail-container {
        display: block;
    }
}

.mobile-thumbnail-slider {
    display: flex;
    gap: 8px;
    padding: 10px 15px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-thumbnail-slider::-webkit-scrollbar {
    display: none;
}

.mobile-thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mobile-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.mobile-thumbnail.active {
    border-color: #1e3a8a;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
}

.mobile-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Gallery Title Below Image */
.mobile-gallery-title {
    background: #ffffff;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #e9ecef;
    display: none;
}

@media (max-width: 768px) {
    .mobile-gallery-title {
        display: block;
    }
}

.mobile-tour-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}

.mobile-tour-location {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-tour-location i {
    color: #dc3545;
}

/* Right Side 2x2 Grid Thumbnails */
.thumbnail-grid-section {
    width: 200px;
    flex-shrink: 0;
    height: 100%;
    background: transparent;
}

.thumbnail-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    padding: 6px;
}

.grid-thumbnail {
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    height: calc(25% - 4.5px);
    flex: 1;
}

.grid-thumbnail:hover {
    transform: none;
    box-shadow: none;
}

.grid-thumbnail.active {
    border-color: #3b82f6;
    box-shadow: none;
}

.grid-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

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

.grid-thumbnail:hover .grid-thumbnail-overlay {
    opacity: 1;
}

.grid-thumbnail-number {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* More Photos Overlay */
.more-photos-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.more-photos-overlay:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
}

.main-slider-container {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.main-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.main-slide.active {
    opacity: 1;
}

.main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main-slide:hover .slide-overlay {
    opacity: 1;
}

.slide-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.slide-counter {
    font-size: 0.9rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 20px;
}

.fullscreen-btn {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #333;
    z-index: 10;
}

.slider-nav:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

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

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

.thumbnail-container {
    max-width: 100%;
    overflow-x: auto;
    padding: 10px 0;
}

.thumbnail-slider {
    display: flex;
    gap: 10px;
    padding: 0 10px;
    min-width: max-content;
}

.thumbnail {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
}

.thumbnail:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.thumbnail.active {
    border-color: #1e3a8a;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Fullscreen Modal */
.fullscreen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.fullscreen-modal.active {
    display: flex;
}

.fullscreen-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fullscreen-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-slider {
        height: 300px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .slider-nav.prev {
        left: 10px;
    }
    
    .slider-nav.next {
        right: 10px;
    }
    
    .thumbnail {
        width: 80px;
        height: 60px;
    }
    
    .slide-info {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    
    .slide-counter {
        font-size: 0.8rem;
        padding: 4px 8px;
    }
    
    .fullscreen-btn {
        width: 35px;
        height: 35px;
    }
    
    /* Grid Gallery Mobile Styles */
    .gallery-content {
        flex-direction: column;
        gap: 0;
        padding: 0;
        height: 100%;
    }
    
    .main-gallery-section {
        order: 1;
        flex: 1;
    }
    
    .thumbnail-grid-section {
        order: 2;
        width: 100%;
        height: auto;
    }
    
    .main-slider {
        height: 100%;
    }
    
    .thumbnail-grid {
        height: 150px;
        gap: 4px;
        padding: 4px;
        max-height: none;
    }
    
    .gallery-title-overlay {
        max-width: 80%;
        padding: 20px;
    }
    
    .gallery-title-overlay h1 {
        font-size: 1.5rem;
    }
    
    .gallery-title-overlay p {
        font-size: 0.9rem;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .slider-nav.prev {
        left: 10px;
    }
    
    .slider-nav.next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .main-slider {
        height: 250px;
    }
    
    .thumbnail {
        width: 70px;
        height: 50px;
    }
    
    .thumbnail-slider {
        gap: 8px;
    }
}

        /* Modern dark tabs */
        .tour-tabs { margin-bottom: 1rem; }
        .nav-tabs.modern-tabs { display: flex; border: 0; border-radius: 10px; overflow: hidden; background: transparent; }
        .nav-tabs.modern-tabs .nav-link { 
            color: #b9c0c7; 
            background: transparent; 
            border: 0; 
            padding: 16px 20px; 
            display: flex; 
            align-items: center; 
            gap: 10px; 
            font-weight: 500;
            width: 100%;
            justify-content: center;
        }
        .nav-tabs.modern-tabs .nav-item { flex: 1 1 0; min-width: 0; }
        .nav-tabs.modern-tabs .nav-item:not(:last-child) { border-right: 0; }
        .nav-tabs.modern-tabs .nav-link.active { 
            background: #4c5fff; 
            color: #ffffff; 
        }
        .nav-tabs.modern-tabs .nav-link i { opacity: .8; }
        .nav-tabs.modern-tabs .nav-link.active i { opacity: 1; }
        .nav-tabs.modern-tabs .nav-link:focus { outline: none; }
        @media (max-width: 576px) {
            .nav-tabs.modern-tabs { border-radius: 8px; }
            .nav-tabs.modern-tabs .nav-link { padding: 12px 16px; }
            .tab-text { display: none; }
        }

/* About and Contact Page Styles */
.about-content, .contact-form-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.content-section {
    margin-bottom: 30px;
}

.content-text {
    color: #6c757d;
    line-height: 1.8;
}

.content-text h3 {
    color: #2c3e50;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-text ul {
    padding-left: 20px;
}

.content-text li {
    margin-bottom: 8px;
}

/* Contact Page Styles */
.contact-info {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: fit-content;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    background: #1e3a8a;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-details h5 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-details p {
    color: #6c757d;
    margin: 0;
}

.contact-details a {
    color: #1e3a8a;
    text-decoration: none;
}

.contact-details a:hover {
    color: #dc2626;
}

.social-links .social-icons {
    display: flex;
    gap: 10px;
}

.social-links .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1e3a8a;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links .social-icons a:hover {
    background: #dc2626;
    transform: translateY(-2px);
}

.contact-form {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-control, .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.btn-primary {
    background: #1e3a8a;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Stats Section */
.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 10px;
}

.stat-label {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

/* Alert Styles */
.alert {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.alert-success {
    background: #d1fae5;
    color: #065f46;
}

.alert-danger {
    background: #fee2e2;
    color: #991b1b;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-content, .contact-form-section, .contact-info, .contact-form {
        padding: 20px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

/* Transportation Section Styles */
.transport-schedule {
    margin-bottom: 30px;
}

.transport-schedule h5 {
    color: #1e3a8a;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}

.time-badge {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
}

.stop-info {
    flex: 1;
    font-size: 1rem;
    color: #374151;
}

.list-group-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px !important;
    margin-bottom: 8px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.list-group-item:hover {
    background: #f8fafc;
    border-color: #3b82f6;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flight-info h5 {
    color: #1e3a8a;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}

.flight-info .card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.flight-info .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.flight-info .card-body {
    padding: 20px;
}

.flight-info h6 {
    color: #374151;
    font-weight: 600;
    margin-bottom: 5px;
}

.flight-info p {
    color: #6b7280;
    font-size: 1.1rem;
}

.alert-info {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border: 1px solid #93c5fd;
    color: #1e40af;
    border-radius: 12px;
}

.alert-info .alert-heading {
    color: #1e3a8a;
    font-weight: 600;
    margin-bottom: 10px;
}

.alert-warning {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border: 1px solid #f59e0b;
    color: #92400e;
    border-radius: 12px;
}

/* Responsive adjustments for transportation */
@media (max-width: 768px) {
    .time-badge {
        min-width: 70px;
        font-size: 0.8rem;
        padding: 6px 10px;
    }
    
    .list-group-item {
        padding: 12px 15px;
    }
    
    .stop-info {
        font-size: 0.9rem;
    }
    
    .flight-info .card-body {
        padding: 15px;
    }
}

/* Materials Grid Section Styles */
.materials-grid {
    margin-bottom: 30px;
}

.materials-grid h5 {
    color: #1e3a8a;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}

.material-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.material-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #3b82f6;
}

.material-image {
    width: 100%;
    height: 120px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.material-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.no-image {
    color: #9ca3af;
    font-size: 2rem;
}

.material-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.material-title {
    color: #1e3a8a;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
    line-height: 1.3;
}

.material-description {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

/* Responsive adjustments for materials grid */
@media (max-width: 768px) {
    .material-card {
        padding: 15px;
    }
    
    .material-image {
        height: 100px;
        margin-bottom: 12px;
    }
    
    .material-title {
        font-size: 1rem;
    }
    
    .material-description {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .materials-grid .row {
        margin: 0 -10px;
    }
    
    .materials-grid .col-lg-4,
    .materials-grid .col-md-6 {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    
    .material-card {
        padding: 12px;
    }
    
    .material-image {
        height: 80px;
    }
}

/* Search Modal Styles */
.search-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}

.search-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: none;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.search-modal-header {
    background: #20c997;
    color: white;
    padding: 1.5rem;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-modal-header h5 {
    margin: 0;
    font-weight: 600;
}

.search-modal-body {
    padding: 2rem;
}

.search-input-group {
    position: relative;
    margin-bottom: 1rem;
}

.search-input-group input {
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1.1rem;
    transition: border-color 0.3s ease;
}

.search-input-group input:focus {
    outline: none;
    border-color: #20c997;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}

.search-input-group .search-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

.search-suggestions {
    margin-top: 1rem;
}

.search-suggestions h6 {
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 0.25rem;
}

.suggestion-item:hover {
    background-color: #f8f9fa;
}

.suggestion-item i {
    margin-right: 0.75rem;
    color: #20c997;
    width: 20px;
}

.search-modal-footer {
    padding: 1rem 2rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 0 0 12px 12px;
    text-align: center;
}

.search-modal-close {
    color: white;
    font-size: 24px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.search-modal-close:hover {
    opacity: 1;
}

/* Header User Buttons */
.header-actions .user-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-actions .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.header-actions .btn-outline-light:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
}

.header-actions .btn-light:hover {
    background-color: #f8f9fa;
    color: #20c997;
}

@media (max-width: 768px) {
    .header-actions .user-buttons {
        display: none;
    }
    
    .search-modal-content {
        width: 95%;
        margin: 1rem;
    }
}

/* User Dropdown Menu Styles */
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 200px;
}

.dropdown-item {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    color: #333;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #20c997;
    transform: translateX(5px);
}

.dropdown-item i {
    width: 20px;
    text-align: center;
}

.dropdown-divider {
    margin: 0.5rem 0;
    border-color: #e9ecef;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
}

/* Mobile dropdown center alignment */
.dropdown-menu-center {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Mobile user buttons styling */
.mobile-user-buttons {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 0.5rem;
}

/* Reservation Confirmation Page Styles */
.confirmation-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.success-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.success-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.success-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.6;
}

.passenger-info-section {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.section-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f3f4f6;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-title i {
    color: #3b82f6;
    font-size: 1.3rem;
}

.room-header {
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.room-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.room-title::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #3b82f6;
    border-radius: 50%;
}

.passenger-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.passenger-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.passenger-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

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

.passenger-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.passenger-type {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #dbeafe;
    color: #1e40af;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.passenger-type i {
    font-size: 1rem;
}

.passenger-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}

.passenger-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-item i {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.detail-label {
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 1rem;
    color: #1f2937;
    font-weight: 500;
}

.confirmation-actions {
    text-align: center;
    margin-top: 2rem;
}

.btn-home {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.btn-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4);
    color: white;
    text-decoration: none;
}

.btn-home i {
    font-size: 1.2rem;
}

/* Responsive Design for Confirmation Page */
@media (max-width: 768px) {
    .confirmation-success {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .success-icon {
        font-size: 3rem;
    }
    
    .success-title {
        font-size: 2rem;
    }
    
    .success-subtitle {
        font-size: 1rem;
    }
    
    .passenger-info-section {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .passenger-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .detail-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .passenger-card {
        padding: 1.25rem;
    }
    
    .btn-home {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .confirmation-success {
        padding: 1.5rem 1rem;
    }
    
    .success-title {
        font-size: 1.75rem;
    }
    
    .passenger-info-section {
        padding: 1rem;
    }
    
    .passenger-card {
        padding: 1rem;
    }
    
    .passenger-name {
        font-size: 1.1rem;
    }
    
    .detail-value {
        font-size: 0.9rem;
    }
}

.mobile-user-buttons .btn {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.mobile-user-buttons .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.mobile-user-buttons .btn-outline-light:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

/* User button hover effects */
.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

/* Responsive dropdown */
@media (max-width: 768px) {
    .dropdown-menu {
        min-width: 180px;
        font-size: 0.85rem;
    }
    
    /* Hide language switcher in mobile menu */
    .navbar-collapse .language-switcher {
        display: none !important;
    }
    
    
    
    /* Mobile search button styling */
    .mobile-controls {
        display: flex !important;
        align-items: center;
        gap: 0.5rem;
        visibility: visible !important;
    }
    
    .mobile-controls .btn-link {
        color: #333 !important;
        padding: 8px;
        border-radius: 50%;
        transition: all 0.3s ease;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }
    
    .mobile-controls .btn-link:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
        color: #007bff !important;
    }
    
    .mobile-controls .btn-link i {
        font-size: 1.1rem;
        display: inline-block !important;
        visibility: visible !important;
    }
    
    .dropdown-item {
        padding: 0.6rem 1rem;
    }
}

/* Mobile navigation improvements */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 10px;
        margin-top: 0.5rem;
        padding: 1rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav .nav-link {
        color: #333 !important;
        padding: 0.75rem 1rem;
        border-radius: 8px;
        margin: 0.25rem 0;
        transition: all 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: #007bff;
        color: white !important;
        transform: translateX(5px);
    }
    
    .navbar-brand {
        flex: 1;
        text-align: left;
    }
    
    /* Mobile controls container */
    .mobile-controls {
        gap: 0.5rem;
    }
    
    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.5rem;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    /* Mobile language switcher styling */
    .mobile-controls .language-switcher .flag-icon {
        width: 24px;
        height: 18px;
        border-radius: 3px;
        border: 1px solid rgba(51, 51, 51, 0.3);
        transition: all 0.2s ease;
    }
    
    .mobile-controls .language-switcher .language-link:hover .flag-icon {
        border-color: rgba(51, 51, 51, 0.6);
        transform: scale(1.1);
    }
}

/* Search Modal Styles */
#searchModal .modal-dialog {
    margin: 1rem;
}

#searchModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#searchModal .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 1.5rem 1rem;
}

#searchModal .modal-title {
    color: #2c3e50;
    font-weight: 600;
}

#searchModal .modal-body {
    padding: 1.5rem;
}

#searchModal .input-group-lg .form-control {
    border-radius: 10px 0 0 10px;
    border: 2px solid #e9ecef;
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
}

#searchModal .input-group-lg .btn {
    border-radius: 0 10px 10px 0;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}

#searchModal .input-group-lg .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#searchModal .btn-outline-secondary {
    border-radius: 20px;
    margin: 0.25rem;
    transition: all 0.3s ease;
}

#searchModal .btn-outline-secondary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    transform: translateY(-2px);
}

/* Mobile Search Icon - Hidden */
@media (max-width: 991px) {
    .navbar .btn-link.text-dark {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .navbar .btn-link.text-dark {
        display: block;
    }
}