
:root {
    /*--main-clr: #005ba0;*/
    --main-clr: #460087;
    --main-clr-2: #dee5eb;
    --light-main: #c8dcec;
    --dark-main: #000000;
    --footer-bottom: #000000;
    --footer-bg: #460087;
    --footer-colorLight: #cccccc;
    --footer-heading: #e1e1e1;
    --custom-gray: #555555;
}

body {
    font-family: "Poppins", serif;
}

::selection {
    background: var(--main-clr);
    color: white;
}

.bgCustom {
    background: var(--main-clr);
}

    .bgCustom:hover {
        background: var(--main-clr);
    }

.bgCustom2 {
    background: var(--main-clr-2);
}

.headerLogo {
    height: 48px;
}

.callBtn {
    border-radius: 24px;
    border: 2px solid var(--main-clr);
    padding: 5px 20px !important;
    font-weight: 600;
    color: var(--main-clr);
    transition: all ease-in-out .2s;
    width: fit-content;
}

    .callBtn:hover {
        background: var(--main-clr);
        color: #fff;
    }

.translateGoogle {
    height: 35px;
    overflow: hidden;
    width: 9.4em;
}

.goog-te-combo {
    background: transparent;
    padding: 6px 12px;
    border: 1px solid #555;
    border-radius: 6px;
}

.navbar {
    z-index: 2;
    position: fixed;
    width: 100%;
}

    .navbar.active {
        position: fixed;
        top: -70px;
        left: 0;
        width: 100%;
        z-index: 5;
        transition: all ease-in-out .3s;
    }

    .navbar.active1 {
        top: 0;
    }

.mainSetion {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    padding: 5rem 0;
}

    .mainSetion::before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../assets/bgImage1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center;
        z-index: -1;
    }

    .mainSetion .mainHeading {
        color: #fff;
        font-size: 36px;
        font-weight: 600;
        text-align: center;
    }

.flightSearchSection {
    margin-top: 3rem;
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    padding-bottom: 2.5rem;
}

    .flightSearchSection.ytycytckgctd {
        margin-top: 0;
        border-radius: 0px;
        position: relative;
        height: 0px;
        padding: 0;
        opacity: 0;
        transition: all ease-in-out .4s;
        pointer-events: none;
        user-select: none;
    }

        .flightSearchSection.ytycytckgctd.active {
            height: 11em;
            opacity: 1;
            border-top: 1px solid #ddd;
            margin-top: 12px;
            padding-top: 20px;
            pointer-events: all;
            user-select: revert;
        }

    .flightSearchSection .tripType {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 5px;
    }

        .flightSearchSection .tripType label {
            display: flex;
            align-items: center;
            gap: 6px;
            transition: all ease-in-out .2s;
            padding: 6px 20px;
            border-radius: 12px;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
        }

            .flightSearchSection .tripType label input {
                display: none;
            }

            .flightSearchSection .tripType label.active {
                background: #460087;
                color: #fff;
            }

    .flightSearchSection .entrySection {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 1rem;
    }

        .flightSearchSection .entrySection > div {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .flightSearchSection .entrySection .firstCh1 {
            width: 17%;
        }

        .flightSearchSection .entrySection .firstCh2 {
            width: 5%;
        }

        .flightSearchSection .entrySection .firstCh3 {
            width: 13%;
        }

            .flightSearchSection .entrySection .firstCh2 select,
            .flightSearchSection .entrySection .firstCh3 select {
                background: white;
                outline: none;
                border: 1px solid #4e4e4e;
                border-radius: 4px;
                padding: 4px 4px 4px 8px;
            }

    .flightSearchSection .searchButton {
        position: absolute;
        top: 92%;
        width: 93%;
        left: 0;
        display: flex;
        justify-content: center;
    }

        .flightSearchSection .searchButton button {
            background-color: #460087;
            color: #fff;
            border: 0px;
            border-radius: 40px;
            padding: 8px;
            font-size: 20px;
            font-weight: 600;
            width: 9em;
            margin-left: 5px;
        }

    .flightSearchSection .entrySection > div label {
        font-size: 14px;
    }

    .flightSearchSection .entrySection .ewawegWEWE {
        position: absolute;
        background: white;
        display: none;
        top: 100%;
        padding: 8px;
        border-radius: 4px;
        width: 28em;
        z-index: 1;
    }

        .flightSearchSection .entrySection .ewawegWEWE ul {
            display: flex;
            list-style: none;
            flex-direction: column;
            margin: 0;
            padding: 0;
        }

        .flightSearchSection .entrySection .ewawegWEWE li {
            font-size: 13px;
            font-weight: 400;
            cursor: pointer;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 10px 12px;
            transition: all ease-in-out .1s;
            border-radius: 6px;
            border-bottom: 1px solid #ddd;
        }

            .flightSearchSection .entrySection .ewawegWEWE li:hover {
                background-color: #00000018;
            }

            .flightSearchSection .entrySection .ewawegWEWE li i {
                position: revert;
                font-size: 13px;
                color: black;
                padding-right: 4px;
            }

        .flightSearchSection .entrySection .ewawegWEWE.active {
            display: block;
            box-shadow: 0px 2px 2px 1px #00000029;
        }

.positioReiiiad {
    position: relative;
}

    .positioReiiiad .suppTag {
        position: absolute;
        left: 8px;
        top: 9px;
        font-size: 14px;
        color: var(--main-clr);
    }

    .positioReiiiad .rotate {
        position: absolute;
        right: -10px;
        top: 2px;
        font-size: 14px;
        color: var(--main-clr);
        z-index: 2;
        background-color: #fff;
        padding: 6px;
        border: 1px solid #ddd;
        border-radius: 50%;
        cursor: pointer;
    }

    .positioReiiiad input {
        padding: 6px 14px;
        padding-left: 32px;
        outline: none;
        width: 100%;
        border: 1px solid #4e4e4e;
        border-radius: 4px;
        font-size: 14px;
    }

.whyWithUs {
    background: #f5f5f5;
    padding: 2rem 0;
}

    .whyWithUs .firstCHild {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 14px;
        margin-top: 2rem;
    }

        .whyWithUs .firstCHild > div {
            background-color: #fff;
            border-radius: 6px;
            box-shadow: 0 0 3px 2px #0000000c;
            padding: 1.5rem;
            transition: all ease-in-out .3s;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 22px;
            cursor: pointer;
        }

        .whyWithUs .firstCHild .imgWhy {
            height: 50px;
            width: 50px;
            align-content: center;
            transition: all ease-in-out .5s;
        }

        .whyWithUs .firstCHild > div:hover {
            box-shadow: 0px 8px 8px 1px #7878783b;
            transform: scale(1.04);
        }

            .whyWithUs .firstCHild > div:hover .imgWhy {
                transform: rotateY(360deg) scale(1.1);
                top: -10px;
            }

        .whyWithUs .firstCHild h4 {
            font-size: 18px;
            font-weight: 500;
        }

        .whyWithUs .firstCHild p {
            font-size: 14px;
            color: #555;
            margin-bottom: 0;
        }

.cfvghjklkjhbv .mainewewe {
    font-size: 34px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    position: relative;
}

    .cfvghjklkjhbv .mainewewe span {
        color: var(--main-clr);
    }

    .cfvghjklkjhbv .mainewewe::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100px;
        background: var(--main-clr);
        height: 2px;
    }


.dealOfferMain {
    margin-top: 1.5rem;
}

.firsterwiei {
    padding: 6px;
}

    .firsterwiei > div {
        position: relative;
    }

    .firsterwiei img {
        transition: all ease-in-out .3s;
    }

    .firsterwiei:hover img {
        transform: scale(1.1);
    }

    .firsterwiei .first {
        border-radius: 8px;
        overflow: hidden;
        height: 200px;
    }

    .firsterwiei .second {
        text-decoration: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 40%);
        display: flex;
        align-items: end;
    }

        .firsterwiei .second .cvghjkl {
            padding-bottom: 8px;
            padding-left: 16px;
            color: white;
            font-size: 20px;
            font-weight: 500;
        }

.sliderArrow {
    position: absolute;
    top: 45%;
    background-color: white;
    box-shadow: 1px 1px 10px 1px #0003;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all ease-in-out .2s;
    z-index: 1;
    font-size: 20px;
}

    .sliderArrow.fa-arrow-left {
        left: -0.7em;
    }

    .sliderArrow.fa-arrow-right {
        right: -0.7em;
    }

    .sliderArrow:hover {
        transform: scale(1.1);
    }


.moreABoutUs h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.moreABoutUs p {
    font-size: 14px;
    font-weight: 400;
}


footer {
    background-color: var(--footer-bg);
}

    footer .footerLogo {
        height: 50px;
    }

    footer p {
        font-size: 14px;
        color: var(--footer-colorLight);
        margin-bottom: 0;
    }

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

        footer ul li {
            font-size: 14px;
            color: var(--footer-colorLight);
        }

            footer ul li a {
                text-decoration: none;
                color: var(--footer-colorLight);
                font-weight: 400;
                transition: all ease-in-out .1s;
            }

            footer ul li i {
                color: var(--main-clr-2);
            }

            footer ul li a:hover {
                color: var(--main-clr-2);
            }

    footer .fooSecHead {
        font-size: 18px;
        color: var(--footer-heading);
        margin-top: 12px;
        font-weight: 600;
    }

    footer .footerPartner {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

        footer .footerPartner > div {
            height: 60px;
        }

            footer .footerPartner > div img {
                height: 100%;
                width: auto;
                object-fit: cover;
            }

    footer .copyright {
        background: var(--footer-bottom);
        color: white;
        text-align: center;
        font-size: 14px;
        margin-top: 2rem;
        padding: 10px;
    }

    footer .socialMedia a {
        border: 1px solid var(--main-clr-2);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: grid;
        place-items: center;
        cursor: pointer;
        text-decoration: none;
        font-size: 14px;
    }

    footer .socialMedia a {
        color: var(--main-clr-2);
    }

        footer .socialMedia a i {
            transition: all ease-in-out .3s;
        }

    footer .socialMedia:hover a {
        background: var(--main-clr);
    }

    footer .socialMedia:hover i {
        transform: rotateY(180deg);
        color: white;
    }


.subscriberDiv {
    background: linear-gradient(90deg, var(--dark-main) 0%, var(--main-clr) 100%);
}

    .subscriberDiv h3 {
        font-size: 26px;
        font-weight: 600;
        color: white;
    }

    .subscriberDiv p {
        font-size: 18px;
        font-weight: 500;
        color: #dddddd;
        margin-bottom: 0;
    }

    .subscriberDiv form {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

        .subscriberDiv form input {
            padding: 8px 16px;
            border: 0px;
            font-size: 16px;
            font-weight: 500;
            border-radius: 4px;
            border: 1px solid #fff;
            outline: none;
            width: 70%;
        }

        .subscriberDiv form button {
            padding: 8px 12px;
            border: 1px solid #fff;
            background: transparent;
            color: white;
            font-size: 12px;
            font-weight: 600;
            border-radius: 4px;
            text-transform: uppercase;
            transition: all ease-in-out .2s;
            width: calc(30% - 8px);
        }

            .subscriberDiv form button:hover {
                background: #fff;
                color: var(--main-clr);
                border-color: #fff;
            }


.airlineScroll {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.airline-scroll-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: animateScroll 10s infinite linear;
    gap: 4rem;
}

@keyframes animateScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.airline-scroll-wrapper div {
    flex-shrink: 0;
    margin-right: 10px; /* Optional: Adds space between images */
}

.ns-145i5x {
    display: block;
    width: 100%;
    border: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 0rem;
    height: 130px;
    position: relative;
    background: #7722c6 url('/Content/images/pattern_1.svg') center bottom repeat-x;
}

/*!------------------------ Flight Search Page CSS ------------------------------------ */

/*.modifySearch {
    background-image: url('/Content/images/flightSearchBg.png');
    background-position: bottom;
    background-repeat: repeat-x;
    padding-top: 3rem;
}*/

    .modifySearch .fghjkl {
        font-size: 14px;
        font-weight: 500;
        color: var(--main-clr);
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .modifySearch .gctvyuiljhgbw {
        box-shadow: 0 0 10px 4px #00000017;
        padding: 12px 1rem;
        background-color: white;
        border-radius: 4px;
        border: 1px solid;
    }

    .modifySearch .modyvghjkl {
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modifySearch .wouehouwvwef {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .modifySearch .wouehouwvwef > div {
            font-size: 14px;
            font-weight: 500;
        }

        .modifySearch .wouehouwvwef .vghuioijh {
            position: relative;
            padding-left: 1rem;
        }

            .modifySearch .wouehouwvwef .vghuioijh::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                border-left: 1px solid;
                height: 100%;
            }

.modifySearch .modButtonhaefef > div {
    padding: 6px 12px;
    background: #460087;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.flightResultMainbhj {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    align-items: start;
}

    .flightResultMainbhj .filterSection {
        width: 24%;
        background: white;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .1607843137);
        border-radius: 2px;
        position: sticky;
        top: 1rem;
        height: 96dvh;
        overflow: auto;
    }

    .flightResultMainbhj .filterSection {
        scrollbar-width: thin;
    }

        .flightResultMainbhj .filterSection::-webkit-scrollbar {
            width: 12px;
        }

        .flightResultMainbhj .filterSection .hevybooubub {
            padding: 1rem;
            background: #460087;
            color: white;
            text-align: center;
            position: relative;
            padding-bottom: 1.8rem;
        }

            .flightResultMainbhj .filterSection .hevybooubub .fgweh2qef {
                display: none;
            }

            .flightResultMainbhj .filterSection .hevybooubub .ouwjevbw {
                position: absolute;
                right: 47%;
                height: 40px;
                width: 40px;
                border-radius: 50%;
                border: 4px solid;
                font-size: 12px;
                display: grid;
                place-items: center;
                bottom: -16px;
                background: var(--main-clr);
                z-index: 2;
            }

    .flightResultMainbhj .containettbiv {
        padding: 0.5rem 1rem;
        /* max-height: 500px;overflow: auto; */
    }

        .flightResultMainbhj .containettbiv > div {
            padding: 12px 0;
            border-bottom: 1px solid #ddd;
        }

            .flightResultMainbhj .containettbiv > div:last-child {
                border: 0;
            }

        .flightResultMainbhj .containettbiv .heaubfobbbfef {
            font-size: 14px;
            font-weight: 600;
            color: var(--main-clr);
            margin-bottom: .7rem;
        }

.containettbiv .gyuistopUbdubv {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .containettbiv .gyuistopUbdubv > div {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .containettbiv .gyuistopUbdubv label {
        font-size: 13px;
        font-weight: 400;
        color: var(--custom-gray);
    }

.containettbiv .ui-slider-horizontal {
    margin-bottom: .5rem;
}

.containettbiv .ui-slider-horizontal {
    height: 0.5em;
}

    .containettbiv .ui-slider-horizontal .ui-slider-range {
        background: var(--main-clr);
    }

.containettbiv .ui-widget-content .ui-state-default {
    border-radius: 50%;
    top: -0.4em;
}

.containettbiv .ui-state-default.ui-state-active {
    border-color: var(--light-main);
    background: var(--light-main);
}

.containettbiv .wrbwrbbwrv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--custom-gray);
}

.containettbiv .timingmainienw {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 4px;
    margin-bottom: 6px;
}

    .containettbiv .timingmainienw label {
        padding: 6px;
        border: 1px solid #ddd;
        font-size: 12px;
        color: var(--custom-gray);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 4px;
        gap: 3px;
        cursor: pointer;
        transition: all ease-in-out .1s;
    }

        .containettbiv .timingmainienw label:has(input:checked) {
            border-color: var(--main-clr);
            color: var(--main-clr);
            font-weight: 600;
        }

        .containettbiv .timingmainienw label:hover {
            border-color: var(--light-main);
        }

        .containettbiv .timingmainienw label img {
            height: 20px;
        }

        .containettbiv .timingmainienw label input {
            display: none;
        }

.flightResultMainbhj .resultSection {
    width: calc(100% - 26%)
}

.srtByTop {
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
}

    .srtByTop .fghq3f {
        font-size: 16px;
        font-weight: 400;
        padding-left: 1rem;
    }

    .srtByTop .fghq3fwvw {
        display: none;
    }

    .srtByTop .tjlnwwefq {
        display: flex;
        align-items: center;
    }

        .srtByTop .tjlnwwefq > div {
            border-left: 1px solid #ddd;
            padding: 8px 12px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            transition: all ease-in-out .3s;
        }

            .srtByTop .tjlnwwefq > div.active {
                background: #e7e7e7;
            }

            .srtByTop .tjlnwwefq > div i {
                font-size: 12px;
                padding-left: 4px;
            }

.searchOneWayBoxMain {
    background: white;
    box-shadow: 0 0 6px 4px #dddddd43;
    border-radius: 6px;
    padding: 1rem 0;
    border: 1px solid black;
    border-radius: 5px;
}

.searchOneWayBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    align-items: center;
}

    .searchOneWayBox .fguioaecw {
        padding: 0 1rem;
        width: 18%;
    }

        .searchOneWayBox .fguioaecw img {
            /*height: 30px;width: 100%;object-fit: contain;*/
            height: 30px;
            width: 100%;
        }

        .searchOneWayBox .fguioaecw .first {
            font-size: 13px;
            color: var(--custom-gray);
            margin-top: 10px;
        }

        .searchOneWayBox .fguioaecw .second {
            font-size: 14px;
            font-weight: 500;
        }

    .searchOneWayBox .tinianscac {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 55%;
        padding: 0 1rem;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

        .searchOneWayBox .tinianscac > div {
            width: calc(75% / 3);
        }

        .searchOneWayBox .tinianscac .second {
            display: flex;
            align-items: center;
            flex-direction: column;
        }

            .searchOneWayBox .tinianscac .second .time,
            .searchOneWayBox .tinianscac .second .typenaeU {
                font-size: 12px;
                font-weight: 600;
            }

            .searchOneWayBox .tinianscac .second .iasciascna .direct {
                width: 6em;
                height: 1px;
                border: 1px dashed #707070;
                display: flex;
                margin: 14px 0;
                position: relative;
            }

                .searchOneWayBox .tinianscac .second .iasciascna .direct::before,
                .searchOneWayBox .tinianscac .second .iasciascna .direct::after {
                    content: '';
                    position: absolute;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    border: 1px solid;
                    top: -7.5px;
                    background-color: white;
                }

                .searchOneWayBox .tinianscac .second .iasciascna .direct::before {
                    left: -1px;
                }

                .searchOneWayBox .tinianscac .second .iasciascna .direct::after {
                    right: -1px;
                }

                .searchOneWayBox .tinianscac .second .iasciascna .direct .oneStop::before {
                    content: "";
                    position: absolute;
                    background: #ca3b3b;
                    height: 10px;
                    width: 10px;
                    display: flex;
                    border-radius: 50%;
                    top: -5px;
                    right: 2.8em;
                }

                .searchOneWayBox .tinianscac .second .iasciascna .direct .twoStop::before,
                .searchOneWayBox .tinianscac .second .iasciascna .direct .twoStop::after {
                    content: "";
                    position: absolute;
                    background: #ca3b3b;
                    height: 10px;
                    width: 10px;
                    display: flex;
                    border-radius: 50%;
                    top: -5px;
                }

                .searchOneWayBox .tinianscac .second .iasciascna .direct .twoStop::before {
                    right: 3.3em;
                }

                .searchOneWayBox .tinianscac .second .iasciascna .direct .twoStop::after {
                    right: 2.0em;
                }

        .searchOneWayBox .tinianscac .vghjkw4eg4e .date {
            font-size: 14px;
            color: var(--custom-gray);
        }

        .searchOneWayBox .tinianscac .vghjkw4eg4e .time {
            font-size: 16px;
            color: var(--main-clr);
            font-weight: 500;
            margin-top: 2px;
        }

        .searchOneWayBox .tinianscac .vghjkw4eg4e .aiwena {
            font-size: 20px;
            font-weight: 600;
        }

    .searchOneWayBox .prizenvinwe {
        width: 18%;
        padding-right: 1rem;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

        .searchOneWayBox .prizenvinwe .geiihwe {
            font-size: 14px;
            font-weight: 400;
            color: var(--custom-gray);
        }

        .searchOneWayBox .prizenvinwe .iiamianqe {
            font-size: 30px;
            font-weight: 600;
            color: #005ba0;
        }

        .searchOneWayBox .prizenvinwe a {
            width: 100%;
            display: flex;
            justify-content: end;
        }

        .searchOneWayBox .prizenvinwe .biiqbbiq {
            background: #460087;
            color: white;
            padding: 6px 0px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 400;
            margin-top: 2px;
            width: 70%;
            text-align: center;
        }

            .searchOneWayBox .prizenvinwe .biiqbbiq i {
                font-size: 12px;
                margin-left: 4px;
            }

.moreInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

    .moreInfo i {
        padding-right: 2px;
    }

    .moreInfo > div:first-child {
        cursor: pointer;
    }

.fgyuioehwue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 1rem;
    background-color: var(--main-clr);
    color: white;
    font-size: 12px;
    font-weight: 500;
}

.detailsBox {
    display: none;
}

    .detailsBox .fghuiwebuwqe {
        background: #fff9ed;
        padding-top: 12px;
    }

    .detailsBox .searchOneWayBox {
        margin-bottom: 0px;
        padding-bottom: 12px;
    }

        .detailsBox .searchOneWayBox .tinianscac {
            border: 0px;
        }

            .detailsBox .searchOneWayBox .tinianscac .vghjkw4eg4e .aiwena {
                font-size: 14px;
            }

            .detailsBox .searchOneWayBox .tinianscac .vghjkw4eg4e .date,
            .detailsBox .searchOneWayBox .tinianscac .vghjkw4eg4e .time,
            .detailsBox .searchOneWayBox .tinianscac .vghjkw4eg4e .termina,
            .detailsBox .searchOneWayBox .fguioaecw .first,
            .detailsBox .searchOneWayBox .fguioaecw .second {
                font-size: 12px;
            }

    .detailsBox .wevwvwev12 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ddd;
    }

        .detailsBox .wevwvwev12 > div {
            background: #f1f1f1;
            padding: 2px 14px;
            font-size: 12px;
            font-weight: 400;
            border-radius: 4px 4px 0 0;
        }

.iiqigvqefqaqf {
    padding: 0 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .iiqigvqefqaqf .eofwoewewe1 img {
        height: 20px;
    }

    .iiqigvqefqaqf .eofwoewewe1 .first {
        font-size: 12px;
        color: var(--custom-gray);
        margin-top: 2px;
    }

    .iiqigvqefqaqf .eofwoewewe1 .second,
    .iiqigvqefqaqf .eofwoewewe2 .geiihwe {
        font-size: 12px;
    }

    .iiqigvqefqaqf .eofwoewewe2 .iiamianqe {
        font-size: 18px;
        color: var(--main-clr);
        font-weight: 600;
    }

.detailsBox.active {
    display: block;
}

.waerg5ver {
    cursor: pointer;
}


.searchTwoniai {
    display: flex;
    flex-direction: column;
    width: calc(100% - 18%);
    border-right: 1px solid #ddd;
}

    .searchTwoniai > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .searchTwoniai > div:first-child {
            border-bottom: 1px solid #ddd;
            padding-bottom: 14px;
            margin-bottom: 14px;
        }

    .searchTwoniai .fguioaecw {
        width: 25%;
    }

    .searchTwoniai .tinianscac {
        width: calc(100% - 25%);
        border-right: 0px;
    }


/*!----------------------------- Flight Review Page Css ----------------------------------- */

.changeFaabTn {
    background: var(--main-clr-2);
    color: #000;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all ease-in-out .3s;
}

    .changeFaabTn i {
        font-size: 12px;
    }

    .changeFaabTn:hover {
        background: var(--main-clr);
        color: white;
    }

.revieTImisn {
    border: 1px solid #a2a2a2;
    padding: 6px 26px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
}

    .revieTImisn span {
        color: #d33737;
        font-weight: 600;
        margin-left: 6px;
    }

.iqen2nene {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .iqen2nene span {
        font-size: 12px;
        font-weight: 400;
        color: #444444;
    }

.notebaefwecew,
.notebaefwecewa {
    background: #f1f1f1;
    padding: 10px 14px;
    border-radius: 4px;
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.notebaefwecewa {
    font-size: 12px;
    color: var(--custom-gray);
    padding: 6px 12px;
}

    .notebaefwecewa a {
        text-decoration: none;
    }

.wyfiyweubv {
    position: sticky;
    top: 1rem;
}

.rwvunowaw {
    font-size: 14px;
    font-weight: 400;
    color: #525252;
}

.bookBTNA {
    background: var(--main-clr);
    color: white;
    border: 0px;
    padding: 8px 22px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}



.form-control,
.form-label {
    font-size: 14px;
}


.process_banner {
    background: #eeeeee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 3;
}

.search-details {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-logo {
    display: grid;
    place-items: center;
}

.search-details h3 {
    margin-top: 2rem;
    font-size: 18px;
    text-align: center;
    color: #666666;
}

.search-details p {
    margin-top: 2rem;
    font-size: 14px;
    text-align: center;
    color: #666666;
}

.search-flightDetail {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 34rem;
    margin: 2rem auto;
    border-radius: 6px;
    padding: 1.5rem 0;
    flex-direction: column;
    border: 1px solid #ddd;
}

.search-date {
    margin: 20px 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

    .search-date::before {
        position: absolute;
        content: '';
        width: 100%;
        border: 1px solid #999;
        z-index: 0
    }

.plane_main {
    z-index: 1;
    min-width: 9em;
}

    .plane_main::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        left: 0;
        top: 8px;
    }

    .plane_main::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        right: 0;
        top: 8px;
    }

.flightDlt-row {
    display: flex;
    width: 100%;
}

.search-city {
    width: 25%;
    display: grid;
    place-items: center;
}

.plane_main bdo {
    background: #2297a7;
    color: #fff;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.meter {
    box-sizing: content-box;
    height: 20px;
    position: relative;
    background: var(--main-clr);
    border-radius: 6px;
    max-width: 34rem;
    margin: 1rem auto;
}

    .meter > span::after, .animate > span > span {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: linear-gradient( -45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%,transparent);
        z-index: 1;
        background-size: 50px 50px;
        animation: move 0.8s linear infinite;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden;
    }

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.asaqe2qef {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mapContact {
    width: 100%;
    height: 30em;
}

.contactIiaiie {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

    .contactIiaiie a {
        text-decoration: none;
        color: #6b6b6b;
        font-weight: 400;
    }

    .contactIiaiie i {
        color: white;
        background: var(--main-clr);
        padding: 10px 12px !important;
        border-radius: 50%;
        margin-right: 6px;
    }

@media (min-width: 992px) {

    .cusLink {
        padding: 0px 18px !important;
    }

    .wedrfgthj {
        align-items: center;
    }

    .wedrftgyhujkl {
        justify-content: space-between;
    }
}


div.mobile-only {
    background-color: #49494a;
    padding: 0px;
    
   
}


.mobile-only {
    display: none;
}

/* Show the element on mobile devices with a maximum width of 768px */
@media (max-width:768px) {
    .mobile-only {
        display: block; /* Or 'inline', 'block' 'inline-block', etc., depending on your needs */
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        
    }
    .navbar {
        z-index: 100;
        position: fixed;
        top: 40px;
        width: 100%;
    }
}

.mobile-box {
    float: left;
    width: 80%;
    padding: 0px;
}

.mobile-box1 {
    float: right;
    width: 18%;
    margin-top: 0px;
}

.clearfixmobile::after {
    content: "";
    clear: both;
    display: table;
}

/*.d-none {
    display: Block !important;
}*/

/*new calendar*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



.input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .input-row input[type="text"] {
        padding: 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 8px;
        flex: 1;
        background: white;
        cursor: pointer;
    }

.modal1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 10px;
}

.modal-content1 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    max-height: 90vh;
    overflow-y: auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background-color: #460087;    
    border-radius: 6px;
}

    .header button {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: white;
    }

.hover-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

    .hover-buttons button {
        flex: 1;
        min-width: 45%;
        padding: 8px;
        font-size: 14px;
        background-color: #007BFF;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .hover-buttons button:hover {
            background-color: #0056b3;
        }

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

    #calendar div {
        padding: 10px 0;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
       
        cursor: pointer;
		font-weight:bold;
		
    }

        #calendar div.today {
            background-color: #ffeeba;
        }

        #calendar div.selected {
            background-color: #28a745;
            color: white;
        }

        #calendar div.highlight {
            background-color: #17a2b8;
            color: white;
        }

.weekday-header {
    font-weight: bold;
    background: #e0e0e0;
}

.close-btn {
    margin-top: 15px;
    padding: 10px;
    background-color: #460087;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

    .close-btn:hover {
        background-color: #c82333;
    }

/* Responsive */
@media (max-width: 600px) {
    .input-row {
        flex-direction: column;
    }

    .hover-buttons button {
        font-size: 12px;
        padding: 6px;
    }

    #calendar div {
        padding: 8px 0;
        font-size: 12px;
    }
}

.gt_container-3pqq3h a.glink span {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
    color: black;
}

/*hide form calendar*/

#ui-datepicker-div {
    display: none;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    display: none;
}
.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}
.gt_container-3pqq3h a.glink span {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
    color: black;
}










.cancellation-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
}

.header1 {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f60;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

    .header1 .icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .header1 h2 {
        font-size: 1.5rem;
        color: #f60;
        font-weight: 600;
    }

.content1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}

.text-info {
    flex: 1;
    min-width: 260px;
}

    .text-info h3 {
        margin-bottom: 8px;
        font-size: 1.2rem;
        font-weight: 600;
        color: #333;
    }

    .text-info p {
        font-size: 0.95rem;
        color: #666;
    }

.price-box {
    background-color: #f2f2f2;
    padding: 14px 24px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #222;
    align-self: start;
}

.perks h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.perks ul {
    list-style: none;
    padding-left: 0;
    color: #444;
    font-size: 0.95rem;
}

.perks li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.check {
    margin-right: 8px;
    color: green;
    font-size: 1rem;
}

.buttons1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.primary {
    background-color: #e2e2e2;
    color: #222;
    padding: 12px 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .primary:hover {
        background-color: #d0d0d0;
    }

.secondary {
    background-color: white;
    color: #555;
    border: 1px solid #ccc;
    padding: 12px 16px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .secondary:hover {
        background-color: #f9f9f9;
    }

/* Responsive Design */
@media (max-width: 600px) {
    .content1 {
        flex-direction: column;
    }

    .price-box {
        align-self: stretch;
        text-align: center;
    }

    .header1 {
        flex-direction: column;
        align-items: flex-start;
    }
}


.disabled-date {
    background-color: #54adf4;
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
}


/*404 div*/
.section404 {
    margin: 0;
    padding: 0;
    background: #f0f4f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container404 {
    max-width: 90%;
    width: 100%;
    padding: 0px;
    animation: fadeIn 1.5s ease-in-out;
    text-align: center;
}

    .container404 img {
        width: 60%;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px;
        animation: float 3s ease-in-out infinite;
    }

    .container404 h1 {
        font-size: 10vw;
        color: #2d3748;
        margin: 0;
    }

    .container404 p {
        font-size: 5vw;
        max-width: 500px;
        margin: 10px auto 30px;
        color: #4a5568;
    }

    .container404 a {
        text-decoration: none;
        background: #3182ce;
        color: white;
        padding: 12px 24px;
        border-radius: 25px;
        font-size: 4vw;
        transition: background 0.3s ease;
        display: inline-block;
    }

    .container404 a:hover {
        background: #2b6cb0;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {

    .container404 {
        max-width: 90%;
        width: 100%;
        padding: 20px;
        animation: fadeIn 1.5s ease-in-out;
        text-align: center;
    }
    .container404 h1 {
        font-size: 64px;
    }

    .container404 p {
        font-size: 20px;
    }

    .container404 a {
        font-size: 18px;
    }
}

/*new-code-css-start-28-05-2025*/
.booking-card {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    max-width: 350px;
    border-top: 5px solid #00a7b3;
}

    .booking-card h3 {
        margin-top: 0;
        color: #007c94;
    }

.section-title {
    font-weight: bold;
    color: #d23188;
}

.flight-row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.flight-time {
    font-weight: bold;
    font-size: 14px;
}

.flight-detail small {
    display: block;
    font-size: 12px;
    color: #555;
}

.duration {
    text-align: center;
    font-size: 13px;
    color: #333;
}

.dot {
    color: #d23188;
}

.divider {
    border-top: 1px dotted #999;
    margin: 15px 0;
}

.payable {
    color: #d23188;
    font-weight: bold;
    float: right;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
}

    .pricing-table td {
        padding: 5px 0;
    }

    .pricing-table tr:not(:last-child) td {
        border-bottom: 1px dotted #ccc;
    }

.total {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.price-highlight {
    color: #d23188;
    float: right;
}

.note {
    font-size: 12px;
    color: #555;
    margin-top: 3px;
}
/*new-code-css-end-28-05-2025*/


/*features-new-code-css-start-30-09-2025*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    
}

.feature-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

    .feature-item:hover {
        transform: translateY(-5px);
    }

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .feature-icon svg {
        width: 28px;
        height: 28px;
        stroke: #460087;        
        stroke-width: 2;
        fill: none;
    }

.feature-title {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.feature-text {
    color: #666;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 900px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .features {
        grid-template-columns: 1fr;
    }
}

<!DOCTYPE html >
<html lang="en" >
<head >
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<title > Featured Deals Section</title >
<style >
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f2f5f9;
}

/* Section Wrapper */
.deals-section {
    padding: 60px 20px;
    background: #fff;
}

    .deals-section h2 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .deals-section p.sub {
        text-align: center;
        color: #666;
        margin-bottom: 40px;
    }

/* Grid */
.deals-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1150px;
    margin: auto;
}

/* Card */


/* Animation */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Deals Carousel */
.deals {
    padding: 60px 20px;
    /* max-width: 1200px;*/
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: #eee;
}

    .deals h2 {
        text-align: center;
        margin-bottom: 30px;
    }

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.deal-card {
    background: #fff;
    border-radius: 12px;
    margin-right: 20px;
    width: 280px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    text-align: center;
    flex-shrink: 0;
    transform: scale(1);
    transition: 0.3s;
}

    .deal-card:hover {
        transform: scale(1.05);
    }

    .deal-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .deal-card h3 {
        padding: 10px 0;
    }

    .deal-card p {
        color: #ff6600;
        padding-bottom: 10px;
        font-weight: 600;
    }

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 2em;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

    .prev:hover, .next:hover {
        background: rgba(255,102,0,0.7);
    }

/* Destination Slider */
.destinations {
    padding: 60px 20px;
    text-align: center;
    overflow: hidden;
}

    .destinations h2 {
        margin-bottom: 30px;
    }

.destination-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.destination-card {
    margin-right: 15px;
    flex-shrink: 0;
    width: 230px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

    .destination-card img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }

    .destination-card span {
        display: block;
        background: #0a2f5a;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-weight: 500;
    }

    .destination-card:hover {
        transform: scale(1.1);
    }

@media(max-width:768px) {
   

    .carousel, .destination-slider {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .deal-card, .destination-card {
        margin-right: 15px;
    }

    .footer .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*new fwature destination 2-10-25*/
/* Destinations */
.destinations {
    padding: 60px 20px;
    text-align: center;
    background-color: lightgray;
}

    .destinations h2 {
        font-size: 32px;
        margin-bottom: 30px;
        font-family: Georgia, serif;
        
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 20px;
}

.card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

    .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .3s;
    }

    .card:hover img {
        transform: scale(1.1);
    }

    .card .overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px;
        background: rgba(0,0,0,0.5);
        color: white;
        font-size: 16px;
    }
/*tour-container*/
.tour-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.left-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.tour-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

    .tour-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
    }

    /* Zoom effect on hover */
    .tour-card:hover img {
        transform: scale(1.1);
    }

    .tour-card span {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
        z-index: 1;
    }

.view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #460087;    
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

/* Show button with fade + scale */
.tour-card:hover .view-btn,
.tour-card.active .view-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.right-card {
    display: flex;
    flex-direction: column;
}

    .right-card .tour-card {
        flex: 1;
    }

@media (max-width: 900px) {
    .tour-container {
        grid-template-columns: 1fr;
    }

    .left-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

/* FAQ */
.faq {
    background-color: #460087;   
    color: white;
    padding: 20px 20px;
}

    .faq h2 {
        text-align: center;
        margin-bottom: 20px;
    }

details {
    margin: 10px 0;
    background: var(--secondary-bg);
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
}

summary {
    font-weight: bold;
}



/* Dropdown container */
.currency-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

/* Dropdown button */
.currency-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .currency-btn img {
        width: 24px;
        height: 16px;
        border-radius: 2px;
    }

    .currency-btn svg {
        width: 10px;
        height: 10px;
        fill: #fff;
    }

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 999;
    width: 200px;
    animation: fadeIn 0.2s ease-in-out;
}

    .dropdown-menu.show {
        display: block;
    }

/* Dropdown items */
.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
}

    .dropdown-item:hover {
        background: #f5f5f5;
    }

    .dropdown-item img {
        width: 22px;
        height: 15px;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 600px) {
    .header {
        justify-content: center;
        padding: 10px;
    }

    .currency-dropdown {
        margin-left: 0;
    }
}