﻿/* Font Boyutu */
html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Genel Stil */
body {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    overflow-x: hidden;
}

/* Buton focus stilleri */
.btn:focus,
.btn:active,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
    color: inherit !important;
}

/* NavBar Stilleri */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none;
    box-shadow: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .navbar.scrolled {
        background-color: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }

    .navbar.navbar-light {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
}

.navbar-nav .nav-link {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f1f1f1b8 !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .navbar-nav .nav-link:hover {
        color: #f1f1f1d8 !important;
    }

.navbar.scrolled .nav-link {
    color: #100f0d !important;
}

    .navbar.scrolled .nav-link:hover {
        color: #100f0dc7 !important;
    }

/* Logo ve yazı stili */
.navbar-logo {
    height: 50px;
    object-fit: fill;
    padding: 0;
}

.brand-text {
    line-height: 1.25;
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: #f1f1f1;
    letter-spacing: 0.04em;
}

.brand-sub {
    font-size: 0.72rem;
    color: #f1f1f1a8;
}

.navbar.scrolled .brand-name {
    color: #100f0d !important;
}

.navbar.scrolled .brand-sub {
    color: #100f0dc7 !important;
}

/* Navbar içerik genişliğini daralt */
.navbar .container {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/* ============================
   MOBİL SAĞ HAMBURGER BUTONU
============================ */
.mobile-hamburger {
    background: transparent;
    border: none;
    font-size: 32px;
    color: #f1f1f1;
    z-index: 3001;
}

.navbar.scrolled .mobile-hamburger {
    color: #100f0d !important;
}

/* ============================
   SOLDAN AÇILAN MENÜ
============================ */
#mobileSideMenu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #100f0d;
    color: white;
    padding: 25px;
    z-index: 3000;
    transition: 0.35s ease;
}

    #mobileSideMenu.open {
        left: 0;
    }

    #mobileSideMenu ul {
        list-style: none;
        padding-left: 0;
    }

        #mobileSideMenu ul li {
            margin: 18px 0;
        }

    #mobileSideMenu a {
        color: white;
        font-size: 1.2rem;
        text-decoration: none;
    }

.mobile-info {
    color: #ccc;
    font-size: 1rem;
    margin-left: 3px;
}

.mobile-social i {
    font-size: 1.4rem;
    margin-top: 10px;
    color: #f1f1f1;
}

/* Overlay */
#menuOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2500;
    display: none;
}

    #menuOverlay.show {
        display: block;
    }

/* Hero Section */
.hero-section {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 160px;
        background: url('/images/backgrounds/ana-gorsel1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        filter: blur(15px);
        z-index: 2;
        pointer-events: none;
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    }

    .hero-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.70), rgba(0,0,0,0));
        z-index: 3;
        pointer-events: none;
    }

.hero-bg-single {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Üstte hafif karartma */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.15));
    z-index: 2;
}

/* Yazıların olduğu bölüm */
.hero-content {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}

    .hero-content h1 {
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        margin-bottom: 0.8rem;
        color: #f1f1f1;
    }

    .hero-content h2 {
        font-size: 1.4rem;
        font-weight: 400;
        opacity: 0.9;
        margin-bottom: 1.5rem;
        color: #f1f1f1d1;
    }


/* Bizi Tanıyın butonu */
.scroll-btn {
    display: inline-block;
    padding: 0.75rem 1.8rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #100f0d;
    color: #f1f1f1d1;
    text-decoration: none;
    transition: 0.3s;
}

    .scroll-btn:hover {
        background-color: #100f0dd1;
        color: #f1f1f1;
        transform: translateY(-3px);
    }

/* Optional: Scroll-down animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }
}

/* About section */
.about-section {
    background-color: #f1f1f1;
    padding: 1rem 2rem;
    text-align: center;
}

.section-title {
    margin-top: 2.5rem;
    text-align: center;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .section-title h2 {
        font-size: 2.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-bottom: 1.2rem;
        color: #1f3652;
        text-shadow: none;
        text-align: left;
        padding: 0;
    }

        /* Yan çizgileri iptal et */
        .section-title h2::before,
        .section-title h2::after {
            content: none !important;
        }

    /* Paragraflar da sola hizalı olsun */
    .section-title p {
        text-align: justify;
        margin-top: 0.2rem;
        margin: 0 auto;
        color: #100f0d;
    }


/* Paragraflar kart içinde olacak */
.about-card {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 1.5rem 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    border-top: 3px solid transparent;
    max-width: 750px;
}

    .about-card:hover {
        transform: translateY(-5px);
        background: #f6f6f6;
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
        border-top: 3px solid #1f3652;
    }

    .about-card i {
        font-size: 2.1rem;
        color: #1f3652;
        margin-bottom: 1.2rem;
    }

    .about-card h4 {
        font-weight: 600;
        margin-bottom: 0.8rem;
        color: #1f3652;
        font-size: 1.4rem;
        letter-spacing: 0.02em;
    }

    .about-card p {
        font-size: 1.1rem;
        line-height: 1.5;
        color: #100f0d;
        margin: 0;
        text-align: justify;
    }

.cards-wrapper {
    max-width: 1056px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Products section */
.products-section {
    background-color: #f8f8f8;
    padding: 1rem 2rem 4rem 2rem;
    text-align: center;
    margin: 0 auto;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 sütunlu sabit grid */
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0.5rem;
}

/* Ürün kartları */
.interactive-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fdfdfd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e6e6e6;
}

    .interactive-card:hover {
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
        transform: scale(1.02);
    }

    .interactive-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease, filter 0.3s ease;
        filter: brightness(0.95) contrast(1);
    }

    .interactive-card:hover img {
        transform: scale(1.03);
        filter: brightness(0.70) contrast(1.1);
    }

    .interactive-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.3); /* Hafif karartma */
        z-index: 1;
        transition: background-color 0.3s ease;
        pointer-events: none;
    }

    .interactive-card:hover::before {
        background-color: rgba(0, 0, 0, 0.45); /* Hoverda biraz daha koyu */
    }

.interactive-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 70%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* AŞAĞIDAN ORTAYA */
    align-items: center; /* ORTADAN ORTAYA */
    padding: 1.5rem;
    text-align: center;
    transition: background 0.4s ease;
    z-index: 2;
}

.interactive-card:hover .interactive-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 60%);
}

.interactive-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    text-align: center;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    transform: translateY(70px); /* Başlangıçta aşağıda */
    transition: transform 0.4s ease, opacity 0.4s ease; /* Hover ile yukarı çıkar */
    z-index: 3;
}

.interactive-card:hover .interactive-title {
    transform: translateY(-5px); /* Hoverda yukarıya çıkar */
    margin-bottom: 0rem;
}

.interactive-title::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: white;
    margin: 0.8rem auto 0 auto; /* Ortalamak için */
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.interactive-card:hover
.interactive-title::after {
    opacity: 1;
    transform: scaleX(1);
}


.interactive-detail {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.1rem;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.interactive-card:hover .interactive-detail {
    opacity: 1;
    transform: translateY(0);
}

/* Projects section */
.projects-section {
    background-color: #fefefe;
    padding: 1rem 2rem 3rem 2rem;
    text-align: center;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 sütunlu grid */
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0.5rem;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #100f0d;
    background-color: transparent;
    color: #100f0d;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .scroll-to-top i {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0;
        margin-top: 9px;
    }

    /* Hover efekti */
    .scroll-to-top:hover {
        transform: scale(1.1);
    }

    .scroll-to-top.on-footer {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #100f0d !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

        .scroll-to-top.on-footer i {
            color: #100f0d !important;
        }

/* İlk başta gizli */
#scroll-button {
    display: block; /* JavaScript ile d-none kaldırılır */
}

    /* Scroll olduğunda animasyon kaldır */
    #scroll-button.scrolled a {
        animation: none;
    }

.email-link {
    color: #100f0d;
    text-decoration: none;
    border-bottom: 0.5px solid transparent;
    padding-bottom: 1px;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
}

    .email-link:hover {
        color: #100f0d;
        border-bottom-color: #100f0db0;
        text-decoration: none;
    }

/* === FOOTER === */
.ozturk-footer {
    background-color: #100f0d;
    color: #ddd;
    padding-top: 3rem;
    padding-bottom: 1rem;
    font-family: 'Cormorant Garamond', serif;
}

/* === 3 EŞİT KUTU === */
.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 eşit kolon */
    align-items: flex-start;
    gap: 3rem;
    padding: 0 80px 2rem 80px;
}

/* === SOL KUTU === */
.footer-left {
    text-align: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.footer-logo {
    width: 110px;
    display: block;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer-brand-name {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #f1f1f1;
}

.footer-brand-sub {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #f1f1f1c9;
}

/* Bizi Takip Edin + Instagram */
.footer-follow-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-left: 3rem;
    margin-top: 0.5rem;
}

.footer-follow {
    font-size: 0.8rem;
    color: #f1f1f1d1;
}

.footer-follow-wrapper i {
    font-size: 1rem;
    color: #f1f1f1;
    transition: 0.3s;
}

    .footer-follow-wrapper i:hover {
        color: #f1f1f1b1;
    }

/* === ORTA KUTU - İSTATİSTİKLER === */
.footer-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center; /* tam ortaya */
    gap: 1rem 2.5rem;
    text-align: center;
    margin-top: 1.1rem;
    margin-right: 1.1rem;
}

    .footer-stats-grid .stat h3 {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 0.2rem;
        color: #f1f1f1;
    }

    .footer-stats-grid .stat p {
        font-size: 1rem;
        color: #f1f1f1d1;
        margin: 0;
    }

/* === SAĞ KUTU === */
.footer-right {
    text-align: left; /* sola yaslı */
    margin: 0 auto; /* kolonda ortalanmış */
}

    .footer-right h5 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #f1f1f1;
    }

    .footer-right p {
        margin: 0.3rem 0;
        font-size: 1.1rem;
        color: #f1f1f1d1;
    }

    .footer-right i {
        margin-right: 0.5rem;
        color: #f1f1f1;
    }

    .footer-right .email-link {
        color: #f1f1f1d1;
        border-bottom: 0.5px solid transparent;
    }

        .footer-right .email-link:hover {
            border-bottom-color: #f1f1f1c1;
        }

/* === ALT KISIM === */
.footer-bottom {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #333;
    font-size: 1rem;
    color: #bbb;
}

/* ==========================================================
   ORTA EKRAN (TABLET – LAPTOP YARIM EKRAN) 577px – 1199px
   ========================================================== */
@media (min-width: 577px) and (max-width: 1199px) {

    /* === Genel font küçültme === */
    html {
        font-size: 15px !important;
    }

    /* === Section başlıkları === */
    .section-title h2 {
        font-size: 2.1rem !important;
        text-align: center !important;
    }

    /* Hakkımızda paragraf genişliği */
    .about-section .section-title {
        max-width: 1300px !important;
        width: 100% !important; /* Kenar boşluklarını azalt */
    }

        .about-section .section-title p {
            max-width: 1100px !important; /* Paragraf kutusu genişledi */
            margin-left: auto !important;
            margin-right: auto !important;
            font-size: 1.1rem !important;
            line-height: 1.5 !important;
        }

    /* === ÜRÜNLER bölümü === */
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.2rem !important;
        max-width: 1000px !important;
    }

    .interactive-title {
        font-size: 0.9rem !important;
        line-height: 1.2rem !important;
        transform: translateY(55px) !important;
    }

    .interactive-card:hover .interactive-title {
        transform: translateY(0) !important;
    }

    .interactive-detail {
        font-size: 0.85rem !important;
    }

    .interactive-card {
        border-radius: 10px !important;
    }

    /* === PROJELER bölümü === */
    .project-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.2rem !important;
        max-width: 1000px !important;
    }

        /* Proje kart yüksekliği tutarlı */
        .project-grid .interactive-card {
            height: 200px !important;
        }

            .project-grid .interactive-card img {
                object-fit: cover !important;
                height: 100% !important;
                width: 100% !important;
            }

    /* Overlay fontları */
    .projects-section .interactive-title {
        font-size: 0.95rem !important;
        transform: translateY(60px) !important;
    }

    .projects-section .interactive-detail {
        font-size: 0.85rem !important;
    }

    /* Navbar spacing */
    .navbar .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* ============================
       FOOTER ORTA EKRAN DÜZENİ
       ============================ */

    .footer-wrapper {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2.5rem !important;
        padding: 0 0 2rem 0 !important;
    }

    /* Sol kutu */
    .footer-left {
        text-align: left !important;
        margin-top: 1rem;
    }

    .footer-logo {
        width: 100px !important;
        margin-left: -20px !important;
    }

    .footer-brand-name {
        font-size: 1.1rem !important;
        margin-left: -10px !important;
        line-height: 1.4rem;
    }

    .footer-brand-sub {
        font-size: 0.5rem !important;
        margin-left: -10px !important;
        line-height: 0.8rem;
    }

    .footer-follow-wrapper {
        margin-left: 0 !important;
        justify-content: flex-start !important;
    }

    /* Orta kutu (istatistikler) */
    .footer-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        justify-items: start !important;
        gap: 1rem 1.2rem !important;
        padding-left: 0.5rem;
    }

        .footer-stats-grid .stat h3 {
            font-size: 1.1rem !important;
        }

        .footer-stats-grid .stat p {
            font-size: 0.8rem !important;
        }

    /* Sağ kutu */
    .footer-right {
        margin-top: 1rem !important;
        margin-left: -1rem;
    }

        .footer-right h5 {
            font-size: 1.2rem !important;
            margin-bottom: 0.6rem !important;
        }

        .footer-right p {
            font-size: 0.90rem !important;
        }

    /* Alt Telif */
    .footer-bottom {
        font-size: 0.9rem !important;
        padding: 10px 20px !important;
    }
}

/* ============================================
   MOBİL TASARIM DÜZENLEMELERİ (max-width: 576px)
   ============================================ */
@media (max-width: 576px) {

    /* NAVBAR LOGO SOLA YASLANSIN */
    .navbar .container {
        padding-left: 6px !important;
        padding-right: 10px !important;
    }

    .navbar-brand {
        margin-left: 0 !important;
    }

    .navbar-logo {
        margin-left: 0 !important;
    }

    /* --- HERO Başlık Düzenleme --- */
    .hero-content {
        top: 50% !important;
        width: 88% !important;
    }

        .hero-content h1 {
            font-size: 1.7rem !important;
            line-height: 1.8rem !important;
        }

        .hero-content h2 {
            font-size: 1rem !important;
            margin-bottom: 1.1rem !important;
        }

    /* Özel hamburger butonu görünsün */
    #mobileMenuBtn {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 12px;
        z-index: 3001;
    }

    /* Soldan açılan menü görünebilir olsun */
    #mobileSideMenu {
        display: block !important;
    }

    #menuOverlay {
        display: none; /* JS açınca görünür */
    }

    /* --- Bizi Tanıyın Butonu --- */
    .scroll-btn {
        padding: 0.6rem 1.3rem !important;
        font-size: 0.95rem !important;
        border-radius: 6px !important;
    }

    /* --- Yukarı Çık Butonu --- */
    #scroll-button {
        bottom: 35px !important; /* Bize Ulaşın butonuna yaklaşsın */
        right: 15px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .scroll-to-top i {
        font-size: 15px !important;
        margin-top: 10px !important;
    }

    .about-section {
        width: 100% !important;
        max-width: 750px !important;
        margin: 0 auto !important;
        padding: 0.7rem 1.5rem !important;
        text-align: justify !important;
    }

    .products-section {
        width: 100% !important;
        max-width: 750px !important;
        margin: 0 auto !important;
        padding: 0.7rem 1.5rem 2rem 1.5rem !important;
        text-align: justify !important;
    }

    .projects-section {
        width: 100% !important;
        max-width: 750px !important;
        margin: 0 auto !important;
        padding: 0.7rem 1.5rem 2rem 1.5rem !important;
        text-align: justify !important;
    }


    .projects-section {
        padding: 1rem 1.5rem !important;
    }

    /* --- Hakkımızda Kartları --- */
    .about-card {
        padding: 0.9rem 0.9rem !important;
        text-align: center;
    }

    .section-title h2 {
        font-size: 1.8rem !important;
        text-align: center !important;
    }

    /* --- Ürün Grid (3 → 1 sütun) --- */
    .product-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    /* --- Proje Grid (4 → 1 sütun) --- */
    .project-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

        /* --- Mobilde proje kartları aynı boy olsun --- */
        .project-grid .interactive-card {
            height: 240px !important;
            overflow: hidden !important;
        }

            .project-grid .interactive-card img {
                height: 100% !important;
                width: 100% !important;
                object-fit: cover !important;
            }

        .project-grid .interactive-overlay {
            padding-bottom: 0.8rem !important;
        }

    /* ============================================
       FOOTER MOBİL DÜZENLEMESİ
       ============================================ */

    /* Genel footer daha sıkı */
    .ozturk-footer {
        padding-top: 2rem !important;
        padding-bottom: 1.2rem !important;
    }
    /* Wrapper tek kolon */
    .footer-wrapper {
        grid-template-columns: 1fr !important;
        padding: 0 20px !important;
        gap: 2rem !important;
        text-align: left !important;
    }

    /* Sol logo alanı sola yaslı */
    .footer-left {
        text-align: left !important;
        align-items: flex-start !important;
    }

    .footer-brand {
        flex-direction: row !important;
        gap: 1rem !important;
        justify-content: flex-start !important;
    }

    .footer-logo {
        width: 100px !important;
        margin-left: -20px !important;
    }

    .footer-brand-text {
        text-align: left !important;
        margin-left: -5px !important;
    }

    .footer-brand-name {
        font-size: 1rem !important;
    }

    .footer-brand-sub {
        font-size: 0.58rem !important;
    }

    /* Bizi takip edin sola */
    .footer-follow-wrapper {
        justify-content: flex-start !important;
        margin-left: 0rem !important;
        margin-top: 0rem !important;
        gap: 0.7rem !important;
        margin-bottom: 0rem;
    }

    /* İstatistikler tek kolon, sola hizalı */
    .footer-stats-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; /* 2 sütun */
        gap: 1.2rem 0rem !important; /* dikey-yatay boşluk */
        justify-items: start !important; /* sola hizala */
        width: 70% !important;
        margin-bottom: 0.5rem !important;
        margin-top: -0.1rem !important;
    }

        .footer-stats-grid .stat h3 {
            font-size: 1.1rem !important;
            margin-bottom: 0.2rem !important;
        }

        .footer-stats-grid .stat p {
            font-size: 0.8rem !important;
            margin: 0 !important;
        }

    /* Merkez Ofis alanı sola */
    .footer-right {
        text-align: left !important;
        margin-left: 0 !important;
    }

        .footer-right h5 {
            font-size: 1.1rem !important;
            margin-bottom: 0.6rem !important;
            border-bottom: 1px solid #333 !important;
            padding-bottom: 6px !important;
        }

        .footer-right p {
            font-size: 0.9rem !important;
            margin: 0.35rem 0 !important;
        }

    /* Alt telif metni */
    .footer-bottom {
        text-align: left !important;
        font-size: 0.85rem !important;
        padding-left: 20px !important;
        padding-bottom: 1.2rem !important;
    }
}
