* {
    --websiteTheme2: #f07c00;
    --websiteTheme: #f07c00;
    --visatheme: #f07c00;
    --secondaryColor: #f07c00;
    --websiteThemeLight2: #ffbfcd;
    --websiteThemeLight: #e1e9ed;
    --websiteThemeLight4: #ffc8a3;
    --cardLightTheme: #e4f4fb;
    --websiteThemeLighter2: #d6214a21;
    --websiteThemeLighter: #16557121;
    --websiteThemeLightest: #d6214a0a;
    --blueFilter: brightness(0) saturate(100%) invert(44%) sepia(39%)
        saturate(908%) hue-rotate(168deg) brightness(96%) contrast(94%);
    --yellowFilter: brightness(0) saturate(100%) invert(60%) sepia(98%)
        saturate(653%) hue-rotate(0deg) brightness(100%) contrast(104%);
}
.header-top-demo.navbar.navbar-expand.navbar-dark.flex-column.flex-md-row.bd-navbar {
    padding: 10px !important;
    background: var(--websiteTheme) !important;
}
.header-top-demo .container {
    padding-right: 15px;
    padding-left: 15px;
}
body.homepage {
    background: var(--websiteThemeLighter);
}
.head.text-white.text-uppercase.mb-3.font-weight-bold.h5 {
    font-weight: 500 !important;
    font-size: 18px;
}
.icon-sidebar-wrapper .block:nth-child(2) {
    background: #212121;
}
.homepage-banner-content {
    padding: 10px 0;
}
.homepage-banner-content p {
    color: #fff;
}
.homepage-banner-content h2 {
    color: #fff;
}
.iternary-total-price {
    background: var(--websiteTheme2);
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px !important;
    background: var(--websiteTheme) !important;
}

.homepagea label {
    color: #333 !important;
    font-size: 14px !important;
}
.shadow-sm.border-0.overflow-hidden {
    height: 120px;
    border-radius: 10px !important;
}
.exclusive-deals-section .text-primary {
    color: var(--websiteTheme2) !important;
}
.exclusive-deals-section .border-bottom {
    border-color: var(--websiteTheme2) !important;
}
.form-control-sm {
    height: calc(1.5em + 0.75rem + 2px);
}
.card.shadow-sm.border-0.rounded-lg.overflow-hidden img {
    height: 100% !important;
    object-fit: cover !important;
}
.flight-routes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.route-card {
    flex: 0 0 calc(50% - 15px);
    box-sizing: border-box;
}
.d-flex.flex-wrap.gap-2 {
    gap: 10px;
}
@media screen and (max-width: 576px) {
    .scroll-top-button {
        display: none !important;
    }
    button.btn.text-white.w-100.visaByuttomn.d-flex.align-items-center.justify-content-center.visa-search-btn {
    margin-top: 10px;
}
}
input#VisaSearch {
    background-position: 20px 18px !important;
    height: 55px !important;
    border-radius: 50px !important;
    background-size: 15px;
}
.home-custom-buttons a.themeBackground.text-white:not(:nth-child(1)),
.home-custom-buttons button.themeBackground.text-white:not(:nth-child(1)) {
    margin-left: -10px !important;
}
.banner-section {
    background: var(--websiteTheme);
}
.nav-pills-custom .nav-link {
    box-shadow: none;
}
#myTab a.active {
    background: var(--secondaryColor) !important;
    color: #fff !important;
    border-color: var(--secondaryColor) !important;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .nav-link:hover {
    background: #fff !important;
    border-color: var(--websiteTheme);
}
#myTab a {
    border: 0;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -khtml-border-radius: 0.25rem;
}
#myTab a.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.home-flight-search-form,
.home-hotel-search-form {
    display: grid;
}
.home-flight-search-form > div:not(:last-child),
.home-hotel-search-form > div:not(:last-child) {
    border-right: 1px solid #dee2e6;
}
.home-flight-search-form {
    grid-template-columns: 1.4fr 1.4fr 1fr 1fr 1.2fr;
}
.home-flight-search-form.multi-city-form-grid {
    grid-template-columns: 1fr;
}
.home-flight-search-form > div,
.holiday-form .form-group {
    padding: 10px 15px;
}
.home-flight-search-form > div.disabled {
    background: #00000008;
}
.embed-responsive.embed-responsive-16by9.w-100.h-100 {
    position: relative;
    padding-bottom: 56.24%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    pointer-events: none;
}
.horizontal-insurance-enquiry h2 {
    color: var(--websiteTheme) !important;
}
.horizontal-insurance-enquiry button {
    background: var(--websiteTheme);
    border-color: var(--websiteTheme) !important;
    color: #fff;
}
section.pb-5.bg-light h4 {
    color: var(--websiteTheme) !important;
}
section.pb-5.bg-light h3 {
    color: var(--websiteTheme) !important;
}
section.pb-5.bg-light .text-success {
    color: var(--websiteTheme) !important;
}
.home-flight-search-form .swap {
    top: 50% !important;
    left: 100% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow:
        rgb(0 0 0 / 0.12) 0 1px 3px,
        rgb(0 0 0 / 0.24) 0 1px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.home-flight-search-form .swap img {
    margin: -2px;
}
input#holiday-city {
    background-position: 20px 18px !important;
    border: 1px solid #ccc !important;
    height: 55px !important;
    border-radius: 10px !important;
}
.bg-white.rounded-16.shadow-lg.p-4 {
    background: #fff;
    padding: 15px !important;
    border-radius: 10px;
}
button.btn.text-white.themeBackground.w-100.py-3 {
    border-radius: 10px;
}
.input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
footer.footer-version-2.themeBackground {
    background: #333 !important;
}
.footer-version-2 .social a:hover {
    background: none !important;
    border-color: none !important;
}
.exclusive-deals-details {
    padding: 30px 15px !important;
}
.exclusive-deals.rounded.overflow-hidden.shadow {
    border-radius: 12px !important;
}
.exclusive-deals-details h6.limit-one-line.mb-1.font-weight-600 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    font-size: 1.25rem;
    font-weight: 700 !important;
    margin-bottom: 0.5rem;
}
.exclusive-deals-details .limit-one-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}
.exclusive-deals .float-head {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.new-flight-card.one-way-flight-card.bg-white.rounded.border .journey-details {
    grid-template-columns: 1.5fr 1fr 1fr !important;
    gap: 10px;
}
.atlas-footer {
    display: none;
}
.partner-swiper {
    overflow: visible;
    padding: 0 48px;
}
.partner-swiper .swiper-button-prev {
    left: 0;
    transform: translateX(-50%);
}
.partner-swiper .swiper-button-next {
    right: 0;
    transform: translateX(50%);
}
.partner-swiper .swiper-button-prev,
.partner-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0a67b2;
    color: #fff;
}
.home-offer-card .float-head {
    width: 50% !important;
}
.partner-swiper .swiper-button-prev::after,
.partner-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}
.tour-type.themeBackgroundLight.small.font-weight-600.py-1.px-3.rounded {
    background: none;
    padding: 0 !IMPORTANT;
}
.d-flex.flex-wrap.gap-5 {
    gap: 5px;
}
.date-block.d-flex.align-items-center.justify-content-between .font-size18 {
    font-size: 14px;
    font-weight: 600;
}
section.holiday-packages-results .holiday-package-card .image img {
    height: 100%;
    object-fit: cover;
    border-radius: .25rem 0 0 .25rem !important;
}
.custom-margin {
    margin-bottom: 1.3rem; /* equivalent to mb-5 */
}
.input-search-list.shadow.bg-white.overflow-y-auto.border {
    margin-left: 50px;
    margin-top: 10px;
    max-height: 230px;
}
@media (max-width: 767px) {
    .custom-margin {
        margin-bottom: 1rem !important; /* equivalent to mb-2 */
    }
}
span.for-mobile-icoon {
    z-index: 1;
}
@media (max-width: 767px) {
  .tripmaza-heading {
    margin-bottom: 0 !important; /* overrides mb-4 */
  }
}
.extra-option label{
    border-left: none;
}
.d-flex.align-items-center.btnBlock.gap-20px.justify-content-between.justify-content-md-end {
    margin-top: 10px;
}
@media (max-width: 767px) {
  .detail-page-footer {
    padding-bottom: 210px !important;
  }
}
@media (max-width: 991.98px) {
    /* --- Main Card Container --- */
    .holiday-enquiry-bar .select-block {
        display: flex !important;
        align-items: center !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 14px !important;
        box-shadow: 0 4px 15px rgba(15, 23, 42, 0.06) !important;
        padding: 14px !important; /* Overrides default px-2 py-1 */
        margin-top: 0 !important; /* Forces tight side-by-side alignment cleanly */
        gap: 0 !important;
        position: relative;
        overflow: hidden;
        transition: all 0.2s ease;
        height: 100%;
    }
    .flight-search-listing-page .atlas-footer{
        display: none !important;
    }

    .holiday-enquiry-bar .select-block:focus-within {
        border-color: #3b82f6 !important;
        box-shadow: 0 4px 15px rgba(59, 130, 246, 0.12) !important;
    }

    /* --- Left Light Blue Icon Box --- */
    .holiday-enquiry-bar .tm-mob-cat-icon-box {
        background: #eff6ff; /* Light blue background */
        border-radius: 10px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 14px;
    }

    .holiday-enquiry-bar .tm-mob-cat-icon-box i {
        color: #3b82f6 !important; /* Blue icon */
        font-size: 16px;
        margin: 0 !important;
    }

    /* --- Middle Content Wrapper (Title + Value) --- */
    .holiday-enquiry-bar .tm-mob-cat-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0; /* Prevents text overflow */
        padding-right: 10px;
    }

    /* "CATEGORY" Title Text */
    .holiday-enquiry-bar .tm-mob-cat-title {
        font-size: 10px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        color: #94a3b8 !important;
        margin-bottom: 2px !important;
        border: none !important;
        padding: 0 !important;
    }

    /* The Actual Select Value (e.g., "4 Star") */
    .holiday-enquiry-bar .tm-mob-cat-value,
    .holiday-enquiry-bar .tm-mob-cat-value select,
    .holiday-enquiry-bar .tm-mob-cat-value .custom-select-wrapper {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        line-height: 1.2;
        width: 100% !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        outline: none !important;
    }

    /* --- Right Dropdown Arrow --- */
    .holiday-enquiry-bar .tm-mob-cat-arrow {
        color: #94a3b8 !important;
        font-size: 13px;
        flex-shrink: 0;
        margin-left: auto;
        pointer-events: none; /* Lets clicks pass through to the select behind it if needed */
    }
}
@media (max-width: 767px) {
  .tripmaza-view-all {
    position: relative !important;
    display: block !important;
    text-align: right;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
    .home-flight-search-form {
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
    span.for-mobile-icoon {
    z-index: 0;
}
    .holiday-about-section.mb-5.rounded.overflow-hidden.position-relative {
    display: none;
}
.input-search-list.shadow.bg-white.overflow-y-auto.border {
    margin-left: 0px;
}
.for-mobile-icoon{
    top: 28px !important;
}
.hero-section.position-relative {
    height: auto !important;
}
.adult-number h5 {
    font-size: 14px;
    font-weight: 600;
}
.icon-sidebar-wrapper.position-fixed {
    display: none;
}

section.holiday-packages-results .holiday-package-card .image img {
    height: 100%;
    object-fit: cover;
    border-radius: .25rem !important;
}
#navbarSupportedContent .d-flex-on-mobile {
    display: block !important;
    gap: 10px;
}
    .modal.add-travellers-modal {
    padding-right: 0 !important;
}
.hero-content .banner-content-new h2 {
    font-size: 1.7rem !important;
}
.yellow-search-bar .search-input-col{
    padding: 8px 10px !important;
}
.home-offer-card.bg-white.border .image a img {
    height: 200px !important;
}

    .atlas-footer {
        display: block;
    }
    .banner-content-new h2 {
        font-size: 1.5rem !important;
    }
    .atlas-footer {
        justify-content: space-around;
        align-items: flex-end;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 999;
        box-shadow: 0 -2px 3px #cac4c7;
    }
    footer.footer-version-2.themeBackground {
        background: #333 !important;
        padding-bottom: 60px;
    }
    .atlas-footer ul li {
        width: 25%;
        padding: 8px;
        text-align: center;
        height: 55px;
    }
    .holiday-enquiry-bar {
        bottom: 50px;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .home-footer-name {
        color: #fff;
        font-size: 12px;
    }
    .landing-header {
        z-index: 1 !important;
    }
    .atlas-footer .container-fluid {
        margin: 0;
        padding: 0;
    }
    .contact-icon-footer {
        font-size: 18px !important;
        color: #fff;
    }
    .whatsapp-cico {
        color: #fff !important;
        font-size: 18px !important;
    }
    .home-icon-footer {
        font-size: 18px !important;
        color: #fff;
    }
    .contact-icon-name {
        color: #fff !important;
        font-size: 12px;
    }
    .query-icon-name {
        color: #fff !important;
        font-size: 12px;
    }
    .whatsapp-color-icon {
        color: #fff !important;
        font-size: 12px;
    }
    .width50percentonmobile {
        width: 100% !important;
    }
    input#onefrom::placeholder {
    color: #000;
}
    div#navbarSupportedContent ul.navbar-nav.ml-auto.right-link {
        position: relative;
        top: 0px !important;
        align-items: start;
    }
    .fixed-input-bar .input-search-list {
        top: 50px;
    }
    .search-input-col.pl-4 {
        padding-left: 10px !important;
    }
    .cursorPointer.py-2.px-3.themeBackgroundLighter {
        width: 175px !important;
        background: #fff;
        border-radius: 50px;
        font-size: 10px !important;
    }
    .enquiry-modal-for-mobile {
        z-index: 999999999999999999;
    }
    a.nav-item.text-white {
        color: #333 !important;
    }
    .nav-item.text-white.cursor-pointer {
        color: #333 !important;
    }
    div#navbarSupportedContent {
        background: #fff;
        padding: 15px;
    }
    .why-book-with-us.py-4.text-white {
        display: none;
    }
    ul.navbar-nav.ml-auto.right-link {
        gap: 5px !important;
    }
    .cursorPointer.py-2.px-3.themeBackground.text-white {
        font-size: 14px !important;
        width: auto;
    }
    .new-flight-card .more-fair-float-box {
              top: auto;
        bottom: 10px;
        right: 10px;
        z-index: 2;
        border-radius: 5px;
    }
    .pr-2.h6.mb-0.d-flex.justify-content-center.align-items-center.text-dark {
        color: #fff !important;
    }
    .cursorPointer.py-2.px-3.themeBackgroundLighter {
        width: 175px !important;
        background: #fff;
        border-radius: 50px;
    }
    .flight-search-listing-page .inner-header {
        display: none;
    }
    .banner-content-new {
        width: 100% !important;
        margin-bottom: 10%;
    }
    .text-left-on-mobile {
        text-align: left !important;
    }
    .home-flight-search-form > div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #dee2e6;
    }
    .home-flight-search-form > div:nth-child(odd) {
        border-right: 1px solid #dee2e6 !important;
    }
    .nav-pills-custom .nav-link {
        padding: 4px 3px !important;
        margin: 0;
        border-width: 3px;
        font-size: 0.8rem !important;
    }
    div#v-pills-tab {
        overflow: unset;
        overflow-x: auto;
    }
}
@media screen and (max-width: 576px) {
    .home-flight-search-form {
        grid-template-columns: 1fr;
    }
    .home-flight-search-form > div:nth-child(odd) {
        border-right: 0 !important;
    }
    .home-flight-search-form .swap {
        top: 100% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
    }
    .custom-owl-navs .owl-nav,
    #popular-destination .owl-nav {
        display: none;
    }
}
.home-hotel-search-form {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr 200px;
}
.home-hotel-search-form > div {
    background: #fff;
    padding: 10px;
}
.home-hotel-search-form > div:nth-child(1) {
    border-radius: 0.25rem 0 0 0.25rem;
}
.home-hotel-search-form > div:nth-last-child(1) {
    border-radius: 0 0.25rem 0.25rem 0;
}
.home-hotel-search-form label {
    font-size: 0.8rem;
    line-height: initial;
    margin-bottom: 5px;
}
.home-hotel-search-form input,
.home-hotel-search-form select {
    font-size: 0.85rem;
    padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
    .home-hotel-search-form {
        grid-template-columns: repeat(3, 1fr);
    }
    .home-hotel-search-form > div:nth-child(1),
    .home-hotel-search-form > div:nth-child(2),
    .home-hotel-search-form > div:nth-child(3) {
        border-bottom: 1px solid #dee2e6;
    }
    button.btn.text-white.themeBackground.w-100.py-3 {
        margin-top: 10px;
    }
    input#holiday-city {
        padding-left: 50px !important;
    }
    .home-hotel-search-form > div:nth-child(1) {
        border-radius: 0.25rem 0 0 0;
    }
    .home-hotel-search-form > div:nth-child(3) {
        border-right: 0;
        border-radius: 0 0.25rem 0 0;
    }
    .home-hotel-search-form > div:nth-child(4) {
        border-radius: 0 0 0 0.25rem;
    }
    .home-hotel-search-form > div:nth-last-child(1) {
        border-radius: 0 0 0.25rem 0;
    }
}
@media screen and (max-width: 768px) {
    .home-hotel-search-form {
        grid-template-columns: 1fr;
    }
    .home-hotel-search-form > div:nth-child(1),
    .home-hotel-search-form > div:nth-child(2),
    .home-hotel-search-form > div:nth-child(4),
    .home-hotel-search-form > div:nth-child(5) {
        border-right: 0;
    }
    .home-hotel-search-form > div:nth-child(4),
    .home-hotel-search-form > div:nth-child(5) {
        border-bottom: 1px solid #dee2e6;
    }
    .home-hotel-search-form > div:nth-child(1) {
        border-radius: 0.25rem 0.25rem 0 0;
    }
    .home-hotel-search-form > div:nth-child(3) {
        border-radius: 0;
    }
    .home-hotel-search-form > div:nth-child(4) {
        border-radius: 0;
    }
    .home-hotel-search-form > div:nth-last-child(1) {
        border-radius: 0 0 0.25rem 0.25rem;
    }
}
.flight-search-form {
    background: var(--websiteTheme);
}
.search-page-form .flight-way-tab #myTab a {
    border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -khtml-border-radius: 0.25rem !important;
}
.flight-search-page-form > div.disabled {
    background: #00000008;
}
.flight-search-page-form input {
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.col-12.hide-on-med-and-down {
    background: var(--websiteTheme2) !important;
    color: #fff !important;
}
.coupon > div {
    background: #fff;
}
.multicity-main-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid #dee2e6 !important;
}
.multicity-main-form label {
    font-weight: 600;
}
.multicity-main-form > .form-group input.airport_search2 {
    border: 0;
}
.multicity-main-form input.hasDatepicker {
    border: 0;
    font-weight: 400;
}
.multicity-main-form > div {
    padding: 10px 15px;
}
.multicity-main-form > div.form-group:nth-child(3) {
    padding: 10px 35px 10px 15px;
}
.multicity-main-form > div:nth-child(1),
.multicity-main-form > div:nth-child(2) {
    border-right: 1px solid #dee2e6;
}
.multicity-main-form .multicity_filghtremoveicon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-6px, -50%);
    -webkit-transform: translate(-6px, -50%);
}
@media screen and (max-width: 768px) {
    .multicity-main-form {
        grid-template-columns: 1fr 1fr;
    }
    .multicity-main-form > div:nth-child(1),
    .multicity-main-form > div:nth-child(2) {
        border-bottom: 1px solid #dee2e6;
    }
    .multicity-main-form > div:nth-child(2) {
        border-right: 0;
    }
    .multicity-main-form > div.form-group:nth-child(3) {
        grid-area: 2/1/3/3;
    }
    .multicity-main-form .multicity_filghtremoveicon {
        top: initial;
        bottom: 18px;
    }
}
@media screen and (max-width: 576px) {
    .multicity-main-form {
        grid-template-columns: 1fr;
    }
    .multicity-main-form > div:nth-child(1) {
        border-right: 0;
    }
    .multicity-main-form > div.form-group:nth-child(3) {
        grid-area: initial;
    }
}
.flight-search-listing-page .mobile-top-bar .top-grid {
    background: var(--websiteTheme);
}
.flight-search-listing-page .multicity-main-form {
    background: #fff;
}
.flight-search-listing-page #myTabContent .multicity_filghtremoveicon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-6px, -50%);
    -webkit-transform: translate(-6px, -50%);
    font-size: initial;
    height: 22px;
}
@media screen and (max-width: 768px) {
    .flight-search-listing-page #myTabContent .multicity_filghtremoveicon {
        top: initial;
        bottom: 18px;
    }
}
@media screen and (max-width: 576px) {
    .flight-search-page-form.flight-search-page-multi-city-form {
        grid-template-columns: 1fr;
    }
    .flight-search-page-form.flight-search-page-multi-city-form
        .traveller-class {
        grid-area: initial;
    }
}
.hotel-modify-section {
    background: linear-gradient(97deg, #000021 4.43%, #52606b 104.18%);
}
.hotel-search-page .hotel-search-page-form {
    background: #fff;
    gap: 0;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -khtml-border-radius: 0.25rem;
}
.hotel-search-page .hotel-search-page-form > div {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
.hotel-search-page .hotel-search-page-form > div:nth-child(1) {
    border-radius: 0.25rem 0 0 0.25rem;
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    -khtml-border-radius: 0.25rem 0 0 0.25rem;
}
.hotel-search-page .hotel-search-page-form > div:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
    -moz-border-radius: 0 0.25rem 0.25rem 0;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    -khtml-border-radius: 0 0.25rem 0.25rem 0;
}
.hotel-search-page .hotel-search-page-form > div:not(:last-child) {
    border-right: 1px solid #dee2e6;
}
.hotel-search-page .hotel-search-page-form > div:nth-last-child(1) {
    padding: 10px;
}
@media screen and (min-width: 991px) {
    .hotel-sidebar-filter {
        position: static;
        top: unset;
        max-height: unset;
    }
}
@media screen and (max-width: 991px) {
    .hotel-search-page .hotel-search-page-form > div:nth-child(1),
    .hotel-search-page .hotel-search-page-form > div:nth-child(2),
    .hotel-search-page .hotel-search-page-form > div:nth-child(3),
    .hotel-search-page .hotel-search-page-form > div:nth-child(4) {
        border-bottom: 1px solid #dee2e6;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(1) {
        border-radius: 0.25rem 0 0 0;
        -moz-border-radius: 0.25rem 0 0 0;
        -webkit-border-radius: 0.25rem 0 0 0;
        -khtml-border-radius: 0.25rem 0 0 0;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(3) {
        border-radius: 0 0.25rem 0 0;
        -moz-border-radius: 0 0.25rem 0 0;
        -webkit-border-radius: 0 0.25rem 0 0;
        -khtml-border-radius: 0 0.25rem 0 0;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(4) {
        border-radius: 0 0 0 0.25rem;
        -moz-border-radius: 0 0 0 0.25rem;
        -webkit-border-radius: 0 0 0 0.25rem;
        -khtml-border-radius: 0 0 0 0.25rem;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(6) {
        border-radius: 0 0 0.25rem 0;
        -moz-border-radius: 0 0 0.25rem 0;
        -webkit-border-radius: 0 0 0.25rem 0;
        -khtml-border-radius: 0 0 0.25rem 0;
    }
    .hotel-search-page .hotel-search-page-form {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .hotel-search-page .hotel-search-page-form > div:nth-child(4),
    .hotel-search-page .hotel-search-page-form > div:nth-child(5) {
        border-bottom: 1px solid #dee2e6;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(1) {
        border-radius: 0.25rem 0.25rem 0 0;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(3) {
        border-radius: 0;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(4) {
        border-radius: 0;
    }
    .hotel-search-page .hotel-search-page-form > div:nth-child(6) {
        border-radius: 0 0 0.25rem 0.25rem;
    }
    .hotel-search-page .hotel-search-page-form {
        grid-template-columns: 1fr;
    }
}
.hotel-traveller-heading {
    background: var(--websiteTheme2);
    color: #fff;
}
.add-pax-modal .single-traveller,
.add-travellers-modal .single-traveller {
    grid-template-columns: 40px 1fr 40px;
    gap: 20px;
}
.add-pax-modal .single-traveller button,
.add-travellers-modal .single-traveller button {
    aspect-ratio: 1/1;
    background: var(--websiteThemeLight);
    place-items: center;
    padding: 15px;
}
.add-pax-modal .single-traveller input,
.add-travellers-modal .single-traveller input {
    width: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-align: right;
}
.add-pax-modal .single-traveller .adults label,
.add-travellers-modal .single-traveller .adults label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1rem;
}
.add-pax-modal .book-btns-group,
.add-travellers-modal .book-btns-group {
    gap: 10px;
}
.add-pax-modal .book-btns-group .radio label:hover,
.add-travellers-modal .book-btns-group .radio label:hover {
    background: #00000014;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.add-pax-modal .book-btns-group .radio label:hover,
.add-travellers-modal .book-btns-group .radio label:hover {
    background: var(--websiteThemeLighter);
}
.add-pax-modal .book-btns-group input[type="radio"]:checked + label,
.add-travellers-modal .book-btns-group input[type="radio"]:checked + label {
    background: var(--websiteTheme);
}
.add-pax-modal button.applyy,
.add-travellers-modal button.applyy {
    background: var(--websiteTheme);
}
.new-flight-card .top-block {
    grid-template-columns: 100px 3fr 150px;
    font-weight: 700;
}
.new-flight-card.bg-theme-light {
    background: var(--cardLightTheme);
}
.new-flight-card .top-block .fs-airport-time {
    font-weight: 400;
    font-size: 0.7rem;
}
.new-flight-card .top-block .journey-details {
    align-items: stretch;
    font-size: 11px;
}
.new-flight-card.domestic-round-trip .top-block .airline {
    grid-column: 1/3;
}
.new-flight-card.domestic-multi-city .top-block .select-radio label,
.new-flight-card.domestic-round-trip .top-block .select-radio label {
    display: block;
    width: 100%;
    background: var(--websiteTheme);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 7px 5px;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
}
.new-flight-card .other-details #pills-tab > .nav-item:nth-child(1) {
    order: 1;
}
.new-flight-card .other-details #pills-tab > .nav-item:nth-child(2) {
    order: 4;
}
.new-flight-card .other-details #pills-tab > .nav-item:nth-child(3) {
    order: 2;
}
.new-flight-card .other-details #pills-tab > .nav-item:nth-child(4) {
    order: 3;
}
@media screen and (min-width: 576px) {
    .new-flight-card.domestic-round-trip .top-block {
        grid-template-columns: 1fr 120px;
    }
    .new-flight-card.domestic-round-trip .top-block .journey-details {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1200px) {
    .new-flight-card .top-block .fs-airport-time {
        font-size: 12px;
    }
}
.search-by-flight img {
    width: 20px;
    height: 20px;
    margin-top: 0;
}
#popular-destination .owl-nav .owl-next,
.custom-owl-navs .owl-nav .owl-next {
    transform: translate(20px, 0);
}
#popular-destination .owl-nav .owl-prev,
.custom-owl-navs .owl-nav .owl-prev {
    transform: translate(-20px, 0);
}
.holiday-form > div:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 154px;
    align-items: center;
}
.holiday-form .form-group {
    border-right: 1px solid #dee2e6 !important;
}
.nav-item {
    position: relative;
    padding-bottom: 5px;
}
.nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}
.nav-item:hover::after,
.active-nav::after {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .flightRoundDomesticFilterGrid
        .new-flight-card
        .other-details
        ul#pills-tab {
        width: 100%;
        max-width: calc((100vw - 370px - 5rem) / 2);
    }
}
@media screen and (max-width: 768px) {
    .new-flight-card.round-trip-international-flight-card
        .top-block
        .button-container {
        display: flex;
        gap: 10px;
    }
}
@media screen and (max-width: 576px) {
    .new-flight-card .top-block {
        grid-template-columns: 1fr !important;
    }
    .new-flight-card .top-block .airline {
        padding-right: 100px;
    }
    .new-flight-card .top-block .airline,
    .new-flight-card .top-block .journey-details,
    .new-flight-card .top-block .price,
    .new-flight-card.one-way-flight-card .top-block .actions {
        grid-area: unset !important;
    }
    .new-flight-card.one-way-flight-card .journey-details {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .new-flight-card.multi-city-international-flight-card .top-block .price,
    .new-flight-card.one-way-flight-card .top-block .actions,
    .new-flight-card.round-trip-flight-card .top-block .price {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .new-flight-card.round-trip-flight-card .top-block .price {
        flex-direction: row-reverse;
    }
    .new-flight-card.round-trip-flight-card.domestic-multi-city
        .top-block
        .price {
        flex-direction: row;
    }
    .new-flight-card .top-block .price-shown {
        font-size: 1.1rem !important;
    }
    .new-flight-card .top-block button,
    .new-flight-card.domestic-multi-city .top-block .select-radio label,
    .new-flight-card.domestic-round-trip .top-block .select-radio label {
        max-width: 110px;
        width: 110px;
    }
    .new-flight-card.multi-city-international-flight-card .top-block .airline,
    .new-flight-card.round-trip-international-flight-card .top-block .airline {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .new-flight-card.multi-city-international-flight-card .more-fair-float-box,
    .new-flight-card.round-trip-international-flight-card .more-fair-float-box {
        bottom: unset;
        top: 0;
    }
    .new-flight-card.round-trip-international-flight-card
        .top-block
        .flight-details {
        grid-template-columns: 1fr;
    }
    div#v-pills-tab {
        overflow-x: auto;
        width: 300px;
    }
    #v-pills-tabContent #myTab a {
        padding: 5px 10px;
        font-size: 12px;
    }
    ul#myTab {
        gap: 5px;
    }
    .home-flight-search-form > div,
    .home-hotel-search-form > div,
    .holiday-form .form-group,
    .multicity-main-form > div {
        padding: 5px 10px;
    }
    .multicity-main-form > div.form-group:nth-child(3) {
        padding: 5px 30px 5px 10px;
    }
    .home-flight-search-form label,
    .home-hotel-search-form label,
    .holiday-form .form-group label,
    .multicity-main-form label {
        font-size: 12px;
    }
    .book-btns-group label {
        padding: 2px 10px;
        font-size: 12px;
        font-weight: 500;
    }
    .extra-option label {
        font-size: 12px !important;
    }
    .extra-option label input[type="radio"] {
        width: 15px;
        height: 15px;
    }
    .holiday-form > div,
    .holiday-form > div:nth-child(1) {
        grid-template-columns: 1fr;
    }
    .holiday-form .form-group {
        border-right: 0;
        border-bottom: 1px solid #dee2e6 !important;
    }
}
.book-btns-group input[type="radio"]:checked + label {
    background: var(--websiteTheme2);
    border-color: var(--websiteTheme2);
}
.benefit-block .benefit-card > div:nth-child(2) {
    position: relative;
    z-index: 1;
}
.benefit-block .benefit-card .shadow-image {
    z-index: 0;
    display: none;
}
span.offercode {
    background: #edffe3;
    color: #212529;
    display: block;
    padding: 5px;
    font-size: 12px;
}
.small.text-justify.benifit-content-fix {
    text-align: justify !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    max-height: calc(1.5em * 5);
    height: calc(1.5em * 5);
}
.head.font-weight-bold.mb-1 {
    font-size: 13px;
}
#crystal-benefits .swiper-slide:nth-child(3) .benefit-block {
    background: #fef2f2;
}
#crystal-benefits .swiper-slide:nth-child(2) .benefit-block {
    background: #fefce8;
}
#crystal-benefits .swiper-slide:nth-child(1) .benefit-block {
    background: #eff6ff;
}
.benefit-block.d-grid.gap-20.align-items-center.p-2.rounded .small {
    font-size: 0.775em !important;
}
#crystal-benefits .benefit-block {
    grid-template-columns: 70px 1fr;
    height: 100px;
}
#flight-term-modal .modal-content {
    max-width: 800px;
    margin: 50px auto;
}
#flight-term-modal .modal-body {
    padding: 20px;
}
#flight-term-modal .modal-header {
    background: var(--websiteTheme2) !important;
    color: #fff;
    padding: 10px !important;
}
#flight-term-modal .modal-header h5 {
    font-size: 16px;
}
.check-term label {
    padding: 0;
    font-weight: 500;
    margin: 0 0;
    align-items: center;
    font-size: 18px;
    display: inline-flex;
}
.check-term label input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.continue-btn {
    background: var(--websiteTheme2);
}
#flight-term-modal .modal-header .close {
    opacity: 1;
}
.attention-traveller ol {
    padding-left: 20px;
    padding-top: 20px;
}
.attention-traveller {
    overflow-y: auto;
    height: 300px;
    padding: 10px;
}
#flight-term-modal .modal-footer {
    padding: 4px;
    background: #f2f2f2;
}
.filter-white {
    filter: brightness(0) invert(1);
}
.trending-routes {
    font-family: "Poppins", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}
.routes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.route-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
    transition: transform 0.2s ease;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.route-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.15);
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}
.city-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.special-label {
    background-color: #ff6b6b;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.route-details {
    margin-bottom: 15px;
}
.route-code {
    font-size: 15px;
    font-weight: 600;
    color: #5aa1e9;
    margin-bottom: 0;
}
.route-date {
    font-size: 12px;
    color: #666;
}
.route-price {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    text-align: right;
}
@media (max-width: 992px) {
    .routes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .routes-grid {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 20px;
    }
    .city-name {
        font-size: 16px;
    }
    .route-price {
        font-size: 18px;
    }
}
.route-flight-image {
    width: 80px;
    border-radius: 5px;
    height: 80px;
}
.route-flight-image img {
    border-radius: inherit;
    height: 100%;
}
.themeBackground.rounded-circle.d-flex.justify-content-center.align-items-center
    h4
    i {
    color: #fff;
}
button.btn.text-white.w-100.h-100.themeBackground {
    background: var(--secondaryColor) !important;
}
.home-middle-banners .image {
    height: 150px;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
}
.home-middle-banners .image img {
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.blue-search-container {
    background-color: var(--websiteTheme);
    padding: 40px 0 60px 0;
    font-family: "Poppins", sans-serif;
}
.blue-search-container h2 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}
.blue-search-container p {
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 25px;
}
.custom-tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}
.custom-tab-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #fff0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.custom-tab-link.active {
    background: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #fff;
}
.custom-tab-link.active:hover {
    color: #fff !important;
}
.custom-tab-link:hover {
    color: #fff !important;
}
.custom-tab-link svg,
.custom-tab-link svg path,
.custom-tab-link i {
    fill: currentColor;
}
.yellow-search-bar {
    display: flex;
    background: #fff;
    border: 4px solid var(--websiteTheme2);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
    position: relative;
    align-items: center;
}
.search-input-col {
    flex: 1;
    padding: 8px 15px;
    border-right: 1px solid #eee;
    position: relative;
}
.search-input-col:last-child {
    border-right: none;
}
.search-input-col label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.search-input-col input,
.search-input-col .form-control {
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 100%;
    height: auto;
    background: #fff0;
    box-shadow: none !important;
}
.search-input-col i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 20px;
    display: none;
}
.swap-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    cursor: pointer;
}
.blue-search-container h2 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}
.themeBackground2.text-white.rounded.p-3.shadow-sm.d-flex.align-items-center.justify-content-between.flex-wrap {
    border: 1px solid #ddd;
    background: #05517c;
}
table.tvdetails {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-collapse: separate;
}
.blue-search-container p {
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 25px;
}
.custom-tabs-nav {
    display: flex;
    gap: 15px;
    height: 50px;
    margin-bottom: 20px;
}
.custom-tab-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.custom-tab-link svg,
.custom-tab-link i {
    fill: currentColor;
}
.yellow-search-bar {
    display: flex;
    background: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: none !important;
    position: relative;
    align-items: center;
}
.yellow-search-bar .search-input-col {
    border-right: none !important;
}
.btn-search-main:hover {
    background: var(--secondaryColor);
    color: #fff;
}
.yellow-search-bar.multi-city-layout {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
}
.multi-city-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px;
    position: relative;
}
.multi-city-row:last-child {
    border-bottom: none;
}
.remove-segment-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    z-index: 10;
}
.search-input-col {
    flex: 1;
    padding: 8px 2px;
    border-right: 1px solid #eee;
    position: relative;
}
.search-input-col:last-child {
    border-right: none;
}
.search-input-col label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.search-input-col input,
.search-input-col .form-control {
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    width: 100%;
    height: auto;
    background: #fff0;
    box-shadow: none !important;
}
.swap-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    cursor: pointer;
}
.btn-search-main {
    background-color: var(--websiteTheme2);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 0 25px;
    height: 54px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    transition: background 0.3s;
}
.custom-aspect-ratio {
    aspect-ratio: 4/3;
}

@media (max-width: 767px) {
        .custom-aspect-ratio {
        height: 200px;
        width: 100%;
    }
    .exclusive-deals .float-head {
    width: 60%;
}
}
.btn-search-main-multy {
    background-color: var(--websiteTheme2);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    margin-left: 10px;
    transition: background 0.3s;
    margin-top: 10px;
}
.blue-search-container input::placeholder {
    color: #000;
}
.SelectClass {
    width: 112px;
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-search-main:hover {
    background-color: var(--secondaryColor);
    color: #fff;
}
.flight-radio-options {
    display: flex;
    gap: 20px;
    color: #fff;
    margin-left: 0px;
    margin-bottom: 15px;
    align-items: center;
}
.custom-radio {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.add-city-btn {
    background: rgb(255 255 255 / 0.2);
    color: white !important;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}
.add-city-btn:hover {
    background: #fff;
    color: #004cb7;
}
.embed-responsive iframe {
    pointer-events: none;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    pointer-events: none;
}
@media (max-width: 991px) {
    .yellow-search-bar,
    .yellow-search-bar.multi-city-layout {
        flex-direction: column;
        border: none;
        background: #fff0;
        box-shadow: none;
    }
    input#tofrom {

    padding-left: 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
input#defrom {
 padding-left: 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
input#onefrom, input#tofrom{
     padding-left: 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
input#tofrom::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
input#tofrom::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
    .bookinng-form {
        border-radius: 10px !important;
    }
    .yellow-search-bar .search-input-col {
        border-right: 1px solid !important;
        width: 100%;
    }
    .multi-city-row {
        flex-direction: column;
        background: #fff0;
        border: none;
        padding: 0;
    }
    .search-input-col {
        width: 100%;
        background: #fff;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    .swap-circle {
        display: none;
    }
    .btn-search-main {
        width: 100%;
        margin-left: 0;
        height: 50px;
    }
    .custom-tabs-nav {
        overflow-x: auto;
         gap: 5px !important;
    }
    .custom-tab-link {
        padding: 10px !important;
    }
    .bg-white.rounded-16.shadow-lg.p-4 {
        background: #fff;
        padding: 15px !important;
        border-radius: 10px;
    }
}
.seat-luggage.d-flex.flex-wrap.gap-20 .text-success {
    color: var(--websiteTheme2) !important;
}
input#onefrom,
input#tofrom {
    background: url(../images/departure.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 30px !important;
}
#visa-country,
input#holiday-city {
    background: none;

    padding-left: 50px !important;
}
input#tofrom {
    background: url(../images/return.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 22px ;
}
input#defrom {
    background: url(../images/departure.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 22px ;
}
input#refrom {
    background: url(../images/return.webp) no-repeat left;
    background-size: 20px;
    background-position: left 5px;
    padding-left: 30px !important;
}
input#sea-hotel {
    padding-left: 30px !important;
}
input#checkin,
input#checkout {
    padding-left: 30px !important;
}
select#nation,
select#nations {
    padding-left: 30px !important;
}
.custom-radio {
    font-weight: 400 !important;
}
.flight-radio-options input {
    width: 30px;
    height: 20px;
}
.trending-routes {
    padding: 30px 0;
}
.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}
.trend-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1.5px solid var(--websiteTheme2);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}
.trend-card:hover {
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.12);
    transform: translateY(-2px);
}
.trend-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}
.trend-content {
    flex: 1;
}
.trend-city {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plane-icon {
    margin: 0 6px;
    color: var(--websiteTheme2);
}
.trend-code {
    font-size: 12px;
    font-weight: 600;
    color: var(--websiteTheme2);
    margin-top: 2px;
}
.trend-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}
.trend-date {
    font-size: 12px;
    color: #666;
}
.trend-price {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.routes-swiper .trend-card {
    margin-right: 0;
}
@media (max-width: 767px) {
    .routes-grid {
        display: none;
    }
    .flight-radio-options {
        display: flex;
        gap: 15px;
        color: #fff;
        margin-bottom: 15px;
        align-items: center;
    }
    .navbar-light .navbar-toggler {
        border-color: #fff !important;
        background: var(--websiteTheme) !important;
    }
    ul.navbar-nav.ml-auto.right-link {
        position: relative;
        top: 15px;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }
    .yellow-search-bar h5 {
        color: #fff;
    }
    .yellow-search-bar label {
        color: #fff;
    }
    .yellow-search-bar.flex-grow-1.p-3.mt-4 {
        padding: 0 !important;
    }
    .width100onmobile {
        width: 100%;
        max-width: 100%;
        flex: 1;
    }
    form#bookinghotel label {
        color: #000 !important;
    }
    form#bookingFlight label {
        color: #000 !important;
    }
    form#bookingFlight .custom-radio {
        color: #fff;
    }
    .d-flex.align-items-center.ml-auto.mt-md-0.mt-2 {
        width: 100%;
    }
    button.exclusive-prev.btn.btn-light.rounded-circle.d-flex.align-items-center.justify-content-center.mr-2 {
        position: relative;
        top: 60px;
        z-index: 99999;
        background: var(--websiteTheme) !important;
        border-color: var(--websiteTheme) !important;
        color: #fff !important;
        left: 0;
    }
    button.exclusive-next.btn.btn-light.rounded-circle.d-flex.align-items-center.justify-content-center.mr-3 {
        position: relative;
        top: 60px;
        z-index: 99999;
        right: -15px;
        margin-left: auto;
        background: var(--websiteTheme) !important;
        border-color: var(--websiteTheme) !important;
        color: #fff !important;
    }
    .exclusive-deals-section .swiper {
        margin-top: -50px;
    }
}
.banner-offer img {
    object-fit: cover;
    max-height: 100% !important;
}
@media (min-width: 768px) {
    .banner-section-tabs .home-flight-search-form .top-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px !important;
    background: transparent !important;
    box-shadow: none;
}
.header-top-demo.navbar.navbar-expand.navbar-dark.flex-column.flex-md-row.bd-navbar {
    padding: 10px !important;
    background: transparent !important;
}
.landing-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #fff !important;
}
.logo-brand {
    gap: 20px;
    display: flex;
    align-items: center;
}

.banner-content-new {
    width: 65%;
    margin-bottom: 2%;
}
.font-size18 {
    font-size: 18px;
}
.home-offer-card .float-head {
    text-align: center;
}
.trip-dropdown {
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
}
.search-input-col span {
    font-size: 13px;
}
.dropdown-arrow {
    margin-left: 10px;
    font-size: 14px;
}
.trip-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
    margin-top: 8px;
    z-index: 1000;
    overflow: hidden;
}
.trip-option {
    padding: 12px 15px;
    cursor: pointer;
    transition: 0.3s;
}
.trip-option:hover {
    background: #f2f2f2;
}
.trip-option.active {
    background: #e9ecef;
    font-weight: 600;
}
.travel-class-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.travel-pill {
    position: relative;
    padding: 10px 10px;
    border-radius: 30px;
    background: #f2f2f2;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #fff0;
}
.bookinng-form {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.travel-pill input {
    display: none;
}
.travel-pill.active {
    background: #fff;
    border: 1px solid #000;
}
.travel-pill:hover {
    background: #e6e6e6;
}
.inner-header .logo-brand img {
    filter: none !important;
}
.inner-header #navbarSupportedContent ul {
    align-items: center;
}
.inner-header #navbarSupportedContent li a {
    color: #333 !important;
    font-weight: 600;
    padding-bottom: 0;
}
div#navbarSupportedContent ul li {
    padding: 0 5px;
}
.inner-header #navbarSupportedContent li a.login-button {
    background: var(--websiteTheme) !important;
    color: #fff !important;
    padding: 6px !important;
    border-radius: 3px;
}
.inner-header #navbarSupportedContent li div {
    color: #333 !important;
    font-weight: 600;
    display: flex;
}
.inner-header {
    background: #fff;
}
.header-top-demo ul li a {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}
.inner-header .header-top-demo .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.inner-header .header-top-demo ul li a {
    color: #333 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}
.inner-header .header-top-demo ul {
    gap: 10px;
}
.inner-header .header-top-demo {
    border-bottom: 1px solid #eee;
}
.fare-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.fare-selected {
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}
.fare-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 6px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.1);
    z-index: 1000;
}
.fare-item {
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
}
.fare-item:hover {
    background: #f5f5f5;
}
.fare-item.active {
    font-weight: 600;
    background: #f0f4ff;
}
.flight-search-form
    .themeBackground2.text-white.rounded.p-3.shadow-sm.d-flex.align-items-center.justify-content-between.flex-wrap {
    border: none;
    background: none;
    box-shadow: none !important;
}
section.flight-search-form.search-page-form.d-lg-block.d-none {
    background: #f9f9ff;
}
.flight-search-form
    .d-flex.align-items-center.border-right.border-light.pr-4.mr-4 {
    color: #333 !important;
}
.flight-search-form
    .d-flex.align-items-center.border-right.border-light.pr-4.mr-4
    small {
    color: #333 !important;
}
.flight-search-form
    .border-right.border-light.pr-4.mr-4.d-none.d-md-block
    small {
    color: #333 !important;
}
.flight-search-form span.font-weight-bold {
    color: #333 !important;
}
.flight-search-form .d-none.d-md-block small {
    color: #333 !important;
}
.flight-search-button {
    background: var(--secondcolor) !important;
}
section#FilterSection {
    font-size: 12px;
}
#FilterSection .search-by-flight label {
    font-size: 12px;
}
#FilterSection label {
    font-size: 12px;
}
section#FilterSection .font-weight-bold.h5.mb-0 {
    font-size: 14px;
}
.depart-time span {
    font-size: 12px;
}
.mb-2.flight-filtration-grid.bg-white.d-grid.rounded.overflow-hidden.border {
    display: flex;
    background: transparent !important;
    gap: 10px;
    border: none !important;
}
.cursorPointer.py-2.px-3.themeBackgroundLighter {
    width: 200px;
    background: #fff;
    border-radius: 5px;
}
.flight-filtration-grid .price {
    font-size: 14px;
}
.flight-filtration-grid > div {
    border-radius: 50px;
    width: 200px;
}
.mb-2.flight-filtration-grid.bg-white.d-grid.rounded.overflow-hidden.border .cursorPointer.py-2.px-3.themeBackgroundLighter {
    border-radius: 50px;
}
.airline {
    display: flex;
    width: 190px;
    align-items: center;
    font-size: 12px;
}
.col-12.hide-on-med-and-down.bg-theme.bg-filter.desktop-sort-buttons {
    position: sticky !important;
    top: 0 !important;
    max-width: 100% !important;
    width: 100%;
    z-index: 9;
    background: #fff !important;
}
.seat-luggage.d-flex.flex-wrap.gap-20 {
    font-size: 12px;
}
.new-flight-card .bottom-block .links {
    width: 110px;
    font-size: 12px;
}
.col-12.hide-on-med-and-down .sort-button-grid span {
    color: #333;
    font-size: 12px;
}
.new-flight-card .journey-details {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}
.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-block.d-grid.align-items-center.px-2.py-2.py-sm-3.border-bottom.position-relative {
    grid-template-columns: 100px 3fr 240px;
    font-weight: 400;
}
.new-flight-card .top-block .price-shown {
    font-size: 14px;
}

label.checkbox-inline.text-dark {
    padding-left: 10px !important;
}
@media screen and (min-width: 576px) {
    .new-flight-card .more-fares {
        border: 1px solid;
        background: #fff !important;
        border-radius: 50px !important;
        color: #333 !important;
    }
}
.terminal-detail .lbl-medium {
    font-size: 12px;
}
.flight-detail-tab-d.border.rounded {
    font-size: 12px;
}
.flight-detail-collapse .nav-link {
    color: #6e6e6e !important;
    font-weight: 500;
    padding: 0.5rem !important;
    font-size: 12px;
}
.order-2 {
    order: inherit !important;
}
.collapse {
    visibility: inherit !important;
}
.inner-header .collapse {
    visibility: inherit;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px !important;
}
.banner-content-new h2 {
    font-size: 2rem !important;
}
section.Traveller-heading {
    background: #fff;
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.apply-coupon input::placeholder {
    font-size: 14px;
}
button.btn.btn-sm.w-100.btn-primary {
    padding: 8px;
}
section.Traveller-heading .container-fluid {
    padding: 0 30px;
}
.flight-traveller-det {
    background: #eee;
}
.cursorPointer.px-3.py-2.rounded.d-flex.gap-20.align-items-center.whitespace-nowrap.themeBackgroundLight {
    background: #fff;
}
span.scheduleDay {
    font-weight: 400;
    background: none;
}
.flightItenary {
    background: none;
}
.traveller-fair-summary.flight-iternary-fair-summary.bg-white.p-0.mb-lg-2.w-100.d-below-lg-block {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px !important;
    background-color: #fff;
    max-width: 380px;
    margin: 20px auto;
    font-family: Poppins, sans-serif;
    box-shadow: none;
}
.fair-summary-heading {
    background: none;
}
.fair-summary-heading h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.traveller-fair_content strong {
    font-weight: 400;
}
.flight-traveller-det h5 {
    font-size: 16px;
}
.traveller-fair_summary-coupon.bg-white.border.p-0 {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px !important;
    background-color: #fff;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0 2px 6px #0000000d;
}
.traveller-fair_summary-coupon h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
.fair_content.coupon-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flightItenaryHdr {
    margin-bottom: 0;
}
.baggageSection.align-items-start {
    display: block !important;
}
.flight-traveller-ittenary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 40px !important;
    margin-bottom: 15px;
}
.economy-saver.align-center {
    background: #f9f9f9;
    padding: 2px;
    border-radius: 3px;
    font-size: 12px;
}
.flight-traveller-ittenary {
    display: grid !important;
    grid-template-columns: 1fr 1.5fr 1fr !important;
    align-items: center !important;
    border-bottom: 1px solid #cdcdcd !important;
    padding-top: 35px !important;
    padding-bottom: 40px !important;
    margin-bottom: 15px !important;
}
.baggageInfo {
    margin-left: auto;
}
span.blackFont.d-block {
    font-weight: 400;
    color: #8e8e8e;
    font-size: 13px;
}
.flight-traveller-ittenary:last-child {
    border-bottom: none !important;
    padding-bottom: 30px !important;
}
.ConnectReviewInfo {
    text-align: center !important;
    margin: 0 !important;
    border-left: 0;
    margin-top: -30px !important;
}
.ConnectReviewInfo ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ConnectReviewInfo li {
    display: inline-block !important;
}
.ConnectReviewInfo ul li {
    margin-bottom: 0;
}
.flightItenary {
    padding: 0;
}
.ConnectReviewInfo p {
    margin: 0 !important;
    padding: 6px 18px !important;
    border: 1px dashed #cfcfcf !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    color: #333 !important;
    background: #fafafa !important;
    display: inline-block !important;
    font-weight: 500 !important;
}
.ConnectReviewInfo strong {
    display: none !important;
}
.adultItem input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-sizing: border-box;
    outline: none;
    height: 56px;
}
.adultItem select {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-sizing: border-box;
    outline: none;
    height: 56px;
}
span.blackFont.blackcolor {
    font-weight: normal !important;
}
.traveller-headding h5 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}
.traveller-headding {
    padding: 15px 0;
    padding-bottom: 0;
}
.select-adult {
    padding: 0;
    border-bottom: 0 !important;
}
.extra-option label {
    padding: 0 !important;
}
.adultListWrapper {
    box-shadow: none;
}
.card.card-body.brbo.rounded-0.border-0.pb-0 {
    padding: 1.25rem 0 0 !important;
}
.traveller-headding .font-weight-normal {
    padding-top: 5px;
    font-size: 16px !important;
    color: #777;
    margin-bottom: 0;
}
.travellerWrapper {
    padding: 20px;
}
.adultItem input[type="radio"] {
    accent-color: #444;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.adultDetailsInnner input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-sizing: border-box;
    outline: none;
    height: 56px;
}
.bookingDetailsForm input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-sizing: border-box;
    outline: none;
    height: 56px;
}
.bookingDetailsForm select {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-sizing: border-box;
    outline: none;
    height: 56px;
}
.select-seat-detail {
    box-shadow: none !important;
}
.testimonial-box .text h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    height: 2.8em;
}
@media (max-width: 991.98px) {
    .themeBackground-mobile {
        background-color: var(--websiteTheme) !important;
        color: #fff !important;
    }
}
@media (max-width: 991.98px) {
    /* --- Main Sticky Bar Container --- */
    .holiday-enquiry-bar {
        background-color: #ffffff !important; 
        border-top: 1px solid #eaeaea !important;
        box-shadow: 0 -2px 15px rgba(0,0,0,0.06) !important;
        padding: 10px 12px 12px 12px !important;
        z-index: 1050;
    }

    /* --- Force Perfectly Equal Row for Dropdowns --- */
    .holiday-enquiry-bar .row.g-2 {
        display: flex !important;
        margin: 0 0 10px 0 !important;
        gap: 10px !important;
    }

    .holiday-enquiry-bar .row.g-2 > div {
        flex: 1 1 0% !important; /* Forces exact 50/50 equal width */
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* --- Select Card Design --- */
    .holiday-enquiry-bar .select-block {
        display: flex !important;
        align-items: center !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
        padding: 10px 12px !important; 
        margin-top: 0 !important; /* Prevents shifting */
        gap: 0 !important;
        position: relative;
        height: 100%;
        min-height: 50px; /* Locks consistent height */
        transition: border-color 0.2s ease;
    }

    .holiday-enquiry-bar .select-block:focus-within {
        border-color: #3b82f6 !important;
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1) !important;
    }

    /* Left Icon Box */
    .holiday-enquiry-bar .tm-mob-cat-icon-box {
        background: #eff6ff; 
        border-radius: 8px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .holiday-enquiry-bar .tm-mob-cat-icon-box i {
        color: #3b82f6 !important; 
        font-size: 14px;
        margin: 0 !important;
    }

    /* Middle Content Wrapper (Stacks Title & Value) */
    .holiday-enquiry-bar .tm-mob-cat-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0; 
        padding-right: 4px;
        flex: 1;
    }

    /* Title ("DEPARTURE" / "CATEGORY") */
    .holiday-enquiry-bar .tm-mob-cat-title {
        font-size: 9px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #94a3b8 !important;
        margin-bottom: 1px !important;
        border: none !important;
        padding: 0 !important;
        white-space: nowrap;
        line-height: 1.2;
    }

    /* Value ("New Delhi" / "4 Star") - Prevents Wrapping */
    .holiday-enquiry-bar .tm-mob-cat-value,
    .holiday-enquiry-bar .tm-mob-cat-value select,
    .holiday-enquiry-bar .tm-mob-cat-value .custom-select-wrapper {
        font-size: 13px !important; 
        font-weight: 700 !important;
        color: #0f172a !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        line-height: 1.2;
        width: 100% !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        outline: none !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* Adds "..." if text is too long instead of breaking layout */
    }

    /* Right Dropdown Arrow */
    .holiday-enquiry-bar .tm-mob-cat-arrow {
        color: #94a3b8 !important;
        font-size: 11px;
        flex-shrink: 0;
        margin-left: auto;
        pointer-events: none; 
    }

    /* --- Bottom Price & CTA Row --- */
    .holiday-enquiry-bar .enquiry-bottom-row {
        background: transparent;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .holiday-enquiry-bar .enquiry-price-section {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 0;
    }

    .holiday-enquiry-bar .enquiry-price-section .small.text-muted {
        font-size: 10px !important;
        color: #9e9e9e !important;
        font-weight: 500 !important;
        margin-bottom: 2px !important;
    }

    .holiday-enquiry-bar .enquiry-price-text {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #212121 !important;
        margin: 0 !important;
        line-height: 1.2;
        white-space: nowrap;
    }

    .holiday-enquiry-bar .enquiry-pill-badge {
        background-color: #f1f5f9;
        color: #64748b;
        font-size: 9px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        align-self: center;
        flex-shrink: 0;
    }

    /* Premium CTA Button */
    .holiday-enquiry-bar .enquiry-cta-btn {
        background-color: var(--websiteTheme) !important; 
        color: #ffffff !important;
        border: none !important;
        border-radius: 10px !important;
        padding: 12px 16px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
        transition: all 0.2s ease;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .holiday-enquiry-bar .enquiry-cta-btn:active {
        background-color: var(--websiteTheme) !important;
        transform: scale(0.98);
    }

    .holiday-enquiry-bar .enquiry-cta-btn i {
        font-size: 12px;
    }
}
@media (max-width: 991.98px) {
    /* --- Main Sticky Bar Container --- */
    .holiday-enquiry-bar {
        background-color: #ffffff !important; 
        border-top: 1px solid #eaeaea !important;
        box-shadow: 0 -2px 15px rgba(0,0,0,0.06) !important;
        padding: 10px 12px 12px 12px !important;
        z-index: 1050;
    }

    /* --- FORCE STRICT SINGLE ROW --- */
    .holiday-enquiry-bar .row {
        display: flex !important;
        flex-direction: row !important; /* Enforces side-by-side */
        flex-wrap: nowrap !important; /* Prevents wrapping to next line */
        margin: 0 0 10px 0 !important;
        gap: 10px !important;
        width: 100% !important;
    }

    /* --- Select Card Design --- */
    .holiday-enquiry-bar .select-block {
        display: flex !important;
        align-items: center !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
        padding: 10px 12px !important; 
        margin-top: 0 !important; /* Prevents shifting */
        gap: 0 !important;
        position: relative;
        height: 100%;
        min-height: 68px; /* Locks consistent height */
        width: 100% !important;
        box-sizing: border-box !important;
        transition: border-color 0.2s ease;
    }

    .holiday-enquiry-bar .select-block:focus-within {
        border-color: #3b82f6 !important;
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1) !important;
    }

    /* Left Icon Box */
    .holiday-enquiry-bar .tm-mob-cat-icon-box {
        background: #eff6ff; 
        border-radius: 8px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* Prevents icon from squishing */
        margin-right: 10px;
    }

    .holiday-enquiry-bar .tm-mob-cat-icon-box i {
        color: #3b82f6 !important; 
        font-size: 14px;
        margin: 0 !important;
    }
.d-flex.align-items-center.gap-2.flex-wrap {
    gap: 10px;
}
    /* Middle Content Wrapper */
    .holiday-enquiry-bar .tm-mob-cat-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0; /* Allows text truncation */
        padding-right: 4px;
        flex: 1;
        overflow: hidden; /* Hides overflowing text */
    }

    /* Title ("DEPARTURE" / "CATEGORY") */
    .holiday-enquiry-bar .tm-mob-cat-title {
        font-size: 9px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #94a3b8 !important;
        margin-bottom: 1px !important;
        border: none !important;
        padding: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.2;
    }

    /* Value ("New Delhi" / "4 Star") */
    .holiday-enquiry-bar .tm-mob-cat-value,
    .holiday-enquiry-bar .tm-mob-cat-value select,
    .holiday-enquiry-bar .tm-mob-cat-value .custom-select-wrapper {
        font-size: 13px !important; 
        font-weight: 700 !important;
        color: #0f172a !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        line-height: 1.2;
        width: 100% !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        outline: none !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important; /* Adds "..." if text breaks row */
    }

    /* Right Dropdown Arrow */
    .holiday-enquiry-bar .tm-mob-cat-arrow {
        color: #94a3b8 !important;
        font-size: 11px;
        flex-shrink: 0; /* Prevents arrow from squishing */
        margin-left: auto;
        pointer-events: none; 
    }

    /* --- Bottom Price & CTA Row --- */
    .holiday-enquiry-bar .enquiry-bottom-row {
        background: transparent;
        padding: 0;
        margin: 0;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px;
    }

    .holiday-enquiry-bar .enquiry-price-section {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 0;
    }

    .holiday-enquiry-bar .enquiry-price-section .small.text-muted {
        font-size: 10px !important;
        color: #9e9e9e !important;
        font-weight: 500 !important;
        margin-bottom: 2px !important;
    }

    .holiday-enquiry-bar .enquiry-price-text {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #212121 !important;
        margin: 0 !important;
        line-height: 1.2;
        white-space: nowrap;
    }

    .holiday-enquiry-bar .enquiry-pill-badge {
        background-color: #f1f5f9;
        color: #64748b;
        font-size: 9px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        align-self: center;
        flex-shrink: 0;
    }

    /* Premium CTA Button */
    .holiday-enquiry-bar .enquiry-cta-btn {
        background-color: var(--websiteTheme) !important; 
        color: #ffffff !important;
        border: none !important;
        border-radius: 10px !important;
        padding: 12px 16px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
        transition: all 0.2s ease;
        white-space: nowrap;
        flex-shrink: 0;
    }
.holiday-enquiry-bar .row {
    margin-left: -4px;
    margin-right: -4px;
}

.holiday-enquiry-bar .row > div {
    padding-left: 4px;
    padding-right: 4px;
}

.select-block {
    width: 100%;
    display: flex;
    align-items: center;
}
    .holiday-enquiry-bar .enquiry-cta-btn:active {
        background-color: var(--websiteTheme) !important;
        transform: scale(0.98);
    }

    .holiday-enquiry-bar .enquiry-cta-btn i {
        font-size: 12px;
    }
}
@media (max-width: 991.98px) {
    /* --- Main Sticky Bar Container --- */
    .holiday-enquiry-bar {
        background-color: #ffffff !important; /* Overrides bg-dark */
        border-top: 1px solid #e0e0e0 !important;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.05) !important;
        padding: 12px 16px !important;
        border-radius: 0 !important;
        z-index: 1050;
    }

    /* --- Top Dropdowns Row --- */
    .holiday-enquiry-bar .row {
        gap: 8px;
         margin: 0;
    }
    .holiday-enquiry-bar .row > div {
        padding: 0 !important;
    }

    /* --- Individual Select Card (Category / Departure) --- */
    .holiday-enquiry-bar .select-block {
        display: flex !important;
        align-items: center !important;
        background: #ffffff !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 10px !important;
        padding: 10px 12px !important;
        margin-top: 0 !important; /* Forces side-by-side alignment cleanly */
        position: relative;
        box-shadow: none !important;
        gap: 8px !important;
        transition: border-color 0.2s ease;
    }

    .holiday-enquiry-bar .select-block:focus-within {
        border-color: #1976D2 !important;
    }

    /* Left Icon (Star / Plane) */
    .holiday-enquiry-bar .select-block > i:first-child {
        color: #1976D2 !important; /* Exact blue from image */
        font-size: 14px;
        flex-shrink: 0;
    }

    /* Label ("Category" / "Departure") */
    .holiday-enquiry-bar .select-block label {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #757575 !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    /* The Select Dropdown itself */
    .holiday-enquiry-bar .select-block .custom-select-wrapper,
    .holiday-enquiry-bar .select-block select {
        flex: 1;
        border: none !important;
        background: transparent !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #212121 !important;
        padding: 0 !important;
        height: auto !important;
        box-shadow: none !important;
        outline: none !important;
        appearance: none;
        -webkit-appearance: none;
    }

    /* Right Chevron Arrow */
    .holiday-enquiry-bar .select-block > i:last-child {
        color: #9e9e9e !important;
        font-size: 12px;
        flex-shrink: 0;
        margin-left: auto;
    }

    /* --- Bottom Price & CTA Row --- */
    .holiday-enquiry-bar .enquiry-bottom-row {
        background: #ffffff;
        padding: 0px 0 0 0;
        margin: 0;
    }

    /* Price Left Side Container */
    .holiday-enquiry-bar .enquiry-price-section {
        display: flex;
        flex-direction: column;
    }

    /* "Starting From" Text */
    .holiday-enquiry-bar .enquiry-price-section .small.text-muted {
        font-size: 11px !important;
        color: #9e9e9e !important;
        font-weight: 500 !important;
        margin-bottom: 2px !important;
        text-transform: capitalize;
    }
    .enquiry-price-section .flex-wrap {
    flex-wrap: unset ! IMPORTANT;
}

    /* Main Price Amount */
    .holiday-enquiry-bar .enquiry-price-text {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #212121 !important;
        margin: 0 !important;
        line-height: 1.2;
    }

    /* "Per Night" Pill Badge */
    .holiday-enquiry-bar .enquiry-pill-badge {
        background-color: #eff5ff;
        color: #212121;
        font-size: 10px;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        align-self: center;
    }

    /* "Enquire Now" CTA Button */
    .holiday-enquiry-bar .enquiry-cta-btn {
        background-color: var(--websiteTheme) !important; /* Exact blue from image */
        color: #ffffff !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 12px 10px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: 0 2px 4px rgba(25, 118, 210, 0.2);
        transition: all 0.2s ease;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .holiday-enquiry-bar .enquiry-cta-btn:active {
        background-color: var(--websiteTheme)!important;
        transform: scale(0.98);
    }

    .holiday-enquiry-bar .enquiry-cta-btn i {
        font-size: 13px;
    }
}