.venus-theme .venus-header {
    background: var(--NeptunHeaderBg, #fff);
    border-bottom: 1px solid rgba(4, 17, 33, .08);
    box-shadow: 0 10px 28px rgba(7, 24, 42, .04);
    overflow: visible;
    position: relative;
    z-index: 2600;
}

.ay-livechat-widget .ay-livechat-brand img {
    display: block !important;
    height: 11px !important;
    max-height: 11px !important;
    max-width: none !important;
    min-width: 0 !important;
    object-fit: contain !important;
    width: auto !important;
}

.venus-theme .venus-header > .container {
    background: var(--NeptunHeaderBg, #fff);
    overflow: visible;
    position: relative;
    z-index: 2;
}

.venus-header-bar {
    align-items: center;
    display: flex;
    gap: 34px;
    min-height: 66px;
    position: relative;
}

.venus-header-logo {
    align-items: center;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 170px;
}

.venus-header-logo .logo {
    height: 46px;
    max-width: 190px;
    width: auto;
}

.venus-header-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.venus-header-nav ul,
.venus-header-actions ul,
.venus-more-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.venus-header-nav > ul {
    gap: 22px;
}

.venus-header-nav .nav-link,
.venus-more-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 7px;
    line-height: 1;
    padding: 25px 0 21px;
    position: relative;
}

.venus-header-nav .nav-link::after {
    background: var(--SettingsColor-4, #0c568d);
    border-radius: 999px;
    bottom: 13px;
    content: '';
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease, width .2s ease;
    width: 100%;
}

.venus-header-nav .nav-link:hover,
.venus-header-nav .nav-link.active,
.venus-more-toggle:hover {
    color: var(--SettingsColor-4, #0c568d);
}

.venus-header-nav .nav-link:hover::after,
.venus-header-nav .nav-link.active::after {
    opacity: 1;
}

.venus-more-menu {
    position: relative;
}

.venus-more-toggle i {
    font-size: 11px;
}

.venus-more-dropdown {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .08);
    border-radius: 10px;
    box-shadow: 0 24px 54px rgba(7, 24, 42, .14);
    min-width: 210px;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% - 7px);
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    z-index: 160;
}

.venus-more-menu:hover .venus-more-dropdown,
.venus-more-menu.venus-more-open .venus-more-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.venus-more-dropdown a {
    align-items: center;
    border-radius: 7px;
    color: var(--SettingsColor-2, #041121);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 12px;
}

.venus-more-dropdown a:hover {
    background: rgba(11, 99, 163, .08);
    color: var(--SettingsColor-4, #0c568d);
}

.venus-header-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    margin-left: auto;
    overflow: visible;
    position: relative;
    z-index: 3;
}

.venus-header-contact {
    align-items: center;
    color: var(--SettingsColor-2, #041121);
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    white-space: nowrap;
}

.venus-header-contact i {
    color: var(--SettingsColor-4, #0c568d);
    font-size: 17px;
}

.venus-header-actions .web-control {
    gap: 10px;
}

.venus-header-actions .web-control > li {
    margin-right: 0 !important;
}

.venus-header-actions .control-btn {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 7px;
    min-height: 34px;
    padding: 0;
}

.venus-header-actions .control-btn .currency-icon {
    align-items: center;
    background: transparent;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    height: auto;
    justify-content: center;
    width: auto;
}

.venus-header-actions .control-btn > i {
    font-size: 10px;
}

.venus-header-actions .venus-topbar-auth {
    border-left: 1px solid rgba(4, 17, 33, .14);
    gap: 13px;
    margin-left: 0;
    padding-left: 16px;
}

.venus-header-actions .venus-topbar-auth li {
    margin-right: 0 !important;
}

.venus-header-actions .venus-topbar-auth a {
    color: var(--SettingsColor-2, #041121);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.venus-header-actions .venus-topbar-auth i {
    color: var(--SettingsColor-2, #041121) !important;
    font-size: 17px;
}

.venus-header-actions .venus-register-link a {
    background: var(--SettingsColor-4, #0c568d);
    border-radius: 7px;
    color: #fff !important;
    padding: 9px 13px;
}

.venus-header-actions .control-box {
    right: 0;
    top: calc(100% + 10px);
    z-index: 2800;
}

.venus-member-authenticated {
    min-width: 0;
}

.venus-member-menu {
    position: relative;
}

.venus-member-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    gap: 10px;
    max-width: 220px;
    padding: 0;
    text-align: left;
}

.venus-member-avatar {
    align-items: center;
    background: rgba(12, 86, 141, .1);
    border: 1px solid rgba(12, 86, 141, .14);
    border-radius: 999px;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.venus-member-summary {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.venus-member-summary strong,
.venus-member-summary small {
    display: block;
    max-width: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venus-member-summary strong {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
}

.venus-member-summary small {
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 2px;
}

.venus-member-toggle > i {
    flex: 0 0 auto;
    font-size: 10px !important;
}

.venus-member-dropdown {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .08);
    border-radius: 10px;
    box-shadow: 0 24px 54px rgba(7, 24, 42, .14);
    min-width: 220px;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    z-index: 2800;
}

.venus-member-menu:hover .venus-member-dropdown,
.venus-member-menu.venus-member-open .venus-member-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.venus-member-dropdown a {
    align-items: center;
    border-radius: 7px;
    color: var(--SettingsColor-2, #041121) !important;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    padding: 11px 12px;
}

.venus-member-dropdown a i {
    color: var(--SettingsColor-4, #0c568d) !important;
    font-size: 14px !important;
    width: 16px;
}

.venus-member-dropdown a:hover {
    background: rgba(11, 99, 163, .08);
    color: var(--SettingsColor-4, #0c568d) !important;
}

.venus-member-dropdown .venus-member-logout,
.venus-member-dropdown .venus-member-logout i {
    color: #dc2626 !important;
}

.venus-mobile-auth,
.venus-mobile-member-card {
    border-bottom: 1px solid #e7edf5;
    margin-bottom: 10px;
    padding-bottom: 14px;
}

.venus-mobile-auth {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.venus-mobile-auth-btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 12px;
}

.venus-mobile-auth-login {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .12);
    color: var(--SettingsColor-2, #041121);
}

.venus-mobile-auth-register {
    background: var(--SettingsColor-4, #0c568d);
    border: 1px solid var(--SettingsColor-4, #0c568d);
    color: #fff;
}

.venus-mobile-member-head {
    align-items: center;
    background: #f7f9fc;
    border: 1px solid #e7edf5;
    border-radius: 10px;
    display: flex;
    gap: 12px;
    padding: 12px;
}

.venus-mobile-member-head .venus-member-summary strong,
.venus-mobile-member-head .venus-member-summary small {
    max-width: 210px;
}

.venus-mobile-member-links {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.venus-mobile-member-links a {
    align-items: center;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 8px;
    color: var(--SettingsColor-2, #041121);
    display: flex;
    font-size: 14px;
    font-weight: 650;
    gap: 10px;
    min-height: 40px;
    padding: 10px 12px;
}

.venus-mobile-member-links a i {
    color: var(--SettingsColor-4, #0c568d);
    width: 17px;
}

.venus-mobile-member-links .venus-member-logout,
.venus-mobile-member-links .venus-member-logout i {
    color: #dc2626;
}

.venus-header-dark .venus-header-logo,
.venus-header-dark .venus-header-nav .nav-link,
.venus-header-dark .venus-more-toggle,
.venus-header-dark .venus-header-contact,
.venus-header-dark .venus-header-actions .control-btn,
.venus-header-dark .venus-header-actions .control-btn .currency-icon,
.venus-header-dark .venus-header-actions .venus-topbar-auth a,
.venus-header-dark .venus-header-actions .venus-topbar-auth i,
.venus-header-dark .venus-member-toggle,
.venus-header-dark .venus-member-summary strong {
    color: #fff !important;
}

.venus-header-dark {
    border-bottom-color: rgba(255, 255, 255, .12);
}

.venus-header-dark .venus-header-actions .venus-topbar-auth {
    border-left-color: rgba(255, 255, 255, .22);
}

.venus-header-dark .venus-member-avatar {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
}

.venus-header-dark .venus-member-summary small {
    color: rgba(255, 255, 255, .72);
}

.venus-theme .venus-header .venus-topbar,
.venus-theme .venus-header .acouting,
.venus-theme .venus-header .acouting::before,
.venus-theme .venus-header .acouting::after {
    background: var(--NeptunTopbarBg, var(--SettingsColor-3, #eef7fb)) !important;
}

.venus-theme .venus-topbar {
    border-bottom: 0;
    box-shadow: none;
    min-height: auto;
}

.venus-theme .venus-topbar .container {
    position: relative;
}

.venus-theme .venus-topbar-contact ul {
    gap: 0;
}

.venus-theme .venus-topbar-contact li {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.venus-theme .venus-topbar-actions .web-control {
    gap: 8px;
}

.venus-theme .venus-topbar-actions {
    gap: 18px;
}

.venus-theme .venus-topbar-actions .web-control > li {
    margin-right: 0 !important;
}

.venus-theme .venus-topbar-actions .control-btn,
.venus-theme .venus-topbar-actions .web-control > li > a {
    background: none;
    border: 0;
    border-radius: 0;
    min-height: auto;
    padding: 0;
}

.venus-theme .venus-header .nav-link,
.venus-theme .venus-header .web-control a,
.venus-theme .venus-header .web-control button,
.venus-theme .venus-header .topbar a,
.venus-theme .venus-header .topbar i {
    color: var(--SettingsColor-2, #041121) !important;
}

.venus-theme .venus-header.venus-header-dark .nav-link,
.venus-theme .venus-header.venus-header-dark .web-control a,
.venus-theme .venus-header.venus-header-dark .web-control button,
.venus-theme .venus-header.venus-header-dark .topbar a,
.venus-theme .venus-header.venus-header-dark .topbar i,
.venus-theme .venus-header.venus-header-dark .venus-more-toggle,
.venus-theme .venus-header.venus-header-dark .venus-member-toggle,
.venus-theme .venus-header.venus-header-dark .venus-member-toggle i,
.venus-theme .venus-header.venus-header-dark .venus-member-summary strong {
    color: #fff !important;
}

.venus-theme .venus-topbar .currency-icon {
    background: var(--SettingsColor-4, #0b63a3);
}

.venus-theme .venus-topbar-auth {
    border-left: 0;
    gap: 14px;
    margin-left: 0;
    padding-left: 0;
}

.venus-theme .venus-topbar-auth li {
    margin-right: 0 !important;
}

.venus-theme .venus-topbar-auth i {
    color: var(--SettingsColor-1, #20c7b0) !important;
}

.venus-hero {
    background-color: var(--venus-hero-bg-color, var(--SettingsColor-3, #edf7fb));
    background-image: var(--venus-hero-bg-image, url("https://images.kiwi.com/footer/desktop-bg@2x.png"));
    background-position: center;
    background-repeat: repeat;
    background-size: var(--venus-hero-bg-size, 374px 75px);
    position: relative;
    z-index: 1;
}

.venus-flight-subhome {
    background: var(--SettingsColor-3, #edf7fb) !important;
    background-image: none !important;
    position: relative;
    z-index: 1;
}

.venus-flight-subhome .searchForm.subPage {
    padding-top: 58px;
    padding-bottom: 58px;
}

.venus-flight-subhome .ticket-form {
    box-shadow: 0 18px 45px rgba(7, 24, 42, .12);
}

.venus-subhome-hero {
    background: var(--SettingsColor-3, #edf7fb);
    padding: 34px 0 30px;
}

.venus-subhome-breadcrumb {
    align-items: center;
    color: rgba(4, 17, 33, .58);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 10px;
}

.venus-subhome-breadcrumb a {
    color: var(--SettingsColor-4, #0c568d);
}

.venus-subhome-breadcrumb i {
    color: rgba(4, 17, 33, .34);
    font-size: 11px;
}

.venus-subhome-hero h1 {
    color: var(--SettingsColor-2, #041121);
    font-size: 34px;
    font-weight: 850;
    line-height: 1.15;
    margin: 0;
}

.venus-subhome-hero p {
    color: rgba(4, 17, 33, .68);
    font-size: 15px;
    line-height: 1.6;
    margin: 10px 0 0;
    max-width: 720px;
}

.venus-subhome-hero-media {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(7, 24, 42, .08);
    height: 150px;
    overflow: hidden;
    padding: 6px;
}

.venus-subhome-hero-media img {
    border-radius: 6px;
    display: block;
    height: 100%;
    object-fit: cover !important;
    width: 100%;
}

.venus-subhome-list .content-item-title .title {
    display: block;
    line-height: 1.18;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 24px);
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}

.venus-section-heading .title-header {
    color: var(--SettingsColor-2, #041121);
    font-size: 26px;
    font-weight: 850;
    line-height: 1.2;
}

.venus-section-heading span {
    color: rgba(4, 17, 33, .62);
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 8px;
    max-width: 720px;
}

.venus-faq-title {
    background: transparent;
    border: 0;
    padding: 0;
}

.venus-faq-title span {
    color: var(--SettingsColor-2, #041121);
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 8px;
    opacity: .62;
}

.venus-faq-section .venus-faq-list {
    background: transparent;
    padding: 0 !important;
}

.venus-faq-grid {
    display: block;
}

.venus-faq-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--SettingsColor-3, #edf7fb);
    border-radius: 0;
    box-shadow: none;
    margin: 0 !important;
    overflow: visible;
}

.venus-faq-item:last-child {
    border-bottom: 1px solid var(--SettingsColor-3, #edf7fb);
}

.venus-faq-question {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--SettingsColor-2, #041121);
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 52px;
    padding: 0;
    text-align: left;
    transition: color .18s ease;
    width: 100%;
}

.venus-faq-question:not(.collapsed) {
    color: var(--SettingsColor-4, #0c568d);
}

.venus-faq-question span {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.venus-faq-question i {
    color: var(--SettingsColor-4, #0c568d);
    flex: 0 0 auto;
    font-size: 13px;
    transition: transform .2s ease;
}

.venus-faq-question.collapsed i {
    transform: rotate(180deg);
}

.venus-faq-answer {
    color: var(--SettingsColor-2, #041121);
    font-size: 14px;
    line-height: 1.65;
    opacity: .72;
    padding: 12px 14px 18px;
}

.venus-section-subtitle {
    color: var(--SettingsColor-2, #041121);
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 8px;
    opacity: .68;
}

.venus-air-slider-nav {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.venus-air-slider-btn {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.venus-air-slider-btn:hover {
    color: var(--SettingsColor-1, #20c7b0);
}

.venus-air-slider-shell {
    overflow: hidden;
    position: relative;
}

.venus-airports-section .venus-air-slider-shell {
    background: var(--SettingsColor-3, #edf7fb);
    border-radius: 8px;
    padding: 16px;
}

.venus-air-slider {
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.venus-air-slider::-webkit-scrollbar {
    display: none;
}

.venus-airlines-section .venus-air-slider {
    padding: 4px 2px 10px;
}

.venus-airline-card,
.venus-airport-card {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--SettingsColor-2, #041121);
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    scroll-snap-align: start;
    text-align: center;
    /* border-radius: 8px;
    border: 1px solid var(--SettingsColor-3, #edf7fb); */
}

.venus-airline-card {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .10);
    border-radius: 7px;
    flex-direction: column;
    gap: 10px;
    min-height: 92px;
    padding: 14px 16px;
    transition: border-color .22s ease, transform .22s ease;
    width: 180px;
}

.venus-airline-card span {
    align-items: center;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 58px;
}

.venus-airline-card img {
    display: block;
    max-height: 38px;
    max-width: 58px;
    object-fit: contain !important;
}

.venus-airline-card strong {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.venus-airline-card:hover {
    border-color: var(--SettingsColor-2, #041121);
    transform: translateY(-2px);
}

.venus-airline-card:hover strong,
.venus-airport-card:hover span {
    color: var(--SettingsColor-4, #0c568d);
}

.venus-airport-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    flex-direction: column;
    min-height: 102px;
    padding: 18px 20px;
    transform: translateY(0);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 224px;
}

.venus-airport-card:hover {
    border-color: var(--SettingsColor-2, #041121);
    box-shadow: 0 16px 34px rgba(7, 24, 42, .09);
    transform: translateY(-3px);
}

.venus-airport-card strong {
    color: var(--SettingsColor-2, #041121);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 7px;
}

.venus-airport-card span {
    color: var(--SettingsColor-4, #0c568d);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.venus-airport-card small {
    color: var(--SettingsColor-2, #041121);
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
    opacity: .62;
}

.venus-country-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.venus-country-card {
    border-radius: 8px;
    color: #fff;
    display: block;
    min-height: 268px;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    transition: transform .22s ease, box-shadow .22s ease;
}

.venus-country-card-large {
    grid-column: span 3;
}

.venus-country-card-small {
    grid-column: span 2;
}

.venus-country-card > img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover !important;
    position: absolute;
    transform: scale(1);
    transition: transform .45s ease;
    width: 100%;
}

.venus-country-shade {
    background: linear-gradient(180deg, rgba(4, 17, 33, .72) 0%, rgba(4, 17, 33, .24) 42%, rgba(4, 17, 33, .1) 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.venus-country-title {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 25px;
    font-weight: 850;
    gap: 9px;
    left: 18px;
    line-height: 1.15;
    position: absolute;
    text-shadow: 0 8px 24px rgba(4, 17, 33, .34);
    top: 18px;
    z-index: 2;
}

.venus-country-title img {
    height: 22px;
    object-fit: cover !important;
    width: 32px;
}

.venus-country-card:hover {
    box-shadow: 0 16px 34px rgba(7, 24, 42, .16);
    color: #fff;
    transform: translateY(-4px);
}

.venus-country-card:hover > img {
    transform: scale(1.045);
}

.venus-country-more {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.venus-country-more a {
    align-items: center;
    background: transparent;
    border: 1px solid var(--SettingsColor-3, #edf7fb);
    border-radius: 999px;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    gap: 8px;
    min-height: 36px;
    padding: 8px 13px;
}

.venus-country-more a:hover {
    border-color: var(--SettingsColor-4, #0c568d);
    color: var(--SettingsColor-4, #0c568d);
}

.venus-country-more img {
    height: 14px;
    object-fit: cover !important;
    width: 20px;
}

.venus-link-row-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.venus-link-row-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--SettingsColor-3, #edf7fb);
    border-radius: 8px;
    color: var(--SettingsColor-2, #041121);
    display: flex;
    font-size: 14px;
    font-weight: 650;
    gap: 12px;
    justify-content: space-between;
    min-height: 54px;
    padding: 13px 15px;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.venus-link-row-card i {
    color: var(--SettingsColor-4, #0c568d);
    flex: 0 0 auto;
    font-size: 12px;
}

.venus-link-row-card:hover {
    border-color: var(--SettingsColor-4, #0c568d);
    color: var(--SettingsColor-4, #0c568d);
    transform: translateY(-2px);
}

.venus-flight-route-section {
    background: transparent;
}

.venus-flight-route-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.venus-flight-route-card {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .1);
    /* border-left-color: var(--SettingsColor-2, #0c568d); */
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(4, 17, 33, .04);
    color: var(--SettingsColor-2, #041121);
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 168px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.venus-flight-route-card:before {
    background: linear-gradient(180deg, var(--SettingsColor-1, #44d7b6), var(--SettingsColor-4, #0c568d));
    bottom: 16px;
    content: "";
    left: 0;
    position: absolute;
    top: 16px;
    width: 3px;
}

.venus-flight-route-card:hover {
    border-color: var(--SettingsColor-4, #0c568d);
    /* border-color: rgba(12, 86, 141, .28); */
    box-shadow: 0 18px 40px rgba(4, 17, 33, .08);
    color: var(--SettingsColor-2, #041121);
    transform: translateY(-3px);
}

.venus-flight-route-top,
.venus-flight-route-bottom,
.venus-flight-route-airline,
.venus-flight-route-body {
    align-items: center;
    display: flex;
}

.venus-flight-route-top {
    gap: 10px;
    justify-content: space-between;
    min-height: 28px;
}

.venus-flight-route-airline {
    color: rgba(4, 17, 33, .72);
    font-size: 12px;
    font-weight: 750;
    gap: 7px;
    min-width: 0;
}

.venus-flight-route-airline img {
    flex: 0 0 auto;
    height: 20px;
    object-fit: contain !important;
    width: 20px;
}

.venus-flight-route-airline i {
    align-items: center;
    background: rgba(12, 86, 141, .09);
    border-radius: 50%;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.venus-flight-route-airline span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venus-flight-route-price {
    align-items: center;
    border: 1px solid rgba(68, 215, 182, .45);
    border-radius: 8px;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 850;
    gap: 4px;
    line-height: 1;
    padding: 7px 8px;
}

.venus-flight-route-price small {
    font-size: 10px;
    font-weight: 800;
}

.venus-flight-route-body {
    gap: 10px;
    justify-content: space-between;
}

.venus-flight-route-body > span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.venus-flight-route-body > span:last-child {
    text-align: right;
}

.venus-flight-route-body b {
    color: var(--SettingsColor-2, #041121);
    display: block;
    font-size: 15px;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venus-flight-route-body small,
.venus-flight-route-bottom span {
    color: rgba(4, 17, 33, .52);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .02em;
}

.venus-flight-route-body > i {
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    transform: none;
    width: 34px;
}

.venus-flight-route-bottom {
    border-top: 1px solid rgba(4, 17, 33, .08);
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
}

.venus-flight-route-bottom em {
    align-items: center;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
    gap: 7px;
}

.venus-city-guide {
    -webkit-overflow-scrolling: touch;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.venus-city-card {
    background: var(--SettingsColor-3, #edf7fb);
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: block;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    transition: transform .22s ease, box-shadow .22s ease;
}

.venus-city-card > img {
    display: block;
    height: 100%;
    inset: 0;
    object-position: center;
    object-fit: fill !important;
    position: absolute;
    transform: scale(1);
    transition: transform .45s ease;
    width: 100%;
}

.venus-city-card-shade {
    background: linear-gradient(180deg, rgba(4, 17, 33, .08) 0%, rgba(4, 17, 33, .18) 48%, rgba(2, 8, 40, .9) 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.venus-city-card-title {
    bottom: 25px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    left: 24px;
    line-height: 1.2;
    position: absolute;
    right: 18px;
    text-shadow: 0 8px 20px rgba(4, 17, 33, .36);
    overflow-wrap: break-word;
    z-index: 2;
}

.venus-city-card:hover {
    box-shadow: 0 18px 36px rgba(7, 24, 42, .16);
    color: #fff;
    transform: translateY(-4px);
}

.venus-city-card:hover > img {
    transform: scale(1.045);
}

.venus-seo-content {
    color: var(--SettingsColor-2, #041121);
}

.venus-seo-content h2 {
    color: var(--SettingsColor-2, #041121);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 26px;
}

.venus-seo-content-body {
    color: var(--SettingsColor-2, #041121);
    font-size: 15px;
    line-height: 2.05;
    max-height: 235px;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease;
}

.venus-seo-content-body::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 78%);
    bottom: 0;
    content: '';
    height: 86px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.venus-seo-content.is-expanded .venus-seo-content-body {
    max-height: 2200px;
}

.venus-seo-content.is-expanded .venus-seo-content-body::after {
    opacity: 0;
}

.venus-seo-content-body h1,
.venus-seo-content-body h2,
.venus-seo-content-body h3,
.venus-seo-content-body h4,
.venus-seo-content-body h5,
.venus-seo-content-body h6 {
    color: var(--SettingsColor-2, #041121);
    font-weight: 800;
    line-height: 1.35;
    margin: 20px 0 12px;
}

.venus-seo-content-body h2 {
    font-size: 20px;
}

.venus-seo-content-body h3 {
    font-size: 18px;
}

.venus-seo-content-body p,
.venus-seo-content-body ul,
.venus-seo-content-body ol {
    margin-bottom: 16px;
    opacity: .72;
}

.venus-seo-content-body a {
    color: var(--SettingsColor-4, #0c568d);
    font-weight: 650;
}

.venus-seo-content-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    margin: 8px auto 0;
    padding: 8px 12px;
}

.venus-seo-content-toggle i {
    font-size: 12px;
    transition: transform .2s ease;
}

.venus-seo-content.is-expanded .venus-seo-content-toggle i {
    transform: rotate(180deg);
}

.venus-why-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.venus-why-card {
    background: #fff;
    border: 1px solid var(--SettingsColor-3, #edf7fb);
    border-radius: 8px;
    min-height: 198px;
    padding: 22px 20px;
    position: relative;
    transform: translateY(0);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.venus-why-count {
    color: var(--SettingsColor-4, #0c568d);
    display: block;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 18px;
}

.venus-why-card h3 {
    color: var(--SettingsColor-2, #041121);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 12px;
}

.venus-why-card p {
    color: var(--SettingsColor-2, #041121);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    opacity: .68;
}

.venus-why-card:hover {
    border-color: var(--SettingsColor-4, #0c568d);
    box-shadow: 0 16px 34px rgba(7, 24, 42, .09);
    transform: translateY(-3px);
}

.venus-section-link,
.venus-card-link {
    align-items: center;
    color: var(--SettingsColor-4, #0c568d);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
}

.venus-section-link i,
.venus-card-link i {
    font-size: 12px;
    transition: transform .2s ease;
}

.venus-section-link:hover,
.venus-card-link:hover {
    color: var(--SettingsColor-1, #20c7b0);
}

.venus-section-link:hover i,
.venus-card-link:hover i {
    transform: translateX(3px);
}

.venus-news-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.venus-news-card,
.venus-blog-featured,
.venus-blog-side-card {
    background: #fff;
    /* border: 1px solid var(--SettingsColor-2, #edf7fb); */
    border: 1px solid rgba(4, 17, 33, .1);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.venus-blog-layout {
    align-items: stretch;
}

.venus-blog-layout > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.venus-news-card:hover,
.venus-blog-featured:hover,
.venus-blog-side-card:hover {
    border-color: var(--SettingsColor-4, #0c568d);
    box-shadow: 0 16px 34px rgba(7, 24, 42, .09);
    transform: translateY(-3px);
    cursor: pointer;
}

.venus-news-img,
.venus-blog-featured-img,
.venus-blog-side-img {
    background: var(--SettingsColor-3, #edf7fb);
    display: block;
    overflow: hidden;
}

.venus-news-img {
    aspect-ratio: 1.45 / 1;
}

.venus-blog-featured-img {
    flex: 1 1 auto;
    min-height: 100%;
    position: relative;
}

.venus-blog-side-img {
    align-self: stretch;
    min-height: 132px;
    width: 178px;
}

.venus-news-img img,
.venus-blog-featured-img img,
.venus-blog-side-img img {
    display: block;
    height: 100%;
    object-fit: cover !important;
    transform: scale(1);
    transition: transform .42s ease;
    width: 100%;
}

.venus-news-card:hover img,
.venus-blog-featured:hover img,
.venus-blog-side-card:hover img {
    transform: scale(1.045);
}

.venus-news-body,
.venus-blog-side-body {
    padding: 18px;
}

.venus-blog-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.venus-news-body time,
.venus-blog-meta time,
.venus-blog-meta span {
    color: var(--SettingsColor-4, #0c568d);
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
}

.venus-news-body time {
    display: block;
    margin-bottom: 12px;
}

.venus-blog-meta {
    margin-bottom: 11px;
}

.venus-news-title,
.venus-blog-featured-title,
.venus-blog-side-title {
    color: var(--SettingsColor-2, #041121);
    display: block;
    font-weight: 800;
    line-height: 1.35;
}

.venus-news-title {
    font-size: 16px;
    min-height: 44px;
}

.venus-blog-featured {
    display: flex;
    height: 100%;
    min-height: 522px;
}

.venus-blog-featured-title {
    color: #fff;
    font-size: 23px;
}

.venus-blog-overlay {
    background: linear-gradient(180deg, rgba(4, 17, 33, .08) 0%, rgba(4, 17, 33, .34) 42%, rgba(4, 17, 33, .9) 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.venus-blog-featured-content {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 26px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.venus-blog-featured-content .venus-blog-meta time,
.venus-blog-featured-content .venus-blog-meta span,
.venus-blog-featured-content .venus-card-link {
    color: #fff;
}

.venus-blog-featured-desc {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: 12px 0 16px;
    opacity: .82;
}

.venus-blog-side-title {
    font-size: 16px;
}

.venus-news-body p,
.venus-blog-side-body p {
    color: var(--SettingsColor-2, #041121);
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 14px;
    opacity: .66;
}

.venus-blog-list {
    display: grid;
    flex: 1 1 auto;
    gap: 14px;
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.venus-blog-side-card {
    display: grid;
    grid-template-columns: 178px minmax(0, 1fr);
    min-height: 164px;
}

.venus-blog-side-body {
    min-width: 0;
}

.venus-theme .breadcumb .neptun-flight-search-compact {
    width: 100%;
}

.venus-theme .breadcumb .neptun-flight-search-compact > .row,
.venus-theme .breadcumb .neptun-flight-search-compact > .row > .col-lg-12 > .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .venus-theme .breadcumb .neptun-flight-search-compact > .row > .col-lg-12 > .row {
        display: grid;
        gap: 0;
        grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, .95fr) minmax(0, .8fr);
    }

    .venus-theme .breadcumb .neptun-flight-search-compact > .row > .col-lg-12 > .row > [class*="col-lg-"] {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
}

.venus-theme .breadcumb .neptun-flight-search-compact .form-floating,
.venus-theme .breadcumb .neptun-flight-search-compact .returnDateActive,
.venus-theme .breadcumb .neptun-flight-search-compact .dropdown-box {
    height: 100%;
}

.venus-theme .breadcumb .neptun-flight-search-compact .form-floating,
.venus-theme .breadcumb .neptun-flight-search-compact .returnDateActive,
.venus-theme .breadcumb .neptun-flight-search-compact .form-control,
.venus-theme .breadcumb .neptun-flight-search-compact button[type="submit"] {
    min-height: 58px;
}

.venus-theme .breadcumb .neptun-flight-search-compact #guestInfo {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.venus-flight-content-list .content-item {
    border-radius: 7px;
}

.venus-flight-content-list .content-item img {
    min-height: 230px;
    object-fit: cover !important;
}

.venus-detail-breadcrumb {
    background: var(--SettingsColor-3, #edf7fb) !important;
    background-image: none !important;
}

.venus-detail-breadcrumb:not(:has(.searchForm)) {
    padding: 50px 0 0;
}

.venus-detail-breadcrumb::before {
    display: none !important;
}

.venus-detail-breadcrumb .searchForm {
    padding: 50px 15px 40px;
}

.venus-detail-section {
    background: #fff;
}

.venus-detail-media {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    min-height: 220px;
    overflow: hidden;
    padding: 0;
}

.venus-detail-media img {
    border-radius: 8px;
    display: block;
    max-height: 420px;
    max-width: 100%;
    object-fit: cover !important;
    width: 100%;
}

.venus-detail-toc {
    background: transparent;
    border: 1px solid rgba(4, 17, 33, .1);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin: 0 0 28px;
    padding: 18px 0 6px;
}

.venus-detail-toc .toc-header {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
}

.venus-detail-toc .toc-header i {
    color: var(--SettingsColor-4, #0b63a3);
    font-size: 18px;
}

.venus-detail-toc .toc-header h3 {
    color: var(--SettingsColor-2, #041121);
    font-size: 18px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.venus-detail-toc .toc-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.venus-detail-toc .toc-nav li {
    list-style: none;
    margin: 0;
}

.venus-detail-toc .toc-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(4, 17, 33, .08);
    border-radius: 0;
    color: var(--SettingsColor-2, #041121);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 14px;
    min-height: 48px;
    padding: 12px 0;
    transition: color .18s ease;
}

.venus-detail-toc .toc-nav li:last-child .toc-item {
    border-bottom: 0;
}

.venus-detail-toc .toc-step {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(4, 17, 33, .12);
    border-radius: 999px;
    color: rgba(4, 17, 33, .5);
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 11px;
    font-weight: 850;
    height: 26px;
    justify-content: center;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
    width: 34px;
}

.venus-detail-toc .toc-text {
    flex: 1 1 auto;
    min-width: 0;
}

.venus-detail-toc .toc-item:hover {
    color: var(--SettingsColor-4, #0b63a3);
}

.venus-detail-toc .toc-item:hover .toc-step {
    background: var(--SettingsColor-4, #0b63a3);
    border-color: var(--SettingsColor-4, #0b63a3);
    color: #fff;
}

.venus-detail-content-section {
    scroll-margin-top: 110px;
}

.venus-detail-heading,
.venus-detail-subheading {
    color: var(--SettingsColor-2, #041121);
    letter-spacing: 0;
}

.venus-detail-heading {
    font-size: 28px;
    font-weight: 850;
    line-height: 1.25;
    margin: 0 0 18px;
}

.venus-detail-subheading {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 12px;
}

.venus-detail-section .contentDetail {
    border: 0;
    border-radius: 0;
    color: rgba(4, 17, 33, .78);
    font-size: 15px;
    line-height: 1.75;
    padding: 0;
}

.venus-detail-summary {
    color: rgba(4, 17, 33, .66);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 18px;
}

.venus-detail-sidebar {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .08);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(7, 24, 42, .07);
    padding: 16px;
    position: sticky;
    top: 92px;
}

.venus-detail-sidebar h3 {
    color: var(--SettingsColor-2, #041121);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
}

.venus-detail-related-list {
    display: grid;
    gap: 12px;
}

.venus-detail-related-card {
    align-items: center;
    background: #f8fbfd;
    border: 1px solid rgba(4, 17, 33, .07);
    border-radius: 8px;
    color: var(--SettingsColor-2, #041121);
    display: grid;
    gap: 12px;
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 76px;
    padding: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.venus-detail-related-card:not(:has(.venus-detail-related-img)) {
    grid-template-columns: 1fr;
}

.venus-detail-related-card:hover {
    border-color: rgba(15, 127, 150, .28);
    box-shadow: 0 10px 26px rgba(7, 24, 42, .08);
    color: var(--SettingsColor-2, #041121);
    transform: translateY(-1px);
}

.venus-detail-related-img {
    aspect-ratio: 4 / 3;
    background: var(--SettingsColor-3, #edf7fb);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    width: 86px;
}

.venus-detail-related-img img {
    display: block;
    height: 100%;
    object-fit: cover !important;
    width: 100%;
}

.venus-detail-related-title {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.venus-detail-prev-next {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.venus-detail-nav-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .08);
    border-radius: 8px;
    color: var(--SettingsColor-2, #041121);
    display: flex;
    gap: 12px;
    min-height: 96px;
    padding: 12px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.venus-detail-nav-card:hover {
    border-color: rgba(15, 127, 150, .28);
    box-shadow: 0 12px 30px rgba(7, 24, 42, .08);
    color: var(--SettingsColor-2, #041121);
    transform: translateY(-1px);
}

.venus-detail-nav-card:hover .venus-detail-nav-text small,
.venus-detail-nav-card:hover .venus-detail-nav-text strong,
.venus-detail-nav-card:hover i {
    color: var(--SettingsColor-2, #041121);
}

.venus-detail-nav-card i {
    align-items: center;
    background: var(--SettingsColor-3, #edf7fb);
    border-radius: 8px;
    color: var(--SettingsColor, #0f7f96);
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.venus-detail-nav-next {
    justify-content: flex-end;
    text-align: right;
}

.venus-detail-nav-img {
    background: var(--SettingsColor-3, #edf7fb);
    border-radius: 6px;
    display: block;
    flex: 0 0 72px;
    height: 58px;
    overflow: hidden;
}

.venus-detail-nav-img img {
    display: block;
    height: 100%;
    object-fit: cover !important;
    width: 100%;
}

.venus-detail-nav-text {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.venus-detail-nav-text small {
    color: rgba(4, 17, 33, .52);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.venus-detail-nav-text strong {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.venus-popular-flights-section .flights-tabs-control {
    max-width: 100%;
}

.venus-popular-flights-section .flights-box img {
    width: 100%;
}

.venus-hero .searchForm {
    padding-top: 82px;
    padding-bottom: 90px;
}

.venus-hero-title {
    color: var(--SettingsColor-2, #041121);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    max-width: 620px;
}

.venus-hero #randomDiv {
    display: none !important;
}

.venus-hero #randomDiv > div {
    animation: slot-machine 8s infinite;
    background: var(--SettingsColor-4, #0b63a3);
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    height: 36px;
    line-height: 1;
    text-align: center;
    width: 27px;
}

.venus-hero #randomDiv > div > div {
    height: 36px;
    line-height: 1;
}

.venus-hero .subTitle {
    background: var(--SettingsColor-4, #0b63a3);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
    padding: 4px 8px;
}

.venus-hero .searchBox {
    box-shadow: 0 18px 45px rgba(7, 24, 42, .12);
}

.venus-footer {
    background: var(--NeptunFooterBg, #041121);
    border-top: 0;
    color: var(--NeptunFooterText, #fff);
    font-family: "Outfit", sans-serif;
    padding: 44px 0 0;
}

.venus-footer p,
.venus-footer span,
.venus-footer strong,
.venus-footer h6,
.venus-footer li,
.venus-footer button {
    font-family: "Outfit", sans-serif;
}

.venus-footer-light {
    color: var(--NeptunFooterText, #fff);
}

.venus-footer a {
    color: var(--NeptunFooterText, #fff);
    text-decoration: none;
}

.venus-footer a:hover {
    color: var(--SettingsColor-2, #041121);
}

.venus-footer-top {
    align-items: center;
    border-bottom: 0;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 22px;
}

.venus-footer-brand {
    align-items: center;
    display: flex;
    gap: 16px;
    max-width: 280px;
    min-width: 0;
}

.venus-footer-logo {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    flex: 0 0 auto;
    min-height: auto;
    padding: 0;
}

.venus-footer .footer-img,
.venus-footer .footer-img img {
    max-width: 100%;
}

.venus-footer .footer-img img {
    background: transparent;
    border-radius: 0;
    height: 38px !important;
    max-height: 38px !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: left center;
    width: auto !important;
}

.venus-footer-license {
    color: var(--NeptunFooterText, #fff);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
}

.venus-footer-social ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.venus-footer .footer-list-widget-social ul li {
    margin: 0 !important;
}

.venus-footer .footer-list-widget-social ul li a {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: var(--NeptunFooterText, #fff);
    height: 34px !important;
    opacity: .82;
    transition: border-color .18s ease, color .18s ease, opacity .18s ease;
    width: 34px !important;
}

.venus-footer .footer-list-widget-social ul li a:hover {
    background: transparent;
    border-color: var(--SettingsColor-2, #041121);
    color: var(--SettingsColor-2, #041121);
    opacity: 1;
}

.venus-footer-body {
    padding: 30px 0 28px;
}

.venus-footer-grid {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
}

.venus-footer-grid-has-side {
    grid-template-columns: minmax(190px, .72fr) minmax(0, 2fr) minmax(170px, .68fr);
}

.venus-footer-menu-grid {
    display: grid;
    gap: 26px 34px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.venus-footer-menu-section-wide .footer-widgets.links ul {
    column-count: 1;
}

.venus-footer-menu-section-wide .footer-widgets.links li {
    break-inside: avoid;
}

.venus-footer .footerBody h6 {
    border-bottom: 0;
    color: var(--NeptunFooterText, #fff);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 16px;
    padding: 0 !important;
    text-transform: none;
}

.venus-footer .footerBody h6 i,
.venus-footer-contact-col h6 i {
    display: none;
}

.venus-footer-contact-actions {
    display: grid;
    gap: 10px;
}

.venus-footer-contact-actions a {
    align-items: center;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 8px;
    color: var(--NeptunFooterText, #fff);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.venus-footer-contact-actions a i {
    color: currentColor;
    font-size: 14px;
    width: 16px;
}

.venus-footer-contact-actions a:hover {
    border-color: var(--SettingsColor-2, #041121);
    box-shadow: 0 12px 26px rgba(4, 17, 33, .07);
    color: var(--SettingsColor-2, #041121);
    transform: translateY(-2px);
}

.venus-footer-side {
    min-width: 0;
}

.venus-footer .footer-widgets.links ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.venus-footer .footer-widgets.links {
    height: auto !important;
    visibility: visible !important;
}

.venus-footer .footer-widgets.links li {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.venus-footer .footer-widgets.links li span {
    display: none;
}

.venus-footer .footer-widgets.links li a {
    color: var(--NeptunFooterText, #fff);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    opacity: .82;
    transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.venus-footer .footer-widgets.links li:hover a {
    color: var(--SettingsColor-2, #041121);
    opacity: 1;
    transform: translateX(2px);
}

.venus-footer-social {
    margin-top: 20px;
}

.venus-footer-social strong {
    color: var(--NeptunFooterText, #fff);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.venus-footer-app {
    margin-top: 26px;
}

.venus-footer-app h6 {
    margin-bottom: 12px !important;
}

.venus-footer-app img {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 5px;
    display: block;
    height: 112px;
    object-fit: contain;
    padding: 8px;
    width: 112px;
}

.venus-footer-app span {
    color: var(--NeptunFooterText, #fff);
    display: block;
    font-size: 11px;
    line-height: 1.25;
    margin-top: 8px;
    max-width: 112px;
    text-align: center;
}

.venus-footer-legal-row {
    align-items: center;
    border-top: 1px solid currentColor;
    display: grid;
    gap: 20px;
    grid-template-columns: 180px minmax(0, 1fr);
    opacity: .92;
    padding: 20px 0 24px;
}

.venus-footer-legal-row strong {
    color: var(--NeptunFooterText, #fff);
    font-size: 13px;
    font-weight: 700;
}

.venus-footer-legal-row nav {
    display: grid;
    gap: 10px 28px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.venus-footer-legal-row a {
    color: var(--NeptunFooterText, #fff);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.venus-footer-legal-row a:hover {
    color: var(--SettingsColor-2, #041121);
}

.venus-footer .footerBottom {
    background-image: none;
    background: transparent;
    border-top: 1px solid currentColor;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 18px calc(50vw - 50%) 18px;
}

.venus-footer .footerBottom p {
    color: var(--NeptunFooterText, #fff);
    font-size: 12px;
    margin: 0;
    opacity: .82;
}

.venus-footer-certificates {
    background: transparent;
    border-top: 1px solid currentColor;
    display: flex;
    justify-content: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 28px calc(50vw - 50%) 18px;
}

.venus-footer-certificates img {
    max-height: 64px;
    max-width: min(100%, 520px);
    object-fit: contain;
}

.venus-footer .footerBottom img {
    height: 14px !important;
    object-fit: contain !important;
    width: auto !important;
}

.venus-footer .neptun-developer-logo img {
    height: 14px !important;
    max-height: 14px !important;
}

@keyframes slot-machine {
    0%, 60%, 100% {
        transform: translateY(0);
    }

    1%, 59% {
        transform: translateY(-36px);
    }

    2%, 58% {
        transform: translateY(-72px);
    }

    3%, 57% {
        transform: translateY(-108px);
    }

    4%, 56% {
        transform: translateY(-144px);
    }

    5%, 55% {
        transform: translateY(-180px);
    }

    6%, 54% {
        transform: translateY(-216px);
    }

    7%, 53% {
        transform: translateY(-252px);
    }
}

.venus-flight-search-form:not(.neptun-flight-search-compact) > .row {
    align-items: flex-start;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating,
.venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive {
    min-height: 54px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .roundControl {
    transform: translate(-50%, -43%);
}

.venus-theme .home.ticket-form {
    margin-top: 22px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.venus-theme .home.ticket-form .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-bottom: 28px;
}

.venus-theme .home.ticket-form .nav-tabs .nav-item a {
    align-items: center;
    background: transparent;
    border-radius: 8px;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    min-height: auto;
    min-width: 72px;
    padding: 0;
    text-align: center;
}

.venus-theme .home.ticket-form .nav-tabs .nav-item a i {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .08);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(7, 24, 42, .08);
    color: var(--SettingsColor-2, #041121);
    display: flex;
    font-size: 18px;
    height: 52px;
    justify-content: center;
    left: auto;
    position: static;
    top: auto;
    transform: none;
    transition: all .2s ease;
    width: 52px;
}

.venus-theme .home.ticket-form .nav-tabs .nav-item a:hover,
.venus-theme .home.ticket-form .nav-tabs .nav-item a.active {
    background: transparent !important;
    color: var(--SettingsColor-4, #0c568d);
}

.venus-theme .home.ticket-form .nav-tabs .nav-item a:hover i,
.venus-theme .home.ticket-form .nav-tabs .nav-item a.active i {
    background: var(--SettingsColor-4, #0c568d);
    border-color: var(--SettingsColor-4, #0c568d);
    color: #fff;
}

.venus-theme .home.ticket-form #ticketTabContent {
    background: transparent;
    border-radius: 0;
    padding: 0 !important;
}

.venus-theme .home.ticket-form .tab-pane > .neptun-search-placeholder {
    align-items: center;
    background: #f7f9fc;
    border: 1px dashed #d7deeb;
    border-radius: 10px;
    color: var(--SettingsColor-2, #041121);
    display: flex;
    justify-content: space-between;
    min-height: 86px;
    padding: 18px 20px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) > .row > .col-lg-12:first-child {
    margin-bottom: 16px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType {
    align-items: center;
    background: transparent !important;
    display: flex;
    gap: 18px;
    height: auto;
    padding: 0;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType::before {
    display: none;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType label {
    align-items: center;
    color: var(--SettingsColor-2, #041121) !important;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 600;
    gap: 8px;
    line-height: 1.2;
    padding: 0;
    text-align: left;
    top: auto;
    width: auto;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType label::before {
    background: #fff;
    border: 1px solid #cfd6e6;
    border-radius: 999px;
    box-shadow: inset 0 0 0 5px #fff;
    content: '';
    display: inline-block;
    height: 22px;
    transition: all .2s ease;
    width: 22px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType.position-left label:first-child::before,
.venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType.position-right label:last-child::before {
    background: var(--SettingsColor-4, #0c568d);
    border-color: var(--SettingsColor-4, #0c568d);
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .custom-checkbox {
    align-items: center;
    color: var(--SettingsColor-2, #041121);
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 600;
    min-height: 22px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-search-row {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    flex-wrap: nowrap;
    gap: 0;
    margin-left: 0;
    margin-right: 0;
    min-height: 76px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-search-row::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 55px rgba(7, 24, 42, .14);
    content: '';
    height: 76px;
    left: 0;
    position: absolute;
    top: 0;
    width: 72%;
    z-index: 0;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field,
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit,
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-date-group {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    z-index: 1;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-from:has(.dropdown-box.active),
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to:has(.dropdown-box.active),
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest:has(.dropdown-box.active) {
    z-index: 90;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-from,
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to {
    flex: 0 0 22%;
    max-width: 22%;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-date-group {
    flex: 0 0 28%;
    max-width: 28%;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest {
    flex: 0 0 calc(16% - 12px);
    margin-left: 12px;
    max-width: calc(16% - 12px);
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit {
    flex: 0 0 calc(12% - 12px);
    margin-left: 12px;
    max-width: calc(12% - 12px);
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-date-group > .row {
    margin-left: 0;
    margin-right: 0;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating,
.venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 76px;
    min-height: 76px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating::after,
.venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive::after {
    background: #d8deea;
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-from .form-floating {
    border-radius: 0;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-return .form-floating,
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-return .returnDateActive {
    border-radius: 0;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .form-floating {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 55px rgba(7, 24, 42, .14);
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .form-floating > .form-control {
    font-size: 15px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .form-floating > label {
    left: 20px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .form-floating::after,
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-return .returnDateActive::after,
.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-return .form-floating::after {
    display: none;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating > .form-control {
    background: transparent;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    color: var(--SettingsColor-2, #041121);
    font-size: 16px;
    font-weight: 700;
    height: 76px;
    padding: 32px 22px 12px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating > .form-control::placeholder {
    color: var(--SettingsColor-2, #041121);
    font-weight: 700;
    opacity: 1;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to .form-floating > .form-control {
    padding-left: 54px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to .form-floating > label {
    left: 54px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating > label,
.venus-flight-search-form:not(.neptun-flight-search-compact) .labelText {
    color: #6f7786;
    font-size: 11px !important;
    font-weight: 700;
    left: 22px;
    letter-spacing: .01em;
    opacity: 1;
    padding: 0;
    top: 17px;
    transform: none !important;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive {
    cursor: pointer;
    padding: 31px 18px 12px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive .btn-date {
    bottom: auto;
    color: #606674;
    font-size: 16px;
    font-weight: 700;
    left: 18px;
    position: static;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive i {
    color: var(--SettingsColor-4, #0c568d);
    font-size: 15px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-round-control {
    background: #fff;
    border: 1px solid #e0e5ef;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(7, 24, 42, .08);
    color: var(--SettingsColor-2, #041121);
    height: 46px;
    left: calc(22% - 2px);
    top: 50%;
    width: 46px;
    z-index: 8;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-round-control:hover {
    background: var(--SettingsColor-4, #0c568d);
    border-color: var(--SettingsColor-4, #0c568d);
    color: #fff;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit {
    padding-left: 0;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit button {
    background: var(--SettingsColor-4, #0c568d) !important;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 20px 55px rgba(7, 24, 42, .14);
    color: #fff;
    display: inline-flex !important;
    gap: 12px;
    min-height: 76px;
    min-width: 100%;
    padding: 0 20px !important;
    white-space: nowrap;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit button:hover {
    background: var(--SettingsColor-2, #041121) !important;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .dropdown-box.active {
    border: 1px solid var(--SettingsColor-4, #0c568d);
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(7, 24, 42, .16);
    left: 0;
    max-height: 324px;
    overflow: hidden;
    padding: 0;
    top: 0;
    width: min(476px, calc(100vw - 32px));
    z-index: 100;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to .dropdown-box.active {
    left: -40px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active {
    background: #fff;
    border: 1px solid rgba(11, 99, 163, .18);
    border-radius: 12px;
    box-shadow: 0 24px 52px rgba(7, 24, 42, .16);
    left: auto;
    max-height: none;
    min-width: 252px;
    overflow: visible;
    padding: 0;
    right: 0;
    top: 0;
    width: 264px;
    z-index: 120;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .searchAirport,
.venus-flight-search-form:not(.neptun-flight-search-compact) .guestList {
    border-top: 1px solid #edf0f6;
    height: auto;
    margin-top: 0 !important;
    max-height: 230px;
    overflow: auto;
    padding: 14px 20px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active .form-floating {
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: none;
    height: 68px;
    min-height: 68px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active .form-floating > .form-control {
    height: 68px;
    padding-bottom: 10px;
    padding-top: 29px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active .form-floating::after {
    display: none;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active .guestList {
    background: #fff;
    border-top: 1px solid #edf0f6;
    display: block;
    max-height: none;
    overflow: visible;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active .guestList + .guestList {
    border-radius: 0 0 12px 12px;
    padding-bottom: 14px;
    padding-top: 12px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .guestList .d-flex.align-items-center.justify-content-between.py-2 {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .guestList .text {
    color: var(--SettingsColor-2, #041121);
    font-size: 13px !important;
    font-weight: 700;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .number-control {
    gap: 7px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .number-control button {
    background: rgba(11, 99, 163, .09);
    border: 1px solid rgba(11, 99, 163, .2);
    border-radius: 7px;
    color: var(--SettingsColor-4, #0c568d);
    height: 26px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    width: 26px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .number-control button:hover {
    background: var(--SettingsColor-4, #0c568d);
    border-color: var(--SettingsColor-4, #0c568d);
    color: #fff;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .number-control button i {
    font-size: 11px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .number-control span {
    color: var(--SettingsColor-2, #041121);
    font-size: 14px;
    font-weight: 700;
    height: 26px;
    width: 18px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .list-airports {
    border: 0;
    border-radius: 7px;
    margin-bottom: 6px;
    padding: 10px 8px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .list-airports p {
    color: var(--SettingsColor-2, #041121);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .list-airports span {
    color: #697386;
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .list-airports strong {
    color: var(--SettingsColor-4, #0c568d);
    font-size: 13px;
    margin-left: 12px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .typeControl {
    background: #f3f6fa;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #6c7482;
    font-size: 13px;
    font-weight: 700;
    min-width: 92px;
}

.venus-flight-search-form:not(.neptun-flight-search-compact) .typeControl.active {
    background: var(--SettingsColor-4, #0c568d);
    border-color: var(--SettingsColor-4, #0c568d);
    color: #fff;
}

.venus-flight-datepicker {
    background: #fff;
    border: 1px solid rgba(4, 17, 33, .08);
    border-radius: 18px;
    box-sizing: border-box;
    box-shadow: 0 26px 70px rgba(7, 24, 42, .18);
    color: var(--SettingsColor-2, #041121);
    font-family: inherit;
    margin-top: 12px;
    overflow: hidden;
    padding: 30px !important;
    width: auto;
    z-index: 1300;
}

.venus-flight-datepicker.venus-datepicker-hidden {
    display: none !important;
}

@media (min-width: 768px) {
    .venus-flight-datepicker {
        left: 50% !important;
        max-width: calc(100vw - 40px);
        min-width: 0;
        right: auto !important;
        transform: translateX(-50%);
        width: fit-content;
    }
}

.venus-flight-datepicker::before,
.venus-flight-datepicker::after {
    display: none;
}

.venus-flight-datepicker .drp-calendar {
    display: inline-block !important;
    max-width: none !important;
    padding: 0 !important;
    vertical-align: top;
    width: 322px !important;
}

.venus-flight-datepicker .drp-calendar.left {
    margin-right: 42px !important;
    padding-right: 0;
}

.venus-flight-datepicker .drp-calendar.left.single {
    margin-right: 42px !important;
}

.venus-flight-datepicker .drp-calendar.right {
    border-left: 0;
    display: inline-block !important;
    padding-left: 0;
}

.venus-flight-datepicker.single .drp-calendar.right {
    display: inline-block !important;
}

.venus-flight-datepicker .calendar-table {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.venus-flight-datepicker .calendar-table table {
    border-collapse: separate;
    border-spacing: 3px 7px;
    table-layout: fixed;
    width: 100%;
}

.venus-flight-datepicker .calendar-table td {
    border-radius: 50%;
    color: var(--SettingsColor-2, #041121);
    font-size: 14px !important;
    font-weight: 500;
    height: 40px !important;
    line-height: 40px !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 40px !important;
}

.venus-flight-datepicker .calendar-table th {
    color: rgba(12, 86, 141, .68);
    font-size: 13px !important;
    font-weight: 600;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.venus-flight-datepicker .calendar-table thead tr:first-child th {
    border-radius: 0;
    height: 38px !important;
    line-height: 38px !important;
    padding-bottom: 8px !important;
}

.venus-flight-datepicker .calendar-table thead tr:first-child th:first-child {
    display: table-cell !important;
    max-width: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
}

.venus-flight-datepicker .drp-calendar.right .calendar-table thead tr:first-child th:first-child {
    display: table-cell !important;
    max-width: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
}

.venus-flight-datepicker .calendar-table thead tr:first-child th:first-child:not(.prev)::before {
    content: "";
    display: inline-block;
    height: 38px;
    width: 40px;
    vertical-align: top;
}

.venus-flight-datepicker .drp-calendar.right .calendar-table thead tr:first-child th:first-child:not(.prev)::before {
    content: "";
    display: inline-block;
    height: 38px;
    width: 40px;
    vertical-align: top;
}

.venus-flight-datepicker .calendar-table thead tr:nth-child(2) th {
    border-radius: 0;
    height: 26px !important;
    line-height: 26px !important;
    width: 40px !important;
}

.venus-flight-datepicker .calendar-table thead tr:nth-child(2) th:first-child,
.venus-flight-datepicker .calendar-table tbody td:first-child {
    max-width: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
}

.venus-flight-datepicker .calendar-table .month {
    color: var(--SettingsColor-2, #041121);
    font-size: 16px;
    font-weight: 700;
    min-width: 0 !important;
    width: auto !important;
}

.venus-flight-datepicker .prev,
.venus-flight-datepicker .next {
    border-radius: 50%;
    color: var(--SettingsColor-2, #041121);
    height: 38px !important;
    min-width: 0 !important;
    transition: background-color .2s ease;
    width: auto !important;
}

.venus-flight-datepicker .drp-calendar.left .next,
.venus-flight-datepicker .drp-calendar.right .prev {
    opacity: 0;
    pointer-events: none;
}

.venus-flight-datepicker .prev:hover,
.venus-flight-datepicker .next:hover {
    background: rgba(11, 99, 163, .08);
}

.venus-flight-datepicker td.available:hover {
    background: rgba(11, 99, 163, .09);
    color: var(--SettingsColor-4, #0c568d);
}

.venus-flight-datepicker td.today:not(.active) {
    box-shadow: none;
    color: var(--SettingsColor-4, #0c568d);
    font-weight: 700;
}

.venus-flight-datepicker td.active,
.venus-flight-datepicker td.active:hover {
    background: var(--SettingsColor-4, #0c568d) !important;
    color: #fff !important;
    font-weight: 700;
}

.venus-flight-datepicker td.off,
.venus-flight-datepicker td.off.in-range,
.venus-flight-datepicker td.off.start-date,
.venus-flight-datepicker td.off.end-date {
    background: transparent;
    color: #c2c8d2;
}

.venus-flight-datepicker td.disabled,
.venus-flight-datepicker option.disabled {
    color: #d5dae3;
    text-decoration: none;
}

.venus-flight-datepicker .drp-buttons {
    display: none;
}

@media (max-width: 991.98px) {
    .venus-footer {
        padding-top: 32px;
    }

    .venus-footer-top,
    .venus-footer-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .venus-footer-top {
        gap: 20px;
        grid-template-columns: 1fr;
        padding-bottom: 24px;
    }

    .venus-footer-brand {
        gap: 14px;
        max-width: 100%;
        width: 100%;
    }

    .venus-footer .footer-img img {
        height: 34px !important;
        max-height: 34px !important;
    }

    .venus-footer-social,
    .venus-footer-social ul {
        width: 100%;
    }

    .venus-footer-license {
        text-align: left;
    }

    .venus-footer-social ul {
        display: flex !important;
        flex-wrap: wrap;
    }

    .venus-footer .footer-list-widget-social ul li a {
        width: 34px !important;
    }

    .venus-footer-body {
        padding: 24px 0 20px;
    }

    .venus-footer-grid {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .venus-footer-menu-grid {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .venus-footer-menu-section-wide .footer-widgets.links ul {
        column-count: 1;
    }

    .venus-footer .footerBody h6 {
        align-items: center;
        border-top: 1px solid currentColor;
        display: flex;
        justify-content: space-between;
        margin: 0;
        min-height: 50px;
        padding: 0 !important;
    }

    .venus-footer .footerBody h6 i {
        display: inline-flex;
        transition: transform .2s ease;
    }

    .venus-footer-contact-col {
        border-bottom: 1px solid currentColor;
        padding-bottom: 20px;
    }

    .venus-footer-contact-col h6 {
        border-top: 0 !important;
        min-height: auto !important;
        margin-bottom: 12px !important;
    }

    .venus-footer .footerBody .mobile-footer .mobileSub.last {
        border-bottom: 0;
        margin-bottom: 0 !important;
    }

    .venus-footer-side {
        border-top: 1px solid currentColor;
    }

    .venus-footer .footerBody .mobile-footer .mobileSub.active .mobile-icon {
        transform: rotate(180deg);
    }

    .venus-footer .footer-widgets.links {
        height: 0 !important;
        overflow: hidden;
        visibility: hidden !important;
    }

    .venus-footer .footer-widgets.links ul {
        border-top: 0;
        display: none;
        padding: 0 0 15px;
    }

    .venus-footer .footer-widgets.links.active {
        height: auto !important;
        visibility: visible !important;
    }

    .venus-footer .footer-widgets.links.active ul {
        display: block;
    }

    .venus-footer .footer-widgets.links li {
        margin-bottom: 12px;
    }

    .venus-footer-legal-row {
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 12px 0 24px;
    }

    .venus-footer-legal-row nav {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .venus-footer .footerBottom {
        padding: 16px calc(50vw - 50%) 18px;
    }

    .venus-footer-certificates {
        padding-top: 20px;
    }

    .venus-header-bar {
        gap: 16px;
        min-height: 62px;
    }

    .mobile-nav-control {
        border-radius: 0 14px 14px 0;
        box-shadow: 18px 0 45px rgba(7, 24, 42, .14);
        height: calc(100vh - 62px);
        left: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 16px;
        pointer-events: none;
        top: 62px;
        transform: translateX(-105%);
        visibility: hidden;
        width: min(360px, calc(100% - 38px));
        z-index: 2500;
    }

    body.menu-open .mobile-nav-control {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
    }

    .mobile-shapes {
        height: calc(100vh - 62px);
        top: 62px;
        z-index: 2400;
    }

    .mobile-nav ul {
        margin: 0;
        padding: 0;
    }

    .venus-header-logo {
        min-width: 0;
    }

    .venus-header-logo .logo {
        height: 40px;
        max-width: 170px;
    }

    .venus-header-actions {
        margin-left: auto;
        position: static;
    }

    .venus-header-actions .mobile-menu-button {
        align-items: center;
        background: transparent;
        border: 1px solid rgba(4, 17, 33, .14);
        border-radius: 8px;
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
        height: 38px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
        z-index: 2;
    }

    .venus-header-actions .mobile-menu-button span {
        background: var(--SettingsColor-2, #041121);
        border-radius: 999px;
        display: block;
        height: 2px;
        width: 18px;
    }

    .venus-header-dark .mobile-menu-button {
        border-color: rgba(255, 255, 255, .22);
    }

    .venus-header-dark .mobile-menu-button span {
        background: #fff;
    }

    .venus-hero .searchForm {
        padding-top: 26px;
        padding-bottom: 34px;
    }

    .venus-detail-breadcrumb .searchForm {
        padding: 24px 12px;
    }

    .venus-detail-breadcrumb:not(:has(.searchForm)) {
        padding: 34px 0 28px;
    }

    .venus-detail-media {
        margin-bottom: 18px;
        min-height: 150px;
        padding: 8px;
    }

    .venus-detail-media img {
        max-height: 260px;
    }

    .venus-detail-sidebar {
        position: static;
    }

    .venus-detail-prev-next {
        grid-template-columns: 1fr;
    }

    .venus-detail-prev-next > span:empty {
        display: none;
    }

    .venus-detail-nav-next {
        text-align: left;
    }

    .venus-detail-related-card {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .venus-detail-related-img {
        width: 78px;
    }

    .venus-subhome-hero {
        padding: 28px 0 24px;
    }

    .venus-subhome-hero h1 {
        font-size: 28px;
    }

    .venus-subhome-hero-media {
        height: 132px;
    }

    .venus-faq-title {
        margin-bottom: 12px !important;
    }

    .venus-faq-question {
        min-height: 54px;
    }

    .venus-faq-question span {
        font-size: 14px;
    }

    .venus-air-slider-section .row.align-items-end {
        margin-bottom: 10px !important;
    }

    .venus-air-slider {
        gap: 12px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    .venus-airlines-section .venus-air-slider {
        padding: 4px 15px 10px;
    }

    .venus-airports-section .venus-air-slider-shell {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 14px 0;
    }

    .venus-airline-card {
        min-height: 86px;
        width: 142px;
    }

    .venus-airport-card {
        min-height: 96px;
        padding: 16px 14px;
        width: 196px;
    }

    .venus-airport-card strong {
        font-size: 20px;
    }

    .venus-country-grid {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venus-country-card,
    .venus-country-card-large,
    .venus-country-card-small {
        grid-column: span 1;
        min-height: 210px;
    }

    .venus-country-title {
        font-size: 20px;
        left: 14px;
        top: 14px;
    }

    .venus-country-title img {
        height: 18px;
        width: 27px;
    }

    .venus-link-row-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venus-flight-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venus-city-guide {
        gap: 14px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .venus-city-card {
        min-height: 220px;
    }

    .venus-city-card-title {
        bottom: 20px;
        font-size: 18px;
        left: 18px;
        right: 14px;
    }

    .venus-seo-content h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .venus-seo-content-body {
        line-height: 1.8;
        max-height: 250px;
    }

    .venus-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venus-why-card {
        min-height: 180px;
    }

    .venus-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venus-blog-featured {
        min-height: 466px;
    }

    .venus-blog-side-card {
        grid-template-columns: 150px minmax(0, 1fr);
        min-height: 146px;
    }

    .venus-blog-side-img {
        width: 150px;
    }

    .venus-hero-title {
        font-size: 30px;
        line-height: 1.15;
    }

    .venus-theme .home.ticket-form {
        margin-top: 18px;
        overflow: visible;
        padding: 0;
    }

    .venus-theme .home.ticket-form .nav-tabs {
        -webkit-overflow-scrolling: touch;
        cursor: grab;
        flex-wrap: nowrap;
        gap: 14px;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 18px;
        overflow-x: auto;
        padding: 0 16px 8px;
        scrollbar-width: none;
        user-select: none;
    }

    .venus-theme .home.ticket-form .nav-tabs.venus-tabs-dragging {
        cursor: grabbing;
    }

    .venus-theme .home.ticket-form .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .venus-theme .home.ticket-form .nav-tabs .nav-item a {
        flex: 0 0 auto;
        font-size: 12px;
        min-width: 68px;
        white-space: nowrap;
    }

    .venus-theme .home.ticket-form .nav-tabs .nav-item a i {
        font-size: 17px;
        height: 46px;
        width: 46px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) > .row > .col-lg-12:first-child {
        margin-bottom: 14px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) > .row > .col-lg-12:first-child > .d-flex {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType label,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .custom-checkbox {
        font-size: 13px !important;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .custom-checkbox .checkmark {
        height: 22px;
        width: 22px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .journeyType label::before {
        height: 20px;
        width: 20px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-search-row {
        background: transparent;
        box-shadow: none;
        display: grid !important;
        flex-wrap: wrap;
        gap: 10px 0;
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        max-width: 100%;
        position: relative;
        width: 100%;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-search-row::before {
        display: none;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-from,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-date-group,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-date-group,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit {
        margin-left: 0;
        padding: 0;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 12px 28px rgba(7, 24, 42, .09);
        height: 70px;
        min-height: 70px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating::after,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive::after {
        display: none;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating > .form-control {
        height: 70px;
        padding: 30px 18px 10px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .form-floating > label,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .labelText {
        left: 18px;
        top: 15px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to .form-floating > .form-control {
        padding-left: 18px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to .form-floating > label {
        left: 18px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-date-group {
        flex: 0 0 100%;
        margin-top: 8px;
        max-width: 100%;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-date-group > .row {
        gap: 10px 0;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-date,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-return {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-return {
        padding-left: 5px;
        padding-right: 0;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive {
        padding: 29px 16px 10px;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .returnDateActive .btn-date {
        font-size: 14px;
        left: 0;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-round-control {
        align-items: center;
        background: var(--SettingsColor-4, #0c568d);
        border-color: var(--SettingsColor-4, #0c568d);
        box-shadow: 0 8px 20px rgba(7, 24, 42, .1);
        color: #fff;
        display: flex !important;
        height: 42px;
        justify-content: center;
        left: auto !important;
        opacity: 1;
        position: absolute !important;
        right: max(16px, calc(100% - 374px)) !important;
        top: 49px;
        transform: none;
        visibility: visible;
        width: 42px;
        z-index: 30;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-round-control i {
        transform: rotate(90deg);
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit {
        padding-top: 0;
        z-index: 1;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-submit button {
        border-radius: 10px;
        min-height: 62px;
        min-width: 100%;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .dropdown-box.active,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-to .dropdown-box.active,
    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active {
        left: 0;
        right: auto;
        top: 0;
        width: 100%;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest .dropdown-box.active {
        min-width: 0;
        width: 100%;
    }

    .venus-flight-search-form:not(.neptun-flight-search-compact) .venus-flight-field-guest:has(.dropdown-box.active) {
        z-index: 140;
    }

    .venus-popular-flights-section {
        padding-bottom: 28px;
        overflow: hidden;
    }

    .venus-popular-flights-section .row.align-items-end {
        margin-bottom: 12px !important;
    }

    .venus-popular-flights-section .venus-popular-flights-tabs {
        text-align: left !important;
    }

    .venus-popular-flights-section .flights-tabs-control {
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        gap: 8px !important;
        justify-content: flex-start !important;
        margin: 0 -15px;
        overflow-x: auto;
        padding: 6px 15px 9px;
        scrollbar-width: none;
        width: auto;
    }

    .venus-popular-flights-section .flights-tabs-control::-webkit-scrollbar {
        display: none;
    }

    .venus-popular-flights-section .flights-tabs-control li {
        flex: 0 0 auto;
        width: auto;
    }

    .venus-popular-flights-section .flights-tabs-control li a {
        display: block;
        font-size: 12px;
        min-width: 142px;
        padding: 8px 12px !important;
        text-align: center;
        white-space: nowrap;
    }

    .venus-popular-flights-section .venus-popular-flights-grid {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        overflow: hidden;
        width: 100%;
    }

    .venus-popular-flights-section .venus-popular-flights-grid > [class*="col-"],
    .venus-popular-flights-section .venus-popular-flights-grid > .col-lg-7 > .row > [class*="col-"] {
        margin-bottom: 0 !important;
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }

    .venus-popular-flights-section .venus-popular-flights-grid > .col-lg-7 {
        display: contents;
    }

    .venus-popular-flights-section .venus-popular-flights-grid > .col-lg-7 > .row {
        display: contents;
        margin-left: 0;
        margin-right: 0;
    }

    .venus-popular-flights-section .flights-box {
        border-radius: 8px;
        height: 158px;
    }

    .venus-popular-flights-section .flights-box:after {
        border-radius: 8px;
    }

    .venus-popular-flights-section .flights-box img {
        height: 158px !important;
        min-height: 158px !important;
    }

    .venus-popular-flights-section .flights-box:hover .img-control {
        transform: none;
    }

    .venus-popular-flights-section .flights-box:hover .title-flight {
        background: transparent;
        padding-top: 0 !important;
    }

    .venus-popular-flights-section .title-flight .title {
        align-items: flex-end !important;
        min-height: 64px;
        padding: 12px !important;
    }

    .venus-popular-flights-section .title-flight p {
        color: #fff !important;
        font-size: 14px;
        line-height: 1.2;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .venus-popular-flights-section .title-flight .departureText {
        color: rgba(255, 255, 255, .82);
        display: block;
        font-size: 11px;
        line-height: 1.1;
        margin-bottom: 4px;
        opacity: 1;
        position: static;
    }

    .venus-popular-flights-section .title-flight .departureText i,
    .venus-popular-flights-section .title-flight > .title > i {
        color: #fff !important;
    }
}

@media (max-width: 767.98px) {
    .venus-country-grid {
        grid-template-columns: 1fr;
    }

    .venus-country-card,
    .venus-country-card-large,
    .venus-country-card-small {
        min-height: 190px;
    }

    .venus-country-more {
        gap: 8px;
    }

    .venus-link-row-grid {
        grid-template-columns: 1fr;
    }

    .venus-flight-route-grid {
        grid-template-columns: 1fr;
    }

    .venus-flight-route-card {
        min-height: 154px;
    }

    .venus-city-guide {
        display: flex;
        gap: 14px;
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
        padding: 0 15px 4px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .venus-city-guide::-webkit-scrollbar {
        display: none;
    }

    .venus-city-card {
        flex: 0 0 188px;
        min-height: 240px;
        scroll-snap-align: start;
    }

    .venus-why-grid {
        grid-template-columns: 1fr;
    }

    .venus-why-card {
        min-height: 0;
        padding: 18px 16px;
    }

    .venus-news-grid {
        grid-template-columns: 1fr;
    }

    .venus-news-body,
    .venus-blog-side-body {
        padding: 15px;
    }

    .venus-news-title {
        min-height: 0;
    }

    .venus-blog-featured-title {
        font-size: 19px;
    }

    .venus-blog-featured {
        min-height: 340px;
    }

    .venus-blog-featured-content {
        padding: 18px;
    }

    .venus-blog-featured-desc {
        display: none;
    }

    .venus-blog-side-card {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 128px;
    }

    .venus-blog-side-img {
        min-height: 128px;
        width: 112px;
    }

    .venus-blog-side-body p {
        display: none;
    }

    .venus-flight-datepicker {
        left: 8px !important;
        max-width: calc(100vw - 16px);
        padding: 16px !important;
        right: 8px !important;
        width: auto;
    }

    .venus-flight-datepicker .drp-calendar.left {
        margin-right: 0;
        padding-right: 0;
        width: 100% !important;
    }

    .venus-flight-datepicker .drp-calendar.right,
    .venus-flight-datepicker.single .drp-calendar.right {
        display: none !important;
    }

    .venus-flight-datepicker .drp-calendar.left .next {
        opacity: 1;
        pointer-events: auto;
    }

    .venus-flight-datepicker .calendar-table td {
        height: 36px !important;
        line-height: 36px !important;
        min-width: 36px !important;
        width: 36px !important;
    }

    .venus-flight-datepicker .calendar-table thead tr:nth-child(2) th {
        height: 26px !important;
        line-height: 26px !important;
        width: auto !important;
    }
}
