/*=========================
  Hero Section
=========================*/
.hero-section {
    position: relative;
    /* overflow: hidden; */
    background: #f8f9fa;
}

.hero-section .banner-sliders {
    position: relative;
    width: 100%;
}

.hero-section .slider-item,
.hero-section .Search_banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(320px, 70vh, 700px);
    padding: 100px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-section .slider-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, .20) 0%,
            rgba(0, 0, 0, .35) 100%);
}

.hero-section .slider-text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.hero-section .slider-text h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .35);
}

/*=========================
  Extra Large (≥1400px)
=========================*/
@media (min-width:1400px) {

    .hero-section .slider-item,
    .hero-section .Search_banner {
        min-height: 600px;
    }

    .hero-section .slider-text {
        max-width: 1100px;
    }
}

/*=========================
  Laptop
=========================*/
@media (max-width:1199.98px) {

    .hero-section .slider-item,
    .hero-section .Search_banner {
        min-height: 560px;
        padding: 80px 20px;
    }
}

/*=========================
  Tablet
=========================*/
@media (max-width:991.98px) {

    .hero-section .slider-item,
    .hero-section .Search_banner {
        min-height: 300px;
        padding: 70px 20px;
    }

    .hero-section .slider-text {
        max-width: 700px;
    }
}

/*=========================
  Mobile
=========================*/
@media (max-width:767.98px) {

    .hero-section .slider-item,
    .hero-section .Search_banner {
        min-height: 420px;
        padding: 60px 15px;
        background-position: center center;
    }

    .hero-section .slider-text {
        padding: 10px;
    }

    .hero-section .slider-text h2 {
        line-height: 1.3;
    }
}

/*=========================
  Small Mobile
=========================*/
@media (max-width:575.98px) {

    .hero-section .slider-item,
    .hero-section .Search_banner {
        min-height: 150px;
        padding: 50px 15px;
    }

    .hero-section .slider-text h2 {
        font-size: 1.8rem;
    }
}

/*=========================
  Extra Small (320px)
=========================*/
@media (max-width:360px) {

    .hero-section .slider-item,
    .hero-section .Search_banner {
        min-height: 300px;
        padding: 40px 12px;
    }

    .hero-section .slider-text h2 {
        font-size: 1.5rem;
    }
}

/* ================================
   SEARCH FORM SECTION
================================ */
.search_form_section {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1320px;
    z-index: 10;
}

.search_form_section .search-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
}

@media (max-width:1199px) {

    .search_form_section {
        bottom: 35px;
    }
}

@media (max-width:991px) {
    .search_form_section {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        margin-top: -60px;
        padding: 0;
    }

    .search_form_section .search-wrapper {
        border-radius: 12px;
    }
}

@media (max-width:767px) {
    .search_form_section {
        margin-top: -40px;
    }

    .search_form_section .search-wrapper {
        padding: 20px;
    }
}

@media (max-width:575px) {
    .search_form_section {
        margin-top: -25px;
    }
}

.search-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.search-nav {
    display: inline-block;
    background: transparent;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: -70px;
}

.search_tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.search_tabs li {
    list-style: none;
}

.search_tabs li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 90px;
    height: 70px;
    background: #fff;
    border-radius: 12px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search_tabs li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.search_tabs li a.current {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.search_tabs li i {
    font-size: 18px;
}

.search_tabs li a.current i {
    color: var(--up17-buttton-txt);
}

.search-wrapper .search-wrapper {
    background: #fff;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.search-wrapper .search-wrapper.flight-search {
    padding-top: 20px;
}

.search-form .form-group {
    position: relative;
    padding: 10px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #dedede;
    height: 90px;
    line-height: 1;
}

.search-form .form-group label {
    color: #000000;
}

.search-form .form-control {
    border-radius: 12px;
    padding: 5px 0px;
    box-shadow: none;
    color: #000000;
    background: transparent;
    border: none;
    font-size: 19px;
    font-weight: 500;
}

.search-form .form-control.form-select option {
    font-size: 14px;
    padding: 10px;
}

.search-form .form-group i {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 28px;
    color: var(--up17-buttton-bg);
}

.search-form .form-group p.flight_text_p {
    font-size: 12px;
    color: #000;
    margin: 0;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-form-swap {
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-form-swap i {
    background: #EAE8FF;
    font-size: 19px !important;
    position: unset !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: var(--up17-buttton-bg);
}

.search-form-date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.search-form .passenger-total {
    border-radius: 12px;
    padding: 5px 0px;
    color: #000000;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 500;
}

.search-form .passenger-box {
    cursor: pointer;
}

.search-form .passenger-box .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 10px;
    width: 291px;
    right: -15px !important;
    margin-top: 15px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 14px;
}

.search-form .static-dropdown.passenger-box .dropdown-menu {
    right: 0px !important;
}

.search-form .passenger-box .dropdown-item:hover,
.search-form .passenger-box .dropdown-item.active {
    background: transparent;
    box-shadow: none;
    color: #000000;
}

.search-form .passenger-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.search-form .passenger-item h6 {
    font-size: 14px;
}

.search-form .passenger-item p {
    font-size: 12px;
    margin: 0;
}

.search-form .passenger-qty {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-form .passenger-qty button {
    border: none;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50px;
    background: rgb(190 190 190 / 15%);
    border: 1px solid #dedede;
    font-size: 14px;
}

.search-form .passenger-qty button i {
    position: unset !important;
    font-size: 14px !important;
}

.search-form .passenger-qty .qty-amount {
    width: 25px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 500;
    color: #000000;
}

.search-form .passenger-class-info .form-check {
    margin-top: 5px;
}

.search-form .passenger-class-info .form-check-input {
    box-shadow: none;
    margin-top: 0px;
}

.form-check-input:checked {
    background-color: var(--up17-buttton-bg);
    border-color: var(--up17-buttton-bg);
}

.search-form .flight-type {
    margin-bottom: 10px;
}

.search-form .flight-type .form-check-label {
    font-weight: 500;
    color: #000000;
}

.search-wrapper .flight-search-wrapper .tab-content {
    box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 0;
}

.search-form .flight-multicity-item {
    margin-top: 25px;
    display: none;
}

.search-form .multicity-btn {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
}

.search-form .multicity-item-remove {
    color: #F96768;
}

.search-form .multicity-item-remove i {
    color: #F96768 !important;
}


/* ================================
   MODIFY AREA
================================ */
.modify-area {
    background-color: rgb(0 0 0 / 12%);
    padding: 50px 0;
    margin-bottom: 20px;
}

.modify-area .search-wrapper {
    position: relative;
}

.modify-area .tab-content {
    background-color: var(--white);
    padding: 45px 30px 50px 30px;
    border-radius: var(--radius-md);
}

.search_view_btn {
    margin-top: 10px;
    padding: 0px 10px;
    background: var(--up17-buttton-bg1);
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
    font-size: 12px;
    color: var(--up17-buttton-txt1);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    animation: bounce 0.5s ease-in-out infinite;
}

.search_view_btn:hover {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.search-form .search-btn {
    text-align: center;
}

.search-form .search-btn .theme-btn {
    /* position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%); */
    margin-top: 20px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    border: 4px solid #ffffff;
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;

    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease-in-out;
    z-index: 2;
    overflow: hidden;
}


.search-form .search-btn .theme-btn span {
    margin-right: 5px;
}


/* Hover State */
.search-form .search-btn .theme-btn:hover {
    background: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}



.makeflex span {
    margin-right: 15px;
}

.makeflex .search_filters {
    position: relative;
    border-radius: 4px;
    color: var(--second-bg-color);
}

.makeflex .form-check-border {
    border-right: 1px solid #9b9b9b;
    padding-right: 1rem;
    margin-right: 1rem;
}

.makeflex .search_filters input[type=checkbox] {
    margin-top: 6px;
    border-radius: 50%;
}

.makeflex .form-check-inline label {
    margin-bottom: 0;
}

/* ================================
   RESPONSIVE DESIGN
================================ */

/* Tablet (768px – 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
    .search-form .search-btn .theme-btn {
        font-size: 14px;
        padding: 6px 18px;
        bottom: -20px;
    }

    .search-form .form-group i {
        font-size: 22px;
    }

    .search-nav {
        border-radius: 20px;
        background-color: #ffffff;
        padding: 0px;
        margin-top: 0;
    }

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

    .search_tabs {
        justify-content: center;
    }

    .search_tabs li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .search_tabs li i {
        margin: 0;
    }

    .search_tabs li a span {
        display: none;
    }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
    .search-nav {
        border-radius: 20px;
        background-color: #ffffff;
        padding: 0px;
        margin-top: 0;
    }

    .search-form .form-group {
        height: auto;
        padding: 10px;
        margin-bottom: 15px;
    }

    .search-form .form-control {
        font-size: 15px;
    }

    .search-form .passenger-total {
        font-size: 15px;
    }

    .search-form .form-group i {
        font-size: 18px;
        right: 10px;
        top: 10px;
    }

    .search-form-swap {
        left: 50%;
        top: -28px;
        transform: translateX(-50%);
    }

    .search-form .search-btn .theme-btn {
        font-size: 13px;
        padding: 5px 15px;
        bottom: -15px;
    }

    .search_tabs {
        justify-content: center;
    }

    .search_tabs li a {

        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .search_tabs li i {
        margin: 0;
    }

    .search_tabs li a span {
        display: none;
    }

    .search-area {
        margin: 0 0 30px 0;
    }

    .makeflex .search_filters {
        display: flex;
        white-space: nowrap;
        overflow: auto;
    }

    .search-wrapper {
        margin-top: -50px;
    }

    .search-form .multicity-btn {
        padding: 10px;
    }
}

/*calendar*/
.ui-widget.ui-widget-content.calendarOuter {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    list-style: none;
    overflow-y: auto;
    font-family: inherit !important;
}

.calendarOuter .ui-widget-header .ui-icon {
    background-image: unset;
}

.ui-datepicker.calendarOuter .ui-widget-header {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: none;
    border-radius: 8px;
}

.ui-datepicker.calendarOuter .ui-datepicker-prev::after {
    content: "\f100";
    top: 3px;
    left: 5px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

.ui-datepicker.calendarOuter .ui-datepicker-next::after {
    content: "\f101";
    top: 3px;
    right: 5px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

.ui-datepicker.calendarOuter .ui-datepicker-header .ui-corner-all,
.ui-datepicker.calendarOuter .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 600;
    top: 0px;
}

.ui-datepicker.calendarOuter td span,
.ui-datepicker.calendarOuter td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.calendarOuter .ui-state-default,
.ui-widget-content.calendarOuter .ui-state-default {
    border: none;
    border-radius: 8px;
}

.calendarOuter.ui-state-highlight,
.ui-widget-content.calendarOuter .ui-state-highlight {
    border: none;
    background: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}

.calendarOuter .ui-state-active,
.ui-widget-content.calendarOuter .ui-state-active {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}



/* UI Autocomplete */
.ui-autocomplete.up17-autocomplete {
    position: absolute;
    z-index: 1090;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    list-style: none;
    max-height: 300px;
    width: 450px !important;
    overflow-y: auto;
    font-family: inherit !important;
}

/* Menu item wrapper */
.up17-autocomplete .ui-menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}


/* Left section with city and airport code */
.up17-autocomplete .dest_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: inherit !important;
}

.dest_left .city {
    font-weight: bold;
    font-family: inherit !important;
}

.dest_left .airpotcode {
    font-size: 12px;
    font-family: inherit !important;
}

/* Right section with airport code and flag */
.up17-autocomplete .ui-menu-item-wrapper div:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.up17-autocomplete .aircode {
    font-size: 12px;
    font-family: inherit !important;
}


.up17-autocomplete .flag {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../../../webroot/img/country-flag.png);
    position: relative;
}

/* Scrollbar Styling */
.up17-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.up17-autocomplete::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.up17-autocomplete::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/* Datepicker specific styles */
.up17-autocomplete.ui-datepicker .ui-datepicker-header .ui-corner-all,
.up17-autocomplete.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 600;
    top: 3px;
}

/* Datepicker day styling */
.up17-autocomplete.ui-datepicker td span,
.up17-autocomplete.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}

/* Highlight and active states */
.up17-autocomplete .ui-state-highlight,
.up17-autocomplete.ui-widget-content .ui-state-highlight {
    border: none;
    background: var(--up17-buttton-bg);
    color: #ffffff;
}

.up17-autocomplete .ui-state-active,
.up17-autocomplete.ui-widget-content .ui-state-active {
    background: var(--up17-buttton-bg);
    color: #ffffff;
}

.up17-autocomplete .ui-state-active:hover,
.up17-autocomplete.ui-widget-content .ui-state-active:hover {
    background: var(--up17-buttton-bg);
    color: #ffffff;
}


/*@@@@@@@@@@@@@@@@@@ position flag images @@@@@@@@@@@@@@@@@@@@@@*/

.ad {
    background-position: 0 -352px
}

.ae {
    background-position: 0 -368px
}

.af {
    background-position: 0 -384px
}

.ag {
    background-position: 0 -400px
}

.ai {
    background-position: 0 -416px
}

.al {
    background-position: 0 -432px
}

.am {
    background-position: 0 -448px
}

.an {
    background-position: 0 -464px
}

.ao {
    background-position: 0 -480px
}

.aq {
    background-position: 0 -496px
}

.ar {
    background-position: 0 -512px
}

.as {
    background-position: 0 -528px
}

.at {
    background-position: 0 -544px
}

.au {
    background-position: 0 -560px
}

.aw {
    background-position: 0 -576px
}

.az {
    background-position: 0 -592px
}

.ba {
    background-position: 0 -608px
}

.bb {
    background-position: 0 -624px
}

.bd {
    background-position: 0 -640px
}

.be {
    background-position: 0 -656px
}

.bf {
    background-position: 0 -672px
}

.bg {
    background-position: 0 -688px
}

.bh {
    background-position: 0 -704px
}

.bi {
    background-position: 0 -720px
}

.bj {
    background-position: 0 -736px
}

.bm {
    background-position: 0 -752px
}

.bn {
    background-position: 0 -768px
}

.bo {
    background-position: 0 -784px
}

.br {
    background-position: 0 -800px
}

.bs {
    background-position: 0 -816px
}

.bt {
    background-position: 0 -832px
}

.bw {
    background-position: 0 -848px
}

.by {
    background-position: 0 -864px
}

.bz {
    background-position: 0 -880px
}

.ca {
    background-position: 0 -896px
}

.cg {
    background-position: 0 -912px
}

.cf {
    background-position: 0 -928px
}

.cd {
    background-position: 0 -944px
}

.ch {
    background-position: 0 -960px
}

.ci {
    background-position: 0 -976px
}

.ck {
    background-position: 0 -992px
}

.cl {
    background-position: 0 -1008px
}

.cm {
    background-position: 0 -1024px
}

.cn {
    background-position: 0 -1040px
}

.co {
    background-position: 0 -1056px
}

.cr {
    background-position: 0 -1072px
}

.cu {
    background-position: 0 -1088px
}

.cv {
    background-position: 0 -1104px
}

.cy {
    background-position: 0 -1120px
}

.cz {
    background-position: 0 -1136px
}

.de {
    background-position: 0 -1152px
}

.dj {
    background-position: 0 -1168px
}

.dk {
    background-position: 0 -1184px
}

.dm {
    background-position: 0 -1200px
}

.do {
    background-position: 0 -1216px
}

.dz {
    background-position: 0 -1232px
}

.ec {
    background-position: 0 -1248px
}

.ee {
    background-position: 0 -1264px
}

.eg {
    background-position: 0 -1280px
}

.eh {
    background-position: 0 -1296px
}

.er {
    background-position: 0 -1312px
}

.es {
    background-position: 0 -1328px
}

.et {
    background-position: 0 -1344px
}

.fi {
    background-position: 0 -1360px
}

.fj {
    background-position: 0 -1376px
}

.fm {
    background-position: 0 -1392px
}

.fo {
    background-position: 0 -1408px
}

.fr {
    background-position: 0 -1424px
}

.ga {
    background-position: 0 -1440px
}

.gb {
    background-position: 0 -1456px
}

.gd {
    background-position: 0 -1472px
}

.ge {
    background-position: 0 -1488px
}

.gg {
    background-position: 0 -1504px
}

.gh {
    background-position: 0 -1520px
}

.gi {
    background-position: 0 -1536px
}

.gl {
    background-position: 0 -1552px
}

.gm {
    background-position: 0 -1568px
}

.gn {
    background-position: 0 -1584px
}

.gp {
    background-position: 0 -1600px
}

.gq {
    background-position: 0 -1616px
}

.gr {
    background-position: 0 -1632px
}

.gt {
    background-position: 0 -1648px
}

.gu {
    background-position: 0 -1664px
}

.gw {
    background-position: 0 -1680px
}

.gy {
    background-position: 0 -1696px
}

.hk {
    background-position: 0 -1712px
}

.hn {
    background-position: 0 -1728px
}

.hr {
    background-position: 0 -1744px
}

.ht {
    background-position: 0 -1760px
}

.hu {
    background-position: 0 -1776px
}

.id {
    background-position: 0 -1792px
}

.mc {
    background-position: 0 -1792px
}

.ie {
    background-position: 0 -1808px
}

.il {
    background-position: 0 -1824px
}

.im {
    background-position: 0 -1840px
}

.in {
    background-position: 0 -1856px
}

.iq {
    background-position: 0 -1872px
}

.ir {
    background-position: 0 -1888px
}

.is {
    background-position: 0 -1904px
}

.it {
    background-position: 0 -1920px
}

.je {
    background-position: 0 -1936px
}

.jm {
    background-position: 0 -1952px
}

.jo {
    background-position: 0 -1968px
}

.jp {
    background-position: 0 -1984px
}

.ke {
    background-position: 0 -2000px
}

.kg {
    background-position: 0 -2016px
}

.kh {
    background-position: 0 -2032px
}

.ki {
    background-position: 0 -2048px
}

.km {
    background-position: 0 -2064px
}

.kn {
    background-position: 0 -2080px
}

.kp {
    background-position: 0 -2096px
}

.kr {
    background-position: 0 -2112px
}

.kw {
    background-position: 0 -2128px
}

.ky {
    background-position: 0 -2144px
}

.kz {
    background-position: 0 -2160px
}

.la {
    background-position: 0 -2176px
}

.lb {
    background-position: 0 -2192px
}

.lc {
    background-position: 0 -2208px
}

.li {
    background-position: 0 -2224px
}

.lk {
    background-position: 0 -2240px
}

.lr {
    background-position: 0 -2256px
}

.ls {
    background-position: 0 -2272px
}

.lt {
    background-position: 0 -2288px
}

.lu {
    background-position: 0 -2304px
}

.lv {
    background-position: 0 -2320px
}

.ly {
    background-position: 0 -2336px
}

.ma {
    background-position: 0 -2352px
}

.md {
    background-position: 0 -2368px
}

.me {
    background-position: 0 -2384px
}

.mg {
    background-position: 0 -2400px
}

.mh {
    background-position: 0 -2416px
}

.mk {
    background-position: 0 -2432px
}

.ml {
    background-position: 0 -2448px
}

.mm {
    background-position: 0 -2464px
}

.mn {
    background-position: 0 -2480px
}

.mo {
    background-position: 0 -2496px
}

.mq {
    background-position: 0 -2512px
}

.mr {
    background-position: 0 -2528px
}

.ms {
    background-position: 0 -2544px
}

.mt {
    background-position: 0 -2560px
}

.mu {
    background-position: 0 -2576px
}

.mv {
    background-position: 0 -2592px
}

.mw {
    background-position: 0 -2608px
}

.mx {
    background-position: 0 -2624px
}

.my {
    background-position: 0 -2640px
}

.mz {
    background-position: 0 -2656px
}

.na {
    background-position: 0 -2672px
}

.nc {
    background-position: 0 -2688px
}

.ne {
    background-position: 0 -2704px
}

.ng {
    background-position: 0 -2720px
}

.ni {
    background-position: 0 -2736px
}

.nl {
    background-position: 0 -2752px
}

.no {
    background-position: 0 -2768px
}

.np {
    background-position: 0 -2784px
}

.nr {
    background-position: 0 -2800px
}

.nz {
    background-position: 0 -2816px
}

.om {
    background-position: 0 -2832px
}

.pa {
    background-position: 0 -2848px
}

.pe {
    background-position: 0 -2864px
}

.pf {
    background-position: 0 -2880px
}

.pg {
    background-position: 0 -2896px
}

.ph {
    background-position: 0 -2912px
}

.pk {
    background-position: 0 -2928px
}

.pl {
    background-position: 0 -2944px
}

.pr {
    background-position: 0 -2960px
}

.ps {
    background-position: 0 -2976px
}

.pt {
    background-position: 0 -2992px
}

.pw {
    background-position: 0 -3008px
}

.py {
    background-position: 0 -3024px
}

.qa {
    background-position: 0 -3040px
}

.re {
    background-position: 0 -3056px
}

.ro {
    background-position: 0 -3072px
}

.rs {
    background-position: 0 -3088px
}

.ru {
    background-position: 0 -3104px
}

.rw {
    background-position: 0 -3120px
}

.sa {
    background-position: 0 -3136px
}

.sb {
    background-position: 0 -3152px
}

.sc {
    background-position: 0 -3168px
}

.sd {
    background-position: 0 -3184px
}

.se {
    background-position: 0 -3200px
}

.sg {
    background-position: 0 -3216px
}

.si {
    background-position: 0 -3232px
}

.sk {
    background-position: 0 -3248px
}

.sl {
    background-position: 0 -3264px
}

.sm {
    background-position: 0 -3280px
}

.sn {
    background-position: 0 -3296px
}

.so {
    background-position: 0 -3312px
}

.sr {
    background-position: 0 -3328px
}

.st {
    background-position: 0 -3344px
}

.sv {
    background-position: 0 -3360px
}

.sy {
    background-position: 0 -3376px
}

.sz {
    background-position: 0 -3392px
}

.tc {
    background-position: 0 -3408px
}

.td {
    background-position: 0 -3424px
}

.tg {
    background-position: 0 -3440px
}

.th {
    background-position: 0 -3456px
}

.tj {
    background-position: 0 -3472px
}

.tl {
    background-position: 0 -3488px
}

.tm {
    background-position: 0 -3504px
}

.tn {
    background-position: 0 -3520px
}

.to {
    background-position: 0 -3536px
}

.tr {
    background-position: 0 -3552px
}

.tt {
    background-position: 0 -3568px
}

.tv {
    background-position: 0 -3584px
}

.tw {
    background-position: 0 -3600px
}

.tz {
    background-position: 0 -3616px
}

.ua {
    background-position: 0 -3632px
}

.ug {
    background-position: 0 -3648px
}

.us {
    background-position: 0 -3664px
}

.uy {
    background-position: 0 -3680px
}

.uz {
    background-position: 0 -3696px
}

.va {
    background-position: 0 -3712px
}

.vc {
    background-position: 0 -3728px
}

.ve {
    background-position: 0 -3744px
}

.vg {
    background-position: 0 -3760px
}

.vi {
    background-position: 0 -3776px
}

.vn {
    background-position: 0 -3792px
}

.vu {
    background-position: 0 -3808px
}

.ws {
    background-position: 0 -3824px
}

.ye {
    background-position: 0 -3840px
}

.za {
    background-position: 0 -3856px
}

.zm {
    background-position: 0 -3872px
}

.zw {
    background-position: 0 -3872px
}


/*@@@@@@@@@@@@@@@@@@ position flag images @@@@@@@@@@@@@@@@@@@@@@*/


@media (max-width:480px) {
    .ui-autocomplete.up17-autocomplete {
        width: 300px !important;
    }
}

/*Forex Wrapper */
.forex-wrapper {
    margin: 20px -20px -20px -20px;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.forex-wrapper .forex-bar {
    display: flex;
    align-items: center;
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.forex-wrapper .forex-ticker {
    flex: 1;
    overflow: hidden;
    padding: 12px 20px;
}

.forex-wrapper .forex-track {
    display: flex;
    width: max-content;
    animation: tickerMove 200s linear infinite;
}

.forex-wrapper .forex-ticker:hover .forex-track {
    animation-play-state: paused;
}

.forex-wrapper .forex-item {
    padding: 0 20px;
    font-size: 13px;
    white-space: nowrap;
}

.forex-wrapper .forex-item .currency-name {
    font-size: .85rem;
    font-weight: 500;
    opacity: .95;
    margin-right: 6px;
}

.forex-wrapper .forex-item .currency-rate {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.forex-wrapper .forex-btn {
    background: transparent;
    color: #ffffff;
    border-left: 1px solid #fff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

@keyframes tickerMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.forex-wrapper .rate-box {
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #eee;
}

@media (max-width: 768px) {
    .forex-wrapper .forex-item {
        font-size: 12px;
        padding: 0 12px;
    }

    .forex-wrapper .forex-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.form-group.luxery-search-group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}




.form-group.luxery-search-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0px;
    color: #222;
    font-size: 16px;
}

.form-group.luxery-search-group .lux-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-group.luxery-search-group .lux-option {
    padding: 10px 16px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(200, 200, 200, 0.4);
    backdrop-filter: blur(8px);
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.form-group.luxery-search-group .lux-option:hover {
    background: linear-gradient(135deg, var(--up17-buttton-bg), var(--up17-buttton-bg));
    color: var(--up17-buttton-txt);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.form-group.luxery-search-group .lux-option.active {
    background: linear-gradient(135deg, var(--up17-buttton-bg), var(--up17-buttton-bg));
    color: var(--up17-buttton-txt);
    border: none;
    box-shadow: 0 4px 12px rgba(201, 162, 39, 0.5);
}

.form-group.luxery-search-group .lux-option:active {
    transform: scale(0.96);
}

.form-group.luxery-search-group .location {
    font-size: 13px;
    color: #888;
    font-style: italic;
}