/* ============================================================
   Digital Bridge Teknoloji — Özel Stiller
   ============================================================ */

/* ── Dil Değiştirici ─────────────────────────────────────── */
.lang-switch {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    padding: 2px 8px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    transition: all 0.2s ease;
}
.lang-switch:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

/* ── Header Logo Boyutu ──────────────────────────────────── */
.header-logo .logo {
    max-height: 35px;
    width: auto;
}
.mobile-logo .logo {
    max-height: 35px;
    width: auto;
}

/* ── Hero Slider ─────────────────────────────────────────── */
.hero-inner .sec-subtitle {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    padding: 6px 18px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
}
.hero-inner .sec-subtitle i {
    margin-right: 6px;
}

/* ── Servis Kartları ─────────────────────────────────────── */
.service-style1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-style1:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(10, 42, 110, 0.15);
}
/* service-bg arka plan katmanı içeriğin altında kalmalı */
.service-style1 .service-bg {
    z-index: 0;
}
/* İçerik elemanları service-bg'nin üzerinde olmalı */
.service-style1 > *:not(.service-bg) {
    position: relative;
    z-index: 2;
}
/* Hover'da mavi arka plan geldiğinde tüm içerik elementleri beyaz olsun */
.service-style1:hover p,
.service-style1:hover h4,
.service-style1:hover h5,
.service-style1:hover h6,
.service-style1:hover strong,
.service-style1:hover i,
.service-style1:hover span,
.service-style1:hover a {
    color: #fff !important;
}
.service-title a:hover {
    color: var(--theme-color, #0a2a6e);
}

/* ── CTA Footer Band ─────────────────────────────────────── */
.z-index-common.space .sec-subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
}

/* ── İletişim Kutuları ───────────────────────────────────── */
.contact-box {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.contact-box__icon {
    width: 48px;
    height: 48px;
    background: var(--theme-color, #0a2a6e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

/* ── Form Alanları ───────────────────────────────────────── */
.contact-form .form-group,
.contact-box__form .form-group {
    position: relative;
}
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-box__form input,
.contact-box__form textarea,
.contact-box__form select {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 16px 12px 44px;
    font-size: 14px;
    transition: border-color 0.2s;
    background: #fafafa;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--theme-color, #0a2a6e);
    outline: none;
    background: #fff;
}
.contact-form .form-group i,
.contact-box__form .form-group i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color, #0a2a6e);
    font-size: 15px;
}
.contact-form .form-group textarea + i {
    top: 16px;
    transform: none;
}
.contact-form select {
    appearance: none;
    cursor: pointer;
}

/* ── Sayaç Bölümü ────────────────────────────────────────── */
.counter-card {
    padding: 20px 10px;
}
.counter-number {
    line-height: 1;
    font-weight: 700;
}

/* ── Process Kartları ────────────────────────────────────── */
.process-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 28px 24px;
    text-align: center;
    color: #fff;
    height: 100%;
}
.process-card__number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(255,255,255,0.15);
    line-height: 1;
    margin-bottom: 8px;
}
.process-card__icon {
    margin-bottom: 16px;
    color: rgba(255,255,255,0.8);
}
.process-card__title {
    color: #fff;
    margin-bottom: 10px;
}
.process-card__text {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-bottom: 0;
}
.process-card:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-4px);
    transition: all 0.3s ease;
}
.process-card:hover .process-card__icon,
.process-card:hover .process-card__title,
.process-card:hover .process-card__text,
.process-card:hover i {
    color: #fff !important;
}

/* ── Quote Box Widget ────────────────────────────────────── */
.quote-box {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    padding: 28px;
    margin-top: 24px;
}

/* ── Sidebar Widget ──────────────────────────────────────── */
.service-sidebar .widget {
    margin-bottom: 30px;
}
.service-sidebar .widget_categories ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}
.service-sidebar .widget_categories ul li.active a,
.service-sidebar .widget_categories ul li a:hover {
    color: var(--theme-color, #0a2a6e);
    font-weight: 600;
}
/* Ok ikonu dikey hizalama düzeltmesi — çok satırlı menü öğelerinde */
.service-sidebar .widget_categories a,
.service-sidebar .widget_nav_menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    line-height: 1.4;
}
.service-sidebar .widget_categories a::before,
.service-sidebar .widget_nav_menu a::before {
    position: static !important;
    top: auto !important;
    transform: none !important;
    flex-shrink: 0;
    order: 2;
    margin-left: auto;
}

/* ── Accordion ───────────────────────────────────────────── */
.accordion-style1.layout2 .accordion-button {
    background: #f5f8ff;
    color: #222;
    font-weight: 600;
    border-radius: 6px;
}
.accordion-style1.layout2 .accordion-button:not(.collapsed) {
    background: var(--theme-color, #0a2a6e);
    color: #fff;
}

/* ── Footer Logo (beyaz) ─────────────────────────────────── */
.footer-logo img {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

/* ── Breadcrumb ──────────────────────────────────────────── */
.breadcumb-wrapper {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

/* ── Responsive Düzenlemeler ─────────────────────────────── */
@media (max-width: 768px) {
    .hero-title {
        font-size: 26px !important;
        line-height: 1.3;
    }
    .hero-btns {
        flex-wrap: wrap;
        gap: 10px;
    }
    .hero-btns .vs-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 20px !important;
    }
}

/* ── Mail Adresleri Büyük Harf Sorunu ────────────────────── */
a[href^="mailto"] {
    text-transform: none !important;
}

/* ── Yardımcı Sınıflar ───────────────────────────────────── */
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.text-theme { color: var(--theme-color, #0a2a6e) !important; }
.bg-theme { background-color: var(--theme-color, #0a2a6e) !important; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mb-50 { margin-bottom: 50px; }

/* ── Menü Grup Etiketi ───────────────────────────────────── */
.main-menu .sub-menu li.menu-group-label,
.vs-mobile-menu ul li.menu-group-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888 !important;
    padding: 8px 20px 2px;
    pointer-events: none;
    cursor: default;
    border-top: 1px solid rgba(0,0,0,0.07);
    margin-top: 4px;
}
.main-menu .sub-menu li.menu-group-label:first-child,
.vs-mobile-menu ul li.menu-group-label:first-child {
    border-top: none;
    margin-top: 0;
}
.main-menu .sub-menu li.menu-group-label a,
.vs-mobile-menu ul li.menu-group-label a {
    pointer-events: none;
}
