/* Designed by Ali Dinçer in/dincerali */

:root {
    --theme-main-color: #b8161a;
    --theme-secondary-color: #262728;
    --theme-search-area-padding: 25px;

    --bs-body-font-size: 1rem;
    /* --bs-border-color: #f2f2f2; */
    --bs-border-color: #bbb;
    --bs-border-radius: 8px;
    --bs-border-color-translucent: var(--bs-border-color);
    --bs-breadcrumb-font-size: 1rem;
    counter-reset: gunsay;
}

::-moz-selection {
    /* for Firefox */
    color: #fff;
    background: var(--theme-main-color);
}

::selection {
    color: #fff;
    background: var(--theme-main-color);
}


body {
    font-family: "Poppins", sans-serif;
}

body>main {
    padding-bottom: 30px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }

}

img:not([src]):not([srcset]) {
    /* --ali #Async Lazyload ile yüklenen imagelerin empty ve alt tagları gözükmemesi için */
    visibility: hidden;
}

.theme-color {
    color: var(--theme-main-color);
}

.theme-secondary-color {
    color: var(--theme-secondary-color);
}

.theme-bg {
    background-color: var(--theme-main-color) !important;
}

.theme-bg-secondary {
    background-color: var(--theme-secondary-color) !important;
}

.main-header {
    box-shadow: 0 10px 15px -12px rgb(0 0 0 / 30%);
    background-color: #fff;
    position: sticky;
    z-index: 99;
    top: 0;
    transition: top 0.7s;
}

.header-top {
    padding: 10px 0;
    background-color: #fff;
}


.header-bottom {
    /* border-top: 1px solid #d5d5d5; */
    background-color: #fff;
    /* background-image: linear-gradient(180deg, rgb(255 255 255 / 15%), transparent); */
}

.header-contacts a {
    padding: 5px;
    border: 1px solid var(--theme-main-color);
    border-radius: var(--bs-border-radius);
    line-height: 1.2;
    text-decoration: none;
    color: var(--theme-secondary-color);
    background-color: #fff;
}

.header-contacts i {
    display: block;
    font-size: 1.4rem;
    flex-shrink: 0;
    color: var(--theme-main-color);
}


.hc-wp {
    box-shadow: rgba(255, 255, 255, 0.25) 0 0 0 3px inset;
    background-color: #25d366;
}

.hc-wp>i {
    font-size: 1.3rem;
}

.hc-call>i {
    font-size: 1.2rem;
}

.h-quick-outer {}

.main-header .logo img {
    height: 35px;
}

.header-quick-navs {
    display: flex;
    gap: .7rem;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header-quick-navs li a {
    color: var(--theme-secondary-color);
    text-decoration: none;
    font-size: 0.85rem;
}

.header-quick-navs li a:hover {
    color: var(--theme-main-color);
}

.header-navigation>li {
    padding: 0px 7px;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
    width: 100%;
}


.header-navigation>li:hover {
    background-color: #f2f6fd;
}

.header-navigation>li:nth-child(1), .header-navigation>li:nth-child(2) {
    padding-left: 0;
}


.header-navigation>li>a {
    color: #004d4b;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 15px 7px;
    display: inline-block;
    /* text-shadow: 1px 1px 3px #333; */
    width: 100%;
    text-align: center;
}

.header-navigation>li:hover>a {
    /* text-decoration: underline; */
    color: #b8161a;
}

.header-navigation>li:last-child>a {
    /*  background-color: #3ec0bd;
    color: #fff; */
}


.header-navigation {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.header-navigation>ul>li {
    width: 100%;
}

.header-navigation>ul>li>a {
    color: var(--theme-secondary-color);
    text-decoration: none;
    font-weight: 600;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid var(--bs-border-color);
    border-bottom: 0;
    border-left: 0;
    box-shadow: var(--bs-box-shadow-inset);
}


.header-navigation li.has-child>a {
    padding-right: 22px;
    position: relative;
    justify-content: start;
}



.header-navigation li.has-child>a::after {
    font: var(--fa-font-solid);
    content: "\f0d7";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
    margin-left: 5px;
}

.header-navigation li.has-child:hover>a::after {
    transform: translateY(-50%) rotate(180deg);
}


.header-navigation li.has-child .sub-menu {
    left: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background-color: #f2f6fd;
    border-radius: 0 0 var(--bs-border-radius)var(--bs-border-radius);
    box-shadow: 0px 9999px 0px 9999px rgb(0 0 0 / 30%);
    /* border: 1px solid var(--bs-border-color); */
    margin: 0 calc(.5 * 1.5rem);
    top: 100%;
    padding: 20px;
}

.header-navigation li.has-child .sub-menu img {
    border-radius: var(--bs-border-radius);
}

.header-navigation li.has-child:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header-navigation .nav-tab-menu-left {
    padding: 41px 24px 41px 35px;
}

.header-navigation .nav-tab-menu-right {
    background-color: rgba(240, 240, 240, .3);
    padding: 41px 15px;
    height: 100%;
}

.header-navigation .nav-tab-menu {
    display: none;
}

.header-navigation .nav-tab-menu.active {
    display: block;
    -webkit-animation: fadeIn .6s;
    animation: fadeIn .6s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-navigation .sub-menu .sub-menu-title a {
    padding: 0px 15px 5px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    transition: ease-in-out background-color .2s;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    color: var(--theme-main-color);
    font-size: 1.3rem;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}

.header-navigation .sub-menu .sub-menu-title a.active {
    /* background-color: rgba(207, 212, 218, .2); */
    transition: ease-in-out background-color .2s;
}

.header-navigation .sub-menu .sub-menu-title a span {
    color: #555;
    margin-left: 15px;
}

.header-navigation .sub-menu .sub-menu-title a img {
    width: 36px;
    height: 36px;
    border-radius: 75px;
    object-fit: cover;
}

.header-navigation .sub-menu .sub-menu-title a i {
    margin-left: auto;

    visibility: hidden;
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    transition: ease-in-out all .2s;
}

.header-navigation .sub-menu .sub-menu-title a.active i {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: ease-in-out all .2s;
}


.header-navigation .sub-menu .sub-menu-items {
    padding-left: 0;
    list-style: none;
}

.header-navigation .sub-menu .sub-menu-items a {
    text-decoration: none;
    color: #000000;
    padding: 1px 0;
    display: flex;
    font-size: 1.1rem;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 500;
}

.header-navigation .sub-menu .sub-menu-items a:hover span {
    text-decoration: underline;
}



/* NAV */
/* .navigation-menu {}

.navigation-menu>ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    justify-content: space-between;
}

.navigation-menu>ul>li {
    width: 100%;
}

.navigation-menu>ul>li>a {
    color: var(--theme-secondary-color);
    text-decoration: none;
    font-weight: 600;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid var(--bs-border-color);
    border-bottom: 0;
    border-left: 0;
    box-shadow: var(--bs-box-shadow-inset);
}

.navigation-menu>ul>li:first-child>a {
    border-left: 1px solid var(--bs-border-color);
    border-top-left-radius: var(--bs-border-radius);
}

.navigation-menu>ul>li:last-child>a {
    border-top-right-radius: var(--bs-border-radius);
}


.navigation-menu>ul>li:hover>a {
    background-color: var(--theme-main-color);
}

.navigation-menu li.has-child>a {
    padding-right: 20px;
    position: relative;
}



.navigation-menu li.has-child>a::after {
    font: var(--fa-font-solid);
    content: "\f0d7";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
    margin-left: 5px;
}

.navigation-menu li.has-child:hover>a::after {
    transform: translateY(-50%) rotate(180deg);
}


.navigation-menu li.has-child .sub-menu {
    left: 0;
    width: calc(100% + (-.5 * 3rem));
    position: absolute;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    padding: 10px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
    border: 1px solid var(--bs-border-color);
    margin: 0 calc(.5 * 1.5rem);
}

.navigation-menu li.has-child .sub-menu img {
    border-radius: var(--bs-border-radius);
}

.navigation-menu li.has-child:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation-menu .sub-menu .sub-menu-title a {
    font-size: 1rem;
    text-decoration: none;
    color: var(--theme-secondary-color);
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.navigation-menu .sub-menu .sub-menu-items {
    padding-left: 0;
    list-style: none;
}

.navigation-menu .sub-menu .sub-menu-items a {
    text-decoration: none;
    color: #585858;
    font-weight: 600;
    padding: 1px 0;
    display: inline-block;
}

.navigation-menu .sub-menu .sub-menu-items a:hover {
    color: var(--theme-secondary-color);
} */

/* NAV */

.main-slider {
    width: 100%;
    height: 365px;
    aspect-ratio: 770/340;
    border-radius: var(--bs-border-radius);
}

.main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;

}

.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
    font-size: 1.2rem;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    line-height: 1;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    color: var(--theme-secondary-color);
}



.swiper-button-prev::after {
    content: none;
}

.swiper-button-next::after {
    content: none;
}

.main-slider .swiper-button-prev:hover, .main-slider .swiper-button-next:hover {
    box-shadow: 0 0px 12px 12px rgb(255 255 255 / 25%);
}

.slider__pagination {
    position: absolute;
    z-index: 21;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 3px;
}

.slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: var(--theme-secondary-color);
    opacity: 0.4;
    transition: width 0.2s, opacity .2s;
}

.slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme-main-color);
    width: 40px;
}



.main-category-area .card {
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
    height: 100%;
    overflow: hidden;
}

.main-category-area .card:hover img {
    scale: 1.1;
}

.main-category-area .card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius);
    transition: .3s;
}

.main-category-area .card .category-link {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    padding-left: 15px;
    padding-bottom: 10px;
    background-image: linear-gradient(0deg, #000 0%, transparent 30%);
    border-radius: var(--bs-border-radius);
    font-size: 1.1rem;
}

.main-category-area .card .category-link:hover {
    color: #9dff00;
}

.text-shadow {
    text-shadow: 1px 1px 3px #333;
}

.search-area-bg {
    background-color: #eee;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.search-area {
    /* padding: var(--theme-search-area-padding); */
    /* border-radius: var(--bs-border-radius); */
    position: relative;
    z-index: 3;
    transform: translateZ(0);
    /* box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.34); */
    /* background: #fcfcfc;
    background: linear-gradient(to bottom, #46e9e6 0%, #01d5d0 100%); */
    background: rgba(239, 247, 255, .75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 20px;
    border-radius: var(--bs-border-radius);
    border: 1px solid #fff;
}

.search-area .search-input:disabled {
    background-color: #ddd;
}

.main-search-area {
    /*   margin-top: -85px; */
}

.search-area-bg .mobile-search-open-close-button {
    display: none;
}

.search-area>.nav {
    padding-bottom: 0;
}

.search-area .nav-item .btn-pill {
    margin-right: 5px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: var(--bs-border-radius);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 5px 15px;
    text-decoration: none;
    color: #ffffff;
    /* flex-direction: column; */
}

.search-area .nav-item .btn-pill:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.search-area .nav-item .btn-pill.active {
    background-color: var(--theme-main-color);
    color: #fff;
}

.search-area .nav-item .btn-pill span {
    font-size: 19px;
    /*  text-shadow: 1px 1px 3px #333; */
    font-weight: 600;
}

.search-area .nav-item .btn-pill img {
    width: 40px;
    filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 75%));
}

.search-area .search-input-outer {
    position: relative;
}

.search-area .search-input-outer::after {
    font: var(--fa-font-solid);
    content: attr(data-icon);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: var(--theme-secondary-color);
}

.search-area .search-input {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    position: relative;
    background-color: #fff;
    padding: 5px 5px 5px 35px;
    border: 1px solid #ddd;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075);
    outline: 0;
}

.search-area .search-input:focus-visible {
    box-shadow: 0px 0rem 0.55rem rgba(var(--bs-body-color-rgb), .3);
}

.search-area select.search-input {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-area .search-button {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    height: 50px;
    background-color: #008749;
    border: 0;
    border-radius: var(--bs-border-radius);
    color: #fff;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075);
}

.search-area .search-button:hover {
    background-color: #006537;
}


.search-area .category-item {
    font-size: 0.9rem;
    font-weight: 600;
}

.search-area .category-item>div {
    font-weight: 400;
}

.search-area .tour-item {
    font-size: 0.9rem;
    font-weight: 600;
}

.search-area .tour-item>div {
    font-weight: 400;
}


.search-area .autoComplete_wrapper {
    position: static;
}

.search-area .autoComplete_wrapper>ul {
    margin-top: 15px;
    max-height: 550px;
    box-shadow: 1px 0 15px rgb(0 0 0 / 20%);
    border: 1px solid #d9d9d9;
}

.search-area .autoComplete_wrapper>ul>li {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 12px;
}

.search-area .autoComplete_wrapper img {
    width: 100px;
    height: 90px;
    object-fit: cover;
}

.search-area .autoComplete_wrapper .category-item i {
    background-color: #e5e5e5;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.search-area .tab-content>.tab-pane {
    background-color: #0000005c;
    padding: 5px;
    border-radius: var(--bs-border-radius);
}

.price-area .btn-incele {
    padding: 10px;
    border-radius: var(--bs-border-radius);
    background-color: #008749;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    transition: background-color .3s, color .3s;
}

.price-area .btn-incele:hover {
    background-color: #006537;
    color: #fff;
}


.tour-info-outer div {
    flex: 0 0 calc(50% - .25rem);
}

.star-color {
    color: #ffcd3c;
}

.dropdown-menu {
    font-size: var(--bs-body-font-size) !important;
}

.dropdown-toggle {
    cursor: pointer;
}

.main-tour-boxes .tour-box {
    background-color: #fff;
}

.main-tour-boxes .tour-box .img-outer {
    aspect-ratio: 4/3;
    position: relative;
}

.main-tour-boxes .tour-box .img-outer::before {
    content: 'Şimdi İncele';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    border: 1px solid #fff;
    padding: 10px;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.main-tour-boxes .tour-box .img-outer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 50%);
    border-radius: var(--bs-border-radius);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.main-tour-boxes .tour-box img {
    /* height: 225px; */
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}


.main-tour-boxes .swiper-button-prev, .main-tour-boxes .swiper-button-next {
    font-size: 1.2rem;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    line-height: 1;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    color: var(--theme-secondary-color);
}

.main-tour-boxes .swiper-button-prev:hover, .main-tour-boxes .swiper-button-next:hover {
    box-shadow: 0 0px 12px 12px rgb(255 255 255 / 25%);
}

.main-tour-boxes .tour-box:hover {
    box-shadow: 0px 0px 13px -2px rgb(0 0 0 / 15%) !important;
}

.main-tour-boxes .tour-box:hover .img-outer::after, .main-tour-boxes .tour-box:hover .img-outer::before {
    visibility: visible;
    opacity: 1;
}



/* back to top */
.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: rgb(255 255 255 / 80%);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap i {
    position: absolute;
    text-align: center;
    color: var(--theme-secondary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 1.3rem;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-secondary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover {
    background: rgb(255 255 255);
}

/* back to top */


/* BUTTON */

.theme-sec-button {
    padding: 10px;
    background-color: #fff;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--theme-secondary-color);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    transition: background-color .3s, color .3s;
}

.theme-sec-button:hover {
    background-color: var(--theme-secondary-color);
}

.theme-sec-button:disabled {
    cursor: not-allowed;
    opacity: .5 !important;
}

/* BUTTON */

/* İNPUT */
.theme-input {
    width: 100%;
    height: 100%;
    font-size: .9rem;
    position: relative;
    background-color: #f7f7f7;
    padding: 15px 10px;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075);
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.theme-input:focus-visible {
    box-shadow: 0px 0rem 0.55rem rgba(var(--bs-body-color-rgb), .3);
}

/* İNPUT */

.fs-7 {
    font-size: 0.9rem;
}

.fs-9 {
    font-size: 0.65rem;
}

.main-sec-category-area .sec-cat-box {
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
    height: 100%;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

.main-sec-category-area .sec-cat-box .img-outer {
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}

.main-sec-category-area .sec-cat-box img {
    object-fit: cover;
    width: 100%;
    height: 175px;
    border-radius: var(--bs-border-radius);
    transition: .3s;
}

.main-sec-category-area .sec-cat-card {
    height: 175px !important;
}

.main-sec-category-area.category-page .sec-cat-box img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: var(--bs-border-radius);
    transition: .3s;
}

.main-sec-category-area .sec-cat-box:hover img {
    scale: 1.1;
}

.main-sec-category-area .sec-cat-box a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    padding-left: 15px;
    padding-bottom: 10px;
    background-image: linear-gradient(0deg, #000 0%, transparent 30%);
    border-radius: var(--bs-border-radius);
    font-size: 1rem;
    top: 0;
    text-shadow: 1px 1px 2px #000;
}

.main-sec-category-area .sec-cat-box a:hover {
    color: #9dff00;
}



/* FOOTER */

.footer {
    margin-top: 1rem;
    background-color: #f1fffe;
    border-top: 1px solid var(--bs-border-color);
    box-shadow: 0px 25px 30px -20px rgb(0 0 0 / 48%);
    background-image: url('/assets/img/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100%; */
    padding-top: 30px;
    position: relative;
    background-position: center;
    overflow: hidden;
    border: 0 !important;
    padding-bottom: 0 !important;
}

.footer-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 0;
    background-image: linear-gradient(180deg, #b8161a 0%, transparent 100%);
}

.footer-quick-navs {
    display: flex;
    gap: .7rem;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-quick-navs li a {
    text-decoration: none;
    color: #eee;
    font-size: 0.85rem;
}

.footer-quick-navs li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-quick-navs .dropdown-item {
    color: #000;
}

.footer-quick-navs .dropdown-item:hover {
    color: #000;
}

.fc-call .phone-icon {
    display: inline-block;
}

.fc-call svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    fill: var(--theme-main-color);
    margin-right: 5px;
}


.fc-call .phone-icon svg #signal-1 {
    animation: onCallTwo 1s steps(10) infinite;
    -webkit-animation: onCallTwo 1s steps(10) infinite;
    animation-delay: 1.5s
}

.fc-call .phone-icon svg #signal-2 {
    animation: onCall 1s steps(5) infinite;
    -webkit-animation: onCall 1s steps(5) infinite;
    animation-delay: 0
}


.footer-contacts a {
    padding: 5px;
    border: 1px solid var(--theme-main-color);
    border-radius: var(--bs-border-radius);
    line-height: 1.2;
}

.footer-contacts i {
    display: block;
    font-size: 1.4rem;
    flex-shrink: 0;
    color: var(--theme-main-color);
}

.bg-border-whatsapp {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
}


.footer-nav a {
    text-decoration: none;
    color: #eee;
}

.footer-nav a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-nav .footer-cat {
    flex: 0 0 50%;
}



.footer .footer-cat::marker {
    color: #fff;
}

.footer-first-ul {
    border-right: 1px solid #fff;
}

.cookie-alert {
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 80%;
    margin: 0 !important;
    z-index: 99999;
    opacity: 0;
    transform: translateY(100%) translateX(-50%);
    transition: all 500ms ease-out;
    background-color: #f2ffd2;
}

.cookie-alert a {
    font-size: var(--bs-body-font-size);
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%) translateX(-50%);
    transition-delay: 1000ms;
}

/* FOOTER */

.category-hero-img-outer {
    aspect-ratio: 133/18;
}

.category-hero-img {
    min-height: 150px;
    object-fit: cover;
    aspect-ratio: 133/18;
    width: 100%;
}

.breadcrumb .breadcrumb-item a {
    color: var(--theme-secondary-color);
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--theme-main-color);
    text-decoration: underline;
}

.tour-categories {
    margin-bottom: 2rem;
}

.tour-categories-img-outer img {
    aspect-ratio: 2/1;
    object-fit: cover;
    width: 100%;
}

.tour-categories-links {
    box-shadow: var(--bs-box-shadow-sm);
}

.tour-categories-links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

.tour-categories-links ul li {
    flex: 0 0 50%;
    max-width: 50%;
}

.tour-categories-links ul li a {
    width: 100%;
    display: flex;
    padding: 20px;
    text-decoration: none;
    color: var(--theme-secondary-color);
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid var(--bs-border-color);
    font-weight: 600;
}

.tour-categories-links ul li a:hover {
    color: var(--theme-main-color);
}

.social-icons-box {
    display: flex;
    align-items: center;
}

.social-icons-box a {
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
}

.social-icons-box a i {
    color: unset;
}

/* TURLARIN LİSTELENDİĞİ KATEGORİ SAYFASI */
.tour-list_tour-box {
    background-color: #fff;
    border: 0 !important;
}

.tour-list_tour-box:hover {
    box-shadow: 0px 0px 13px -2px rgb(0 0 0 / 15%) !important;
}

.tour-list_tour-box .tour-pill {
    background-color: #fff;
    width: 100%;
    color: #004153;
}

.tour-list_tour-box .tour-box-img-outer {
    aspect-ratio: 4/3;
}

.tour-list_tour-box .tour-box-img-outer img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}


.tour-list_tour-box .price-area {
    height: 100%;
}

.box-ozellikler {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-ozellikler span {
    /* flex: 0 0 calc(50% - 4px); */
    margin: 2px;
    font-size: 0.7rem;
}


.tours-reorder-area {
    margin-bottom: 1rem;
    /* border: 1px solid var(--bs-border-color); */
    border-radius: var(--bs-border-radius);
}

.tours-reorder-area a {
    display: block;
    padding: 10px 10px;
    border-radius: var(--bs-border-radius);
    /* border: 1px solid #d5d5d5; */
    box-shadow: var(--bs-box-shadow-sm);
    color: var(--theme-secondary-color);
    text-decoration: none;
    background-color: #fff;
    font-weight: 600;
}

.tours-reorder-area a:hover {
    background-color: #ddd;
}

.tours-reorder-area a.active {
    background-color: var(--theme-secondary-color);
    color: #fff;
    /* border-color: var(--theme-secondary-color); */
}

hr {
    color: var(--bs-border-color);
    opacity: 1;
}

.filter-list ul {
    max-height: 210px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.filter-list li {
    padding: 4px 2px;
}

.filter-list li label {
    display: flex;
    align-items: center;
    cursor: pointer;
}


.filter-list li input {
    margin-right: .2rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0;
    background-color: #e8e8f8;
    border: 0;
}

.filter-list li input:focus {
    box-shadow: none;
    border: 1px solid var(--theme-main-color);
}

.filter-list li input:checked {
    background-color: var(--theme-main-color);
    border: var(--theme-main-color);
    box-shadow: none;
}

.filter-list li label:hover {
    color: var(--theme-main-color);
}

.filter-list li label:hover input {
    border: 1px solid var(--theme-main-color);
}

.on-hover-opacity:hover {
    opacity: .85;
}

.color-dark-blue {
    color: #000;
}

/* TURLARIN LİSTELENDİĞİ KATEGORİ SAYFASI */

/* KURUMSAL SAYFALAR */
.kurumsal-menu {
    overflow: hidden;
    position: sticky;
    top: 8rem;
}

.kurumsal-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    text-decoration: none;
    color: var(--theme-secondary-color);
    font-weight: 600;
}

.kurumsal-menu ul li a:hover {
    background-color: #eaffff;
}

.kurumsal-menu ul li a.active {
    background-color: var(--theme-main-color);
    color: #fff;
}

/* KURUMSAL SAYFALAR */

/* TUR TAKVİMİ */

#tur-takvim-accordion .accordion-button {
    font-weight: 600;
}

#tur-takvim-accordion .accordion-button:not(.collapsed) {
    background-color: var(--theme-main-color);
    color: #fff;
    background-image: var(--bs-gradient);
}


#tur-takvim-accordion .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.takvim-list {}

.takvim-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    text-decoration: none;
    padding: 5px;
    background-color: #f5f5f5;
    margin: 10px 0;
    color: var(--theme-secondary-color);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-sm);
    transition: all 0.2s;
}

.takvim-list a:hover {
    background-color: var(--theme-secondary-color);
    color: #fff;
}

.takvim-list a i {
    font-size: 1rem;
}

.takvim-list-fiyat {
    font-weight: 700;
    border-radius: var(--bs-border-radius);
    color: var(--theme-secondary-color);
    background-color: #fff;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 30%);
}

/* TUR TAKVİMİ */

.invert {
    filter: invert(1);
}

/* DETAY SAYFASI - TUR/OTEL */


.pswp img {
    object-fit: contain;
}

.pswp__img--placeholder {
    display: none !important;
}

.detay-top-dec {
    margin-top: -2.5rem;
    z-index: 1;
    position: relative;
}

.detay-title-area {
    min-height: 200px;
}

.detay-info-area p {
    margin-bottom: 0;
}

.input-with-icon {
    position: relative;
}

.input-with-icon select, .input-with-icon input {
    padding-left: 28px;
}

.input-with-icon::after {
    font: var(--fa-font-solid);
    content: attr(data-icon);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: var(--theme-secondary-color);
}

.detay-tour-price-outer {
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: var(--bs-border-radius);
}

.detay-navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 140px;
    background-color: #c90000;
    z-index: 10;
    border-radius: var(--bs-border-radius);
}

.detay-navs a {
    text-decoration: none;
    flex: 1 1 auto;
    text-align: center;
    /* border: 1px solid var(--bs-border-color); */
    /* border-right: 0; */
    padding: 10px;
    color: #fff;
    font-weight: 600;
    background-image: var(--bs-gradient);
}

.detay-navs a:first-child {
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);

}

.detay-navs a:last-child {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);

}

.detay-navs a.active {
    background-color: var(--theme-main-color);
}


#tur-program-accordion .accordion-button {
    font-weight: 600;
}

#tur-program-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #333;
    background-image: var(--bs-gradient);
}

#tur-program-accordion .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

#tur-program-accordion .accordion-button u {
    white-space: nowrap;
    padding-right: 3px;
    margin-right: 3px;
    border-right: 1px solid;
}

#tur-program-accordion {
    padding-left: 25px;
    position: relative;
}

/* #tur-program-accordion:before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #550527;
    position: absolute;
    top: 20px;
    left: 25px;
    bottom: 20px;
} */

/* #tur-program-accordion .accordion-button:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #550527;
    position: absolute;
    top: 50%;
    left: -37px;
    transform: translateY(-50%);
} */


#tur-program-accordion .accordion-item:before {
    counter-increment: gunsay;
    content: counters(gunsay, ".") ". Gün";

    line-height: 1rem;
    border-radius: 10px 0px 0 10px;
    display: inline-block;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-size: 0.9rem;
    top: calc(50% - 20px);
}

#tur-program-accordion .accordion-item:nth-child(n)::before {
    background-color: #42a1c4;
}

#tur-program-accordion .accordion-item:nth-child(2n)::before {
    background-color: #42c487;
}

#tur-program-accordion .accordion-item:nth-child(3n)::before {
    background-color: #c44242;
}

#tur-program-accordion .accordion-item:nth-child(4n)::before {
    background-color: #9542c4;
}

#tur-program-accordion .accordion-item:nth-child(5n)::before {
    background-color: #52c442;
}

#tur-program-accordion .accordion-item:nth-child(6n)::before {
    background-color: #c48b42;
}

#tur-program-accordion .accordion-item:nth-child(7n)::before {
    background-color: #426fc4;
}


#tur-program-accordion .accordion-item {
    position: relative;
    border-left: 5px solid;
    margin-bottom: 15px;
}

#tur-program-accordion .accordion-item:nth-child(n) {
    border-left-color: #42a1c4;
}

#tur-program-accordion .accordion-item:nth-child(2n) {
    border-left-color: #42c487;
}

#tur-program-accordion .accordion-item:nth-child(3n) {
    border-left-color: #c44242;
}

#tur-program-accordion .accordion-item:nth-child(4n) {
    border-left-color: #9542c4;
}

#tur-program-accordion .accordion-item:nth-child(5n) {
    border-left-color: #52c442;
}

#tur-program-accordion .accordion-item:nth-child(6n) {
    border-left-color: #c48b42;
}

#tur-program-accordion .accordion-item:nth-child(7n) {
    border-left-color: #426fc4;
}

#tur-program-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#tur-program-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#tur-program-accordion .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.genel-sartlar-area h1, .genel-sartlar-area h2, .genel-sartlar-area h3, .genel-sartlar-area h4, .genel-sartlar-area h5, .genel-sartlar-area h6, .genel-sartlar-area p {
    margin: 0;
    padding: 0;
}

.fotograflar-galeri {
    display: flex;
    flex-wrap: wrap;
}

.fotograflar-galeri a {
    flex: 0 1 20%;
    padding: 10px;
    aspect-ratio: 4/3;
}

.fotograflar-galeri img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
    width: 100%;
}

.otel-ozellik-list li {
    flex: 0 0 33.3%;
    margin: 3px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cocuk-sec-area {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background-color: #fff;
    border-radius: var(--bs-border-radius);
    padding: 10px;
    border: 1px solid #a4a4a4;
    box-shadow: var(--bs-box-shadow);
    z-index: 25;
    width: 100%;
    font-weight: 600;
}

/* DETAY SAYFASI - TUR/OTEL */

.footer-resimler>img {
    height: 35px;
}

.search-with-dropdown .odalar {
    display: none;
    box-shadow: var(--bs-box-shadow-sm);
    background: #ffffff;
    padding: 5px;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    z-index: 15;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-border-color);
    min-width: 230px;
}

.search-with-dropdown .odalar .bas {
    float: left;
    padding-right: 0;
}

.search-with-dropdown .odalar .bas h5 {
    font-size: 0.85rem;
    padding: 4px 0;
}

.search-with-dropdown .odalar .sayiekle {
    text-align: right;
    float: left;
}

.search-with-dropdown .odalar .sayiekle button {
    border-radius: var(--bs-border-radius);
    line-height: 1;
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
    border: 0;
    outline: none;
    width: 25px;
    height: 25px;
    background-color: var(--theme-main-color);
    background-image: var(--bs-gradient);
    font-weight: 900;
    padding: 0;
    box-shadow: var(--bs-box-shadow-sm);
}

.search-with-dropdown .odalar .sayiekle button:active {
    transform: translateY(2px);
}

.search-with-dropdown .odalar .sayiekle input {
    border: none;
    padding: 0;
    text-align: center;
}

.search-with-dropdown .odalar .cocuks {
    padding: 0;
}

.search-with-dropdown .odalar .cocukdivi {
    width: 100%;
    display: none;
    padding: 5px 0;
}

.search-with-dropdown .odalar .cocuks.c1 .cocukdivi:nth-child(1) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c2 .cocukdivi:nth-child(1) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c2 .cocukdivi:nth-child(2) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c3 .cocukdivi:nth-child(1) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c3 .cocukdivi:nth-child(2) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c3 .cocukdivi:nth-child(3) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c4 .cocukdivi:nth-child(1) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c4 .cocukdivi:nth-child(2) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c4 .cocukdivi:nth-child(3) {
    display: block;
}

.search-with-dropdown .odalar .cocuks.c4 .cocukdivi:nth-child(4) {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.harita iframe {
    width: 100% !important;
}

.oda-list-area .odas {
    border: 1px solid var(--bs-border-color);
    padding: 10px;
    box-shadow: var(--bs-box-shadow-sm);
    border-radius: var(--bs-border-radius);
    background-color: #e6f3fe;
    margin-top: .5rem;
}

.oda-list-area .odas .konsmini {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.oda-list-area .odas .konsmini span {
    flex: 0 0 50%;
}

.filtre-button {
    border: 0;
    background-color: #fff;
    border-radius: var(--bs-border-radius);
    font-size: 1.1rem;
    width: 100%;
    height: 100%;
}

.tur-kategori-grid {
    display: grid;
    gap: 1rem 1rem;
    grid-auto-flow: row;
    grid-template-areas: "a a b c"
        "d e f f";
    height: 500px;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 240px 240px;
}

.tur-kategori-grid .grid-a {
    grid-area: a;
}

.tur-kategori-grid .grid-b {
    grid-area: b;
}

.tur-kategori-grid .grid-c {
    grid-area: c;
}

.tur-kategori-grid .grid-d {
    grid-area: d;
}

.tur-kategori-grid .grid-e {
    grid-area: e;
}

.tur-kategori-grid .grid-f {
    grid-area: f;
}

.footer-kurumsal .nav-link:hover {
    text-decoration: underline;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-outer {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem;
}



/* .detay-slider-vertical {
    height: 509px;
}
 */
#right-gallery {
    display: grid;
    position: relative;
    grid-template-columns: auto auto auto;
    gap: 0.5rem;
}


#right-gallery .detay-right-gallery-image {
    margin: 0px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 5px 7px -3px rgb(0 0 0 / 40%);
}

#right-gallery .detay-right-gallery-image:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / span 2;
}

#right-gallery .detay-right-gallery-image img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

#right-gallery .detay-right-gallery-image:nth-child(1) img {
    height: 268px;
}

.tur-detay-slider-gallery {
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}


.gallery-tumunu-goster {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
    z-index: 1;
}

.e-bulten-area {
    background-color: #6dafdf;
}

.duyurularSwiper {
    height: 100px;
    background-color: var(--theme-main-color);
    padding-left: 90px;
}

.duyurularSwiper .swiper-slide p {
    margin-bottom: 0;
}

.duyurularSwiper .swiper-slide {
    height: 100px !important;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-eight {
    font-size: 21px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
    position: relative;
    margin-bottom: 20px !important;
}

.title-eight:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    max-width: 410px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background-color: var(--theme-main-color);
    z-index: 4;
    box-shadow: 0 0 2px 0px rgb(0 0 0 / 25%);
}

.title-eight:after {
    position: absolute;
    width: 89px;
    height: 33px;
    left: 50%;
    bottom: -13px;
    content: '';
    z-index: 4;
    display: block;
    background-image: url('/source/Logo/logo.png');
    background-color: #ffffff;
    background-size: cover;
    transform: translateX(-50%);
}

/* ARAC KİRALAMA */

.arac-list_arac-box {
    background-color: #fff;
    border: 0 !important;
}

.arac-list_arac-box:hover {
    box-shadow: 0px 0px 13px -2px rgb(0 0 0 / 15%) !important;
}

.arac-list_arac-box .arac-pill {
    background-color: #fff;
    width: 100%;
    color: var(--theme-main-color);
}

.arac-list_arac-box .arac-box-img-outer {
    /* aspect-ratio: 4/3; */
}

.arac-list_arac-box .arac-box-img-outer img {
    object-fit: cover;
    width: 100%;
    max-height: 170px;
}


.arac-list_arac-box .price-area {
    height: 100%;
}

.arac-info-outer div {
    flex: 0 0 calc(50% - .25rem);
}

.main-section-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 26px;
    padding-top: 20px;
    padding-bottom: 52px;
    border: 1px solid #ebebeb;
    padding-right: 10px;
    padding-left: 10px;
}


.campaignsHome {}

.campaignsHome a {
    color: inherit;
    text-decoration: none;
}

.campaignsHome .box {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    height: 98px;
}

.campaignsHome .box .row {
    display: flex;
    align-items: center;
}

.campaignsHome .box .image {
    padding-right: 0;
}

.campaignsHome .box .image img {
    height: 98px;
    object-fit: cover;
    width: 100%;
}

.campaignsHome .box .cont {
    padding-right: 10px;
}

.campaignsHome .box .cont h5 {
    font-size: .8rem;
    font-weight: 400;
    margin: 0;
}

/* TRANSFER ARAMA */
.transfer-yolcular {
    display: none;
    box-shadow: var(--bs-box-shadow-sm);
    background: #ffffff;
    padding: 5px;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    z-index: 15;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-border-color);
    min-width: 230px;
    max-width: 340px;
}

.transfer-yolcular .bas {
    float: left;
    padding-right: 0;
}

.transfer-yolcular .bas h5 {
    font-size: 0.85rem;
    padding: 4px 0;
}

.transfer-yolcular .sayiekle {
    text-align: right;
    float: left;
}

.transfer-yolcular .sayiekle button {
    border-radius: var(--bs-border-radius);
    line-height: 1;
    cursor: pointer;
    color: var(--theme-secondary-color);
    font-size: 1rem;
    border: 0;
    outline: none;
    width: 25px;
    height: 25px;
    background-color: var(--theme-main-color);
    background-image: var(--bs-gradient);
    font-weight: 900;
    padding: 0;
    box-shadow: var(--bs-box-shadow-sm);
}

.transfer-yolcular .sayiekle button:active {
    transform: translateY(2px);
}

.transfer-yolcular .sayiekle input {
    border: none;
    padding: 0;
    text-align: center;
}


/* TRANSFER ARAMA */


@media(max-width:768px) {
    .campaignsHome .box {
        margin-bottom: 10px;
        max-width: 330px;
    }

    .campaignsHome {
        overflow: auto;
    }

    .campaignsHome>.row {
        width: 1100px;
    }
}

/* ARAC KİRALAMA */
@media (max-width:1400px) {
    /*  .detay-slider-vertical {
        height: 467px;
    } */


    #right-gallery .detay-right-gallery-image img {
        height: 123px;
    }

    #right-gallery .detay-right-gallery-image:nth-child(1) img {
        height: 254px;
    }
}



/* .detay-slider-vertical .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    opacity: 0.4;
}

.detay-slider-vertical .swiper-slide-thumb-active {
    opacity: 1;
}

.detay-slider-vertical .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
} */

.wp-float {
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 10;
    text-decoration: none;
}

.wp-float img {
    width: 50px;
    filter: drop-shadow(1px 3px 1px rgb(0 0 0 / 20%));
}

.wp-float span {
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 2px 10px -6px #000;
    border-radius: 5px;
    width: 185px;
    color: #000;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.wp-float:hover span {
    visibility: visible;
    opacity: 1;
}

.icon-info-area img {
    height: 130px;
    margin-bottom: 10px;
}

.lazy:not(.loaded) {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-glow 2s linear infinite;
    background-color: #999;
}

.swiper-lazy:not(.swiper-lazy-loaded) {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-glow 2s linear infinite;
    background-color: #999;
}

.bg-light {
    background-color: #f4f5fe !important;
}

.detay-slider-gallery {
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

.arac-slider {
    width: 100%;
    border-radius: var(--bs-border-radius);
}

.arac-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;

}

.arac-slider .swiper-button-prev, .arac-slider .swiper-button-next {
    font-size: 1.2rem;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    line-height: 1;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    color: var(--theme-secondary-color);
}

.arac-slider .swiper-button-prev:hover, .arac-slider .swiper-button-next:hover {
    box-shadow: 0 0px 12px 12px rgb(255 255 255 / 25%);
}



.fiyat-oda-hesap-area {
    background-color: var(--theme-secondary-color);
    transition: background-color 0.5s ease;
    z-index: 11;
    position: relative;
}

.highlight {
    background-color: #f53;
}


.close-popover.theme-sec-button {
    color: var(--theme-secondary-color);
}

.close-popover.theme-sec-button:hover {
    color: #fff;
}

.custom-popover {
    border: 1px solid #000;
    box-shadow: 0px 0px 65px 99780px #0000004a;
    z-index: 10;
}

.odemeTablo {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.odemeTablo thead {
    background-color: var(--theme-main-color);
    color: #fff;
}

.odemeTablo thead th {
    border-right: 1px solid #fff;
}

.odemeTablo thead th:last-child {
    border-right: none;
}

.odemeTablo tbody tr {
    box-shadow: 0px 2px 8px -3px rgb(0 0 0 / 45%);
    vertical-align: middle;
}

.odemeTablo tbody tr td {
    border-right: 1px solid #ccc;
}

.odemeTablo tbody tr td:last-child {
    border-right: none;
}

.hesaplanan-fiyat-area {
    /* border: 2px solid var(--theme-main-color); */
    border-radius: var(--bs-border-radius);
}

.tur-detay-heading {
    position: relative;
    padding-bottom: 15px;
}

.tur-detay-heading::after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 40%;
    height: 4px;
    background-color: #f53;
    left: 0;
    transform: translate(0px, -50%);
}


/* ARAMA ICON */
.hc-call {
    /* box-shadow: rgba(255, 255, 255, 0.25) 0 0 0 3px inset; */
    background-color: #d70303 !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 2px #0000009e;
}

.hc-call .phone-icon {
    display: inline-block;
}

.hc-call svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    fill: #fff;
    margin-right: 5px;
}


.hc-call .phone-icon svg #signal-1 {
    animation: onCallTwo 1s steps(10) infinite;
    -webkit-animation: onCallTwo 1s steps(10) infinite;
    animation-delay: 1.5s
}

.hc-call .phone-icon svg #signal-2 {
    animation: onCall 1s steps(5) infinite;
    -webkit-animation: onCall 1s steps(5) infinite;
    animation-delay: 0
}


.hc-call {
    min-width: 165px;
}

#call-type-area {
    min-height: 16px;
    font-size: 16px;
}

.footer-card-logos {
    gap: 8px;
}

.footer-card-logo {
    background: #f4f5fe;
    border-radius: var(--bs-border-radius);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 155px;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
}

.footer-card-logo img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-hr {
    width: 70px;
    border: 1px solid #d4af37;
    margin: 20px auto;
}

@media (max-width:992px) {
    .footer-card-logo {
        padding: 3px;
    }

    #call-type-area {
        font-size: 12px;
    }

    .hc-call {
        min-width: 130px;
        font-size: 12px;
    }
}

@keyframes onCall {
    0% {
        width: 10px;
        right: 34px;
        top: 28px;
        height: 12px;
        opacity: 0
    }

    100% {
        width: 18px;
        right: 31px;
        top: 24px;
        height: 19px;
        opacity: 1
    }
}

@keyframes onCallTwo {
    0% {
        width: 16px;
        right: 33px;
        top: 23px;
        height: 17px;
        opacity: 1
    }

    100% {
        width: 18px;
        right: 35px;
        top: 18px;
        height: 23px;
        opacity: 0
    }
}

/* ARAMA ICON */

/* RESPONSİVE --ali */

@media (max-width:1400px) {
    .main-section-container {
        padding-top: 32px;
        padding-bottom: 32px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-slider {
        height: 325px;
    }

    .main-sec-category-area .sec-cat-box img {
        height: 154px;
    }

    .main-sec-category-area .sec-cat-card {
        height: 154px !important;
    }
}

@media (max-width:1200px) {


    /*     .detay-slider-vertical {
        height: 391px;
    } */
    .main-slider {
        height: 260px;
    }

    .main-sec-category-area .sec-cat-box img {
        height: 122px;
    }

    .main-sec-category-area .sec-cat-card {
        height: 128px !important;
    }

    .main-sec-category-area.category-page .sec-cat-box img {
        height: 190px;
    }

    #right-gallery .detay-right-gallery-image img {
        height: 102px;
    }

    #right-gallery .detay-right-gallery-image:nth-child(1) img {
        height: 212px;
    }

    .header-navigation>li {
        width: auto;
    }
}

@media (max-width:992px) {
    .header-top {
        padding: 5px 0;
    }

    .main-header .logo img {
        height: 20px;
    }

    .footer-quick-navs {
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-quick-navs li {
        flex: 0 0 50%;
        text-align: center;
        margin: 5px 0px;
    }

    .header-navigation {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        transform: translateX(-100%);
        transition: transform .3s, visibility .3s;
        flex-direction: column;
        align-items: flex-start;
        visibility: hidden;
    }

    .header-navigation.active {
        visibility: visible;
        transform: translateX(0);
    }

    .header-navigation .vr {
        display: none;
    }

    .header-bottom {
        background-color: transparent;
    }

    .header-navigation>li>a {
        background-color: #fff;
        border: 0;
        border-top: 1px solid var(--bs-border-color);
    }

    .header-navigation a {
        font-size: 1.5rem !important;
        /* border-top: 1px solid var(--bs-border-color); */
        width: 100%;
        padding: 5px 15px !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        border-radius: 0 !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    .header-navigation>li:last-child>a {
        border-bottom: 1px solid var(--bs-border-color);
    }

    .header-navigation>li {
        padding: 0;
        width: 100%;
    }

    .header-navigation li.has-child>a::after {
        content: none;
    }

    .header-navigation>li:hover>a {
        text-decoration: none;
        color: var(--theme-main-color) !important;
        background: #c8e8ff;
    }

    .header-navigation li.has-child .sub-menu {
        width: 100%;
        background-color: #fff;
        box-shadow: none;
        border: 1px solid var(--bs-border-color);
        position: static;
        margin: 0;
        padding: 0;
        border-radius: 0;
        max-height: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: .5s;
    }

    .header-navigation li.has-child:hover .sub-menu {

        max-height: 317px;
    }

    .header-navigation li.has-child:hover a i {
        transform: rotate(90deg);
    }


    .header-navigation .sub-menu .sub-menu-title a {
        padding: 5px 20px;
        color: #585858;
        font-weight: 600;
    }

    .header-navigation .sub-menu .sub-menu-items a {
        font-size: 1rem;
        padding: 5px 20px;
    }

    .header-navigation .sub-menu .sub-menu-items {
        display: none;
    }

    .header-navigation .show-mobile-subs .sub-menu-items {
        display: block;
    }

    .header-navigation li.has-child .sub-menu img {
        display: none;
    }

    .mobile-menu-close-outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 15px;
        background-color: #fff;
    }

    .mobile-menu-close-outer button {
        background-color: transparent;
        border: 0;
        font-size: 1.5rem;
        padding: 0;
    }

    .mobile-menu-close-outer img {
        max-height: 30px;
    }

    .mobile-menu-open {
        border: 0;
        background-color: transparent;
    }

    .mobile-menu-open i {
        font-size: 1.5rem;
    }

    .main-sec-category-area .sec-cat-box a {
        font-size: .9rem;
    }

    .main-category-area .card .category-link {
        font-size: .9rem;
    }

    .tour-categories-links ul li a {
        font-size: .9rem;
    }

    .category-hero-img {
        min-height: 55px;
    }

    .tours-reorder-area .row {
        overflow-x: scroll;
    }

    .tour-list_tour-box .price-area {
        border-left: 0;
    }

    #tur-takvim-accordion .accordion-body {
        padding: 0 5px;
    }



    .detay-navs {
        white-space: nowrap;
        overflow-x: scroll;
        top: 75px;
    }

    .detay-navs a {
        font-size: .9rem;
    }

    #tur-program-accordion .accordion-button {
        font-size: .9rem;
        padding: 10px;
    }

    #tur-program-accordion .accordion-body {
        padding: 10px;
    }



    #tur-program-accordion .accordion-body p {
        margin-bottom: 0;
    }

    .detay-top-dec {
        margin-top: 1.5rem;
    }

    .fotograflar-galeri a {
        flex: 0 1 33.3%;
        padding: 5px;
    }

    #fiyatlar-tab .table {
        white-space: nowrap;
    }

    .otel-ozellik-list li {
        flex: 0 0 50%;
    }


    .filter-area {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99999;
        transform: translateX(-100%);
        transition: transform .3s, visibility .3s;
        flex-direction: column;
        align-items: flex-start;
        visibility: hidden;
        height: 100%;
    }

    .filter-area form {
        overflow-y: scroll;
        max-height: calc(100% - 47px);
    }

    .filter-list ul {
        overflow: visible;
        max-height: unset;
    }

    .filter-area.active {
        visibility: visible;
        transform: translateX(0);
    }

    .filter-area-close-outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 15px;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .filter-area-close-outer button {
        background-color: transparent;
        border: 0;
        font-size: 1.5rem;
        padding: 0;
    }

    .search-area {
        padding: 10px;
    }

    .search-mobile {
        min-height: 80px !important;
    }

    .search-mobile .search-area {
        visibility: hidden;
        max-height: 0px;
        transition: all 1s ease 0s, padding 0s ease .6s, visibility .1s ease .4s;
        overflow: hidden;
        padding: 0;
        opacity: 0;
    }

    .search-mobile .mobile-search-open-close-button {
        display: inline-block;
    }

    .search-mobile.active .search-area {
        visibility: visible;
        max-height: 700px;
        overflow: visible;
        padding: var(--theme-search-area-padding);
        transition: all 1s ease 0s, padding .4s ease 0s, visibility 1s ease .2s;
        opacity: 1;
    }

    .tur-kategori-grid {
        gap: 5px 5px;
        grid-template-areas: "a b c"
            "d e f";
        height: 280px;
        grid-template-columns: auto auto auto;
        grid-template-rows: 140px 140px;
    }

    .main-category-area .card .category-link {
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .footer-nav .footer-cat {
        flex: 0 0 100%;
    }

    /* .detay-slider-vertical {
        height: 90px;
    } */

    .main-slider .swiper-button-prev, .main-slider .swiper-button-next {
        width: 27px;
        height: 27px;
    }

    .odemeTablo thead {
        display: none;
    }

    .odemeTablo tbody {
        display: block;
        padding: 5px;
    }

    .odemeTablo tbody tr {
        display: block;
        margin-bottom: 10px;
        border-radius: 5px;
        background: #d4e9ee;
    }

    .odemeTablo tbody tr td {
        display: block;
        width: 100%;
        text-align: right !important;
        font-size: 0.85rem !important;
        padding: 10px;
        border: unset;
        border-bottom: 1px solid #cacaca;
    }

    .odemeTablo tbody tr td::before {
        content: attr(data-baslik);
        font-weight: bold;
        float: left;
        max-width: 50%;
        text-align: left;
    }

    .odemeTablo tbody tr td::after {
        display: block;
        clear: both;
        content: "";
    }

    .odemeTablo tbody tr td p {
        margin: 0;
    }

    .odemeTablo tbody tr td:last-child {
        border-bottom: unset;
    }

    .duyurularSwiper {
        height: 120px !important;
        padding-left: 0;
    }

    .duyurularSwiper .swiper-slide {
        height: 120px !important;
    }

    #right-gallery .detay-right-gallery-image img {
        height: 70px;
    }

    #right-gallery .detay-right-gallery-image:nth-child(1) img {
        height: 70px;
    }

    #right-gallery .detay-right-gallery-image:nth-child(1) {
        grid-row: unset;
        grid-column: unset;
    }

    /*   .search-area-bg {
        padding: 25px 0;
    } */

    .search-area>.nav {
        gap: .2rem;
    }

    .search-area .nav-item {
        flex: 0 0 calc(25% - .2rem);
    }

    .search-area .nav-item .btn-pill span {
        font-size: 15px;
        text-wrap: nowrap;
    }

    .search-area .nav-item .btn-pill img {
        width: 25px;
    }

    .search-area .nav-item .btn-pill {
        width: 100%;
        padding: 8px 8px;
        margin-right: 0;
        gap: 0.3rem;
        justify-content: center;
    }


    .detay-slider-gallery {
        aspect-ratio: 4/3;
    }

    .detay-slider-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .detay-slider-gallery a {
        display: block;
        aspect-ratio: 4/3;
    }

    .detay-slider-gallery .swiper-button-prev, .detay-slider-gallery .swiper-button-next {
        font-size: 1rem;
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 25px;
        line-height: 1;
        overflow: hidden;
        border: 1px solid var(--bs-border-color);
        color: var(--theme-secondary-color);
    }



    .tur-detay-slider-gallery {
        aspect-ratio: 4/3;
    }

    .tur-detay-slider-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .tur-detay-slider-gallery a {
        display: block;
        aspect-ratio: 4/3;
    }

    .tur-detay-slider-gallery .swiper-button-prev, .tur-detay-slider-gallery .swiper-button-next {
        font-size: 1rem;
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 25px;
        line-height: 1;
        overflow: hidden;
        border: 1px solid var(--bs-border-color);
        color: var(--theme-secondary-color);
    }

    .duyurularOuter img {
        height: 60px;
    }

    .main-slider {
        height: auto;
    }

    .main-slider .swiper-slide img {
        object-fit: fill;
    }

    .main-search-area {
        /*   margin-top: 0; */
    }

    .arac-list_arac-box .arac-box-img-outer img {
        max-height: 100%;
        aspect-ratio: 16/9;
    }


    .main-sec-category-area .sec-cat-box img {
        height: 160px;
    }

    .main-sec-category-area .sec-cat-card {
        height: 160px !important;
    }

    .header-navigation .nav-tab-menu-left {
        padding: 0;
    }

    .header-navigation .nav-tab-menu-right {
        display: none;
    }

    .header-navigation .sub-menu .sub-menu-items a {
        margin-bottom: 0;
    }
}

@media (min-width:992px) {

    body *::-webkit-scrollbar {
        width: 5px
    }

    body *::-webkit-scrollbar-track {
        background: #eee;
        border-radius: var(--bs-border-radius);
    }

    body *::-webkit-scrollbar-thumb {
        background: #dddddd;
        border-radius: var(--bs-border-radius);
    }

    body *::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }


    .detay-slider-gallery .swiper-wrapper {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-template-rows: 200px 200px;
        /* --ali height toplam 400px */
        gap: 5px 5px;
        grid-template-areas:
            "a aa b cc c"
            "a bb b dd c";
    }

    .detay-slider-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: var(--bs-border-radius);
    }

    .detay-slider-gallery a {
        border: 1px solid transparent;
        display: block;
    }

    .detay-slider-gallery a:nth-child(1) {
        grid-area: a;
    }

    .detay-slider-gallery a:nth-child(2) {
        grid-area: b;
    }

    .detay-slider-gallery a:nth-child(3) {
        grid-area: c;
    }

    .detay-slider-gallery a:nth-child(4) {
        grid-area: aa;
    }

    .detay-slider-gallery a:nth-child(5) {
        grid-area: bb;
    }

    .detay-slider-gallery a:nth-child(6) {
        grid-area: cc;
    }

    .detay-slider-gallery a:nth-child(7) {
        grid-area: dd;
    }


    .tur-detay-slider-gallery .swiper-wrapper {
        display: grid;
        grid-template-columns: calc(25%) calc(25% - 5px) calc(25% - 5px) calc(25% - 5px);
        grid-template-rows: 200px 200px;
        gap: 5px 5px;
        grid-template-areas:
            "a a b c"
            "a a d e";
    }

    .tur-detay-slider-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: var(--bs-border-radius);
    }

    .tur-detay-slider-gallery a {
        border: 1px solid transparent;
        display: block;
    }

    .tur-detay-slider-gallery a:nth-child(1) {
        grid-area: a;
    }

    .tur-detay-slider-gallery a:nth-child(2) {
        grid-area: b;
    }

    .tur-detay-slider-gallery a:nth-child(3) {
        grid-area: c;
    }

    .tur-detay-slider-gallery a:nth-child(4) {
        grid-area: d;
    }

    .tur-detay-slider-gallery a:nth-child(5) {
        grid-area: e;
    }


}

@media (max-width:1450px) {
    .main-section-container {
        /* max-width: 1350px; */
        border-radius: 26px;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }
}



@media (max-width:1300px) {
    .main-section-container {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media (max-width:992px) {
    .main-section-container {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 2%;
        margin-right: 2%;
        padding-right: 0px;
        padding-left: 0px;
    }
}


/* RESPONSİVE --ali */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap');

/* Bileşeni sola sabitlemek için özel stiller */
.google-rating-widget {
    position: fixed;
    left: 5px;
    /* Kenara daha yakın */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 95px;
    /* Genişlik önemli ölçüde azaltıldı */
    transition: all 0.3s ease-in-out;
}

/* Yıldızların rengi ve boyutu */
.stars {
    line-height: 0.7;
}

.stars .fa-star {
    color: #ffc107;
    font-size: 0.6rem;
    /* Yıldızlar küçültüldü */
}

.google-rating-widget .rating-score {
    font-size: 1.2rem;
    /* Puan yazısı küçültüldü */
}

/* Yorum sayısı linki */
.review-count span {
    font-size: 0.7rem;
}

/* Mobil Cihazlar için Medya Sorgusu (Ekran 768px'den küçükse) */
@media (max-width: 768px) {
    .google-rating-widget {
        width: 90px;
        left: 5px;
        padding: 0.3rem !important;
    }

    .google-rating-widget .rating-score {
        font-size: 1rem;
    }

    .stars .fa-star {
        font-size: 0.5rem;
    }

    .review-count span {
        font-size: 0.7rem;
    }
}

/* ==========================================================================
   MODERN KATEGORİ & TUR LİSTELEME STİLLERİ
   ========================================================================== */

.cat-page-wrapper {
    background-color: #f6f8fb;
    padding-bottom: 50px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Breadcrumb & Header Panel */
.cat-header-panel {
    background: #ffffff;
    padding: 16px 22px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border: 1px solid #edf0f5;
}

.custom-breadcrumb {
    font-size: 0.82rem;
    font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: var(--theme-main-color, #b8161a);
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #1a202c;
    font-weight: 600;
}

.cat-main-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #111827;
}

.cat-count-badge {
    font-size: 0.82rem;
    background: #eef2ff;
    color: #3730a3;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

/* Sol Filtre Kartı */
.filter-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #edf0f5;
    position: sticky;
    top: 90px;
    overflow: hidden;
}

.filter-card-header {
    background: #fbfcfe;
    border-bottom: 1px solid #edf0f5;
}

.filter-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.modern-input {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 0.85rem;
    box-shadow: none;
    transition: border-color 0.2s;
}

.modern-input:focus {
    border-color: var(--theme-main-color, #b8161a);
    box-shadow: 0 0 0 3px rgba(39, 62, 140, 0.1);
}

.filter-scroll-list {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 4px;
}

.filter-scroll-list::-webkit-scrollbar {
    width: 4px;
}

.filter-scroll-list::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 4px;
}

/* Özel Checkbox Tasarımı */
.custom-check-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 0.83rem;
    color: #4b5563;
    user-select: none;
    transition: color 0.2s;
}

.custom-check-item:hover {
    color: var(--theme-main-color, #b8161a);
}

.custom-check-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-check-item .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    transition: all 0.2s;
}

.custom-check-item input:checked~.checkmark {
    background-color: var(--theme-main-color, #b8161a);
    border-color: var(--theme-main-color, #b8161a);
}

.custom-check-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-check-item input:checked~.checkmark:after {
    display: block;
}

.btn-modern-filter {
    background: var(--theme-main-color, #b8161a);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 10px;
    border-radius: 8px;
    border: 0;
    transition: all 0.25s ease;
}

.btn-modern-filter:hover {
    background: #1c2e68;
    color: #fff;
    transform: translateY(-1px);
}

/* Sıralama Navigasyon Hapları (Pills) */
.sort-pills {
    background: #ffffff;
    padding: 4px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #edf0f5;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

.sort-pills .nav-link {
    font-size: 0.83rem;
    font-weight: 600;
    color: #6b7280;
    padding: 7px 14px;
    border-radius: 8px;
    transition: all 0.2s;
    text-decoration: none;
}

.sort-pills .nav-link i {
    margin-right: 4px;
    font-size: 0.8rem;
}

.sort-pills .nav-link:hover {
    color: #111827;
    background-color: #f3f4f6;
}

.sort-pills .nav-link.active {
    background-color: #1f2937;
    color: #ffffff;
}

/* ==========================================================================
   MODERN TUR KARTLARI
   ========================================================================== */
.modern-tour-card {
    border: 1px solid #eef1f6;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.modern-tour-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08) !important;
    border-color: #dbe2ea;
}

/* Kart Resmi */
.tour-img-wrapper {
    position: relative;
    height: 100%;
    min-height: 180px;
    overflow: hidden;
}

.tour-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.modern-tour-card:hover .tour-cover-img {
    transform: scale(1.04);
}

.badge-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(220, 38, 38, 0.35);
}

.badge-discount span {
    font-size: 0.8rem;
}

.badge-category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(17, 24, 39, 0.75);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}

/* Başlık ve Meta */
.tour-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.tour-title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s;
}

.modern-tour-card:hover .tour-title a {
    color: var(--theme-main-color, #b8161a);
}

.tour-meta {
    font-size: 0.78rem;
    color: #6b7280;
    font-weight: 500;
}

.meta-item.location i {
    color: #ef4444;
}

.meta-item.duration i {
    color: #6366f1;
}

.meta-divider {
    color: #d1d5db;
}

/* Rozetler (Badges) */
.feature-badges .f-badge {
    font-size: 0.72rem;
    color: #374151;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 3px 7px;
    border-radius: 6px;
    font-weight: 500;
}

.f-badge i {
    color: #10b981;
}

.tag-soft {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}

.tag-soft.tag-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
}

.tag-soft.tag-green {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #dcfce7;
}

/* Fiyat Bölümü & Buton */
.border-end-lg {
    border-right: 1px dashed #e5e7eb;
}

.bg-card-action {
    background: #fafbfc;
}

.price-prefix {
    font-size: 0.72rem;
    font-weight: 500;
}

.main-price-val {
    font-size: 1.35rem;
    color: #059669 !important;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.main-price-val .currency {
    font-size: 1rem;
}

.btn-action-tour {
    background: #10b981;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 9px 12px;
    border-radius: 8px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-action-tour:hover {
    background: #059669;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-action-tour i {
    transition: transform 0.2s ease;
}

.modern-tour-card:hover .btn-action-tour i {
    transform: translateX(4px);
}

/* SEO Makale Alanı */
.seo-article-card {
    border: 1px solid #edf0f5;
}

.seo-article-body {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.65;
}

/* Mobil Uyum İyileştirmeleri */
@media (max-width: 991px) {
    .border-end-lg {
        border-right: 0;
        border-bottom: 1px dashed #e5e7eb;
    }

    .card-image-col {
        height: 200px;
    }

    .sort-pills {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
    }

    .filter-card {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        border-radius: 0;
    }

    .filter-card.active {
        transform: translateX(0);
    }
}


/* ==========================================================================
   TUR & AKTİVİTE DETAY SAYFASI MODERN STİLLERİ
   ========================================================================== */

.act-detail-wrapper {
    background-color: #f8fafc;
    padding-bottom: 60px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Paylaşım Butonları */
.share-social-pills .share-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    transition: transform 0.2s, opacity 0.2s;
}

.share-social-pills .share-icon:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.share-icon.fb {
    background-color: #1877f2;
}

.share-icon.tw {
    background-color: #0f1419;
}

.share-icon.wp {
    background-color: #25d366;
}

/* Başlık ve Lokasyon Rozetleri */
.badge-loc-pill {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.act-main-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

/* ==========================================================================
   GALERİ (BENTO GRID) - KESİN HİZALAMA
   ========================================================================== */
.act-gallery-container {
    border-radius: 16px;
    overflow: hidden;
}

.act-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 190px 190px;
    gap: 10px;
}

.bento-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
}

.bento-item-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.bento-item-2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.bento-item-3 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.bento-item-4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.bento-item-5 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.bento-item .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.bento-item:hover .gallery-img {
    transform: scale(1.04);
}

.btn-all-photos {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    z-index: 10;
    transition: all 0.2s ease;
}

.btn-all-photos:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .act-bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 240px 120px 120px;
    }

    .bento-item-1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .bento-item-2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .bento-item-3 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .bento-item-4 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .bento-item-5 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
}

/* ==========================================================================
   STICKY ELEMANLAR VE HEADER BOŞLUKLARI
   ========================================================================== */
.sticky-price-sidebar {
    top: 140px !important;
    z-index: 90;
}

.modern-tab-nav {
    background: #ffffff;
    border-radius: 12px;
    padding: 6px;
    display: flex;
    overflow-x: auto;
    gap: 6px;
    position: sticky;
    top: 140px !important;
    z-index: 95;
    border: 1px solid #e2e8f0;
}

.modern-tab-nav a {
    text-decoration: none;
    color: #64748b;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 8px 16px;
    border-radius: 8px;
    white-space: nowrap;
    transition: all 0.2s;
}

.modern-tab-nav a.active, .modern-tab-nav a:hover {
    background: #1e293b;
    color: #ffffff;
}

/* Hızlı Bilgi Kartları */
.quick-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.info-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-card-item .icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* Rezervasyon Builder Kartı */
.booking-builder-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: visible !important;
    /* Taşmanın kesilmesini engeller */
    position: relative;
    z-index: 96;
}

.booking-card-header {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.form-label-custom {
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
}

.input-with-icon-modern {
    position: relative;
}

.input-with-icon-modern .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
    font-size: 0.95rem;
}

.modern-picker-input {
    padding-left: 40px !important;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    font-weight: 500;
    font-size: 0.9rem;
    color: #1e293b;
}

.modern-picker-input:focus {
    border-color: var(--theme-main-color, #b8161a);
    box-shadow: 0 0 0 3px rgba(39, 62, 140, 0.1);
}

.btn-outline-light-custom {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.2s;
}

.btn-check:checked+.btn-outline-light-custom {
    border-color: var(--theme-main-color, #b8161a);
    background-color: #eff6ff;
}

/* Butonlar */
.btn-find-availability {
    background: #059669;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    border: 0;
    transition: all 0.2s ease;
}

.btn-find-availability:hover {
    background: #047857;
    color: #fff;
    transform: translateY(-1px);
}

.btn-buy-now {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    border: 0;
    transition: all 0.25s ease;
}

.btn-buy-now:hover {
    background: #047857;
    color: #fff;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.35);
}

.btn-action-main {
    background: #059669;
    color: #ffffff;
    font-weight: 700;
    border-radius: 12px;
    border: 0;
    transition: all 0.2s ease;
}

.btn-action-main:hover {
    background: #047857;
    color: #fff;
}

/* Rozetler ve Fiyat Alanı */
.f-badge-soft {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 500;
    color: #475569;
}

.border-start-md {
    border-left: 1px solid #e2e8f0;
}

/* İçerik Bölüm Kartları */
.content-section-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.section-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0;
}

/* Timeline Akordeon */
.custom-timeline-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.custom-timeline-accordion .accordion-button {
    background: #ffffff;
    box-shadow: none;
    padding: 14px 18px;
}

.custom-timeline-accordion .accordion-button:not(.collapsed) {
    background: #f8fafc;
    color: var(--theme-main-color, #b8161a);
}

.day-badge {
    background: #eff6ff;
    color: #1d4ed8;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Hizmet Kutuları */
.service-box.included {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.service-box.excluded {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

/* Galeri Grid */
.full-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
}

.gallery-thumb-item {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-thumb-item:hover img {
    transform: scale(1.08);
}

/* Fiyat Tablosu */
.modern-data-table {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.modern-data-table thead {
    background-color: #f8fafc;
    font-size: 0.82rem;
    text-transform: uppercase;
    color: #64748b;
}

/* Sidebar Fiyat Kartı */
.sidebar-price-card {
    border-color: #e2e8f0;
}

.quick-bullet-points li {
    font-size: 0.82rem;
    color: #475569;
    margin-bottom: 8px;
}

/* Animasyon */
.highlight-pulse {
    animation: pulseBorder 1.5s ease-in-out;
}

/* Aktivite Sayfası - Çocuk Yaş Seçim Açılır Pencere Sabitlemesi */
.act-child-box {
    position: relative !important;
}

.act-child-box .cocuk-sec-area {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    width: 100% !important;
    min-width: 240px !important;
    z-index: 9999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
}

@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(5, 150, 105, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(5, 150, 105, 0);
    }
}

@media (max-width: 992px) {
    .modern-tab-nav {
        top: 70px !important;
    }
}

/* ==========================================================================
   TUR DETAY SAYFASI MODERN STİLLERİ (ÖZEL İZOLE EDİLMİŞ)
   ========================================================================== */

.tour-detail-wrapper {
    background-color: #f6f8fb;
    padding-bottom: 50px;
    font-family: 'Poppins', sans-serif;
}

.td-top-nav-card {
    border: 1px solid #edf0f5;
}

.td-share-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.85rem;
    transition: transform 0.2s ease;
}

.td-share-btn:hover {
    transform: translateY(-2px);
}

.td-share-btn.fb {
    background-color: #1877f2;
}

.td-share-btn.tw {
    background-color: #0f1419;
}

.td-share-btn.wp {
    background-color: #25d366;
}

/* Bento Gallery */
.td-gallery-container {
    border-radius: 16px;
    overflow: hidden;
}

.td-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 200px 200px;
    gap: 8px;
}

.td-bento-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.td-bento-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.td-bento-2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.td-bento-3 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.td-bento-4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.td-bento-5 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.td-bento-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.td-bento-item:hover .td-bento-img {
    transform: scale(1.04);
}

.td-btn-all-photos {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    z-index: 5;
    transition: all 0.2s;
}

.td-btn-all-photos:hover {
    background: #000;
    color: #fff;
}

/* Başlık ve Özellikler */
.td-main-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.5px;
}

.td-spec-badge {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
}

.td-highlight-info {
    background-color: #eff6ff;
    border-left: 4px solid #3b82f6;
    color: #1e40af;
    font-size: 0.9rem;
}

/* Tab Menü */
.td-tab-nav {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    position: sticky;
    top: 140px;
    z-index: 40;
    background: #ffffff;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #edf0f5;
}

.td-tab-nav a {
    text-decoration: none;
    color: #64748b;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 8px 16px;
    border-radius: 8px;
    white-space: nowrap;
    transition: all 0.2s;
}

.td-tab-nav a.active, .td-tab-nav a:hover {
    background: var(--theme-main-color, #b8161a);
    color: #ffffff;
}

/* Program Akordeon */
.td-departure-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.td-program-accordion .accordion-button {
    background: #ffffff;
    padding: 14px 18px;
    box-shadow: none;
}

.td-program-accordion .accordion-button:not(.collapsed) {
    background: #f8fafc;
    color: var(--theme-main-color, #b8161a);
}

.td-day-pill {
    background: #eff6ff;
    color: #1d4ed8;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
}

/* Hizmetler Kutusu */
.td-service-box.included {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.td-service-box.excluded {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.td-service-content ul {
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 0.88rem;
    color: #374151;
}

/* Fiyat Tablosu */
.td-pricing-table thead {
    background: #f8fafc;
    font-size: 0.82rem;
    color: #64748b;
}

.td-pricing-table th, .td-pricing-table td {
    padding: 12px 14px;
    font-size: 0.88rem;
}

/* Tam Galeri Grid */
.td-full-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 8px;
}

.td-gallery-item {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 8px;
}

.td-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.td-gallery-item:hover img {
    transform: scale(1.08);
}

/* Sidebar ve Kompakt Form Düzenlemeleri */
.td-sticky-booking {
    position: sticky;
    top: 140px;
    z-index: 30;
}

.td-booking-card {
    border-color: #e5e7eb !important;
}

.td-sidebar-price-box {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.td-form-control {
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 0.82rem !important;
    padding: 6px 10px !important;
}

.td-form-control:focus {
    border-color: var(--theme-main-color, #b8161a);
    box-shadow: 0 0 0 2px rgba(39, 62, 140, 0.1);
}

.td-btn-submit {
    background: #10b981;
    color: #fff;
    border: 0;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.td-btn-submit:hover {
    background: #059669;
    color: #fff;
    box-shadow: 0 3px 10px rgba(16, 185, 129, 0.25);
}

.td-btn-request {
    background: var(--theme-main-color, #b8161a);
    color: #fff;
    border: 0;
    border-radius: 8px;
}

.fs-8 {
    font-size: 0.76rem !important;
}


/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .td-bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 100px 100px;
    }

    .td-bento-1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .td-bento-2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .td-bento-3 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .td-bento-4 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .td-bento-5 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .td-tab-nav {
        top: 70px;
    }

    /* Sıralama Butonları: 2. satıra taşmayı engeller, yatay kaydırma sağlar */
    .sort-tabs-outer {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none;
        /* Firefox */
        padding-bottom: 2px;
    }

    .sort-tabs-outer::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .sort-pills {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        width: max-content !important;
    }

    .sort-pills .nav-link {
        padding: 6px 12px !important;
        font-size: 0.78rem !important;
        flex-shrink: 0 !important;
    }

    /* Mobil Filtre Çekmecesi: Ekranı tam kaplar ve akıcı açılır */
    .filter-card {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background: #ffffff !important;
        z-index: 999999 !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        border-radius: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        margin: 0 !important;
    }

    .filter-card.active {
        transform: translateX(0) !important;
    }

    .filter-card-header {
        flex-shrink: 0;
        background: #ffffff !important;
        border-bottom: 1px solid #edf0f5 !important;
    }

    .filter-card form {
        flex-grow: 1;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 30px;
    }

    .filter-scroll-list {
        max-height: none !important;
        /* Mobilde iç kaydırma çubuğunu kaldırıp formu tek parça kaydırır */
    }
}

/* ==========================================================================
   MODERN ANASAYFA DUYURULAR / ANNOUNCEMENT TICKER
   ========================================================================== */

.home-announcement-bar {
    background: #ffffff;
    border: 1px solid #eef2f6;
    min-height: 56px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-announcement-bar:hover {
    border-color: #dbeafe;
    box-shadow: 0 4px 18px rgba(39, 62, 140, 0.08) !important;
}

/* Sol Rozet */
.announcement-badge-wrap {
    background: linear-gradient(135deg, var(--theme-main-color, #b8161a) 0%, #1d4ed8 100%);
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.badge-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    animation: announcementPulse 1.8s infinite;
}

@keyframes announcementPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

/* Duyuru Swiper Alanı */
.duyurularSwiper {
    height: 38px !important;
    overflow: hidden;
    padding-left: 0 !important;
    background: transparent !important;
}

.duyurularSwiper .swiper-slide {
    height: 38px !important;
    font-size: 0.92rem;
    color: #1e293b !important;
    text-align: left !important;
    padding: 0 !important;
}

.announcement-text {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
}

.announcement-link {
    color: #1e293b;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.announcement-link:hover {
    color: var(--theme-main-color, #b8161a);
}

.announcement-link:hover i {
    transform: translateX(3px);
    transition: transform 0.2s ease;
}

/* Sağ Kontrol Butonları */
.announcement-controls {
    border-color: #edf2f7 !important;
    flex-shrink: 0;
}

.btn-announcement-nav {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-announcement-nav:hover {
    background: var(--theme-main-color, #b8161a);
    color: #ffffff;
    border-color: var(--theme-main-color, #b8161a);
}

@media (max-width: 768px) {
    .home-announcement-bar {
        border-radius: 12px !important;
    }

    .duyurularSwiper .swiper-slide {
        font-size: 0.85rem;
    }

    .duyurularSwiper {
        height: 88px !important;
    }

    .duyurularSwiper .swiper-slide {
        height: 88px !important;
    }

    .announcement-text {
        white-space: normal;
    }
}


/* ==========================================================================
   2026 ULTRA-MODERN ANASAYFA REDESIGN (ENHANCED UI/UX FIXES)
   ========================================================================== */

/* Genel Tipografi & Mikro Bileşenler */
.tracking-tight {
    letter-spacing: -0.03em;
}

.tracking-wider {
    letter-spacing: 0.06em;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-9 {
    font-size: 0.72rem !important;
}

.backdrop-blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6rem;
    line-height: 1.35;
}

/* 1. Hero & Arama Alanı Düzeltmeleri */
.hero-search-section {
    margin-bottom: 3.5rem;
}

.search-area-bg {
    min-height: 420px;
    padding: 70px 0 110px 0;
    position: relative;
}

/* Hero Badge Düzeltmesi */
.hero-badge-pill {
    background-color: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-badge-text {
    color: #000000 !important;
    text-shadow: 0 1px 3px rgb(0 0 0 / 25%);
}

.hero-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    animation: announcementPulse 1.8s infinite;
}

.hero-title {
    font-size: 2.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.5px;
}

.hero-search-box-wrap {
    margin-top: 15px;
}

.hero-search-box-wrap .search-area {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--bs-border-radius);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    padding: 16px 20px;
}

/* 2. Kampanyalar (Yüzen Kartlar) */
.campaign-section {
    margin-top: -100px;
}

.custom-horizontal-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.custom-horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.campaign-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 82px !important;
}

.campaign-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.12) !important;
    border-color: #cbd5e1 !important;
}

.campaign-img-box {
    width: 64px;
    height: 64px;
}

.campaign-title {
    font-size: 0.83rem;
    line-height: 1.3;
}

/* 3. Slider & Sağ 4'lü Kategori Alanı */
.main-slider {
    /* min-height: 350px;
    height: 100%; */
}

.custom-swiper-nav {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.92) !important;
    border-radius: 50% !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}

.custom-swiper-nav:hover {
    background: #ffffff !important;
    color: var(--theme-main-color) !important;
    transform: scale(1.08);
}

.main-sec-category-area {
    display: flex;
    flex-direction: column;
}

.main-sec-category-area .sec-cat-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-sec-category-area .sec-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px -6px rgba(0, 0, 0, 0.16) !important;
}

.main-sec-category-area .sec-cat-card:hover img {
    transform: scale(1.08);
}

.main-sec-category-area .sec-cat-card img {
    transition: transform 0.5s ease;
}

.sec-cat-card .cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.85) 100%);
    transition: background 0.3s ease;
}

.sec-cat-card:hover .cat-overlay {
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.9) 100%);
}

.sec-cat-card .cat-title {
    font-size: 0.95rem;
    letter-spacing: -0.2px;
}

.sec-cat-card .cat-subtitle {
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.25s ease;
}

.sec-cat-card:hover .cat-subtitle {
    opacity: 1;
    transform: translateY(0);
}

/* 4. Pro Tur Kartı */
.pro-tour-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pro-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.12) !important;
    border-color: #cbd5e1 !important;
}

.card-thumb-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.card-thumb-img {
    height: 100%;
    transition: transform 0.5s ease;
}

.pro-tour-card:hover .card-thumb-img {
    transform: scale(1.06);
}

.badge-discount-tag {
    letter-spacing: 0.02em;
    backdrop-filter: blur(4px);
}

.btn-slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-slider-arrow:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: scale(1.05);
}

.btn-view-circle {
    width: 36px;
    height: 36px;
    color: #475569;
    transition: all 0.25s ease;
}

.pro-tour-card:hover .btn-view-circle {
    background: var(--theme-main-color) !important;
    color: #ffffff !important;
    border-color: var(--theme-main-color) !important;
    transform: translateX(3px);
}

/* 5. Bento Kategori Izgarası */
.bento-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 210px 210px;
    gap: 16px;
}

.bento-item-a {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.bento-item-b {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.bento-item-c {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.bento-item-d {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.bento-item-e {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.bento-item-f {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
}

.bento-category-card {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -8px rgba(0, 0, 0, 0.18) !important;
}

.bento-category-card:hover .bento-bg-img {
    transform: scale(1.06);
}

.bento-bg-img {
    transition: transform 0.6s ease;
}

.bento-content-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 30%, rgba(0, 0, 0, 0.85) 100%);
    transition: background 0.3s ease;
}

.bento-category-card:hover .bento-content-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.92) 100%);
}

.bento-title {
    letter-spacing: -0.3px;
}

.bento-link-text {
    transform: translateY(3px);
    opacity: 0.85;
    transition: all 0.25s ease;
}

.bento-category-card:hover .bento-link-text {
    transform: translateY(0);
    opacity: 1;
    color: #ffffff !important;
}

/* 6. Mobil ve Tablet Uyumluluk */
@media (max-width: 991px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .search-area-bg {
        min-height: 320px;
        padding: 50px 0 80px 0;
    }

    .campaign-section {
        margin-top: -45px;
    }

    .main-slider {
        /* min-height: 240px; */
    }

    .bento-category-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 160px);
        gap: 12px;
    }

    .bento-item-a {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .bento-item-b {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .bento-item-c {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .bento-item-d {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .bento-item-e {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .bento-item-f {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }
}