﻿.main-header__logo img,
        .mobile-nav__content .logo-box img,
        .footer-widget__logo img {
            width: 200px;
            height: auto;
            object-fit: contain;
        }

        /* ── MOBİL HEADER DÜZELTMELERİ ── */
        @media (max-width: 1199px) {
            .main-header__inner {
                justify-content: space-between;
            }
            .main-header__nav {
                display: none !important;
            }
            .main-header__right {
                margin-left: auto;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                gap: 12px;
            }
            .mobile-nav__btn {
                margin-left: 0 !important;
                margin-right: 16px !important;
                order: 99;
            }
            .main-header__btn,
            .main-header__search,
            .main-header__helpline {
                display: none !important;
            }
        }
        @media (max-width: 767px) {
            .main-header__logo img {
                width: 160px !important;
                max-width: 160px !important;
                min-width: 120px;
            }
            .main-header__logo a {
                display: flex;
                align-items: center;
                padding: 10px 0 10px 16px;
            }
        }
        .dogan-hero .main-slider-two__bg {
            background-size: cover;
            background-position: center;
        }
        .main-header__inner {
            align-items: center;
            background: #fff !important;
        }
        .main-header__nav {
            flex: 1 1 auto;
            margin-left: 40px;
        }
        .main-menu .main-menu__list {
            align-items: center;
            flex-wrap: nowrap;
        }
        @media (min-width: 1200px) {
            .main-menu .main-menu__list {
                display: flex !important;
            }
        }
        .main-menu .main-menu__list > li {
            padding-top: 34px;
            padding-bottom: 34px;
            padding-left: 2px;
            padding-right: 2px;
        }
        .main-menu .main-menu__list > li + li {
            margin-left: 18px;
            padding-left: 20px;
        }
        .main-menu .main-menu__list > li + li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 1px;
            height: 22px;
            background: rgba(7, 31, 61, 0.16);
            transform: translateY(-50%);
        }
        .main-menu .main-menu__list > li > a,
        .main-header__right__call__text,
        .main-header__right__call__number {
            color: #071f3d !important;
        }
        .main-menu .main-menu__list > li > a {
            padding: 10px 0;
            font-weight: 700;
            letter-spacing: 0.1px;
        }
        .main-menu .main-menu__list > li > a::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 2px;
            height: 3px;
            border-radius: 2px;
            background: #003c77;
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 220ms ease;
        }
        .main-menu .main-menu__list > li > a::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -3px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #003c77;
            opacity: 0;
            transform: translateX(-50%) scale(.4);
            transition: opacity 220ms ease, transform 220ms ease;
        }
        .main-header__btn {
            min-width: 196px;
            padding: 16px 34px !important;
            background: #003c77 !important;
            color: #fff !important;
            border-radius: 4px;
            line-height: 1;
        }
        .main-header__btn span {
            color: #fff !important;
            position: relative;
            z-index: 2;
        }
        .main-header__btn::before {
            display: none !important;
        }
        .main-header__btn:hover {
            background: #071f3d !important;
            color: #fff !important;
        }
        .main-menu .main-menu__list > li.current > a,
        .main-menu .main-menu__list > li:hover > a {
            color: #003c77 !important;
            text-shadow: none !important;
        }
        .main-menu .main-menu__list > li.current > a::before,
        .main-menu .main-menu__list > li:hover > a::before {
            transform: scaleX(1) !important;
        }
        .main-menu .main-menu__list > li.current > a::after,
        .main-menu .main-menu__list > li:hover > a::after {
            opacity: 1 !important;
            transform: translateX(-50%) scale(1) !important;
        }
        /* Anasayfa menü öğesi: home sayfası dışında asla aktif görünmesin */
        body:not(.dogan-menu-home) .main-menu .main-menu__list > li:first-child > a::before {
            transform: scaleX(0) !important;
        }
        body:not(.dogan-menu-home) .main-menu .main-menu__list > li:first-child > a::after {
            opacity: 0 !important;
        }
        body:not(.dogan-menu-home) .main-menu .main-menu__list > li:first-child > a {
            color: #071f3d !important;
        }
        .main-menu .main-menu__list li ul {
            border-top: 3px solid #003c77;
        }
        .main-menu .main-menu__list li ul li > a {
            color: #071f3d !important;
            transition: color 180ms ease, padding-left 180ms ease, background-color 180ms ease;
        }
        .main-menu .main-menu__list li ul li:hover > a {
            color: #003c77 !important;
            background-color: rgba(0, 60, 119, 0.06);
            padding-left: 18px;
        }
        .main-header__search {
            color: #003c77 !important;
        }
        .main-header__right {
            margin-left: auto;
        }
        .main-header__right__call__icon {
            background-color: #2f3742 !important;
        }
        .mobile-nav__btn span {
            background-color: #003c77;
        }
        .dogan-hero .container {
            position: relative;
            z-index: 4;
        }
        .dogan-hero .main-slider-two__content {
            display: block;
            max-width: 620px;
            overflow: visible;
            padding-top: 70px;
        }
        .dogan-hero .main-slider-two__title,
        .dogan-hero .main-slider-two__subtext,
        .dogan-hero .main-slider-two__btn {
            opacity: 1 !important;
            visibility: visible !important;
            transform: none !important;
            transition: none !important;
        }
        .dogan-hero .main-slider-two__title {
            color: #071f3d !important;
            font-size: 68px;
            line-height: 74px;
            margin-bottom: 22px;
        }
        .dogan-hero .main-slider-two__title::after {
            display: none;
        }
        .dogan-hero .main-slider-two__subtext {
            color: #2f3742 !important;
            max-width: 560px;
            font-size: 20px;
            line-height: 31px;
        }
        .dogan-hero .main-slider-two__btn {
            justify-content: flex-start;
            gap: 14px;
            flex-wrap: wrap;
            overflow: visible;
        }
        .dogan-service-icon {
            min-height: 210px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f4f8fb;
        }
        .dogan-service-icon > i {
            font-size: 74px;
            color: #003c77;
        }
        .bottom-bar {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 999;
            display: none;
            grid-template-columns: repeat(3, 1fr);
            background: #fff;
            box-shadow: 0 -8px 24px rgba(0, 0, 0, .12);
        }
        .bottom-bar .icon-container a {
            display: flex;
            min-height: 58px;
            align-items: center;
            justify-content: center;
            gap: 8px;
            color: #003c77;
            font-weight: 700;
        }
        .bottom-bar i {
            font-size: 20px;
        }
        .bottom-bar .button-text {
            margin: 0;
        }
        .dogan-home-trust {
            position: relative;
            z-index: 5;
            padding: 1px 0 70px;
            background: #fff;
            perspective: 1200px;
        }
        .dogan-trust-strip {
            position: relative;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: clamp(10px, 1.2vw, 14px);
            margin-top: -45px;
            padding: clamp(10px, 1.2vw, 14px);
            background: linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .2));
            border: 1px solid rgba(255, 255, 255, .66);
            border-radius: 8px;
            box-shadow: 0 28px 70px rgba(7, 31, 61, .2), 0 8px 0 rgba(7, 31, 61, .04);
            backdrop-filter: blur(20px) saturate(150%);
            -webkit-backdrop-filter: blur(20px) saturate(150%);
            transform-origin: center top;
        }
        .dogan-trust-strip::before {
            content: "";
            position: absolute;
            left: 24px;
            right: 24px;
            top: 8px;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .88), transparent);
        }
        .dogan-trust-item {
            display: flex;
            min-height: clamp(62px, 6vw, 76px);
            align-items: center;
            gap: 12px;
            padding: clamp(10px, 1.2vw, 14px) clamp(12px, 1.4vw, 16px);
            background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .46));
            border: 1px solid rgba(255, 255, 255, .72);
            border-radius: 6px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 -14px 28px rgba(0, 60, 119, .035), 0 16px 32px rgba(7, 31, 61, .12);
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }
        .dogan-trust-item:hover {
            transform: translateY(-6px) scale(1.015);
            border-color: rgba(255, 255, 255, .86);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88), inset 0 -14px 28px rgba(0, 60, 119, .045), 0 22px 42px rgba(7, 31, 61, .18);
        }
        .dogan-trust-item__icon {
            display: inline-flex;
            width: 40px;
            height: 40px;
            flex: 0 0 40px;
            align-items: center;
            justify-content: center;
            color: #003c77;
            background: rgba(255, 255, 255, .76);
            border: 1px solid rgba(255, 255, 255, .78);
            border-radius: 50%;
            box-shadow: 0 8px 22px rgba(7, 31, 61, .1);
        }
        .dogan-trust-item__icon i {
            font-size: 18px;
            line-height: 1;
        }
        .dogan-trust-item strong {
            color: #071f3d;
            font-size: 15px;
            line-height: 20px;
            font-weight: 800;
        }
        .dogan-home-brands {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 14px;
            margin-top: 100px;
        }
        /* about-one--two: tagline kesilmesini önle, arka plan */
        .about-one.about-one--two {
            padding-top: 90px;
            background: #eff7ff;
        }
        .dogan-home-brand,
        .dogan-brand-page__logo {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border: 1px solid rgba(7, 31, 61, .1);
            border-radius: 8px;
            box-shadow: 0 10px 26px rgba(7, 31, 61, .06);
        }
        .dogan-home-brand {
            min-height: 84px;
            padding: 18px;
            transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
        }
        .dogan-home-brand:hover {
            transform: translateY(-3px);
            border-color: rgba(0, 60, 119, .32);
            box-shadow: 0 16px 34px rgba(7, 31, 61, .1);
        }
        .dogan-home-brand img {
            display: block;
            max-width: 118px;
            max-height: 34px;
            width: auto;
            height: auto;
            object-fit: contain;
        }
        .dogan-brand-page__logo {
            min-height: 210px;
            padding: 46px;
        }
        .dogan-brand-page__logo img {
            max-width: 230px;
            max-height: 82px;
            width: auto;
            height: auto;
            object-fit: contain;
        }
        .dogan-brand-service-page {
            background: #f4f8fb;
        }
        .dogan-brand-service-hero {
            padding: 92px 0 82px;
            background: #fff;
        }
        .dogan-brand-service-hero__content h1 {
            margin: 12px 0 20px;
            color: #071f3d;
            font-size: 56px;
            line-height: 62px;
            font-weight: 900;
        }
        .dogan-brand-service-hero__content p {
            max-width: 650px;
            margin-bottom: 30px;
            color: #526174;
            font-size: 18px;
            line-height: 30px;
        }
        .dogan-brand-service-grid {
            padding: 82px 0 96px;
        }
        .dogan-brand-service-grid__title {
            max-width: 760px;
            margin-bottom: 40px;
        }
        .dogan-brand-service-grid__title h2 {
            margin: 8px 0 0;
            color: #071f3d;
            font-size: 34px;
            line-height: 42px;
            font-weight: 900;
        }
        .dogan-brand-service-tabs {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            margin: -10px 0 30px;
            padding: 10px 2px 12px;
            scrollbar-width: thin;
        }
        .dogan-brand-service-tab {
            display: inline-flex;
            min-height: 54px;
            flex: 0 0 auto;
            align-items: center;
            gap: 10px;
            padding: 12px 18px;
            color: #071f3d;
            background: #fff;
            border: 1px solid rgba(7, 31, 61, .1);
            border-radius: 8px;
            box-shadow: 0 10px 26px rgba(7, 31, 61, .06);
            font-weight: 900;
            cursor: pointer;
            transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
        }
        .dogan-brand-service-tab i {
            color: #003c77;
            font-size: 18px;
        }
        .dogan-brand-service-tab:hover,
        .dogan-brand-service-tab.is-active {
            color: #fff;
            background: #003c77;
            border-color: #003c77;
            box-shadow: 0 16px 34px rgba(0, 60, 119, .18);
            transform: translateY(-2px);
        }
        .dogan-brand-service-tab:hover i,
        .dogan-brand-service-tab.is-active i {
            color: #fff;
        }
        .dogan-brand-service-group {
            margin-top: 0;
        }
        .dogan-brand-service-group[hidden] {
            display: none;
        }
        .dogan-brand-service-group__head {
            position: relative;
            margin-bottom: 22px;
            padding-bottom: 14px;
        }
        .dogan-brand-service-group__head::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 92px;
            height: 4px;
            border-radius: 4px;
            background: #003c77;
        }
        .dogan-brand-service-group--2 .dogan-brand-service-group__head::after { background: #0b8f7b; }
        .dogan-brand-service-group--3 .dogan-brand-service-group__head::after { background: #d64220; }
        .dogan-brand-service-group--4 .dogan-brand-service-group__head::after { background: #7b3ff2; }
        .dogan-brand-service-group--5 .dogan-brand-service-group__head::after { background: #d99a00; }
        .dogan-brand-service-group__head h2 {
            margin: 0 0 8px;
            color: #071f3d;
            font-size: 30px;
            line-height: 38px;
            font-weight: 900;
        }
        .dogan-brand-service-group__head p {
            max-width: 680px;
            margin: 0;
            color: #5a687a;
            font-size: 16px;
            line-height: 26px;
        }
        .dogan-brand-work-card {
            display: flex;
            min-height: 100%;
            flex-direction: column;
            overflow: hidden;
            background: #fff;
            border: 1px solid rgba(7, 31, 61, .09);
            border-radius: 8px;
            box-shadow: 0 18px 42px rgba(7, 31, 61, .07);
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }
        .dogan-brand-work-card:hover {
            transform: translateY(-4px);
            border-color: rgba(0, 60, 119, .22);
            box-shadow: 0 22px 48px rgba(7, 31, 61, .11);
        }
        .dogan-brand-work-card__image {
            display: flex;
            min-height: 180px;
            aspect-ratio: 16 / 9;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #eaf2f8, #f7fafc);
        }
        .dogan-brand-work-card__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .dogan-brand-work-card__image span {
            display: inline-flex;
            width: 74px;
            height: 74px;
            align-items: center;
            justify-content: center;
            color: #003c77;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 16px 34px rgba(7, 31, 61, .12);
        }
        .dogan-brand-work-card__image i {
            font-size: 30px;
        }
        .dogan-brand-work-card__content {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            padding: 22px;
        }
        .dogan-brand-work-card__content h4 {
            margin: 0 0 12px;
            color: #071f3d;
            font-size: 20px;
            line-height: 27px;
            font-weight: 900;
        }
        .dogan-brand-work-card__content h4 a {
            color: inherit;
        }
        .dogan-brand-work-card__content p {
            margin: 0 0 18px;
            color: #5a687a;
            font-size: 15px;
            line-height: 24px;
        }
        .dogan-brand-work-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: auto;
            color: #003c77;
            font-weight: 900;
        }
        .dogan-brand-work-card--empty .dogan-brand-work-card__content h4 {
            font-size: 18px;
        }
        @media (max-width: 991px) {
            .dogan-home-brands {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .dogan-brand-service-hero__content h1 {
                font-size: 36px;
                line-height: 42px;
            }
            .dogan-brand-service-group__head h2 {
                font-size: 24px;
                line-height: 30px;
            }
            .dogan-brand-work-card__content {
                padding: 18px;
            }
            .dogan-brand-service-tabs {
                margin-bottom: 24px;
            }
        }
        @media (max-width: 767px) {
            body { padding-bottom: 58px; }
            .bottom-bar { display: grid; }
            .main-header__nav { margin-left: 0; }
            .dogan-hero .main-slider-two__content { padding-top: 20px; }
            .dogan-hero .main-slider-two__title { font-size: 42px; line-height: 48px; }
            .dogan-hero .main-slider-two__subtext { font-size: 17px; line-height: 26px; }
            .dogan-home-trust {
                padding-bottom: 46px;
            }
            .dogan-home-brands {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 10px;
                margin-top: 24px;
            }
            .dogan-home-brand {
                min-height: 72px;
                padding: 14px;
            }
            .dogan-home-brand img {
                max-width: 104px;
                max-height: 30px;
            }
            .dogan-brand-service-hero {
                padding: 58px 0 54px;
            }
            .dogan-brand-service-hero__content h1 {
                font-size: 34px;
                line-height: 40px;
            }
            .dogan-brand-service-group__head h2 {
                font-size: 22px;
                line-height: 28px;
            }
            .dogan-brand-service-tab {
                min-height: 48px;
                padding: 10px 14px;
                font-size: 14px;
            }
        }

/* =========================================
   HİZMETLER SAYFASI
   ========================================= */

/* Giriş Bölümü */
.dogan-services-intro {
    padding: 70px 0 50px;
    background: #f5f9fc;
}
.dogan-services-intro__text {
    color: #566273;
    font-size: 16px;
    line-height: 1.75;
    margin: 20px 0 28px;
    max-width: 640px;
}
.dogan-services-intro__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.dogan-services-intro__badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.dogan-services-intro__badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e2ecf5;
    border-radius: 10px;
    padding: 18px 16px;
    font-weight: 600;
    color: #071f3d;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,60,119,.06);
}
.dogan-services-intro__badge i {
    font-size: 22px;
    color: #003c77;
    flex-shrink: 0;
}

/* Servis Kartları */
.dogan-services-grid {
    padding: 70px 0;
    background: #fff;
}
.dogan-service-card {
    background: #fff;
    border: 1px solid #e2ecf5;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 240ms ease, transform 240ms ease;
    box-shadow: 0 2px 12px rgba(0,60,119,.06);
}
.dogan-service-card:hover {
    box-shadow: 0 8px 30px rgba(0,60,119,.14);
    transform: translateY(-4px);
}
.dogan-service-card__icon {
    background: #003c77;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dogan-service-card__icon i {
    font-size: 38px;
    color: #fff;
}
.dogan-service-card__body {
    padding: 24px 24px 16px;
    flex: 1;
}
.dogan-service-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #071f3d;
    margin: 0 0 10px;
}
.dogan-service-card__title a {
    color: inherit;
    text-decoration: none;
}
.dogan-service-card__title a:hover {
    color: #003c77;
}
.dogan-service-card__desc {
    font-size: 13.5px;
    color: #566273;
    line-height: 1.65;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dogan-service-card__problems {
    margin: 0;
    padding: 0;
}
.dogan-service-card__problems li {
    font-size: 13px;
    color: #3d5166;
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}
.dogan-service-card__problems li i {
    color: #003c77;
    font-size: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}
.dogan-service-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px 20px;
    border-top: 1px solid #e9f0f7;
    margin-top: auto;
}
.dogan-service-card__link {
    font-size: 14px;
    font-weight: 600;
    color: #003c77;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.dogan-service-card__link:hover { color: #071f3d; }
.dogan-service-card__call {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #003c77;
    padding: 7px 14px;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 180ms;
}
.dogan-service-card__call:hover { background: #071f3d; color: #fff; }

/* Neden Biz */
.dogan-services-why {
    padding: 70px 0;
    background: #f5f9fc;
}
.dogan-why-list {
    margin: 20px 0 0;
    padding: 0;
}
.dogan-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    font-size: 15px;
    color: #3d5166;
    font-weight: 500;
}
.dogan-why-list li i {
    color: #003c77;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}
.dogan-services-why__cta-box {
    background: #fff;
    border-radius: 14px;
    padding: 36px 32px;
    box-shadow: 0 4px 24px rgba(0,60,119,.1);
    border-top: 4px solid #003c77;
}
.dogan-services-why__cta-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #071f3d;
    margin: 0 0 10px;
}
.dogan-services-why__cta-box p {
    color: #566273;
    margin: 0 0 22px;
}
.dogan-services-why__cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}
.dogan-services-why__details {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9f0f7;
    padding-top: 18px;
}
.dogan-services-why__details li {
    font-size: 13.5px;
    color: #566273;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dogan-services-why__details li i { color: #003c77; }

/* =========================================
   İLETİŞİM SAYFASI
   ========================================= */

/* Servis Süreci Adımları */
.dogan-process {
    padding: 70px 0;
    background: #f5f9fc;
}
.dogan-process__item {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 14px rgba(0,60,119,.07);
    border-bottom: 3px solid #003c77;
    height: 100%;
    position: relative;
}
.dogan-process__num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 42px;
    font-weight: 800;
    color: rgba(0,60,119,.08);
    line-height: 1;
}
.dogan-process__icon {
    width: 64px;
    height: 64px;
    background: #003c77;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}
.dogan-process__icon i {
    font-size: 26px;
    color: #fff;
}
.dogan-process__title {
    font-size: 16px;
    font-weight: 700;
    color: #071f3d;
    margin: 0 0 10px;
}
.dogan-process__text {
    font-size: 13.5px;
    color: #566273;
    line-height: 1.65;
    margin: 0;
}

/* İletişim Bilgileri Yan Panel */
.contact-one {
    padding: 70px 0;
    background: #fff;
}
.dogan-contact-info {
    background: #f5f9fc;
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
}
.dogan-contact-info__title {
    font-size: 18px;
    font-weight: 700;
    color: #071f3d;
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #003c77;
}
.dogan-contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}
.dogan-contact-info__icon {
    width: 42px;
    height: 42px;
    background: #003c77;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dogan-contact-info__icon i {
    font-size: 18px;
    color: #fff;
}
.dogan-contact-info__content h5 {
    font-size: 13px;
    font-weight: 700;
    color: #003c77;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.dogan-contact-info__content p,
.dogan-contact-info__content p a {
    font-size: 14px;
    color: #3d5166;
    margin: 0;
    text-decoration: none;
}
.dogan-contact-info__content p a:hover { color: #003c77; }
.dogan-contact-info__services {
    border-top: 1px solid #dce9f4;
    margin-top: 20px;
    padding-top: 20px;
}
.dogan-contact-info__services h5 {
    font-size: 13px;
    font-weight: 700;
    color: #071f3d;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.dogan-contact-info__services ul {
    margin: 0;
    padding: 0;
}
.dogan-contact-info__services li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3d5166;
    padding: 4px 0;
}
.dogan-contact-info__services li i {
    color: #003c77;
    font-size: 11px;
}

/* Form Sarmalayıcı */
.dogan-contact-form-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 2px 20px rgba(0,60,119,.08);
    border: 1px solid #e2ecf5;
}
.dogan-contact-form-wrap__title {
    font-size: 22px;
    font-weight: 700;
    color: #071f3d;
    margin: 0 0 8px;
}
.dogan-contact-form-wrap__text {
    font-size: 14px;
    color: #566273;
    margin: 0 0 28px;
}
.dogan-contact-form .form-one__group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.dogan-contact-form .form-one__control--full {
    grid-column: 1 / -1;
}
.dogan-contact-form .form-one__control input,
.dogan-contact-form .form-one__control textarea,
.dogan-contact-form .form-one__control select {
    width: 100%;
    border: 1px solid #d0dde9;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #071f3d;
    background: #f8fbff;
    outline: none;
    transition: border-color 180ms;
    font-family: inherit;
}
.dogan-contact-form .form-one__control input:focus,
.dogan-contact-form .form-one__control textarea:focus {
    border-color: #003c77;
    background: #fff;
}
.dogan-contact-form .form-one__control textarea {
    resize: vertical;
    min-height: 110px;
}
.dogan-contact-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 767px) {
    .dogan-services-intro__badges {
        grid-template-columns: 1fr 1fr;
    }
    .dogan-services-intro__cta {
        flex-direction: column;
    }
    .dogan-contact-form .form-one__group {
        grid-template-columns: 1fr;
    }
    .dogan-contact-form .form-one__control--full {
        grid-column: auto;
    }
    .dogan-process__item {
        padding: 26px 20px;
    }
    .dogan-contact-form-wrap {
        padding: 24px 18px;
    }
    .dogan-services-why__cta-box {
        padding: 24px 18px;
    }
}

/* ================================================
   MOBİL ALT NAVİGASYON BARI
   ================================================ */

.dogan-mob-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9900;
    background: #fff;
    border-top: 1px solid rgba(7,31,61,.09);
    box-shadow: 0 -4px 20px rgba(7,31,61,.10);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    /* yükseklik: ikon+etiket alanı + safe-area (notch) */
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

@media (max-width: 991px) {
    .dogan-mob-bar { display: block; }
    body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
    .scroll-to-top { display: none !important; }
}

.dogan-mob-bar__list {
    display: flex;
    align-items: stretch;
    width: 100%;
    list-style: none;
    margin: 0; padding: 0;
    height: 64px;
}

.dogan-mob-bar__list > li {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.dogan-mob-bar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1px;
    color: #6b7a8d;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px 4px 6px;
    transition: color 150ms, background 150ms;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
    width: 100%;
}
.dogan-mob-bar__item:hover,
.dogan-mob-bar__item:focus,
.dogan-mob-bar__item:active { color: #003c77; background: rgba(0,60,119,.05); }
.dogan-mob-bar__item i { font-size: 20px; line-height: 1; display: block; }
.dogan-mob-bar__item span {
    display: block;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1.2;
}
/* öğeler arası ince çizgi */
.dogan-mob-bar__list > li + li {
    border-left: 1px solid rgba(7,31,61,.06);
}

/* ================================================
   MARKALAR MODAL
   ================================================ */

.dmb-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.44);
    z-index: 10000;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.dmb-overlay.is-open { display: block; }

.dmb-sheet {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 10001;
    background: #fff;
    border-radius: 22px 22px 0 0;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform .38s cubic-bezier(.32,.72,0,1);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}
.dmb-sheet.is-open { transform: translateY(0); }

.dmb-handle {
    width: 40px; height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    margin: 12px auto 0;
    flex-shrink: 0;
}

.dmb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 12px;
    border-bottom: 1px solid #f0f4f8;
    flex-shrink: 0;
}
.dmb-head__title {
    font-size: 16px;
    font-weight: 700;
    color: #071f3d;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dmb-head__title i { color: #003c77; font-size: 15px; }
.dmb-head__close {
    width: 32px; height: 32px;
    background: #f0f4f8;
    border: none;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #5a6a7a;
    cursor: pointer;
    transition: background 150ms, color 150ms;
}
.dmb-head__close:hover { background: #e2e8f0; color: #071f3d; }

.dmb-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 12px;
}

.dmb-brand-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    text-decoration: none;
    border-bottom: 1px solid #f5f7fa;
    transition: background 120ms;
}
.dmb-brand-item:last-child { border-bottom: none; }
.dmb-brand-item:hover,
.dmb-brand-item:active { background: #f0f4f8; }

.dmb-brand-logo {
    width: 72px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fc;
    border-radius: 8px;
    border: 1px solid #e8edf3;
    padding: 4px 8px;
}
.dmb-brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.dmb-brand-name {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #071f3d;
}

.dmb-brand-arrow {
    font-size: 12px;
    color: #a0aec0;
    flex-shrink: 0;
}

/* ================================================
   SERVİS FORMU BOTTOM SHEET MODAL
   ================================================ */

.dsf-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.44);
    z-index: 10000;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.dsf-overlay.is-open { display: block; }

.dsf-sheet {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 10001;
    background: #fff;
    border-radius: 22px 22px 0 0;
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform .34s cubic-bezier(.32,.72,0,1);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    will-change: transform;
}
.dsf-sheet.is-open { transform: translateY(0); }

.dsf-handle {
    width: 38px; height: 4px;
    background: #dde3ec;
    border-radius: 2px;
    margin: 12px auto 4px;
    flex-shrink: 0;
    cursor: grab;
}

.dsf-head {
    display: flex;
    align-items: center;
    padding: 10px 18px 12px;
    border-bottom: 1px solid #f0f4f8;
    flex-shrink: 0;
    min-height: 50px;
}

.dsf-head__title {
    flex: 1;
    font-size: 17px;
    font-weight: 700;
    color: #071f3d;
}

.dsf-head__back {
    display: none;
    align-items: center;
    gap: 4px;
    border: none; background: none;
    color: #003c77;
    font-size: 14px; font-weight: 600;
    cursor: pointer; padding: 0;
    margin-right: 10px;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
}
.dsf-head__back.show { display: flex; }

.dsf-head__close {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: #f0f4f8;
    border: none;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; color: #566273; font-size: 14px;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.dsf-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

.dsf-view { display: none; padding-bottom: 6px; }
.dsf-view.is-active { display: block; }

/* ── Menü görünümü ── */
.dsf-menu-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%; border: none; background: none;
    text-align: left;
    padding: 15px 18px;
    border-bottom: 1px solid #f5f7fb;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
    transition: background 120ms;
}
.dsf-menu-btn:last-child { border-bottom: none; }
.dsf-menu-btn:active { background: #f7f9fc; }

.dsf-menu-btn__icon {
    width: 50px; height: 50px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
}
.dsf-menu-btn__icon--amber { background: #fff3e0; }
.dsf-menu-btn__icon--indigo { background: #ede7f6; }

.dsf-menu-btn__text strong {
    display: block; font-size: 15px; font-weight: 700;
    color: #071f3d; margin-bottom: 3px;
}
.dsf-menu-btn__text span {
    display: block; font-size: 13px; color: #8898aa; line-height: 1.4;
}
.dsf-menu-btn__arrow { color: #c5ced8; font-size: 16px; margin-left: auto; flex-shrink: 0; }

/* ── Form görünümleri ── */
.dsf-form-inner { padding: 16px 18px 24px; }

.dsf-section-lbl {
    font-size: 10.5px; font-weight: 700;
    color: #a0aab4; letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 20px 0 8px;
}
.dsf-section-lbl:first-child { margin-top: 0; }

.dsf-field { position: relative; margin-bottom: 10px; }
.dsf-field-ic {
    position: absolute;
    left: 13px; top: 50%; transform: translateY(-50%);
    color: #a0aab4; font-size: 13px;
    pointer-events: none;
}
.dsf-field--ta .dsf-field-ic { top: 15px; transform: none; }

.dsf-inp, .dsf-sel, .dsf-ta {
    width: 100%;
    background: #f7f9fc;
    border: 1.5px solid #e8edf3;
    border-radius: 12px;
    font-size: 15px; color: #071f3d;
    padding: 14px 14px 14px 38px;
    outline: none;
    transition: border-color 180ms, box-shadow 180ms;
    -webkit-appearance: none; appearance: none;
    font-family: inherit;
}
.dsf-ta { height: 90px; resize: none; line-height: 1.5; }
.dsf-sel {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238898aa'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px; cursor: pointer;
}
.dsf-inp:focus, .dsf-sel:focus, .dsf-ta:focus {
    border-color: #003c77;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,60,119,.09);
}
.dsf-inp::placeholder, .dsf-ta::placeholder { color: #b0bac5; }

.dsf-submit-btn {
    width: 100%;
    background: #003c77; color: #fff;
    border: none; border-radius: 12px;
    font-size: 15px; font-weight: 700;
    height: 52px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin-top: 20px;
    letter-spacing: .4px;
    box-shadow: 0 4px 18px rgba(0,60,119,.25);
    transition: background 180ms;
    font-family: inherit;
}
.dsf-submit-btn:hover { background: #071f3d; }
.dsf-submit-btn:active { transform: scale(.98); }
.dsf-submit-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* Başarı ekranı */
.dsf-ok {
    display: none;
    text-align: center;
    padding: 40px 20px 20px;
}
.dsf-ok__icon {
    width: 66px; height: 66px;
    background: linear-gradient(135deg,#e8f5e9,#c8e6c9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 30px;
}
.dsf-ok h3 { font-size: 18px; font-weight: 700; color: #071f3d; margin: 0 0 8px; }
.dsf-ok p { font-size: 14px; color: #8898aa; line-height: 1.65; margin: 0 0 22px; }
.dsf-ok__back {
    background: none;
    border: 1.5px solid #003c77; color: #003c77;
    border-radius: 10px; padding: 10px 26px;
    font-size: 14px; font-weight: 600;
    cursor: pointer; font-family: inherit;
}



