﻿/*
Theme Name: SGB SEO
Theme URI: https://www.sgbseo.com/
Author: SGB SEO Ajansı
Author URI: https://www.sgbseo.com/
Description: SGB SEO - Ankara SEO Uzmanı, GEO (Yapay Zeka SEO), Kurumsal Web Tasarım ve Dijital Büyüme Ajansı için %100 SEO & Mobil Uyumlu WordPress Teması.
Version: 1.0.0
Text Domain: sgbseo
Requires at least: 6.0
Requires PHP: 7.4
*/


/* Rank Math breadcrumb çıktısını iç sayfa hero tasarımına uyarla */
.inner-hero-breadcrumbs .rank-math-breadcrumb,
.inner-hero-breadcrumbs .rank-math-breadcrumb p {
    margin: 0 !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
    line-height: 1.5;
}
.inner-hero-breadcrumbs .rank-math-breadcrumb a {
    color: rgba(255,255,255,.72) !important;
    text-decoration: none !important;
}
.inner-hero-breadcrumbs .rank-math-breadcrumb a:hover {
    color: #38bdf8 !important;
    text-decoration: underline !important;
}
.inner-hero-breadcrumbs .rank-math-breadcrumb .separator {
    display: inline-block;
    margin: 0 7px;
    color: rgba(255,255,255,.45) !important;
}
.inner-hero-breadcrumbs .rank-math-breadcrumb .last {
    color: #ffffff !important;
}

/* Analiz bekleme durumu, form doğrulama ve görünür modal kontrolleri */
.quote-close {
    position: relative;
    z-index: 3;
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
}
.quote-close i {
    display: inline-flex !important;
    color: #1e293b !important;
    font-size: 17px !important;
    opacity: 1 !important;
}
.sgb-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.sgb-form-error {
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid #fecaca;
    border-radius: 11px;
    background: #fef2f2;
    color: #b91c1c !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239,68,68,.09) !important;
}
.sgb-success-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a !important;
    box-shadow: 0 10px 22px rgba(22,163,74,.15);
}
.sgb-success-icon i { color: #16a34a !important; font-size: 28px; line-height: 1; }
.audit-wait-note {
    min-height: 34px;
    display: grid;
    grid-template-columns: 9px minmax(0,1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    border-radius: 10px;
    background: #eff6ff;
    color: #475569 !important;
    font-size: 10px;
    line-height: 1.35;
}
.audit-wait-note strong { color: #2563eb !important; white-space: nowrap; font-size: 10px; }
.audit-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34,197,94,.45);
    animation: auditLivePulse 1.6s ease-out infinite;
}
@keyframes auditLivePulse {
    0% { box-shadow: 0 0 0 0 rgba(34,197,94,.45); }
    70% { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
@keyframes popIn {
    0% { transform: scale(0.3); opacity: 0; }
    70% { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}
.animated-check-icon {
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes shakeAlert {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}
.shake-element {
    animation: shakeAlert 0.4s ease-in-out;
}

/* Sola - Ortaya - Sağa Akıcı Dalgalanan (Wave Sweep) Canlı Kart Gölgeleri */
#single-slider-3 {
    margin-top: 10px !important;
    padding-bottom: 22px !important;
    margin-bottom: 0px !important;
    overflow: visible !important;
}
#single-slider-3 .splide__track {
    overflow: visible !important;
    padding-bottom: 22px !important;
}
#single-slider-3 .splide__list {
    overflow: visible !important;
}

#seo-audit-card {
    margin-top: -14px !important;
}

/* Interactive basic SEO audit results */
.audit-score-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 58%, #2563eb 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 30px -12px rgba(30, 64, 175, 0.55);
}

.audit-score-ring {
    --audit-score: 0;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    flex: 0 0 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    background: conic-gradient(#38bdf8 calc(var(--audit-score) * 1%), rgba(255, 255, 255, 0.16) 0);
    color: #ffffff;
}

.audit-score-ring::before {
    content: '';
    position: absolute;
    inset: 7px;
    z-index: -1;
    border-radius: inherit;
    background: #12244a;
}

.audit-score-ring strong {
    color: #ffffff !important;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
}

.audit-score-ring span {
    color: #bfdbfe !important;
    font-size: 10px;
    line-height: 1.2;
}

.audit-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.audit-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.audit-category-item {
    padding: 12px 8px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #dbeafe;
    background: #f8fafc;
}

.audit-category-item strong {
    display: block;
    color: #0f172a !important;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}

.audit-category-item span { display: block; color: #64748b !important; font-size: 10px; line-height: 1.2; }
.audit-category-item.status-good { border-color: #bbf7d0; background: #f0fdf4; }
.audit-category-item.status-warning { border-color: #fde68a; background: #fffbeb; }
.audit-category-item.status-bad { border-color: #fecaca; background: #fef2f2; }

.audit-insights {
    padding: 15px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #f8fafc;
}

.audit-data-badge {
    padding: 5px 8px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8 !important;
    font-size: 10px;
    font-weight: 700;
}

.audit-metric-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }
.audit-metric-item { padding: 9px 7px; border-radius: 10px; text-align: center; background: #fff; border-top: 3px solid #cbd5e1; }
.audit-metric-item span { display: block; color: #64748b !important; font-size: 10px; font-weight: 700; }
.audit-metric-item strong { display: block; color: #1e293b !important; font-size: 12px; margin-top: 2px; }
.audit-metric-item small { display: block; color: #94a3b8 !important; font-size: 8px; line-height: 1.25; margin-top: 3px; }
.audit-metric-item.is-field { background: #eff6ff; }
.audit-metric-item.is-good { border-top-color: #22c55e; }
.audit-metric-item.is-warning { border-top-color: #f59e0b; }
.audit-metric-item.is-bad { border-top-color: #ef4444; }

.audit-recommendation-list { display: grid; gap: 8px; }
.audit-recommendation-item { display: flex; gap: 10px; padding: 10px; background: #fff; border: 1px solid #e2e8f0; border-radius: 11px; }
.audit-recommendation-order { width: 25px; height: 25px; flex: 0 0 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #2563eb; color: #fff !important; font-size: 11px; font-weight: 800; }
.audit-recommendation-item strong { display: block; color: #1e293b !important; font-size: 12px; margin-bottom: 2px; }
.audit-recommendation-item p { color: #64748b !important; font-size: 11px; line-height: 1.4; margin: 0; }

.audit-check-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #ffffff;
}

.audit-check-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.audit-check-icon i,
.audit-check-icon i::before {
    display: inline-block !important;
    line-height: 1 !important;
}

.audit-check-item strong,
.audit-check-item div > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audit-check-item strong {
    color: #1e293b !important;
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 2px;
}

.audit-check-item div > span {
    color: #64748b !important;
    font-size: 11px;
    line-height: 1.25;
}

.audit-check-item small {
    display: block;
    color: #64748b !important;
    font-size: 10px;
    line-height: 1.35;
    margin-top: 4px;
}

.audit-check-item.status-good { border-color: #bbf7d0; background: #f0fdf4; }
.audit-check-item.status-good .audit-check-icon { background: #dcfce7; color: #15803d; }
.audit-check-item.status-warning { border-color: #fde68a; background: #fffbeb; }
.audit-check-item.status-warning .audit-check-icon { background: #fef3c7; color: #b45309; }
.audit-check-item.status-bad { border-color: #fecaca; background: #fef2f2; }
.audit-check-item.status-bad .audit-check-icon { background: #fee2e2; color: #b91c1c; }

.audit-keyword-result {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.audit-keyword-result.is-good { border-color: #86efac; background: #f0fdf4; }
.audit-keyword-result.is-good .icon { background: #16a34a !important; color: #ffffff !important; }
.audit-keyword-result.is-warning { border-color: #fcd34d; background: #fffbeb; }
.audit-keyword-result.is-warning .icon { background: #f59e0b !important; color: #ffffff !important; }
.audit-keyword-result .icon i { color: #ffffff !important; }
.audit-keyword-result strong { color: #1e293b !important; }
.audit-keyword-result span:not(.icon) { color: #475569 !important; }

.audit-disclaimer {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

/* Duo esintili modern mobil sol menü */
.sgb-mobile-drawer {
    --bs-offcanvas-width: min(310px, calc(100vw - 64px));
    top: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    width: var(--bs-offcanvas-width) !important;
    height: calc(100dvh - 20px) !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: #f1f3f6 !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .28) !important;
    overflow: hidden !important;
    transform: translateX(calc(-100% - 20px));
}

.sgb-mobile-drawer.show,
.sgb-mobile-drawer.showing { transform: none !important; }
.sgb-mobile-drawer.hiding { transform: translateX(calc(-100% - 20px)) !important; }
.offcanvas-backdrop.show { opacity: .48; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }

.sgb-drawer-scroll {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px;
    scrollbar-width: none;
}
.sgb-drawer-scroll::-webkit-scrollbar { display: none; }

.sgb-drawer-hero {
    min-height: 152px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .18);
    overflow: hidden;
}

.sgb-drawer-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #172554;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .16);
}
.sgb-drawer-close i { line-height: 1; font-size: 16px; }

.sgb-drawer-brand { color: #fff !important; text-decoration: none; }
.sgb-drawer-brand > span { display: block; color: #fff !important; font-size: 24px; font-weight: 850; line-height: 1; letter-spacing: -.7px; }
.sgb-drawer-brand b { color: #60a5fa !important; }
.sgb-drawer-brand small { display: block; color: #dbeafe !important; font-size: 11px; font-weight: 600; margin-top: 5px; }
.sgb-drawer-hero-badge { align-self: flex-start; margin-top: 10px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.13); color: #fff !important; backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; }
.sgb-drawer-hero-badge i { color: #86efac !important; margin-right: 3px; }

.sgb-drawer-agency-card {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 18px;
    padding: 11px;
    border: 1px solid #e2e8f0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
}
.sgb-drawer-agency-icon { width: 42px; height: 42px; flex: 0 0 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; background: linear-gradient(135deg,#2563eb,#60a5fa); color: #fff !important; box-shadow: 0 7px 14px rgba(37,99,235,.25); }
.sgb-drawer-agency-icon i { color: #fff !important; font-size: 17px; line-height: 1; }
.sgb-drawer-agency-copy { min-width: 0; flex: 1; }
.sgb-drawer-agency-copy strong { display: block; color: #1e293b !important; font-size: 12px; line-height: 1.25; }
.sgb-drawer-agency-copy small { display: block; color: #94a3b8 !important; font-size: 10px; margin-top: 3px; }
.sgb-drawer-online { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px #dcfce7; margin-right: 4px; }

.sgb-drawer-section-title { display: block; margin: 0 7px 7px; color: #94a3b8 !important; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.sgb-drawer-nav,
.sgb-drawer-actions { display: block; margin-bottom: 20px; padding: 7px; border: 1px solid #e8edf3; border-radius: 18px; background: #fff; box-shadow: 0 9px 22px rgba(15,23,42,.06); }

.sgb-drawer-nav > a,
.sgb-drawer-actions > a {
    min-height: 53px;
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
    padding: 6px 8px;
    border-radius: 13px;
    color: #64748b !important;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}
.sgb-drawer-nav > a + a,
.sgb-drawer-actions > a + a { border-top: 1px solid #f1f5f9; }
.sgb-drawer-nav > a:active,
.sgb-drawer-actions > a:active { background: #f8fafc; transform: scale(.985); }
.sgb-drawer-nav > a > span:nth-child(2) { color: #475569 !important; font-size: 13px; font-weight: 600; }
.sgb-drawer-nav > a.is-active > span:nth-child(2) { color: #0f172a !important; font-weight: 800; }

.sgb-drawer-nav-icon { width: 37px; height: 37px; flex: 0 0 37px; display: inline-flex !important; align-items: center; justify-content: center; border-radius: 50%; color: #fff !important; box-shadow: 0 6px 13px rgba(15,23,42,.16); }
.sgb-drawer-nav-icon i { color: #fff !important; font-size: 14px; line-height: 1; }
.sgb-drawer-nav-icon.is-blue { background: linear-gradient(135deg,#60a5fa,#2563eb); }
.sgb-drawer-nav-icon.is-red { background: linear-gradient(135deg,#fb7185,#e11d48); }
.sgb-drawer-nav-icon.is-green { background: linear-gradient(135deg,#86efac,#22c55e); }
.sgb-drawer-nav-icon.is-yellow { background: linear-gradient(135deg,#fde047,#f59e0b); }
.sgb-drawer-nav-icon.is-purple { background: linear-gradient(135deg,#c084fc,#7c3aed); }
.sgb-drawer-chevron { margin-left: auto; color: #cbd5e1 !important; font-size: 11px; }
.sgb-drawer-active-dot { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #84cc16; box-shadow: 0 0 0 4px #ecfccb; }
.sgb-drawer-nav .is-active .sgb-drawer-chevron { display: none; }

.sgb-drawer-actions > a > span:nth-child(2) { min-width: 0; flex: 1; }
.sgb-drawer-actions strong { display: block; color: #1e293b !important; font-size: 12px; line-height: 1.2; }
.sgb-drawer-actions small { display: block; color: #94a3b8 !important; font-size: 9px; margin-top: 3px; }
.sgb-drawer-actions > a > i { color: #94a3b8 !important; font-size: 11px; }

.sgb-drawer-contact { display: flex; align-items: center; gap: 8px; padding: 12px; border-radius: 17px; background: linear-gradient(135deg,#0f172a,#1e3a8a); box-shadow: 0 10px 24px rgba(30,58,138,.2); }
.sgb-drawer-contact > span { min-width: 0; flex: 1; }
.sgb-drawer-contact small { display: block; color: #93c5fd !important; font-size: 9px; }
.sgb-drawer-contact strong { display: block; color: #fff !important; font-size: 13px; margin-top: 2px; }
.sgb-drawer-contact > a { width: 37px; height: 37px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.13); color: #fff !important; }
.sgb-drawer-contact > a:last-child { background: #22c55e; }
.sgb-drawer-contact i { color: #fff !important; font-size: 14px; line-height: 1; }
.sgb-drawer-footer { margin: 13px 0 3px; color: #94a3b8 !important; font-size: 9px; text-align: center; }

@media (max-width: 359.98px) {
    .sgb-mobile-drawer { --bs-offcanvas-width: calc(100vw - 42px); }
    .sgb-drawer-hero { min-height: 138px; }
}

@media (max-width: 767.98px) {
    .audit-check-grid { grid-template-columns: 1fr; }
    .audit-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .audit-category-item:last-child { grid-column: 1 / -1; }
    .audit-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .audit-data-badge { max-width: 155px; text-align: right; }
    .audit-score-ring { width: 76px; height: 76px; flex-basis: 76px; }
    .audit-score-ring strong { font-size: 22px; }
}

.hero-card {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 18px !important;
    position: relative !important;
    overflow: hidden !important;
}

.hero-card .card-bottom {
    z-index: 3 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 30px 15px 15px 15px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 100%) !important;
    border-radius: 0 0 18px 18px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 1px 4px rgba(0, 0, 0, 0.9) !important;
}

/* Tüm Kartlar Arasındaki Boşlukların Ferah, Yüksek ve Konforlu Olması */
.card-style {
    margin-left: 16px !important;
    margin-right: 16px !important;
    margin-bottom: 48px !important;
    border-radius: 18px !important;
}

/* Sol alttan başlayıp ortaya ve sağa doğru dalgalanan gölge animasyonları */
@keyframes waveSweepBlue {
    0% {
        box-shadow: -24px 18px 45px -6px rgba(0, 102, 255, 0.85), -6px 8px 20px rgba(0, 0, 0, 0.35);
    }
    50% {
        box-shadow: 0px 26px 55px -4px rgba(0, 102, 255, 1), 0px 10px 25px rgba(0, 0, 0, 0.4);
    }
    100% {
        box-shadow: 24px 18px 45px -6px rgba(0, 102, 255, 0.85), 6px 8px 20px rgba(0, 0, 0, 0.35);
    }
}

@keyframes waveSweepGreen {
    0% {
        box-shadow: -24px 18px 45px -6px rgba(0, 230, 118, 0.85), -6px 8px 20px rgba(0, 0, 0, 0.35);
    }
    50% {
        box-shadow: 0px 26px 55px -4px rgba(0, 230, 118, 1), 0px 10px 25px rgba(0, 0, 0, 0.4);
    }
    100% {
        box-shadow: 24px 18px 45px -6px rgba(0, 230, 118, 0.85), 6px 8px 20px rgba(0, 0, 0, 0.35);
    }
}

@keyframes waveSweepRed {
    0% {
        box-shadow: -24px 18px 45px -6px rgba(220, 53, 69, 0.85), -6px 8px 20px rgba(0, 0, 0, 0.35);
    }
    50% {
        box-shadow: 0px 26px 55px -4px rgba(220, 53, 69, 1), 0px 10px 25px rgba(0, 0, 0, 0.4);
    }
    100% {
        box-shadow: 24px 18px 45px -6px rgba(220, 53, 69, 0.85), 6px 8px 20px rgba(0, 0, 0, 0.35);
    }
}

@keyframes waveSweepOrange {
    0% {
        box-shadow: -24px 18px 45px -6px rgba(253, 126, 20, 0.85), -6px 8px 20px rgba(0, 0, 0, 0.35);
    }
    50% {
        box-shadow: 0px 26px 55px -4px rgba(253, 126, 20, 1), 0px 10px 25px rgba(0, 0, 0, 0.4);
    }
    100% {
        box-shadow: 24px 18px 45px -6px rgba(253, 126, 20, 0.85), 6px 8px 20px rgba(0, 0, 0, 0.35);
    }
}

.hero-card-1 {
    background-image: url('assets/images/1.webp') !important;
    animation: waveSweepBlue 3.8s ease-in-out infinite alternate !important;
}

.hero-card-2 {
    background-image: url('assets/images/2.webp') !important;
    animation: waveSweepGreen 3.8s ease-in-out infinite alternate 0.5s !important;
}

.hero-card-3 {
    background-image: url('assets/images/3.webp') !important;
    animation: waveSweepRed 3.8s ease-in-out infinite alternate 1s !important;
}

.hero-card-4 {
    background-image: url('assets/images/4.webp') !important;
    animation: waveSweepOrange 3.8s ease-in-out infinite alternate 1.5s !important;
}

/* ==========================================================================
   GLOBAL CORE WEB VITALS TYPOGRAPHY & COLOR SYSTEM (SABİT DENGELİ RENKLER)
   ========================================================================== */

/* 1. TÜM BAŞLIKLAR (H1, H2, H3, H4, H5, H6) - Göz yormayan modern Slate-800 */
h1:not(.color-white):not(.text-white),
h2:not(.color-white):not(.text-white),
h3:not(.color-white):not(.text-white),
h4:not(.color-white):not(.text-white),
.font-800:not(.color-white):not(.text-white):not(.badge):not(.btn) {
    color: #1e293b !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em;
}

/* Küçük Kart / Hizmet Başlıkları (H5, H6, font-15, font-16 vb.) */
h5:not(.color-white):not(.text-white):not(.footer-heading),
h6:not(.color-white):not(.text-white),
.font-15.font-800:not(.color-white):not(.text-white),
.font-16.font-800:not(.color-white):not(.text-white) {
    color: #1e293b !important;
    font-weight: 600 !important;
}

/* 2. TÜM AÇIKLAMA METİNLERİ VE PARAGRAFLAR - Göz dinlendiren dengeli Slate-600 */
p:not(.color-white):not(.text-white),
.card:not(.geo-ai-card):not(.footer-corporate) p:not(.color-white):not(.text-white),
.content p:not(.color-white):not(.text-white),
.accordion-body:not(.color-white),
.font-13:not(i):not(.icon *):not(.color-white):not(.text-white):not(.badge):not(.btn):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.font-14:not(i):not(.icon *):not(.color-white):not(.text-white):not(.badge):not(.btn):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    color: #475569 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

/* Tüm Renkli Rozet ve Gradient İkonlarının İçindeki İkonlar %100 Net Saf Beyaz */
.icon.color-white i,
.icon.gradient-blue i,
.icon.gradient-green i,
.icon.gradient-red i,
.icon.gradient-yellow i,
.icon.gradient-magenta i,
.icon.bg-highlight i,
.icon[class*="gradient-"] i,
.icon[class*="bg-"] i,
.color-white i,
.text-white i,
.rounded-s.gradient-blue i,
.rounded-s.gradient-green i,
.rounded-s.gradient-red i,
.rounded-s.gradient-yellow i,
.rounded-s.gradient-magenta i {
    color: #ffffff !important;
}

/* 3. VURGU VE KATEGORİ ÜST BAŞLIKLARI (Mavi Başlıkçıklar) */
.color-highlight.font-700,
.color-highlight.font-800,
.color-blue-dark.font-800,
.color-blue-dark.font-700 {
    color: #2563eb !important;
    font-weight: 700 !important;
}

/* 4. FORM ALANLARI VE ETİKETLER */
.form-custom {
    position: relative !important;
}
.form-custom.form-icon {
    position: relative !important;
}
.form-custom.form-icon i {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 42px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: normal !important;
    font-size: 16px !important;
    color: #64748b !important;
    pointer-events: none !important;
    z-index: 5 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.form-custom label {
    color: #475569 !important;
    font-weight: 600 !important;
}
.form-custom input,
.form-custom select,
.form-custom textarea {
    color: #1e293b !important;
    font-weight: 500 !important;
    border-color: #cbd5e1 !important;
}
.form-custom.form-icon input,
.form-custom.form-icon select {
    padding-left: 44px !important;
}

/* 5. ALT BAR MENÜ - Dengeli Slate Tonları */
#footer-bar a:not(.btn) {
    color: #64748b !important;
}
#footer-bar a:not(.btn) i {
    color: #64748b !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
#footer-bar a:not(.btn) span {
    color: #64748b !important;
    opacity: 1 !important;
    font-weight: 500 !important;
    font-size: 11px !important;
}
#footer-bar a.active-nav i {
    color: #ffffff !important;
}
#footer-bar a.active-nav span {
    color: #2563eb !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

/* 6. Dengeli Modal & Menü Stilleri */
.modal-item-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    transition: all 0.2s ease;
    cursor: pointer;
}
.modal-item-card:hover, .modal-item-card:active {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-1px);
}

/* Mobil hızlı işlem ve hizmetler panelleri */
.sgb-action-sheet,
.sgb-services-sheet {
    border: 0 !important;
    border-radius: 22px !important;
    background: rgba(248, 250, 252, .98) !important;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .25) !important;
    overflow: hidden !important;
}

#menu-bell.sgb-action-sheet {
    bottom: auto !important;
    height: auto !important;
    min-height: 265px !important;
    max-height: calc(100dvh - 24px) !important;
}

#menu-services.sgb-services-sheet {
    height: auto !important;
    max-height: min(720px, calc(100dvh - 28px)) !important;
}

.sgb-sheet-content {
    max-height: inherit;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px;
    scrollbar-width: none;
}
.sgb-sheet-content::-webkit-scrollbar { display: none; }
.sgb-sheet-handle { width: 42px; height: 4px; margin: -7px auto 13px; border-radius: 999px; background: #cbd5e1; }
.sgb-sheet-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 13px; margin-bottom: 13px; border-bottom: 1px solid #e2e8f0; }
.sgb-sheet-header span { display: block; color: #2563eb !important; font-size: 10px; font-weight: 800; letter-spacing: .45px; text-transform: uppercase; }
.sgb-sheet-header h2 { color: #1e293b !important; font-size: 20px; font-weight: 800 !important; line-height: 1.2; margin: 3px 0 0; }
.sgb-sheet-close { width: 42px; height: 42px; flex: 0 0 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e2e8f0; border-radius: 50%; background: #fff; color: #475569; box-shadow: 0 5px 14px rgba(15,23,42,.08); }
.sgb-sheet-close i { color: #475569 !important; font-size: 14px; line-height: 1; }

.sgb-quick-choice-grid { display: grid; gap: 10px; }
.sgb-quick-choice { width: 100%; min-height: 72px; display: flex; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid #e2e8f0; border-radius: 15px; background: #fff; text-align: left; box-shadow: 0 6px 16px rgba(15,23,42,.05); }
.sgb-quick-choice > span:nth-child(2) { min-width: 0; flex: 1; }
.sgb-quick-choice strong { display: block; color: #1e293b !important; font-size: 14px; line-height: 1.2; }
.sgb-quick-choice small { display: block; color: #64748b !important; font-size: 10px; line-height: 1.35; margin-top: 4px; }
.sgb-quick-choice > i { color: #94a3b8 !important; font-size: 12px; }
.sgb-quick-choice-icon { width: 44px; height: 44px; flex: 0 0 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; color: #fff !important; }
.sgb-quick-choice-icon i { color: #fff !important; font-size: 20px; line-height: 1; }
.sgb-quick-choice-icon.is-red { background: linear-gradient(135deg,#fb7185,#dc2626); box-shadow: 0 7px 15px rgba(220,38,38,.22); }
.sgb-quick-choice-icon.is-blue { background: linear-gradient(135deg,#60a5fa,#2563eb); box-shadow: 0 7px 15px rgba(37,99,235,.22); }

.sgb-services-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.sgb-service-tile { min-width: 0; min-height: 68px; display: grid; grid-template-columns: 38px minmax(0,1fr) 12px; align-items: center; gap: 9px; padding: 10px; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; color: #334155 !important; text-decoration: none !important; box-shadow: 0 5px 14px rgba(15,23,42,.045); }
.sgb-service-tile > span:nth-child(2) { color: #334155 !important; font-size: 11px; font-weight: 700; line-height: 1.25; }
.sgb-service-tile > i { color: #cbd5e1 !important; font-size: 10px; }
.sgb-service-tile-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: #fff !important; }
.sgb-service-tile-icon i { color: #fff !important; font-size: 15px; line-height: 1; }
.sgb-service-tile-icon.is-blue { background:#2563eb; }
.sgb-service-tile-icon.is-purple { background:#9333ea; }
.sgb-service-tile-icon.is-sky { background:#3b82f6; }
.sgb-service-tile-icon.is-green { background:#10b981; }
.sgb-service-tile-icon.is-emerald { background:#059669; }
.sgb-service-tile-icon.is-red { background:#ef4444; }
.sgb-service-tile-icon.is-cyan { background:#06b6d4; }
.sgb-service-tile-icon.is-violet { background:#8b5cf6; }
.sgb-service-tile-icon.is-orange { background:#f59e0b; }
.sgb-all-services-link { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 11px; border-radius: 12px; background: #eff6ff; color: #2563eb !important; font-size: 11px; font-weight: 800; text-decoration: none !important; }
.sgb-all-services-link i { color: #2563eb !important; font-size: 12px; }

/* 7. Hizmetler Zigzag Kart & Ortalanmış Çizgi Dengeleme */
.service-zigzag-card {
    margin-bottom: 0px !important;
}
.service-zigzag-card-last {
    margin-bottom: 24px !important;
}
.service-divider {
    height: 1px !important;
    background-color: #e2e8f0 !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    opacity: 0.9 !important;
}

/* 8. GEO (Yapay Zeka) Kartı - Bulut Dalgalı Mavi Animasyon & Yüksek Kontrastlı Beyaz Tipografi */
.card.geo-ai-card {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #0b1528 0%, #1e3a8a 30%, #2563eb 60%, #38bdf8 100%) !important;
    background-size: 250% 250% !important;
    animation: cloudMeshWave 9s ease-in-out infinite alternate !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 12px 32px -4px rgba(37, 99, 235, 0.35) !important;
}

@keyframes cloudMeshWave {
    0% {
        background-position: 0% 20%;
    }
    50% {
        background-position: 100% 80%;
    }
    100% {
        background-position: 20% 0%;
    }
}

.card.geo-ai-card,
.card.geo-ai-card *,
.card.geo-ai-card p,
.card.geo-ai-card h2,
.card.geo-ai-card h3,
.card.geo-ai-card h4,
.card.geo-ai-card h5,
.card.geo-ai-card h6,
.card.geo-ai-card span,
.card.geo-ai-card strong,
.card.geo-ai-card .font-13,
.card.geo-ai-card .font-14 {
    color: #ffffff !important;
}

.card.geo-ai-card .geo-badge {
    background: rgba(255, 255, 255, 0.18) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
    font-weight: 600;
}

.card.geo-ai-card .geo-feature-box {
    background: rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 12px;
}

/* 9. Özel SGB SEO Logo Stili (Google Renkleri Canlı & Yumuşak Geçiş Animasyonu) */
.sgb-brand-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    line-height: 1 !important;
}
.sgb-brand-logo .brand-text-sgb {
    color: #1e293b !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
}
.sgb-brand-logo .brand-text-seo,
.sidebar-brand-seo {
    font-weight: 800;
    letter-spacing: -0.5px;
    display: inline-flex;
    align-items: center;
    margin-left: 3px;
    animation: googleColorCycleText 14s ease-in-out infinite !important;
}
.sgb-brand-logo .brand-lens-o,
.sidebar-lens-o {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-top: 2px;
}
.sgb-brand-logo .brand-lens-o svg,
.sidebar-lens-o svg {
    display: inline-block;
    vertical-align: middle;
}
.sgb-brand-logo .brand-lens-o svg circle.lens-inner,
.sidebar-lens-o svg circle.lens-inner {
    animation: googleColorCycleFill 14s ease-in-out infinite !important;
}

/* Göz Dinlendiren, Yavaş ve Beklemeli Google Renk Geçişi (14 saniye) */
@keyframes googleColorCycleText {
    0%, 18% {
        color: #2563eb;
    }
    25%, 43% {
        color: #e11d48;
    }
    50%, 68% {
        color: #d97706;
    }
    75%, 93% {
        color: #059669;
    }
    100% {
        color: #2563eb;
    }
}

@keyframes googleColorCycleFill {
    0%, 18% {
        fill: #e11d48;
    }
    25%, 43% {
        fill: #d97706;
    }
    50%, 68% {
        fill: #059669;
    }
    75%, 93% {
        fill: #2563eb;
    }
    100% {
        fill: #e11d48;
    }
}

/* ==========================================================
   10. MASAÜSTÜ & TABLET KURUMSAL HİZALAMA VE DÜZENLEME
   ========================================================== */
@media (min-width: 992px) {
    body {
        background-color: #f8fafc !important;
    }

    #page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    /* Üst Sabit Kurumsal Header */
    .header-bar.header-fixed.header-bar-detached {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 76px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(12px) !important;
        border-bottom: 1px solid #e2e8f0 !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transform: none !important;
    }

    .header-bar .header-inner {
        max-width: 1240px !important;
        margin: 0 auto !important;
        width: 100% !important;
        padding: 0 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header-bar .header-title.sgb-brand-logo {
        position: static !important;
        transform: none !important;
        font-size: 24px !important;
        margin: 0 !important;
    }

    /* Dikey Çizgili Menü Bağlantıları */
    .header-desktop-nav {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
    }
    .header-desktop-nav .nav-link,
    .header-desktop-nav a {
        color: #334155 !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        padding: 6px 14px !important;
        border-radius: 8px !important;
        transition: all 0.2s ease !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
    }
    .header-desktop-nav .nav-link:hover,
    .header-desktop-nav .nav-link.active,
    .header-desktop-nav a:hover,
    .header-desktop-nav .current-menu-item > a {
        color: #2563eb !important;
        background: #eff6ff !important;
    }
    .header-desktop-nav .nav-divider {
        display: inline-block !important;
        width: 1px !important;
        height: 15px !important;
        background-color: #cbd5e1 !important;
        margin: 0 2px !important;
    }

    /* Hizalı Masaüstü CTA Butonları */
    .header-cta-phone {
        height: 40px !important;
        padding: 0 16px !important;
        border-radius: 10px !important;
        background: #f8fafc !important;
        border: 1px solid #cbd5e1 !important;
        color: #1e293b !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .header-cta-phone:hover {
        background: #f1f5f9 !important;
        border-color: #94a3b8 !important;
        color: #0f172a !important;
    }

    /* İçerik Alanı (1240px Maksimum Genişlikte ve Header ile Birebir Aynı 20px Kenar Hizası) */
    .page-content {
        max-width: 1240px !important;
        margin: 0 auto !important;
        padding: 0 20px 60px 20px !important;
        width: 100% !important;
    }

    .page-content.header-clear-medium {
        padding-top: 96px !important;
    }

    /* Hero Slider Masaüstü Tam Ekran Genişliği */
    .hero-slider-fullwidth-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        padding-top: 100px !important;
        padding-bottom: 50px !important;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    }

    #single-slider-3,
    .hero-splide-carousel {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    #single-slider-3 .splide__track {
        overflow: visible !important;
    }
    #single-slider-3 .splide__list {
        overflow: visible !important;
    }
    #single-slider-3 .splide__slide {
        overflow: visible !important;
    }
    #single-slider-3 .splide__slide .hero-card {
        opacity: 0.45 !important;
        transform: scale(0.95) !important;
        transition: opacity 0.4s ease, transform 0.4s ease !important;
    }
    #single-slider-3 .splide__slide.is-active .hero-card {
        opacity: 1 !important;
        transform: scale(1) !important;
        z-index: 10 !important;
    }
    .hero-card {
        height: 440px !important;
        border-radius: 24px !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        position: relative !important;
        z-index: 2 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .hero-card h1,
    .hero-card h2 {
        font-size: 34px !important;
        margin-bottom: 8px !important;
    }
    .hero-card p {
        font-size: 16px !important;
    }

    /* Kartlar - Masaüstünde Belirgin ve Şık Derinlik Gölgeleri */
    .card.card-style:not(.hero-card):not(.geo-ai-card):not(.bg-14):not([class*="bg-"]) {
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 18px !important;
        box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03) !important;
        margin-bottom: 24px !important;
    }

    .card-style.bg-14,
    .card.bg-14,
    .bg-14 {
        background-image: url('assets/images/pictures/14.jpg') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        position: relative !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    /* Hizmetlerimiz - 3 Kolonlu Grid Düzeni ve Zengin Kart Gölgeleri */
    .services-zigzag-container {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
        margin-bottom: 30px !important;
    }
    .service-zigzag-card,
    .service-zigzag-card-last {
        margin: 0 !important;
        padding: 24px 20px !important;
        height: 100% !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    .service-zigzag-card:hover,
    .service-zigzag-card-last:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 20px 40px -6px rgba(37, 99, 235, 0.16), 0 6px 16px rgba(0, 0, 0, 0.04) !important;
        border-color: #93c5fd !important;
    }
    .service-divider {
        display: none !important;
    }

    /* Alt Menü Masaüstünde Gizlenir */
    #footer-bar {
        display: none !important;
    }
}

/* Tablet Görünümü (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .page-content {
        max-width: 740px !important;
        margin: 0 auto !important;
    }
    .hero-card {
        height: 320px !important;
    }
    .services-zigzag-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .service-zigzag-card,
    .service-zigzag-card-last {
        margin: 0 !important;
        height: 100% !important;
        border-radius: 14px !important;
        box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.07) !important;
    }
    .service-divider {
        display: none !important;
    }
}

/* ==========================================================
   11. KURUMSAL FOOTER STİLLERİ (MOBİL & MASAÜSTÜ TAM GENİŞLİK)
   ========================================================== */
.footer-corporate,
.theme-light .footer-corporate,
body.theme-light .footer-corporate {
    background-color: #0b1528 !important;
    background: #0b1528 !important;
    color: #94a3b8 !important;
    border-top: 1px solid #1e293b !important;
    margin-top: 60px !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
    z-index: 10 !important;
}
.footer-corporate .footer-top,
.theme-light .footer-corporate .footer-top {
    background-color: #0b1528 !important;
    background: #0b1528 !important;
}
.footer-corporate .sgb-brand-logo .brand-text-sgb,
.footer-corporate .brand-text-sgb {
    color: #ffffff !important;
}
.footer-corporate .container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.footer-corporate,
.footer-corporate * {
    box-sizing: border-box;
}
.footer-corporate p,
.theme-light .footer-corporate p,
body .footer-corporate p {
    color: #cbd5e1 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}
.footer-corporate h5.footer-heading,
.theme-light .footer-corporate h5.footer-heading,
.footer-corporate .footer-heading {
    position: relative;
    padding-bottom: 8px;
    letter-spacing: -0.2px;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.footer-corporate h5.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2.5px;
    background: #2563eb;
    border-radius: 2px;
}
.footer-corporate .footer-links li {
    margin-bottom: 10px;
}
.footer-corporate .footer-links a,
.theme-light .footer-corporate .footer-links a {
    color: #94a3b8 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
}
.footer-corporate .footer-links a:hover,
.theme-light .footer-corporate .footer-links a:hover {
    color: #38bdf8 !important;
    transform: translateX(4px);
}
.footer-corporate .footer-contact-item,
.theme-light .footer-corporate .footer-contact-item {
    color: #cbd5e1 !important;
    margin-bottom: 12px;
}
.footer-corporate .footer-contact-item a,
.theme-light .footer-corporate .footer-contact-item a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.footer-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #1e293b !important;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.footer-social-icon:hover {
    background: #2563eb !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Mobil için Alt Menü Boşluğu, Üst Hero ve Kenar Yuvarlama */
@media (max-width: 991.98px) {
    .hero-slider-fullwidth-wrapper {
        padding-top: 75px !important;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }
    .page-content {
        padding-top: 0 !important;
    }
    .footer-corporate,
    .theme-light .footer-corporate,
    body.theme-light .footer-corporate {
        background-color: #0b1528 !important;
        background: #0b1528 !important;
        padding-bottom: 95px !important;
        margin-top: 30px !important;
        border-radius: 24px 24px 0 0 !important;
    }
    .footer-corporate .footer-bottom {
        padding-bottom: 25px !important;
    }
}

/* High Contrast & Timeline Styling */
.cta-gradient-box,
.theme-light .cta-gradient-box,
body.theme-light .cta-gradient-box {
    background: linear-gradient(135deg, #0b1528 0%, #152c5b 50%, #1e3a8a 100%) !important;
    background-color: #0b1528 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    box-shadow: 0 10px 30px rgba(11, 21, 40, 0.25) !important;
}
.cta-gradient-box h2,
.cta-gradient-box p,
.cta-gradient-box span {
    color: #ffffff !important;
}

.page-header-gradient,
.theme-light .page-header-gradient,
body.theme-light .page-header-gradient {
    background: linear-gradient(135deg, #0b1528 0%, #173262 100%) !important;
    background-color: #0b1528 !important;
    color: #ffffff !important;
}
.page-header-gradient h1,
.page-header-gradient p,
.page-header-gradient a,
.page-header-gradient span {
    color: #ffffff !important;
}

.timeline-nav-pills a {
    transition: all 0.2s ease;
}
.timeline-nav-pills a:hover {
    transform: translateY(-2px);
}
.timeline-card-wrapper .card {
    transition: all 0.3s ease;
}
.timeline-card-wrapper .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08) !important;
}
.ref-card-item {
    transition: all 0.3s ease;
}
.ref-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(37,99,235,0.12) !important;
}
.ref-card-item:hover .ref-card-img {
    transform: scale(1.05);
}

/* Full-Width Inner Page Hero Banner & Spacing */
.inner-page-hero-fullwidth {
    width: 100% !important;
    background: linear-gradient(135deg, #070d19 0%, #0f1d38 45%, #17356d 100%) !important;
    padding-top: 115px !important;
    padding-bottom: 45px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
}

.inner-hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.25) 0%, transparent 60%),
                radial-gradient(circle at 10% 80%, rgba(56, 189, 248, 0.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.inner-hero-bottom-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2563eb, #38bdf8, transparent);
    z-index: 2;
}

.inner-hero-title {
    color: #ffffff !important;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.inner-hero-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5) !important;
}

.inner-hero-breadcrumbs a:hover {
    color: #38bdf8 !important;
    text-decoration: underline !important;
}

@media (max-width: 991.98px) {
    .inner-page-hero-fullwidth {
        padding-top: 85px !important;
        padding-bottom: 30px !important;
        margin-bottom: 20px !important;
    }
    .inner-hero-title {
        font-size: 24px !important;
    }
}
/* Hero Social Proof Trust Box & Avatar Stack */
.hero-trust-box {
    transition: all 0.3s ease;
}
.hero-trust-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.4) !important;
}
.avatar-stack img {
    transition: all 0.2s ease;
}
.avatar-stack img:hover {
    transform: scale(1.15) translateY(-2px);
    z-index: 5;
}

@keyframes pulseGreen {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.pulse-green-dot {
    width: 9px;
    height: 9px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    animation: pulseGreen 2s infinite;
}

/* Button Outline Contrast Fixes */
.btn-outline-primary {
    color: #2563eb !important;
    border-color: #2563eb !important;
    background-color: transparent !important;
}
.btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: #2563eb !important;
}

.btn-outline-success {
    color: #10b981 !important;
    border-color: #10b981 !important;
    background-color: transparent !important;
}
.btn-outline-success:hover {
    color: #ffffff !important;
    background-color: #10b981 !important;
}

.btn-outline-warning {
    color: #d97706 !important;
    border-color: #f59e0b !important;
    background-color: transparent !important;
}
.btn-outline-warning:hover {
    color: #ffffff !important;
    background-color: #f59e0b !important;
}

.btn-outline-danger {
    color: #ef4444 !important;
    border-color: #ef4444 !important;
    background-color: transparent !important;
}
.btn-outline-danger:hover {
    color: #ffffff !important;
    background-color: #ef4444 !important;
}

.btn-outline-info {
    color: #0284c7 !important;
    border-color: #0284c7 !important;
    background-color: transparent !important;
}
.btn-outline-info:hover {
    color: #ffffff !important;
    background-color: #0284c7 !important;
}

.btn-outline-dark {
    color: #0f172a !important;
    border-color: #334155 !important;
    background-color: transparent !important;
}
.btn-outline-dark:hover {
    color: #ffffff !important;
    background-color: #0f172a !important;
}
/* ========================================================
   Pixel-Perfect Global Alignment for Header, Hero & Content
   ======================================================== */
.header-bar .header-inner,
.inner-page-hero-fullwidth .container,
.page-content,
.container-custom {
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}

/* Premium Desktop Navigation Styling */
.header-desktop-nav .nav-link {
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    padding: 8px 16px !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}
.header-desktop-nav .nav-link:hover,
.header-desktop-nav .nav-link.active,
.header-desktop-nav .current-menu-item > a {
    color: #2563eb !important;
    background: #f1f5f9 !important;
}

/* ========================================================
   Custom Nav Dropdown — Single Arrow, Perfect Placement
   ======================================================== */
.header-desktop-nav .dropdown-toggle::after,
.header-desktop-nav a::after,
.custom-nav-dropdown a::after,
.custom-dropdown-link::after {
    display: none !important;
    content: none !important;
}

.custom-nav-dropdown {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
}

.custom-nav-dropdown .nav-arrow-icon {
    transition: transform 0.25s ease !important;
    font-size: 10px !important;
    margin-left: 4px !important;
    opacity: 0.75 !important;
}

.custom-nav-dropdown:hover .nav-arrow-icon {
    transform: rotate(180deg) !important;
    opacity: 1 !important;
    color: #2563eb !important;
}

.custom-dropdown-panel {
    position: absolute !important;
    top: 54px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
    min-width: 580px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 45px -8px rgba(15, 23, 42, 0.18) !important;
    padding: 16px !important;
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
}

.custom-nav-dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    height: 25px;
    background: transparent;
    z-index: 99998;
}

.custom-nav-dropdown:hover .custom-dropdown-panel,
.custom-dropdown-panel:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
}

.mega-menu-card {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
}
.mega-menu-card:hover {
    background-color: #eff6ff !important;
    border-color: #93c5fd !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.1) !important;
}
.mega-menu-card strong {
    color: #0f172a !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
}
.mega-menu-card:hover strong {
    color: #2563eb !important;
}
.mega-menu-card span {
    color: #64748b !important;
    font-size: 11.5px !important;
}

/* ========================================================
   Icon Centering Fix (Vertical & Horizontal)
   ======================================================== */
.icon, .icon-xxs, .icon-xs, .icon-s, .icon-m, .icon-l, .icon-xl, .icon-xxl {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    vertical-align: middle !important;
}
.icon i, .icon-xxs i, .icon-xs i, .icon-s i, .icon-m i, .icon-l i, .icon-xl i, .icon-xxl i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

/* ========================================================
   Hero Carousel Controls Hide
   ======================================================== */
.hero-slider-fullwidth-wrapper .carousel-indicators,
.hero-slider-fullwidth-wrapper .carousel-control-prev,
.hero-slider-fullwidth-wrapper .carousel-control-next {
    display: none !important;
}

/* ========================================================
   Responsive layout stability: header, hero and icon rhythm
   ======================================================== */
.header-bar .header-inner {
    min-height: inherit;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
}

.header-bar .header-inner > .d-flex:last-child {
    flex: 0 0 auto;
    width: auto !important;
    margin-left: auto;
}

.header-bar a,
.header-bar .btn,
#footer-bar a,
.btn,
.icon {
    -webkit-tap-highlight-color: transparent;
}

.header-bar i,
#footer-bar i,
.btn i,
.icon i,
.divider-icon i {
    line-height: 1 !important;
}

.header-bar i::before,
#footer-bar i::before,
.icon i::before,
.divider-icon i::before {
    display: block;
}

.btn:not(.d-none) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
}

.btn:not(.d-none) i {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
}

.btn:not(.d-none) i::before {
    display: inline-block !important;
}

.divider-icon i {
    top: 50% !important;
    margin-top: 0 !important;
    transform: translate(-50%, -50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.divider-icon i::before {
    display: inline-block !important;
}

/* Splide'ın height:100% kuralı otomatik yüksekliği viewport'a taşımamalı. */
#single-slider-3,
#single-slider-3 .splide__track,
#single-slider-3 .splide__list,
#single-slider-3 .splide__slide {
    height: auto !important;
    min-height: 0 !important;
}

#single-slider-3 .splide__list {
    width: 100% !important;
    align-items: stretch !important;
}

#single-slider-3 .splide__slide {
    display: flex !important;
}

#single-slider-3 .hero-card {
    flex: 1 1 auto;
    animation: none !important;
}

#single-slider-3 .hero-card-1 {
    box-shadow: 0 20px 42px -10px rgba(37, 99, 235, 0.62) !important;
}

#single-slider-3 .hero-card-2 {
    box-shadow: 0 20px 42px -10px rgba(16, 185, 129, 0.55) !important;
}

#single-slider-3 .hero-card-3 {
    box-shadow: 0 20px 42px -10px rgba(220, 53, 69, 0.52) !important;
}

#single-slider-3 .hero-card-4 {
    box-shadow: 0 20px 42px -10px rgba(245, 158, 11, 0.55) !important;
}

#main-content > .card-style,
#main-content > .content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 992px) {
    .header-bar .header-title.sgb-brand-logo {
        flex: 0 0 auto !important;
        justify-content: flex-start !important;
    }

    .hero-slider-fullwidth-wrapper {
        width: 100% !important;
        max-width: none !important;
        padding-top: 82px !important;
        padding-bottom: 34px !important;
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%) !important;
        mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%) !important;
    }

    #single-slider-3 .splide__slide .hero-card {
        opacity: 0.42 !important;
        transform: scale(0.94) !important;
        filter: saturate(0.72) brightness(0.88);
    }

    #single-slider-3 .splide__slide.is-active .hero-card {
        opacity: 1 !important;
        transform: scale(1) !important;
        filter: none;
    }

    #single-slider-3 .hero-card {
        height: clamp(360px, 31vw, 440px) !important;
    }
}

@media (max-width: 991.98px) {
    .header-bar.header-fixed.header-bar-detached {
        min-height: 64px !important;
        height: 64px !important;
        border-radius: 18px !important;
    }

    .header-bar .header-inner {
        height: 64px !important;
        min-height: 64px !important;
        padding: 0 12px !important;
    }

    .header-bar .header-title.sgb-brand-logo {
        flex: 0 1 auto !important;
        margin: 0 auto 0 0 !important;
        height: 44px;
    }

    .header-bar .header-inner > .d-flex:last-child {
        height: 44px !important;
        align-items: center !important;
    }

    .header-bar .header-inner > .d-flex:last-child > a[aria-label="Bildirimler"] {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
    }

    .hero-slider-fullwidth-wrapper {
        padding-top: 68px !important;
        padding-bottom: 18px !important;
        height: auto !important;
    }

    #single-slider-3 {
        margin-top: 0 !important;
        padding-bottom: 18px !important;
    }

    #single-slider-3 .splide__track {
        padding-bottom: 18px !important;
    }

    #single-slider-3 .hero-card {
        width: 100% !important;
        height: clamp(230px, 66vw, 300px) !important;
        margin: 0 !important;
        border-radius: 18px !important;
    }

    #single-slider-3 .hero-card .card-bottom {
        padding: 46px 18px 18px !important;
    }

    #seo-audit-card {
        margin-top: 0 !important;
    }

    .divider-icon {
        margin-top: 58px !important;
        margin-bottom: 42px !important;
    }

    #footer-bar {
        align-items: stretch !important;
    }

    #footer-bar a:not(.btn) {
        min-width: 0;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    #footer-bar a:not(.btn):not(.active-nav) i {
        width: 24px;
        height: 24px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #footer-bar a:not(.btn) span {
        margin-top: 1px !important;
        line-height: 1.2 !important;
        white-space: nowrap;
    }
}

@media (max-width: 374.98px) {
    #footer-bar a:not(.btn) span {
        font-size: 10px !important;
    }

    .header-bar .header-inner {
        gap: 6px;
        padding: 0 8px !important;
    }
}

/* Mobil alt bar: bütün ikonlar aynı optik merkezde, aktif sayfa yükseltilmiş */
@media (max-width: 991.98px) {
    #footer-bar {
        height: calc(64px + env(safe-area-inset-bottom)) !important;
        padding: 0 6px env(safe-area-inset-bottom) !important;
        align-items: stretch !important;
        overflow: visible !important;
    }

    #footer-bar a:not(.btn) {
        height: 64px !important;
        min-width: 0 !important;
        padding: 8px 0 6px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
    }

    #footer-bar a:not(.btn) i {
        width: 25px !important;
        height: 25px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
    }

    #footer-bar a:not(.btn) i::before {
        display: inline-block !important;
        line-height: 1 !important;
    }

    #footer-bar a:not(.btn) span {
        margin: 3px 0 0 !important;
        padding: 0 !important;
        line-height: 1.15 !important;
    }

    #footer-bar a.active-nav {
        position: relative !important;
        padding-top: 30px !important;
    }

    #footer-bar a.active-nav i {
        position: absolute !important;
        top: -20px !important;
        left: 50% !important;
        width: 48px !important;
        height: 48px !important;
        margin-left: -24px !important;
        transform: none !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }

    #footer-bar a.active-nav span {
        margin-top: 0 !important;
        padding: 0 !important;
    }
}
