/* Tuna Group Css and Adshubcreatice and Design by Samet */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-instrument {
    font-family: "Instrument Sans", sans-serif;
}

.topbar {
    background: linear-gradient(to top right, #FBFDFF 0%, #F3F7FF 100%);
}

.topbar-link {
    color: #0E143A;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.topbar-link:hover {
    color: #193CFD;
    text-decoration: none;
}

.topbar-social {
    color: #0E143A;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar-social:hover {
    color: #193CFD;
}

.topbar-lang {
    color: #0E143A;
}

.topbar-lang a {
    color: #0E143A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar-lang a:hover {
    color: #193CFD;
    text-decoration: none;
}

/* Responsive Logos */
.main-logo {
    width: 100px;
    height: auto;
}

.sub-logo-muh {
    width: 55px;
    height: auto;
}

.sub-logo-lift {
    width: 65px;
    height: auto;
}

.sub-logo-oflaz {
    width: 72px;
    height: auto;
}

@media (max-width: 991px) {
    .navbar-brand {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-right: 0;
    }

    .navbar-brand div {
        gap: 14px !important;
    }

    .main-logo {
        width: 180px;
    }

    .sub-logo-muh {
        width: 80px;
    }

    .sub-logo-oflaz {
        width: 75px;
    }

    .sub-logo-lift {
        width: 102px;
    }
}

@media (min-width: 992px) {
    .main-logo {
        width: 194px;
        height: 81px;
    }

    .sub-logo-muh {
        width: 92px;
        height: 32px;
    }

    .sub-logo-lift {
        width: 119px;
        height: 23px;
    }

    .sub-logo-oflaz {
        width: 85px;
        height: 30px;
    }
}

/* Genişletilmiş Container */
@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width: 767px) {
    .mobile-w-100 {
        width: 100% !important;
    }
}

/* ============================================
   DROPDOWN & MEGA MENU
   ============================================ */

.nav-arrow {
    font-size: 10px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

#mainNavbar {
    position: relative;
    z-index: 1040;
    background: #fff;
    transition: box-shadow 0.25s ease;
}

/* Scroll edilince fixed olur */
#mainNavbar.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 14px rgba(14, 20, 58, 0.08);
    animation: navbarDrop 0.3s ease;
}

@keyframes navbarDrop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* --------------------------------------------
   DESKTOP STYLES (min-width: 992px)
   -------------------------------------------- */
@media (min-width: 992px) {
    .has-dropdown {
        position: relative;
    }

    .nav-dropdown {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 240px;
        background: #fff;
        border: none;
        box-shadow: 0 15px 40px rgba(14, 20, 58, 0.12);
        border-radius: 12px;
        padding: 12px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: all 0.3s ease;
        z-index: 1050;
    }

    /* Üst ok/çıkıntı */
    .nav-dropdown::before {
        content: '';
        position: absolute;
        top: -7px;
        left: 24px;
        width: 14px;
        height: 14px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: -2px -2px 5px rgba(14, 20, 58, 0.06);
    }

    .nav-dropdown a {
        display: block;
        padding: 10px 24px;
        color: #0E143A;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .nav-dropdown a:hover {
        background: #F3F7FF;
        color: #193CFD;
        padding-left: 30px;
    }

    .has-dropdown:hover .nav-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .has-dropdown:hover .nav-arrow {
        transform: rotate(180deg);
    }

    /* Mega Menu (Tam Ekran) */
    .mega-menu {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        width: 100vw;
        background: #fff;
        border-top: 3px solid #193CFD;
        box-shadow: 0 25px 60px rgba(14, 20, 58, 0.15);
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.35s ease;
        z-index: 1050;
    }

    .has-mega:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .has-mega:hover .nav-arrow {
        transform: rotate(180deg);
    }

    .mega-sidebar {
        background: linear-gradient(135deg, #0E143A 0%, #1a2456 100%);
        padding: 48px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 380px;
    }

    .mega-card {
        padding: 40px 32px;
        border-right: 1px solid #eee;
        height: 100%;
        transition: all 0.3s ease;
    }

    .mega-card:hover {
        background: #F8FAFF;
    }
}

/* Common Mega Menu Elements */
.mega-sidebar h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}

.mega-sidebar p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.mega-sidebar-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: #193CFD;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.mega-sidebar-btn:hover {
    background: #0b22e2;
    color: #fff;
    transform: translateX(5px);
}

.mega-card-logo {
    margin-bottom: 20px;
    display: block;
}

.mega-card h5 {
    color: #0E143A;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 12px;
}

.mega-card p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.mega-card a {
    color: #193CFD;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mega-card a:hover {
    gap: 10px;
}

.mega-card a i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.mega-card a:hover i {
    transform: translateX(3px);
}

/* --------------------------------------------
   MOBILE OVERLAY — PREMIUM FULL-SCREEN MENU
   -------------------------------------------- */
@media (max-width: 991px) {

    /* Hide Bootstrap desktop nav on mobile */
    #mainNav {
        display: none !important;
    }

    body.mo-open {
        overflow: hidden;
    }

    /* ---- Full-Screen Overlay ---- */
    .mobile-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: linear-gradient(160deg, #080E2E 0%, #0E143A 40%, #131C52 100%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0s 0.4s;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0s 0s;
    }

    .mobile-overlay-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    /* ---- Header ---- */
    .mo-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
        flex-shrink: 0;
    }

    .mo-logo img {
        filter: brightness(0) invert(1);
        opacity: 0.9;
    }

    /* Animated X Close Button */
    .mo-close {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;
    }

    .mo-close:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: rotate(90deg);
    }

    .mo-close span {
        position: absolute;
        width: 18px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }

    .mo-close span:first-child {
        transform: rotate(45deg);
    }

    .mo-close span:last-child {
        transform: rotate(-45deg);
    }

    /* ---- Scrollable Content ---- */
    .mo-content {
        flex: 1;
        overflow-y: auto;
        padding: 16px 24px 24px;
        -webkit-overflow-scrolling: touch;
    }

    /* ---- Navigation Links ---- */
    .mo-nav {
        margin-bottom: 28px;
    }

    .mo-nav-item {
        opacity: 0;
        transform: translateX(-20px);
    }

    .mobile-overlay.active .mo-nav-item {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .mobile-overlay.active .mo-nav-item[data-index="0"] {
        transition-delay: 0.1s;
    }

    .mobile-overlay.active .mo-nav-item[data-index="1"] {
        transition-delay: 0.18s;
    }

    .mobile-overlay.active .mo-nav-item[data-index="2"] {
        transition-delay: 0.26s;
    }

    .mobile-overlay.active .mo-nav-item[data-index="3"] {
        transition-delay: 0.34s;
    }

    .mo-nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        transition: all 0.25s ease;
    }

    .mo-link-text {
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.3px;
        transition: color 0.25s;
    }

    .mo-nav-link:hover .mo-link-text {
        color: #7B8CFF;
    }

    .mo-link-arrow {
        color: rgba(255, 255, 255, 0.3);
        font-size: 14px;
        transition: all 0.25s;
    }

    .mo-nav-link:hover .mo-link-arrow {
        color: #7B8CFF;
        transform: translateX(4px);
    }

    /* Plus/Minus Indicator for submenu toggles */
    .mo-link-indicator {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        transition: all 0.3s ease;
    }

    .mo-nav-item.active .mo-link-indicator {
        background: rgba(123, 140, 255, 0.15);
        color: #7B8CFF;
        transform: rotate(45deg);
    }

    /* ---- Sub Panels ---- */
    .mo-sub-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .mo-nav-item.active .mo-sub-panel {
        max-height: 600px;
    }

    /* Sub links with dot indicators */
    .mo-sub-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 8px 12px 16px;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.25s;
        border-radius: 8px;
    }

    .mo-sub-link:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.04);
        padding-left: 20px;
    }

    .mo-sub-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        flex-shrink: 0;
        transition: all 0.25s;
    }

    .mo-sub-link:hover .mo-sub-dot {
        background: #7B8CFF;
        box-shadow: 0 0 8px rgba(123, 140, 255, 0.4);
    }

    /* ---- Service Cards (Glassmorphism) ---- */
    .mo-service-cards {
        padding: 8px 0 8px 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mo-service-card {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 16px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .mo-service-card:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(123, 140, 255, 0.3);
        transform: translateX(4px);
    }

    .mo-sc-icon {
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .mo-sc-icon img {
        max-width: 32px;
        max-height: 20px;
        filter: brightness(0) invert(1);
        opacity: 0.8;
    }

    .mo-sc-body {
        flex: 1;
        min-width: 0;
    }

    .mo-sc-body h6 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 3px 0;
    }

    .mo-sc-body p {
        color: rgba(255, 255, 255, 0.45);
        font-size: 12px;
        margin: 0;
        line-height: 1.3;
    }

    .mo-sc-arrow {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: rgba(255, 255, 255, 0.35);
        font-size: 11px;
        transition: all 0.3s ease;
    }

    .mo-service-card:hover .mo-sc-arrow {
        background: #193CFD;
        color: #ffffff;
        transform: translateX(2px);
    }

    /* ---- CTA Button ---- */
    .mo-cta {
        padding: 8px 0 0;
        opacity: 0;
        transform: translateY(10px);
    }

    .mobile-overlay.active .mo-cta {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.4s ease 0.42s, transform 0.4s ease 0.42s;
    }

    .mo-cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 16px;
        background: linear-gradient(135deg, #193CFD, #4F63FF);
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        border-radius: 14px;
        transition: all 0.3s ease;
        box-shadow: 0 8px 24px rgba(25, 60, 253, 0.25);
    }

    .mo-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(25, 60, 253, 0.35);
        color: #ffffff;
    }

    .mo-cta-btn i {
        font-size: 13px;
        transition: transform 0.3s;
    }

    .mo-cta-btn:hover i {
        transform: translateX(4px);
    }

    /* ---- Footer ---- */
    .mo-footer {
        flex-shrink: 0;
        padding: 20px 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        opacity: 0;
    }

    .mobile-overlay.active .mo-footer {
        opacity: 1;
        transition: opacity 0.5s ease 0.5s;
    }

    .mo-contact-row {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }

    .mo-contact-row a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        transition: color 0.25s;
    }

    .mo-contact-row a:hover {
        color: #ffffff;
    }

    .mo-contact-row a i {
        font-size: 12px;
        width: 16px;
        text-align: center;
        color: rgba(123, 140, 255, 0.6);
    }

    .mo-social-row {
        display: flex;
        gap: 12px;
    }

    .mo-social-row a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        color: rgba(255, 255, 255, 0.45);
        font-size: 15px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .mo-social-row a:hover {
        background: rgba(123, 140, 255, 0.12);
        border-color: rgba(123, 140, 255, 0.25);
        color: #7B8CFF;
        transform: translateY(-2px);
    }
}


/* ===== HERO SECTION ===== */
.hero-section {
    background: linear-gradient(to bottom, #FBFDFF 0%, #F3F7FF 100%);
    overflow: hidden;
}

.hero-slider {
    position: relative;
}

.hero-slide {
    display: none;
}

.hero-slide.active {
    display: block;
}

/* Slide geçiş animasyonu — yumuşak fade, çok hafif hareket */
.hero-slide.active .hero-content {
    animation: heroContentIn 1.1s ease both;
}

.hero-slide.active .hero-img-frame {
    animation: heroImageIn 1.2s ease both;
}

@keyframes heroContentIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroImageIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    min-height: 600px;
}

/* Sol içerik */
.hero-content-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 60px 40px 60px 0;
    background: linear-gradient(to bottom, #FBFDFF 0%, #F3F7FF 100%);
    display: flex;
    align-items: center;
}

.hero-content-col .hero-content {
    width: 100%;
}

.hero-slide-number {
    font-size: 72px;
    font-weight: 700;
    color: rgba(11, 34, 226, 0.08);
    line-height: 1;
    display: block;
    margin-bottom: -10px;
    font-family: 'Instrument Sans', sans-serif;
}

.hero-title {
    font-size: 53px;
    font-weight: 400;
    color: #0d1b3e;
    line-height: 1.3;
    margin-bottom: 18px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.hero-title strong {
    font-weight: 700;
    color: #0d1b3e;
}

.hero-desc {
    font-size: 0.95rem;
    color: #5a6a8a;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Slider okları */
.hero-arrow-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    color: #0d1b3e;
    font-size: 22px;
    cursor: pointer;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.hero-arrow-btn+.hero-arrow-btn {
    margin-left: 20px;
}

.hero-arrow-btn:hover {
    color: #0b22e2;
}

/* Referanslar */
.hero-refs-label {
    font-size: 14px;
    font-family: 'Instrument Sans', sans-serif;
    letter-spacing: 0.12em;
    color: #0E143A;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-ref-logo {
    height: 92px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.hero-ref-logo:hover {
    opacity: 1;
}

.hero-ref-divider {
    width: 1px;
    height: 50px;
    background: #c8d2e6;
}

/* Sağ görsel */
.hero-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 40px 24px;
}

/* Gri frame — görsele yapışık, her çizgi ayrı div */
.hero-img-frame {
    position: relative;
    width: 100%;
    padding: 0;
    line-height: 0;
    overflow: visible;
}

/* Ortak çizgi ayarları */
.frame-line {
    position: absolute;
    background: #c4cedd;
    z-index: 1;
    pointer-events: none;
}

/* Üst çizgi — iki taraftan da 40px dışarı */
.frame-top {
    height: 1.5px;
    top: 0;
    left: -40px;
    right: -40px;
}

/* Sağ çizgi — iki taraftan da 40px dışarı */
.frame-right {
    width: 1.5px;
    top: -40px;
    right: 0;
    bottom: -40px;
}

/* Alt çizgi — iki taraftan da 40px dışarı */
.frame-bottom {
    height: 1.5px;
    bottom: 0;
    left: -40px;
    right: -40px;
}

/* Sol çizgi — iki taraftan da 40px dışarı */
.frame-left {
    width: 1.5px;
    top: -40px;
    left: 0;
    bottom: -40px;
}

/* Görsel */
.hero-img {
    display: block;
    width: 100%;
    height: auto;
}

/* Köşe ikonları — frame'in tam köşelerinde */
.hero-corner-img {
    position: absolute;
    width: 34px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

.hero-corner-tr {
    top: -40px;
    right: -40px;
}

.hero-corner-bl {
    bottom: -40px;
    left: -40px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-row {
        flex-direction: column !important;
        /* Stack vertically on mobile */
    }

    .hero-content-col {
        padding: 40px 24px;
        height: auto;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 2;
        /* Text below */
    }

    .hero-title {
        font-size: 1.7rem;
    }

    .hero-slide-number {
        font-size: 52px;
    }

    .hero-image-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        height: auto;
        padding: 40px 75px;
        /* Increased side padding to scale down the image size on mobile */
        order: 1;
        /* Image on top */
    }

    /* Reduce frame line extensions on mobile to 20px so they fit nicely without shrinking the image too much */
    .frame-top {
        left: -20px;
        right: -20px;
    }

    .frame-right {
        top: -20px;
        bottom: -20px;
    }

    .frame-bottom {
        left: -20px;
        right: -20px;
    }

    .frame-left {
        top: -20px;
        bottom: -20px;
    }

    .hero-corner-tr {
        top: -20px;
        right: -20px;
    }

    .hero-corner-bl {
        bottom: -20px;
        left: -20px;
    }
}

/* ===== YAPILAR SECTION ===== */
.yapilar-section {
    background: #0055FF;
    overflow: hidden;
}

.yapilar-inner {
    display: flex;
    align-items: center;
    min-height: 320px;
    padding: 0;
}

.yapilar-title-col {
    flex: 0 0 33.333%;
    padding: 60px 24px 60px 0;
}

.yapilar-title {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    margin: 0;
}

.yapilar-gif-col {
    flex: 0 0 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.yapilar-gif {
    width: 500px;
    height: auto;
    mix-blend-mode: lighten;
}

.yapilar-desc-col {
    flex: 0 0 33.333%;
    padding: 60px 0 60px 24px;
}

.yapilar-desc {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
    .yapilar-inner {
        flex-direction: column;
        padding: 0 0 48px 0;
        align-items: normal;
        text-align: left;
    }

    .yapilar-gif-col {
        flex: 0 0 100%;
        padding: 0;
        order: -1;
        justify-content: flex-start;
        background: rgba(0, 0, 0, 0.15);
    }

    .yapilar-gif {
        width: 100%;
        max-width: 100%;
        height: 260px;
        object-fit: cover;
        mix-blend-mode: screen;
    }

    .yapilar-title-col {
        flex: 0 0 100%;
        padding: 32px 24px 12px 24px;
    }

    .yapilar-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .yapilar-desc-col {
        flex: 0 0 100%;
        padding: 0 24px;
    }

    .yapilar-desc {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.75);
    }
}

/* ===== ÇÖZÜMLER SECTION ===== */
.cozum-section {
    background: #fff;
    padding: 90px 0;
}

.cozum-heading {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 58px;
    font-weight: 600;
    color: #0d2263;
    line-height: 1.12;
    margin-bottom: 64px;
}

.cozum-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    row-gap: 0;
}

/* Kart */
.cozum-card {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #D1D5DB;
}

.cozum-number {
    position: absolute;
    top: 40px;
    left: 0;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #9CA3AF;
    letter-spacing: 0.05em;
}

.cozum-body {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding-left: 48px;
}

.cozum-icon {
    flex: 0 0 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cozum-icon img {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
}

.cozum-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cozum-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #00246B;
    margin-bottom: 14px;
}

.cozum-desc {
    font-size: 15px;
    color: #00246B;
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 320px;
}

.cozum-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: auto;
}

/* Teklif Al butonu — normalde kesikli çerçeve */
.cozum-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 1px dashed #c2cadd;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #00246B;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cozum-link {
    font-size: 14px;
    font-weight: 600;
    color: #0d2263;
    text-decoration: none;
    transition: color 0.25s ease;
}

/* Hover — Teklif Al butonuna gelince dolu mavi olur */
.cozum-btn:hover {
    background: #1a3cf0;
    border-color: #1a3cf0;
    border-style: solid;
    color: #fff;
    box-shadow: 0 8px 20px rgba(26, 60, 240, 0.25);
}

.cozum-link:hover {
    color: #1a3cf0;
}

@media (max-width: 991px) {
    .cozum-section {
        padding: 56px 0;
    }

    .cozum-heading {
        font-size: 30px;
        margin-bottom: 36px;
    }

    /* 2'li 2'li grid */
    .cozum-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }

    .cozum-card {
        padding: 28px 0;
    }

    .cozum-number {
        top: 28px;
    }

    /* İkon üstte, metin altta */
    .cozum-body {
        flex-direction: column;
        gap: 16px;
        padding-left: 0;
        padding-top: 24px;
    }

    .cozum-icon {
        flex: 0 0 auto;
        width: 100%;
        justify-content: flex-start;
    }

    .cozum-icon img {
        max-height: 130px;
    }

    .cozum-title {
        font-size: 19px;
    }

    .cozum-desc {
        max-width: none;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .cozum-actions {
        flex-wrap: wrap;
        gap: 14px;
    }

    .cozum-btn {
        padding: 10px 22px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .cozum-grid {
        column-gap: 14px;
    }

    .cozum-icon img {
        max-height: 96px;
    }

    .cozum-title {
        font-size: 16px;
    }

    .cozum-desc {
        font-size: 13px;
    }
}

/* ===== MÜHENDİSLİK SECTION ===== */
.muh-section {
    background: linear-gradient(120deg, #ffffff 0%, #ffffff 45%, #f4f6fc 100%);
    padding: 80px 0;
}

.muh-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
}

/* Ortadaki dikey çizgi (ayrı div) */
.muh-divider {
    position: absolute;
    top: -20px;
    bottom: -50px;
    left: 50%;
    width: 1px;
    background: #D1D5DB;
    transform: translateX(-50%);
}

/* Sol kolon */
.muh-left {
    padding-right: 60px;
    display: flex;
    flex-direction: column;
}

.muh-icon {
    width: 44px;
    height: auto;
    margin-bottom: 40px;
}

.muh-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 64px;
    font-weight: 300;
    color: #00246B;
    line-height: 1.15;
    margin-bottom: 28px;
}

.muh-title strong {
    font-weight: 600;
}

.muh-subtitle {
    font-size: 18px;
    color: #6b7793;
    line-height: 1.7;
    margin-bottom: 0;
}

.muh-subtitle strong {
    color: #0d2263;
    font-weight: 600;
}

/* Alıntı */
.muh-quote {
    margin-top: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #D1D5DB;
    border-bottom: 1px solid #D1D5DB;
    position: relative;
}

.muh-quote-open,
.muh-quote-close {
    font-size: 120px;
    line-height: 1;
    color: #c6cede;
    display: block;
    height: 60px;
    overflow: visible;
}

.muh-quote-open {
    margin-bottom: 8px;
}

.muh-quote-close {
    text-align: right;
    margin-top: 8px;
}

.muh-quote-text {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #00246B;
    margin: 0;
}

.muh-quote-text strong {
    font-weight: 700;
}

/* Sağ kolon */
.muh-right {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
}

.muh-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 48px;
    padding-left: 60px;
    margin-left: -60px;
    border-bottom: 1px solid #D1D5DB;
}

.muh-image img {
    width: 100%;
    max-width: 520px;
    height: auto;
}

.muh-brands {
    margin-top: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 40px;
    padding-left: 60px;
    margin-left: -60px;
    border-bottom: 1px solid #D1D5DB;
}

.muh-brands-label {
    font-size: 14px;
    color: #00246B;
    opacity: 0.7;
    display: block;
    margin-bottom: 28px;
}

.muh-brands-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}

.muh-brand {
    padding: 0 28px;
    border-left: 1px solid #D1D5DB;
}

.muh-brand:first-child {
    padding-left: 0;
    border-left: none;
}

.muh-brand h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #00246B;
    margin-bottom: 12px;
    white-space: nowrap;
}

.muh-brand p {
    font-size: 14px;
    color: #00246B;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .muh-section {
        padding: 44px 0;
    }

    /* Tek kolon */
    .muh-grid {
        grid-template-columns: 1fr;
    }

    /* Ortadaki dikey çizgi mobilde yok */
    .muh-divider {
        display: none;
    }

    .muh-left {
        padding-right: 0;
        margin-bottom: 36px;
    }

    .muh-icon {
        width: 40px;
        margin-bottom: 28px;
    }

    .muh-title {
        font-size: 32px;
    }

    .muh-subtitle {
        font-size: 15px;
    }

    /* Alıntı — mobilde sadeleştir */
    .muh-quote {
        min-height: 0;
        margin-top: 36px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .muh-quote-open,
    .muh-quote-close {
        font-size: 72px;
        height: 40px;
    }

    .muh-quote-text {
        font-size: 24px;
    }

    /* Sağ kolon */
    .muh-right {
        padding-left: 0;
    }

    .muh-image {
        padding-left: 0;
        margin-left: 0;
        padding-top: 0;
    }

    .muh-image img {
        max-width: 360px;
    }

    /* Markalar — mobilde negatif margin/min-height sıfır, alt alta */
    .muh-brands {
        min-height: 0;
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .muh-brands-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .muh-brand {
        padding: 20px 0;
        border-left: none;
        border-bottom: 1px solid #D1D5DB;
    }

    .muh-brand:first-child {
        padding-top: 0;
    }

    .muh-brand:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .muh-brand h4 {
        font-size: 19px;
        white-space: normal;
    }
}

/* ===== GÜNCEL GELİŞMELER (HABER) SECTION ===== */
.haber-section {
    background: linear-gradient(120deg, #ffffff 0%, #f4f6fc 100%);
    padding: 80px 0;
}

.haber-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 48px;
    align-items: start;
}

/* Sol intro */
.haber-intro {
    padding-top: 8px;
}

.haber-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #00246B;
    margin-bottom: 20px;
    line-height: 1.1;
}

.haber-subtitle {
    font-size: 16px;
    color: #00246B;
    opacity: 70%;
    line-height: 1.7;
    margin-bottom: 32px;
}

.haber-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: #101841;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(26, 60, 240, 0.22);
}

.haber-btn:hover {
    background: #0b22e2;
    color: #fff;
    transform: translateY(-2px);
}

/* Sağ kartlar */
.haber-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.haber-card {
    display: block;
    text-decoration: none;
    border: 1px solid #e6eaf2;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.haber-card:hover {
    box-shadow: 0 16px 40px rgba(14, 20, 58, 0.1);
    transform: translateY(-4px);
}

/* Görsel kutuyu tam kaplar */
.haber-card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #eef1f7;
    margin-bottom: 20px;
}

/* Metin kısmı içeriden boşluklu */
.haber-cat,
.haber-card-title,
.haber-card-desc {
    padding-left: 20px;
    padding-right: 20px;
}

.haber-card-desc {
    padding-bottom: 24px;
}

.haber-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.haber-card:hover .haber-card-img img {
    transform: scale(1.05);
}

.haber-cat {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9aa4bc;
    margin-bottom: 10px;
}

.haber-card-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0d2263;
    margin-bottom: 8px;
}

.haber-card-desc {
    font-size: 14px;
    color: #6b7793;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .haber-section {
        padding: 44px 0;
    }

    .haber-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .haber-intro {
        text-align: center;
    }

    .haber-title {
        font-size: 30px;
    }

    .haber-subtitle br {
        display: none;
    }

    .haber-cards {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .haber-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .haber-card-img {
        height: 200px;
    }

    .haber-title {
        font-size: 27px;
    }

    .haber-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===== ARAMIZA HOŞGELDİNİZ (TEAM) SECTION ===== */
.team-section {
    background: linear-gradient(264deg, #FBFDFF 0%, #E3ECFF 100%);
    overflow-x: clip;
    position: relative;
}

/* Section bittikten hemen sonra sol alta sarkan açılı dekor şekli */
.team-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 294px;
    height: 40px;
    background: #E6EEFF;
    clip-path: polygon(0 0, 100% 0, 88.1% 100%, 0 100%);
    z-index: 3;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    min-height: 620px;
}

/* Sol */
.team-left {
    padding: 70px 0;
}

.team-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #00246B;
    line-height: 1.1;
    margin-bottom: 22px;
}

.team-subtitle {
    font-size: 16px;
    color: #00246B;
    opacity: 70%;
    line-height: 1.7;
    margin-bottom: 30px;
}

.team-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: #101841;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(26, 60, 240, 0.22);
    margin-bottom: 48px;
}

.team-btn:hover {
    background: #0b22e2;
    color: #fff;
    transform: translateY(-2px);
}

/* Personel kartları */
.team-people {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 520px;
}

.team-person {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 22px;
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.team-person:hover {
    box-shadow: 0 12px 30px rgba(14, 20, 58, 0.1);
    transform: translateX(4px);
}

.team-person-avatar {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 2px;
    overflow: hidden;
    background: #eef1f7;
}

.team-person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-person-info {
    flex: 1;
}

.team-person-info h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0d2263;
    margin: 0 0 2px;
}

.team-person-info span {
    font-size: 14px;
    color: #8a94ac;
}

.team-person-arrow {
    color: #b0bacd;
    font-size: 15px;
    transition: all 0.25s ease;
}

.team-person:hover .team-person-arrow {
    color: #1a3cf0;
    transform: translateX(4px);
}

/* Sağ görsel + arka plan */
.team-right {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Grid çizgileri */
.team-bg-grid {
    position: absolute;
    inset: 40px 0 0 0;
    background-image:
        linear-gradient(#d5ddec 1px, transparent 1px),
        linear-gradient(90deg, #d5ddec 1px, transparent 1px);
    background-size: 128px 128px;
    opacity: 0.6;
    z-index: 0;
}

/* Kırmızı bloklar */
.team-bg-red {
    position: absolute;
    background: #b3121b;
    z-index: 1;
}

.team-bg-red-1 {
    width: 300px;
    height: 130px;
    top: 130px;
    right: 60px;
}

.team-bg-red-2 {
    width: 150px;
    height: 130px;
    top: 260px;
    left: 20px;
}

/* Adam görseli */
.team-man {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 991px) {
    .team-grid {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 0;
    }

    /* Görsel üstte */
    .team-right {
        order: -1;
        min-height: 0;
        margin: 0 -12px;
    }

    .team-man {
        max-height: 380px;
        width: auto;
    }

    .team-left {
        padding: 28px 0 44px;
        text-align: center;
    }

    .team-title {
        font-size: 30px;
    }

    .team-subtitle {
        font-size: 15px;
    }

    .team-subtitle br,
    .team-title br {
        display: none;
    }

    .team-btn {
        margin-bottom: 32px;
    }

    /* Kartlar tam genişlik, içerik sola hizalı */
    .team-people {
        max-width: none;
        text-align: left;
    }

    .team-person {
        padding: 14px 18px;
    }
}

@media (max-width: 575px) {
    .team-title {
        font-size: 26px;
    }

    .team-man {
        max-height: 300px;
    }

    .team-btn {
        width: 100%;
        justify-content: center;
    }

    /* Sol alt dekor şekli mobilde küçült */
    .team-section::after {
        width: 180px;
        height: 26px;
    }
}

/* ===== FARK YARATAN MÜHENDİSLİK SECTION ===== */
.fark-section {
    background: #fff;
    padding: 90px 0;
}

/* Üst kısım */
.fark-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 80px;
}

.fark-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 56px;
    font-weight: 400;
    color: #0d2263;
    line-height: 1.12;
    margin: 0;
}

.fark-head-right {
    padding-top: 8px;
}

.fark-lead {
    font-size: 16px;
    color: #00246B;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 560px;
}

.fark-btn {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    padding: 8px 8px 8px 28px;
    border: 1px solid #D1D5DB;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #0d2263;
    text-decoration: none;
    transition: all 0.25s ease;
}

.fark-btn:hover {
    border-color: #9E0B0F;
    color: #0d2263;
}

.fark-btn-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #9E0B0F;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.fark-btn:hover .fark-btn-icon {
    transform: translateX(3px);
}

/* Alt 4 kolon */
.fark-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.fark-item {
    padding: 28px 28px 40px 28px;
    border-left: 1px solid #D1D5DB;
}

.fark-item:first-child {
    padding-left: 0;
    border-left: none;
}

.fark-num {
    display: block;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #0d2263;
    margin-bottom: 36px;
}

.fark-icon {
    color: #9E0B0F;
    font-size: 30px;
    margin-bottom: 28px;
}

.fark-item-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #00246B;
    line-height: 1.25;
    margin-bottom: 24px;
}

.fark-item-desc {
    font-size: 15px;
    color: #00246B;
    line-height: 1.7;
    opacity: 70%;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .fark-section {
        padding: 52px 0;
    }

    .fark-head {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 44px;
    }

    .fark-title {
        font-size: 36px;
    }

    .fark-lead {
        max-width: none;
    }

    /* 2'li grid */
    .fark-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fark-item {
        padding: 24px 20px 32px;
        border-bottom: 1px solid #e2e7f0;
    }

    .fark-item:nth-child(odd) {
        padding-left: 0;
        border-left: none;
    }

    .fark-item-title {
        font-size: 19px;
    }

    .fark-item-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .fark-title {
        font-size: 30px;
    }

    /* Telefonda da 2'li 2'li */
    .fark-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fark-item {
        padding: 20px 12px 26px;
    }

    .fark-icon {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .fark-item-title {
        font-size: 17px;
    }

    .fark-item-desc {
        font-size: 13px;
    }
}

/* ===== BİZE GÜVENENLER SECTION ===== */
.guven-section {
    background: linear-gradient(264deg, #FBFDFF 0%, #E3ECFF 100%);
    padding: 90px 0;
    position: relative;
}

/* Sağ alt köşe dekor şekli */
.guven-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 296px;
    height: 41px;
    background: #101841;
    clip-path: polygon(12.16% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 3;
}

.guven-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    position: relative;
}

/* Ortadaki dikey çizgi (ayrı div) — section başından sonuna */
.guven-divider {
    position: absolute;
    top: -90px;
    bottom: -90px;
    left: 50%;
    width: 1px;
    background: #D1D5DB;
    transform: translateX(-50%);
}

/* Sol */
.guven-left {
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guven-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 80px;
    font-weight: 400;
    color: #00246B;
    line-height: 1.1;
    margin-bottom: 26px;
}

.guven-subtitle {
    font-size: 16px;
    color: #00246B;
    opacity: 0.7;
    line-height: 1.7;
    margin: 0;
}

/* Sağ */
.guven-right {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Marka alanı — üst/alt çizgiler ortadaki divider'a yapışık */
.guven-brands {
    position: relative;
    border-top: 1px solid #D1D5DB;
    border-bottom: 1px solid #D1D5DB;
    margin-left: -60px;
}

/* Her satır bağımsız marquee */
.guven-row {
    position: relative;
    overflow: hidden;
    height: 120px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

/* Satır arası çizgi */
.guven-row-thin {
    border-top: 1px solid #D1D5DB;
}

.guven-track {
    display: flex;
    width: 200%;
    height: 100%;
}

.guven-track-left {
    animation: guvenLeft 40s linear infinite;
}

.guven-track-right {
    animation: guvenRight 40s linear infinite;
}

.guven-brands:hover .guven-track {
    animation-play-state: paused;
}

@keyframes guvenLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes guvenRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.guven-brand {
    position: relative;
    flex: 0 0 16.6666%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #374151;
}

/* Markalar arası kısa dikey çizgi */
.guven-brand::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: #D1D5DB;
}

/* Alt satır daha ince */
.guven-row-thin .guven-brand {
    font-weight: 400;
}

.guven-more {
    display: block;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #6B7280;
}

/* Responsive */
@media (max-width: 991px) {
    .guven-section {
        padding: 52px 0;
    }

    .guven-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .guven-left {
        padding-right: 0;
        text-align: center;
    }

    .guven-title {
        font-size: 38px;
    }

    .guven-title br,
    .guven-subtitle br {
        display: none;
    }

    .guven-divider {
        display: none;
    }

    .guven-right {
        padding-left: 0;
    }

    .guven-brands {
        margin-left: 0;
    }

    .guven-row {
        height: 92px;
    }

    .guven-brand {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .guven-title {
        font-size: 30px;
    }

    .guven-row {
        height: 76px;
    }

    .guven-brand {
        font-size: 15px;
    }
}

/* ===== FOOTER ===== */
.site-footer {
    position: relative;
    background: #101841;
    color: #fff;
    overflow: hidden;
}

/* Mavi ışık lekeleri (SVG'deki blur circle) */
.footer-glow {
    position: absolute;
    border-radius: 50%;
    background: #0055FF;
    filter: blur(145px);
    pointer-events: none;
    z-index: 0;
}

.footer-glow-tl {
    width: 256px;
    height: 256px;
    top: -40px;
    left: -60px;
}

.footer-glow-br {
    width: 224px;
    height: 224px;
    bottom: -50px;
    right: -80px;
}

.footer-main {
    position: relative;
    z-index: 1;
    padding: 110px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.1fr;
    gap: 0;
}

/* Kolonlar arası dikey çizgiler — alttaki footer-bottom çizgisine kadar */
.footer-grid>* {
    padding: 0 44px 96px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid>*:first-child {
    padding-left: 0;
    border-left: none;
}

.footer-grid>*:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

/* Marka kolonu */
.footer-logo {
    height: 56px;
    width: auto;
    margin-bottom: 22px;
}

.footer-sublogos {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 26px;
}

.footer-sublogos img {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-about {
    font-size: 16px;
    line-height: 1.7;
    color: #9CA3AF;
    margin-bottom: 20px;
    max-width: 340px;
}

.footer-quote {
    font-size: 22px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Kolon başlıkları */
.footer-heading {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 26px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 18px;
}

.footer-links a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #4d7cff;
}

/* İletişim */
.footer-contact {
    margin-bottom: 22px;
}

.footer-contact-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 6px;
}

.footer-contact p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact a:hover {
    color: #4d7cff;
}

/* Ofis blokları */
.footer-office {
    margin-bottom: 24px;
}

.footer-office h5 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.footer-office p {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 8px;
}

.footer-office-tel {
    color: rgba(255, 255, 255, 0.85) !important;
}

.footer-office-tel strong {
    color: #fff;
}

.footer-office-tel a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-office-tel a:hover {
    color: #4d7cff;
}

/* Politika kolonu — masaüstünde gizli, mobilde grid içinde */
.footer-policy-col {
    display: none;
}

/* Alt bar */
.footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 26px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-copy {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-copy strong {
    color: #fff;
    font-weight: 700;
}

.footer-adshub-logo {
    height: 34px;
    width: auto;
}

.footer-policy {
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
}

.footer-policy a {
    color: rgba(255, 255, 255, 255);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-policy a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .site-footer .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .footer-main {
        padding: 48px 0 8px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 24px;
    }

    .footer-grid>*,
    .footer-grid>*:first-child,
    .footer-grid>*:last-child {
        padding: 0 0 30px;
        border: none;
    }

    .footer-brand {
        grid-column: 1 / -1;
        padding-bottom: 8px;
    }

    .footer-logo {
        height: 44px;
        margin-bottom: 16px;
    }

    .footer-sublogos {
        gap: 24px;
        margin-bottom: 18px;
    }

    .footer-sublogos img {
        height: 24px;
    }

    .footer-about {
        margin-bottom: 14px;
    }

    .footer-heading {
        margin-bottom: 16px;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-contact {
        margin-bottom: 16px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .footer-main {
        padding: 36px 0 8px;
    }

    /* Telefonda da 2'li 2'li */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    /* Politika linkleri İletişim'in yanındaki boşluğa */
    .footer-policy-col {
        display: block;
    }

    .footer-policy {
        display: none;
    }

    .footer-about {
        max-width: none;
    }

    .footer-heading {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .footer-links a,
    .footer-contact p {
        font-size: 14px;
    }
}

/* ===== WHATSAPP FLOAT BUTONU ===== */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 1090;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: wpPulse 2.4s ease-in-out infinite;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.55);
}

@keyframes wpPulse {
    0% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 575px) {
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        font-size: 27px;
    }
}


/* ===== REFERANS HARİTASI SECTION ===== */
.harita-section {
    background: #fff;
    padding: 90px 0;
}

.harita-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 44px;
}

.harita-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9E0B0F;
    margin-bottom: 16px;
}

.harita-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #0d2263;
    line-height: 1.15;
    margin-bottom: 18px;
}

.harita-desc {
    font-size: 16px;
    color: #6b7793;
    line-height: 1.7;
    margin: 0;
    max-width: 420px;
    flex-shrink: 0;
    padding-bottom: 6px;
}

.harita-wrap {
    width: 100%;
}

/* Harita */
.tr-map-img {
    width: 100%;
    height: auto;
    display: block;
}

.tr-map svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

/* Tüm iller — pasif */
.tr-map svg path {
    fill: #eaeef7;
    stroke: #ffffff;
    stroke-width: 0.6;
    transition: fill 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    transform-box: fill-box;
    transform-origin: center;
}

/* Herhangi bir ile hover — hafif kalkma + koyulaşma */
.tr-map svg path:hover {
    fill: #cdd7ec;
    transform: translateY(-4px) scale(1.04);
    filter: drop-shadow(0 6px 10px rgba(14, 20, 58, 0.18));
}

/* Referans illeri */
.tr-map svg path.tr-il-aktif {
    fill: #c0343a;
}

.tr-map svg path.tr-il-aktif:hover,
.tr-map svg path.tr-secili {
    fill: #9E0B0F;
    filter: drop-shadow(0 8px 14px rgba(158, 11, 15, 0.35));
}

/* İl detay popup */
.harita-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.harita-modal.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.harita-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 34, 99, 0.55);
    backdrop-filter: blur(3px);
}

.harita-modal-box {
    position: relative;
    z-index: 1;
    width: 92%;
    max-width: 1240px;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 50px 120px rgba(13, 34, 99, 0.4);
    transform: translateY(24px) scale(0.96);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.harita-modal.open .harita-modal-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.harita-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f0f3f9;
    border: none;
    color: #0d2263;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.harita-modal-close:hover {
    background: #9E0B0F;
    color: #fff;
}

/* Başlık — sade beyaz, kırmızı aksan */
.harita-modal-head {
    display: flex;
    align-items: flex-end;
    gap: 22px;
    padding: 42px 56px 30px;
    background: #fff;
    border-bottom: 1px solid #eceff5;
}

.harita-modal-pin {
    display: none;
}

.harita-modal-head-text {
    flex: 1;
    min-width: 0;
}

.harita-modal-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #9E0B0F;
    margin-bottom: 14px;
}

.harita-modal-label::before {
    content: '';
    width: 22px;
    height: 2px;
    background: #9E0B0F;
}

.harita-modal-il {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #0d2263;
    margin: 0 0 8px;
    line-height: 1;
}

.harita-modal-altbaslik {
    font-size: 15px;
    color: #6b7793;
    margin: 0;
}

.harita-modal-count {
    align-self: center;
    font-size: 14px;
    font-weight: 600;
    color: #9E0B0F;
    background: #fdeaea;
    padding: 10px 20px;
    border-radius: 50px;
    white-space: nowrap;
}

/* Proje listesi — alt alta yatay kartlar */
.harita-modal-projeler {
    display: flex;
    flex-direction: column;
    padding: 24px 56px 44px;
    max-height: 62vh;
    overflow-y: auto;
}

.proje-kart {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 22px 20px;
    text-decoration: none;
    border-bottom: 1px solid #eceff5;
    transition: background 0.2s ease;
}

.proje-kart:last-child {
    border-bottom: none;
}

.proje-kart:hover {
    background: #f7f9fd;
}

.proje-kart-img {
    width: 240px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eef1f7;
}

.proje-kart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

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

.proje-kart-icerik {
    flex: 1;
    min-width: 0;
}

.proje-kart-icerik h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0d2263;
    margin: 0 0 10px;
}

.proje-kart-icerik p {
    font-size: 15px;
    color: #6b7793;
    line-height: 1.65;
    margin: 0;
}

.proje-kart-ok {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fdeaea;
    color: #9E0B0F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.proje-kart:hover .proje-kart-ok {
    background: #9E0B0F;
    color: #fff;
    transform: translateX(4px);
}

/* İl adı tooltip */
.tr-tooltip {
    position: fixed;
    z-index: 1200;
    transform: translate(-50%, calc(-100% - 12px));
    background: #0d2263;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.tr-tooltip.show {
    opacity: 1;
}

.tr-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #0d2263;
}

@media (max-width: 991px) {
    .harita-section {
        padding: 52px 0;
    }

    .harita-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .harita-title {
        font-size: 30px;
    }

    .harita-desc {
        max-width: none;
    }

    .harita-wrap {
        width: 100%;
    }

    /* Modal mobil */
    .harita-modal-head {
        padding: 24px 22px;
        gap: 14px;
    }

    .harita-modal-il {
        font-size: 24px;
    }

    .harita-modal-projeler {
        padding: 12px 20px 24px;
    }

    .proje-kart {
        flex-wrap: wrap;
        gap: 16px;
        padding: 18px 4px;
    }

    .proje-kart-img {
        width: 100%;
        height: 180px;
    }

    .proje-kart-icerik h4 {
        font-size: 18px;
    }

    .proje-kart-ok {
        display: none;
    }
}


/* ===== TEKLİF AL MODAL ===== */
.teklif-modal {
    position: fixed;
    inset: 0;
    z-index: 1150;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.teklif-modal.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.teklif-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 34, 99, 0.55);
    backdrop-filter: blur(4px);
}

.teklif-box {
    position: relative;
    z-index: 1;
    width: 94%;
    max-width: 1120px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    box-shadow: 0 50px 120px rgba(13, 34, 99, 0.45);
    transform: translateY(22px) scale(0.97);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
    max-height: 92vh;
}

.teklif-modal.open .teklif-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.teklif-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(13, 34, 99, 0.08);
    border: none;
    color: #0d2263;
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.teklif-close:hover {
    background: rgba(13, 34, 99, 0.15);
    color: #0b22e2;
}

/* Sol panel */
.teklif-sol {
    background: linear-gradient(150deg, #0d2263 0%, #1a2f7a 100%);
    color: #fff;
    padding: 46px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.teklif-sol::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #0055FF;
    filter: blur(120px);
    bottom: -60px;
    left: -60px;
    opacity: 0.6;
}

.teklif-logo {
    height: 42px;
    width: auto;
    margin-bottom: 20px;
    align-self: flex-start;
    position: relative;
    z-index: 1;
}

.teklif-sublogos {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.teklif-sublogos img {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
}

.teklif-sol h3 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.teklif-sol p {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.teklif-avantaj {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.teklif-avantaj li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 14px;
}

.teklif-avantaj i {
    color: #ff9a9e;
    font-size: 13px;
}

/* Sağ form */
.teklif-sag {
    padding: 52px 52px;
    overflow-y: auto;
}

.teklif-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #9E0B0F;
    margin-bottom: 10px;
}

.teklif-baslik {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0d2263;
    margin-bottom: 24px;
}

.teklif-hizmetler {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 26px;
}

.teklif-chip {
    cursor: pointer;
}

.teklif-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.teklif-chip span {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 20px;
    border: 1.5px solid #e2e7f0;
    border-radius: 16px;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #0d2263;
    transition: all 0.2s ease;
    height: 100%;
}

.teklif-chip span img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

/* Seçim tik işareti */
.teklif-check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #9E0B0F;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.2s ease;
}

.teklif-chip:hover span {
    border-color: #c0343a;
}

.teklif-chip.secili span {
    border-color: #9E0B0F;
    background: #fdf3f3;
}

.teklif-chip.secili .teklif-check {
    opacity: 1;
    transform: scale(1);
}

.teklif-satir {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.teklif-form input,
.teklif-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #e2e7f0;
    border-radius: 12px;
    font-size: 14px;
    font-family: inherit;
    color: #0d2263;
    margin-bottom: 12px;
    transition: border-color 0.2s ease;
    background: #fff;
    resize: vertical;
}

.teklif-satir input {
    margin-bottom: 0;
}

.teklif-form input::placeholder,
.teklif-form textarea::placeholder {
    color: #9aa4bc;
}

.teklif-form input:focus,
.teklif-form textarea:focus {
    outline: none;
    border-color: #1a3cf0;
}

.teklif-gonder {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    padding: 16px;
    background: #9E0B0F;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
    transition: all 0.25s ease;
}

.teklif-gonder:hover {
    background: #7d0609;
    gap: 14px;
}

/* Responsive */
@media (max-width: 767px) {
    .teklif-box {
        grid-template-columns: 1fr;
        width: 92%;
        max-width: 450px;
        height: auto;
        max-height: 94vh;
        border-radius: 20px;
        overflow-y: auto;
    }

    /* Sol mavi paneli gizliyoruz */
    .teklif-sol {
        display: none;
    }

    .teklif-sag {
        padding: 40px 16px 20px;
    }

    .teklif-label {
        font-size: 11px;
        margin-bottom: 4px;
        display: block;
    }

    .teklif-baslik {
        font-size: 18px;
        margin-bottom: 14px;
    }

    /* Hizmet kartları kompakt */
    .teklif-hizmetler {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 14px;
    }

    .teklif-chip span {
        padding: 10px 8px;
        gap: 6px;
        font-size: 12px;
        border-radius: 10px;
    }

    .teklif-chip span img {
        width: 28px;
        height: 28px;
    }

    .teklif-check {
        top: 6px;
        right: 6px;
        width: 16px;
        height: 16px;
        font-size: 8px;
    }

    .teklif-satir {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .teklif-satir input {
        margin-bottom: 8px;
        height: 44px;
        padding: 10px 14px;
        font-size: 13.5px;
    }

    .teklif-form input[type="email"] {
        height: 44px;
        padding: 10px 14px;
        font-size: 13.5px;
        margin-bottom: 8px;
    }

    .teklif-form textarea {
        padding: 10px 14px;
        font-size: 13.5px;
        margin-bottom: 12px;
    }

    .teklif-gonder {
        height: 46px;
        font-size: 14px;
    }

    .teklif-close {
        background: rgba(13, 34, 99, 0.08);
        color: #0d2263;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* ===== COOKIE BANNER (PREMIUM) ===== */
.cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    width: 440px;
    max-width: 90vw;
    background: rgba(14, 20, 58, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    transform: translateY(120%) scale(0.95);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}

.cookie-banner.show {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.cookie-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.cookie-icon-wrapper {
    width: 44px;
    height: 44px;
    background: rgba(255, 212, 59, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cookie-icon {
    font-size: 22px;
    color: #ffd43b;
}

.cookie-text h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.cookie-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.cookie-link {
    color: #ffd43b;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.cookie-link:hover {
    color: #fff;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    flex: 1;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.cookie-btn-accept {
    background: #0b22e2;
    color: #ffffff;
}

.cookie-btn-accept:hover {
    background: #1d36f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 34, 226, 0.35);
}

.cookie-btn-customize {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-btn-customize:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.cookie-btn-back {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-btn-back:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

/* Customize View */
.cookie-customize-view h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.cookie-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin: 0 0 20px 0;
}

.cookie-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.cookie-opt-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.cookie-opt-clickable {
    cursor: pointer;
    transition: background 0.2s ease;
}

.cookie-opt-clickable:hover {
    background: rgba(255, 255, 255, 0.08);
}

.cookie-opt-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-right: 12px;
}

.cookie-opt-info strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.cookie-opt-info span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    line-height: 1.3;
}

.cookie-toggle-status {
    color: #10B981;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* Custom Checkbox / Toggle Switch */
.cookie-opt-checkbox {
    display: none;
}

.cookie-switch {
    width: 38px;
    height: 22px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    position: relative;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.cookie-switch::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    top: 3px;
    left: 3px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-opt-checkbox:checked+.cookie-switch {
    background: #0b22e2;
}

.cookie-opt-checkbox:checked+.cookie-switch::after {
    transform: translateX(16px);
}

.cookie-customize-actions {
    display: flex;
    gap: 12px;
}

@media (max-width: 575px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        padding: 20px 16px;
    }

    .cookie-content {
        margin-bottom: 16px;
    }

    .cookie-opt-info span {
        font-size: 11px;
    }
}