/* Sadece .kurumsal içindeki öğeleri etkiler */.kurumsal .modern-history-section {    position: relative;    padding: 120px 0;    background-color: #fff;    overflow: hidden;}/* 1. ARKA PLAN WATERMARK */.kurumsal .bg-watermark {    position: absolute;    top: 50%;    left: 0;    transform: translateY(-50%);    font-size: 25vw;    font-weight: 800;    color: #f1f5f9;    line-height: 0.8;    z-index: 0;    pointer-events: none;    opacity: 0.5;    font-family: var(--font2);}.kurumsal .container {    position: relative;    z-index: 2;    max-width: 1200px;    margin: 0 auto;    padding: 0 20px;}.kurumsal .history-layout {    display: grid;    grid-template-columns: 1.2fr 1fr;    gap: 80px;    align-items: center;}/* --- SOL KOLON --- */.kurumsal .section-header .tag {    display: inline-block;    font-size: 12px;    font-weight: 700;    letter-spacing: 3px;    color: #dc2626;    /* KIRMIZI */    margin-bottom: 20px;    background: rgba(220, 38, 38, 0.1);    /* KIRMIZI SİLİK */    padding: 6px 12px;    border-radius: 4px;}.kurumsal .headline {    font-family: "Space Grotesk", sans-serif;    font-size: 48px;    line-height: 1.1;    color: #0f172a;    font-weight: 700;    margin-bottom: 30px;}.kurumsal .headline b {    position: relative;    color: #0f172a;    z-index: 1;}/* Fosforlu Kalem Efekti (Açık Kırmızı/Pembe) */.kurumsal .headline b::after {    content: "";    position: absolute;    bottom: 5px;    left: -5px;    width: 105%;    height: 15px;    background: #fecaca;    /* KIRMIZI VURGU */    z-index: -1;    transform: rotate(-2deg);}.kurumsal .text-block p {    color: #475569;    font-size: 17px;    line-height: 1.7;    margin-bottom: 20px;}.kurumsal .lead-text {    font-weight: 500;    color: #1e293b !important;}/* Minimal Özellikler */.kurumsal .minimal-features {    display: flex;    gap: 40px;    margin-top: 40px;    margin-bottom: 50px;    border-top: 1px solid #e2e8f0;    padding-top: 30px;}.kurumsal .min-item {    display: flex;    align-items: center;    gap: 15px;}.kurumsal .min-icon {    width: 40px;    height: 40px;    background: #fef2f2;    /* Çok açık kırmızı zemin */    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    border: 1px solid #fee2e2;}.kurumsal .min-icon svg {    width: 20px;    height: 20px;    fill: #dc2626;    /* KIRMIZI İKON */}.kurumsal .min-item div {    display: flex;    flex-direction: column;}.kurumsal .min-item strong {    color: #0f172a;    font-size: 15px;}.kurumsal .min-item span {    font-size: 13px;    color: #64748b;}/* Buton */.kurumsal .btn-arrow {    display: inline-flex;    align-items: center;    gap: 10px;    font-weight: 700;    color: #0f172a;    text-decoration: none;    border-bottom: 2px solid #0f172a;    padding-bottom: 5px;    transition: 0.3s;}.kurumsal .btn-arrow:hover {    color: #dc2626;    /* KIRMIZI HOVER */    border-color: #dc2626;    gap: 15px;}.kurumsal .btn-arrow svg {    width: 20px;    height: 20px;    fill: currentColor;}/* --- SAĞ KOLON --- */.kurumsal .visual-column {    position: relative;}.kurumsal .image-wrapper {    position: relative;    z-index: 1;}.kurumsal .image-wrapper img {    width: 100%;    height: 600px;    object-fit: cover;    border-radius: 150px 0 150px 0;    box-shadow: 20px 20px 0px rgba(15, 23, 42, 0.05);}/* --- ROZET (KIRMIZI) --- */.kurumsal .badge-2004 {    position: absolute;    top: 40px;    right: -40px;    width: 140px;    height: 140px;    background: #dc2626;    /* KIRMIZI ARKAPLAN */    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);    /* KIRMIZI GÖLGE */    z-index: 5;    animation: floatBadge 4s ease-in-out infinite;}.kurumsal .badge-inner {    display: flex;    flex-direction: column;    align-items: center;    color: #fff;    z-index: 2;    line-height: 1;}.kurumsal .badge-inner .since {    font-size: 10px;    letter-spacing: 2px;    opacity: 0.8;}.kurumsal .badge-inner .year {    font-size: 38px;    font-weight: 800;    letter-spacing: -1px;    margin: 2px 0;}.kurumsal .badge-inner .motto {    font-size: 10px;    font-weight: 700;    background: #fff;    color: #dc2626;    /* KIRMIZI YAZI */    padding: 2px 8px;    border-radius: 10px;    margin-top: 3px;}.kurumsal .badge-ring {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    animation: spinRing 20s linear infinite;}.kurumsal .badge-ring svg {    width: 100%;    height: 100%;    fill: rgba(255, 255, 255, 0.4);}@keyframes spinRing {    from {        transform: rotate(0deg);    }    to {        transform: rotate(360deg);    }}@keyframes floatBadge {    0%, 100% {        transform: translateY(0);    }    50% {        transform: translateY(-10px);    }}/* MOBİL */@media (max-width: 992px) {    .kurumsal .history-layout {        grid-template-columns: 1fr;        gap: 50px;    }    .kurumsal .bg-watermark {        font-size: 40vw;        top: 20%;    }    .kurumsal .headline {        font-size: 36px;    }    .kurumsal .image-wrapper img {        height: 400px;        border-radius: 80px 0 80px 0;    }    .kurumsal .badge-2004 {        right: 10px;        top: -30px;        width: 110px;        height: 110px;    }    .kurumsal .badge-inner .year {        font-size: 28px;    }    .kurumsal .minimal-features {        flex-direction: column;        gap: 20px;    }}/**/.hizmetler {    overflow: hidden;}.hizmetler .premium-slider-section {    padding: 100px 0;    background-color: #f8fafc;    position: relative;}/* Arka Plan Deseni (Hafif Noktalı) */.hizmetler .bg-pattern {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);    background-size: 24px 24px;    opacity: 0.4;    z-index: 0;    pointer-events: none;}/* ÜST BAR (Başlık + Oklar) */.hizmetler .slider-top-bar {    display: flex;    justify-content: space-between;    align-items: flex-end;    margin-bottom: 50px;}.hizmetler .sec-tag {    display: block;    font-size: 13px;    font-weight: 700;    color: #dc2626;    /* Kırmızı */    letter-spacing: 2px;    margin-bottom: 5px;}.hizmetler .sec-title {    font-size: 42px;    font-weight: 800;    color: #0f172a;    margin: 0;    font-family: var(--font2);}/* Navigasyon Okları */.hizmetler .sec-nav {    display: flex;    gap: 15px;}.hizmetler .nav-btn {    width: 50px;    height: 50px;    border-radius: 50%;    border: 1px solid #cbd5e1;    background: #fff;    cursor: pointer;    display: flex;    align-items: center;    justify-content: center;    transition: 0.3s;    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);}.hizmetler .nav-btn svg {    width: 24px;    height: 24px;    fill: #0f172a;}.hizmetler .nav-btn:hover {    background: #dc2626;    border-color: #dc2626;    transform: translateY(-3px);    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.2);}.hizmetler .nav-btn:hover svg {    fill: #fff;}/* SLIDER PENCERESİ */.hizmetler .slider-viewport {    width: 100%;    overflow-x: auto;    padding: 10px 0px 40px 0px;    /* Gölge payı */    scrollbar-width: none;    -ms-overflow-style: none;    cursor: grab;}.hizmetler .slider-viewport::-webkit-scrollbar {    display: none;}.hizmetler .slider-track {    display: flex;    gap: 30px;    width: max-content;}/* --- YATAY KART TASARIMI --- */.hizmetler .prm-card {    width: 580px;    /* Geniş ve rahat bir kart */    background: #fff;    border-radius: 5px;    overflow: hidden;    display: flex;    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);    border: 1px solid #f1f5f9;    transition: 0.3s;    flex-shrink: 0;}.hizmetler .prm-card:hover {    transform: translateY(-8px);    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);}/* Sol: Resim Alanı */.hizmetler .card-image {    width: 240px;    position: relative;    overflow: hidden;    flex-shrink: 0;}.hizmetler .card-image img {    width: 100%;    height: 100%;    object-fit: cover;    transition: transform 0.6s ease;}.hizmetler .prm-card:hover .card-image img {    transform: scale(1.1);}/* Kategori Etiketi (Resim Üstünde) */.hizmetler .card-cat {    position: absolute;    top: 20px;    left: 20px;    background: rgba(255, 255, 255, 0.9);    backdrop-filter: blur(4px);    padding: 6px 12px;    border-radius: 6px;    font-size: 11px;    font-weight: 700;    color: #dc2626;    letter-spacing: 1px;}/* Sağ: İçerik Alanı */.hizmetler .card-content {    flex: 1;    padding: 45px 35px;    display: flex;    flex-direction: column;}.hizmetler .content-head {    display: flex;    align-items: center;    gap: 15px;    margin-bottom: 25px;}.hizmetler .icon-wrap {    width: 44px;    height: 44px;    background: #fef2f2;    border-radius: 12px;    display: flex;    align-items: center;    justify-content: center;    color: #dc2626;}.hizmetler .icon-wrap svg {    width: 24px;    height: 24px;    fill: currentColor;}.hizmetler .prm-card h3 {    font-size: 25px;    font-weight: 700;    color: #0f172a;    margin: 0;    font-family: var(--font2);}/* Liste Yapısı */.hizmetler .feature-list {    list-style: none;    padding: 0;    margin: 0 0 35px 0;    flex: 1;}.hizmetler .feature-list li {    position: relative;    padding-left: 24px;    margin-bottom: 7px;    font-size: 14px;    color: #475569;    font-weight: 500;}.hizmetler .feature-list li::before {    content: "";    position: absolute;    left: 0;    top: 0px;    width: 16px;    height: 16px;    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc2626'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");    background-size: contain;}.hizmetler .feature-list {    list-style: none;    padding: 0;    margin: 0 0 35px 0;    flex: 1;}/* Düz Yazı */.hizmetler .desc-text {    font-size: 14px;    color: #475569;    line-height: 1.6;    margin: 0 0 25px 0;    flex: 1;}/* Link Butonu */.hizmetler .btn-link {    display: inline-block;    font-size: 13px;    font-weight: 700;    color: #0f172a;    text-transform: uppercase;    text-decoration: none;    border-bottom: 2px solid #e2e8f0;    padding-bottom: 4px;    transition: 0.3s;    align-self: flex-start;}.hizmetler .btn-link:hover {    color: #dc2626;    border-color: #dc2626;}/* RESPONSIVE */@media (max-width: 992px) {    .hizmetler .slider-top-bar {        flex-direction: column;        align-items: flex-start;        gap: 20px;    }    .hizmetler .sec-nav {        width: 100%;        justify-content: flex-end;    }    .hizmetler .prm-card {        width: 100%;        /* Tablette tam genişlik */        max-width: 500px;    }}@media (max-width: 600px) {    .hizmetler .prm-card {        flex-direction: column;        width: 300px;    }    .hizmetler .card-image {        width: 100%;        height: 180px;    }    .hizmetler .sec-title {        font-size: 32px;    }}:root {    --nb-primary: #ffffff;    /* Ana Başlıklar ve Çizgiler Beyaz */    --nb-red: #d32f2f;    /* Kurumsal Kırmızı (Değişmedi) */    --nb-text: #d0d0d0;    /* Metinler Açık Gri (Okunabilirlik için) */}/* Reset */.neden-biz-wrapper * {    box-sizing: border-box;    margin: 0;    padding: 0;}/* Ana Wrapper - Arka Plan Resmi ve Siyahlık Ayarı */.neden-biz-wrapper {    width: 100%;    padding: 100px 20px;    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop");    background-size: cover;    /* Resmi alana yayar */    background-position: center;    /* Resmi ortalar */    background-attachment: fixed;    /* Parallax efekti (hoş durur, isteğe bağlı kaldırılabilir) */}/* Konteyner */.neden-biz-container {    margin: 0 auto;}/* Başlık Alanı */.neden-biz-header {    text-align: center;    margin-bottom: 70px;    max-width: 800px;    margin-left: auto;    margin-right: auto;}.neden-biz-main-title {    font-size: 2.5rem;    font-weight: 800;    color: var(--nb-primary);    /* Beyaz Başlık */    line-height: 1.3;}/* Başlıktaki Kırmızı Nokta */.neden-biz-dot {    color: var(--nb-red);}/* Grid Yapısı */.neden-biz-grid {    display: grid;    grid-template-columns: repeat(3, 1fr);    column-gap: 40px;    row-gap: 60px;}/* Eleman Yapısı */.neden-biz-item {    display: flex;    align-items: flex-start;    transition: transform 0.3s ease;}/* İkon Kutusu */.neden-biz-icon {    flex-shrink: 0;    width: 60px;    height: 60px;    margin-right: 20px;    display: flex;    align-items: center;    justify-content: center;}.neden-biz-icon svg {    width: 80%;    height: 80%;    fill: #f4e285;    /* SVG renkleri aşağıda HTML içinde stroke="#ffffff" olarak ayarlandı */}/* İçerik */.neden-biz-content {    flex: 1;}.neden-biz-title {    font-size: 1.2rem;    font-weight: 800;    color: var(--nb-primary);    /* Beyaz Başlık */    margin-bottom: 10px;    display: inline-block;}/* Başlık Sonu Nokta */.neden-biz-title::after {    content: ".";    color: var(--nb-red);    font-size: 1.5rem;    line-height: 0;    margin-left: 2px;}.neden-biz-desc {    font-size: 15px;    /* Okunabilirlik için biraz büyütüldü */    line-height: 1.4;    color: var(--nb-text);    /* Açık Gri */    font-weight: 300;}/* Footer Link */.neden-biz-footer {    text-align: center;    margin-top: 80px;    font-size: 1rem;    color: var(--nb-text);}.neden-biz-link {    color: var(--nb-red);    text-decoration: none;    font-weight: 700;    margin-left: 5px;    display: inline-flex;    align-items: center;    transition: color 0.3s;}.neden-biz-link:hover {    color: #ffffff;}.neden-biz-link svg {    width: 16px;    margin-left: 5px;    fill: currentColor;}/* Responsive */@media (max-width: 1024px) {    .hizli-menu-wrapper {        padding-bottom: 40px !important;    }    .footer6 .footer-bilgi{      display: none;    }    .hizmetler .sec-nav{      display: none;    }    .hizmetler .premium-slider-section {      padding: 60px 0;    }    .neden-biz-wrapper {      background-attachment: local !important;    }    .neden-biz-grid {        grid-template-columns: repeat(2, 1fr);    }    .kurumsal .modern-history-section {      padding: 50px 0;    }}@media (max-width: 768px) {    .neden-biz-grid {        grid-template-columns: 1fr;    }    .neden-biz-main-title {        font-size: 2rem;    }}:root {    --brand-navy: #0f2b46;    /* Grand OSGB Lacivert */    --brand-red: #d32f2f;    /* Grand OSGB Kırmızı */    --text-dark: #2c3e50;    --text-grey: #636e72;}* {    box-sizing: border-box;    margin: 0;    padding: 0;}/* Ana Bölüm */.stats-section {    padding: 80px 20px;    max-width: 1200px;    margin: 0 auto;}/* Başlık Alanı */.section-header2 {    margin-bottom: 50px;    border-bottom: 1px solid #e0e0e0;    padding-bottom: 15px;    display: flex;    justify-content: space-between;    align-items: flex-end;}.section-header2 h2 {    font-size: 2.2rem;    color: var(--brand-navy);    font-weight: 800;}.section-header2 span {    color: var(--text-grey);    font-size: 0.9rem;    font-weight: 600;}/* İçerik Düzeni (Grid) */.content-wrapper {    display: grid;    grid-template-columns: 2fr 1fr;    /* Sol (Resim) biraz daha geniş */    gap: 60px;    align-items: center;}/* --- SOL TARAF: RESİM KOLAJI --- */.image-collage {    display: grid;    grid-template-columns: 1fr 1fr;    grid-template-rows: 250px 200px;    gap: 15px;}.collage-img {    width: 100%;    height: 100%;    object-fit: cover;    border-radius: 4px;    transition: transform 0.3s ease;}.collage-img:hover {    transform: scale(1.02);}/* 1. Resim: Tam genişlik (Opsiyonel, mozaik görüntü için) *//* Eğer 4 eşit kare isterseniz bu class'ı silebilirsiniz */.image-collage img:first-child {    /* grid-column: span 2; */}/* --- SAĞ TARAF: SAYAÇLAR (Alt Alta 3 Tane) --- */.stats-list {    display: flex;    flex-direction: column;    gap: 40px;    /* Sayaçlar arası boşluk */}.stat-box {    border-left: 5px solid var(--brand-red);    /* O Kırmızı Çizgi */    padding-left: 25px;    /* Çizgi ile yazı arası boşluk */    display: flex;    flex-direction: column;}.stat-number {    font-size: 2.5rem;    /* Rakamlar çok büyük */    font-weight: 800;    /* Kalın */    color: var(--brand-navy);    /* Lacivert Rakam */    line-height: 1;    margin-bottom: 10px;    font-variant-numeric: tabular-nums;    /* Rakamlar oynama yapmasın diye */}.stat-title {    font-size: 1.1rem;    font-weight: 700;    color: var(--text-dark);    margin-bottom: 5px;}.stat-desc {    font-size: 0.9rem;    color: var(--text-grey);    line-height: 1.5;    display: none;}/* Alt Buton */.download-btn {    margin-top: 50px;    display: inline-block;    background-color: var(--brand-red);    color: #fff;    padding: 18px 40px;    font-size: 1rem;    font-weight: 700;    text-decoration: none;    border-radius: 6px;    transition: background 0.3s;    text-align: center;}.download-btn:hover {    background-color: #b71c1c;}/* Responsive */@media (max-width: 992px) {    .content-wrapper {        grid-template-columns: 1fr;        /* Mobilde alt alta */        gap: 40px;    }    .image-collage {        grid-template-rows: 180px 180px;        /* Mobilde resim boyu */    }    .stat-number {        font-size: 3rem;    }}/* CSS Reset ve Değişkenler */.hizli-menu-wrapper {    --hm-bg-dark: #f1f1f1;    /* Sayfa Arka Planı (Koyu) */    --hm-red: #d32f2f;    /* Vurgu Kırmızısı */    --hm-overlay: rgba(0, 0, 0, 0.65);    /* Resim üzerindeki siyahlık oranı */    padding-bottom: 80px;}/* Grid Konteyner */.hizli-menu-container {    width: 100%;    display: grid;    grid-template-columns: repeat(3, 1fr);    /* 3 Eşit Kolon */    gap: 30px;    /* Kartlar arası boşluk */}/* Kart Yapısı (Link Olarak) */.hizli-menu-item {    position: relative;    display: block;    height: 300px;    /* Kart Yüksekliği */    border-radius: 4px;    /* Hafif köşe yumuşatma */    overflow: hidden;    /* Resim taşmasını engellemek için */    text-decoration: none;    cursor: pointer;}/* Arka Plan Resmi */.hizli-menu-bg {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-size: cover;    background-position: center;    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);    /* Sinematik Zoom Efekti */    z-index: 1;}/* Siyah Perde (Overlay) */.hizli-menu-overlay {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: var(--hm-overlay);    z-index: 2;    transition: background-color 0.5s ease;}/* Yazı Alanı */.hizli-menu-content {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    /* Tam Ortala */    z-index: 3;    width: 90%;    text-align: center;}.hizli-menu-title {    color: #ffffff;    font-size: 1.8rem;    font-weight: 800;    letter-spacing: -0.5px;    text-transform: capitalize;    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease;}/* Kırmızı Nokta */.hizli-menu-title::after {    content: ".";    color: var(--hm-red);    font-size: 1.6rem;    line-height: 0;    margin-left: 2px;}/* --- HOVER EFEKTLERİ --- *//* 1. Resim Zoom Yapar */.hizli-menu-item:hover .hizli-menu-bg {    transform: scale(1.15);    /* %15 Büyüme */}/* 2. Siyahlık Biraz Azalır (Resim Netleşir) */.hizli-menu-item:hover .hizli-menu-overlay {    background-color: rgba(0, 0, 0, 0.45);}/* 3. Yazı Hafifçe Yukarı Kalkar */.hizli-menu-item:hover .hizli-menu-title {    transform: translateY(-5px);}/* Responsive */@media (max-width: 992px) {    .hizli-menu-container {        grid-template-columns: repeat(2, 1fr);        /* Tablet */    }    .hizli-menu-item {        height: 350px;    }}@media (max-width: 600px) {    .hizli-menu-container {        grid-template-columns: 1fr;        /* Mobil */    }    .hizli-menu-item {        height: 300px;    }    .hizli-menu-title {        font-size: 1.6rem;    }}/**//* Genel Ayarlar */.footer6 {    width: 100%;    position: relative;    color: #fff;    overflow: hidden;    /* Taşmaları gizle */}/* HARİTA ALANI */.footer6 .maps {    width: 100%;    height: 600px;    /* Sabit Yükseklik */    position: relative;    line-height: 0;    /* Boşluk oluşmasını engeller */    padding: 0px;}.footer6 .maps iframe {    width: 100% !important;    height: 100% !important;    border: 0;    display: block;    /* ÖNEMLİ: İframe altındaki boşluğu siler */    margin: 0;    padding: 0;}/* İLETİŞİM ARKA PLAN ALANI */.footer6 .iletisimbg {    width: 100%;    height: 600px;    /* Harita ile aynı yükseklik olmalı */    display: flex;    align-items: center;    /* İçeriği dikey ortala */    justify-content: center;    /* İçeriği yatay ortala (İsteğe bağlı) */    background: url("../images/2.webp") center no-repeat;    background-size: cover !important;    position: relative;}/* Siyah Perde (Overlay) *//* İletişim İçeriği */.footer6 .iletisimbg .iletisim {    padding: 0 50px;    /* Mobilde taşmaması için paddingi biraz azalttım */    position: relative;    z-index: 9;    width: 100%;}/* Linkler ve Yazılar */.text-white {    color: #fff !important;    text-decoration: none;}.text-white:hover {    color: #ae232a !important;}/* MOBİL UYUMLULUK (Responsive) */@media (max-width: 1200px) {    /* Mobilde veya tablet modunda yan yana sığmazsa alt alta geçsin */ .footer6 .maps, .footer6 .iletisimbg {        height: 400px;        /* Mobilde boyutu küçültelim */        display: none;    }    .footer6 .iletisimbg .iletisim {        padding: 30px;    }}.footer6 .iletisimbg::before {    content: "";    position: absolute;    left: 0px;    top: 0px;    width: 100%;    height: 100%;    background: #000;    opacity: 40%;}.footer6 .iletisimbg .iletisim {    padding: 0px 100px;    position: relative;    z-index: 9;}.footer6 .iletisimbg .iletisim h2 {    font-size: 1.1rem;    font-weight: 500;}.footer6 .iletisimbg .iletisim h3 {    width: 100%;    height: auto;    display: block;    margin-top: 0px;    font-size: 0.93rem;    font-weight: 300;    opacity: 80%;}.footer6 .iletisimbg .iletisim h4 {    width: 100%;    height: auto;    display: block;    margin-top: 0px;    font-size: 0.8rem;    font-weight: 600;    line-height: 1.7em;    margin-bottom: 10px;}.footer6 .iletisimbg .iletisim .footer-sosyal {    width: 100%;    height: auto;}.footer6 .iletisimbg .iletisim .footer-sosyal li {    width: auto;    height: auto;    list-style: none;    display: inline-block;    margin-right: 10px;}.footer6 .iletisimbg .iletisim .footer-sosyal li a {    width: 41px;    height: 41px;    display: flex;    align-items: center;    justify-content: center;    background: #fff;    color: #000;    border-radius: 50%;}.footer6 .iletisimbg .iletisim .footer-sosyal li a svg {    width: 16px;    height: 16px;    fill: #000;}.footer6 .iletisimbg .iletisim .footer-sosyal li a:hover {    background: #fe3000;    color: #fff;}.footer6 .iletisimbg .iletisim .footer-sosyal li a:hover svg {    fill: #fff;}.footer6 .footer-bilgi {    width: 100%;    height: auto;    background: #CBB252;    padding: 20px 0px;    color: #fff;}.footer6 .footer-bilgi .listee {    width: 100%;    height: auto;    text-align: center;}.footer6 .footer-bilgi .listee li {    list-style: none;    display: inline-block;    margin-right: 25px;}.footer6 .footer-bilgi .listee li a {    color: #fff;    font-size: 0.9rem;    line-height: 24px;    padding: 0;    text-decoration: none;}.footer6 .footer-bilgi .listee li a:hover {    text-decoration: underline;}.footer6 .footer-bilgi .sosyal {    width: auto;}.footer6 .footer-bilgi .sosyal li {    display: inline-block;    margin-left: 5px;}.footer6 .footer-bilgi .sosyal li a {    width: 25px;    height: 25px;    display: flex;    align-items: center;    justify-content: center;    background: #fff;    color: #2b2a29;    border-radius: 50%;    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    -ms-border-radius: 50%;    -o-border-radius: 50%;}.footer6 .footer-bilgi .sosyal li a:hover {    background: #ae232a;    color: #fff;}.footer6 .footer-bilgi .bilgi-baslik {    margin-right: 16px;    color: #aaa;}.footer6 .footer-firma {    width: 100%;    height: auto;    padding: 12px 0px;    display: flex;    align-items: center;    justify-content: center;    background: #f1f1f1;    color: #000;}.footer6 .footer-firma .footer-text {    font-size: 0.8rem;    opacity: 80%;}.footer6 .footer-firma .footer-logo {    height: 12px;    display: flex;    margin-left: 15px;}.footer6 .footer-firma .footer-logo img {    height: 100%;}@media(max-width:1024px){  .footer6{    margin-bottom: 40px;  }}.g-0 {    --bs-gutter-x: 0;    --bs-gutter-y: 0;}/* Sadece yatay boşluğu sıfırlamak için */.gx-0 {    --bs-gutter-x: 0;}/* Sadece dikey boşluğu sıfırlamak için */.gy-0 {    --bs-gutter-y: 0;}.text-white {    color: #fff;}