﻿.panel-body ol,
.panel-body ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.panel-body li {
    list-style-type: disc;
}

.producte {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 50%;
}

    .producte .ct.ct--ButtonPrimary {
        --button-primary-color: #d3130f;
        --button-secondary-color: #ffffff;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .producte .ct.ct--ButtonPrimary:hover {
            background-color: rgba(var(--button-primary-color), 0);
            border: 1px solid var(--button-primary-color);
        }

    .producte .ia-title {
        margin: 0 0 2rem;
        text-align: left;
    }

    .producte .ct.ct--ButtonPrimary {
        --button-primary-color: #000;
        --button-secondary-color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 10px 15px 10px 20px;
        text-decoration: none;
        width: -moz-max-content;
        width: max-content;
        background-color: var(--button-primary-color);
        transition: 0.3s ease-out background;
        border: none;
        max-width: 100%;
        margin: 25px auto 60px;
    }

        .producte .ct.ct--ButtonPrimary .linkTitle {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: -0.1px;
            font-size: 14px;
            color: var(--button-secondary-color);
            transition: 0.3s ease-out color;
        }

        .producte .ct.ct--ButtonPrimary .linkCircle {
            position: relative;
            width: 32px;
            height: 32px;
            min-width: 32px;
            min-height: 32px;
        }

        .producte .ct.ct--ButtonPrimary .circlePin {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--button-secondary-color);
            transition: 0.3s ease;
            transition-property: transform, background;
        }

        .producte .ct.ct--ButtonPrimary .circleBorder {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, var(--button-secondary-color) 100%);
            transform: rotate(85.5729deg);
        }

            .producte .ct.ct--ButtonPrimary .circleBorder .circleBackground {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: calc(100% - 2px);
                height: calc(100% - 2px);
                border-radius: 50%;
                background: var(--button-primary-color);
            }

        .producte .ct.ct--ButtonPrimary:hover {
            background-color: rgba(var(--button-primary-color), 0);
        }

            .producte .ct.ct--ButtonPrimary:hover .linkTitle {
                color: var(--button-primary-color);
            }

            .producte .ct.ct--ButtonPrimary:hover .circleBorder {
                background: rgba(255, 255, 255, 0);
            }

            .producte .ct.ct--ButtonPrimary:hover .circlePin {
                background: var(--button-primary-color);
                transform: translate(27px, -50%);
            }

.product-pdf {
    position: relative;
    color: #000;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    width: 24%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 24px;
    margin: .5%;
    cursor: pointer;
}

    .product-pdf img {
        width: 28px;
    }
/* ── GALLERY WRAPPER ── */
.product-gallery-wrapper {
    position: relative;
}

/* ── ANA BÜYÜK GÖRSEL ── */
#productSlider {
    margin: 0 !important;
}

    #productSlider .lslide img {
        width: 100%;
        height: 480px;
        object-fit: contain;
        background: #fff;
        border-radius: 8px;
    }

/* ── THUMBNAIL ŞERİDİ (sağda dikey) ── */
.lSSlideOuter .lSPager.lSpg {
    display: none;
}

.lSSlideOuter .lSGallery {
    /* lightSlider dikey thumbnail için */
    float: right !important;
    margin-left: 10px !important;
}

    .lSSlideOuter .lSGallery li {
        border: 2px solid transparent;
        border-radius: 6px;
        overflow: hidden;
        cursor: pointer;
        transition: border-color 0.2s;
    }

        .lSSlideOuter .lSGallery li.active,
        .lSSlideOuter .lSGallery li:hover {
            border-color: #00aaff; /* marka renginize göre ayarlayın */
        }

        .lSSlideOuter .lSGallery li img {
            width: 100%;
            height: 80px;
            object-fit: cover;
        }

/* ── VİDEO SLIDE ── */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

    .video-wrapper iframe,
    .video-wrapper video {
        width: 100%;
        height: 100%;
    }

/* ── VİDEO THUMBNAIL OVERLAY İKONU ── */
.lSGallery li.video-thumb-li {
    position: relative;
}

    .lSGallery li.video-thumb-li::after {
        content: "▶";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 22px;
        background: rgba(0,0,0,0.55);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }

:root {
    --ink: #1a1a2e;
    --accent: #de6104;
    --accent2: #177daa;
    --surface: #f7f5f0;
    --card: #ffffff;
    --muted: #8a8a9a;
    --border: #e2ddd5;
    --radius: 4px;
}

.call-now-button {
    bottom: 2% !important;
    right: 2% !important;
}

.tour-detail-content {
    position: relative;
}

#muteToggleBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: background 0.2s, transform 0.2s, opacity 0.3s;
    outline: none;
}

    #muteToggleBtn:hover {
        background: rgba(0, 0, 0, 0.65);
        transform: translate(-50%, -50%) scale(1.1);
    }

    #muteToggleBtn.hidden {
        opacity: 0;
        pointer-events: none;
    }

.video-prefooter-detay {
    z-index: 1;
    aspect-ratio: 1;
    object-fit: contain;
    width: 475px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: absolute;
    overflow: hidden;
    bottom: -23px;
    right: 0;
    top: auto;
}

.benzer-diger h1 {
    border-bottom: 0.3rem solid transparent;
    font-size: 54px;
    line-height: 1;
    font-weight: 500;
    padding: 0.9rem 0 1.2rem;
    letter-spacing: .1rem;
    position: relative;
    color: #000;
}

.benzer-diger h2 {
    text-align: left;
    margin-bottom: 40px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.3px;
    font-size: 16px;
}
/* ── Section Wrapper ── */
.product-section {
    position: relative;
    margin: -70px auto 0;
    padding: 0 8rem;
}

/* ── Tab Strip ── */
.tab-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 2px solid var(--border);
    position: relative;
    margin-bottom: -2px;
}

.tab-btn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
    background: none;
    border: none;
    padding: 15px 25px 15px;
    cursor: pointer;
    position: relative;
    transition: color 0.25s;
    white-space: nowrap;
    outline: none;
}

    .tab-btn::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--accent);
        transform: scaleX(0);
        transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    }

    .tab-btn:hover {
        color: var(--ink);
    }

    .tab-btn.active {
        color: #ffffff;
        font-weight: bold;
        background-color: var(--accent);
        border-radius: 12px 12px 0 0;
    }

        .tab-btn.active::after {
            transform: scaleX(1);
        }

    /* ── Tab Icon Badge ── */
    .tab-btn .tab-num {
        display: none;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--border);
        font-size: 0.65rem;
        font-weight: 700;
        margin-right: 8px;
        transition: background 0.25s, color 0.25s;
    }

    .tab-btn.active .tab-num {
        background: var(--accent);
        color: #fff;
    }

/* ── Content Panel ── */
.tab-panels {
    background: var(--card);
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0 0 var(--radius) var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(26,26,46,0.07);
}

.tab-panel {
    display: none;
    padding: 15px;
    animation: fadeSlide 0.38s cubic-bezier(0.4,0,0.2,1) both;
}

    .tab-panel.active {
        display: block;
    }

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Panel Title ── */
.panel-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 10px;
}

.panel-heading {
    display: none;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.25;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 18px;
}

/* ── Panel Body Content ── */
.panel-body {
    font-size: 0.965rem;
    line-height: 1.8;
    color: #4a4a5e;
}

    .panel-body p {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .panel-body h2 {
        font-size: 21px !important;
        color: var(--ink);
        margin: 22px 0 10px;
    }

    .panel-body h3 {
        color: var(--ink);
        margin: 22px 0 10px;
    }

    .panel-body ul {
        padding-left: 20px;
        margin-bottom: 14px;
    }

    .panel-body li {
        margin-bottom: 6px;
    }

    .panel-body strong {
        color: var(--ink);
    }

.tab-panels table {
    width: 100% !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

td {
    text-align: left;
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
/* ── Mobile: Scrollable Tabs ── */
@media (max-width: 640px) {
    .tab-strip {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .tab-strip::-webkit-scrollbar {
            display: none;
        }

    .tab-btn {
        padding: 12px 18px 14px;
        font-size: 0.78rem;
    }

    .tab-panel {
        padding: 28px 22px;
    }

    .panel-heading {
        font-size: 1.35rem;
    }
}

/* ── Mobile Fallback: Accordion under 480px ── */
@media (max-width: 480px) {
    .tab-strip {
        display: none;
    }

    .tab-panels {
        border-top: 1px solid var(--border);
        border-radius: var(--radius);
    }

        .tab-panels::before {
            display: none;
        }

    .mobile-acc-title {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border-bottom: 1px solid var(--border);
        user-select: none;
        transition: background 0.2s;
    }

        .mobile-acc-title:hover {
            background: var(--surface);
        }

        .mobile-acc-title.open {
            color: var(--accent);
        }

        .mobile-acc-title .chevron {
            transition: transform 0.3s;
            color: var(--muted);
            font-size: 14px;
        }

        .mobile-acc-title.open .chevron {
            transform: rotate(180deg);
            color: var(--accent);
        }

    .tab-panel {
        display: none !important;
        padding: 22px 20px;
        border-bottom: 1px solid var(--border);
    }

        .tab-panel.acc-open {
            padding: 5px;
            display: block !important;
            animation: fadeSlide 0.3s ease both;
        }
}

/* hide mobile titles on larger screens */
.mobile-acc-title {
    display: none;
}

@media screen and (max-width:1000px) {
    .product-pdf {
        width: 49%;
    }

    .producte {
        width: 100%;
    }

    .product-section {
        padding: 0 15px;
    }
    #productSlider .lslide img {
        height: 100%;
    }
}
