@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: normal;
}

button {
    all: unset;
}

.stay--box .review i {
    color: #FBAD17;
    font-size: 16px;
}

.stay--box .review span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #4F545A;
    margin-left: 6px;
}

#wrapper {
    overflow: visible;
}

:root {
    --tour-block-primary: 196, 72%, 43%;
    --tour-block-text: 192, 5%, 21%;
}

.tour-block-page {
    font-family: "Inter", sans-serif;
    color: hsla(var(--tour-block-text), 1);
}

.tour-block-page h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3px;
}

/* .tour-block-page ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
} */

.tour-block-container {
    margin: 0 auto;
    max-width: 1164px;
    padding: 0 12px;
    position: relative;
    width: 100%;
}

.tour-tag-element-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tour-element--link {
    background-color: #f1f2f3;
    border-radius: 9px;
    display: inline-block;
    color: hsla(var(--tour-block-text), 1);
    font-size: 0.8rem;
    padding: 4px 8px;
    text-decoration: none;
}

.tour-element--link:hover {
    background-color: #e3e5e6;
    color: hsla(var(--tour-block-text), 0.9);
}

.tour-block-heading {
    font-size: 25px;
    letter-spacing: 0.3672px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.tour-block-content {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.tour-block-content aside {
    width: 100%;
    max-width: 370px;
    min-width: 370px;
    margin-left: auto;
    position: sticky;
    top: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tour-block-content aside .content-aside-cta {
    border-radius: 13px;
    box-shadow: 0 1px 2px hsla(var(--tour-block-primary), 0.3),
        0 -1px 2px hsla(var(--tour-block-primary), 0.01);
    padding: 24px;
    position: relative;
}

.btn-regular {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    user-select: none;
    flex-grow: 1;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: 1px solid transparent;
    background-color: transparent;
    outline: none;
}

.btn-regular--lg {
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
}

.btn-regular--primary {
    border: 1px solid hsla(var(--tour-block-primary), 1);
    background-color: hsla(var(--tour-block-primary), 1);
    color: #ffffff;
}

.btn-regular--secondary {
    background-color: hsla(var(--tour-block-primary), 0.1);
    color: hsla(var(--tour-block-primary), 1);
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
}

.btn-regular--secondary:hover {
    background-color: hsla(var(--tour-block-primary), 0.2);
}

.btn-regular--link {
    color: hsla(var(--tour-block-primary), 1);
}

.btn-regular--link:hover {
    color: hsla(var(--tour-block-primary), 0.8);
}

.btn-regular--primary:hover {
    background-color: hsla(var(--tour-block-primary), 0.9);
    color: #ffffff;
}

.tour-price--label {
    color: #727779;
    font-size: 12px;
    margin-bottom: 0;
}

.tour-main--price {
    font-size: 31px;
    font-weight: 700;
}

.tour-main--price span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-right: 4px;
    text-transform: uppercase;
}

.wishlist-btn {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(3, 54, 63, 0.4), 0 -1px 2px rgba(3, 54, 63, 0.04);
    background-color: #ffffff;
    outline: none;
    border: 1px solid transparent;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.wishlist-btn i {
    font-size: 1.2rem;
    color: #818d99;
}

.wishlist-btn:hover {
    box-shadow: 0 8px 16px rgba(3, 54, 63, 0.12), 0 4px 8px rgba(3, 54, 63, 0.12),
        0 2px 4px rgba(3, 54, 63, 0.04), 0 1px 2px rgba(3, 54, 63, 0.08),
        0 -1px 2px rgba(3, 54, 63, 0.04);
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
    display: flex;
}

.tour-price-info-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.875em;
    color: hsla(var(--tour-block-text), 1);
}

.tour-price-info-wrapper p {
    margin-bottom: 0;
}

.tour-price-info-wrapper i {
    font-size: 1.3rem;
}

.adventure--box p {
    font-size: 1em;
    font-weight: 400;
    color: hsla(var(--tour-block-text), 1);
    margin-bottom: 0;
}

.adventure--box .adventure--link {
    padding: 14px;
    padding-left: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    font-weight: 700;
    color: hsla(var(--tour-block-primary), 1);
    font-size: 1em;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
}

.adventure--box .adventure--link i {
    font-size: 1.2rem;
}

.similar-tours--list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.similar-tours {
    position: relative;
    display: block;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    height: 172px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.similar-tours:hover {
    color: #ffffff;
}

.similar-tours::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.similar-tours img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.similar-tours .content {
    position: relative;
    z-index: 10;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}

.similar-tours .content h6 {
    overflow: hidden;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 600;
}

.similar-tours .content p {
    margin-bottom: 0;
    font-style: italic;
}

.tour-block-options {
    width: 100%;
    background-color: hsla(var(--tour-block-primary), 0.1);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.places-to-see-box .img-section {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 100%;
    height: 180px;
}

.places-to-see-box .img-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.places-to-see-box p {
    margin-bottom: 0;
    margin-top: 14px;
    font-weight: 600;
    font-size: 1rem;
}

.highlight-list li {
    font-size: 0.9rem;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 36px;
    position: relative;
}

.highlight-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check2" viewBox="0 0 16 16"%3E%3Cpath d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/%3E%3C/svg%3E') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stay--box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 2px rgba(3, 54, 63, 0.4), 0 -1px 2px rgba(3, 54, 63, 0.04);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stay--box h6 {
    font-weight: 700;
    font-size: 1rem;
}

.stay--box p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.customer-image--box {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.customer-image--box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 8px 0;
}

.tour-hero-images {
    position: relative;
    width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    height: 390px;
    display: block;
    overflow: hidden;
}

.tour-hero-images img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-navigation-btn {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    box-shadow: 0 1px 2px rgba(3, 54, 63, 0.4), 0 -1px 2px rgba(3, 54, 63, 0.04);
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    outline: none;
}

.slider-navigation-btn:hover,
.slider-navigation-btn:focus {
    box-shadow: 0 4px 8px rgba(3, 54, 63, 0.16), 0 2px 4px rgba(3, 54, 63, 0.08),
        0 1px 2px rgba(3, 54, 63, 0.16), 0 -1px 2px rgba(3, 54, 63, 0.04);
}

.slider-navigation-btn.prev-btn {
    margin-right: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

.slider-navigation-btn.next-btn {
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.slider-navigation-btns {
    position: absolute;
    left: 0;
    z-index: 50;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-navigation-btn.swiper-button-disabled {
    display: none;
}

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

.tour-features--box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.tour-features--box h6 {
    font-weight: 700;
    font-size: 1rem;
    color: hsla(var(--tour-block-text), 1);
    margin-bottom: 4px;
}

.tour-features--box p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.included-faq li {
    padding-right: 6px;
    padding-left: 40px;
    border-top: 1px solid #e3e5e6;
    position: relative;
}

.included-faq li:nth-child(1) {
    border-top: 0;
}

.included-faq li .included-faq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.included-faq li .included-faq-head h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.included-faq li .included-faq-head .included-faq-btn {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cpath fill=%27%23505557%27 fill-rule=%27evenodd%27 d=%27M21.697 7.283a1 1 0 0 1 .02 1.414l-8.576 8.819A1.6 1.6 0 0 1 12 18a1.58 1.58 0 0 1-1.141-.484L2.283 8.697a1 1 0 1 1 1.434-1.394L12 15.82l8.283-8.518a1 1 0 0 1 1.414-.02m-9.99 8.84v-.001%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.included-faq li:hover .included-faq-head .included-faq-btn {
    box-shadow: 0 1px 2px rgba(3, 54, 63, 0.4), 0 -1px 2px rgba(3, 54, 63, 0.04);
}

.included-faq li .included-faq-body {
    padding-bottom: 24px;
    padding-top: 6px;
    display: none;
}

.included-faq li .included-faq-body p {
    margin-bottom: 0;
}

.included-faq li .included-faq-body a {
    color: hsla(var(--tour-block-primary), 1);
}

.included-faq li.active .included-faq-body {
    display: block;
}

.included-faq li.active .included-faq-head .included-faq-btn {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.not-included-list li::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 24px;
    top: 19px;
    left: 0;
    position: absolute;
    width: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FF0000" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"/></svg>');
}

.included-list li::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2328A745" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05"/></svg>');
}

.brochure-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 24px;
    position: relative;
}

.brochure-card button {
    width: fit-content;
    flex-grow: 0;
}

.brochure-card h6 {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.brochure-card p {
    margin-bottom: 0;
    margin-top: 4px;
}

.faq-list .faq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
}

.faq-list li {
    border-top: 1px solid #e3e5e6;
}

.faq-list li:nth-child(1) {
    border-top: 0;
}

.faq-list li .faq-head h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.faq-list li .faq-head .faq-btn {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cpath fill=%27%23505557%27 fill-rule=%27evenodd%27 d=%27M21.697 7.283a1 1 0 0 1 .02 1.414l-8.576 8.819A1.6 1.6 0 0 1 12 18a1.58 1.58 0 0 1-1.141-.484L2.283 8.697a1 1 0 1 1 1.434-1.394L12 15.82l8.283-8.518a1 1 0 0 1 1.414-.02m-9.99 8.84v-.001%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.faq-list li .faq-body {
    padding-bottom: 16px;
    display: none;
}

.faq-list li.active .faq-body {
    display: block;
}

.faq-list li.active .faq-head .faq-btn {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.faq-list li .faq-body p {
    margin-bottom: 0;
}

.faq-list li .faq-body a {
    color: hsla(var(--tour-block-primary), 1);
}

.faq-list li:hover .faq-head .faq-btn {
    box-shadow: 0 1px 2px rgba(3, 54, 63, 0.4), 0 -1px 2px rgba(3, 54, 63, 0.04);
}

.faq-helpful-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.faq-helpful-wrapper p {
    font-size: 0.8rem;
}

.faq-helpful-wrapper button {
    border: 1px solid transparent;
    background-color: #ffffff;
    font-size: 13px;
    height: 40px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 8px 14px;
    box-shadow: 0 1px 2px rgba(3, 54, 63, 0.4), 0 -1px 2px rgba(3, 54, 63, 0.04);
    display: flex;
    align-items: center;
    gap: 9px;
}

.faq-helpful-wrapper button:hover {
    box-shadow: 0 4px 8px rgba(53, 129, 145, 0.16),
        0 2px 4px rgba(53, 129, 145, 0.08), 0 1px 2px rgba(53, 129, 145, 0.16),
        0 -1px 2px rgba(53, 129, 145, 0.04);
}

.faq-search-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 14px;
}

.faq-search-wrapper input {
    width: 100%;
    outline: none;
    border: 1px solid #c7d0d9;
    border-radius: 9px;
    font-size: 16px;
    height: 48px;
    padding-left: 20px;
}

.faq-search-wrapper button {
    padding-left: 28px;
    padding-right: 28px;
}

.tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tab-list button {
    background: #fff;
    border: 1px solid #c7d0d9;
    border-radius: 999px;
    color: hsla(var(--tour-block-primary), 1);
    cursor: pointer;
    padding: 10px 22px;
    text-align: center;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.tab-list button.active,
.tab-list button:hover {
    background: hsla(var(--tour-block-primary), 1);
    border-color: hsla(var(--tour-block-primary), 1);
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}

.ltinerary-list li {
    border-top: 1px solid #e3e5e6;
    margin-left: 40px;
    position: relative;
}

.ltinerary-list li::after {
    background-color: rgb(50, 54, 55);
    content: "";
    height: 12px;
    left: -37px;
    position: absolute;
    top: 28px;
    width: 12px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 50%;
    transition: 0.2s;
    top: 22px;
}

.ltinerary-list li::before {
    content: "";
    height: 100%;
    left: -32.5px;
    padding-top: 0px;
    position: absolute;
    width: 0px;
    border-left: 2px solid rgb(227, 229, 230);
    top: 0;
}

.ltinerary-list li.active::after {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.ltinerary-list li:nth-child(1) {
    border-top: 0;
}

.ltinerary-list li .ltinerary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
}

.ltinerary-list li .ltinerary-head h6 {
    margin-bottom: 0;
}

.ltinerary-list li .ltinerary-head .ltinerary-btn {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cpath fill=%27%23505557%27 fill-rule=%27evenodd%27 d=%27M21.697 7.283a1 1 0 0 1 .02 1.414l-8.576 8.819A1.6 1.6 0 0 1 12 18a1.58 1.58 0 0 1-1.141-.484L2.283 8.697a1 1 0 1 1 1.434-1.394L12 15.82l8.283-8.518a1 1 0 0 1 1.414-.02m-9.99 8.84v-.001%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.ltinerary-list li:hover .ltinerary-head .ltinerary-btn {
    box-shadow: 0 1px 2px rgba(3, 54, 63, 0.4), 0 -1px 2px rgba(3, 54, 63, 0.04);
}

.ltinerary-list li.active .ltinerary-head .ltinerary-btn {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ltinerary-list li .ltinerary-body {
    padding-bottom: 18px;
    padding-top: 4px;
    display: none;
}

.ltinerary-list li.active .ltinerary-body {
    display: block;
}

.ltinerary-list li .ltinerary-body p {
    margin-bottom: 0;
}

@media (max-width: 1140px) {
    .tour-block-content {
        gap: 14px;
    }
}

@media (max-width: 990px) {
    .tour-block-heading {
        margin-bottom: 16px;
    }

    .tour-element--link {
        padding: 3px 6px;
        font-family: 0.7rem;
    }

    .similar-tours--list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .similar-tours {
        height: 240px;
    }

    .tour-block-content {
        display: block;
    }

    .tour-block-content aside {
        max-width: 100%;
        min-width: 100%;
        position: relative;
        top: auto;
    }

    .tour-block-options {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .tour-block-container {
        padding: 0 8px;
    }

    .tour-features-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
    }

    .tour-block-heading {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .similar-tours--list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
    }

    .tour-block-content aside {
        gap: 12px;
    }

    .tour-block-page h1 {
        font-size: 1.7rem;
    }

    .tour-hero-images {
        height: 240px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .slider-navigation-btn {
        min-width: 32px;
        min-height: 32px;
        max-width: 32px;
        max-height: 32px;
    }

    .brochure-card {
        padding: 14px;
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .brochure-card button {
        flex-grow: 1;
        width: 100%;
    }

    .tour-block-content aside .content-aside-cta {
        padding: 14px;
    }
}