
/* yazarlar sayfaları css */
.profile-box {
    background: #f9f9f9;
    border: 1px solid #eee;
}

.author-photo {
    border-radius: 50%;
    width: 130px;
}


.section-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.expertise-list span {
    display: inline-block;
    background: #f5f5f5;
    color: #444;
    padding: 8px 14px;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}


.profile-box {
    background-color: #f9f9f9; /* Hafif gri arka plan */
    border: 1px solid #eeeeee; /* İnce kenar */
    border-radius: 20px; /* Köşeler oval */
    padding: 25px; /* İç boşluk */
    margin-bottom: 20px; /* Alt boşluk */
}

    /* Başlık stili */
    .profile-box h2 {
        font-size: 1.3rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0; /* Başlık altı gri çizgi */
    }


/* breadcrumb rengi */
.breadcrumb-other .breadcrumb-item:not(.active) a {
    color: #999 !important;
}

.breadcrumb-other .breadcrumb-item.active {
    color: #007bff !important;
    font-weight: 600;
}

.breadcrumb-other .breadcrumb-item + .breadcrumb-item::before {
    color: #ccc !important;
}

.breadcrumb-other .breadcrumb-item a:hover {
    color: #666 !important;
}



/*Basarihikayeleri detay sayfası css*/
.bg-purple {
    background-color: #6a1b9a !important;
}

.text-purple {
    color: #6a1b9a !important;
}

.border-purple {
    border-color: #6a1b9a !important;
}

.breadcrumb-item a {
    color: #6a1b9a;
    text-decoration: none;
}

.video-preview {
    transition: transform 0.3s ease;
}

    .video-preview:hover {
        transform: scale(1.01);
    }

.play-btn-overlay {
    transition: transform 0.3s ease;
    pointer-events: none;
}

.video-preview:hover .play-btn-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

.detail-item {
    transition: all 0.3s ease;
}

    .detail-item:hover {
        transform: translateY(-5px);
        border-color: #6a1b9a !important;
        box-shadow: 0 10px 30px rgba(106, 27, 154, 0.1);
    }

.badge.bg-purple {
    background-color: #6a1b9a !important;
    color: white !important;
}

.italic {
    font-style: italic;
}


/* Blog badge overlay - görsel üzerinde yuvarlak badge */
.item-image-with-badge {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    display: inline-block;
}

    .item-image-with-badge img {
        display: block;
        border-radius: 14px;
    }

.blog-badge-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(106, 27, 154, 0.9);
    color: white;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    z-index: 2;
}

    .blog-badge-overlay i {
        font-size: 14px;
    }

/* İstersen hover olunca büyüsün */
.blog-image-link-with-badge:hover .item-image-with-badge img {
    transform: scale(1.06);
    transition: transform 0.3s ease;
}

.blog-image-link-with-badge:hover .blog-badge-overlay {
    transform: scale(1.05);
}



/*tedarikci havuzu*/

.th-subtitle {
    color: #b91a52; /* Brand Pink */
    font-weight: 700;
    margin-top: 15px;
    font-size: 1.8rem;
}

.th-intro-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #2d3436;
}

.th-info-card {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    height: 100%;
    transition: all 0.3s ease;
}

    .th-info-card .item-icon {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

        .th-info-card .item-icon.pink-icon {
            color: #b91a52; /* Brand Pink */
        }

        .th-info-card .item-icon.lacivert-icon {
            color: #101c3d; /* Brand Lacivert */
        }

        .th-info-card .item-icon.green-icon {
            color: #2bd67b;
        }

    .th-info-card .item-title {
        font-size: 1.35rem;
        font-weight: 700;
        color: #101c3d;
        margin-bottom: 12px;
    }

    .th-info-card .item-text {
        color: #636e72;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

.th-section-title-side {
    font-size: 2rem;
    font-weight: 800;
    color: #101c3d;
    line-height: 1.3;
}

.th-section-body-text {
    font-size: 1.1rem;
    color: #2d3436;
    line-height: 1.8;
}

.th-advantages-section {
    background: #f8f9fa;
    border-top: 1px solid #e1e8ed;
    border-bottom: 1px solid #e1e8ed;
}

.th-advantages-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #101c3d;
}

.th-advantages-subtitle {
    color: #636e72;
    font-size: 1.1rem;
}

.th-category-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e1e8ed;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    height: 100%;
}

.th-category-card-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

    .th-category-card-icon-wrapper.lacivert-bg {
        background: #e9eafc;
    }

    .th-category-card-icon-wrapper.pink-bg {
        background: #fff0f6;
    }

    .th-category-card-icon-wrapper.green-bg {
        background: #f0fdf4;
    }

    .th-category-card-icon-wrapper.yellow-bg {
        background: #fffbeb;
    }

    .th-category-card-icon-wrapper.blue-bg {
        background: #e0f2fe;
    }

.th-category-card-icon {
    font-size: 2.2rem;
}

    .th-category-card-icon.lacivert-color {
        color: #101c3d; /* Brand Lacivert */
    }

    .th-category-card-icon.pink-color {
        color: #b91a52; /* Brand Pink */
    }

    .th-category-card-icon.green-color {
        color: #2bd67b;
    }

    .th-category-card-icon.yellow-color {
        color: #fab340;
    }

    .th-category-card-icon.blue-color {
        color: #0e91d6;
    }

.th-category-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #101c3d;
}

.th-category-card-text {
    color: #636e72;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-top: 10px;
}

.th-diversity-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #101c3d;
    line-height: 1.3;
}

.th-diversity-text {
    font-size: 1.1rem;
    color: #2d3436;
    line-height: 1.8;
    margin-top: 20px;
}

.th-diversity-image {
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.th-cta-section {
    background: #ffffff;
    border-top: 1px solid #e1e8ed;
}

.th-cta-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #101c3d;
    line-height: 1.3;
}

.th-cta-text {
    font-size: 1.1rem;
    color: #2d3436;
    line-height: 1.8;
}

.th-cta-button {
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.th-faq-section {
    background: #f8f9fa;
}

.th-faq-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #101c3d;
}

.th-accordion-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e1e8ed;
    margin-bottom: 15px;
}

.th-accordion-button {
    font-weight: 700;
    font-size: 1.1rem;
    color: #101c3d;
}

.th-accordion-body {
    font-size: 1rem;
    color: #636e72;
    line-height: 1.7;
    padding: 20px;
}

.badge {
    font-size: 0.85rem;
    padding: 8px 14px;
    border-radius: 30px;
    background-color: #f1f2f6;
    color: #2d3436;
    border: 1px solid #dfe6e9;
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.how-install-item.horizontal {
    border: 1px solid #e1e8ed;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: all 0.3s ease !important;
}

    .how-install-item.horizontal:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0,0,0,0.08) !important;
        border-color: #b91a52 !important; /* Brand Pink */
    }

        .how-install-item.horizontal:hover .th-category-card-icon-wrapper {
            transform: scale(1.1);
        }

.how-work-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.08) !important;
    border-color: #b91a52 !important; /* Brand Pink */
}


.accordion-button:not(.collapsed) {
    background-color: rgba(185, 26, 82, 0.2) !important; /* #b91a52'nin %20'si */
    color: #101c3d !important;
    border-bottom: 1px solid #b91a52 !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(16, 28, 61, 0.1) !important;
}

.text-pink {
    color: #b91a52 !important; /* Brand Pink */
}

.text-lacivert {
    color: #101c3d !important; /* Brand Lacivert */
}


/* Hakkımızda */

.trust-signals-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.trust-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    height: 100%;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: center;
}

    .trust-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(185, 26, 82, 0.12);
        border-color: #b91a52;
    }

.trust-icon {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #f8f9fa;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.trust-title {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.trust-text {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.trust-link {
    color: #b91a52;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    transition: color 0.3s ease;
    display: inline-block;
}

    .trust-link:hover {
        color: #d6336c;
    }

/* Nasıl Çalışır & Mağazanolsun Nedir Sayfaları - 4 Adımda Başlayın Bölümü */
.new-era-steps {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.new-era-steps::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(65, 111, 244, 0.05) 0%, rgba(255,255,255,0) 70%);
    top: -10%;
    left: -5%;
    z-index: 1;
}

.new-era-steps::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(226, 30, 99, 0.05) 0%, rgba(255,255,255,0) 70%);
    bottom: -10%;
    right: -5%;
    z-index: 1;
}

.step-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 20px;
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(16, 28, 61, 0.08);
    border-color: rgba(65, 111, 244, 0.15);
}

.step-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(16, 28, 61, 0.04);
    user-select: none;
}

.step-icon-wrapper {
    margin-bottom: 25px;
    display: inline-flex;
    justify-content: center;
}

.step-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.step-card:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
}

.step-icon.blue-theme {
    background-color: rgba(65, 111, 244, 0.08);
    color: #416ff4;
}

.step-icon.green-theme {
    background-color: rgba(43, 214, 123, 0.08);
    color: #2bd67b;
}

.step-icon.yellow-theme {
    background-color: rgba(247, 227, 109, 0.12);
    color: #f7e36d;
}

.step-icon.navy-theme {
    background-color: rgba(16, 28, 61, 0.08);
    color: #101c3d;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #101c3d;
    margin-bottom: 15px;
}

.step-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .step-card {
        padding: 35px 20px 25px;
    }
}