:root {
    --project-color-1: #f55330;
    --project-color-2: #00c2cb;
}

body {
    line-height: 1;
}

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

footer {
    background-color: #FEF8F6 !important;
    color: rgb(5, 16, 54) !important;
}

footer .market-icon {
    background-color: rgba(187 182 188 / 0.1);
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.app-buttons-overlay {
    position: absolute;
    left: 12%;
    bottom: 10%;
    z-index: 100;
    width: auto;
    pointer-events: auto;
}

.app-buttons-container {
    flex-wrap: wrap;
    gap: 8px;
}

.app-button-overlay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #ffffff;
    color: #000000;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    min-width: 160px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
    vertical-align: middle;
}

.app-button-overlay:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    color: #000000;
    text-decoration: none;
}

.app-button-overlay .icon-apple {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 24px;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    flex-shrink: 0;
}

.app-button-overlay .icon-play-market {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    flex-shrink: 0;
}

.app-button-overlay span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    vertical-align: middle;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .app-buttons-overlay {
        left: 13% !important;
        bottom: 8% !important;
        width: auto;
    }
    
    .app-buttons-container {
        width: auto;
        justify-content: flex-start;
        gap: 5px;
        flex-wrap: wrap;
    }
    
    .app-button-overlay {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        min-width: 75px;
        padding: 5px 9px;
        font-size: 10px;
        gap: 4px;
        border-radius: 8px;
    }
    
    .app-button-overlay .icon-apple,
    .app-button-overlay .icon-play-market {
        font-size: 15px;
        width: 15px;
        height: 15px;
    }
    
    .app-button-overlay span {
        font-size: 10px;
    }
}

@media (max-width: 767.98px) {
    .app-buttons-overlay {
        left: 14% !important;
        bottom: 9% !important;
        width: auto;
    }
    
    .app-buttons-container {
        width: auto;
        justify-content: flex-start;
        gap: 5px;
        flex-wrap: wrap;
    }
    
    .app-button-overlay {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        min-width: 75px;
        padding: 5px 9px;
        font-size: 10px;
        gap: 4px;
        border-radius: 8px;
    }
    
    .app-button-overlay .icon-apple,
    .app-button-overlay .icon-play-market {
        font-size: 15px;
        width: 15px;
        height: 15px;
    }
    
    .app-button-overlay span {
        font-size: 10px;
    }
}

@media (max-width: 575.98px) {
    .app-buttons-overlay {
        left: 14% !important;
        bottom: 9% !important;
        width: auto;
    }
    
    .app-buttons-container {
        gap: 5px;
        width: auto;
    }
    
    .app-button-overlay {
        flex: 0 0 auto;
        width: auto;
        padding: 5px 8px !important;
        min-width: 75px;
        font-size: 10px;
        gap: 4px;
        border-radius: 6px;
    }
    
    .app-button-overlay .icon-apple,
    .app-button-overlay .icon-play-market {
        font-size: 14px !important;
        width: 14px;
        height: 14px;
    }
    
    .app-button-overlay span {
        font-size: 10px;
    }
}

.btn-custom-1 {
    background-color: var(--project-color-1);
    color: white;
}

.btn-custom-1:hover {
    background-color: var(--project-color-2);
    color: white;
}

.btn-custom-outline-1 {
    border-color: var(--project-color-1);
    color: var(--project-color-1);
}

.btn-custom-outline-1:hover {
    background-color: var(--project-color-2);
    border-color: transparent;
    color: white;
}

.btn-custom-2 {
    background-color: var(--project-color-2);
    color: white;
}

.btn-custom-2:hover {
    background-color: var(--project-color-1);
    color: white;
}

.btn-custom-outline-2 {
    border-color: var(--project-color-2);
    color: var(--project-color-2);
}

.btn-custom-outline-2:hover {
    background-color: var(--project-color-1);
    border-color: transparent;
    color: white;
}

.project-bg-1 {
    background-color: var(--project-color-1) !important;
}

.project-bg-2 {
    background-color: var(--project-color-2) !important;
}

.accordion.-simple .accordion__item.is-active .accordion__icon {
    background-color: var(--project-color-2) !important;
    border: 1px solid var(--project-color-2) !important;
}

.accordion .accordion__icon {
    border: 1px solid var(--project-color-1);
}

.accordion .accordion__icon .icon-plus {
    color: var(--project-color-1);
}

.color-1 {
    color: var(--project-color-1);
}

.color-2 {
    color: var(--project-color-2);
}

.text-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.liked-btn {
    background-color: var(--project-color-1) !important;
    color: white;
}

.img-size-20 {
    width: 20px;
}

.border-radius-25 {
    border-radius: 25px
}

#openMobileSearchOffcanvasBox {
    display: none;
}

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

.h-100 {
    height: 100%;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.cardImage__wishlist {
    z-index: 1;
}

.tour-list-divider {
    border-bottom: 1px solid #ebeef1;
}

/*** TOUR DETAIL START ***/
.whatsapp-btn {
    color: #25D366;
}

.whatsapp-btn-v2 {
    background-color: #25D366;
    color: white;
}

.whatsapp-btn-v2:hover {
    background-color: #25D366;
    color: white;
}

.facebook-btn {
    color: #1877F2;
}

.instagram-btn {
    color: #C13584;
}

.twitter-btn {
    color: #000000;
}

.tour-property {
    display: flex;
    flex-direction: column;
}

.tour-property .tour-property-row {
    margin-bottom: 25px !important;
}

.tour-property img {
    width: 30px;
    margin-right: 10px;
}

.tour-property .col-auto,
.tour-property .row {
    padding: 0;
    margin: 0;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: var(--project-color-2);
}

.rate>input:checked~label {
    color: var(--project-color-2);
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: var(--project-color-2);
}

.text-container {
    position: relative;
}

.text-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Görünecek satır sayısını ayarlayın */
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
    height: auto;
    max-height: 130px;
    /* Satır sayısına göre yükseklik ayarlayın. */
}

.show-all {
    -webkit-line-clamp: initial !important;
    line-clamp: initial !important;
    max-height: none;
}

.show-more-btn {
    display: none;
    /* İlk başta butonu gizleyin */
    color: #e2b472;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.show-more-btn:hover {
    color: var(--project-color-1);
}

.show {
    display: block;
    /* Butonu göstermek için */
}

.detail-row-property {
    display: flex;
    align-items: center;
    justify-content: start;
}

.similar-current-head,
.similar-current-head-text {
    background: var(--project-color-2) !important;
    color: white;
}

.similar-tours-active {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;
    padding-left: 0;
}

.similar-tours-active-container {
    border-radius: .5rem;
    border: 0;
    box-shadow: 0 17px 14px 0 rgba(0, 0, 0, .25);
    text-align: left;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.similar-tours-other {
    padding-left: 0;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 1rem;
    overflow-x: hidden;
    text-align: left;
    padding-top: 10px;
}

.similar-title-current {
    margin-top: 15px;
    text-align: left;
    height: 56px;
    font-weight: 700;
    font-size: 18px;
}

.similar-tours-active img,
.similar-tours-other img {
    border-radius: 20px;
    height: 150px;
    object-fit: cover;
}

.similar-tours-active .cardImage,
.similar-tours-other .cardImage {
    height: 150px;
}

.similar-hours {
    font-weight: 600;
}

.similar-tours-active-row {
    padding: 10px;
}

.similar-tours-active .this-tour {
    background: var(--project-color-2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    min-height: 60px;
    max-height: 60px;
}

.similar-tours-other .tourCard__image {
    margin-top: 60px;
}

.similar-row {
    font-size: 14px;
    border-top: 1px solid #CCC;
    padding: 12px;
}

/*** TOUR DETAIL END ***/


/*** HEADER START ***/
.header-search-field {
    width: 83%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-field .single-field {
    margin-left: 170px;
}

.header-search-field .single-field input {
    border-radius: 50px;
}

.header-search-field button {
    right: 0;
}

.header-search-field i {
    color: var(--project-color-1);
}

.header-search-field input {
    width: 330px;
}

.mobile-search-field .single-field input {
    border-radius: 50px;
}

.mobile-search-field button {
    right: 0;
}

.mobile-search-field i {
    color: var(--project-color-1);
}

.mobile-search-offcanvas {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 18%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out;
    z-index: 1050;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile-search-offcanvas.mobile-search-offcanvas-show {
    top: 80px;
}

.close-btn-offcanvas-mobile-search {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/*** HEADER END ***/

/*** INDEX START ***/
.index-four-column img {
    transition: transform 0.3s ease;
    /* Geçiş animasyonu */
}

.index-four-column:hover img {
    transform: translateY(-5px);
    /* Resmi yukarı kaydırır */
}

#index-tour-append .ph-picture {
    height: 300px;
}

#index-tour-append .ph-item>* {
    padding-left: 0;
}

.index-tour-type-list {
    position: relative;
}

.index-tour-type-list h4 {
    position: absolute;
    bottom: 5%;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.index-field-next-prev-button {
    border: 5px solid var(--project-color-1);
    color: var(--project-color-1);
    transform: unset;
}

.swiper-button-next-index-four-custom,
.swiper-button-prev-index-four-custom {
    border: 5px solid var(--project-color-1);
    color: var(--project-color-1);
    transform: unset;
}

.index-tour-type-list::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(5, 16, 54, 0.6) 0%, rgba(5, 16, 54, 0) 63.5%);
}

.index-tour-type-right-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.tour-type-mb {
    margin-bottom: 30px;
}

.citiesCard.-type-1 .citiesCard__bg {
    background: linear-gradient(0deg, rgba(5, 16, 54, 0.6) 0%, rgba(5, 16, 54, 0) 63.5%);
    opacity: 1;
}

#index-tour-type-append {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    width: 50%;
}

.right-bottom-wp {
    position: fixed;
    right: 2%;
    bottom: 2%;
}

.right-bottom-wp-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-wp-text {
    padding: 0 14px;
    border: none;
    border-radius: 16px;
    line-height: 31px;
    white-space: nowrap;
    transition: opacity .3s ease-out .4s;
    filter: drop-shadow(0 1px 4px rgb(0 0 0 / 40%));
    pointer-events: none;
    display: block;
    opacity: 1;
    animation: initial !important;
    background: #25d366;
    color: #ffffff;
    font-weight: bold;
    height: max-content;
    margin-right: 10px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.bottom-wp-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -6px;
    border: 8px solid transparent;
    border-width: 6px 0 6px 8px;
    border-left-color: #25d366;
}

.right-bottom-wp-padding {
    bottom: 10%;
}

.footer-logo {
    width: 50%;
}

.comment-social-field-mobile {
    display: none;
}

.lh-normal {
    line-height: normal;
}

.text-uppercase {
    text-transform: uppercase;
}

.login-subnav-mobile-menu li i,
.login-subnav-mobile-menu li img {
    width: 17px;
}

.page-information-img {
    padding-right: 30px !important;
    width: 36%
}

.page-information-img img {
    border-radius: 20px;
    object-fit: cover;
    padding: 0 !important;
    width: 100%;
    max-height: 200px;
}

.page-information-text {
    width: 64%;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgb(128 206 237 / 10%) 0%, rgb(223 167 155 / 10%) 40%, rgba(255, 255, 255, 1) 80%);
    padding-right: 3rem !important;
}

.page-footer-text ol {
    margin-left: -2rem;
}

.page-footer-text ol li {
    margin-bottom: 10px;
}

.page-footer-text h1,
.page-footer-text h2,
.page-footer-text h3,
.page-footer-text h4,
.page-footer-text h5,
.page-footer-text h6,
.page-footer-text p {
    margin-bottom: 10px;
    color: black;
}

.index-card-two a {
    position: absolute;
    bottom: 40%;
}

.swiper-fields-category .category-img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* X ve Y ekseninde ortalama */
}

.swiper-fields-category .swiper-fields-category-item {
    border: 1px solid var(--project-color-1);
    border-radius: 50px;
    padding: .5rem 1rem;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-index-four-column-container .section-slider-nav {
    top: 40%;
}

.project-modal .select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1057;
}

.category-filter-selected {
    background: var(--project-color-1);
}

.overflow-hidden-x {
    overflow-x: hidden;
}

.page-footer-text-before:before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}

.position-relative {
    position: relative;
}

.toc ol {
    counter-reset: list-counter;
}

.toc ol li {
    counter-increment: list-counter;
}

.toc ol li::before {
    content: counters(list-counter, ".") " ";
    margin-right: 0.5em;
    font-weight: bold;
}

.toc ol ol {
    counter-reset: list-counter;
}

.ph-item {
    cursor: wait !important;
}

.text-line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.price-list-item {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 1rem .7rem;
    margin-bottom: .3rem;
}

.min-width-max-content {
    min-width: max-content;
}

.price-list-item-price {
    width: 20%;
}

.price-list-item-title {
    position: relative;
    width: 80%;
    max-width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(to right, black 85%, rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* 
.tour-field-order-select {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 10px 14px;
} */

.price-list-item-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    padding: 1rem 1.2rem;
    margin-bottom: .8rem;
    height: 81px;
    font-size: 1.2rem;
}

.price-list-item-price-box {
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    color: #ffffff;
    background-color: #00C2CC;
    width: 90px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-list-item-rate-box {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1rem;
    font-weight: 600;
}

.price-list-item-rate-box span {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.price-list-item-title-box {
    position: relative;
    width: 99%;
    max-width: 99%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(to right, black 85%, rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-list-star-icon {
    font-size: 1.1rem;
    color: #02c90f;
}

.price-list-comment-icon {
    font-size: 1.1rem;
    color: #F85133;
}

.price-list-inner-span {
    position: relative;
    top: -2px;
}

.field-blog-list {
    position: relative;
}

.field-blog-list-elements {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 1rem .5rem;
    color: white;
    border-radius: 20px;
}

.field-blog-list img {
    border-radius: 20px;
}

#get-comment-img-list-append img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .accordion__item .button {
        text-align: left;
    }

    .tour-property img {
        min-width: unset;
    }

    .detail-right-field {
        margin-top: 10px;
    }

    #openMobileSearchOffcanvasBox {
        display: block;
        margin-top: 0;
    }

    .social-media-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .share-btn-group {
        width: 100%;
        margin-top: 5px;
    }

    .similar-tours-active {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .similar-tours-active-container {
        width: 100%;
    }

    .similar-tours-other {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: .5rem;
    }

    .similar-addtional_information {
        font-size: 10px !important;
        text-transform: unset;
        font-weight: 700;
    }

    .similar-tours-active img,
    .similar-tours-other img {
        height: unset;
        width: 100%;
        aspect-ratio: 19 / 9;
        overflow: hidden;
    }

    .similar-tours-active .cardImage,
    .similar-tours-other .cardImage {
        max-height: 90px;
        height: 90px;
    }

    .index-field-append .-prev {
        left: 0;
    }

    .index-field-append .-next {
        right: 0;
    }

    .index-card-two .ctaCard__content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .swiper-index-four-column-container .-prev {
        left: 0;
    }

    .swiper-index-four-column-container .-next {
        right: 0;
    }

    .index-tour-type-right-img {
        height: 350px;
        margin-top: 30px;
    }

    .comment-social-field-mobile {
        display: block;
    }

    .comment-social-field-desktop {
        display: none;
    }

    #rezervationForm .form-input input {
        padding: 0 20px;
        padding-top: 25px;
    }

    #rezervationForm .form-input label {
        padding: 0 20px;
    }

    .similar-tours-active .this-tour {
        font-size: 18px;
    }

    .mobile-none {
        display: none;
    }

    .circle-login-fa,
    .circle-login-fa i {
        border-color: var(--project-color-1);
        color: var(--project-color-1);
    }

    .page-information-img {
        width: 100%;
        margin-bottom: 10px;
        padding-right: calc(var(--bs-gutter-x)* 0.5) !important;
    }

    .page-information-text {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* 0.5) !important;
    }

    .page-information-v2 h3 {
        margin-top: 20px;
    }

    #mobileSearchBox {
        display: block !important;
    }

    .index-card-two a {
        position: unset;
        margin-top: 25px;
    }

    .swiper-fields-category .swiper-fields-category-item {
        height: 50px;
    }

    .price-list-item-title {
        width: 78%;
        max-width: 78%;
    }

    .price-list-item-price {
        width: 22%;
    }

    .field-blog-list-elements {
        border-radius: 10px;
    }

    .field-blog-list img {
        border-radius: 10px;
    }

    /* .tour-property-payment-method {
        width: 85%;
    } */
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .index-tour-type-right-img {
        height: 350px;
        margin-top: 30px;
    }

    .similar-tours-active .this-tour {
        font-size: 18px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .galleryGrid.-type-1>*:nth-child(1) {
        grid-row: 2 span;
    }

    .tour-type-mb-4,
    .tour-type-mb-5,
    .tour-type-mb-6 {
        margin-bottom: 0;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .swiper-button-next-index-four-custom,
    .swiper-button-prev-index-four-custom {
        display: none;
    }

    .tour-type-mb-4,
    .tour-type-mb-5,
    .tour-type-mb-6 {
        margin-bottom: 0;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
 
    .swiper-button-next-index-four-custom,
    .swiper-button-prev-index-four-custom {
        display: none;
    }
    .tour-type-mb-4,
    .tour-type-mb-5,
    .tour-type-mb-6 {
        margin-bottom: 0;
    }
}
.fields-tours-filters-wrapper {
    gap: 7px;
    min-width: 270px;
} 

.form-select {
    display: block;
    width:180px;
    padding: 0.1rem 2.25rem 0.1rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.4;
    color: #212529;
    background: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #C2C0C0;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#000000;
    font-size:0.9rem;
    font-weight: bold !important;
}
.tour-field-order-select {
    border: 1px solid  var(--project-color-1) !important;
}
.fields-tours-order-select{
    display: block;
    width:180px;
    padding: 0.1rem 2.25rem 0.1rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.4;
    color: #212529;
    background: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid  var(--project-color-1) !important;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#000000;
    font-size:0.9rem;
    font-weight: bold !important;
}

.fields-tours-category-select.select__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:180px;
    padding: 0 15px;
    height: 40px;
    border-radius: 9px;
    border: 1px solid  var(--project-color-1) !important;
    background-color: white;
    text-align: left;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    color:#000000;
    font-size:0.9rem;
    font-weight: bold !important;

}
.select__dropdown {
    top: calc(100% + 5px);
}
.select__options__button label {
    cursor: pointer;
    font-size: 13px;
}
.fields-tours-price-input {
    width:100px !important;
    height: 40px;
    border-radius: 9px;
    border: 1px solid  var(--project-color-1) !important;
    background-color: white;
    text-align: center;
    background-color: #fff;
    padding: 0 8px;
    appearance: none;
    color:#000000;
    font-size:0.9rem;
    font-weight: bold !important;
    -moz-appearance: textfield;
}
.fields-tours-price-input::placeholder {
    color:#000000 ! important;
    font-size:0.9rem;
    font-weight: bold !important;
}
.fields-tours-price-input::-webkit-outer-spin-button,
.fields-tours-price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fields-tours-price-input-wrapper {
    margin-bottom: 0;
    gap: 7px;
}
@media screen and (max-width: 768px) {
    .fields-tours-price-input-wrapper {
        margin-bottom: 10px;
    }
    .fields-tours-order-select{
        width:100% ! important;
    }
    .fields-tours-category-select.select__button {
        width:100% ! important;
    }
    .select.js-multiple-select{
        width:100% ! important;
        margin-bottom: 10px;
    }
    .fields-tours-price-input {
        width: 49% ! important;
    }
}
@media screen and (max-width: 972px) {
    .sectionTitle__title {
        margin-bottom: 15px;
    }
}