﻿:root {
    --transition: all 0.3s ease;
}

.room-content ol,
.room-content ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.room-content li {
    list-style-type: disc;
}

.product-pdf {
    position: relative;
    color: #000;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 25px;
    width: 49%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: var(--transition);
    background-color: #fff;
}

    .product-pdf img {
        width: 28px;
    }

    .product-pdf:hover {
        color: #fff;
        background-color: #ea3017;
        border: 1px solid #fff;
        transform: translateY(-5px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

        .product-pdf:hover a {
            color: #fff;
        }

        .product-pdf:hover img {
            filter: invert(1);
        }
/* ── GALLERY WRAPPER ── */
.product-gallery-wrapper {
    position: relative;
    margin-top: 15px;
}

/* ── 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: 1px solid #e2e2e2;
        border-radius: 6px;
        overflow: hidden;
        cursor: pointer;
        transition: border-color 0.2s;
    }

        .lSSlideOuter .lSGallery li.active,
        .lSSlideOuter .lSGallery li:hover {
            border-color: #ea3017; /* marka renginize göre ayarlayın */
        }

        .lSSlideOuter .lSGallery li img {
            width: 80px;
            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: #2caae2;
    --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: 0 auto;
    padding: 0;
    max-width: 1320px;
}

/* ── 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;
    }

    .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: center;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

td {
    text-align: center;
    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: 500;
        font-size: 0.875rem;
        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 {
        font-weight: 500;
        font-size: 14px;
    }

        .mobile-acc-title.open {
            color: var(--accent);
            font-weight: bold;
            font-size: 16px;
        }

        .mobile-acc-title .chevron {
            transition: transform 0.3s;
            font-size: 0.65rem;
            color: var(--muted);
        }

        .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 {
            display: block !important;
            animation: fadeSlide 0.3s ease both;
            padding: 0;
        }

    .product-pdf {
        width: 49% !important;
    }

    .producte {
        width: 100% !important;
    }

    .product-section {
        padding: 0 15px !important;
    }

    #productSlider .lslide img {
        height: 100% !important;
    }
}

/* hide mobile titles on larger screens */
.mobile-acc-title {
    display: none;
}
