/* Ana sayfa — Video İçerikli Gezi Rehberi (revert: video-gezi-pro class + Default.aspx link) */

.video-gezi-pro {
    position: relative;
    margin-bottom: 40px;
}

.video-gezi-pro .sec-title {
    margin-bottom: 20px;
}

.video-gezi-pro__heading {
    margin: 0;
    padding: 0 0 12px 14px;
    border-left: 4px solid #E3000F;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    color: #1a202c;
    text-transform: none;
    background: none;
}

.video-gezi-pro__carousel {
    position: relative;
}

.video-gezi-pro .news-block-three {
    margin: 0;
}

.video-gezi-pro .news-block-three .inner-box {
    border-radius: 14px;
    border: 1px solid rgba(26, 32, 44, 0.08);
    box-shadow: 0 2px 14px rgba(26, 32, 44, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.video-gezi-pro .news-block-three:hover .inner-box {
    border-color: rgba(227, 0, 15, 0.15);
    box-shadow: 0 8px 28px rgba(26, 32, 44, 0.12);
    transform: translateY(-2px);
}

.video-gezi-pro .news-block-three .inner-box .image {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #1a202c;
}

.video-gezi-pro .news-block-three .inner-box:hover .image img {
    transform: scale(1.04);
}

.video-gezi-pro .news-block-three .inner-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box {
    background: linear-gradient(
        to top,
        rgba(26, 32, 44, 0.92) 0%,
        rgba(26, 32, 44, 0.45) 45%,
        rgba(26, 32, 44, 0.08) 100%
    );
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .play-btn {
    top: 50%;
    right: auto;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    line-height: 58px;
    border: 3px solid rgba(255, 255, 255, 0.92);
    background: rgba(26, 32, 44, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .play-btn .icon {
    font-size: 22px;
    padding-left: 4px;
}

.video-gezi-pro .news-block-three .inner-box:hover .image .overlay-box .play-btn,
.video-gezi-pro .news-block-three .inner-box .image .overlay-box .play-btn:hover {
    color: #fff;
    border-color: #E3000F;
    background: #E3000F;
    transform: scale(1.06);
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 24px 24px;
    z-index: 1;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .tag {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-transform: uppercase;
    background: #E3000F;
    border-radius: 4px;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .tag a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .category {
    margin-bottom: 10px;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .category a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .category a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .post-meta {
    margin: 0;
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .post-meta li {
    padding-left: 18px;
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(255, 255, 255, 0.78);
}

.video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .post-meta li .icon {
    color: rgba(255, 255, 255, 0.65);
}

/* Carousel kontrolleri */
.video-gezi-pro .owl-dots {
    margin-top: 18px;
}

.video-gezi-pro .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #d1d6de;
    transition: background 0.25s ease, transform 0.25s ease;
}

.video-gezi-pro .owl-dots .owl-dot.active span,
.video-gezi-pro .owl-dots .owl-dot:hover span {
    background: #E3000F;
    transform: scale(1.15);
}

.video-gezi-pro .owl-nav .owl-next,
.video-gezi-pro .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    line-height: 40px;
    font-size: 18px;
    color: #1a202c;
    background: #fff;
    border: 1px solid rgba(26, 32, 44, 0.1);
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(26, 32, 44, 0.12);
}

.video-gezi-pro .owl-nav .owl-prev {
    left: 12px;
}

.video-gezi-pro .owl-nav .owl-next {
    right: 12px;
}

.video-gezi-pro .owl-nav .owl-next:hover,
.video-gezi-pro .owl-nav .owl-prev:hover {
    color: #fff;
    background: #E3000F;
    border-color: #E3000F;
}

@media only screen and (max-width: 767px) {
    .video-gezi-pro {
        margin-bottom: 32px;
    }

    .video-gezi-pro__heading {
        font-size: 19px;
    }

    .video-gezi-pro .news-block-three .inner-box .image .overlay-box .play-btn {
        width: 52px;
        height: 52px;
        margin: -26px 0 0 -26px;
        line-height: 46px;
    }

    .video-gezi-pro .news-block-three .inner-box .image .overlay-box .play-btn .icon {
        font-size: 18px;
    }

    .video-gezi-pro .news-block-three .inner-box .image .overlay-box .content {
        padding: 0 16px 18px;
    }

    .video-gezi-pro .news-block-three .inner-box .image .overlay-box .content .category a {
        font-size: 14px;
    }

    .video-gezi-pro .owl-nav .owl-next,
    .video-gezi-pro .owl-nav .owl-prev {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        line-height: 34px;
        font-size: 16px;
    }

    .video-gezi-pro .owl-nav .owl-prev {
        left: 6px;
    }

    .video-gezi-pro .owl-nav .owl-next {
        right: 6px;
    }
}
