.megamenu-wrapper .menu-img {
    width: 215px;
    max-width: 215px;
    height: 272px;
}

.megamenu-wrapper .menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Turlar mega menü kategori görselleri: 330x320 oranında kırp */
.megamenu-wrapper .single-demo .demo-img {
    width: 100%;
    aspect-ratio: 330 / 320;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.04);
}

.megamenu-wrapper .single-demo .demo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Google Translate bar can overlap fixed header; push sticky header below the bar height */
:root {
    --ponsetya-gt-top: 0px;
}

header.fixed {
    top: var(--ponsetya-gt-top, 0px) !important;
}

/* Kampanya modal: saf çerçeve (modal chrome yok) */
.ponsetya-kampanya-modal--saf-cerceve .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ponsetya-kampanya-modal--saf-cerceve .ponsetya-kampanya-body--saf {
    padding: 0;
    position: relative;
}

.ponsetya-kampanya-modal--saf-cerceve .ponsetya-kampanya-close-saf {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.92);
    opacity: 1;
}

.ponsetya-kampanya-saf-wrap {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.ponsetya-kampanya-saf-wrap .ponsetya-kampanya-media img {
    width: 100%;
    height: auto;
    display: block;
}

.ponsetya-kampanya-saf-wrap .ponsetya-kampanya-icerik {
    padding: 18px 18px 20px;
}

/* Google Translate (gtranslate) */
.ponsetya-gtranslate .goog-te-gadget {
    font-size: 0;
}

.ponsetya-gtranslate .goog-te-gadget span,
.ponsetya-gtranslate .goog-te-gadget a {
    display: none !important;
}

.ponsetya-gtranslate select.goog-te-combo {
    width: 100%;
    min-width: 220px;
    font-size: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background: #fff;
}

/* Loader slogan override */
#loader {
    background-image: none !important;
    height: auto !important;
}

#loader .ponsetya-loader-slogan {
    display: block;
    width: 100%;
    height: auto;
}

/* Tur detay: büyük görsel alanı tam doldursun */
.ponsetya-tour-details {
    --ponsetya-tour-thumb-size: 92px;
    --ponsetya-tour-thumb-gap: 14px;
}

.ponsetya-tour-details .tour-vertical-slide {
    gap: var(--ponsetya-tour-thumb-gap);
    align-items: stretch !important;
}

.ponsetya-tour-details .tour-vertical-slide .slider-for {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    padding-right: 0;
}

.ponsetya-tour-details .tour-vertical-slide .slider-for .service-img,
.ponsetya-tour-details .tour-vertical-slide .slider-for .service-img > a {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
    position: relative;
}

.ponsetya-tour-details .tour-vertical-slide .slider-for img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}

.ponsetya-tour-details .ponsetya-media-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    pointer-events: none;
}

.ponsetya-tour-details .ponsetya-media-play::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
}

.ponsetya-tour-details a.galley-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.ponsetya-tour-details .tour-gallery-slider .ponsetya-media-play {
    width: 48px;
    height: 48px;
}

.ponsetya-tour-details .tour-gallery-slider .ponsetya-media-play i {
    font-size: 20px;
}

.ponsetya-tour-details .ponsetya-media-play i {
    display: none;
}

/* Tur detay: thumb nav yükseklik hesapları (sayfa yenilemede küçülmesin) */
.ponsetya-tour-details .tour-vertical-slide .slider-nav {
    min-width: var(--ponsetya-tour-thumb-size);
    flex: 0 0 var(--ponsetya-tour-thumb-size);
    max-width: var(--ponsetya-tour-thumb-size);
}

.ponsetya-tour-details .tour-vertical-slide .slider-nav .slick-slide {
    padding: 5px 0;
}

.ponsetya-tour-details .ponsetya-media-thumb {
    position: relative;
}

.ponsetya-tour-details .ponsetya-media-thumb.is-video::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.18);
}

.ponsetya-tour-details .ponsetya-media-thumb.is-video::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: 1;
}

.ponsetya-tour-details .tour-vertical-slide .slider-nav img {
    width: 100%;
    height: var(--ponsetya-tour-thumb-size);
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0;
}

/* Tur detay: "Tümünü Gör" butonu thumb alanına taşmasın */
.ponsetya-tour-details .vertical-slider .view-btn {
    right: calc(var(--ponsetya-tour-thumb-size) + var(--ponsetya-tour-thumb-gap) + 15px) !important;
}

@media (max-width: 575.98px) {
    .ponsetya-tour-details {
        --ponsetya-tour-thumb-size: 74px;
        --ponsetya-tour-thumb-gap: 12px;
    }

    .ponsetya-tour-details .tour-vertical-slide {
        flex-direction: column;
    }

    .ponsetya-tour-details .tour-vertical-slide .slider-nav {
        flex: 0 0 auto;
        min-width: 0;
        max-width: none;
        width: 100%;
        margin-top: 10px;
    }

    .ponsetya-tour-details .tour-vertical-slide .slider-nav .slick-slide {
        padding: 0 6px;
    }

    .ponsetya-tour-details .tour-vertical-slide .slider-nav img {
        height: var(--ponsetya-tour-thumb-size);
    }

    .ponsetya-tour-details .vertical-slider .view-btn {
        right: 15px !important;
    }

    .ponsetya-tour-details .tour-vertical-slide .slider-nav .slick-prev i {
        display: inline-block;
        transform: rotate(-90deg);
    }

    .ponsetya-tour-details .tour-vertical-slide .slider-nav .slick-next i {
        display: inline-block;
        transform: rotate(90deg);
    }
}

/* Fiyat: indirimli görünüm (genel) */
.ponsetya-fiyat-indirim {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.ponsetya-fiyat-normal {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}

.ponsetya-fiyat-yeni {
    font-size: 1.05em;
    font-weight: 800;
    color: #e53935;
}

.ponsetya-fiyat-eski {
    font-size: 0.85em;
    color: rgba(0, 0, 0, 0.55);
    text-decoration: line-through;
    white-space: nowrap;
}

.ponsetya-tour-details .ponsetya-rez-fiyat .ponsetya-fiyat-yeni {
    font-size: 1.25rem;
    line-height: 1.15;
}

.ponsetya-tour-details .ponsetya-rez-fiyat .ponsetya-fiyat-para {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

/* Tur detay rezervasyon: kişi sayacı (eksi/sayi/artı) */
.ponsetya-tour-details .ponsetya-oda-listesi .ponsetya-oda-satir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ponsetya-tour-details .ponsetya-oda-sil {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(229, 57, 53, 0.12) !important;
    border: 0 !important;
    color: #e53935 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    text-decoration: none !important;
}

/* Öne çıkan (tur) vurgusu */
.ponsetya-onecikan-badge {
    background: rgba(245, 158, 11, 0.92);
    color: #fff;
    border: 0;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 14px rgba(245, 158, 11, 0.25);
}

.ponsetya-onecikan-card {
    box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.25);
}

/* Menü kategori tur sayısı (badge) */
.single-demo .demo-img {
    position: relative;
}

.ponsetya-kategori-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.88);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.ponsetya-tour-details .ponsetya-oda-sil i,
.ponsetya-tour-details .ponsetya-oda-sil span {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.ponsetya-tour-details .ponsetya-oda-sil:hover {
    background: rgba(229, 57, 53, 0.18);
}

/* Tur detay: Yetkili personel (provider details) */
.ponsetya-tour-details .ponsetya-provider-ikon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(229, 57, 53, 0.12);
    color: #e53935;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.ponsetya-tour-details .ponsetya-provider-ikon i {
    font-size: 16px;
    line-height: 1;
}

.ponsetya-tour-details .ponsetya-oda-listesi .ponsetya-oda-satir:first-of-type {
    border-top: 0;
}

/* Tur detay: Program rota vurgusu */
.ponsetya-tour-details .ponsetya-rota-box {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(229, 57, 53, 0.06);
    border-left: 4px solid #e53935;
}

.ponsetya-tour-details .ponsetya-rota-baslik {
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.82);
}

.ponsetya-tour-details .ponsetya-rota-icerik {
    color: rgba(0, 0, 0, 0.75);
}

/* Tur detay: Yorum modal yıldızları daha büyük */
.ponsetya-review-modal .rating-selction label i {
    font-size: 26px;
}

.ponsetya-tour-details .ponsetya-qty {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.ponsetya-tour-details .ponsetya-qty-minus,
.ponsetya-tour-details .ponsetya-qty-plus {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ponsetya-tour-details .ponsetya-qty-minus:hover,
.ponsetya-tour-details .ponsetya-qty-plus:hover {
    background: rgba(0, 0, 0, 0.12);
}

.ponsetya-tour-details .ponsetya-qty-input {
    width: 42px;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    padding: 0;
}

.ponsetya-tour-details .ponsetya-qty-input:focus {
    outline: none;
}

/* Blog (index-6 / blog-sec-six): görseller kartı tam doldursun */
.blog-sec-six .blog-grid-six .card-img {
    overflow: hidden;
}

.blog-sec-six .blog-grid-six .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ponsetya-e-dogrulama-img {
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}
