/* Hero Thumbnails */
.hero-thumbnails {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.hero-thumb {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .2s ease;
}

.hero-thumb:hover {
    transform: translateY(-4px);
}

.hero-thumb img {
    width: 220px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.hero-thumb span {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(50, 17, 142, 0.8);
    padding: 5px 14px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
    .hero-thumbnails {
        gap: 10px;
    }
    .hero-thumb img {
        width: 80px;
        border-radius: 10px;
    }
    .hero-thumb span {
        font-size: 0.5rem;
        margin-top: 6px;
        white-space: nowrap;
        padding: 3px 6px;
    }
    .gg-yy-logo .green-gy {
        width: auto !important;
    }
    .section-belgesel .video-embed {
        padding: 0 15px;
    }
}

/* İçerik Kütüphanesi - PDF Card Styles */
.pdf-card-link {
    text-decoration: none;
    display: block;
}

.pdf-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: .2s ease-in all;
}

.pdf-card-link:hover .pdf-card {
    box-shadow: 0px 0px 15px rgba(84, 36, 215, 0.4);
    transform: translateY(-3px);
}

.pdf-card-disabled {
    opacity: 0.6;
    cursor: default;
}

.pdf-card .pdf-preview {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #5424d7;
}

.pdf-card .pdf-info {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf-card .pdf-lang {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #32118e;
}

.pdf-card .pdf-lang i {
    margin-right: 5px;
    color: #5424d7;
}

.pdf-card .pdf-action {
    color: #5424d7;
    font-size: 1rem;
    transition: .2s ease-in all;
}

.pdf-card-link:hover .pdf-action {
    transform: translateX(3px);
}

.pdf-card .pdf-soon {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #8b85c8;
    font-style: italic;
}

/* Belgesel Section */
.section-belgesel {
    background-image: linear-gradient(to bottom, #5424d7 0%, #32118e 100%) !important;
}

.section-belgesel .slide-content h1 span {
    color: #fff;
}

.section-belgesel .slide-content p {
    color: rgba(255, 255, 255, 0.85);
}

.section-belgesel .video-embed {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.section-belgesel .video-embed iframe {
    display: block;
}

.section-belgesel .video-placeholder {
    width: 100%;
    min-height: 300px;
    background: #f2f0ff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b85c8;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.section-belgesel .video-placeholder i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

/* Blog carousel card adjustments */
.swiper-blog-articles .blog-link {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swiper-blog-articles .swiper-slide {
    height: auto;
}

.swiper-blog-articles .blog-link .b-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.swiper-blog-articles .blog-link .b-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-blog-articles .blog-link .b-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

/* Time badge - top right of image */
.swiper-blog-articles .blog-link .time-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(4px);
    z-index: 2;
}

.swiper-blog-articles .blog-link .time-badge i {
    margin-right: 4px;
}

/* Info band - full width for keyword */
.swiper-blog-articles .info-band .keyword {
    width: 100%;
    font-size: 0.8rem;
    display: block;
}

.swiper-blog-articles {
    padding-bottom: 40px;
}

.swiper-pagination-blog {
    bottom: 0 !important;
    top: auto !important;
}

.swiper-pagination-blog .swiper-pagination-bullet-active {
    opacity: 1;
    background: #06e5b9;
}
