*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background: #FCF6F3;
    margin: 0;
    font-family: "Oxygen", sans-serif;
    color: #30362C;
    font-size: 16px;
    line-height: 1.7;
    height: 100%;
}

html {
    height: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.wrapper_page {
    display: flex;
    flex-direction: column;
}

.footer {
    flex-shrink: 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 560px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1200px) {
    .container_lg {
        max-width: 1050px;
    }
}

@media (min-width: 992px) {
    .container_min {
        max-width: 590px;
    }

    .container_min-1 {
        max-width: 750px;
    }
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5,
.col-6,
.col-7,
.col-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-lg-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row-min {
    margin-right: -8px;
    margin-left: -8px;
}

.col-min {
    padding-right: 8px;
    padding-left: 8px;
}

.row-dop {
    margin-right: -10px;
    margin-left: -10px;
}

.col-dop {
    padding-right: 10px;
    padding-left: 10px;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.order-1 {
    order: 1;
}

.order-12 {
    order: 12;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-12 {
        order: 12;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

tbody::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #000000;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #000000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Source Serif 4", serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.36px;
}

@media (max-width: 991.98px) {

    h1,
    .h1 {
        font-size: 64px;
    }
}

@media (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 52px;
    }
}

@media (max-width: 575.98px) {

    h1,
    .h1 {
        font-size: 40px;
    }
}

h2,
.h2 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.2px;
}

@media (max-width: 991.98px) {

    h2,
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {

    h2,
    .h2 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {

    h2,
    .h2 {
        font-size: 24px;
    }
}

h3,
.h3 {
    font-size: 32px;
    line-height: 1.25;
}

@media (max-width: 767.98px) {

    h3,
    .h3 {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {

    h3,
    .h3 {
        font-size: 24px;
    }
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.25;
}

@media (max-width: 767.98px) {

    h4,
    .h4 {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 16px;
    line-height: 1.25;
}

.text,
p {
    font-size: 16px;
}

.text_min {
    font-size: 12px;
    line-height: 1.35;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.italic {
    font-style: italic;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.color_white {
    color: #ffffff !important;
}

.color_white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.color_black {
    color: #000000 !important;
}

.color_dark {
    color: #1D1A1A !important;
}

.color_dark_green {
    color: var(--Neutral-Dark-Green, #30362C) !important;
}

.color_pale_medium {
    color: var(--Neutral-Pale-Medium, #F0D0D0);
}

.color_red {
    color: var(--CTA-Red, #8B0000) !important;
}

.color_red:hover {
    color: var(--CTA-Red, #ca2222) !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pa-20 {
    padding: 20px;
}

.pa-40 {
    padding: 40px;
}

.px-48 {
    padding: 48px 0;
}

.mt-auto {
    margin-top: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-04 {
    margin-left: 4px;
}

.ml-08 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-16 {
    margin-left: 16px;
}

.mr-04 {
    margin-right: 4px;
}

.mr-08 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mt-05 {
    margin-top: 5px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-04 {
    margin-bottom: 4px;
}

.mb-08 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mh-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mv-0 {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 767.98px) {
    .mb-32 {
        margin-bottom: 24px;
    }
}

.w-100 {
    width: 100%;
}

.lh-15 {
    line-height: 1.5;
}

.h-auto {
    height: auto !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* promo banner */

.journey-discount {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1022;
    background-color: #FFD100;
    text-align: center;
    padding: 3px 16px;
    font-size: 11px;
    font-weight: 600;
    color: #30362C;
    line-height: 1.4;
}

.journey-discount__text {
    margin: 0;
}

.journey-discount~.header {
    top: 22px;
}

.journey-discount~.main {
    padding-top: 86px;
}

@media (max-width: 991.98px) {
    .journey-discount~.main {
        padding-top: 126px;
    }
}

/* end promo banner */

.header {
    background: var(--CTA-Red, #8B0000);
    position: fixed;
    z-index: 1021;
    top: 0;
    left: 0;
    width: 100%;
}

.header .nav {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* signature page */


.nav_wrapper {
    align-items: center;
}

@media (max-width: 991.98px) {
    .nav_wrapper {
        align-items: baseline;
    }
}

.flag_wrapper {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.signature_left {
    max-width: 810px;
    gap: 8px;
    flex-direction: column;
    display: flex;
    margin-bottom: 36px;
}

.inner_top_signature_left {
    gap: 14px;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 991.98px) {
    .signature_left {
        max-width: 100%;
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .signature_left {
        margin-bottom: 16px;
    }
}

@media (max-width: 574.98px) {
    .inner_top_signature_left {
        gap: 8px;
    }
}

.gap-14 {
    gap: 14px;
}

.gap-40 {
    gap: 40px;
}

.gap-24 {
    gap: 24px !important;
}

h3.signature_text,
.signature_text,
h3.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    font-family: "Oxygen", sans-serif;
    color: var(--Accent-Gold, #FFD100);
}

h3.text {
    color: #EAEAEA;
}

.signature_tour_img,
.tour_left,
.tour_right {
    border-radius: 0 !important;
}

.signature_sticky_block {
    border: 1px solid #4B4B4B;
    background: #1D1A1A;
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px;
    margin-bottom: 34px;
}

@media (max-width: 767.98px) {
    .signature_sticky_block {
        padding-top: 0;
        margin-top: 0;
    }

    .sticky_block {
        margin-top: 24px;
    }
}

@media (max-width: 575.98px) {
    .signature_sticky_block {
        padding: 0 24px;
    }
}

.btn-gold {
    background: var(--Accent-Gold, #FFD100);
    color: #1D1A1A;
}

.btn-gold:hover,
.btn-gold:focus {
    color: #1D1A1A;
    background: var(--Accent-Gold, #FFD100);
    border-color: #FFD100;
}

.oxygen_sans {
    font-family: "Oxygen", sans-serif !important;
}

.tour_nav_signature li .page-scroll,
.tour_nav_signature li .page-scroll-top {
    color: #FCF6F3 !important;
    border-radius: 32px;
    border: 1px solid #4B4B4B;
    background: #1D1A1A;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Oxygen", sans-serif;
}

.tour_nav_signature li.active .page-scroll,
.tour_nav_signature li.active .page-scroll-top {
    background: #343124;
    border-color: #D1C690;
    color: #FCF6F3 !important;
}

.tour_navs_sticky_signature {
    background: #1D1A1A;
    box-shadow: 0px 2px 4px 0px rgba(7, 39, 64, 0.1);
    z-index: 1021;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.logo_icon {
    width: 40px;
}

.text_tripadvisor {
    font-family: "Source Serif 4";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.gwendolyn {
    font-family: "Gwendolyn", cursive;
}

.fs-24 {
    font-size: 24px;
}

.baseline {
    align-items: baseline;
}

.mw-13 {
    min-width: 13px !important;
}

.bg-black {
    background: #151515 !important;
}

.bg-dark {
    background: #1D1A1A !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.hover_tour_link:hover .h4,
.hover_tour_link:hover .h5 {
    color: #FFD100 !important;
}

@media (max-width: 991.98px) {
    .header .nav {
        display: block;
        text-align: center;
    }
}

.header .nav .navbar_scroll_wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -15px;
}

.header .nav .navbar_nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header .nav .navbar_nav {
        margin-top: 16px;
    }
}

.header .nav .navbar_nav .nav_item {
    flex: 0 0 auto;
    margin-left: 16px;
}

.header .nav .navbar_nav .nav_item:first-child {
    margin-left: 0;
}

.header .nav .navbar_nav .nav_item .nav_link {
    white-space: nowrap;
    padding: 16px 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .inner_header {
        padding-top: 16px !important;
    }
}


@media (max-width: 767.98px) {
    .header .nav .navbar_nav .nav_item .nav_link {
        padding: 0 4px;
    }
}

.header .nav .navbar_nav .nav_item .nav_link.active {
    color: var(--Accent-Gold, #FFD100);
}

.header .nav .navbar_nav .nav_item .nav_link:hover,
.nav_link--dropdown:focus {
    color: var(--Accent-Gold, #FFD100);
}

.header .nav .navbar_nav .nav_item--dropdown {
    outline: none;
    color: #FFD100;
}

.dropdown_link.bg-gold.active {
    background: #FFD100 !important;
    color: #1D1A1A !important;
}

.bg-gold:hover,
.bg-gold:focus {
    background: #FFD100 !important;
    color: #1D1A1A !important;
}

@media (min-width: 992px) {
    .header .nav .navbar_nav .nav_item .nav_link:hover .arrow-menu {
        transform: rotate(0deg);
    }
}

.header .nav .navbar_nav .nav_item .nav_link:hover .arrow-menu path {
    stroke: #4F5B87 !important;
}

.header .nav .navbar_nav .nav_item--dropdown {
    position: relative;
}

.header .nav .navbar_nav .nav_item--dropdown .nav_link--dropdown {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header .nav .navbar_nav .nav_item--dropdown .dropdown_arrow {
    transition: transform 0.3s ease;
}

.header .nav .navbar_nav .nav_item--dropdown:hover .dropdown_arrow,
.header .nav .navbar_nav .nav_item--dropdown .nav_link--dropdown:focus .dropdown_arrow {
    transform: rotate(180deg);
}

.header .nav .navbar_nav .nav_item--dropdown .dropdown_menu {
    position: fixed;
    background: #ffffff;
    min-width: -webkit-fill-available;
    width: max-content;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    list-style: none;
    z-index: 1030 !important;
    text-align: left;
}

.header .nav .navbar_nav .nav_item--dropdown:hover .dropdown_menu,
.header .nav .navbar_nav .nav_item--dropdown .nav_link--dropdown:focus+.dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .nav .navbar_nav .nav_item--dropdown .dropdown_menu:hover,
.header .nav .navbar_nav .nav_item--dropdown .dropdown_menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .nav .navbar_nav .nav_item--dropdown .dropdown_link {
    display: block;
    padding: 10px 20px;
    color: #30362C;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header .nav .navbar_nav .nav_item--dropdown .dropdown_link:hover,
.header .nav .navbar_nav .nav_item--dropdown .dropdown_link:focus,
.header .nav .navbar_nav .nav_item--dropdown .dropdown_link.active {
    background: var(--CTA-Red, #8B0000);
    color: #ffffff;
    outline: none;
}

@media (max-width: 767.98px) {
    .header .nav .navbar_nav .nav_item--dropdown .dropdown_menu {
        min-width: 180px;
        font-size: 14px;
    }

    .header .nav .navbar_nav .nav_item--dropdown .dropdown_link {
        padding: 8px 16px;
        font-size: 14px;
    }
}

.brand,
.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-brand {
    justify-content: start;
}

.top_home_block {
    padding-top: 72px;
    padding-bottom: 48px;
}

@media (max-width: 575px) {
    .top_home_block {
        padding-top: 32px;
        padding-bottom: 40px;
    }
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.btn {
    color: #fff;
    transition: all 0.3s;
    white-space: normal;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    height: 48px;
    padding: 12px 20px;
}

.btn.disabled {
    opacity: 0.6;
}

.btn-green {
    background: var(--Neutral-Dark-Green, #30362C);
}

.btn-green:hover,
.btn-green:focus {
    color: #ffffff;
    background-color: #30362C;
    border-color: #68765F;
}

.btn-red {
    background: var(--CTA-Red, #8B0000);
}

.btn-red:hover,
.btn-red:focus {
    color: #ffffff;
    border: 2px solid #4B0101;
    background: var(--CTA-Red, #8B0000);
}

.btn-dark {
    color: #ffffff;
    background-color: #322D2D;
    border: 1px solid #393939;
}

.btn-dark:hover,
.btn-dark:focus {
    background-color: #453f3f;
}

.btn-md {
    width: 230px;
    max-width: 100%;
}

.main {
    padding-top: 64px;
    padding-bottom: 32px;
}

@media (max-width: 991.98px) {
    .main {
        padding-top: 104px;
    }
}

.wrapper-cities {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 574.98px) {
    .wrapper-cities {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 20px;
    }
}

.circle-img {
    object-fit: cover;
    width: 184px;
    height: 184px;
    border-radius: 200px;
}

@media (max-width: 574.98px) {
    .circle-img {
        height: 124px;
        width: 124px;
    }
}

.city-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.city-block:nth-child(1) {
    margin-right: -20px;
}

.city-block:nth-child(2) {
    z-index: 2;
}

.city-block:nth-child(3) {
    margin-left: -20px;
}

.city-tag {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    padding: 4px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30362C;
    margin-top: -16px;
}

@media (max-width: 574.98px) {
    .city-tag {
        padding: 2px 10px;
        font-size: 13px;
    }
}

.wrapper-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.wrapper-tags .item-tag {
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 32px;
    border: 1px solid #30362C;
    background: #FFF;
    color: #30362C;
}

@media (max-width: 574.98px) {
    .wrapper-tags .item-tag {
        font-weight: 400;
        padding: 6px 10px;
        font-size: 13px;
    }
}

.signature-tags {
    gap: 24px !important;
}

.signature-tags .signature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {
    .signature-tags {
        justify-content: flex-start !important;
        gap: 16px !important;
        margin-top: 8px !important;
    }

    .signature-tags .signature-item {
        gap: 4px !important;
    }
}

.section-city,
.section-info,
.section-advantages,
.section-founders {
    margin-bottom: 48px;
}

@media (max-width: 574.98px) {

    .section-city,
    .section-info,
    .section-advantages,
    .section-founders {
        margin-bottom: 40px;
    }
}

.info-block {
    display: flex;
    border-radius: 16px;
    background: #F0D0D0;
}

.contact-block {
    display: flex;
    border-radius: 16px;
}

@media (max-width: 574.98px) {
    .info-block {
        flex-direction: column;
    }

    .contact-block {
        flex-direction: column;
    }
}

.info-block-2 {
    background-color: #30362C;
    padding: 16px 24px;
}

@media (max-width: 574.98px) {
    .info-block-2 {
        padding: 24px 16px;
    }
}

@media (max-width: 574.98px) {
    .info-block-2 .info-content {
        padding: 0px 0px 24px 0px;
    }
}

.info-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 24px 16px;
    width: 77%;
}

.profile-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    width: 80%;
}

@media (max-width: 991.98px) {
    .info-content {
        width: 60%;
    }

    .profile-content {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 574.98px) {
    .info-content {
        width: 100%;
    }

    .profile-content {
        width: 100%;
    }
}

.wrapper-info-img {
    width: 33%;
}

.wrapper-contact-img {
    width: 50%;
}

@media (max-width: 991.98px) {
    .wrapper-info-img {
        width: 40%;
    }
}

@media (max-width: 574.98px) {
    .wrapper-info-img {
        width: 100%;
    }
}

.info-img {
    object-fit: cover;
    height: 296px;
    width: 100%;
    border-radius: 0px 16px 16px 0px;
}

.contact-img {
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}

@media (max-width: 574.98px) {
    .info-img {
        height: 264px;
        border-radius: 0px 0px 16px 16px;
    }
}

.more-about {
    display: flex;
    align-items: center;
    gap: 8px;
}

.more-about:hover .circle-icon {
    margin-left: 4px;
}

.circle-icon {
    transition: all 0.3s;
}

.item-excursion {
    width: 100%;
}

.item-excursion:hover .h4,
.item-excursion:hover .h5 {
    color: var(--CTA-Red, #8B0000);
}

.signature-icon {
    position: relative;
    display: block;
}

.signature-icon .excursion-img {
    position: relative;
}

.signature-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    background-image: url('../images/svg/signature_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.8;
    z-index: 2;
}

.excursion-img {
    object-fit: cover;
    height: 320px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
}

.video-container {
    flex: 1.5;
    max-width: 47%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 54, 44, 0.66);
    pointer-events: none;
    z-index: 2;
}

.play-button,
.pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    /* transition: opacity 0.3s ease; */
}

.pause-button {
    opacity: 0;
    pointer-events: none;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    z-index: 0;
}

.video-player .video-thumbnail {
    display: none;
}

.video-playing .play-button {
    opacity: 0;
    pointer-events: none;
}

.video-playing:hover .pause-button {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .journey-container {
        flex-direction: column;
    }

    .video-container {
        max-width: 100%;

    }
}

@media (max-width: 767.98px) {
    .all-advantages {
        margin-bottom: 24px;
    }
}

.item-advantages {
    display: flex;
    align-items: start;
    gap: 6px;
    margin-bottom: 20px;
}

.item-advantages:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .item-founder {
        margin-bottom: 24px;
    }
}

.guides-img {
    height: 320px;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 24px;
}

@media (min-width: 1360px) {
    .guides-img-1 {
        object-position: 0 -304px;
    }
}

@media (min-width: 1360px) {
    .guides-img-2 {
        object-position: 0 -105px;
    }
}

.section-st-top {
    padding-top: 24px;
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .section-st-top {
        padding-bottom: 24px;
    }
}

.tour_wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    min-height: 464px;
    max-height: 464px;
    margin-left: -8px;
    margin-right: -8px;
}

@media (max-width: 991.98px) {
    .tour_wrapper {
        min-height: 364px;
        max-height: 364px;
    }
}

@media (max-width: 767.98px) {
    .tour_wrapper {
        min-height: 264px;
        max-height: 264px;
    }

    .tour_wrapper.p-0 {
        padding-bottom: 0 !important;
    }

    .tour_wrapper.p-0 {
        margin-left: -16px !important;
        margin-right: -24px !important;
    }
}

@media (max-width: 574.98px) {
    .tour_wrapper {
        min-height: 160px;
        max-height: 160px;
        padding-bottom: 24x;
        margin-left: -2px;
        margin-right: -2px;
    }
}

.tour_wrapper .tour_left {
    flex: 0 0 66.66666667%;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 574.98px) {
    .tour_wrapper .tour_left {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.tour_wrapper .inner_tour_left,
.tour_wrapper .inner_tour_right {
    position: relative;
    height: 100%;
}

.tour_wrapper .tour_right {
    flex: 0 0 33.33333333%;
    padding-left: 16px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}

.tour_wrapper .tour_img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

@media (min-width: 768px) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
        z-index: 1020;
    }
}

.sticky_block {
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    background: #FFF;
    padding: 16px;
}

.section_block {
    padding-top: 16px;
    max-width: 600px;
}

.wrapper_tour_nav {
    width: 100%;
}

@media (max-width: 991.98px) {
    .wrapper_tour_nav {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .section_block {
        padding-top: 24px;
    }
}

.tour_nav,
.tour_nav_signature {
    display: flex;
    gap: 4px;
    list-style: none;
    padding-left: 0;
}

.tour_nav li .page-scroll,
.tour_nav li .page-scroll-top {
    color: var(--CTA-Red, #8B0000) !important;
    border-radius: 32px;
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    background: #FFF;
    padding: 4px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.tour_nav li.active .page-scroll,
.tour_nav li.active .page-scroll-top {
    background: var(--CTA-Red, #8B0000);
    border-color: #8B0000;
    color: #fff !important;
}

.of-hidden {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 15px 0;
    height: max-content;
}

.tour_navs,
.tour_navs_signature {
    flex-wrap: nowrap;
    white-space: nowrap;
}

@media (max-width: 767.98px) {

    .tour_navs_sticky_signature,
    .tour_navs_sticky {
        top: 80px !important;
    }
}

@media (max-width: 991.98px) {
    .nav_brand {
        display: none !important;
    }

    .tour_navs_sticky_signature {
        top: 52px !important;
    }

    .tour_navs_sticky {
        top: 65px !important;
    }
}

.tour_navs_sticky {
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(7, 39, 64, 0.1);
    z-index: 1021;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.tour_navs_sticky .wrapper_tour_nav,
.tour_navs_sticky_signature .wrapper_tour_nav {
    width: auto;
}

.tour_navs_sticky .tour_nav,
.tour_navs_sticky_signature .tour_nav {
    margin-left: auto;
}

.tour_navs_sticky .inner_tour_navs,
.tour_navs_sticky_signature .inner_tour_navs {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 64px;
}

.tour_navs_sticky .inner_tour_navs .text,
.tour_navs_sticky_signature .inner_tour_navs .text {
    display: block;
    font-size: 18px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {

    .tour_navs_sticky .inner_tour_navs .text,
    .tour_navs_sticky_signature .inner_tour_navs .text {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {

    .tour_navs_sticky .inner_tour_navs .text,
    .tour_navs_sticky_signature .inner_tour_navs .text {
        font-size: 14px;
    }
}

.stars {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-right: 8px;
}

.rating {
    display: flex;
    align-items: center;
}

.inner_tour_navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_tour_navs .text {
    display: none;
}

.itineraries {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .itineraries {
        margin-bottom: 24px;
    }
}

.item_itineraries {
    margin-bottom: 16px;
}

.item_itineraries:last-child {
    margin-bottom: 0;
}

.tour-content-img {
    object-fit: cover;
    height: 320px;
    width: 100%;
    border-radius: 16px;
}

.tour-content-img-2 {
    object-fit: cover;
    height: 520px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .tour-content-img {
        height: 240px;
    }

    .tour-content-img-2 {
        height: 360px;
    }
}

@media (max-width: 767.98px) {
    .tour-content-img {
        height: 180px;
    }

    .tour-content-img-2 {
        height: 260px;
    }
}

.meeting_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.meeting-point {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 767.98px) {
    .meeting_wrapper {
        flex-direction: column;
        gap: 40px;
    }
}

.section-tour-content {
    padding-bottom: 40px;
}

.section-meeting-point {
    background: var(--Neutral-Dark-Green, #30362C);
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 48px;
}

.section-meeting-point.bg-black {
    border-top: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
}

.wrapper_maps_block {
    margin-top: 30px;
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
}

.wrapper_maps_block img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio:before {
    display: block;
    padding-top: 44%;
    content: "";
}

@media (max-width: 767.98px) {
    .ratio:before {
        padding-top: 64%;
    }
}

@media (max-width: 574.98px) {
    .ratio:before {
        padding-top: 88%;
    }
}

.ratio-16x9 {
    --bs-aspect-ratio: 44%;
}

@media (max-width: 767.98px) {
    .ratio-16x9 {
        --bs-aspect-ratio: 64%;
    }
}

@media (max-width: 574.98px) {
    .ratio-16x9 {
        --bs-aspect-ratio: 88%;
    }
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.meeting-icon {
    opacity: 0;
    width: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.meeting-point:hover .meeting-icon {
    opacity: 1;
    width: auto;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .main_form {
        margin-top: 24px;
    }
}

.main_form .btn {
    height: 40px;
}

.form-control {
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    background: var(--Neutral-White, #FFF);
    color: #30362C;
    font-size: 16px;
    line-height: 1.5;
    padding: 7px 12px;
    width: 100%;
    border-radius: 0px;
    transition: all 0.3s;
    outline: none !important;
}

.form-control::placeholder {
    color: rgba(48, 54, 44, 0.5);
}

.form-control:focus {
    box-shadow: inset 0px 0 0 2px #68765F !important;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #30362C;
    font-size: 16px;
}

.wrapper-form-control {
    margin-bottom: 16px;
}

.form-message {
    display: none;
    padding: 16px;
    margin-top: 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
}

.form-message--success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message--error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.booking-form {
    background: #FFF;
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(48, 54, 44, 0.1);
}

@media (max-width: 767.98px) {
    .booking-form {
        padding: 24px 16px;
    }
}

/* Signature Tour Booking Styles */
.w-full {
    width: 100%;
}

.br-24 {
    border-radius: 24px;
}

.br-8 {
    border-radius: 8px !important;
}

.br-none {
    border-radius: 0 !important;
}

.b-none {
    border: none !important;
}

.h-auto {
    height: auto !important;
}

.top-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.top-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.signature-booking-left {
    padding-right: 120px;
}

@media (max-width: 1200px) {
    .signature-booking-left {
        padding-right: 60px;
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .signature-booking-left {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .top-block {
        text-align: left;
    }

    .mb-24 {
        margin-bottom: 8px;
    }
}

.tour-info-card {
    display: flex;
    gap: 16px;
}

.tour-info-img {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
}

.tour-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.tour-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.signature-booking-form .wrapper-form-control {
    margin-bottom: 28px;
}

.signature-booking-form .form-label {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 16px;
}

.signature-booking-form .form-control {
    background: #312D2D;
    border: 1px solid #4B4B4B;
    color: #ffffff;
    padding: 12px 16px;
    height: 56px;
    font-family: Oxygen;
    font-size: 16px;
    line-height: 24px;
}

.signature-booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.signature-booking-form .form-control:focus {
    border: 2px solid #FFD100;
    box-shadow: none !important;
    caret-color: #FFD100;
    outline-color: none;
}

.date-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.date-input {
    padding-right: 48px;
}

.date-picker-btn {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.date-picker-btn:hover {
    opacity: 0.8;
}

.calendar-icon {
    width: 24px;
    height: 24px;
}

.date-input-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.number-stepper {
    display: flex;
    align-items: center;
    border: 1px solid #4B4B4B;
    background: #312D2D;
    height: 56px;
}

.stepper-btn {
    background: transparent;
    border: 3px solid #989696;
    border-radius: 100%;
    color: #989696;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    aspect-ratio: 1/1;
    width: 32px;
    margin: 12px 16px;
}

.stepper-btn:hover:not(:disabled) {
    border-color: #FFD100;
    color: #FFD100;
}

.stepper-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.stepper-icon {
    width: 32px;
    font-size: large;
    font-weight: 600;
    height: auto;
}

.stepper-input {
    border: none;
    background: transparent;
    text-align: center;
    flex: 1;
    padding: 12px 8px;
    color: #ffffff;
    font-size: 16px;
    -moz-appearance: textfield;
    appearance: textfield;
}

.stepper-input::-webkit-outer-spin-button,
.stepper-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.language-select-wrapper {
    position: relative;
}

.language-select-native {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.language-select-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #312D2D;
    border: 1px solid #4B4B4B;
    border-radius: 8px;
    padding: 12px 16px;
    min-height: 56px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Oxygen", sans-serif;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.language-select-trigger:focus-visible {
    outline: 2px solid #FFD100;
    outline-offset: 2px;
}

.language-select-display {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-select-flag img,
.flag-icon {
    width: 24px;
    height: 18px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-select-chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.language-select-wrapper.open .language-select-chevron {
    transform: rotate(90deg);
}

.language-select-list {
    list-style: none;
    margin: 8px 0 0;
    padding: 8px 0;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #312D2D;
    border: 1px solid #4B4B4B;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 3;
}

.language-select-wrapper.open .language-select-list {
    display: block;
}

.language-select-option {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Oxygen", sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

.language-select-option:focus-visible {
    outline: none;
    background: #3f3838;
}

.language-select-option:hover {
    background: #433E3E;
}

.language-option-visual {
    display: flex;
    align-items: center;
    gap: 12px;
}

.signature-booking-right {
    padding-left: 120px;
    margin-top: 130px;
}

@media (max-width: 1200px) {
    .signature-booking-right {
        padding-left: 60px;
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .signature-booking-right {
        margin-top: auto;
        padding-left: 15px;
    }
}

.highlights-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.highlight-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.highlight-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
}

.signature-submit-btn {
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    padding: 12px 18px;
    color: #1D1A1A;
}

.signature-booking-form .form-message {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
}

.signature-booking-form .form-message--success {
    background-color: rgba(212, 237, 218, 0.2);
    color: #d4edda;
    border: 1px solid rgba(195, 230, 203, 0.3);
}

.signature-booking-form .form-message--error {
    background-color: rgba(248, 215, 218, 0.2);
    color: #f8d7da;
    border: 1px solid rgba(245, 198, 203, 0.3);
}

/* signature homepage section */
.signature-left-content {
    display: flex;
    flex-direction: column;
    max-width: 590px;
}

.signature-left-content p {
    margin-top: 8px !important;
    margin-bottom: 16px !important;
}

.signature-right-content {
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
}

.right-content {
    display: block;
}

.wrapper-swiper-container {
    position: relative;
    overflow: visible;
}

.section-city {
    overflow: hidden;
}

.swiper-container,
.swiper-container-1,
.swiper-container-2,
.swiper-container-3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container .swiper-wrapper,
.swiper-container-1 .swiper-wrapper,
.swiper-container-2 .swiper-wrapper,
.swiper-container-3 .swiper-wrapper {
    display: flex;
    gap: 24px 20px;
    padding-top: 24px;
}

.swiper-container .swiper-slide,
.swiper-container-1 .swiper-slide,
.swiper-container-2 .swiper-slide,
.swiper-container-3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

@media (max-width: 574.98px) {
    .swiper-container {
        max-width: 285px;
        margin: 0 auto;
    }

    .bg-dark .container .wrapper-swiper-container .swiper-container-1 .swiper-wrapper {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .swiper-container .swiper-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .wrapper-swiper-container {
        margin-right: -15px;
    }

    .wrapper-swiper-container .swiper-slide {
        width: 100%;
    }

    .wrapper-swiper-container .swiper-pagination {
        display: inline-block;
        width: auto;
        position: absolute;
        top: -30px;
        right: 15px;
        left: auto;
        bottom: auto;
        padding: 4px 15px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        color: #ffffff;
        text-align: right;
        border-radius: 32px;
        background: var(--Neutral-Dark-Green, #30362C);
        z-index: 10;
    }
}

@media (min-width: 768px) {
    .wrapper-swiper-container .swiper-wrapper {
        flex-wrap: wrap !important;
        align-items: start;
    }

    .wrapper-swiper-container .swiper-slide {
        width: calc(50% - 10px);
        height: auto;
    }

    .wrapper-swiper-container .swiper-pagination {
        display: none;
    }
}

@media (min-width: 992px) {
    .wrapper-swiper-container .swiper-slide {
        width: calc(25% - 15px);
        height: auto;
    }
}

.item-excursion {
    width: 100%;
}

.swiper-container-4,
.swiper-container-5,
.swiper-container-6 {
    width: 100%;
    overflow: visible;
    position: relative;
}

.swiper-container-4 .swiper-wrapper,
.swiper-container-5 .swiper-wrapper,
.swiper-container-6 .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    padding-top: 24px;
}

.swiper-container-4 .swiper-slide,
.swiper-container-5 .swiper-slide,
.swiper-container-6 .swiper-slide {
    flex-shrink: 0;
}

@media (max-width: 767.98px) {

    .swiper-container-4 .swiper-slide,
    .swiper-container-5 .swiper-slide,
    .swiper-container-6 .swiper-slide {
        width: auto;
        min-width: 285px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .swiper-container-4 .swiper-slide,
    .swiper-container-5 .swiper-slide,
    .swiper-container-6 .swiper-slide {
        width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {

    .swiper-container-4 .swiper-slide,
    .swiper-container-5 .swiper-slide,
    .swiper-container-6 .swiper-slide {
        width: calc(25% - 15px);
    }
}

.pagination-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media (max-width: 767.98px) {
    .pagination-container {
        display: none;
    }
}

.btn-pagination {
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    width: 32px;
    height: 32px;
}

.btn-pagination img {
    width: 32px;
    height: 32px;
    display: block;
    transition: opacity 0.3s ease;
}

.btn-pagination-prev:hover img {
    content: url('/assets/images/svg/arrow_circle_left_gold.svg');
}

.btn-pagination-next:hover img {
    content: url('/assets/images/svg/arrow_circle_right_gold.svg');
}

.btn-pagination:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.btn-pagination:disabled:hover img {
    content: none;
    opacity: 0.4;
}

.footer {
    background: var(--CTA-Red, #8B0000);
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 767.98px) {
    .footer {
        padding-bottom: 48px;
    }
}

.footer_link {
    display: block;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s;
    margin-bottom: 8px;
}

.footer_link:hover {
    color: #F0D0D0;
}

.footer-top {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .footer-top .h5 {
        margin-top: 16px;
    }
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

.copyright {
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 767.98px) {
    .copyright {
        margin-top: 0;
    }
}

.language-switcher {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (max-width: 767.98px) {
    .language-switcher {
        gap: 12px;
        flex-wrap: wrap;
    }
}

.lang-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
}

.lang-link:hover {
    color: #F0D0D0;
    transform: scale(1.05);
}

.lang-link img {
    width: 20px;
    height: auto;
    object-fit: contain;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
    transition: all 0.3s;
    z-index: 2223;
    opacity: 1;
    transform: rotate(180deg);
}

.blog-top {
    padding-top: 48px;
    margin-bottom: 48px;
}

@media (max-width: 767.98px) {
    .blog-top {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.blog-top-post {
    margin-bottom: 80px;
}

.date-article {
    font-size: 13px;
    line-height: 123.077%;
}

.article-img {
    object-fit: cover;
    height: 260px;
    width: 100%;
    border-radius: 16px;
}

.article-img-big {
    height: 380px;
}

@media (max-width: 767.98px) {
    .article-img-big {
        margin-top: 24px;
    }
}

@media (max-width: 767.98px) {
    .article-img {
        height: 224px;
    }
}

.item-article {
    display: inline-block;
    margin-bottom: 48px;
    width: 100%;
}

.item-article:hover .h3 {
    color: var(--CTA-Red, #8B0000);
}

@media (max-width: 767.98px) {
    .item-article {
        margin-bottom: 40px;
    }
}

.btn-back {
    position: absolute;
    left: 15px;
}

.btn-block {
    display: none;
}

.btn-pagination {
    background-color: none;
    background: none;
    border: none;
}

@media (max-width: 991.98px) {
    .btn-block {
        display: block;
    }

    .right-content {
        display: none;
    }

    .px-48 {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .btn-back {
        position: static;
    }
}

.poz-rel {
    position: relative;
}

.section-all-articles-bg {
    background: var(--Neutral-Pale-Medium, #F0D0D0);
    padding-top: 24px;
    padding-bottom: 32px;
}

.video-block {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.video-block .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (min-width: 768.1px) {
    .video-block {
        width: 60%;
    }
}

.profile-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
}

@media (min-width: 768.1px) {
    .profile-block {
        flex-direction: row;
        width: 90%;
    }

    .profile-block .wrapper-profile-img {
        width: 40%;
    }

    .img-fluid.profile-img {
        max-width: 300px;
        max-height: 300px;
    }
}

.wrapper-profile-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.profile-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

/* Make the buttons take the full height of the carousel */
.carousel-control-prev,
.carousel-control-next {
    height: 100%;
    width: 45px;
    /* Adjust width if needed */
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}

/* Style for the icon inside the button */
.custom-prev-icon img,
.custom-next-icon img {
    opacity: 0.7;
    /* 70% visibility */
    transition: opacity 0.3s ease-in-out;
}

/* Hover effect */
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(218, 216, 216, 0.5);
    /* Light gray background */
}

.carousel-control-prev:hover img,
.carousel-control-next:hover img {
    opacity: 1;
    /* 100% visibility on hover */
}

/* terms and conditions list styling */
ol {
    counter-reset: item;
    padding-left: 0;
    list-style-position: inside;
}

ol>li {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
}

ol>li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
}

ol strong {
    display: inline-block;
    margin-bottom: 0;
}

/* style for main section descriptions (empty bullet) */
ol>li>p {
    margin-left: 2rem;
    margin-top: 0.5rem;
    list-style-type: circle;
    display: list-item;
}

.non-bullet {
    list-style: none;
}

/* style for subsection lists (filled bullet) */
ol ul {
    margin-left: 2rem;
    margin-top: 0.5rem;
    list-style-type: disc;
}

/* style for subsection descriptions (empty bullet) */
ol ul>li>p {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    list-style-type: circle;
    display: list-item;
}

/* remove extra spacing */
ol p {
    margin: 0;
}

/* ensure proper alignment for bullet points */
ol ul>li {
    display: list-item;
    margin-bottom: 0.5rem;
}

ol ul>li:last-child {
    margin-bottom: 0;
}

.bokunButton {
    cursor: pointer !important;
}

/* 404 Page Styles */
.section-404 {
    padding: 120px 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.h1-404 {
    font-size: 200px;
    font-weight: 700;
    color: var(--CTA-Red, #8B0000);
    line-height: 1;
    margin-bottom: 24px;
    font-family: 'Source Serif 4', serif;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: modalFadeIn 0.3s ease-out;
}

.modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 0 24px;
    border-bottom: 1px solid #e9ecef;
}

.modal .modal-header .modal-close {
    background: none;
    border: none;
    font-size: 28px;
    font-weight: 300;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.modal .modal-header .modal-close:hover {
    background-color: #f8f9fa;
    color: #495057;
}

.modal .modal-header .modal-close:focus {
    outline: 2px solid #68765F;
    outline-offset: 2px;
}

.modal .modal-body {
    padding: 24px;
}

.modal .modal-body .booking-details {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 24px;
}

.modal .modal-body .booking-details .detail-row {
    display: flex;
    margin-bottom: 8px;
}

.modal .modal-body .booking-details .detail-row:last-child {
    margin-bottom: 0;
}

.modal .modal-body .booking-details .detail-row .detail-label {
    min-width: 140px;
    color: var(--CTA-Red, #8B0000);
    margin-right: 12px;
}

.modal .modal-body .booking-details .detail-row .detail-value {
    flex: 1;
    word-break: break-word;
}

.modal .modal-body .modal-close-btn {
    margin-top: 0;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@media (max-width: 767.98px) {
    .modal .modal-content {
        width: 95%;
        margin: 10% auto;
        max-height: 85vh;
    }

    .modal .modal-body {
        padding: 20px;
    }

    .modal .modal-body .booking-details .detail-row {
        flex-direction: column;
    }

    .modal .modal-body .booking-details .detail-row .detail-label {
        margin-bottom: 4px;
        min-width: auto;
    }
}

.form-message {
    padding: 12px 16px;
    border-radius: 4px;
    margin-top: 16px;
    display: none;
}

.form-message--success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message--error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.booking-form .wrapper-form-control {
    margin-bottom: 16px;
}

.booking-form .wrapper-form-control .form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--CTA-Red, #8B0000);
}

/* promo modal */
.promo-banner {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 2224;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.promo-banner.promo-banner--visible {
    opacity: 1;
    visibility: visible;
}

.promo-banner__content {
    position: relative;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.banner_bg {
    background-color: #F4EEEE;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    flex-shrink: 0;
    padding: 1rem;
}

.banner-content {
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}


.promo-banner__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.promo-banner__close:hover,
.promo-banner__close:focus {
    background: #f0f0f0;
    transform: scale(1.1);
    outline-offset: 2px;
}

.promo-banner__close svg {
    color: #30362C;
    width: 1.25rem;
    height: 1.25rem;
}

.promo-banner__state {
    display: none;
}

.promo-banner__state--active {
    display: block;
}

.promo-banner__image {
    width: auto;
    height: 96px;
    display: block;
}

.promo-banner__emoji {
    font-size: 56px;
    line-height: 1;
}

.promo-banner__icon-wrapper {
    position: relative;
    display: inline-block;
}

.promo-banner__check-badge {
    position: absolute;
    top: -20px;
    right: -14px;
    width: 56px;
    height: 56px;
    display: block;
}

.promo-banner__check-badge {
    display: none;
}

.promo-banner__title {
    font-family: "Source Serif 4";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: #30362C;
    margin: 0 0 0.5rem 0;
    text-align: left;
}

.promo-banner__text {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #30362C;
    margin: 0.25rem 0;
    text-align: left;
}

.promo-banner__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.promo-banner__input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #E5DDD9;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: "Oxygen", sans-serif;
    color: #30362C;
    transition: border-color 0.2s ease;
}

.promo-banner__input::placeholder {
    color: #999;
}

.promo-banner__input:focus {
    outline: none;
    border-color: #8B0000;
}

.promo-banner__submit {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: #8B0000;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Oxygen", sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.promo-banner__submit:hover {
    background: #6d0000;
}

.promo-banner__submit:focus {
    outline: 2px solid #8B0000;
    outline-offset: 2px;
}

.promo-banner__submit:active {
    transform: scale(0.98);
}

.promo-banner__submit:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.promo-banner__message {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    display: none;
    text-align: center;
}

.promo-banner__message--success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.promo-banner__message--error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

.promo-banner--minimized {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.promo-banner--minimized .promo-banner__content {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #8B0000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: promoGlow 3.5s ease-in-out infinite;
}

@keyframes promoGlow {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
            0 0 20px rgba(255, 255, 255, 0.3),
            0 0 30px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
            0 0 30px rgba(255, 255, 255, 0.6),
            0 0 40px rgba(255, 255, 255, 0.4),
            0 0 50px rgba(255, 255, 255, 0.2);
    }
}

.promo-banner--minimized .banner_bg,
.promo-banner--minimized .banner-content {
    display: none;
}

.promo-banner--minimized .promo-banner__close {
    display: none;
}

.promo-banner--minimized .promo-banner__minimized-icon {
    display: block;
    color: #fff;
}

.promo-banner--minimized:hover .promo-banner__content {
    transform: scale(1.1);
    animation: promoGlowHover 2s ease-in-out infinite;
}

@keyframes promoGlowHover {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.7),
            0 0 25px rgba(255, 255, 255, 0.5),
            0 0 35px rgba(255, 255, 255, 0.3);
    }

    50% {
        box-shadow: 0 0 25px rgba(255, 255, 255, 1),
            0 0 35px rgba(255, 255, 255, 0.8),
            0 0 45px rgba(255, 255, 255, 0.6),
            0 0 60px rgba(255, 255, 255, 0.4);
    }
}

.promo-banner__minimize {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    color: #30362C;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    display: none;
}

.promo-banner__minimize:hover {
    background: rgba(0, 0, 0, 0.1);
}

.promo-banner__minimized-icon {
    display: none;
    font-size: 18px;
    line-height: 1;
}

.promo-code-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.promo-code {
    font-family: "Oxygen", monospace;
    font-size: 1.25rem;
    font-weight: bold;
    color: #8B0000;
    background: #f8f9fa;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    border: 2px solid #8B0000;
    text-align: left;
    margin: 0;
    display: inline-block;
}

.promo-code__copy {
    position: relative;
    background: transparent;
    border: none;
    color: #8B0000;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.1s ease;
    flex-shrink: 0;
}

.promo-code__copy:hover {
    background: rgba(139, 0, 0, 0.1);
}

.promo-code__copy:active {
    transform: scale(0.95);
}

.promo-code__copy:focus {
    outline: 2px solid #8B0000;
    outline-offset: 2px;
}

.promo-code__copy svg {
    width: 20px;
    height: 20px;
}

.promo-code__copy-feedback {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #155724;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.promo-code__copy--copied .promo-code__copy-feedback {
    opacity: 1;
}

/* Screen reader only class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .promo-banner {
        left: 1rem;
        bottom: 1rem;
        max-width: calc(100vw - 2rem);
    }

    .promo-banner__content {
        width: calc(100vw - 2rem);
        max-width: calc(100vw - 2rem);
        flex-direction: column;
    }

    .banner_bg {
        width: 100%;
        border-radius: 0.5rem 0.5rem 0 0;
        padding: 0.75rem;
    }

    .banner-content {
        padding: 1rem;
    }

    .promo-banner__title {
        font-size: 1.125rem;
        text-align: center;
    }

    .promo-banner__text {
        text-align: center;
    }

    .promo-code-wrapper {
        justify-content: center;
    }

    .promo-code {
        text-align: center;
    }

    .promo-banner__close {
        top: 0.5rem;
        right: 0.5rem;
    }

    .promo-banner__emoji {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .promo-banner__title {
        font-size: 1rem;
    }

    .promo-banner__emoji {
        font-size: 40px;
    }

    .promo-code {
        font-size: 1rem;
    }

    .promo-code__copy svg {
        width: 18px;
        height: 18px;
    }
}

/* notre dame template cards */
.notre-dame-tours-page .swiper-slide {
    width: 590px;
    max-width: 90vw;
}

.notre-dame-tours-page .excursion-img {
    height: 500px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .notre-dame-tours-page .swiper-slide {
        width: 100%;
    }

    .notre-dame-tours-page .excursion-img {
        height: 350px;
    }
}

/* Table and stats styles */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}

.comparison-table th,
.comparison-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #F0D0D0;
}

.comparison-table th {
    background: var(--Neutral-Dark-Green, #30362C);
    color: #fff;
    font-weight: 700;
    font-family: "Source Serif 4", serif;
}

.comparison-table tr:nth-child(even) {
    background: #faf5f3;
}

.comparison-table tr:hover {
    background: #F0D0D0;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: var(--CTA-Red, #8B0000);
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.stat-box {
    background: #fff;
    border: 1px solid #F0D0D0;
    padding: 20px 16px;
    text-align: center;
}

.stat-number {
    font-family: "Source Serif 4", serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--CTA-Red, #8B0000);
    line-height: 1.1;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 13px;
    color: #30362C;
    line-height: 1.3;
}

.feature-callout {
    background: linear-gradient(135deg, #30362C 0%, #4a5240 100%);
    color: #fff;
    padding: 24px;
    margin: 24px 0;
}

.feature-callout h4 {
    color: #FFD100;
    margin-bottom: 12px;
}

.feature-callout ul {
    margin: 0;
    padding-left: 20px;
}

.feature-callout li {
    margin-bottom: 8px;
    list-style-type: disc;
}

.tips {
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    background: #FFF;
    padding: 20px 16px;
}

.tips ul {
    margin: 12px 0 0;
    padding-left: 20px;
    list-style-type: disc;
}

.tips li {
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {
    .comparison-table {
        font-size: 13px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
    }

    .stat-number {
        font-size: 26px;
    }
}

/* Blog content helpers (used in blog post templates) */
.highlight {
    background: #ffffff;
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    padding: 20px 16px;
}

.highlight .h3,
.highlight .h4 {
    color: var(--Neutral-Dark-Green, #30362C);
}

.bullet-list {
    margin: 12px 0 0;
    padding-left: 20px;
    list-style-type: disc;
}

.bullet-list>li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.bullet-list>li:last-child {
    margin-bottom: 0;
}

blockquote {
    margin: 0;
    padding: 16px;
    border-left: 4px solid var(--CTA-Red, #8B0000);
    background: rgba(240, 208, 208, 0.35);
    font-style: italic;
}

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

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

.day-card {
    background: #ffffff;
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    padding: 20px 16px;
}

.timeline {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.timeline>li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--CTA-Red, #8B0000);
}

/* Month-by-month cards (Versailles timing post) */
.month-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

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

.month-card {
    background: #ffffff;
    border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
    padding: 20px 16px;
}

.month-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    border: 1px solid transparent;
    white-space: nowrap;
}

.tag--quiet {
    background: rgba(48, 54, 44, 0.08);
    border-color: rgba(48, 54, 44, 0.18);
    color: var(--Neutral-Dark-Green, #30362C);
}

.tag--steady {
    background: rgba(139, 0, 0, 0.08);
    border-color: rgba(139, 0, 0, 0.18);
    color: var(--CTA-Red, #8B0000);
}

.tag--popular {
    background: rgba(255, 209, 0, 0.18);
    border-color: rgba(255, 209, 0, 0.35);
    color: #1D1A1A;
}

.tag--busy {
    background: rgba(139, 0, 0, 0.14);
    border-color: rgba(139, 0, 0, 0.25);
    color: var(--CTA-Red, #8B0000);
}

.tag--best {
    background: rgba(240, 208, 208, 0.55);
    border-color: rgba(240, 208, 208, 1);
    color: var(--Neutral-Dark-Green, #30362C);
}