.blog-style2 {
    padding: 120px 0;
    background-color: #161616;
    position: relative;
}

.blog-style2 .sec-head {
    margin-bottom: 60px;
}

.blog-style2 .sec-head h2 {
    font-size: 45px;
    font-weight: 300;
    color: #fff;
}

.blog-style2 .sec-head .sub-title {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-style2 .item {
    background: #1C1C1C;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    margin-bottom: 30px;
}

.blog-style2 .item:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.blog-style2 .fit-img {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.blog-style2 .fit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-style2 .item:hover .fit-img img {
    transform: scale(1.1);
}

.blog-style2 .text {
    padding: 30px;
    margin-top: 0 !important;
}

.blog-style2 .info {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    display: flex;
    align-items: center;
}

.blog-style2 .info .date {
    color: #bbb;
}

.blog-style2 .text h5 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-style2 .text h5 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-style2 .text h5 a:hover {
    color: #1ba69c;
}

.blog-btn {
    color: #1ba69c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-btn i {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog-btn:hover {
    color: #fff;
}

.blog-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .blog-style2 .sec-head h2 {
        font-size: 32px;
    }
}

/* ============================================
   BLOG SAYFALARI ÖZEL STİLLERİ
   ============================================ */

/* Blog Listesi */
.blog-style1 .item h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-style1 .item h2 a {
    transition: color 0.3s ease;
}

.blog-style1 .item h2 a:hover {
    color: var(--main-color);
}

/* Blog Kartları Hover */
.blog-style1 .item {
    transition: transform 0.3s ease;
}

.blog-style1 .item:hover {
    transform: translateY(-5px);
}

/* Sidebar Stilleri */
.sidebar .widget {
    margin-bottom: 30px;
    padding: 25px;
    background: rgba(255,255,255,0.03);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.sidebar .title-widget {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Arama Kutusu */
.sidebar .search-box {
    position: relative;
}

.sidebar .search-box input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    border-radius: 8px;
    color: inherit;
    font-size: 14px;
}

.sidebar .search-box input:focus {
    outline: none;
    border-color: var(--main-color);
}

.sidebar .search-box .icon,
.sidebar .search-box button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
}

/* Son Yazılar Widget */
.sidebar .last-post-thum .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar .last-post-thum .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .last-post-thum .img {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar .last-post-thum .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar .last-post-thum .img .date {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: var(--main-color);
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1.2;
}

.sidebar .last-post-thum .cont {
    margin-left: 15px;
}

.sidebar .last-post-thum .cont h6 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.sidebar .last-post-thum .cont h6 a {
    transition: color 0.3s ease;
}

.sidebar .last-post-thum .cont h6 a:hover {
    color: var(--main-color);
}

/* Etiketler Widget */
.sidebar .tags a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px 10px 0;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.sidebar .tags a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

/* Sayfalama */
.pagination-nav .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.pagination-nav .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: inherit;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination-nav .page-item .page-link:hover,
.pagination-nav .page-item.active .page-link {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

/* Blog Detay Sayfası */
.blog-content {
    font-size: 16px;
    line-height: 1.8;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.blog-content li {
    margin-bottom: 10px;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

/* Paylaş Butonları */
.share-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    margin-left: 10px;
    transition: all 0.3s ease;
}

.share-icon a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.share-icon a i {
    font-size: 14px;
}

/* Yazar Alanı */
.author-area {
    padding: 30px;
    background: rgba(255,255,255,0.03);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.author-area .author-img .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

/* İlgili Yazılar */
.related-posts .related-item {
    transition: transform 0.3s ease;
}

.related-posts .related-item:hover {
    transform: translateY(-5px);
}

.related-posts .related-item h6 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.related-posts .related-item:hover h6 {
    color: var(--main-color);
}

.related-posts .related-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-posts .related-item:hover img {
    transform: scale(1.05);
}

/* Tags Stilleri (Detay sayfası) */
.info-area .tags a {
    display: inline-block;
    padding: 6px 12px;
    margin-left: 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.info-area .tags a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

/* Blog Sayfası Responsive */
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
    
    .blog-style1 .item h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .info-area {
        flex-direction: column;
        gap: 20px;
    }
    
    .info-area .ml-auto {
        margin-left: 0 !important;
    }
    
    .related-posts .col-md-4 {
        margin-bottom: 30px;
    }
}
