﻿ 
.playikon {
    height: 24px !important;
    width: 24px !important;
}

/* Çözümlerimiz & Veriye Dayalı Hesaplama - kart tabanlı modern görünüm */
.solutions-section .boxcar-title,
.data-section .boxcar-title { 
    margin-bottom: 32px;
}

.solutions-grid,
.data-grid {
    row-gap: 24px;
}

.solutions-card,
.data-card {
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(5, 11, 32, 0.06);
    padding: 26px 24px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

    .solutions-card .icon-box,
    .data-card .icon-box {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        background: #F5F7FE;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
    }

    .solutions-card .content-box .title,
    .data-card .content-box .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .solutions-card .content-box .text,
    .data-card .content-box .text {
        padding-right: 0;
        font-size: 14px;
        line-height: 24px;
    }

.solutions-section .choose-us-block,
.data-section .choose-us-block {
    margin-bottom: 32px;
}

/* Sayaç (Fun Fact) alanı - hafif kartlar */
.b2-fun-facts {
    background: #f9fbfc;
    margin-bottom: 25px;
}



    .b2-fun-facts .counter-title {
        font-size: 12px;
        letter-spacing: 0.08em;
    }



.b2-feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

    .b2-feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 14px;
        line-height: 22px;
        color: #0d1015;
    }

        .b2-feature-list li i {
            color: #00b67a;
            margin-top: 2px;
        }

/* Nasıl Çalışır - süreç kartları */
.process-section .choose-us-block {
    margin-bottom: 24px;
}

    .process-section .choose-us-block .inner-box {
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 14px 36px rgba(5, 11, 32, 0.06);
        padding: 20px 20px 18px;
    }

    .process-section .choose-us-block .icon-box {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        background: #f5f7fe;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }

    .process-section .choose-us-block .content-box .text {
        font-size: 14px;
        line-height: 24px;
    }

/* Kimler Fiyat+ Kullanıyor - hedef kitle kartları */
.audience-section {
    background: #fafbfd;
    padding-top: 64px;
    padding-bottom: 64px;
}

    .audience-section .audience-card {
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 14px 36px rgba(5, 11, 32, 0.06);
        padding: 20px 18px 18px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

        .audience-section .audience-card .icon-box {
            width: 60px;
            height: 60px;
            border-radius: 18px;
            background: #f5f7fe;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 14px;
        }

        .audience-section .audience-card .text {
            padding: 0;
            font-size: 14px;
            line-height: 24px;
        }

/* Referanslarımız - logo duvarı */
.reference-section {
    padding: 56px 0 60px;
    background: #ffffff;
}

    .reference-section .boxcar-title { 
        margin-bottom: 32px;
    }

    .reference-logos-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 26px 48px;
        align-items: center;
    }

        .reference-logo-item {
            flex: 0 0 auto;
        }

@media screen and (min-width:1200px) {
    /* Masaüstünde satır başına maksimum 10 logo olacak şekilde genişlik sınırı */
    .reference-logos-list {
        justify-content: space-between;
        column-gap: 0;
        row-gap: 26px;
    }

        .reference-logo-item {
            flex: 0 0 10%;
            max-width: 10%;
        }
}

            .reference-logo-item img {
                display: block;
                max-height: 100px;
                width: auto;
                object-fit: contain;
                filter: grayscale(0);
                opacity: 0.95;
                transition: transform 160ms ease-out, opacity 160ms ease-out;
            }

            .reference-logo-item img:hover {
                transform: translateY(-2px);
                opacity: 1;
            }

/* FAQ alanı - arka plan ve kartlar */
 

    .faq-inner-section .faq-column .inner-column {
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 18px 45px rgba(5, 11, 32, 0.06);
        padding: 32px 24px;
    }

    .faq-inner-section .widget-accordion .acc-btn {
        font-size: 15px;
        line-height: 24px;
    }

    .faq-inner-section .widget-accordion .acc-content .text {
        font-size: 14px;
        line-height: 24px;
    }

.playikon path {
    stroke: #0d1015 !important;
    fill: unset !important;
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-navigation {
    display: none !important;
}

.boxcar-banner-section-six::before {
    display: none;
}

@media screen and (max-width:991px) {
    .mobil-hiden{display:none;}
    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        height: auto !important;
        max-width: calc(100% - 40px) !important;
    }

    .kasaTipleri .service-list li {
        margin-bottom: 15px;
        width: 47%;
    }

        .kasaTipleri .service-list li a {
            padding: 7px 15px 7px !important;
            border-radius: 12px !important;
            width: 100%;
        }

    .why-choose-us-section .inner-box .icon-box i{
        font-size:50px !important;
    }

    .solutions-section .boxcar-title .title,
    .data-section .boxcar-title .title {
        font-size: 24px;
        line-height: 1.3;
        text-align:left;
    }

    .solutions-card,
    .data-card {
        padding: 20px 18px;
        box-shadow: 0 12px 30px rgba(5, 11, 32, 0.08);
    }

        .solutions-card .content-box .text,
        .data-card .content-box .text {
            font-size: 14px;
            line-height: 22px;
        }

    .solutions-grid > [class*="col-"],
    .data-grid > [class*="col-"] {
        margin-bottom: 8px;
    }

    .b2-fun-facts .counter-block {
        margin-bottom: 16px;
    }

    .b2-featured .right-box {
        padding: 32px 20px 36px;
    }

    .b2-feature-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .audience-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .reference-section {
        padding: 40px 0 44px;
    }

        .reference-logos-list {
            gap: 10px;
        }

            .reference-logo-item img {
                max-height: 50px;
            }

    .faq-inner-section {
        padding: 48px 0 56px;
    }

        .faq-inner-section .faq-column .inner-column {
            padding: 24px 18px;
        }

    .nasilUyeOlurum-text-alani {
        padding: 10px 0px !important;
    }

    .bannerGorsel {
        margin-top: -65px !important;
    }
    
}

/* Blog liste sayfası (üst slider + son eklenenler) */
.blog-page-section {
    padding: 56px 0 72px;
    background: #ffffff;
}

    .blog-page-top {
        row-gap: 24px;
        margin-bottom: 32px;
    }

    /* Hero slider */
    .blog-hero-slider {
        border-radius: 18px;
        overflow: hidden;
    }

    .blog-hero-slide {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
        background: #000;
    }

        .blog-hero-slide__image img {
            display: block;
            width: 100%;
            height: 320px;
            object-fit: cover;
        }

        .blog-hero-slide__content {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 18px 20px 20px;
            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
            color: #ffffff;
        }

        .blog-hero-tag {
            display: inline-flex;
            align-items: center;
            padding: 3px 10px;
            border-radius: 999px;
            background: #16a34a;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
        }

        .blog-hero-title {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 8px;
        }

            .blog-hero-title a {
                color: #ffffff;
                text-decoration: none;
            }

        .blog-hero-excerpt {
            font-size: 13px;
            line-height: 20px;
            margin: 0 0 8px;
            opacity: 0.9;
        }

        .blog-hero-meta {
            font-size: 12px;
            opacity: 0.9;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

    /* Sağdaki küçük hero listesi */
    .blog-hero-side-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .blog-hero-side-item {
        display: flex;
        gap: 10px;
        padding: 8px 10px;
        border-radius: 12px;
        background: #f9fbfc;
        cursor: pointer;
        transition: background 140ms ease-out, box-shadow 140ms ease-out;
    }

        .blog-hero-side-item .thumb img {
            width: 88px;
            height: 64px;
            border-radius: 10px;
            object-fit: cover;
            display: block;
        }

        .blog-hero-side-item .info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .blog-hero-side-item .info .title {
                font-size: 14px;
                font-weight: 600;
                margin: 0 0 4px;
            }

                .blog-hero-side-item .info .title a {
                    color: #0d1015;
                    text-decoration: none;
                }

            .blog-hero-side-item .info .meta {
                font-size: 12px;
                color: #6b7280;
            }

    .blog-hero-side-item.is-active {
        background: #eef2ff;
        box-shadow: 0 6px 18px rgba(5, 11, 32, 0.12);
    }

/* Alt kısım: son eklenenler + CTA */
.blog-latest-row {
    row-gap: 24px;
}

.blog-latest-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
}

.blog-latest-list {
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(5, 11, 32, 0.04);
    padding: 10px 14px 6px;
}

.blog-latest-item {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

    .blog-latest-item:last-child {
        border-bottom: none;
    }

    .blog-latest-item .thumb img {
        width: 140px;
        height: 90px;
        border-radius: 10px;
        object-fit: cover;
        display: block;
    }

    .blog-latest-item .content {
        flex: 1 1 auto;
        min-width: 0;
    }

        .blog-latest-item .content .title {
            font-size: 15px;
            font-weight: 600;
            margin: 0 0 4px;
        }

            .blog-latest-item .content .title a {
                color: #0d1015;
                text-decoration: none;
            }

        .blog-latest-item .content .excerpt {
            font-size: 13px;
            line-height: 20px;
            color: #4b5563;
            margin: 0 0 4px;
        }

        .blog-latest-item .content .meta {
            font-size: 12px;
            color: #6b7280;
        }

.blog-load-more-wrapper {
    text-align: center;
    margin-top: 14px;
}

.blog-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border-radius: 999px;
    border: 1px solid #0d1015;
    background: #ffffff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 140ms ease-out, color 140ms ease-out, box-shadow 140ms ease-out;
}

    .blog-load-more:hover {
        background: #0d1015;
        color: #ffffff;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    }

/* Sağ CTA kartı */
.blog-cta-card {
    border-radius: 18px;
    background: linear-gradient(135deg, #0d1015 0%, #1f2937 60%, #111827 100%);
    color: #ffffff;
    padding: 18px 18px 20px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.36);
}

    .blog-cta-card h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .blog-cta-card p {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 10px;
        opacity: 0.92;
    }

    .blog-cta-list {
        list-style: none;
        padding: 0;
        margin: 0 0 12px;
        font-size: 13px;
        line-height: 20px;
    }

        .blog-cta-list li::before {
            content: "• ";
            margin-right: 4px;
            color: #f8d70a;
        }

    .blog-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 20px;
        border-radius: 999px;
        background: #f8d70a;
        color: #0d1015;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: background 140ms ease-out, box-shadow 140ms ease-out;
    }

        .blog-cta-btn:hover {
            background: #ffe45c;
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
        }

@media screen and (max-width: 991px) {
    .blog-page-section {
        padding: 40px 0 52px;
    }

    .blog-hero-slide__image img {
        height: 260px;
    }

    .blog-hero-side-list {
        margin-top: 14px;
    }

    .blog-latest-list {
        padding: 8px 10px 4px;
    }
}

@media screen and (max-width: 575.98px) {
    .blog-hero-slide__image img {
        height: 220px;
    }

    .blog-latest-item {
        flex-direction: column;
    }

        .blog-latest-item .thumb img {
            width: 100%;
            height: 180px;
        }
}

/* Anasayfa - Blog Yazıları bölümü */
.home-blog-section {
    padding: 56px 0 72px;
    background: #fafbfd;
}

    .home-blog-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 28px;
    }

        .home-blog-header .title {
            font-size: 28px;
            margin: 0;
        }

        .home-blog-all {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 18px;
            border-radius: 999px;
            border: 1px solid #d1d5db;
            font-size: 13px;
            font-weight: 500;
            color: #0d1015;
            background: #ffffff;
            text-decoration: none;
            transition: background 160ms ease-out, color 160ms ease-out, box-shadow 160ms ease-out;
        }

            .home-blog-all:hover {
                background: #0d1015;
                color: #ffffff;
                box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
            }

    .home-blog-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .home-blog-card {
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 18px 45px rgba(5, 11, 32, 0.06);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .home-blog-card__image img {
            display: block;
            width: 100%;
            height: 190px;
            object-fit: cover;
        }

        .home-blog-card__body {
            padding: 16px 18px 18px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            height: 100%;
        }

        .home-blog-card__title {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
        }

            .home-blog-card__title a {
                color: #0d1015;
                text-decoration: none;
            }

            .home-blog-card__title a:hover {
                color: #405ff2;
            }

        .home-blog-card__excerpt {
            font-size: 14px;
            line-height: 22px;
            color: #4b5563;
            margin: 0;
        }

        .home-blog-card__btn {
            margin-top: auto;
            align-self: flex-start;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 16px;
            border-radius: 999px;
            border: 1px solid #0d1015;
            font-size: 13px;
            font-weight: 500;
            color: #0d1015;
            background: transparent;
            text-decoration: none;
            transition: background 160ms ease-out, color 160ms ease-out, box-shadow 160ms ease-out;
        }

            .home-blog-card__btn:hover {
                background: #0d1015;
                color: #ffffff;
                box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
            }

@media screen and (max-width: 991px) {
    .home-blog-section {
        padding: 40px 0 52px;
    }

        .home-blog-header {
            flex-direction: column;
            align-items: flex-start;
        }

    .home-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 575.98px) {
    .home-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

        .home-blog-card__image img {
            height: 180px;
        }
}

 