/*
 * TeknolojiTR
 * Tema: teknolojitr
 * Versiyon: 1.0
 */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* Ana Kapsayıcı */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}
.container-fluid {
    width: 100%;
    padding: 0;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: flex-start !important;
    gap: 24px;
}
.grid-container-fluid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
}
.grid-col-1 { grid-column: span 1; }
.grid-col-2 { grid-column: span 2; }
.grid-col-3 { grid-column: span 3; }
.grid-col-4 { grid-column: span 4; }
.grid-col-5 { grid-column: span 5; }
.grid-col-6 { grid-column: span 6; }
.grid-col-7 { grid-column: span 7; }
.grid-col-8 { grid-column: span 8; }
.grid-col-9 { grid-column: span 9; }
.grid-col-10 { grid-column: span 10; }
.grid-col-11 { grid-column: span 11; }
.grid-col-12 { grid-column: span 12; }
.grid-item {
}
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 0.75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-5 { margin-top: 1.25rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-7 { margin-top: 1.75rem !important; }
.mt-8 { margin-top: 2rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-7 { margin-bottom: 1.75rem !important; }
.mb-8 { margin-bottom: 2rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 0.75rem !important; }
.ml-4 { margin-left: 1rem !important; }
.ml-5 { margin-left: 1.25rem !important; }
.ml-6 { margin-left: 1.5rem !important; }
.ml-7 { margin-left: 1.75rem !important; }
.ml-8 { margin-left: 2rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 0.75rem !important; }
.mr-4 { margin-right: 1rem !important; }
.mr-5 { margin-right: 1.25rem !important; }
.mr-6 { margin-right: 1.5rem !important; }
.mr-7 { margin-right: 1.75rem !important; }
.mr-8 { margin-right: 2rem !important; }

.m-0  { margin: 0 !important; }
.m-2  { margin: 0.5rem !important; }
.m-4  { margin: 1rem !important; }

/* Horizontal */
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }

/* Vertical */
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 0.75rem !important; }
.pt-4 { padding-top: 1rem !important; }
.pt-5 { padding-top: 1.25rem !important; }
.pt-6 { padding-top: 1.5rem !important; }
.pt-7 { padding-top: 1.75rem !important; }
.pt-8 { padding-top: 2rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 0.75rem !important; }
.pb-4 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 1.25rem !important; }
.pb-6 { padding-bottom: 1.5rem !important; }
.pb-7 { padding-bottom: 1.75rem !important; }
.pb-8 { padding-bottom: 2rem !important; }

.pl-0 { padding-left: 0 !important; }
.pl-2 { padding-left: 0.5rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-2 { padding-right: 0.5rem !important; }

.p-0  { padding: 0 !important; }
.p-2  { padding: 0.5rem !important; }
.p-4  { padding: 1rem !important; }

/* Horizontal */
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }

/* Vertical */
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }


h1 {color:#292C35; font-size: 1.5rem; font-weight: 600;}
h2 {color:#292C35; font-size: 1.375rem;}
h3 {color:#292C35; font-size: 1.25rem;}
h4 {color:#292C35; font-size: 1.125rem;}
h5 {color:#292C35; font-size: 1rem;}
h6 {color:#292C35; font-size: 0.875rem;}
h1.mobilheading {color:#292C35; font-size: 1.2rem; font-weight: 600;}
.desc {font-size: 0.875rem; color: #4E5360; font-weight: 400; line-height: 1.25rem;}
.search-form,
.search-field {
    width: 100%;
    box-sizing: border-box;
}
body {
    font-family: "Rubik", sans-serif;
    background-color: #F1F2F6;
    margin: 0;
    padding: 0;
}
header {
    padding: 1em 0;
}
.site-header {
    background-color: #FFFFFF;
    color: #787E8D;
    padding: 1rem 0;
    border-bottom: solid 1px #DDE0E8;
}
.teknolojitr {
    display: flex;
    align-items: center;   /* LOGO + SEARCH + NAV dikey hizalanır */
    gap: 12px;
}
.teknolojitr-logo {
    display: flex;
    align-items: center;      /* Yükseklik hizası */
    justify-content: center;
    width: 204px;
    height: 36px;
    background-image: url('img/teknolojitr.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px; /* Yazıyı gizle */
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin-top: 6px;
}
.teknolojitr-logo {
    color: transparent !important;
    text-decoration: none !important;
}
input.search-field {
    background: #F4F5F7;
    padding: 1rem;
    color: #8E94A4;
    border: none;
    background: url('img/search.svg') no-repeat 16px center;
    background-size: 18px;
    font-size: 0.875rem;
    padding-left: 48px; /* ikona yer açar */
    height: 48px;
    border-radius: 9999px;
    border: none;
    background-color: #F4F5F7;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
    }

    .teknolojitr-logo {
        width: 150px;
        height: 40px;
        margin-top:0;
    }
}
.main-navigation {
    background-color: rgba(255,255,255,0.1);
    padding: 0.5rem 0;
}
.main-navigation {
    margin-top: 1rem;
    border-top: 1px solid #DDE0E8;
    padding: 1rem 0 0 0;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
}

.main-navigation a {
    color: #292C35;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.main-navigation a:hover {
    color: #008eff;
}

.content-area {
    max-width: 1324px;
    margin: 0 auto;
}

.entry-title {
    margin-bottom: 1rem;
}

.entry-content {
    font-size: 1.1rem;
}

.widget {
    background: #f8f9fa;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 5px;
}

.widget-title {
    padding-bottom: 0.5rem;
}


.site-footer {
    color: #787E8D;
    text-align: left;
    padding: 2rem 0;
    margin-top: 3rem;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .main-navigation ul {
        flex-direction: column;
        gap: 1rem;
    }

    .content-area {
        padding: 1rem;
    }
}

.tech-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.tech-badge {
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 1rem;
}
.dijitalurunler {
    float: left;
    width: 48px;
    height: 48px;
    background: #EEEFF3;
    border-radius: 9999px;
    display: flex;
    align-items: center;     /* dikey ortalama */
    justify-content: center; /* yatay ortalama */
    transition: background-color 0.3s ease, transform 0.25s ease, filter 0.25s ease;
    margin-right: 12px;
}
.dijitalurunler:hover {
    background: #008EFF;
}
.dijitalurunler:hover img {
    filter: brightness(0) invert(1);   /* koyu ikonu beyaza çevirir */
}
.hesabim {
    float: left;
    width: 48px;
    height: 48px;
    background: #EEEFF3;
    border-radius: 9999px;
    display: flex;
    align-items: center;     /* dikey ortalama */
    justify-content: center; /* yatay ortalama */
    transition: background-color 0.3s ease, transform 0.25s ease, filter 0.25s ease;
    margin-right: 12px;
}
.hesabim:hover {
    background: #008EFF;
}
.hesabim:hover img {
    filter: brightness(0) invert(1);   /* koyu ikonu beyaza çevirir */
}
.forum {
    float: left;
    padding: 1rem;
    background: #000c3a;
    border-radius: 9999px;
    display: flex;
    align-items: center;     /* dikey ortalama */
    justify-content: center; /* yatay ortalama */
    transition: background-color 0.3s ease, transform 0.25s ease, filter 0.25s ease;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    height: 16px;
    font-size: 14px;
}
.forum:hover {
    background: #003467;
}
.forum img {
    margin-right: 8px;
}
.ekle {
    float: left;
    padding: 1rem;
    background: #008EFF;
    border-radius: 9999px;
    display: flex;
    align-items: center;     /* dikey ortalama */
    justify-content: center; /* yatay ortalama */
    transition: background-color 0.3s ease, transform 0.25s ease, filter 0.25s ease;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    height: 16px;
    font-size: 14px;
}
.ekle:hover {
    background: #006ABF;
}
.ekle img {
    margin-right: 8px;
}
.firsatlar {
    display: inline-block;  /* <— height ve width artık çalışır */
    width: 18px;
    height: 18px;
    background: url('img/firsatlar.svg') no-repeat center;
    background-size: contain; /* SVG tam sığar */
    margin-right: 8px; /* metinle araya boşluk */
    vertical-align: middle; /* hizalama düzgün olsun */
    transition: background-color 0.3s ease, transform 0.25s ease, filter 0.25s ease;
}
.web {
    display: inline-block;  /* <— height ve width artık çalışır */
    width: 18px;
    height: 18px;
    background: url('img/webaraclari.svg') no-repeat center;
    background-size: contain; /* SVG tam sığar */
    margin-right: 8px; /* metinle araya boşluk */
    vertical-align: middle; /* hizalama düzgün olsun */
    transition: background-color 0.3s ease, transform 0.25s ease, filter 0.25s ease;
}
.main-navigation ul li a:hover .firsatlar {
    background: url('img/firsathover.svg') no-repeat center;
}
.main-navigation ul li a:hover .web {
    background: url('img/webhover.svg') no-repeat center;
}
/* === Ana navigasyon === */
.main-navigation {
    position: relative;
    z-index: 100;
}

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

.main-navigation ul li {
    position: relative;
}

/* === Menü başlıkları === */
.main-navigation a {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.25s ease;
    padding: 8px 12px;
}

/* Hover rengi */
.main-navigation li:hover > a {
    color: #0066ff;
}

/* === Arrow SVG === */
.main-navigation li.menu-item-has-children > a::after {
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
}

/* Hover’da arrow döner */
.main-navigation li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

/* === Submenu (dropdown kutusu) === */
.main-navigation ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;              /* 🔹 Her kenardan eşit padding */
    margin: 0 !important;
    gap: 0 !important;          /* 🔹 Aralarındaki boşluğu sıfırla */
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    pointer-events: none;
}

/* Hover ile görünür yap */
.main-navigation li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* === Submenu içindeki li'ler === */
.main-navigation ul.sub-menu li {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
}

/* === Submenu linkler === */
.main-navigation ul.sub-menu li a {
    display: block;
    padding: 16px;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    text-decoration: none;
    border-radius: 8px;
    line-height: 1.4;
    transition: all 0.2s ease;
    border: none !important;
}

/* === Hover efekti === */
.main-navigation ul.sub-menu li a:hover {
    background-color: #EDF7FF !important;
    color: #0066ff !important;
}

/* === Fade-in animasyon (açılış yumuşaklığı) === */
@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-navigation li.menu-item-has-children:hover > ul.sub-menu {
    animation: fadeInDropdown 0.25s ease forwards;
}

/* ==== GENEL HEADER ==== */
.site-header {
    position: relative;
    z-index: 1000;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
}

/* ==== HAMBURGER BUTONU ==== */
.menu-toggle {
    width: 32px;
    height: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1100;
    float: right;
}

.menu-toggle .bar {
    width: 100%;
    height: 3px;
    background: #111827;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}

/* X animasyonu */
.menu-toggle.is-open .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.menu-toggle.is-open .bar:nth-child(2) {
    opacity: 0;
}
.menu-toggle.is-open .bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.rehber-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.rehber-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.rehber-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.rightfix {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    gap: 12px; /* butonlar arası boşluk */
}
/* Fullscreen Menu */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 50px 16px 16px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.fullscreen-menu.is-open {
    left: 0;
}

/* Close Button */
.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    padding: 10px;
    z-index: 10000;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.menu-close:hover {
    color: #007cba;
    background: #f8f9fa;
}

/* Hamburger Toggle Button */
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.menu-toggle .bar {
    width: 24px;
    height: 2px;
    background: #333;
    transition: all 0.3s ease;
}
/* === HAMBURGER BUTON === */
.hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    margin: 0;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
    height: 14px;
}

.hamburger-icon .bar {
    width: 100%;
    height: 2px;
    background: #333;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Hamburger animasyon - Menü açıkken */
body.menu-open .hamburger-icon .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

body.menu-open .hamburger-icon .bar:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

body.menu-open .hamburger-icon .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* === FULLSCREEN MENU === */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    overflow: hidden;
}

.fullscreen-menu.active {
    opacity: 1;
    visibility: visible;
}

.menu-container {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
}

/* === CLOSE BUTON === */
.close-menu {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #EEEFF3;
    border: none;
    cursor: pointer;
    padding: 10px;
    color: #141B34;
    border-radius: 999999px;
    transition: all 0.3s ease;
    z-index: 9999;
    backdrop-filter: blur(10px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-menu:hover {
    color: #007cba;
    background: rgba(248, 249, 250, 0.95);
    transform: rotate(90deg);
}

/* === MOBILE MENU STYLES === */
.mobile-nav {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 60px 0 0 0;
    margin: 0;
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mobile-menu > li {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

.mobile-menu > li:last-child {
    border-bottom: none;
}

.mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    margin: 0;
}

.mobile-menu > li > a:hover {
    color: #007cba;
    background: #f8f9fa;
}

/* Arrow Down for accordion */
.menu-item-has-children > a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
}

/* Sub-menu stilleri */
.mobile-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    display: none;
}

.mobile-menu .menu-item-has-children.active > .sub-menu {
    display: block;
}

.mobile-menu .sub-menu li {
    border-bottom: 1px solid #e9ecef;
    margin: 0;
}

.mobile-menu .sub-menu li:last-child {
    border-bottom: none;
}

.mobile-menu .sub-menu a {
    display: block;
    padding: 12px 20px 12px 35px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
    margin: 0;
}

.mobile-menu .sub-menu a:hover {
    color: #007cba;
    background: #e9ecef;
}

/* === BODY SCROLL CONTROL === */
body.menu-open {
    overflow: hidden;
}

/* === ACTIVE MENU ITEM FIX === */
/* WordPress aktif menü sınıfını sıfırla */
.mobile-menu > li.current-menu-item > a,
.mobile-menu > li.current_page_item > a {
    color: #292C35 !important;
    background: transparent !important;
}

/* Sadece hover durumunda renk değişsin */
.mobile-menu > li > a:hover {
    color: #008EFF !important;
    background: #EDF7FF !important;
    border:solid 1px #CEEAFF !important;
}

/* === RESET ALL MARGINS AND PADDINGS === */
#fullscreen-menu * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#mobile-primary-menu,
#mobile-primary-menu li,
#mobile-primary-menu a,
#mobile-primary-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-decoration: none !important;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .hamburger-btn {
        background: #EEEFF3;
        padding: 4px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 99999px;
        margin-left: auto;
    }

    .hamburger-icon {
        width: 18px;
        height: 12px;
        gap: 3px;
    }

    .close-menu {
        top: 12px;
        right: 12px;
        padding: 8px;
        width: 36px;
        height: 36px;
    }

    .mobile-nav {
        padding: 50px 0 0 0;
    }

    .mobile-menu > li > a {
        font-size: 15px;
        padding: 14px 15px;
    }

    .mobile-menu .sub-menu a {
        padding: 10px 15px 10px 30px;
        font-size: 13px;
    }

    .menu-item-has-children > a::after {
        width: 14px;
        height: 14px;
    }
}

/* Scrollbar stil */
.mobile-nav::-webkit-scrollbar {
    width: 4px;
}

.mobile-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mobile-nav::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
}

/* Animasyon */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu > li {
    animation: fadeInUp 0.3s ease forwards;
    opacity: 0;
}

.mobile-menu > li:nth-child(1) { animation-delay: 0.05s; }
.mobile-menu > li:nth-child(2) { animation-delay: 0.1s; }
.mobile-menu > li:nth-child(3) { animation-delay: 0.15s; }
.mobile-menu > li:nth-child(4) { animation-delay: 0.2s; }
.mobile-menu > li:nth-child(5) { animation-delay: 0.25s; }
.mobile-menu > li:nth-child(6) { animation-delay: 0.3s; }
.mobile-menu > li:nth-child(7) { animation-delay: 0.35s; }
.mobile-nav {
    width: 92% !important;
    padding: 24px 0 !important;
    box-sizing: border-box;
    padding-bottom: 80px !important;

}
#mobile-primary-menu li {
    margin-bottom: 12px !important;
    border-bottom: none !important;
}
#mobile-primary-menu li a{
    padding: 16px !important;
    font-size: 1rem;
    color: #292C35;
    background: #F9FAFB;
    font-weight: 500;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
}
#mobile-primary-menu, #mobile-primary-menu li, #mobile-primary-menu a, #mobile-primary-menu ul {
    background: #FFFFFF;
}
ul.sub-menu {
    margin-top: 8px !important;
}
ul.sub-menu li a {
    background: #ffffff !important;
    color: #0F172A !important;
    border: solid 1px #E8EAEF;
}
ul.sub-menu li a {
    font-size: 1rem !important;
    font-weight: 400 !important;
}
#mobile-primary-menu li#menu-item-38001 > a {
    background: #000c3a !important;
    color: #ffffff !important;
}
#mobile-primary-menu li#menu-item-38095 > a {
    background: #008EFF !important;
    color: #ffffff !important;
}
.widgetbox {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 1rem;
    border: solid 1px #E8EAEF;
    border-radius: 1rem;
}
.widgetbox h4 {
    display: flex;
    align-items: center; /* içerik dikey hizalanır */
    width: 100%;
    color: #292C35 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}
.anasayfasagspot {
    background: #F7FAFF;
    padding: 8px;
    display: flex;
    border-radius: 8px;
}
.kesfet-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}
.kesfet-box .kesfet-item {
    display: block;
    text-decoration: none !important;
    padding: 1rem;
    background: #F8F9FB;
    border-radius: 12px;
    color: #4E5360;
    font-weight: 400;
    font-size: 0.875rem;
}
.kesfet-box .kesfet-item:hover {
    background: #0084FF;
    color: #fff;
}
.kesfet-box .kesfet-item.active {
    background: #0084FF;
    color: #fff;
}
.anasayfa-aiaraclari {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 1rem;
    border: solid 1px #E8EAEF;
    border-radius: 1rem;
}
.anasayfa-aiaraclari h2 {
    display: flex;
    align-items: center; /* içerik dikey hizalanır */
    width: 100%;
    color: #292C35 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}
.popular-ai-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-card {
    display: flex;
    gap: 16px;
    padding: 1rem;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E3E5EC;
    text-decoration: none !important;
    color: inherit;
}
.ai-card:hover {
    border: 1px solid #008EFF;
    background: #EDF7FF;
}
.ai-thumb {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 1px #DDE0E8;
}
.ai-thumb-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: solid 2px #DDE0E8;
}
.blog-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 1px #DDE0E8;
}
.blog-thumb-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 2px #DDE0E8;
}
.ai-title {
    margin: 0 0 4px 0;
}

.ai-title a {
    color: #292C35;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.ai-price-badge {
    color: #068133;
    font-weight: 500;
    font-size: 0.813rem;
    margin-top: 8px;
}

.ai-description {
    color: #292C35;
    margin-bottom: 6px;
    font-size: 0.875rem;
}

.cat-label {
    font-size: 0.75rem;
    background: #F4F6F8;
    padding: 4px 10px;
    border-radius: 8px;
    color: #4A5560;
    font-weight: 400;
    margin-top: 8px;
    display: inline-block;
}
.ai-card-left {
    display: flex;
    align-items: center;   /* Dikey ortala */
    justify-content: center; /* İstersen yatay da ortalar */
}
.archivebox {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 1rem;
    border: solid 1px #E8EAEF;
    border-radius: 1rem;
}
/* Wrapper */
.pagination-wrapper {
    margin-top: 12px;
    text-align: center;
}

/* UL */
.pagination-wrapper ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 8px;
}

/* LI */
.pagination-wrapper li {
    display: inline-block;
}

/* Links */
.pagination-wrapper a,
.pagination-wrapper span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #4A5560;
    background: #F5F7FA;
    border: 1px solid #DDE0E8;
    transition: all 0.2s ease;
}

/* Hover */
.pagination-wrapper a:hover {
    background: #E6F3FF;
    border-color: #008EFF;
    color: #008EFF;
}

/* ACTIVE (current page) */
.pagination-wrapper .current {
    background: #008EFF !important;
    color: #FFF !important;
    border-color: #008EFF !important;
}
.ai-count {
    font-size: 0.95rem;
    color: #4A5560;
    margin: 10px 0 16px;
}
.category-stats {
    margin: 16px 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-stats span {
    background: #fff;
    padding: 6px 12px;
    font-size: 0.85rem;
    border-radius: 8px;
    color: #4A5560;
    border: 1px solid #E2E8F0;
}
.featured-box {
    background: #F0F8FF;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid #E0ECF5;
}

.featured-title {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.featured-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* 8 sütun */
    gap: 20px;
    align-items: center;  /* dikey hizalama */
    width: 100%;
}

/* Her bir sponsor item */
.featured-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
}
.featured-item a {
    display: flex;
    flex-direction: column;
    align-items: center;     /* yatay ortalama */
    justify-content: flex-start; /* dikey üstten hizalama */
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 100%;
}
.featured-thumb {
    width: 60px;              /* Logo boyutu */
    height: 60px;
    padding: 4px;             /* Dış boşluk / çift çember efekti */
    border-radius: 50%;
    background: #fff;      /* Hafif mavi — sen dilersen değiştir */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/* Görsel */
.featured-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;         /* Görsel taşmıyor, kırılmıyor */
    border-radius: 50%;        /* Tam yuvarlak */
}

/* Eğer placeholder varsa */
.thumb-placeholder {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}

.featured-name {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    max-width: 100%;
    word-break: break-word;
    display: block;
    margin-top: 8px;
    min-height: 32px;
}
h3.onecikan-title  {
    margin:0 0 12px 0;
    padding: 0;
    font-size: 0.75rem;
    color: #58585B;
    font-weight: 500;
    display: block;
}
.category-stats span strong {
    font-weight: 600;
}
.breadcrumb {
    font-size: 14px;
    margin: 0px 0 16px 0;
    color: #6c7684;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.breadcrumb a {
    color: #61646e;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .sep {
    color: #b3b7bc;
}

.breadcrumb .current {
    font-weight: 600;
    color: #1A1A1A;
}
/* Genel Chip Stili */
.chip {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 164px;
    font-size: 0.85rem;
    font-weight: 400;
    margin-top: 12px;
    margin-right: 8px;
    white-space: nowrap;
}

/* Kategori – TIKLANAMAZ Chip */
.chip-category {
    background: #F4F6F8;
    color: #4A5560;
    cursor: default;
    float: left;
    display: inline-block !important;
}

/* Etiketler – TIKLANABİLİR Chip */
.chip-tag {
    background: #ffffff;
    color: #292c35;
    text-decoration: none;
    transition: 0.2s;
    border: solid 1px #e2e8f0;
}

.chip-tag:hover {
    background: #0078FF;
    color: #fff;
    border-color: #0078FF;
}
.ai-single-categories {
    gap: 8px;
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: solid 1px #E3E5EC;
}
.ai-single-categories span {
    display: flex;
    font-size: 0.875rem;
    color: #292C35;
    display: flex;
    flex-wrap: wrap;
}
.icerikalani {
    margin:0;
    padding: 0;
    font-size: 0.938rem;
    color: #4B4E57;
    line-height: 1.6rem;
}
.icerikalani strong {
    font-weight: 600;
}
.icerikalani h2 {
    margin: 0;
    padding: 0;
    font-size:1.125rem;
    color: #292C35;
    font-weight: 500;
}
.icerikalani h3 {
    margin: 0;
    padding: 0;
    font-size:1.1rem;
    color: #292C35;
    font-weight: 500;
}
.icerikalani ul {
    margin: 16px;
    padding: 0;
}
.icerikalani ul li {
    margin-bottom: 8px;
}
.icerikalani ul li strong {
    font-weight: 500;
}
.ai-pros-box, .ai-cons-box {
    flex: 1;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.ai-pros-box {
    background: #F3FFF8;
}

.ai-cons-box {
    background: #FFF7F7;
}
.pro-icon {
    color: #14C46B;
    font-size: 40px;
}

.con-icon {
    color: #E24C4C;
    font-size: 40px;
}

.ai-pros-box ul, .ai-cons-box ul {
    padding: 0;
    margin: 0;
}

.ai-pros-box li, .ai-cons-box li {
    font-size: 1rem;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pro-bullet-circle,
.con-bullet-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
}

/* Pros – Yeşil */
.pro-bullet-circle {
    background: #14C46B;  /* Açık yeşil */
}

/* Cons – Kırmızı */
.con-bullet-circle {
    background: #E24C4C;  /* Açık kırmızı */
}

.ai-pros-box li,
.ai-cons-box li {
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    margin-bottom: 14px;
}
.proscons-title {
    display: flex;
    font-size: 1.1rem;
    color: #292C35;
    margin-bottom: 1rem;
    font-weight: 600;
}
.hidden-item {
    display: none;
}

.toggle-button-wrapper {
    margin-top: 15px;
    text-align: center;
}

.toggle-more-btn {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 24px;
    border-radius: 114px;
    cursor: pointer;
    color: #292c35;
    font-size: 0.813rem;
    transition: all 0.3s ease;
    display: flex;
    font-weight: 600;
}
.toggle-more-btn:hover {
    background: #292c35;
    border-color: #292c35;
    color: #FFFFFF;
}
.toggle-button-wrapper {
    margin-top: 15px;
    text-align: center;
}
/* Mevcut circle stillerini koru */
.pros-list, .cons-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.pros-list li, .cons-list li {
    padding-left: 0;
    margin-left: 0;
    position: relative;
}

.pro-bullet-circle, .con-bullet-circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.pro-bullet-circle {
    background-color: #28a745;
}

.con-bullet-circle {
    background-color: #dc3545;
}
.ai-meta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #F9FAFB;
    border-radius: 8px;
    margin: 12px 0 0px;
}

.ai-meta-left button {
    background: #f7f9fc;
    border: 1px solid #e3e6ee;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .15s ease;
}

.ai-meta-left button:hover {
    background: #eef3ff;
    border-color: #d0d8ff;
}

.ai-like-btn.liked,
.ai-dislike-btn.disliked {
    background: #0070ff;
    border-color: #0062e6;
    color: #fff;
}

.ai-meta-right {
    font-size: 14px;
    color: #6a7283;
}
.goruntuleme {
    font-size: 0.813rem;
    color: #787E8D;
    font-weight: 500;
    display: inline-flex;
    align-items: center;   /* Dikey ortalama */
    gap: 8px;
}
.goruntuleme img {
    display: block;
}
.show-more-btn {
    display: block;
    text-align: center;
    background: #fff;        /* TeknolojiTR mavisi */
    color: #008EFD;
    border:solid 2px #008EFD;
    padding: 8px 18px;
    border-radius: 108px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
.show-more-btn:hover {
    background: #008EFD;
    color: #FFFFFF;
    border:solid 2px #008EFD;
}
.related-ai-list { display: flex; flex-direction: column; gap: 8px; }

.related-ai-card{
    display:flex;
    gap:12px;
    padding:12px;
    background:#fff;
    border:1px solid #E6E8EF;
    border-radius:8px;
    text-decoration:none;
    color:inherit;
    align-items:center;
    transition: all 0.2s ease;
}
.related-ai-card:hover {
    border: 1px solid #008EFF;
    background: #EDF7FF;
}
.related-ai-left{
    width:56px; height:56px;
    flex:0 0 56px;
    display:flex; align-items:center; justify-content:center;
}

.related-ai-thumb{
    width:42px; height:42px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid #DDE0E8;
    background:#fff;
}
.related-ai-title{
    font-weight:600;
    font-size:0.813rem;
    margin-bottom:4px;
}

.related-ai-desc{
    font-size:0.813rem;
    color:#6B7280;
    margin:0;
    line-height:1.35;
}
.comparison-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.comparison-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    transition: 0.2s ease;
    border: 1px solid #e2e8f0;
    text-decoration: none;
}

.comparison-item:hover {
    background: #f7f9ff;
    border-color: #008EFF;
}

.comparison-thumb img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.comparison-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparison-name {
    font-size: 0.813rem;
    font-weight: 600;
    color: #292C35;
}

.comparison-link {
    font-size: 13px;
    color: #0077ff;
    margin-top: 8px;
}
/* ============================
   AI Karşılaştırma – Genel Yapı
============================== */

.compare-container {
    padding: 16px 0;
    max-width: 1280px;
    margin: 0 auto;
}

.compare-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #292C35;
    text-align: center;
}
.compare-subtitle {
    text-align: center;
    color: #718096;
    margin-bottom: 2rem;
    font-size: .875rem;
}

.compare-main-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: start;
}

.tool-column {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid #e2e8f0;
}

.tool-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f7fafc;
}

.tool-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 1rem;
    border-radius: 12px;
}

.tool-logo.placeholder {
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-weight: bold;
}

.tool-name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.tool-bio {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.tool-price {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.tool-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.tool-tag {
    background: #edf2f7;
    color: #4a5568;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.pros-cons-section {
    margin-bottom: 2rem;
}

.pros-box, .cons-box {
    margin-bottom: 1.5rem;
}

.pros-box h3, .cons-box h3 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.pros-box h3 {
    color: #38a169;
}

.cons-box h3 {
    color: #e53e3e;
}

.pros-box ul, .cons-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros-box li, .cons-box li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f7fafc;
    line-height: 1.5;
    position: relative;
    padding-left: 1.5rem;
}

.pros-box li:before {
    content: "✓";
    color: #38a169;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.cons-box li:before {
    content: "✗";
    color: #e53e3e;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.visit-btn {
    display: block;
    text-align: center;
    background: #008EFF;
    color: white;
    padding: 1rem;
    border-radius: 800px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    font-size: 0.938rem;
}

.visit-btn:hover {
    background: #006ABF;
}

.vs-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.vs-badge {
    background: #292C35;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .compare-main-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .vs-separator {
        display: none;
    }

    .tool-column {
        padding: 1.5rem;
    }
}
.bilgibox {
    font-size: 0.875rem;
    color: #4E5360;
    font-weight: 400;
    line-height: 1.25rem;
    background: #FFF9ED;
    padding: 1.2rem;
    margin: 0;
    border-radius: 8px;
}
.bilgibox strong {
    font-weight: 600;
}
.social-follow-box { background:#fff; border:1px solid #E3E5EC; border-radius:8px; padding:16px; }

.social-follow-list { display:flex; flex-direction:column; gap:10px; }

.social-follow-item{
    display:flex; align-items:center; gap:12px;
    padding:12px; border-radius:8px;
    border:1px solid #E3E5EC; text-decoration:none;
    transition:.2s ease; background:#fff; color:#111;
}

.social-follow-item:hover{
    border-color:#008EFF;
    background: #EDF7FF;
}

.social-icon{
    width:40px; height:40px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    background:#ffffff; color:#fff; flex-shrink:0;
}

.social-follow-item.instagram .social-icon{
    background: radial-gradient(circle at 30% 30%, #ffdc80 0%, #fcaf45 25%, #f77737 50%, #f56040 75%, #bc2a8d 100%);
}

.social-follow-item.x-twitter .social-icon svg,
.social-follow-item.instagram .social-icon svg{ fill:#fff; }

.social-text{ display:flex; flex-direction:column; line-height:1.2; }
.social-text strong{ font-size:14px; font-weight:500; }
.social-text small{ font-size:12px; color:#666; margin-top:2px; }
/* Kutu Tasarımı */
.background {
    background: #EDF7FF !important;
    border: 1px solid #CEEAFF;
}
.kesfet-item.background {
    font-weight: 600 !important;
}
.kesfet-item.background:hover {
    color: #008EFF !important;
}
.cta-box {
    padding: 24px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #CEEAFF;
    width: 100%;          /* Taşmayı engeller */
    box-sizing: border-box; /* Padding genişliği büyütmez */
    overflow: hidden;     /* Olası taşmaları keser */
}

/* Başlık */
.cta-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #111;
}

/* Açıklama */
.cta-text {
    font-size: 0.813rem;
    margin-bottom: 18px;
    color: #555;
    line-height: 1.6;
}
/* CTA Button */
.cta-button {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 800px;
    background: #008EFF;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
}
.cta-button:hover {
    background: #006ABF;
}
.cta-text strong {
    font-weight: 500;
}
.fixsize {
    width: 96%;
}
.entry-header {
    margin: 0;
    padding: 0;
}
h1.entry-title {
    margin: 0;
    padding: 0;
    color: #292C35;
    font-size: 1.5rem;
    font-weight: 600;
}
.entry-meta {
    margin: 12px 0 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #F9FAFB;
    border-radius: 8px;
}
.post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.single-post-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
}

.single-post-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}

.single-post-content {
    flex: 1;
}

.single-post-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1A202C;
    margin-bottom: 12px;
    line-height: 1.3;
}

.single-post-excerpt {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 10px;
    line-height: 1.5;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 15px;
    flex-wrap: wrap;
}

.single-post-meta .dot {
    font-weight: bold;
}

.post-date,
.reading-time {
    color: #6b7280;
}

/* MOBİL UYUMLULUK STİLLERİ (768px altı) */
@media (max-width: 768px) {
    .single-post-card {
        flex-direction: column; /* Dikey düzen */
        align-items: center; /* TÜM İÇERİĞİ ORTALA */
        text-align: center; /* METNİ ORTALA */
        gap: 16px;
        padding: 20px;
        border-radius: 16px;
    }
    
    .single-post-thumb {
        width: 100%;
        text-align: center;
    }
    
    .single-post-thumb img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    
    .single-post-content {
        width: 100%;
        text-align: center; /* İçeriği ortala */
    }
    
    .single-post-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: 1.25;
        text-align: center; /* Başlığı ortala */
    }
    
    .single-post-excerpt {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.4;
        text-align: center; /* Özeti ortala */
    }
    
    .single-post-meta {
        font-size: 14px;
        gap: 0; /* Boşluğu kaldır */
        margin-bottom: 16px;
        justify-content: center; /* Meta bilgiyi ortala */
        flex-direction: column; /* TARİH VE SÜREYİ ALT ALTA */
        align-items: center; /* Ortala */
    }
    
    .single-post-meta .dot {
        display: none; /* Noktayı tamamen gizle */
    }
    
    .post-date,
    .reading-time {
        display: block; /* Blok element yap */
        margin-bottom: 4px; /* Alt alta boşluk */
    }
}

/* KÜÇÜK MOBİL CİHAZLAR (480px altı) */
@media (max-width: 480px) {
    .single-post-card {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
    }
    
    .single-post-thumb img {
        width: 80px;
        height: 80px;
    }
    
    .single-post-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    
    .single-post-excerpt {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .single-post-meta {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .post-date,
    .reading-time {
        margin-bottom: 3px;
    }
}

/* TABLET (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .single-post-card {
        gap: 20px;
        padding: 24px;
    }
    
    .single-post-thumb img {
        width: 120px;
        height: 120px;
    }
    
    .single-post-title {
        font-size: 1.6rem;
    }
    
    .single-post-excerpt {
        font-size: 17px;
    }
}

/* DARK MODE DESTEĞİ (isteğe bağlı) */
@media (prefers-color-scheme: dark) {
    .single-post-card {
        background: #1a1a1a;
        border-color: #333;
    }
    
    .single-post-title {
        color: #fff;
    }
    
    .single-post-excerpt {
        color: #bbb;
    }
    
    .single-post-meta,
    .post-date,
    .reading-time {
        color: #999;
    }
}

/* MOBİLDE DOKUNMATİK DENEYİMİ */
@media (max-width: 768px) {
    .single-post-card {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .single-post-card:active {
        transform: scale(0.99);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
}
/* ANA ICERIK YAPISI */
.entry-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.75;
    color: #1e293b; /* lacivert-gri */
}

/* PARAGRAFLAR */
.entry-content p {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 1rem;
}

/* BASLIKLAR — Modern Teknoloji Stili */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #0f172a;
    letter-spacing: -0.2px;
    margin-top: 48px;
    margin-bottom: 16px;
}

.entry-content h1 { font-size: 24px; }
.entry-content h2 { font-size: 22px; }
.entry-content h3 { font-size: 20px; }
.entry-content h4 { font-size: 18px; }

.entry-content h1 b { font-weight: 500}
.entry-content h2 b { font-weight: 500}
.entry-content h3 b { font-weight: 500}
.entry-content h4 b { font-weight: 500}
.entry-content h5 b { font-weight: 500}
.entry-content h6 b { font-weight: 500}
/* LISTELER — Temiz ve Ferah */
.entry-content ul,
.entry-content ol {
    margin: 0 0 22px 0;
    padding-left: 0;
    list-style: none;       
}

.entry-content li {
    margin-bottom: 10px;
}

/* BOLD METIN */
.entry-content strong {
    color: #0f172a;
    font-weight: 600;
}
.entry-content b {
    color: #0f172a;
    font-weight: 600;
}
/* TABLOLAR — Temiz ve Şık */
.entry-content table {
    width: 100%;
    margin: 24px 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.entry-content tr:nth-child(odd) {
    background: #f9fafb;
}

.entry-content tr:hover {
    background: #eef2f6;
}

.entry-content td {
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
}

/* GÖRSELLER — Merkezli + Yuvarlak Köşeli */
.entry-content img {
    border-radius: 14px;
    margin: 28px 0;
}

/* LINKLER — Teknoloji Renk Tonu */
.entry-content a {
    color: #3b82f6;
    font-weight: 600;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}
blockquote {
    position: relative;
    margin: 12px 0;
    padding: 24px 28px;
    font-size: 20px;
    line-height: 1.6;
    color: #0f172a;              /* koyu mavi */
    background: #f8fafc;         /* soft açık gri */
    border-radius: 8px;
}

blockquote::before {
    content: "“";
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 52px;
    font-weight: 700;
    color: #dbeafe;              /* mavi gölge */
    opacity: 0.8;
    line-height: 1;
}
/* TABLE WRAPPER */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 24px 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    font-size: 17px;
}

/* TABLE ROW */
tr:nth-child(odd) {
    background: #f9fafb; /* hafif gri */
}

tr:nth-child(even) {
    background: #ffffff;
}

/* TABLE CELL */
td {
    padding: 16px 20px;
    color: #1e293b; /* koyu gri-mavi */
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

/* SON SATIR BORDER KALDIRMA */
tr:last-child td {
    border-bottom: none;
}

/* ICERIK PARAGRAF STILI */
td p,
td .p1 {
    margin: 0 !important;
    font-size: 0.938rem;
    line-height: 1.6;
    color: #1e293b;
}

/* HOVER EFFECT */
tr:hover {
    background: #f1f5f9;
    transition: 0.2s ease;
}
.tags-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* CHIP STİLİ */
.tags-links a {
    background: #ffffff;
    color: #292c35;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    transition: 0.2s;
}

/* Hover */
.tags-links a:hover {
    background: #0078FF;
    color: #fff;
    border-color: #0078FF;
}

/* --- ASIL SİHİR BURADA --- */
/* Link olmayan text node virgüllerini gizler */
.tags-links {
    font-size: 0;
}

.tags-links a {
    font-size: 14px; /* eski boyutu geri yükle */
}
.cat-links { display: none;}
.post-edit-link {
    margin-top: 24px;
    background: #f1f5f9;
    color: #0078FF;
    font-size: 1rem;
    display: flex;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
}
.edit-link {
    display: flex;
}
.entry-footer {
    flex-basis: 100% !important;
    width: 100% !important;
    display: block !important;
    margin-top: 16px;
    border-top:solid 1px #E3E5EC;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-title {
    font-size: 1rem;
    font-weight: 500;
    color: #292C35;
    margin-top: 8px;
}
.blog-description {
    font-size: 0.875rem;
    line-height: 20px;
    color: #51545D;
}
/* POST NAVIGATION WRAPPER */
.navigation.post-navigation {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #eef2f6;
}

/* LINKS CONTAINER */
.navigation.post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* PREV / NEXT BOX */
.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next {
    background: #ffffff;
    border: 1px solid #e6ebf1;
    border-radius: 14px;
    transition: 0.2s ease;
    overflow: hidden;
}

/* HOVER CARD FEEL */
.navigation.post-navigation .nav-previous:hover,
.navigation.post-navigation .nav-next:hover {
    border-color: #0078FF;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transform: translateY(-1px);
}

/* LINK ITSELF */
.navigation.post-navigation a[rel="prev"],
.navigation.post-navigation a[rel="next"] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 500;
    font-size: 1rem;
}

/* SMALL LABEL (Önceki / Sonraki) */
.navigation.post-navigation a[rel="prev"]::before,
.navigation.post-navigation a[rel="next"]::before {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #6b7280;
}
.nav-subtitle { display: none;}
.navigation.post-navigation a[rel="prev"]::before {
    content: "Önceki Yazı";
}

.navigation.post-navigation a[rel="next"]::before {
    content: "Sonraki Yazı";
}

/* TITLE TEXT (WordPress span/post-title vs. plain text) */
.navigation.post-navigation .nav-links a span,
.navigation.post-navigation .nav-links a {
    line-height: 1.4;
}

/* ALIGN NEXT TO RIGHT */
.navigation.post-navigation .nav-next a {
    text-align: right;
    align-items: flex-end;
}

/* MOBILE */
@media (max-width: 768px) {
    .navigation.post-navigation .nav-links {
        grid-template-columns: 1fr;
    }

    .navigation.post-navigation .nav-next a {
        text-align: left;
        align-items: flex-start;
    }
}
.site-footer {
    background: #ffffff;
    padding: 42px 0 42px;
    border-top: 1px solid #E5E7EB;
    margin-top: 40px;
}
.footer-desc {
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 0.813rem;
    line-height: 1.4rem;
    color: #636876;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1F2937;
    margin-top: 0;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu li {
    margin-bottom: 12px;
    display: flex;
}

.footer-menu a {
    color: #4A5560;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #0B5FFF;
}

.footer-logo {
    margin-bottom: 15px;
}
.social-follow-list-footer {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}
.social-follow-item-footer {
    flex: 1; /* eşit genişlik */
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    color: #1F2937;
    text-decoration: none;
}
.social-follow-item-footer:hover {
    border-color: #008EFF;
    background: #EDF7FF;
}
.social-follow-item-footer strong {
    font-size: 0.9rem;
    display: block;
}

.social-follow-item-footer small {
    font-size: 0.75rem;
    color: #6B7280;
}

.footer-recent-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-recent-posts li {
    margin-bottom: 6px;
}

.footer-bottom {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #E5E7EB;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-legal-menu li {
    display: inline-block;
    margin-left: 15px;
}
ul.footer-recent-posts {
    list-style: none;
    margin:0;
    padding: 0;
}

.legal-menu-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.legal-menu-right ul li {

}
.legal-menu-right li a {
    text-decoration: none;
    font-size:0.75rem;
    color: #3b3e47;
    font-weight: 500;
}
.legal-menu-right li a:hover {color:#008EFF;}
ul.footer-menu {
    margin: 0;
    padding: 0;
}
ul.footer-menu li{
    margin-bottom: 1rem;
}
/* Mobil için responsive ayarlar */
@media (max-width: 768px) {
      .desc {
    display: none;
  }
  input.search-field { height: 38px;}
  .featured-box {
    background: #F0F8FF;
    padding: 12px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 1px solid #E0ECF5;
}
  .featured-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 0px;
    padding: 0px;
    margin: 0 -12px;
    padding-left: 12px;
    scrollbar-width: none; /* Firefox */
  }
  
  .featured-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
  
  .featured-item {
        flex: 0 0 auto;
        width: calc((100vw - 48px) / 4.0);
        scroll-snap-align: start;
        min-width: 80px;
  }
  .mobilenone { display: none;}
  .fixsize {
    width: 90%;
}
  .featured-thumb {
    width: 44px;
    height: 44px;
}

  /* Tablet için biraz daha büyük */
  @media (min-width: 480px) and (max-width: 768px) {
    .featured-item {
      width: calc((100vw - 64px) / 4.5); /* ~4.5 item göster */
    }
  }
}

/* Alternatif: Container'a sığan sabit sayıda item (örneğin 4 veya 5) */
@media (max-width: 768px) {
  .featured-list.fixed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 sütun */
    gap: 12px;
    overflow-x: visible;
  }
  
  /* Daha küçük ekranlarda 3 sütun */
  @media (max-width: 480px) {
    .featured-list.fixed-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  /* Eğer 5 sütun isterseniz */
  .featured-list.grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* Mobil için responsive footer */
@media (max-width: 768px) {
  .site-footer {
    padding: 32px 0 32px;
    margin-top: 30px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr; /* Tek sütun */
    gap: 8px;
  }
  
  .footer-col {
    width: 100%;
  }
  
  /* Sosyal medya butonlarını da alt alta yapalım */
  .social-follow-list-footer {
    flex-direction: column;
    gap: 12px;
  }
  
  /* Footer bottom kısmını da alt alta */
  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .footer-legal-menu ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .footer-legal-menu li {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  /* Menü başlıklarına biraz daha fazla boşluk ekleyelim */
  .footer-col h4 {
    margin-bottom: 16px;
    font-size: 1.1rem;
    cursor: pointer;
    position: relative;
    padding-right: 24px;
  }
  
  /* Mobilde menüleri accordion yapmak için (isteğe bağlı) */
  .footer-col h4::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    font-weight: 300;
    transition: transform 0.3s;
  }
  
  .footer-col.active h4::after {
    content: '−';
  }
  
  /* Mobilde menüleri başlangıçta gizleyebiliriz */
  .footer-menu,
  .footer-recent-posts {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  
  .footer-col.active .footer-menu,
  .footer-col.active .footer-recent-posts {
    max-height: 500px; /* Yeterince büyük bir değer */
  }
  
  /* Accordion olmadan sadece alt alta gösterim için */
  /* 
  .footer-menu,
  .footer-recent-posts {
    display: block !important;
  }
  */
}

/* Tablet için 2 sütun */
@media (min-width: 769px) and (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
/* Kesfet-box responsive tam sürüm */
.kesfet-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}
.kesfet-box .kesfet-item {
    display: block;
    text-decoration: none !important;
    padding: 1rem;
    background: #F8F9FB;
    border-radius: 12px;
    color: #4E5360;
    font-weight: 400;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}
.kesfet-box .kesfet-item:hover {
    background: #0084FF;
    color: #fff;
}
.kesfet-box .kesfet-item.active {
    background: #0084FF;
    color: #fff;
}

/* Tablet */
@media (max-width: 1024px) {
    .kesfet-box {
        gap: 6px;
    }
    .kesfet-box .kesfet-item {
        padding: 0.875rem;
        font-size: 0.85rem;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .kesfet-box {
        gap: 5px;
    }
    .kesfet-box .kesfet-item {
        padding: 0.75rem;
        font-size: 0.813rem;
        border-radius: 10px;
    }
}

/* Küçük mobil */
@media (max-width: 480px) {
    .kesfet-box {
        gap: 4px;
    }
    .kesfet-box .kesfet-item {
        padding: 0.625rem 0.75rem;
        font-size: 0.85rem;
        border-radius: 8px;
        line-height: 1.3;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 360px) {
    .kesfet-box .kesfet-item {
        padding: 0.5rem 0.625rem;
        font-size: 0.7rem;
    }
}
.mobilhead {background: #ffffff;  padding: 0.75rem 1rem;}
/* Alt Kategori Dropdown Stilleri */
.subcategory-dropdown-wrapper {
    max-width: 300px;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    padding: 12px 16px;
    background: white;
    border: 2px solid #008EFF;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.dropdown-toggle:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 142, 255, 0.2);
}

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 250px;
    width: 100%;
    padding: 8px 0;
    margin-top: 4px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-menu.show {
    display: block;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 16px;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #008EFF;
}

.dropdown-item.active {
    background-color: #e8f4ff;
    color: #008EFF;
    font-weight: 500;
}

.dropdown-item.active .check-mark {
    color: #008EFF;
    font-weight: bold;
}

.dropdown-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #eee;
}

.check-mark {
    font-size: 14px;
}

/* Mobil dropdown */
@media (max-width: 768px) {
    h1 {
    color: #292C35;
    font-size: 1.2rem;
    font-weight: 600;
}
    .subcategory-dropdown-wrapper {
        max-width: 100%;
    }
    
    .dropdown-toggle {
        padding: 10px 14px;
        font-size: 15px;
    }
    
    .dropdown-menu {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 300px;
        max-height: 70vh;
        z-index: 10000;
    }
    
    .dropdown-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        display: none;
    }
    
    .dropdown-backdrop.show {
        display: block;
    }
}
.ai-mini-card {
    background: #fffdf4;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
    font-size: 14px;
}

.ai-mini-title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #292C35;
}

.ai-mini-desc {
    color: #37383b;
    line-height: 1.6;
}
/* .single-ai-card için temel stil */
.single-ai-card {
    display: flex;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 16px;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}


.single-ai-thumb {
    flex-shrink: 0;
}

.single-ai-thumb img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #DDE0E8;
}

.single-ai-content {
    flex: 1;
    min-width: 0; /* Flexbox overflow için */
}

.single-ai-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1A202C;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.single-ai-price {
    font-weight: 500;
    color: #078B2F;
    margin-bottom: 12px;
    font-size: 0.938rem;
}

.single-ai-desc {
    font-size: 1rem;
    color: #4A5568;
    margin-bottom: 16px;
    line-height: 1.6;
}

.single-ai-cats {
    margin-bottom: 16px;
}

.single-ai-cats .cat-label {
    background: #F4F6F8;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: .8rem;
    color: #4A5560;
    margin-right: 6px;
    display: inline-block;
    margin-bottom: 6px;
}

.external-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #008EFF;
    color: #fff;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.external-btn:hover {
    background: #006ed1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 142, 255, 0.2);
}

/* MOBİL UYUMLULUK (768px altı) */
@media (max-width: 768px) {
    .single-ai-card {
        flex-direction: column; /* Dikey düzen */
        align-items: center; /* Ortala */
        text-align: center; /* Metni ortala */
        gap: 16px;
        padding: 20px;
        margin-bottom: 16px;
    }
    
    .single-ai-thumb {
        width: 100%;
        text-align: center;
    }
    
    .single-ai-thumb img {
        width: 100px; /* Mobilde daha küçük */
        height: 100px;
    }
    
    .single-ai-content {
        width: 100%;
        text-align: center;
    }
    
    .single-ai-title {
        font-size: 1.5rem; /* Başlık boyutunu küçült */
        margin-bottom: 8px;
    }
    
    .single-ai-price {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
    
    .single-ai-desc {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .single-ai-cats {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        margin-bottom: 20px;
    }
    
    .single-ai-cats .cat-label {
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .external-btn {
        width: 80%; /* Butonu tam genişlik */
        max-width: 300px; /* Maksimum genişlik */
        padding: 14px 24px;
        margin: 0 auto; /* Ortala */
        display: block; /* Blok element yap */
    }
}

/* KÜÇÜK MOBİLLER (480px altı) */
@media (max-width: 480px) {
    .single-ai-card {
        padding: 16px;
        gap: 12px;
    }
    
    .single-ai-thumb img {
        width: 80px;
        height: 80px;
    }
    
    .single-ai-title {
        font-size: 1.3rem;
    }
    
    .single-ai-price {
        font-size: 0.85rem;
    }
    
    .single-ai-desc {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }
    
    .external-btn {
        padding: 12px 20px;
        font-size: 0.85rem;
        max-width: 100%; /* Tam genişlik */
    }
}

/* TABLET (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .single-ai-card {
        gap: 20px;
        padding: 20px;
    }
    
    .single-ai-thumb img {
        width: 100px;
        height: 100px;
    }
    
    .single-ai-title {
        font-size: 1.6rem;
    }
    
    .single-ai-desc {
        font-size: 0.95rem;
    }
}

/* DARK MODE DESTEĞİ */
@media (prefers-color-scheme: dark) {
    .single-ai-card {
        background: #1a1a1a;
        border-color: #333;
    }
    
    .single-ai-title {
        color: #fff;
    }
    
    .single-ai-desc {
        color: #bbb;
    }
    
    .single-ai-price {
        color: #27ae60;
    }
    
    .single-ai-cats .cat-label {
        background: #2d2d2d;
        color: #ccc;
    }
}
 .ai-araclari-kategorileri {
            padding: 24px;
            background: #FFFFFF;
            margin-top: 24px;
            border-radius: 1rem;
            border: solid 1px #E8EAEF;
        }
        .ai-araclari-kategorileri h2 {
            margin-top: 0;
        }
        /* Sticky Alfabetik Navigasyon */
        .alfabetik-navigasyon {
            position: sticky;
            top: 0px;
            z-index: 100;
            background: white;
            padding: 12px;
            border-radius: 12px;
            border: solid 1px #E8EAEF;
            margin-bottom: 30px;
        }
        .category-head {
            margin: 16px 0;
            font-size: 1.2rem;
            color: #292C35;
            font-weight: 400;
        }
        .category-head span {
            font-size: .875rem;
            color: #4E5360;
        }
        .kategori-wrapper {
            display: grid;
            grid-template-columns: repeat(4, 1fr); /* 4 sütun */
            gap: 16px; /* sütunlar arası boşluk */
        }

        .kategori-item {
            background: #FFFFFF;
            padding: 16px;
            border-radius: 8px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }
        .tool-cat-title {
            margin: 0;
            padding: 0;
        }
        .tool-cat-title a{
            font-size: 1rem;
            color: #292C35;
            text-decoration: none;
            font-weight: 600;
        }
        .toocat-title a:hover {
            color: #008EFF;
        }
        .kategori-meta span {
            font-size: .875rem;
            color: #7B7E88;
        }
        a.all-link {
            font-size: .875rem;
                color: #008EFF;
                text-decoration: none;
                font-weight: 500;
                display: block;
                margin-top: 10px;
        }
        .harf-bolumu {
            scroll-margin-top: 120px;
        }

        .harf-link.active {
            background: #008EFF;
            color: white;
            border-color: #008EFF;
        }

        .alfabe-harfleri {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            padding: 4px;
        }

        .alfabe-harfleri a {
            background: #EEEFF3;
            width: 24px;
            height: 24px;
            color: #292C35;
            text-decoration: none;
            gap: 8px;
            border-radius: 99999px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: .875rem;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .alfabe-harfleri a:hover {
            background: #008EFF;
            color: white;
            transform: translateY(-2px);
        }

        /* Kategori item hover efekti */
        .kategori-item:hover {
            transform: translateY(-2px);
        }

        /* Smooth scroll */
        html {
            scroll-behavior: smooth;
        }

        /* Responsive düzenlemeler */
        @media (max-width: 768px) {
            .alfabe-harfleri {
                gap: 8px;
            }

            .alfabe-harfleri a {
                width: 32px;
                height: 32px;
                font-size: .8rem;
            }

            .harf-bolumu {
                scroll-margin-top: 100px;
            }

            .sss-wrapper {
                max-width: 850px;
                margin: 0 auto;
                padding: 16px 0 0 0 !important;
            }
        }
        .error-box {
    padding: 60px 20px;
}

.error-code {
    font-size: 96px;
    font-weight: 700;
    margin-bottom: 10px;
}

.error-title {
    font-size: 28px;
    margin-bottom: 12px;
}

.error-desc {
    color: #6b7280;
    font-size: 16px;
}

.error-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.error-actions .btn {
    padding: 10px 16px;
    border-radius: 8px;
}
.ai-model-row {
    display: grid;
    grid-template-columns: 110px 1fr 190px;
    gap: 8px;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    transition: background 0.2s ease;
}
.ai-model-thumb img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 80px;
    background: #ffffff;
    padding: 6px;
    border: 2px solid #e5e7eb;
}
.ai-model-row:hover {
    border: 1px solid #008EFF;
    background: #EDF7FF;
}

.ai-model-title {
    font-size: 1rem;
    font-weight: 500;
    color: #111827;
}

.ai-model-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.4;
}
.ai-model-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ai-model-group {
    padding: 24px;
    margin-bottom: 32px;
    background: #ffffff;
    border-radius: 16px;
}

.ai-model-group-header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}
.ai-model-group-header img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 1px #DDE0E8;
}
.ai-model-group-title {
    margin: 0;
    font-size: 18px;
}

.ai-model-row {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E3E5EC;
    margin-bottom: 12px;
}
.ai-model-thumb {
    border: 1px solid #DDE0E8;
    border-radius: 8px;
    padding: 4px;
    background: #fff;
    flex-shrink: 0;
}
.ai-model-group-desc {
    font-size: 0.875rem;
    color: #4E5360;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 8px 0 0 0;
}
@media (max-width: 768px) {

    .ai-model-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ai-model-row .external-btn {
        width: 80%;
        text-align: center;
        margin-top: 8px;
    }
.hakkimizda-wrapper {
    max-width: 800px;
    margin: 0 auto !important;
     padding: 16px 0 0 0 !important;
}
.hakkimizda-wrapper h2{ font-size:1.1rem }
.hakkimizda-wrapper h3{ font-size:1rem !important }
.timeline-year { font-size: 14px !important;}

}
.hakkimizda-wrapper hr {
    border: 0;
    height: 1px;
    background: rgba(0,0,0,0.08);
    margin: 40px 0;
}
.timeline {
    margin: 40px 0;
    border-left: 3px solid #0e76fd;
    padding-left: 25px;
}

.timeline-item {
    margin-bottom: 40px;
    position: relative;
}

.timeline-year {
    font-size: 18px;
    font-weight: 700;
    color: #0e76fd;
    margin-bottom: 5px;
}

.timeline-item::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #0e76fd;
    border-radius: 50%;
    position: absolute;
    left: -32px;
    top: 5px;
}

.timeline-content h3 {
    margin-top: 0;
}

.timeline-content p {
    margin: 5px 0 0;
    color: #555;
}
.hakkimizda-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}
.hakkimizda-wrapper h2 {
    color: #292C35;
    font-size: 1.2rem;
    font-weight: 500;
}
.hakkimizda-wrapper h3 {
    color: #292C35;
    font-size: 1.1rem;
    font-weight: 500;
}
.hakkimizda-wrapper p {
    line-height: 30px;
}
.hakkimizda-wrapper strong {
    font-weight: 600;
}
.timeline {
    margin: 40px 0;
    border-left: 3px solid #0e76fd;
    padding-left: 25px;
}

.timeline-item {
    margin-bottom: 40px;
    position: relative;
}

.timeline-year {
    font-size: 1rem;
    font-weight: 500;
    color: #0e76fd;
    margin-bottom: 5px;
}

.timeline-item::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #0e76fd;
    border-radius: 50%;
    position: absolute;
    left: -32px;
    top: 5px;
}

.timeline-content h3 {
    margin-top: 0;
}

.timeline-content p {
    margin: 5px 0 0;
    color: #555;
}
.sss-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}

.faq-container {
    margin-top: 30px;
}

.faq-item {
    border: 1px solid #E3E5EC;
    padding: 1.4rem;
    background: #FFF;
    margin-bottom: 16px;
    border-radius: 16px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 12px 0;
    text-align: left;
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    color: #0e1b30;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 22px;
    color: #0e76fd;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "-";
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    color: #555;
}

.faq-answer p {
    margin: 0 0 10px;
    padding-right: 15px;
    line-height: 24px;
    font-size:0.875rem;
}
.iletisim-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 30px;
}

.info-box {
    background: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 18px;
    border: 1px solid #e6ecf5;
}

.info-box h4 {
    margin-top: 0;
    color: #292C35;
    font-weight: 500;
    margin-bottom: 1rem;
}

.info-box p {
    margin: 5px 0;
}
.info-box a {
    text-decoration: none;
    color: #0062e6;
    margin-top: 8px;
    display: block;
    font-size: 0.875rem;
}

.contact-form-area {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.contact-form-area h2 {
    margin-top: 0;
}

.form-wrapper {
    margin-top: 20px;
}

.map-wrapper {
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.info-box p {
    font-size: 0.875rem;
    line-height: 24px;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .iletisim-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 16px 0 0 0 !important;
    }
    .contact-grid { margin-top: 16px; gap: 4px;}
}
/* FORM GENEL KUTU */
/* LABEL */
.wpcf7 form.wpcf7-form label {
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
    color: #0e1b30;
    font-size: 0.875rem;
}
.wpcf7 form.wpcf7-form label span { margin-top: 12px; display: flex;}
/* INPUT & TEXTAREA */
.wpcf7-form-control {
    width: 92%;
    background: #f8faff;
    border: 1px solid #d9e1ec;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 18px;
    transition: all 0.25s ease;
}

/* INPUT FOCUS */
.wpcf7-form-control:focus {
    border-color: #0e76fd;
    box-shadow: 0px 0px 0px 3px rgba(14,118,253,0.15);
    outline: none;
    background: #ffffff;
}

/* TEXTAREA */
textarea.wpcf7-form-control {
    min-height: 130px;
    resize: vertical;
}

/* SUBMIT BUTTON */
.wpcf7-submit {
    background: #0e76fd;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
    width: 100%;
}

/* BUTTON HOVER */
.wpcf7-submit:hover {
    background: #055ed9;
    box-shadow: 0 4px 12px rgba(14,118,253,0.35);
}

/* SUCCESS MESSAGE */
.wpcf7-mail-sent-ok {
    border: none !important;
    background: #e6f7ed !important;
    color: #0f8a47 !important;
    padding: 12px 18px;
    border-radius: 8px;
}

/* ERROR MESSAGE */
.wpcf7-not-valid-tip {
    color: #d93025;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    background: #ffecec !important;
    border: none !important;
    color: #d93025 !important;
    padding: 12px 18px;
    border-radius: 8px;
}
.ai-ekle-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 25px;
}

.ai-ekle-wrapper .intro {
    background: #fff2d9;
    padding: 18px 22px;
    border-radius: 12px;
    margin-bottom: 35px;
    color: #292C35;
     font-size: 0.938rem;
    line-height: 24px;
}

.ai-ekle-info {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid #ececec;
    margin-bottom: 40px;
}

.ai-ekle-info h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.ai-ekle-info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.ai-ekle-info li {
    margin-bottom: 10px;
    background: #F9FAFF;
    padding: 1rem;
    border-radius: 12px;
    font-size: 0.0.938rem;
}
.ai-ekle-info li strong {
    font-weight: 500;
}
.ai-ekle-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
}

.ai-ekle-form h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

/* FORM ALANI (CF7) */
.ai-ekle-form .wpcf7-form-control {
    background: #f8faff;
    border: 1px solid #cfd8e6;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.ai-ekle-form textarea.wpcf7-form-control {
    min-height: 140px;
}

.ai-ekle-form .wpcf7-submit {
    width: 100%;
    background: #0e76fd;
    color: white;
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
    margin-top: 15px;
}

.ai-ekle-form .wpcf7-submit:hover {
    background: #055ed9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .ai-ekle-wrapper {
        padding: 16px 0;
    }
    .ai-ekle-form { padding: 16px;}
    .reklam-wrapper {padding: 16px 0 0 0 !important;}
}
.reklam-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 25px;
}

.reklam-wrapper .intro {
    background: #fff2d9;
    padding: 18px 22px;
    border-radius: 12px;
    margin-bottom: 35px;
    color: #292C35;
    font-size: 0.938rem;
    line-height: 24px;
}

.reklam-section {
    margin-bottom: 45px;
}

.reklam-section h2 {
    margin-bottom: 15px;
}

.why-list, .target-list {
    line-height: 1.7;
    padding-left: 22px;
}

.ad-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.ad-box {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    padding: 18px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.ad-box h3 {
    margin-top: 0;
    color: #0e76fd;
    margin-bottom: 8px;
}

.reklam-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
}

.reklam-form h2 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .ad-grid {
        grid-template-columns: 1fr;
    }
    .yenilik-wrapper { padding: 16px 0 !important;}
    .change-item ul {
    padding: 0 0 0 14px !important; margin: 0 !important;}
}
.yenilik-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 25px;
}

.yenilik-wrapper .intro {
    background: #dde7fe;
    padding: 18px 24px;
    border-radius: 12px;
    border: 1px solid #e1e8f5;
    margin-bottom: 35px;
    color: #292C35;
    font-size: 0.938rem;
    line-height: 24px;
}

/* Changelog Timeline */
.changelog {
    border-left: 3px solid #0e76fd;
    padding-left: 25px;
}

.change-item {
    margin-bottom: 45px;
    position: relative;
}

.change-item::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #0e76fd;
    border-radius: 50%;
    position: absolute;
    left: -32px;
    top: 5px;
}

.change-date {
    font-size: 15px;
    font-weight: 600;
    color: #0e76fd;
    margin-bottom: 6px;
}

.change-item h3 {
    margin: 5px 0 10px 0;
}

.change-item ul {
    margin: 10px 0 0 18px;
    color: #444;
}

.change-item ul li {
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .changelog {
        border-left: none;
        padding-left: 0;
    }
    .change-item::before {
        display: none;
    }
}
.legal h1 {    
    color: #292C35;
    font-size: 1.5rem;
    font-weight: 600;
}
.legal hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 40px 0;
}
.bildirim-buton {
    font-size: 0.875rem;
    font-weight: 500;
}