/* Theme Name: DunyaSohbet Mavi Tema
Theme URI: www.dunyasohbet.com
Author: Forbidden
Description: Modern Mavi Sohbet Teması
Version: v2 */

:root {
    --mavi: #1D7CFD;
    --mavi-koyu: #0a5ecf;
    --mavi-cok-koyu: #0a2a6e;
    --mavi-acik: #e8f1ff;
    --koyu: #0f172a;
    --koyu2: #1e293b;
    --yazi: #334155;
    --beyaz: #ffffff;
    --gri: #f1f5f9;
    --sinir: #e2e8f0;
}

* { box-sizing: border-box; }

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: var(--gri);
    color: var(--yazi);
}


.ustbar {
    background: #0a2a6e !important;
    border-bottom: none;
    position: relative;
    padding: 0 !important;
    z-index: 1000;
}

.ustbar.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 20px rgba(29,124,253,0.15);
}

.navbar-brand img.logo-img {
    max-height: 65px;
    width: auto;
}

.navbar-nav .nav-item a,
.navbar-nav li a {
    color: #ffffff !important;
    font-weight: 700;
    padding: 9px 22px !important;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.navbar-nav .nav-item a:hover,
.navbar-nav li a:hover {
    background: rgba(255,255,255,0.15);
    color: #fff !important;
}

.navbar-nav .current-menu-item a,
.navbar-nav .current_page_item a {
    background: rgba(255,255,255,0.12);
    color: #fff !important;
}

.arkaplan {
    background: linear-gradient(135deg, var(--mavi-cok-koyu) 0%, #1a3a8f 40%, var(--mavi) 100%);
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.arkaplan::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 10% 50%, rgba(29,124,253,0.25) 0%, transparent 55%),
        radial-gradient(ellipse at 90% 20%, rgba(255,255,255,0.05) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.arkaplan::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

.arkaplan > .container-fluet,
.arkaplan > * {
    position: relative;
    z-index: 1;
}

.sohbet {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px !important;
    padding: 35px !important;
}

.sohbet .heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.sohbet .form-control {
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 12px !important;
    height: 52px;
    font-size: 15px;
    padding-left: 45px;
    color: #333;
    margin-bottom: 12px;
}

.sohbet .form-control:focus {
    box-shadow: 0 0 0 3px rgba(29,124,253,0.3);
    outline: none;
}

.sohbet .btn-warning {
    background: var(--mavi) !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    height: 54px;
    transition: all 0.3s ease;
    color: #fff !important;
}

.sohbet .btn-warning:hover {
    background: var(--mavi-koyu) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29,124,253,0.4);
}

.hero-sag {
    color: #fff;
    padding: 20px;
}

.hero-sag h2 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
}
.hero-sol .sohbet {
        margin-top: -30px !important;
    }
.hero-sag p {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 25px;
}

.chat-balonlari {
    position: relative;
    margin-top: 20px;
}

.chat-balon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 25px;
    padding: 10px 18px;
    margin: 5px 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    animation: float 3s ease-in-out infinite;
}

.chat-balon:nth-child(2) { animation-delay: 0.5s; }
.chat-balon:nth-child(3) { animation-delay: 1s; }
.chat-balon:nth-child(4) { animation-delay: 1.5s; }

.chat-balon .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4ade80;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.8); }
}


.btn-store {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 5px;
}

.btn-store-dark {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}

.btn-store-dark:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
    transform: translateY(-2px);
}

.btn-store-light {
    background: #fff;
    border: 1px solid #fff;
    color: var(--mavi);
}

.btn-store-light:hover {
    background: var(--mavi-acik);
    color: var(--mavi-koyu);
    transform: translateY(-2px);
}


.hero-etiket {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(29,124,253,0.2);
    border: 1px solid rgba(29,124,253,0.4);
    border-radius: 20px;
    padding: 6px 14px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}


.ozellikler-bolum {
    background: var(--beyaz);
    padding: 60px 0;
}

.ozellik-kart {
    background: var(--beyaz);
    border: 1px solid var(--sinir);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.ozellik-kart:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(29,124,253,0.12);
    border-color: var(--mavi);
}

.ozellik-kart .ikon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: var(--mavi-acik);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: var(--mavi);
    transition: all 0.3s ease;
}

.ozellik-kart:hover .ikon-wrapper {
    background: var(--mavi);
    color: #fff;
}

.ozellik-kart h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--koyu);
    margin-bottom: 10px;
}

.ozellik-kart p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}


.icerik-bolum {
    background: var(--mavi-acik);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.icerik-bolum::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--mavi-cok-koyu), var(--mavi), #60a5fa);
}

.icerik-kutu {
    background: var(--beyaz);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.icerik-kutu h1, .icerik-kutu h2 {
    color: var(--mavi);
    font-weight: 700;
}

.icerik-kutu p {
    color: var(--yazi);
    line-height: 1.8;
}


.blog-bolum {
    background: var(--beyaz);
    padding: 60px 0;
}

.bolum-baslik {
    text-align: center;
    margin-bottom: 40px;
}

.bolum-baslik .etiket {
    display: inline-block;
    background: var(--mavi-acik);
    color: var(--mavi);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bolum-baslik h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--koyu);
}

.bolum-baslik p {
    color: #64748b;
}


.blog-kart {
    background: var(--beyaz);
    border: 1px solid var(--sinir);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.blog-kart:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(29,124,253,0.12);
    border-color: var(--mavi);
}

.blog-kart .kart-resim {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.blog-kart .kart-icerik {
    padding: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-kart .kart-kategori {
    color: var(--mavi);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    display: block;
}

.blog-kart h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--koyu);
    margin-bottom: 10px;
    line-height: 1.45;
    flex: 1;
}

.blog-kart h2 a {
    color: var(--koyu) !important;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
}

.blog-kart h2 a:hover {
    color: var(--mavi) !important;
}

.blog-kart .excerpt {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 15px;
    background: none;
    padding: 0;
    border-radius: 0;
}

.blog-kart .excerpt p { margin: 0; }

.blog-bolum .row {
    display: flex;
    flex-wrap: wrap;
}

.blog-bolum .col-lg-4 {
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--mavi) !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    background: none;
    padding: 0;
    border-radius: 0;
    text-shadow: none;
}

.read-more:hover {
    color: var(--mavi-koyu) !important;
    background: none;
    gap: 8px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 20px;
    flex-wrap: wrap;
}

.btn-custom {
    padding: 10px 24px;
    border-radius: 10px;
    background: var(--mavi);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: var(--mavi-koyu);
    transform: translateY(-2px);
    color: #fff !important;
}

.footer-wrapper {
    background: #0d1117 !important;
    color: #fff;
    padding: 60px 0 0;
    position: relative;
}

.footer-wrapper::before {
    display: none;
}

.footer-wrapper .section-title {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.yellow-line {
    border: none !important;
    border-bottom: 2px solid var(--mavi) !important;
    width: 100% !important;
    margin: 8px 0 22px 0 !important;
    opacity: 0.3;
    display: block;
}


.altsayfa ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.altsayfa li {
    margin-bottom: 10px;
}

.altsayfa a, .sosyal-medya a {
    color: #94a3b8 !important;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.altsayfa a:hover, .sosyal-medya a:hover {
    color: #fff !important;
    text-decoration: none;
    padding-left: 4px;
}

.sosyal-medya li {
    margin-bottom: 12px;
}

.footer-bottom {
    margin-top: 50px;
    padding: 20px 30px;
    border-top: 1px solid rgba(255,255,255,0.06);
    text-align: center;
    background: rgba(0,0,0,0.2);
}

.footer-copyright {
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.footer-copyright a {
    color: var(--mavi) !important;
    text-shadow: none;
    font-weight: 600;
}


body a {
    color: var(--mavi);
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
}

body a:hover {
    color: var(--mavi-koyu);
}

.navbar-toggler {
    background: var(--mavi) !important;
    border: none !important;
    border-radius: 8px;
    padding: 6px 12px;
}

.navbar-toggler i {
    color: #fff !important;
}

.sayfalar ul { padding: 0; margin: 0; }
.sayfalar ul li { list-style: none; display: inline-block; }
.sayfalar ul li a { color: var(--koyu) !important; }

.single-post-wrapper {
    background: var(--beyaz);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
	border: 1px solid #D1E7FF;
}

.post-meta {
    color: #64748b;
    font-size: 14px;
    border-bottom: 1px solid var(--sinir);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.post-meta a { color: var(--mavi) !important; }

.post-content h1, .post-content h2, .post-content h3 {
    color: var(--koyu);
}

.blog-section {
    background: var(--beyaz);
    border-radius: 16px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.section-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--mavi);
    border-bottom: 2px solid var(--mavi);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.section-divider {
    border-color: var(--sinir);
    margin: 8px 0;
}

.post-title a {
    color: var(--koyu) !important;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
}

.post-title a:hover { color: var(--mavi) !important; }

.category-header h1 {
    color: var(--mavi);
    font-weight: 700;
}

.category-icon .material-icons {
    color: var(--mavi);
    font-size: 2rem;
}

.category-item {
    display: flex;
    gap: 20px;
    background: var(--beyaz);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid var(--sinir);
    transition: all 0.3s ease;
}

.category-item:hover {
    box-shadow: 0 8px 25px rgba(29,124,253,0.1);
    border-color: var(--mavi);
}

.category-image img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.category-content h2 a {
    color: var(--koyu) !important;
    text-shadow: none;
    font-weight: 700;
}

.category-content h2 a:hover { color: var(--mavi) !important; }

.error-404 {
    border: 2px solid var(--mavi);
    background: var(--beyaz);
    color: var(--koyu);
    border-radius: 16px;
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
    box-shadow: 0 4px 20px rgba(29,124,253,0.1);
}

#scrollToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: var(--mavi);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: none;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(29,124,253,0.4);
    transition: all 0.3s ease;
}

#scrollToTop:hover {
    background: var(--mavi-koyu);
    transform: translateY(-3px);
}

#scrollToTop i { color: #fff; font-size: 20px; }


.form-group input[type="text"],
.form-group input[type="password"] {
    background-color: #ffffff;
    color: #000;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 22px;
    padding-left: 42px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px !important;
    height: 52px;
    font-size: 15px;
    transition: border-color 0.2s ease;
    width: 100%;
}

.form-group input[type="text"] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="%231D7CFD"%3E%3Cpath fill-rule="evenodd" d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z" clip-rule="evenodd" /%3E%3C/svg%3E');
}

.form-group input[type="password"] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="%231D7CFD"%3E%3Cpath d="M10 2a5 5 0 00-5 5v2a2 2 0 00-2 2v5a2 2 0 002 2h10a2 2 0 002-2v-5a2 2 0 00-2-2H7V7a3 3 0 015.905-.75 1 1 0 001.937-.5A5.002 5.002 0 0010 2z" /%3E%3C/svg%3E');
}

.form-group input:focus {
    border-color: var(--mavi) !important;
    box-shadow: 0 0 0 3px rgba(29,124,253,0.15) !important;
    outline: none;
}

.form-control::placeholder { color: #94a3b8; font-weight: 400; }

.page-content-wrapper {
    padding: 40px 0;
}

.page-content-wrapper h1 {
    color: var(--mavi);
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hero-sag { display: none; }

    .arkaplan {
        min-height: auto;
        padding: 20px 0;
    }

    .sohbet {
        margin: 15px !important;
        padding: 20px !important;
    }

    .blog-kart { margin-bottom: 16px; }

    .category-item {
        flex-direction: column;
    }

    .category-image img {
        width: 100%;
        height: 200px;
    }

    .icerik-kutu { padding: 20px; }
}

@media (max-width: 600px) {
    #scrollToTop { right: 15px; bottom: 15px; }
}

.sayfalar ul li { list-style: none; }
.sayfalar ul li a { color: #fff !important; }

.special-section-container {
    background: var(--gri);
    padding: 0;
}

.special-section {
    background: var(--beyaz);
    border-left: 4px solid var(--mavi);
    border-radius: 0 16px 16px 0;
    padding: 40px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.special-section h1, .special-section h2 {
    color: var(--mavi);
    font-weight: 700;
}

.custom-header {
    padding: 30px 0 20px;
}

.custom-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--koyu);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.custom-header h2 .material-icons {
    color: var(--mavi);
    font-size: 2rem;
}

.custom-header p {
    color: #64748b;
    font-size: 1rem;
}

.bottom-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--mavi), transparent);
    margin-bottom: 15px;
}

.custom-frame {
    background: var(--beyaz);
    border-radius: 16px;
    border: 1px solid var(--sinir);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.custom-frame:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(29,124,253,0.12);
    border-color: var(--mavi);
}

.custom-frame .fa {
    color: var(--mavi);
}

.orta-yazilar {
    color: var(--mavi);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.treecombo {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.iconlar { transition: transform 0.3s ease; display: inline-block; }
.iconlar:hover { transform: scale(1.2); }

.bg-dark { background-color: var(--koyu2) !important; }

.ustbar {
    background: rgba(255,255,255,0.97) !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
    position: relative;
    padding: 6px 0 !important;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0,0,0,0.07);
}

.ustbar.fixed-top {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.98) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

.navbar-brand img.logo-img { max-height: 60px; width: auto; }

.navbar-nav .nav-item a,
.navbar-nav li a {
    color: #1e293b !important;
    font-weight: 600;
    padding: 8px 16px !important;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.25s ease;
}

.navbar-nav .nav-item a:hover,
.navbar-nav li a:hover {
    background: #e8f1ff;
    color: #1D7CFD !important;
}

.navbar-nav .current-menu-item a,
.navbar-nav .current_page_item a {
    background: #e8f1ff;
    color: #1D7CFD !important;
    font-weight: 700;
}

.nav-hizli-giris {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: #1D7CFD;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 12px;
}

.nav-hizli-giris:hover {
    background: #0a5ecf;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(29,124,253,0.35);
}

.navbar-toggler {
    background: #1D7CFD !important;
    border: none !important;
    border-radius: 10px;
    padding: 7px 12px;
}

.navbar-toggler .fa { color: #fff !important; }

.hero-wrapper {
    position: relative;
}

.hero-oval-alt {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 80px;
    background: #f1f5f9;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 2;
}

.arkaplan {
    padding-bottom: 60px !important;
}

.ozellikler-bolum {
    margin-top: 40px;
}

.hero-resimler {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin: 20px 0;
    position: relative;
}

.hero-resim-item {
    position: relative;
    display: inline-block;
}

.hero-resim-item img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.5);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.hr-balon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #1e293b;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.hr-balon-alt {
    top: auto;
    bottom: -30px;
}

.hr-canli-badge {
    background: #fff;
    color: #1e293b;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    align-self: center;
    margin-left: 10px;
}

.footer-wrapper .section-title {
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 4px;
    display: inline-block;
}

.yellow-line {
    border: none !important;
    height: 2px !important;
    background: rgba(255,255,255,0.2) !important;
    width: 100% !important;
    margin: 8px 0 20px 0 !important;
    opacity: 1;
    display: block;
}

.altsayfa ul { list-style: none; padding: 0; margin: 0; }
.altsayfa li { margin-bottom: 10px; border: none !important; }
.altsayfa li::marker { display: none; }

.altsayfa a, .sosyal-medya a {
    color: #94a3b8 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
    display: inline;
    border: none !important;
    outline: none;
}

.altsayfa a::before {
    content: '» ';
    color: #1D7CFD;
    font-weight: 700;
}

.altsayfa a:hover { color: #fff !important; }

.sosyal-medya li { margin-bottom: 10px; }
.sosyal-medya a::before {
    content: '» ';
    color: #1D7CFD;
    font-weight: 700;
}
.sosyal-medya a:hover { color: #fff !important; }

.footer-bottom {
    margin-top: 40px;
    padding: 20px 30px;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    text-align: center;
    background: rgba(0,0,0,0.15);
}

.bottom-line { display: none !important; }

@media (max-width: 767px) {
    .footer-wrapper .text-center,
    .footer-wrapper .col-lg-4,
    .footer-wrapper .col-sm-6,
    .footer-wrapper .col-sm-12 {
        text-align: center !important;
    }

    .footer-wrapper .section-title {
        display: block;
        text-align: center;
    }

    .yellow-line {
        margin: 8px auto 20px !important;
    }

    .altsayfa ul,
    .sosyal-medya {
        text-align: center;
    }

    .altsayfa li,
    .sosyal-medya li {
        text-align: center;
    }
    .hero-resimler { display: none !important; }
    .hero-oval-alt { height: 50px; bottom: -25px; }
}


.navbar-dis-wrapper {
    background: linear-gradient(135deg, #0a2a6e 0%, #1a3a8f 40%, #1D7CFD 100%);
    padding: 12px 20px;
}

.ustbar {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    padding: 6px 20px !important;
    position: relative !important;
}

.ustbar.fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
    z-index: 9999 !important;
}

.navbar-dis-wrapper + .hero-wrapper .arkaplan {
    border-radius: 0;
}

.nav-ic {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-brand img.logo-img { max-height: 55px; width: auto; }

.navbar-nav .nav-item a,
.navbar-nav li a {
    color: #1e293b !important;
    font-weight: 600;
    padding: 8px 14px !important;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.25s ease;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.navbar-nav .nav-item a:hover,
.navbar-nav li a:hover {
    background: #e8f1ff;
    color: #1D7CFD !important;
}

.navbar-nav .current-menu-item a,
.navbar-nav .current_page_item a {
    background: #e8f1ff;
    color: #1D7CFD !important;
    font-weight: 700;
}

.navbar-nav li:nth-child(1) a::before { content: '\f015'; font-family: FontAwesome; margin-right: 5px; color: #1D7CFD; }
.navbar-nav li:nth-child(2) a::before { content: '\f086'; font-family: FontAwesome; margin-right: 5px; color: #1D7CFD; }
.navbar-nav li:nth-child(3) a::before { content: '\f05a'; font-family: FontAwesome; margin-right: 5px; color: #1D7CFD; }
.navbar-nav li:nth-child(4) a::before { content: '\f0e0'; font-family: FontAwesome; margin-right: 5px; color: #1D7CFD; }

.nav-hizli-giris {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: #1D7CFD !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 15px;
    box-shadow: 0 4px 15px rgba(29,124,253,0.35);
}

.nav-hizli-giris:hover {
    background: #0a5ecf !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(29,124,253,0.45);
}

.navbar-toggler {
    background: #1D7CFD !important;
    border: none !important;
    border-radius: 10px;
    padding: 7px 12px;
}
.navbar-toggler .fa { color: #fff !important; font-size: 16px; }


.hero-wrapper {
    position: relative;
    overflow: hidden;
}

.arkaplan {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
}

.hero-oval-alt {
    position: relative;
    height: 80px;
    margin-top: -40px;
    background: #f1f5f9;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 3;
}

.hero-resim-alani {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 15px 0 0 0;
    position: relative;
    padding-top: 40px;
    flex-wrap: nowrap;
}

.hero-resim-item {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.hero-resim-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.6);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    display: block;
}

.hri-1 { animation: floatImg 3s ease-in-out infinite; }
.hri-2 { animation: floatImg 3s ease-in-out infinite 0.8s; margin-top: 20px; }
.hri-3 { animation: floatImg 3s ease-in-out infinite 1.6s; }

@keyframes floatImg {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}

.hri-balon {
    position: absolute;
    background: #fff;
    color: #1e293b;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 14px;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    z-index: 5;
}

.hri-balon-ust {
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.hri-balon-alt {
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.hri-canli-badge {
    background: #fff;
    color: #1e293b;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    align-self: center;
    margin-left: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

.hero-store-butonlar {
    margin-top: 50px;
}

.hero-icerik {
    padding: 30px 0 20px;
}

.btn-sohbet {
    background: #1D7CFD !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    height: 54px;
    transition: all 0.3s ease !important;
    color: #fff !important;
}

.btn-sohbet:hover {
    background: #0a5ecf !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29,124,253,0.4) !important;
}

.ozellikler-bolum { margin-top: 0; padding-top: 50px; }

@media (max-width: 991px) {
    .navbar-dis-wrapper { padding: 10px 15px; }
    .hero-resim-alani { display: none !important; }
    .hero-store-butonlar { margin-top: 20px; }
}


.navbar-dis-wrapper {
    background: transparent !important;
    padding: 15px 20px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.ustbar {
    background: rgba(255,255,255,0.95) !important;
    border-radius: 18px !important;
    border: none !important;
    box-shadow: 0 4px 25px rgba(0,0,0,0.12) !important;
    padding: 8px 25px !important;
    position: relative !important;
}

.ustbar.fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,0.98) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    z-index: 9999 !important;
    padding: 8px 40px !important;
}

.hero-wrapper {
    position: relative;
}

.arkaplan {
    padding-top: 110px !important;
    padding-bottom: 100px !important;
}

.navbar-brand img.logo-img { max-height: 58px; width: auto; }

.navbar-nav .nav-item a,
.navbar-nav li a {
    color: #1e293b !important;
    font-weight: 700 !important;
    padding: 9px 18px !important;
    border-radius: 10px;
    font-size: 15px !important;
    transition: all 0.25s ease;
}

.navbar-nav .nav-item a:hover,
.navbar-nav li a:hover {
    background: #e8f1ff;
    color: #1D7CFD !important;
}

.navbar-nav .current-menu-item a,
.navbar-nav .current_page_item a {
    background: #e8f1ff;
    color: #1D7CFD !important;
}

.navbar-nav li:nth-child(1) a::before { content: '\f015'; font-family: FontAwesome; margin-right: 6px; color: #1D7CFD; font-size: 15px; }
.navbar-nav li:nth-child(2) a::before { content: '\f086'; font-family: FontAwesome; margin-right: 6px; color: #1D7CFD; font-size: 15px; }
.navbar-nav li:nth-child(3) a::before { content: '\f05a'; font-family: FontAwesome; margin-right: 6px; color: #1D7CFD; font-size: 15px; }
.navbar-nav li:nth-child(4) a::before { content: '\f0e0'; font-family: FontAwesome; margin-right: 6px; color: #1D7CFD; font-size: 15px; }

.nav-hizli-giris {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    background: #1D7CFD !important;
    color: #fff !important;
    padding: 11px 26px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 15px;
    box-shadow: 0 4px 15px rgba(29,124,253,0.35);
}

.nav-hizli-giris:hover {
    background: #0a5ecf !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(29,124,253,0.45);
}

.navbar-toggler {
    background: #1D7CFD !important;
    border: none !important;
    border-radius: 10px;
    padding: 8px 13px;
}
.navbar-toggler .fa { color: #fff !important; font-size: 17px; }

.hero-sag {
    padding-left: 40px !important;
}

.hero-baslik {
    font-size: 2.8rem !important;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-aciklama {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
    margin-bottom: 20px;
}

.hero-resim-alani {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin: 20px 0 0 0;
    position: relative;
    padding-top: 50px;
    padding-bottom: 45px;
}

.hero-resim-item {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.hero-resim-item img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,0.7);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    display: block;
}

.hri-4 img {
    width: 105px;
    height: 105px;
    margin-bottom: 10px;
}

.hri-1 { animation: floatImg 3.2s ease-in-out infinite; }
.hri-2 { animation: floatImg 3.2s ease-in-out infinite 0.7s; margin-top: 25px; }
.hri-3 { animation: floatImg 3.2s ease-in-out infinite 1.4s; }
.hri-4 { animation: floatImg 3.2s ease-in-out infinite 2.1s; margin-top: 15px; }

@keyframes floatImg {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-14px); }
}

.hri-balon {
    position: absolute;
    background: #fff;
    color: #1e293b;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 16px;
    white-space: nowrap;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    z-index: 5;
}

.hri-balon-ust {
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.hri-balon-alt {
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-store-butonlar {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-oval-alt {
    position: relative;
    height: 90px;
    background: #f1f5f9;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    margin-top: -2px;
    z-index: 3;
}

.ozellikler-bolum {
    margin-top: 0 !important;
    padding-top: 60px;
    background: #f1f5f9;
}

@media (max-width: 991px) {
    .navbar-dis-wrapper {
        position: relative;
        padding: 10px 15px;
        background: linear-gradient(135deg, #0a2a6e 0%, #1D7CFD 100%) !important;
    }
    .ustbar {
        border-radius: 14px !important;
    }
    .arkaplan {
        padding-top: 30px !important;
        padding-bottom: 80px !important;
    }
    .hero-resim-alani { display: none !important; }
    .hero-store-butonlar { margin-top: 15px; }
    .hero-oval-alt { height: 50px; }
}


.hero-sag {
    padding-left: 55px !important;
}

.hero-sol {
    padding-right: 30px;
}

.hero-icerik {
    gap: 0;
    align-items: center;
    padding: 30px 0 20px;
}

.hero-etiket {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    padding: 7px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: fit-content !important;
    white-space: nowrap;
    margin-bottom: 15px;
}

.hero-yesil-nokta {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    display: inline-block;
    flex-shrink: 0;
	animation: yanip-son 1.5s infinite ease-in-out;
}

@keyframes yanip-son {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}


.hri-4 .hri-balon-alt {
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-wrapper {
    background: linear-gradient(135deg, #0a2a6e 0%, #16213e 50%, #0f3460 100%) !important;
    color: #fff;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-nokta-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

.footer-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 10% 80%, rgba(29,124,253,0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 20%, rgba(255,255,255,0.04) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.footer-icerik {
    position: relative;
    z-index: 1;
}

.footer-baslik {
    color: #ffffff !important;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 6px;
    display: inline-block;
    letter-spacing: 0.3px;
}

.footer-cizgi {
    border: none !important;
    height: 2px !important;
    background: rgba(255,255,255,0.2) !important;
    width: 100% !important;
    margin: 8px 0 20px 0 !important;
    opacity: 1;
    display: block;
}

.altsayfa ul { list-style: none; padding: 0; margin: 0; }
.altsayfa li { margin-bottom: 10px; }

.altsayfa a {
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
}

.altsayfa a::before {
    content: '» ';
    color: #60a5fa;
    font-weight: 700;
}

.altsayfa a:hover { color: #fff !important; }

.sosyal-medya { list-style: none; padding: 0; margin: 0; }
.sosyal-medya li { margin-bottom: 10px; }

.sosyal-medya a {
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
}

.sosyal-medya a::before {
    content: '» ';
    color: #60a5fa;
    font-weight: 700;
}

.sosyal-medya a:hover { color: #fff !important; }

.footer-alt {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.footer-alt-cizgi {
    height: 1px;
    background: rgba(255,255,255,0.1);
}

.footer-copyright {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    text-align: center;
    padding: 20px;
    line-height: 1.8;
}

.footer-copyright a {
    color: #60a5fa !important;
    font-weight: 600;
}

@media (max-width: 767px) {
    .footer-wrapper .col-lg-4,
    .footer-wrapper .col-sm-6,
    .footer-wrapper .col-sm-12 {
        text-align: center !important;
    }
    .footer-baslik { display: block; text-align: center; }
    .altsayfa li, .sosyal-medya li { text-align: center; }
}


.sohbet {
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 20px !important;
    padding: 35px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.hero-sol {
    padding-right: 15px !important;
}

.hero-sag {
    padding-left: 60px !important;
}

.altsayfa ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.altsayfa li {
    list-style: none !important;
    list-style-type: none !important;
    margin-bottom: 12px !important;
    padding-left: 0 !important;
}

.altsayfa li::marker {
    display: none !important;
    content: '' !important;
}

.altsayfa li::before {
    display: none !important;
}

.altsayfa ul li {
    list-style: none !important;
}

.altsayfa a,
.sosyal-medya a {
    color: rgba(255,255,255,0.82) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.altsayfa a::before,
.sosyal-medya a::before {
    content: '» ';
    color: #60a5fa;
    font-weight: 700;
    font-size: 16px;
}

.altsayfa a:hover,
.sosyal-medya a:hover {
    color: #fff !important;
}

.sosyal-medya {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sosyal-medya li {
    list-style: none !important;
    list-style-type: none !important;
    margin-bottom: 12px !important;
}

.sosyal-medya li::marker {
    display: none !important;
    content: '' !important;
}

.footer-cizgi {
    border: none !important;
    height: 2px !important;
    background: rgba(255,255,255,0.2) !important;
    width: 60px !important;
    margin: 6px 0 20px 0 !important;
    opacity: 1;
    display: block;
}

@media (max-width: 991px) {
    .navbar-dis-wrapper {
        position: relative !important;
        background: linear-gradient(135deg, #0a2a6e 0%, #1D7CFD 100%) !important;
        padding: 12px 15px !important;
    }

    .ustbar {
        border-radius: 14px !important;
        padding: 8px 15px !important;
    }

    .ustbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    .navbar-toggler {
        order: 2;
        margin-left: auto;
    }

    .navbar-brand {
        order: 1;
        flex: 1;
    }

    .navbar-collapse {
        order: 3;
        width: 100%;
    }

    .hero-sol .sohbet {
        margin: 0 auto !important;
        max-width: 100% !important;
    }

    .arkaplan {
        padding-top: 30px !important;
        padding-bottom: 80px !important;
    }
}

@media (max-width: 767px) {
    .footer-wrapper .col-lg-4,
    .footer-wrapper .col-sm-6,
    .footer-wrapper .col-sm-12 {
        text-align: center !important;
    }

    .footer-baslik {
        display: block !important;
        text-align: center !important;
    }

    .footer-cizgi {
        margin: 6px auto 20px auto !important;
    }

    .altsayfa li,
    .sosyal-medya li {
        text-align: center !important;
    }

    .altsayfa a::before,
    .sosyal-medya a::before {
        content: '' !important;
    }
}

.footer-cizgi {
    width: 80px !important;
    height: 2px !important;
    background: rgba(255,255,255,0.3) !important;
    border: none !important;
    margin: 6px 0 20px 0 !important;
    display: block;
    opacity: 1;
}

.blog-bolum {
    background: #fff;
    padding: 50px 0;
}

.blog-item {
    display: flex;
    gap: 0;
    background: #0f172a;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid rgba(29,124,253,0.2);
    transition: all 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(29,124,253,0.2);
    border-color: #1D7CFD;
}

.blog-image {
    flex-shrink: 0;
    width: 260px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-content {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.blog-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-content h2 a {
    color: #1D7CFD !important;
    text-decoration: none;
    font-weight: 700;
}

.blog-content h2 a:hover {
    color: #60a5fa !important;
}

.blog-content .excerpt {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.blog-content .excerpt p { margin: 0; color: rgba(255,255,255,0.75); }

.blog-content .read-more {
    display: inline-block;
    background: #1D7CFD;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.blog-content .read-more:hover {
    background: #0a5ecf;
    transform: translateY(-1px);
    color: #fff !important;
}

@media (max-width: 767px) {
    .blog-item {
        flex-direction: column;
    }
    .blog-image {
        width: 100%;
        height: 200px;
    }
    .blog-content {
        padding: 20px;
    }
}

.custom-header {
    padding: 20px 0 30px;
    text-align: center;
}

.custom-header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
}

.custom-header h2 .material-icons {
    color: #1D7CFD;
    vertical-align: middle;
    font-size: 2rem;
}

.custom-header p {
    color: #64748b;
}

.special-section {
    background: #0f172a;
    border-left: 4px solid #1D7CFD;
    border-radius: 0 12px 12px 0;
    padding: 35px 40px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.special-section h1,
.special-section h2 {
    color: #1D7CFD;
    font-weight: 700;
}

.special-section p {
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

.special-section-container {
    background: #f1f5f9;
    padding: 10px 0 20px;
}


@media (max-width: 991px) {
    .navbar-dis-wrapper {
        background: transparent !important;
        padding: 12px 15px !important;
        position: relative !important;
    }

    .ustbar {
        background: rgba(255,255,255,0.97) !important;
        border-radius: 14px !important;
        padding: 8px 15px !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
    }

    .navbar-collapse {
        background: #fff;
        border-radius: 12px;
        margin-top: 8px;
        padding: 10px 5px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

    .navbar-collapse .navbar-nav {
        padding: 5px 0;
    }
	
    .navbar-nav .nav-item,
    .navbar-nav li {
        width: 100%;
    }

    .navbar-nav .nav-item a,
    .navbar-nav li a {
        display: flex !important;
        align-items: center;
        padding: 12px 16px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        color: #1e293b !important;
        font-weight: 600 !important;
        width: 100%;
        margin: 2px 0;
    }

    .navbar-nav .nav-item a:hover,
    .navbar-nav li a:hover {
        background: #e8f1ff;
        color: #1D7CFD !important;
    }

    .nav-hizli-giris {
        display: flex !important;
        justify-content: center;
        width: 100% !important;
        margin: 8px 0 4px 0 !important;
        padding: 12px 20px !important;
        border-radius: 10px !important;
    }

    .ustbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .navbar-brand { flex: 1; }

    .navbar-toggler {
        flex-shrink: 0;
        background: #1D7CFD !important;
        border: none !important;
        border-radius: 8px;
        padding: 7px 11px;
    }

    .navbar-nav li:nth-child(1) a::before { content: '\f015'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }
    .navbar-nav li:nth-child(2) a::before { content: '\f086'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }
    .navbar-nav li:nth-child(3) a::before { content: '\f05a'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }
    .navbar-nav li:nth-child(4) a::before { content: '\f0e0'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }
	
	.hero-wrapper .arkaplan {
		margin: 0 !important;
		padding: 30px 0 0 0 !important; 
		}
}


@media (max-width: 991px) {
    .navbar-dis-wrapper {
        background: transparent !important;
        padding: 12px 12px !important;
        position: relative !important;
        z-index: 100;
    }

    .ustbar {
        background: #fff !important;
        border-radius: 14px !important;
        padding: 10px 15px !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
        width: 100%;
    }

    .ustbar .container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        padding: 0 5px !important;
    }

    .navbar-brand {
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0;
    }

    .navbar-toggler {
        background: #1D7CFD !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 7px 10px !important;
        flex-shrink: 0;
        margin-left: auto;
        order: 3;
    }

    .navbar-toggler .fa {
        color: #fff !important;
        font-size: 16px;
        display: block;
    }

    #navbarMain {
        width: 100% !important;
        order: 4;
        flex-basis: 100%;
    }

    #navbarMain.collapse:not(.show) {
        display: none !important;
    }

    #navbarMain.show {
        display: block !important;
    }

    .navbar-collapse {
        background: #fff !important;
        border-radius: 12px !important;
        margin-top: 10px !important;
        padding: 8px !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
        width: 100% !important;
    }

    .navbar-nav {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        float: none !important;
    }

    .navbar-nav .nav-item,
    .navbar-nav li {
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin: 2px 0 !important;
    }

    .navbar-nav .nav-item a,
    .navbar-nav li a {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        padding: 12px 14px !important;
        border-radius: 10px !important;
        color: #1e293b !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        text-decoration: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .navbar-nav .nav-item a:hover,
    .navbar-nav li a:hover {
        background: #e8f1ff !important;
        color: #1D7CFD !important;
    }

    .navbar-nav li:nth-child(1) a::before { content: '\f015'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }
    .navbar-nav li:nth-child(2) a::before { content: '\f086'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }
    .navbar-nav li:nth-child(3) a::before { content: '\f05a'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }
    .navbar-nav li:nth-child(4) a::before { content: '\f0e0'; font-family: FontAwesome; margin-right: 8px; color: #1D7CFD; }

    .nav-hizli-giris {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 6px 0 2px 0 !important;
        padding: 12px 16px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        box-sizing: border-box !important;
    }
}

.special-section-container {
    background: transparent !important;
    padding: 0 !important;
}

.special-section {
    background: transparent !important;
    border-left: none !important;
    border-radius: 0 !important;
    padding: 30px 0 10px 0 !important;
    box-shadow: none !important;
}

.special-section h1,
.special-section h2 {
    color: #1D7CFD !important;
    font-weight: 700;
}

.special-section p {
    color: #475569 !important;
    line-height: 1.8;
}

.blog-item {
    background: #f8faff !important;
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 22px;
    transition: all 0.3s ease;
    display: flex;
}

.blog-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(29,124,253,0.15) !important;
    border-color: #1D7CFD !important;
}

.blog-content {
    padding: 28px 32px !important;
    background: #f8faff !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-content h2 a {
    color: #1D7CFD !important;
    font-weight: 700;
    text-decoration: none;
}

.blog-content h2 a:hover {
    color: #0a5ecf !important;
}

.blog-content .excerpt,
.blog-content .excerpt p {
    color: #475569 !important;
    font-size: 14px;
    line-height: 1.7;
}

.blog-content .read-more {
    background: #1D7CFD !important;
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block;
    align-self: flex-start;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.blog-content .read-more:hover {
    background: #0a5ecf !important;
    transform: translateY(-1px);
}



.icerik-sade {
    background-color: #fff !important; 
    padding: 40px 30px !important; 
    border-radius: 20px !important;
    border: 1px solid #D1E7FF !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
    
    margin: 20px auto !important;
    max-width: 1000px !important; 
    width: 95%;
}

.icerik-resim {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin: 0 5px;
    display: inline-block;
}

.icerik-baslik {
    color: #1D7CFD;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.icerik-baslik2 {
    color: #1D7CFD;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.icerik-yazi {
    color: #475569;
    line-height: 1.8;
    font-size: 15px;
}

.special-section-container,
.special-section {
    display: none !important;
}


.blog-bolum {
    background: #f8faff;
    padding: 30px 0 50px;
}


.custom-header {
    text-align: center;
    padding: 10px 0 30px;
}

.custom-header h2 {
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.custom-header h2 .material-icons {
    color: #1D7CFD;
    font-size: 2rem;
}

.custom-header p {
    color: #64748b;
    font-size: 15px;
    margin: 5px 0 0;
}


.hb-kart {
    background: #fff;
    border: 2px solid #1D7CFD;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hb-kart:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(29,124,253,0.2);
    border-color: #0a5ecf;
}

.hb-resim {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.hb-resim img,
.hb-resim a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hb-kart:hover .hb-resim img {
    transform: scale(1.05);
}

.hb-icerik {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hb-baslik {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.hb-baslik a {
    color: #1D7CFD !important;
    text-decoration: none;
    font-weight: 700;
}

.hb-baslik a:hover {
    color: #0a5ecf !important;
}

.hb-ozet {
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 15px;
    flex: 1;
}

.hb-ozet p { margin: 0; color: #64748b; }


.hb-buton {
    display: block;
    background: #1D7CFD;
    color: #fff !important;
    text-align: center;
    padding: 11px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    margin-top: auto;
}

.hb-buton:hover {
    background: #0a5ecf;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(29,124,253,0.3);
}

.hb-sayfalama {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 30px 0 10px;
    flex-wrap: wrap;
}

.hb-sayfa-btn {
    display: inline-block;
    background: #1D7CFD;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #1D7CFD;
}

.hb-sayfa-btn:hover {
    background: transparent;
    color: #1D7CFD !important;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .hb-resim { height: 180px; }
    .hb-icerik { padding: 16px; }
    .hb-baslik { font-size: 1rem; }
}



.hb-ozet {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.8em;
}

.hb-ozet p {
    margin: 0;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.hb-kart {
    transform: none !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.hb-kart:hover {
    transform: none !important;
    box-shadow: 0 8px 25px rgba(29,124,253,0.2) !important;
    border-color: #0a5ecf !important;
}

.hb-resim img,
.hb-resim a img {
    transition: none !important;
    transform: none !important;
}

.hb-kart:hover .hb-resim img {
    transform: none !important;
}


.icerik-sade {
    text-align: center;
    padding: 40px 0 25px;
}

.icerik-baslik {
    color: #1D7CFD;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 14px;
    text-align: center;
}

.icerik-baslik2 {
    color: #1D7CFD;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 12px;
    text-align: center;
}

.icerik-yazi {
    color: #475569;
    line-height: 1.8;
    font-size: 15px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 10px;
}


.footer-cizgi {
    width: 100% !important;
    max-width: 200px !important;
    height: 2px !important;
    background: rgba(255,255,255,0.25) !important;
    border: none !important;
    margin: 8px 0 22px 0 !important;
    display: block;
    opacity: 1;
}

@media (max-width: 767px) {
    .footer-cizgi {
        margin: 8px auto 22px auto !important;
    }
    .footer-wrapper .col-lg-4,
    .footer-wrapper .col-sm-6,
    .footer-wrapper .col-sm-12 {
        text-align: center !important;
    }
    .footer-baslik { text-align: center !important; display: block !important; }
    .altsayfa li, .sosyal-medya li { text-align: center !important; }
}


.footer-wrapper .col-lg-4,
.footer-wrapper .col-sm-6,
.footer-wrapper .col-sm-12 {
    text-align: center !important;
}

.footer-baslik {
    display: block !important;
    text-align: center !important;
}

.footer-cizgi {
    margin: 8px auto 22px auto !important;
    width: 100% !important;
    max-width: 200px !important;
}

.altsayfa ul,
.sosyal-medya {
    text-align: center !important;
    padding: 0 !important;
}

.altsayfa li,
.sosyal-medya li {
    text-align: center !important;
    display: block !important;
}

.altsayfa a,
.sosyal-medya a {
    display: inline !important;
    text-align: center !important;
}

.footer-wrapper .col-lg-4,
.footer-wrapper .col-sm-6,
.footer-wrapper .col-sm-12 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.footer-icerik .row {
    padding-bottom: 0 !important;
}

.footer-wrapper {
    padding: 40px 0 0 !important;
}

.footer-icerik {
    padding-bottom: 10px !important;
}

.altsayfa,
.sosyal-medya {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.altsayfa li:last-child,
.sosyal-medya li:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .footer-wrapper {
        padding: 40px 0 0 !important;
    }

    .footer-icerik {
        padding-bottom: 15px !important;
    }

    .footer-wrapper .col-lg-4,
    .footer-wrapper .col-sm-6,
    .footer-wrapper .col-sm-12 {
        margin-bottom: 25px !important;
        padding-bottom: 0 !important;
    }

    .altsayfa li {
        margin-bottom: 10px !important;
        line-height: 1.6 !important;
    }

    .sosyal-medya li {
        margin-bottom: 10px !important;
        line-height: 1.6 !important;
    }
}

@media (min-width: 768px) {
    .footer-wrapper .col-lg-4 {
        margin-bottom: 0 !important;
        padding-bottom: 10px !important;
    }

    .footer-icerik {
        padding-bottom: 15px !important;
    }

    .altsayfa li {
        margin-bottom: 10px !important;
    }

    .sosyal-medya li {
        margin-bottom: 10px !important;
    }
}


@media (min-width: 768px) {
    .altsayfa li {
        margin-bottom: 6px !important;
    }
    .sosyal-medya li {
        margin-bottom: 6px !important;
    }
    .footer-icerik {
        padding-bottom: 5px !important;
    }
    .footer-wrapper {
        padding: 35px 0 0 !important;
    }
}


@media (min-width: 768px) {
    .altsayfa li {
        margin-bottom: 10px !important;
    }
    .sosyal-medya li {
        margin-bottom: 10px !important;
    }
    .footer-wrapper .col-lg-4,
    .footer-wrapper .col-sm-6 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .footer-icerik {
        padding-bottom: 0 !important;
    }
    .footer-icerik .row {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .footer-alt {
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {
    .footer-cizgi {
        margin: 6px auto 12px auto !important;
    }
}

@media (max-width: 767px) {
    .footer-wrapper .col-lg-4:last-of-type,
    .footer-wrapper .col-sm-12 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .footer-icerik .row > div:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .sosyal-medya li:last-child {
        margin-bottom: 0 !important;
    }
}


@media (max-width: 991px) {
    .navbar-dis-wrapper {
        background: transparent !important;
        padding: 12px !important;
        position: relative !important;
        z-index: 100;
    }

    .ustbar {
        background: #fff !important;
        border-radius: 14px !important;
        padding: 10px 15px !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
        position: relative !important;
    }

    .ustbar .container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    .navbar-brand {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        order: 1;
        flex-shrink: 0;
    }

    .navbar-brand img.logo-img {
        max-height: 50px !important;
        width: auto !important;
    }

    .navbar-toggler {
        order: 2 !important;
        background: #1D7CFD !important;
        border: none !important;
        border-radius: 10px !important;
        padding: 8px 12px !important;
        margin: 0 !important;
        flex-shrink: 0;
        cursor: pointer;
    }

    .navbar-toggler .fa {
        color: #fff !important;
        font-size: 18px !important;
        display: block !important;
        line-height: 1 !important;
    }

    .navbar-collapse {
        order: 3 !important;
        flex-basis: 100% !important;
        width: 100% !important;
        background: #fff !important;
        border-radius: 12px !important;
        margin-top: 10px !important;
        padding: 10px !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
    }

    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse.show {
        display: block !important;
    }

    .navbar-nav {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .navbar-nav .nav-item,
    .navbar-nav li {
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin: 2px 0 !important;
    }

    .navbar-nav .nav-item a,
    .navbar-nav li a {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        padding: 11px 14px !important;
        border-radius: 10px !important;
        color: #1e293b !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    .navbar-nav .nav-item a:hover,
    .navbar-nav li a:hover {
        background: #e8f1ff !important;
        color: #1D7CFD !important;
    }

    .navbar-nav li:nth-child(1) a::before { content: '\f015'; font-family: FontAwesome !important; margin-right: 8px; color: #1D7CFD; font-size: 15px; }
    .navbar-nav li:nth-child(2) a::before { content: '\f086'; font-family: FontAwesome !important; margin-right: 8px; color: #1D7CFD; font-size: 15px; }
    .navbar-nav li:nth-child(3) a::before { content: '\f05a'; font-family: FontAwesome !important; margin-right: 8px; color: #1D7CFD; font-size: 15px; }
    .navbar-nav li:nth-child(4) a::before { content: '\f0e0'; font-family: FontAwesome !important; margin-right: 8px; color: #1D7CFD; font-size: 15px; }

    .nav-hizli-giris {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 6px 0 2px 0 !important;
        padding: 12px 16px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        box-sizing: border-box !important;
        background: #1D7CFD !important;
        color: #fff !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .nav-hizli-giris:hover {
        background: #0a5ecf !important;
        color: #fff !important;
    }
}


.mobil-navbar {
    background: transparent;
    padding: 12px;
    position: relative;
    z-index: 1000;
}

.mobil-nav-icerik {
    background: #fff;
    border-radius: 14px;
    padding: 10px 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobil-logo img {
    max-height: 50px;
    width: auto;
    display: block;
}

.mobil-hamburger {
    background: #1D7CFD;
    border: none;
    border-radius: 10px;
    padding: 9px 13px;
    cursor: pointer;
    line-height: 1;
}

.mobil-hamburger .fa {
    color: #fff;
    font-size: 18px;
    display: block;
}

.mobil-menu {
    background: #fff;
    border-radius: 12px;
    margin-top: 8px;
    padding: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.mobil-menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 11px 14px;
    border-radius: 10px;
    color: #1e293b !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    margin: 2px 0;
    transition: all 0.2s ease;
}

.mobil-menu-link:hover {
    background: #e8f1ff;
    color: #1D7CFD !important;
}

.mobil-menu-link i.fa {
    font-size: 20px !important;
}

.mobil-hizli-giris {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    background: #1D7CFD;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    margin-top: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.mobil-hizli-giris:hover {
    background: #0a5ecf;
    color: #fff !important;
}


@media (max-width: 991px) {
    .hero-wrapper {
        position: relative;
        z-index: 1;
    }

    .mobil-navbar {
        position: relative;
        z-index: 999;
        background: transparent !important;
    }

    body {
        background: linear-gradient(135deg, #0a2a6e 0%, #1a3a8f 40%, #1D7CFD 100%);
    }

    .arkaplan {
        background: transparent !important;
    }
}


@media (max-width: 991px) {
    .mobil-navbar {
        background: transparent !important;
        padding: 12px !important;
        position: relative;
        z-index: 999;
    }

    .mobil-nav-kutu {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        overflow: hidden;
    }

    .mobil-nav-icerik {
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 10px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobil-menu {
        background: transparent !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
        box-shadow: none !important;
        padding: 0 10px 10px 10px !important;
        border-top: 1px solid #f0f0f0;
    }
}

.page-content-wrapper {
    background: #f1f5f9;
    padding: 40px 0 60px;
    min-height: 400px;
}

.page-icerik-kutu {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border: 1px solid #D1E7FF;
    color: #334155;
}

.page-baslik {
    color: #1D7CFD;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8f1ff;
}

.page-icerik-kutu .post-content {
    color: #334155;
    line-height: 1.8;
    font-size: 15px;
}

.page-icerik-kutu .post-content h2,
.page-icerik-kutu .post-content h3 {
    color: #1D7CFD;
    font-weight: 700;
    margin-top: 20px;
}

.page-icerik-kutu .post-content a {
    color: #1D7CFD;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .page-icerik-kutu {
        padding: 20px;
    }
.page-icerik-kutu .page-baslik {
        font-size: 2rem !important;
    }
}


@media (max-width: 991px) {
    .hero-oval-alt {
        display: none !important;
    }
    .arkaplan {
        padding-bottom: 30px !important;
    }
}


@media (max-width: 991px) {
    .icerik-sade {
        background: #ffffff !important;
        padding: 25px 0 20px !important;
    }
.icerik-resim {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: 0 5px;
    display: inline-block;
}
    .ozellikler-bolum {
        background: #ffffff !important;
    }
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #1D7CFD !important;
    font-weight: 700;
}

.post-content-wrapper h1 {
    color: #1e293b !important;
    font-weight: 700;
}

.single-post-wrapper h1,
.post-content-wrapper h1,
.post-content h1 {
    color: #1D7CFD !important;
    font-weight: 700;
}


.post-meta { color: #64748b; font-size: 14px; }
.post-meta a { color: #64748b !important; text-decoration: none !important; }
.post-meta a:hover { color: #1D7CFD !important; }
.tag-links a { color: #64748b !important; }


.btn-404-ana {
    display: inline-flex;
    align-items: center;
    background: #1D7CFD;
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(29,124,253,0.35);
}

.btn-404-ana:hover {
    background: #0a5ecf;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29,124,253,0.4);
    color: #fff !important;
}

@media (max-width: 767px) {
    .page-icerik-kutu h1 { font-size: 4rem !important; }
    .page-icerik-kutu h2 { font-size: 1.4rem !important; }
    .page-icerik-kutu { padding: 40px 20px !important; }
}


.sidebar-kutu {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border: 1px solid #D1E7FF;
}

.sidebar-baslik {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f1ff;
}

.sidebar-kategori-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 8px;
    background: #1e293b;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.25s ease;
}

.sidebar-kategori-link:hover {
    background: #1D7CFD;
    color: #fff !important;
    transform: translateX(3px);
}

.sidebar-kat-isim {
    color: #fff;
}

.sidebar-kat-sayi {
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
    min-width: 24px;
    text-align: center;
}

.sidebar-kategori-link:hover .sidebar-kat-sayi {
    background: rgba(255,255,255,0.25);
}

.sidebar-yazi-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.sidebar-yazi-link:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-yazi-link:hover .sidebar-yazi-baslik {
    color: #1D7CFD !important;
}

.sidebar-yazi-resim {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
}

.sidebar-yazi-bilgi {
    flex: 1;
    min-width: 0;
}

.sidebar-yazi-baslik {
    color: #1e293b !important;
    font-weight: 700;
    font-size: 13.5px;
    line-height: 1.4;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.sidebar-yazi-tarih {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}


.sidebar-baslik {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #e8f1ff !important;
}

.sidebar-kategori-link {
    background: #1D7CFD !important;
    color: #fff !important;
}

.sidebar-kategori-link:hover {
    background: #0a5ecf !important;
    color: #fff !important;
}


/* === custom-header h1 (category & tag pages) === */
.custom-header-h1 {
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.custom-header-h1 .material-icons {
    color: #1D7CFD;
    font-size: 2rem;
    vertical-align: middle;
}

/* === Madde 4: Mobilde ekstra mavi arka planı kaldır === */
@media (max-width: 991px) {
    /* body mavi gradient — hero section ile aynı arka plan */
    body {
        background: linear-gradient(135deg, #0a2a6e 0%, #1a3a8f 40%, #1D7CFD 100%) !important;
        background-attachment: fixed !important;
    }

    /* Hero wrapper ve arkaplan transparent — body taşır rengi */
    .hero-wrapper {
        background: transparent !important;
    }

    .hero-wrapper .arkaplan {
        background: transparent !important;
    }

    .mobil-navbar {
        background: transparent !important;
        padding: 12px !important;
    }

    .mobil-nav-kutu {
        background: #fff !important;
        border-radius: 14px !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
        overflow: hidden;
    }

    .mobil-nav-icerik {
        background: transparent !important;
        box-shadow: none !important;
        padding: 10px 16px !important;
    }

    .mobil-menu {
        background: transparent !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
        box-shadow: none !important;
        padding: 0 10px 10px 10px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    /* Hero altındaki içerik bölümleri kendi arka planları ile */
    .ozellikler-bolum {
        background: #fff !important;
    }

    .icerik-sade {
        background: #fff !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 25px 15px !important;
    }

    .blog-bolum {
        background: #f8faff !important;
    }

    .page-content-wrapper {
        background: #f1f5f9 !important;
    }
}


/* single.php sayfasında body mavisi görünmesin */
@media (max-width: 991px) {
    .single-post-wrapper {
        background: #fff !important;
    }
    /* single.php dış sarıcı container — body mavisi görünmesin */
    .single-post-wrapper,
    .post-content-wrapper {
        background: #fff !important;
    }
    /* single sayfasının tüm alanı */
    body.single-template-default,
    body.single {
        background: #f1f5f9 !important;
    }
    /* single.php ana container div */
    .single-post-wrapper ~ * ,
    .container:has(.single-post-wrapper) {
        background: #f1f5f9 !important;
    }
}

/* single.php sayfasında mobilde container arkaplanı */
@media (max-width: 991px) {
    .single-page-container {
        background: #f1f5f9 !important;
    }
}
/* === index.php icerik-sade çerçeve === */
.icerik-cerceve {
    background: #fff !important;
    border-radius: 20px !important;
    border: 1px solid #D1E7FF !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    max-width: 1100px !important;
    margin: 30px auto !important;
    padding: 40px 35px !important;
    width: calc(100% - 30px) !important;
}

@media (max-width: 767px) {
    .icerik-cerceve {
        padding: 25px 18px !important;
        margin: 15px auto !important;
        border-radius: 14px !important;
        width: calc(100% - 20px) !important;
    }
}

/* === Hero-sag mobilde gizle === */
@media (max-width: 991px) {
    .hero-sag {
        display: none !important;
    }
}

/* === Hero oval düz çizgi (oval yok) === */
.hero-oval-alt {
    display: none !important;
}

/* icerik-sade bölümü — mavi body görünmesin */
@media (max-width: 991px) {
    .icerik-cerceve {
        margin: 0 !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    /* icerik-sade'nin wrapper'ı */
    .icerik-sade {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* === Mobilde sohbet kutusu altı hero içeriği === */
.mobil-hero-icerik {
    padding: 20px 15px 10px;
    text-align: center;
}

.mobil-hero-icerik .hero-etiket {
    display: inline-flex !important;
    margin: 0 auto 15px auto !important;
}

.mobil-hero-icerik .hero-baslik {
    font-size: 1.8rem !important;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}

.mobil-hero-icerik .hero-aciklama {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0;
}
