﻿/*
.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
    padding: 0;
    box-shadow: none;
    display: none;
}
*/

.tourtype-badge {
    position: absolute;
    top: 0;
    right: -1px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 0.85rem;
    border-radius: 3px;
    text-transform: uppercase;
    pointer-events: none;
    padding: 5px 19px 5px 36px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}



/*===============================
  LANGUAGE MENU 
===================================*/

.header-layout1 .language-menu {
    border: 1px solid var(--light-color);
    border-radius: 100px;
    padding: 8px 10px;
    max-width: 140px;
}
.language-menu {
    display: flex;
    align-items: center;
    gap: 0px;
}

    .language-menu img {
        min-width: 16px;
        min-height: 16px;
        position: relative;
    }

    /* Nice-Select’in gövdesini “en alt düzey” göstermek için background ve border sıfırlanıyor */
    .language-menu .nice-select {
        font-family: var(--body-font);
        background: none;
        border: none;
        width: 100%;
        color: var(--black-color2);
        font-weight: 400;
        font-size: 14px;
        padding-left: 15px;
        line-height: 16px;
        padding: 0;
        border-radius: 0;
        padding-right: 50px;
        margin-right: 20px;
/*        border-right: 1px solid var(--body-color);*/
        height: 16px;
        cursor: pointer;
        position: relative;
    }
.language-menu .nice-select .list {
    left: -20px;
}

.language-menu .nice-select:after {
    content: "\f107";
    right: 35px;
    top: -19px;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none;
}

.language-menu .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.language-menu .nice-select.open .list {
    left: -20px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.language-menu .nice-select .option {
    color: var(--title-color);
    min-height: 30px;
}

    .language-menu .nice-select .option.selected {
        color: var(--theme-color) !important;
        background: var(--theme-color) !important;
    }

        .language-menu .nice-select .option.selected.focus {
            color: #fff !important;
            background: var(--theme-color) !important;
        }

    .language-menu .nice-select .option:hover, .language-menu .nice-select .option.focus {
        background: var(--theme-color) !important;
        color: #fff !important;
    }






   /* tour widget*/

.snapshot-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .snapshot-list > li {
        display: flex;
        align-items: center;
        margin-bottom: .5rem;
        flex-wrap: wrap; /* gerekirse alt satıra geçsin */
        border: 1px solid #e1e4e5;
        border-radius: 4px;
        padding: 12px;
        margin-bottom: 4px
    }

        .snapshot-list > li i {
            margin-right: .5rem;
        }

        .snapshot-list > li strong {
            flex: 0 0 25%; /* kutucuk genişliği: %25 */
            min-width: 100px; /* en az 100px kalsın */
            margin: 0;
        }

        .snapshot-list > li span {
            flex: 1; /* kalan alanı kaplasın */
            margin-left:10px;
        }

/* Mobilde alt alta geçiş */
@media (max-width: 576px) {
    .snapshot-list > li {
        /* column yerine row + wrap */
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center; /* icon + strong ortalanmış kalır */

    }

        /* Başlık (strong) ve icon zaten kendi flex:0 0 25% ve min-width ayarlarıyla aynı satırda */
        .snapshot-list > li strong {
            /* gerekirse genişlik ayarlarında değişiklik yapabilirsiniz */
           /* flex: 0 0 auto;*/
            width: auto;
            margin-bottom: 0;
        }

        /* Değer (span) tam satırı kaplasın */
        /*.snapshot-list > li span {
            flex: 1 0 100%;*/ /* kalan alanı ve alt satırı kaplasın */
            /*margin-top: .25rem;
        }*/
}
   /* tour widget*/





   

/*Page Title*/
.page-title-container {
    position: relative;
    /* fallback renk */
    /*     background-color: #a1833e; */
    background-size: cover;
    background: rgba(0, 0, 0, 0.4);
    height: 250px;
    background-position: center center;
    padding: 1rem 0; /* üst-alt boşluk verelim */
    line-height: normal; /* tek satır line-height’e bağlı kalmayalım */
    display: flex;
    align-items: center;
}

.page-title-content {
    width: 100%;
    max-width: 1200px; /* isteğe bağlı */
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*    background-color: #fdb714; */
}



.page-title {
    display: inline-block; /* inline-block kalsın */
    max-width: calc(100% - 40px); /* ok pseudo-element’i için kenar boşluğu, ihtiyaca göre ayarla */
    white-space: normal; /* artık tek satır zorunluluğu yok */
    word-break: break-word; /* uzun kelimeleri de kır */
    overflow-wrap: break-word; /* gerektiğinde kır */
    margin-bottom: 0.5rem; /* alt boşluk, üst üste gelmesin */
    padding-left: calc(1rem + 0.5rem);
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

    /* 3) Arrow pseudo-element’i başlık altına taşımak istersen */
    .page-title::before {
        content: "";
        position: absolute;
        left: 0; /* başlığın ucunun tam sağı */
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 20px solid #d4cb52; /* ok kalınlığı */
        border-top: 30px solid transparent; /* container yüksekliğinin yarısı */
        border-bottom: 30px solid transparent;
    }

.breadcumb-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

    .breadcumb-menu li {
        font-size: 14px;
        color: rgba(255,255,255,0.85);
    }

        .breadcumb-menu li + li {
            margin-left: 1rem;
            position: relative;
        }



        .breadcumb-menu li a {
            color: #fff;
            text-decoration: none;
        }

        .breadcumb-menu li.active {
            color: rgba(255,255,255,0.6);
            pointer-events: none;
        }

/* === Mobil Responsive Ayarları === */
@media (max-width: 1180px) {
    /* Container yüksekliğini otomatik, padding ile esnek yapıyoruz */
    .page-title-container {
        height: auto;
        padding: 1rem 0;
    }

    /* İçerikleri üst üste dizer, sola hizalarız */
    .page-title-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0 1rem;
    }

    /* Başlığı biraz küçült ve alt boşluk ekle */
    .page-title {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
        /* Arrow çok büyükse gizle: */
        /* content: none; */
    }

        /* Eğer arrow’ı yine göstermek istersen küçült: */
        .page-title::before {
            content: "";
            position: absolute;
            left: 0; /* başlığın ucunun tam sağı */
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 20px solid #d4cb52; /* ok kalınlığı */
            border-top: 30px solid transparent; /* container yüksekliğinin yarısı */
            border-bottom: 30px solid transparent;
        }

    /* Breadcrumb’u altta, tam genişlikte göster */
    .breadcumb-menu {
        margin: 0;
        flex-wrap: wrap;
        font-size: 0.9rem;
        padding-left: calc(1rem + 0.5rem);
    }

        /* İkinci öğe arasına slash veya istediğin ayırıcı koyabilirsin */
        .breadcumb-menu li + li::before {
       /*     content: "/";*/
            margin: 0 0.5rem;
            color: rgba(255,255,255,0.6);
        }

        /* Linklere biraz daha büyük dokunma alanı */
        .breadcumb-menu li {
            margin-bottom: 0.25rem;
        }
}



/*Page Title*/



   /*widget*/
.box-shadow {
    /* Yatay sapma, dikey sapma, bulanıklık yarıçapı, yayılma yarıçapı, renk */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
    border-radius: 4px; /* isteğe bağlı */
    transition: box-shadow 0.3s ease;
}

    .box-shadow:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.06);
    }
   /*widget*/


   /*Cookis*/
.cookie-consent .container {
    padding: 10px 20px;
}
.cookie-consent 

{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    color: #212529;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0; /* Bu önemli */
}
}

    .cookie-consent a {
        color: #0d6efd;
        text-decoration: underline;
    }

        .cookie-consent a:hover {
            text-decoration: none;
        }

    .cookie-consent button {
        white-space: nowrap;
    }

   /*Cookis*/




   /* Form İnput*/


.input-validation-error {
    position: relative;
    background: linear-gradient(45deg, #e1aeae, #eb9292);
    color: white;
    border: 1px solid #f94a4a;
    border-radius: 4px;
    padding: 10px;
    animation: shake 0.5s, glow 1s infinite alternate;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #f94a4a;
    }

    100% {
        box-shadow: 0 0 20px #f94a4a;
    }
}

.form-control.valid {
    position: relative;
    background: linear-gradient(45deg, #deefe9, #cedfb4);
    /*color: #2c3e50;*/
    border: 1px solid #45a29e;
    border-radius: 4px;
    padding: 10px;
    /* animation: pulse 1.5s infinite;*/
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 5px #45a29e;
    }

    50% {
        box-shadow: 0 0 20px #66fcf1;
    }

    100% {
        box-shadow: 0 0 5px #45a29e;
    }
}


.message-fadeout {
    animation: fadeOut 3s ease-in-out forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

/*popup-content*/
.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 8px;
}
/*popup-content*/

