﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Allura&display=swap');

/* Header Styles */
body {
    font-family: "Inter","Allura", sans-serif;
}

.header {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 0;
}

.nav {
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-right: 0px;
}

.passenger-label {
    padding-top: 12px;
    padding-left: 12px;
    font-size: 13px;
    color: #000000;
}

.nav-links {
    display: flex;
    gap: 30px;
    position: relative;
    padding-right: 54px;
}

    .nav-links::before {
        content: '';
        position: absolute;
        bottom: 0px;
        /* left: 0; */
        width: 2px;
        height: 20px;
        background-color: #868686;
        /* transform: scaleX(0); */
        transition: transform 0.3s ease;
        right: 14px;
        top: 8px;
    }

.nav-link {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}



.live-service {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
}

span.service-text {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.phone-info {
    width: inherit;
    background-color: #001C40;
    color: #fff;
    display: flex;
    padding: 5px 10px;
    border-radius: 29px;
    align-items: center;
}

.country {
    /* background: rgba(255,255,255,0.2); */
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .country i {
        font-size: 10px;
    }

.bannergroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bannergroup img {
        height: 53px;
        margin-right: 20px;
    }

.bannergroup {
    margin-top: 11px;
    margin-bottom: 24px;
}

p.text_banner {
    max-width: 1161px;
    FONT-SIZE: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
/* Search Section */
.search-section {
    background-image: url("/assets/images/banner.png");
    color: white;
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .search-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient( to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100% );
        z-index: 1;
    }

    .search-section > * {
        position: relative;
        z-index: 2;
    }

h1.booking-title {
    display: flex;
    justify-content: center;
    max-width: 824px;
    margin: 0 auto;
    width: 100%;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 55px;
    line-height: 62px;
    text-align: center;
}

.search-form {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.trip-options {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
}

.trip-type {
    display: flex;
    gap: 30px;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

    .radio-option input[type="radio"] {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        accent-color: #D64E41;
    }

        .radio-option.active .radio-text,
        .radio-option input[type="radio"]:checked + .radio-text {
            color: #000000;
            font-weight: 600;
        }

.class-selector {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(245,245,245,.8);
    border-radius: 5px;
    padding: 8px 12px;
    margin-left: 20px;
}

.class-dropdown {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    outline: none;
    appearance: none;
}

.class-selector i {
    position: absolute;
    right: 14px;
    color: #666;
    font-size: 12px;
    pointer-events: none;
}

.form-fields {
    display: flex;
    align-items: end;
    gap: 3px;
    width: 100%;
}

.calender_wrap .date-input {
    padding-left: 11px;
}

.form-group.adult .passenger-input {
    padding-left: 11px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    position: relative;
}

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

.search-form .form-group label {
    font-size: 12px;
    color: rgba(0, 0, 0, .75);
    position: absolute;
    top: 14px;
    z-index: 99;
    left: 9px;
    white-space: nowrap;
}

.form-group input, .date-input, .passenger-input {
    white-space: nowrap;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
}

.calender_wrap {
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    overflow: hidden;
    height: 64px;
    width: 28%;
    border-radius: 6px;
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #666;
    z-index: 1;
    top: -4px;
    left: 60px;
}

.city-input.to .input-icon {
    left: 39px !important;
}

.icon-user::before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #ffffff;
    display: none;
}

.swap_wrapper {
    display: flex;
    position: relative;
    width: 43%;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 6px;
    overflow: hidden;
}

span.line {
    width: 30px inherit;
    display: block;
    width: 20px;
    height: 1.81px;
    background-color: #061728;
    /* padding: 10px 25px; */
    margin: 0 19px;
}

.form-group.adult {
    height: 64px;
    overflow: hidden;
    background-color: #F5F5F5;
    min-width: 168px;
    border-radius: 6px;
    margin-right: 4px;
}

.icon-exchange {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.airport-code {
    background: #2196f3;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
}

.form-group input, .date-input, .passenger-input {
    background: #F5F5F5;
    border: none;
    padding: 12px 12px 12px 40px;
    border-radius: 4px;
    font-size: 14px;
    color: #000000;
    width: 100%;
    padding-top: 25px;
    height: 64px;
    position: relative;
    top: 11px;
    font-weight: bold;
}

    .form-group input::placeholder, .date-input::placeholder, .passenger-input::placeholder {
        color: #000000;
        transition: opacity 0.2s ease;
        font-size: 14px;
    }

.input-wrapper input {
    padding-left: 75px;
}

.swap_wrapper .form-group:nth-child(1) .city-input {
    margin-right: 3px;
}

.city-input {
    background: #F5F5F5;
    padding: -1px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: text;
    position: relative;
    height: 64px;
    overflow: hidden;
}

.swap_wrapper .form-group:nth-child(1) .city-input {
}

.city-input:focus-within {
    border: 1px solid #2196f3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.1);
}

.city-content {
    flex: 1;
    position: relative;
    margin-left: -24px;
}

.city-label {
    font-size: 15px;
    color: rgba(0, 0, 0, .75);
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 40px;
    padding-top: -11px;
    top: 9px;
    z-index: 999;
}

    .city-label .airport-code {
        position: static;
        background: #2196f3;
        color: white;
        padding: 2px 6px;
        border-radius: 3px;
        font-size: 10px;
    }

.city-input-field {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 100%;
    padding: 0;
}

    .city-input-field::placeholder {
        color: #999;
        transition: opacity 0.2s ease;
    }

    .city-input-field:focus::placeholder {
        opacity: 0;
    }


.search-btn {
    background: #D64E41;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    height: 66px;
    text-transform: uppercase;
    border: none;
}

.city-input IMG {
    width: 24px;
    position: relative;
    top: 12px;
}
/* Main Content */
.main {
    min-height: 100vh;
}

#header {
}

/* Common Section Styles */
.section-header {
    margin-bottom: 20px;
    text-align: center;
}


.section-subtitle {
    color: #000000;
    font-size: 60px;
    margin-bottom: 0px;
    font-family: 'Allura', cursive;
    font-weight: 400px;
}

.section-title {
    font-size: 50px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-family: 'Inter', sans-serif;
    margin-top: -18px;
}

/* Popular Destinations Section */
.popular-destinations {
    background-image: url("/assets/images/pd.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 61px;
}

    .popular-destinations .destinations-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        position: relative;
        width: 100%;
    }

    .popular-destinations .destination-card {
        transition: transform 0.5s ease;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        width: 350px;
        height: 450px;
        margin: 0 -40px;
        cursor: pointer;
    }

        .popular-destinations .destination-card:nth-child(1) {
            transform: scale(0.7) translateX(80px);
            z-index: 1;
        }

        .popular-destinations .destination-card:nth-child(2) {
            transform: scale(0.85) translateX(40px);
            z-index: 2;
        }

        .popular-destinations .destination-card:nth-child(3) {
            transform: scale(1.0);
            z-index: 3;
        }

        .popular-destinations .destination-card:nth-child(4) {
            transform: scale(0.85) translateX(-40px);
            z-index: 2;
        }

        .popular-destinations .destination-card:nth-child(5) {
            transform: scale(0.7) translateX(-80px);
            z-index: 1;
        }

.destination-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(139, 195, 74, 0.95);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
}

    .destination-label:hover {
        background: rgba(139, 195, 74, 1);
    }

    .destination-label i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .destination-label:hover i {
        transform: translateX(3px);
    }

/* Header Styles */
/* Header Styles */
.top-bar {
    background: #f8f9fa;
    padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px solid #e9ecef;
}

.top-bar-container {
    max-width: 96%;
    margin: 0 auto;
    /* padding: 0 20px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adventure-text {
    color: #666;
    font-weight: 400;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-email {
    color: #000000;
    font-weight: 400;
}

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

    .social-icons a {
        width: 24px;
        height: 24px;
        background: #333;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 10px;
        border-radius: 50%;
    }

.header {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-container {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 0px;
}

.payment-methods {
    position: relative;
    padding-top: 20px;
}

    .payment-methods::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #D9D9D9;
        width: 234px;
        height: 2px;
    }

.logo img {
    height: 40px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: #007bff;
    }

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.live-service {
    color: #666;
    font-size: 12px;
    font-weight: 400;
}

.phone-button {
    background: #D64E41;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
}

    .phone-button i {
        font-size: 10px;
    }

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: #333;
    order: 2;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    border-top: 1px solid #eee;
}

    .mobile-menu.active {
        display: block;
    }

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
}

    .mobile-nav-links .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: left;
        display: block;
        font-size: 14px;
    }

        .mobile-nav-links .nav-link:last-child {
            border-bottom: none;
        }

.destination-image {
    height: 100%;
}

    .destination-image img {
        height: 100%;
    }

@media (max-width: 768px) {
    .popular-destinations .destinations-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 0 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: flex-start;
    }

    .mob-pass {
        width: inherit;
    }

    .popular-destinations .destination-card {
        min-width: 246px;
        scroll-snap-align: start;
        flex-shrink: 0;
        transform: none !important;
        opacity: 1 !important;
    }
}














/* Adventure Section */
.adventure-section {
    background-color: #f8f9fa;
}

.circle-bg {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #ff6b6b, #ffa500);
    border-radius: 50%;
    top: -50px;
    left: -50px;
    z-index: 1;
}

.adventure-image img {
    position: relative;
    z-index: 2;
    border-radius: 15px;
}

.subtitle {
    color: #243757;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Allura', cursive;
    font-weight: 400px;
}

.title {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #ECF2F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .feature-icon img {
        width: 38px;
        position: absolute;
        bottom: -5px;
    }
/* How It Works Section */
.how-it-works {
    background: #D64E41;
    color: white;
    position: relative;
}

.works-subtitle {
    color: white;
    font-size: 40px;
    font-family: 'Allura', cursive;
    margin-bottom: 0px;
}

.step_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.works-title {
    font-size: 50px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    max-width: 554px;
}

section.how-it-works {
    padding: 7px 0px;
    margin-top: -168px;
    position: relative;
    z-index: 9;
}

.works-steps {
    display: flex;
    gap: 7px;
    align-items: center;
    height: 100%;
}

.step-icon img {
    width: 40px;
    height: 40px;
}

.step-item {
    background: white;
    border-radius: 15px;
    padding: 16px 10px;
    text-align: center;
    color: #333;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.adventure-content {
    position: relative;
    top: -78px;
}

.step-number {
    left: 20px;
    width: 65px;
    height: 40px;
    background: #EFEFEF;
    color: #000000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-item h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #000000;
    text-align: left;
}

.step-item p {
    font-size: 15px;
    color: #000000;
    /* line-height: 1.5; */
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
    line-height: 22px;
    font-family: 'Inter';
}
/* Book Cheap Airline Tickets Section */
.airline-tickets {
    background-color: #f8f9fa;
    padding: 60px 20px;
}

.tickets-container {
    max-width: 1276px;
    margin: 0 auto;
    text-align: center;
}

.tickets-title {
    font-size: 50px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.tickets-grid {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
}

.ticket-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    width: 20%;
    position: relative;
    border: 1px solid rgba(54,28,237,0.02);
    padding-bottom: 2px;
    padding-top: 11px;
}

.route_img {
    position: absolute;
    bottom: 88px;
    left: 9px;
}

.date-range {
    font-size: 15px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 500;
    background-color: rgba(214, 78, 65, 0.06);
    padding: 14px 0px;
    width: 90%;
    margin: 0 auto;
}

.route {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-top: 16px;
}

.airport {
    font-size: 29px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

    .airport span {
        font-size: 15px;
        font-weight: 400;
        color: #000000;
        margin-left: 10px;
        position: relative;
        top: 5px;
    }

.city {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    display: block;
}

.airline {
    display: flex;
    margin: 29px 0px;
}

    .airline i {
        margin-right: 5px;
    }

.book-btn {
    background: #D64E41;
    color: white;
    border: none;
    padding: 16px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .book-btn:hover {
        background: #b71c1c;
    }
/* Dream Your Next Trip Section */
.dream-trip {
    padding: 10px 20px;
    background: #fff;
    padding-bottom: 70px;
    padding-top: 53px;
}

.dream-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.dream-content {
}

.dream-subtitle {
    color: #000000;
    font-size: 40px;
    font-family: 'Allura', cursive;
    /* padding: 10px 20px; */
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0px;
}

.testtext h6 {
    color: #243757;
    font-size: 40px;
    font-family: 'Allura', cursive;
    font-weight: 400;
    /* padding: 10px 20px; */
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0px;
}

.testtext h5 {
    color: #243757;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.dream-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    line-height: 1.2;
}

.dream-description {
    font-size: 16px;
    color: #000000;
    margin-bottom: 47px;
    line-height: 1.6;
    font-weight: 400;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-row {
    display: flex;
    gap: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
}

.feature-it {
    border-bottom: 1px solid rgb(173 168 168 / 40%);
}

    .feature-it.border_none {
        border-bottom: none;
    }

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
}

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

.feature-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
}

    .feature-circle.red {
        background: #F07072;
    }

    .feature-circle.purple {
        background: #BB79F8;
    }

    .feature-circle.blue {
        background: #9BCAEE;
    }

    .feature-circle.green {
        background: #A3F297;
    }

.feature-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #243757;
    margin-bottom: 8px;
}

.feature-text p {
    font-size: 17px;
    color: #5C5D6C;
    line-height: 1.5;
}

.dream-images {
    flex: 1;
    position: relative;
}

.image-grid {
    display: flex;
    gap: 15px;
    height: 400px;
    position: relative;
}

.image-item {
    border-radius: 15px;
    overflow: hidden;
}

    .image-item.large {
        /* flex: 1; */
        max-width: 582px;
        width: 259px;
    }

        .image-item.large img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .image-item.small {
        width: 150px;
        display: flex;
        flex-direction: column;
    }

        .image-item.small.top {
            height: 48%;
            position: absolute;
            right: 331px;
            width: 301px;
            right: -11px;
            padding: 6px;
            background-color: #fff;
            border-radius: 10px;
        }

            .image-item.small.top img {
                border-radius: 10px;
            }

        .image-item.small.bottom {
            height: 48%;
            margin-top: auto;
            background-color: #ffffff;
            position: absolute;
            bottom: 0px;
            right: 0px;
            bottom: 58px;
        }

        .image-item.small img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.balloon-icon {
    position: absolute;
    top: -20px;
    width: 80px;
    height: 80px;
    left: -81px;
}

    .balloon-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/* Testimonials Section */
.testimonials {
}

.testimonials-container {
    max-width: 1276px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

section.testimonials {
    background-image: url("/assets/images/testimonial.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 10px 0px;
}

.testimonials-subtitle {
    color: #243757;
    font-size: 40px;
    font-family: 'Allura', cursive;
    margin-bottom: 10px;
}

.testimonials-title {
    font-size: 50px;
    font-weight: 700;
    color: #243757;
    margin-bottom: 60px;
    line-height: 1.2;
}

.testimonials-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 5px;
    margin-bottom: 4px;
    position: relative;
    height: 600px;
    flex-direction: column;
    width: 30%;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .testimonials-grid::-webkit-scrollbar {
        display: none;
    }

.test_wrapper {
    display: flex;
    justify-content: space-between;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: left;
    position: relative;
}

    .testimonial-card.top-left {
        grid-column: 1;
        grid-row: 1;
    }

    .testimonial-card.top-right {
        grid-column: 2;
        grid-row: 1;
        position: relative;
    }

    .testimonial-card.bottom-left {
        grid-column: 1;
        grid-row: 2;
    }

    .testimonial-card.bottom-right {
        grid-column: 2;
        grid-row: 2;
    }

.testimonial-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2px;
    text-align: center;
}

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

.author-avatar {
}

    .author-avatar.top-right {
        top: -30px;
        right: 30px;
    }

    .author-avatar span {
        display: block;
        background-color: #D9D9D9;
        border: 1px solid rgba(0, 0, 0, .2);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto;
    }

.author-info {
    width: 100%;
    text-align: center;
}

.author-avatar.bottom-center {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
    margin: 20px 0px;
    margin-bottom: 0px;
}

.author-info h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0px;
}

.author-info span {
    font-size: 14px;
    color: #666;
}

.testimonial-avatars {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.testtop .avatar-item:nth-child(1) {
    position: absolute;
    top: 148px;
    left: 69px;
}

.testtop .avatar-item:nth-child(2) {
    position: absolute;
    top: 138px;
    width: 47px;
    height: 44px;
}

.testtop .avatar-item:nth-child(3) {
    position: absolute;
    top: 30px;
    right: 20px;
}

.testbottom .avatar-item:nth-child(1) {
    position: absolute;
    left: 20px;
}

.testbottom .avatar-item:nth-child(2) {
    position: absolute;
    right: 30px;
}

.avatar-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.testtext {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.avatar-item.active {
    opacity: 1;
    border: 3px solid #D64E41;
}

.avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FAQ Section */

.faq-section {
    padding: 80px 0;
    background: #fff;
    /* padding-top: 0px; */
    padding-bottom: 0px;
}

.faq-subtitle {
    color: #000000;
    font-size: 40px;
    font-family: 'Allura', cursive;
    margin-bottom: 10px;
    font-weight: 400;
}

.faq-title {
    font-size: 50px;
    font-weight: 700;
    color: #243757;
    margin-bottom: 5px;
    line-height: 1.2;
    max-width: 500px;
    width: 100%;
}

.faq-illustration {
    margin-top: 40px;
}

.faq-list {
    padding-left: 40px;
}

.faq-item {
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.faq-question {
    padding: 9px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #243757;
    transition: color 0.3s ease;
}

    .faq-question span {
        color: #243757;
        font-size: 22px;
        font-weight: 500;
    }

    .faq-question:hover {
        color: #D64E41;
    }

    .faq-question i {
        font-size: 16px;
        color: #666;
        transition: transform 0.3s ease;
    }

.faq-answer {
    padding: 0 0 25px 0;
    display: none;
}

    .faq-answer p {
        font-size: 16px;
        color: #545454;
        line-height: 1.6;
        margin: 0;
    }

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

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

/* Footer */
.footer {
    background: #2D0704;
    color: white;
    padding: 60px 0 30px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

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

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: white;
        }

.trustpilot-rating {
    margin-bottom: 25px;
}

.stars {
    margin-bottom: 8px;
}

    .stars i {
        color: #00B67A;
        font-size: 16px;
        margin-right: 2px;
    }

.trustpilot-logo {
    background: #00B67A;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}

.payment-methods h5 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.payment-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .payment-icons img {
        height: 30px;
        width: auto;
        border-radius: 4px;
    }

.footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #444;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    color: #000000;
    padding-bottom: 20px;
    border-radius: 10px;
}

.footer-text {
    flex: 1;
    max-width: 80%;
    text-align: center;
}

    .footer-text p {
        font-size: 12px;
        color: #000000;
        line-height: 1.5;
        margin-bottom: 10px;
    }

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

    .footer-bottom .social-icons a {
        width: 30px;
        height: 30px;
        background: #444;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        transition: background 0.3s ease;
    }

        .footer-bottom .social-icons a:hover {
            background: #D64E41;
        }
/* Mobile Slider for Tickets Grid */
.tickets-slider-container {
    position: relative;
}

.mobile-only {
    display: none;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #d64e41;
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

@media (max-width: 768px) {
    .slider-btn {
        display: flex;
    }
}
@media (max-width: 1300px) {
    .title {
        font-size: 39px !important;
    }
    h1.booking-title {
        font-size: 52px !important;
    }
    .testtext h5 {
        font-size: 28px !important;
    }
    .testtext h6 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .mobile-only {
        display: flex;
    }

    .tickets-slider-container {
        overflow: hidden;
        width: 100%;
    }

    .tickets-grid {
        display: flex;
        width: calc(100% * 5);
        transition: transform 0.3s ease;
        gap: 0;
        flex-wrap: nowrap;
    }

    .ticket-card {
        width: calc(100% / 5);
        flex-shrink: 0;
        margin: 0;
    }
}