﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Header Styles */
body {
    font-family: "Inter", 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-left: auto;
    padding: 0 20px;
}

.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: 25px;
        background-color: #868686;
        /* transform: scaleX(0); */
        transition: transform 0.3s ease;
        right: 10px;
    }

.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: 44px;
    margin-bottom: 60px;
}

p.text_banner {
    max-width: 249px;
    FONT-SIZE: 25px;
    font-weight: 500;
    line-height: 30px;
}
/* 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: 605px;
    margin: 0 auto;
    width: 100%;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 55px;
    line-height: 62px;
}

.search-form {
    display: flex;
    align-items: end;
    gap: 3px;
    max-width: 1400PX;
    margin: 0 auto;
    padding: 0 20px;
    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;
}

.calender_wrap {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    height: 64px;
    width: 28%;
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #666;
    z-index: 1;
}

.icon-calendar::before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #ffffff;
}

.icon-calendar-plus::before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #ffffff;
}

.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: 48%;
}

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: #ffffff;
    min-width: 155px;
}

.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: #ffffff;
    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;
    }

.swap_wrapper .form-group:nth-child(1) .city-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 3px;
}

.city-input {
    background: #ffffff;
    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 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.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: 12px;
}

.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: #063166;
    color: white;
    padding: 12px 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    height: 64px;
    text-transform: uppercase;
}

.city-input IMG {
    width: 30px;
    position: relative;
    top: 12px;
}

#header {
    background-color: #0A438B;
    padding: 10px;
}

/* Trending Destinations Styles */
.trending-destinations {
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.trending-header {
    margin-bottom: 30px;
}

.trending-title {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.slider-container {
    position: relative;
}

.slider-arrows {
    display: none;
}

.slider-arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #063166;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
    transition: background 0.3s ease;
    margin-right: 20px;
}

    .slider-arrow:hover {
        background: #001C40;
    }

    .slider-arrow.prev {
        left: 10px;
    }

    .slider-arrow.next {
        right: 10px;
    }

.destination-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .destination-card:hover {
        transform: translateY(-5px);
    }

.destination-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.destination-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 10px;
    color: white;
    transition: all 1s ease;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.destination-image:hover .destination-overlay {
    top: 10px;
    padding-bottom: 27px;
}

.destination-image:hover .destination-desc {
    display: block;
}

.destination-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
}

    .destination-info i {
        font-size: 19px;
    }

.trending-header h6 {
    font-size: 25px;
    font-weight: 500;
    color: #063166;
}

.destination-name {
    font-size: 25px;
    font-weight: 600;
}

.destination-desc {
    font-size: 20px;
    margin: 0;
    opacity: 0.9;
    display: none;
    font-weight: 400;
}

@media (max-width: 768px) {
    .destinations-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 0 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mob-pass {
        width: inherit
    }

    .destinations-grid::-webkit-scrollbar {
        display: none;
    }

    .slider-arrows {
        display: block;
        position: absolute;
        right: 0px;
        top: -59px;
    }

    .destination-card {
        min-width: 246px;
        scroll-snap-align: start;
        flex-shrink: 0;
        padding: 0 10px;
        /* margin-right: 34px; */
        width: 100%;
    }

    .trending-destinations {
        padding: 20px 0;
    }

    .trending-header {
        padding: 0 20px;
    }

    .flight-path img {
        width: 90% !important;
    }
}


/* Dream Trip Section Styles */
.dream-trip-section {
    padding: 60px 20px;
    background-color: #fff;
    background-image: url("/assets/images/discover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.dream-trip-container {
    max-width: 1276px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.dream-trip-images {
    position: relative;
}

.image-card {
    border-radius: 20px;
}

.main-image {
    width: 100%;
    max-width: 83%;
    position: relative;
    left: 110px;
}

.overlay-image {
    position: absolute;
    top: 90px;
    left: 0px !important;
    width: 50%;
    z-index: 2;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dream-trip-subtitle {
    color: #063166;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.dream-trip-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.dream-trip-description {
    font-size: 30px;
    color: #000000;
    line-height: 32px;
    margin: 0 0 30px 0;
}

.trip-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background-color: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .feature-icon img {
        width: 50px;
    }

.feature-text h4 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 5px 0;
}

.feature-text p {
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 33px;
}
@media (max-width: 1300px) and (min-width: 769px) {
    .deals-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(314px, 1fr)) !important;
        gap: 20px;
        max-width: 1276px;
        margin: auto;
    }

    h1.booking-title {
        font-size: 36.5px;
    }

    img.img-fluid {
        width: 100%;
    }

    .footer-container {
        max-width: 1224px !important;
    }
    .service-item:nth-child(2) {
        top: 149px!important;
        left: 50px;
    }
    .airport .code {
        display: block;
        font-size: 20px !important;
    }

    .flight-path img {
        width: 100% !important;
    }

    .service-item:nth-child(1) {
        top: 74px !important;
        left: 9px !important;
    }

    .service-item:nth-child(4) {
        position: relative;
        top: 166px;
        left: 7px !important;
    }

    .services-section::before {
        content: '';
        position: absolute;
        top: 40px;
    }


    .deals-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-item:nth-child(4) {
        left: 27px !important;
    }

    .service-item:nth-child(3) {
        position: relative;
        top: 7px;
        left: 51px;
    }

    .swap_wrapper {
        width: 40% !important;
    }

    .search-form {
        min-width: unset !important;
        width: 100%;
    }

    .calender_wrap {
        width: 22% !important;
    }

    .form-group.adult {
        height: 64px;
        overflow: hidden;
        background-color: #ffffff;
        min-width: unset;
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .dream-trip-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .main-image {
        width: 100% !important;
        max-width: 100% !important;
        position: unset;
        left: 110px;
    }

    .dream-trip-title {
        font-size: 21px;
    }

    .dream-trip-subtitle {
        color: #063166;
        font-size: 18px !important;
        font-weight: 500;
        margin: 0 0 0px 0 !important;
    }

    .faq-subtitle {
        color: #063166;
        font-size: 20px !important;
        font-weight: 500;
        margin: 0 0 0px 0 !important;
    }

    .faq-background-image{
        top: -40px
    }

    .overlay-image {
        top: -20px;
        left: -20px;
        width: 47%;
        /* height: 120px; */
    }

    .popular-deals-section {
        padding: 20px 20px !important;
        background-color: #F2F4F7;
    }

    .testimonial-text {
        font-size: 15px !important;
        color: #000000;
    }

    .rating {
        display: none !important;
    }
}

/* Services Section Styles */
.services-section {
    padding: 80px 20px;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
    background-image: url("/assets/images/testi.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 152px;
}

    .services-section::before {
        content: '';
        position: absolute;
        top: 63px;
        left: 0PX;
        width: 100%;
        height: 100%;
        background-image: url("/assets/images/process.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }



.services-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
    position: relative;
    z-index: 2;
}

.service-item {
    text-align: center;
    padding: 30px 0px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .service-item:nth-child(1) {
        position: relative;
        top: 52px;
        left: -14px;
    }

    .service-item:nth-child(2) {
        position: relative;
        top: 147px;
    }

    .service-item:nth-child(3) {
        position: relative;
        top: -37px;
        left: 84px;
    }

    .service-item:nth-child(4) {
        position: relative;
        top: 179px;
        left: 105px;
    }

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 7px;
    border: 3px solid #292D32;
}

    .service-icon i {
        font-size: 32px;
        color: #007bff;
    }

.service-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 1px 0;
}

.service-item p {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .services-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .services-section {
        padding: 10px 20px;
    }

    .feedback-description {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .services-container {
        grid-template-columns: 1fr;
    }
}

/* Popular Deals Section Styles */
.popular-deals-section {
    padding: 60px 20px;
    background-color: #F2F4F7;
}

.deals-container {
    max-width: 1400px;
    margin: 0 auto;
}

.deals-header {
    margin-bottom: 40px;
}


.deals-subtitle {
    color: #063166;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.deals-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.deals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.deal-card {
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 2px solid #F8F8F8;
}



.airline-logo {
    margin-bottom: 0px;
    padding: 10px 10px 0px;
}

    .airline-logo img {
        height: 30px;
        width: auto;
    }

.route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px;
}

.airport {
    text-align: center;
}

    .airport .code {
        display: block;
        font-size: 40px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 0px;
    }

    .airport .city {
        font-size: 15px;
        color: #000000;
        white-space: nowrap;
    }

.flight-path {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 20px;
    position: relative;
}

    .flight-path i {
        color: #007bff;
        font-size: 16px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        background: white;
        padding: 0 5px;
    }

.path-line {
    width: 100%;
    height: 2px;
    background: #ddd;
    position: relative;
}

    .path-line::after {
        content: '';
        position: absolute;
        right: 0;
        top: -3px;
        width: 8px;
        height: 8px;
        background: #007bff;
        border-radius: 50%;
    }

.date-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 10px;
    padding-left: 10px;
}

.dates {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.book-btn {
    background: #063166;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .book-btn:hover {
        background: #063166;
    }

@media (max-width: 768px) {
    .deals-grid {
        grid-template-columns: 1fr;
    }

    .deals-title {
        font-size: 21px;
        margin-bottom: 31px !important;
        max-width: 200px;
        width: 100%;
    }
    .destination-overlay {
        position: absolute;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .deals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Feedback Section Styles */
.feedback-section {
    padding: 30px 20px;
    background-image: url("/assets/images/tower.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.feedback-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.feedback-header {
    margin-bottom: 140px;
}

.feedback-subtitle {
    color: #063166;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 0px 0;
    TEXT-ALIGN: justify;
}

.feedback-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0px 0;
    text-align: left;
}

.feedback-description {
    font-size: 25px;
    color: #000000;
    max-width: 700px;
    /* margin: 0 auto; */
    text-align: left;
}

.testimonials-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease;
}

    .testimonial-card.center {
        transform: scale(1.05);
        z-index: 2;
        position: relative;
        bottom: 103px;
        border: 3px solid rgba(6,49,42,0.20);
    }

    .testimonial-card.left,
    .testimonial-card.right {
        opacity: 0.7;
        transform: scale(0.95);
    }

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.avatar {
    width: 50px;
    height: 50px;
    background: #D9D9D9;
    border-radius: 50%;
    flex-shrink: 0;
}

.client-info h4 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 0px 0;
}

.client-info p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.testimonial-text {
    font-size: 19px;
    color: #000000;
    line-height: 21px;
    margin: 0 0 0px 0;
    text-align: left;
}

.rating {
    position: absolute;
    bottom: -15px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: 3px solid #E9E9E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
}

    .rating.active {
        background: #007bff;
        color: white;
    }

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .dot.active {
        background: #007bff;
    }

@media (max-width: 768px) {
    .testimonials-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .val {
        height: 30px !important;
    }

    .faq-background-image1 {
        position: absolute;
        right: 30px !important;
        top: 0px !important;
    }

    .faq-background-image1 img {
        width: 137px !important;
    }

    .footer-section h3 {
        text-align: center;
    }

    .faq-question {
        font-size: 16px !important;
    }

    .faq-answer p {
        font-size: 15px !important;
    }

    .trustpilot-logo {
        justify-content: center;
    }

    .payment-methods {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-section ul {
        text-align: center;
    }

    .testimonial-card.left,
    .testimonial-card.right {
        display: none;
    }

    .airport .code {
        display: block;
        font-size: 18px !important;
    }

    .testimonial-card.center {
        transform: none;
    }

    .feedback-title {
        font-size: 21px;
    }

    .feedback-subtitle {
        color: #063166;
        font-size: 16px !important;
        text-align: center !important;
    }

    .feedback-section {
        padding: 0px 20px !important;
    }

    .faq-section {
        padding: 20px 20px !important;
        margin-top: 50px;
    }
}


/* FAQ Section Styles */
.faq-section {
    padding: 80px 20px;
    background-color: #Ffffff;
    position: relative;
}

.faq-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 0px;
    align-items: flex-start;
}

.faq-header {
    position: relative;
}

.faq-background-image1 {
    position: absolute;
    right: 0px;
    top: -84px;
}

.faq-background-image {
    position: absolute;
    left: 13px;
}

.faq-subtitle {
    color: #063166;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 50px 0;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 30px 0;
    line-height: 1.3;
    max-width: 700px;
    width: 100%;
}

.faq-icon {
    position: absolute;
    top: -20px;
    right: -50px;
    font-size: 80px;
    color: #e9ecef;
    transform: rotate(15deg);
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #F8F8F8;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0,0,0,0.2);
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    transition: background 0.3s ease;
}

    .faq-question:hover {
        background: #f8f9fa;
    }

    .faq-question i {
        color: #666;
        transition: transform 0.3s ease;
    }

.faq-answer {
    padding: 0 25px 20px 25px;
    display: none;
}

    .faq-answer p {
        color: #545454;
        line-height: 1.6;
        margin: 0;
        font-size: 25px;
        font-weight: 400;
    }

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

@media (max-width: 768px) {

    .deals-header {
        margin-bottom: 12px;
    }

    .faq-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .deals-subtitle {
        color: #063166;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 0px 0;
    }

    .deals-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 0 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .deals-grid::-webkit-scrollbar {
            display: none;
        }

    .deals-container .slider-arrows {
        display: block;
    }

    .deal-card {
        min-width: 280px;
        scroll-snap-align: start;
        flex-shrink: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    h1.booking-title {
        text-align: center !important;
    }

    .bannergroup {
        margin-top: 5px !important;
        margin-bottom: 18px !important;
    }

    .flight-path {
        margin: 1px 3px !important;
        position: relative;
    }

    p.text_banner {
        max-width: 249px;
        FONT-SIZE: 16px !important;
    }

    .search-section > * {
        flex-direction: column;
        WIDTH: 100%;
        MIN-WIDTH: unset;
    }

    .search-btn {
        MARGIN: 0 auto;
    }

    .faq-title {
        font-size: 21px;
    }

    .faq-icon {
        display: none;
    }

    .airport .code {
        display: block;
        font-size: 22px;
    }
}

/* Footer Styles */
.footer {
    background: #001C40;
    color: white;
    padding: 50px 0 0 0;
    padding-bottom: 20px;
}

.adventure-text {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: white;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-section ul li {
        margin-bottom: 8px;
    }

        .footer-section ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

            .footer-section ul li a:hover {
                color: white;
            }

.payment-methods {
    margin-top: 20px;
}

    .payment-methods h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 15px 0;
        color: white;
        max-width: 188px;
        width: 100%;
    }

.payment-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .payment-icons img {
        height: 30px;
        width: auto;
        background: white;
        padding: 5px;
        border-radius: 4px;
    }

.trustpilot-section {
    margin-bottom: 20px;
}

.trustpilot-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.trustpilot-stars {
    color: #00b67a;
    font-size: 16px;
}

.footer-bottom {
    background: #ffffff;
    padding: 20px 0;
    margin-top: 10px;
    border-radius: 10px;
    /* margin-bottom: 50px; */
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: #000000;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.social-links {
    display: flex;
    gap: 10px;
}

    .social-links a {
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        font-size: 14px;
        transition: background 0.3s ease;
    }

        .social-links a:hover {
            background: rgba(255, 255, 255, 0.2);
        }

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer {
        padding: 40px 0 0 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: none;
    }

    .header {
        padding: 10px 0;
    }

    .header-container {
        padding: 0 15px;
        justify-content: space-between;
    }

    .logo {
        order: 1;
    }

        .logo img {
            height: 35px;
        }

    .nav-links {
        display: none !important;
    }

    .nav {
        display: none !important;
    }

    .mobile-menu-btn {
        display: block !important;
        order: 2;
    }

    .header-right {
        order: 3;
        gap: 10px;
        display: none;
    }

    .live-service {
        display: none;
    }

    .phone-button {
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 10px;
    }

    .logo img {
        height: 30px;
    }

    .nav-links {
        gap: 10px;
    }

    .nav-link {
        font-size: 12px;
        padding: 5px;
    }

    .phone-button {
        padding: 5px 10px;
        font-size: 10px;
    }

    .search-section h1.booking-title {
        font-size: 20px;
        line-height: 32px;
    }

    .dream-trip-description {
        font-size: 15px !IMPORTANT;
        color: #000000;
        line-height: 23px !important;
        margin: 0 0 30px 0;
    }

    .search-form {
        flex-direction: column;
        margin-left: 0px !important;
        width: 100%;
    }

    .swap_wrapper {
        display: flex;
        position: relative;
        width: 100% !important;
        flex-direction: column;
    }

    .calender_wrap {
        width: 100% !important;
    }

    .form-group.adult {
        height: 64px;
        overflow: hidden;
        background-color: #ffffff;
        min-width: 100% !important;
    }

    .feature-text p {
        font-size: 15px !important;
        color: #000000;
        font-weight: 400;
        margin: 0;
        line-height: 22px !important;
    }

    .feature-text h4 {
        font-size: 16px !important;
    }

    .service-item:nth-child(1) {
        position: unset !important;
    }

    .service-item:nth-child(2) {
        position: unset !important;
    }

    .service-item:nth-child(3) {
        position: unset !important;
    }

    .service-item:nth-child(4) {
        position: unset !important;
    }

    .swap_wrapper .form-group:nth-child(1) .city-input {
        margin-right: 0px !important;
        margin-bottom: 3px !important;
    }

    .trending-title {
        font-size: 20px !important;
        font-weight: 600;
        color: #000000;
        margin: 0;
        font-family: 'Inter', sans-serif;
    }

    .trending-header h6 {
        font-size: 16px !important;
        font-weight: 500;
        color: #063166;
    }

    .testimonial-card.center {
        position: unset !important;
    }

    .feedback-header {
        margin-bottom: 17px !important;
    }
}