 
        :root {
            --primary-color: #0052D4;
            --secondary-color: #65C7F7;
            --accent-color: #9CECFB;
            --text-dark: #222;
            --text-light: #555;
            --white: #ffffff;
            --font-main: 'Poppins', sans-serif;
            --font-display: 'Teko', sans-serif;
            --transition: all 0.4s ease;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: var(--font-main);
            background-color: var(--white);
            color: var(--text-light);
            overflow-x: hidden;
            line-height: 1.7;
        }
        .container { max-width: 1200px; margin: 0 auto; padding: 30px 20px; }
        
        /* --- Header --- */
        header {
            position: fixed; width: 100%; top: 0; z-index: 1000; transition: var(--transition);
        }
        header.scrolled {
            background-color: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(8px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.07);
        }
        header .container {
            display: flex; justify-content: space-between; align-items: center; height: 90px;
            transition: height 0.3s ease;
        }
        header.scrolled .container { height: 108px; }

        .header-left { display: flex; align-items: center; gap: 40px; }
        .logo img { max-width: 150px; margin-top:48px;}

        nav ul { list-style: none; display: flex; gap: 40px; }
        nav ul li a {
            text-decoration: none; color: var(--white); font-weight: 600;
            position: relative; padding: 5px 0; transition: color 0.3s ease;
        }
        header.scrolled nav ul li a { color: var(--text-dark); }
        nav ul li a::after {
            content: ''; position: absolute; width: 0; height: 2px;
            background: var(--primary-color); bottom: -5px; left: 0; transition: width 0.3s ease;
        }
        nav ul li a:hover::after { width: 100%; }
        header.scrolled nav ul li a:hover::after { background: var(--text-dark); }
        
        /* YENİ: Header Sağ Taraf Stilleri */
        .header-right {
            display: flex;
            align-items: center;
            gap: 25px;
        }
        .header-contact {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .header-contact a {
            text-decoration: none;
            color: var(--white);
            font-weight: 600;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: color 0.3s ease;
        }
        header.scrolled .header-contact a {
            color: var(--text-dark);
        }
        .header-contact .fa-whatsapp {
            color: #25D366;
            font-size: 1.4rem;
        }
        .contact-button a {
            background: var(--primary-color); color: var(--white);
            padding: 12px 25px; border-radius: 50px; text-decoration: none;
            font-weight: 600; transition: var(--transition);
            box-shadow: 0 4px 15px rgba(0, 82, 212, 0.2);
            display: flex; align-items: center; gap: 8px;
        }
        .contact-button a:hover {
            transform: translateY(-3px); background: #0041a8;
            box-shadow: 0 7px 20px rgba(0, 82, 212, 0.3);
        }

        /* --- HERO BÖLÜMÜ (Hizalama ve içerik aynı) --- */
        #hero {
            height: 100vh;
            padding: 0; position: relative; overflow: hidden;
            display: flex; align-items: center; justify-content: flex-start;
        }
        .image-layer {
            position: absolute; inset: 0; z-index: -2;
            background: url('https://aktifkarton.com/tr/imgs/0x0x0/matbaa.png') no-repeat center center/cover;
            animation: ken-burns 25s infinite alternate ease-in-out;
        }
        @keyframes ken-burns { from { transform: scale(1); } to { transform: scale(1.1); } }
        .image-layer::after {
            content: ''; position: absolute; inset: 0;
            background-color: rgba(10, 25, 47, 0.6);
        }
        .shape-container {
            position: absolute; inset: 0; z-index: 0;
            overflow: hidden; filter: blur(100px) brightness(1.1);
        }
        .shape {
            position: absolute; border-radius: 50%;
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            animation: 20s infinite alternate ease-in-out;
        }
        .shape.one {
            width: 700px; height: 700px; top: -150px; left: -200px; animation-name: move-shape-1;
        }
        .logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #072b63;
    text-decoration: none;
}
        .shape.two {
            width: 500px; height: 500px; bottom: -100px; right: -150px;
            background: linear-gradient(45deg, var(--accent-color), var(--secondary-color));
            animation-name: move-shape-2; animation-duration: 25s;
        }
        @keyframes move-shape-1 { from { transform: translate(0, 0) rotate(0deg); } to { transform: translate(100px, 50px) rotate(45deg); } }
        @keyframes move-shape-2 { from { transform: translate(0, 0) rotate(0deg); } to { transform: translate(-80px, -60px) rotate(-60deg); } }
       .hero-content { max-width: 700px; color: #fff; text-align: left; }
 
#hero .container { position: relative; z-index: 2; }
     #hero .hero-content {
    /* Metin bloğunu istediğiniz gibi -300px sola kaydırır */
    margin-left: 200px;
    
    /* Metin bloğunu dikeyde yukarı taşır. Bu değeri değiştirerek yüksekliği ayarlayabilirsiniz. */
    margin-top: -80px; 
}

/* Mobil ve Tablet Cihazlar İçin Düzeltme (ÇOK ÖNEMLİ) */
@media (max-width: 992px) {
    #hero .hero-content {
        /* Mobil ve tablette sol ve üst boşlukları sıfırlayarak ortalamayı düzeltiyoruz */
        margin-left: 0;
        margin-top: 0;
        
        /* Mobil için metni tekrar ortalamak genellikle daha iyi görünür */
        text-align: center;
    }
    
    /* Mobil için başlık ve paragraf boyutunu da ayarlayalım */
    .hero-content h1 {
        font-size: 3.2rem; /* Orjinal 5.5rem'den daha uygun bir boyut */
    }
    .hero-content p {
        max-width: 100%; /* Paragrafın taşmasını engeller */
        font-size: 1rem;
    }

    /* Alttaki istatistik kutusunun mobil görünümünü düzeltelim */
    .stats-container {
        width: 100%;
        padding: 20px;
    }
    .stat-item h3 {
        font-size: 2rem;
    }
}
        .hero-subtitle {
            font-weight: 600; letter-spacing: 1px; margin-bottom: 15px; color: var(--accent-color);
            background-color: rgba(255,255,255,0.1); padding: 5px 15px; display: inline-block; border-radius: 4px;
        }
        .hero-content h1 {
            font-family: var(--font-display); font-size: 5.5rem; line-height: 1;
            margin-bottom: 25px; text-shadow: 0 4px 20px rgba(0,0,0,0.3);
        }
        .hero-content p {
            font-size: 1.1rem; max-width: 550px; margin-bottom: 40px; color: rgba(255, 255, 255, 0.85);
        }
        .button-group { display: flex; align-items: center; gap: 25px; }

        /* Sol Dikey Şerit */
        .hero-sidebar.left {
            position: absolute; top: 50%; transform: translateY(-50%);
            display: flex; flex-direction: column; gap: 20px;
            writing-mode: vertical-rl; text-orientation: mixed; z-index: 5; left: 35px;
        }
        .hero-sidebar.left a {
            text-decoration: none; color: rgba(255,255,255,0.7); font-weight: 500;
            padding: 10px 5px; letter-spacing: 2px; transition: var(--transition);
        }
        .hero-sidebar.left a:hover { color: var(--white); }

        /* İstatistik Kutusu */
        .stats-container {
            position: absolute; bottom: 0; left: 0; width: 600px;
            background-color: var(--white); display: flex; justify-content: space-around;
            padding: 30px 20px; z-index: 5; box-shadow: 0 -10px 40px rgba(0,0,0,0.1);
        }
        .stat-item { text-align: center; }
        .stat-item h3 { font-family: var(--font-display); font-size: 2.8rem; color: var(--primary-color); }
        .stat-item p { color: var(--text-light); font-weight: 500; }
       /* --- YENİ MODERN FOOTER STİLLERİ --- */
.footer {
    position: relative;
    background-color: #0a192f; /* Koyu bir arka plan rengi */
    color: var(--white);
    padding: 80px 0 30px;
    overflow: hidden; /* Şekillerin dışarı taşmasını engeller */
    z-index: 1;
}

/* Slider'daki gibi bulanık arka plan efektleri */
.footer::before, .footer::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    z-index: -1;
    animation: footer-shape-anim 20s infinite alternate ease-in-out;
}

.footer::before {
    width: 400px; height: 400px;
    background: var(--primary-color);
    top: -100px; left: -100px;
}

.footer::after {
    width: 300px; height: 300px;
    background: var(--secondary-color);
    bottom: -50px; right: -50px;
    animation-delay: -10s; /* Farklı zamanda hareket etsin */
}

@keyframes footer-shape-anim {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(50px, 30px) scale(1.2); }
}

.footer .container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; /* Sütun genişlikleri */
    gap: 60px;
    position: relative; /* İçeriği arka planın üzerinde tutmak için */
    z-index: 2;
}

.footer-column h3 {
    font-family: var(--font-display);
    font-size: 1.8rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    color: var(--accent-color); /* Başlık rengi */
}

/* Başlık altındaki dekoratif çizgi */
.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), transparent);
    border-radius: 2px;
}

.footer-column p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 0.95rem;
}

/* Link Stilleri */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a, .footer-column p a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover, .footer-column p a:hover {
    color: var(--accent-color);
    transform: translateX(5px); /* Hover'da sağa kayma efekti */
}

.footer-links a i {
    font-size: 0.8rem;
    color: var(--primary-color);
}

/* Sosyal Medya İkonları */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    font-size: 1.1rem;
}

.social-icon:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 82, 212, 0.3);
}

/* Alt Bilgi Çubuğu */
.footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .hero-sidebar.left {
display:none;
}
#hero {
    height: 87vh;
}
#hero .container {
    position: relative;
    z-index: 2;
    margin-top: -74px;
}
.button-group {
    display: flex
;
    align-items: center;
    gap: 26px;
    margin-left: 81px;
}
    .footer .container {
        grid-template-columns: 1fr; /* Tek sütuna düşür */
        gap: 40px;
        text-align: center;
    }
    .footer-column h3::after {
        left: 50%; transform: translateX(-50%); /* Başlık çizgisini ortala */
    }
    .footer-links a:hover { transform: none; } /* Mobilde kayma efektini kapat */
    .social-icons { justify-content: center; }
}
#about {
    position: relative;
    overflow: hidden; /* Dekoratif şekillerin taşmasını engeller */
}

.about-bg-shape {
    position: absolute;
    top: 50%;
    right: -250px;
    transform: translateY(-50%);
    width: 800px;
    height: 120%;
    background-color: #f0f4f8; /* Arka plan rengi */
    border-radius: 150px;
    z-index: -1;
}

.about-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

/* Sol Sütun: Görsel Kolaj */
.about-images {
    position: relative;
    height: 500px; /* Konteyner yüksekliği */
}

.about-image-item {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}
.about-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-image-item.img-1 {
    width: 280px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 2;
}
.about-image-item.img-2 {
    width: 250px;
    height: 180px;
    top: 100px;
    right: 0;
    z-index: 3;
}
.about-image-item.img-3 {
    width: 400px;
    height: 280px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.floating-icon {
    position: absolute;
    bottom: 80px;
    right: 40px;
    width: 70px;
    height: 70px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #0041a8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 4;
}

/* Sağ Sütun: Metin İçeriği */
.about-content {
    text-align: left;
}

.section-tag-about {
    background-color: #0041a8;
    color: var(--white);
    padding: 10px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 25px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%); /* Etiket şekli */
}

.about-content h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: -2px;
}

.about-content p {
    color: var(--text-light);
    margin-bottom: 40px;
}

.about-info-boxes {
    display: flex;
    gap: 30px;
        margin-top: 19px;
}
.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.info-box-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
background: linear-gradient(135deg, #0041a8, #072b63);
color: var(--white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.info-box-text h4 {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin: 0 0 5px 0;
}
.info-box-text span {
    font-weight: 600;
    color: var(--text-light);
}

/* Hakkımızda Bölümü Mobil Uyum */
@media (max-width: 992px) {
    .about-layout {
        grid-template-columns: 1fr;
    }
    .about-images {
        margin-bottom: 40px;
        height: 450px; /* Mobil için yüksekliği ayarla */
    }
    .about-content {
        text-align: center;
    }
    .about-info-boxes {
        justify-content: center;
    }
    .about-bg-shape {
        display: none; /* Mobilde arka planı gizle */
    }
}
@media (max-width: 576px) {
    .about-image-item.img-1 { width: 220px; height: 160px; }
    .about-image-item.img-2 { width: 180px; height: 130px; top: 80px; }
    .about-image-item.img-3 { width: 300px; height: 210px; }
    .floating-icon { bottom: 50px; right: 20px; width: 60px; height: 60px; }
    .about-info-boxes { flex-direction: column; }
}
.section {
    padding: 40px 20px;
}
.section-alt {
    background: #e8f0fb;
}
.section-header {
    text-align: center;
    margin-bottom: 60px;
}
.section-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}
.section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}
/* --- HİZMETLERİMİZ BÖLÜMÜ (GÜNCELLENMİŞ) --- */
.hizmetler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.hizmet-karti {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07); /* Örnekteki gibi daha yumuşak, nötr bir gölge */
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.hizmet-karti:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12); /* Üzerine gelince daha belirgin gölge */
}

/* Görsel alanı için güncellenmiş stil */
.hizmet-karti-img {
    height: 320px; /* Görsel alanının yüksekliğini artırdık, bu oranı değiştirerek istediğiniz görünümü yakalayabilirsiniz */
    overflow: hidden;
}

.hizmet-karti-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görselin orantısını bozmadan alanı doldurmasını sağlar */
    transition: transform 0.4s ease;
}

.hizmet-karti:hover .hizmet-karti-img img {
    transform: scale(1.05); /* Üzerine gelince resim büyütme efekti */
}

/* İçerik alanı için güncellenmiş stil */
.hizmet-karti-icerik {
    padding: 20px; /* İç boşluğu örnekteki gibi daha kompakt hale getirdik */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    flex-grow: 1; 
}

.hizmet-karti-icerik h3 {
    font-size: 1.1rem;
    font-weight: 600; /* Başlığı daha okunaklı yaptık */
    color: var(--text-dark);
    margin: 0;
}

/* Ok butonu için güncellenmiş stil */
.hizmet-karti-icerik .arrow-link {
    background-color: #0041a8; /* Örnekteki gibi koyu ve tok bir kırmızı */
    color: var(--white);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    transition: var(--transition);
    flex-shrink: 0; /* Butonun küçülmesini engeller */
}

.hizmet-karti-icerik .arrow-link:hover {
    background-color: #7d1d23; /* Üzerine gelince daha koyu bir ton */
    transform: scale(1.1);
}
/* Responsive */
@media(max-width:768px) {
    #hero h1 { font-size: 36px; }
    .section-header h2 { font-size: 28px; }
}
/* --- Neler Yapıyoruz & İletişim Çubuğu Bölümü --- */
#neler-yapiyoruz {
    position: relative;
    padding-top: 150px; /* Üstteki iletişim çubuğuna yer açmak için */
    padding-bottom: 80px;
}

/* Üstteki İletişim Çubuğu */
.hizli-iletisim-cubugu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); /* Çubuğu bölümün biraz yukarısına taşır */
    width: 90%;
    max-width: 1100px;
    background-color: var(--white);
    border-radius: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    z-index: 10;
}

.iletisim-item {
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid #e0e0e0;
}
.iletisim-item:last-child {
    border-right: none;
}
.iletisim-item span {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 5px;
}
.iletisim-item p {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.iletisim-butonu a {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: linear-gradient(90deg, #0041a8, #072b63);
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    white-space: nowrap; /* Butonun kırılmasını engeller */
}

.iletisim-butonu a:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(200, 35, 51, 0.2);
}

/* Başlık Stili */
.section-header .underline-title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.section-header .underline-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #36D1DC, #5B86E5, #3494E6);
}
/* =================================================================
     YENİ VE MODERN ÜRÜNLER & SSS BÖLÜMÜ (CSS KODU)
================================================================== */
#urunler {
    background-color: #f4f7fc; /* Açık, temiz bir arkaplan */
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

#urunler::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: radial-gradient(circle at 100% 0, #e3eeff 0%, transparent 40%),
                      radial-gradient(circle at 0 100%, #e3eeff 0%, transparent 30%);
    opacity: 0.7;
    z-index: 0;
}

#urunler .container {
    position: relative;
    z-index: 1;
}

.urunler-layout-v2 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: flex-start;
}

/* Sol Sütun: Bilgi ve SSS */
.urunler-info-v2 h2 {
    font-family: var(--font-display);
    font-size: 3.5rem;
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 15px;
}
.urunler-info-v2 .section-tag {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 18px;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 6px;
    margin-bottom: 20px;
}
.urunler-info-v2 > p {
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 450px;
}
.urunler-info-v2 .accordion-item {
    background-color: var(--white);
    border: 1px solid #e9eef5;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: var(--transition);
    overflow: hidden;
}
.urunler-info-v2 .accordion-item:hover {
    border-color: var(--primary-color);
}
.urunler-info-v2 .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-dark);
    padding: 18px 25px;
}
.urunler-info-v2 .accordion-header span {
    font-size: 1.2rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
    background-color: #eef5ff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.urunler-info-v2 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    color: var(--text-light);
}
.urunler-info-v2 .accordion-content p {
    margin: 0;
    padding: 0 25px 20px 25px;
    font-size: 0.95rem;
}
.urunler-info-v2 .accordion-item.active .accordion-header span {
    transform: rotate(135deg);
    background-color: var(--primary-color);
    color: var(--white);
}

/* Sağ Sütun: YENİ VE ŞIK ÜRÜN GALERİSİ */
.urunler-grid-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.product-card-v2 {
    position: relative;
    border-radius: 16px; /* Daha yuvarlak kenarlar */
    overflow: hidden;
    text-decoration: none;
    display: block;
    aspect-ratio: 1 / 1; /* GÖRSELLERİ KARE YAPAR */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 82, 212, 0.15), 0 0 20px rgba(0, 82, 212, 0.1); /* Işıltılı gölge efekti */
}

.product-card-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); /* Daha yumuşak büyüme efekti */
}

.product-card-v2:hover img {
    transform: scale(1.1);
}

.product-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* İçeriği dikeyde ortalar */
    align-items: center;   /* İçeriği yatayda ortalar */
    text-align: center;
    padding: 25px;
    background-color: rgba(10, 25, 47, 0.7); /* Daha modern bir arkaplan */
    backdrop-filter: blur(4px); /* Glassmorphism (camsı) efekti */
    color: var(--white);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-card-v2:hover .product-card-overlay {
    opacity: 1;
}

.product-card-overlay h3 {
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 5px 0;
    transform: translateY(10px);
    transition: transform 0.4s ease 0.1s;
}

.product-card-overlay .product-card-prompt {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--accent-color);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}

.product-card-v2:hover .product-card-overlay h3,
.product-card-v2:hover .product-card-overlay .product-card-prompt {
    opacity: 1;
    transform: translateY(0);
}

/* Mobil Uyum */
@media (max-width: 992px) {
    .urunler-layout-v2 {
        grid-template-columns: 1fr;
    }
    .urunler-info-v2 {
        text-align: center;
    }
    .urunler-info-v2 > p {
        margin-left: auto;
        margin-right: auto;
    }
}
/* Süreç Adımları Grid Yapısı */
.surec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.surec-item {
    text-align: left;
}

.surec-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.surec-icon {
    font-size: 2.5rem;
    color: #0041a8;
}

.surec-no {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ddd;
}

.surec-item h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.surec-item p {
    color: var(--text-light);
    line-height: 1.8;
}

/* Mobil Uyum (Responsive) Kodları */
@media (max-width: 992px) {
    .hizli-iletisim-cubugu {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        transform: translate(-50%, -20%);
        border-radius: 20px;
    }
    .iletisim-item {
        border-right: none;
        text-align: center;
        width: 100%;
    }
    #neler-yapiyoruz {
        padding-top: 220px; /* Mobil için boşluğu artır */
    }
    .surec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    #neler-yapiyoruz {
        padding-top: 280px; /* Daha küçük mobil cihazlar için */
    }
    .surec-grid {
        grid-template-columns: 1fr; /* Tek sütunlu görünüm */
    }
}

/* --- YORUMLAR BÖLÜMÜ v3 (LİSTE GÖRÜNÜMÜ) --- */
#yorumlar-v3 {
    padding: 100px 20px;
    background-color: var(--white);
}

.testimonial-v3-layout {
    display: grid;
    grid-template-columns: 400px 1fr; /* Sol sütun sabit, sağ sütun esnek */
    gap: 80px;
    align-items: center;
}

/* Sol Sütun: Görsel */
.testimonial-v3-image-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
}
.testimonial-v3-image-slider {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #f0f4f8;
    box-shadow: 0 0 0 1px #e0e0e0;
}
.testimonial-v3-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-v3-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    z-index: 10;
}
.testimonial-v3-prev, .testimonial-v3-next {
    padding: 15px 20px;
    cursor: pointer;
    color: #888;
    transition: color 0.3s ease;
}
.testimonial-v3-prev:hover, .testimonial-v3-next:hover {
    color: var(--text-dark);
}

/* Sağ Sütun: Metin Listesi */
.testimonial-v3-text-wrapper {
    height: 450px; /* Konteyner yüksekliği */
    overflow: hidden; /* Taşmayı engelle */
}
.testimonial-v3-text-slider .swiper-wrapper {
    justify-content: space-between;
}
.testimonial-v3-text-slider .swiper-slide {
    padding-bottom: 30px; /* Yorumlar arası boşluk */
    transition: opacity 0.5s ease;
    opacity: 0.4; /* Aktif olmayan yorumları soluklaştır */
}
.testimonial-v3-text-slider .swiper-slide-active {
    opacity: 1; /* Aktif yorumu belirginleştir */
}

.testimonial-v3-quote-icon {
    font-size: 2rem;
    color: #e0e0e0;
    margin-bottom: 10px;
}
.testimonial-v3-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--text-dark);
}
.testimonial-v3-author {
    margin-top: 20px;
}
.testimonial-v3-author h4 {
    color: var(--text-dark);
    margin: 0;
}

/* Mobil Uyum */
@media(max-width: 992px) {
    .testimonial-v3-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .testimonial-v3-image-wrapper {
        width: 300px;
        height: 300px;
        margin: 0 auto; /* Ortala */
    }
    .testimonial-v3-text-wrapper {
        height: auto;
    }
    .testimonial-v3-text-slider .swiper-slide {
        padding-bottom: 40px; /* Mobilde boşluğu artır */
    }
}
.particle {
    position: fixed; /* Ekranda sabit kalır */
    top: 0;
    left: 0;
    /* background-color satırı kaldırıldı */
    border-radius: 50%;
    z-index: -1; /* İçeriğin arkasında kalması için */
    animation: float 25s infinite ease-in-out;
    pointer-events: none; /* Üzerine tıklanmasını engeller */
}

/* Yavaş ve Rastgele Süzülme Animasyonu */
@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.7;
    }
    25% {
        transform: translateY(-20vh) translateX(15vw);
    }
    50% {
        transform: translateY(-50vh) translateX(-10vw);
        opacity: 0.3;
    }
    75% {
        transform: translateY(-75vh) translateX(10vw);
    }
    100% {
        transform: translateY(-100vh) translateX(0);
        opacity: 0;
    }
}


.services-page-section {
    padding: 80px 0;
    background-color: var(--white);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    h2 {
        font-size: 2.5rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 15px;
    }
    p {
        font-size: 1.1rem;
        color: var(--text-light);
        max-width: 600px;
        margin: 0 auto;
    }
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: #f4f7fc; 
    border-radius: 16px;
    border: 1px solid #e3eeff;
    overflow: hidden; 
    display: flex;
    flex-direction: column; 
    transition: all 0.3s ease;

    &:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 82, 212, 0.1);
    }

    .service-card-image {
        height: 220px;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }
    }

    .service-card-content {
        padding: 25px;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-grow: 1; 

        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 10px;
        }
        p {
            color: var(--text-light);
            line-height: 1.7;
            margin-bottom: 25px;
            flex-grow: 1; 
        }
        
        .btn-service-details {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background-color: var(--white);
            color: var(--primary-color);
            border: 1px solid #e3eeff;
            padding: 12px 25px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;

            &:hover {
                background-color: var(--primary-color);
                color: var(--white);
            }
        }
    }
}

.cta-section {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(45deg, #0a192f, #0041a8);  
    color: var(--white);

    h2 {
        font-family: var(--font-display);
        font-size: 2.8rem;
        margin-bottom: 15px;
    }
    p {
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto 30px auto;
        opacity: 0.8;
    }
    .btn-cta {
        display: inline-block;
        background-color: var(--white);
        color: var(--primary-color);
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);

        &:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
        }
    }
}
.page-header-section-v2 {
    padding: 150px 0 70px 0;
    text-align: center;
    background-color: #0a192f; 

    h1 {
        font-family: var(--font-display);
        font-size: 3.8rem;
        font-weight: 600;
        color: var(--white);
        margin-bottom: 15px;
    }

    .breadcrumb {
        background: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        font-size: 1rem;
        font-weight: 500;

        a {
            text-decoration: none;
            color: #65C7F7; 
            transition: color 0.3s ease;
            &:hover { color: var(--white); }
        }
        
        .active { color: #8892b0; } 
        
        & > li + li::before {
            content: '/'; // Linkler arası ayırıcı
            color: #8892b0;
            padding-right: 12px;
        }
    }
}

.about-intro-section {
    padding: 80px 0;
    background-color: var(--white);
}

.about-intro-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;

    @media (max-width: 992px) {
        grid-template-columns: 1fr;
    }
}

.about-image-wrapper {
    img {
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0, 82, 212, 0.15);
    }
}

.about-content-wrapper {
    .section-tag {
        display: inline-block;
        background-color: #e3eeff;
        color: var(--primary-color);
        padding: 8px 18px;
        border-radius: 50px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    h2 {
        font-family: var(--font-display);
        font-size: 2.8rem;
        color: var(--text-dark);
        margin-bottom: 20px;
        line-height: 1.2;
    }
    p {
        color: var(--text-light);
        line-height: 1.8;
        font-size: 1.05rem;
        &:not(:last-child) {
            margin-bottom: 15px;
        }
    }
}

.our-values-section {
    padding: 80px 0;
    background-color: #f4f7fc; 
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

    @media (max-width: 992px) {
        grid-template-columns: 1fr;
    }
}

.value-card {
    background-color: var(--white);
    padding: 35px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #e3eeff;
    transition: all 0.3s ease;

    &:hover {
        transform: translateY(-8px);
        border-color: var(--primary-color);
        box-shadow: 0 10px 30px rgba(0, 82, 212, 0.08);
    }

    .icon-box {
        width: 60px;
        height: 60px;
        margin: 0 auto 25px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 82, 212, 0.1);
        color: var(--primary-color);
        border-radius: 50%;
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.4rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 10px;
    }
    p {
        color: var(--text-light);
        line-height: 1.7;
    }
}

.mission-vision-section {
    padding: 80px 0;
    background-color: var(--white);
}

.mission-vision-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}

.mission-vision-box {
    padding: 30px;
    border: 1px solid transparent; 
    border-radius: 16px;
    transition: all 0.3s ease;
    
    &:hover {
        border-color: #e3eeff;
        background-color: #f4f7fc;
    }

    .icon {
        font-size: 2rem;
        color: var(--primary-color);
        margin-bottom: 20px;
    }
    h3 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 15px;
        color: var(--text-dark);
    }
    p {
        color: var(--text-light);
        line-height: 1.8;
    }
}
/* =================================================================
   ÜRÜN DETAY SAYFASI STİLLERİ
================================================================= */

.page-header-section-simple {
    padding: 120px 0 30px 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;

    h2 {
        font-size: 2rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 10px;
    }
    .breadcrumb {
        background: none; padding: 0; margin: 0;
        justify-content: flex-start; gap: 8px;
        a { text-decoration: none; color: var(--text-light); &:hover { color: var(--primary-color); } }
        .active { color: var(--text-dark); }
        & > li + li::before { content: '>'; color: #ccc; padding-right: 8px; }
    }
}

.product-detail-section {
    padding: 60px 0;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;

    @media (max-width: 992px) {
        grid-template-columns: 1fr;
    }
}

.product-gallery {
    .main-image {
        border: 1px solid #e9ecef;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 15px;
        img { width: 100%; height: auto; display: block; }
    }
    .thumbnail-images {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        .thumbnail {
            border: 2px solid #e9ecef;
            border-radius: 8px;
            cursor: pointer;
            opacity: 0.6;
            transition: all 0.3s ease;
            width: 100%;
            &:hover { opacity: 1; border-color: var(--primary-color); }
            &.active { opacity: 1; border-color: var(--primary-color); }
        }
    }
}

.product-info {
    .product-title {
        font-size: 2.2rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 15px;
    }
    .product-rating {
        margin-bottom: 20px;
        color: #f39c12; 
        font-size: 1.1rem;
    }
    .product-short-description {
        font-size: 1rem;
        line-height: 1.8;
        color: var(--text-light);
        margin-bottom: 25px;
    }
    .product-meta, .product-social {
        font-size: 0.95rem;
        margin-bottom: 15px;
        strong { color: var(--text-dark); margin-right: 8px; }
        a { text-decoration: none; color: var(--primary-color); &:hover { text-decoration: underline; } }
    }
    .product-social {
        display: flex;
        align-items: center;
        gap: 10px;
        a {
            display: flex; align-items: center; justify-content: center;
            width: 35px; height: 35px;
            border: 1px solid #e0e0e0; border-radius: 50%;
            color: var(--text-dark); font-size: 0.9rem;
            &:hover { background-color: var(--primary-color); color: var(--white); border-color: var(--primary-color); }
        }
    }
    .btn-contact {
        display: inline-block;
        background-color: #e43a4e; 
        color: var(--white);
        padding: 14px 35px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        margin-top: 20px;
        transition: all 0.3s ease;
        &:hover { background-color: darken(#e43a4e, 10%); transform: translateY(-2px); }
    }
}

.product-description-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.tabs-navigation {
    margin-bottom: 30px;
    .tab-link {
        background: none;
        border: 2px solid #e0e0e0;
        padding: 12px 30px;
        border-radius: 8px;
        font-weight: 600;
        color: var(--text-light);
        cursor: pointer;
        transition: all 0.3s ease;
        &.active, &:hover {
            border-color: #e43a4e;
            color: #e43a4e;
        }
    }
}

.tab-content {
    .content-title { font-size: 1.8rem; color: var(--text-dark); margin-bottom: 20px; }
    p { color: var(--text-light); line-height: 1.8; margin-bottom: 20px; }
    .details-list {
        h4 { font-size: 1.5rem; margin-bottom: 25px; }
        strong { display: block; font-size: 1.1rem; color: var(--text-dark); margin-top: 25px; margin-bottom: 8px; }
    }
}
/* =================================================================
   ÜRÜNLER SAYFASI - V2 FİNAL TASARIM STİLLERİ
================================================================= */

// --- Sayfa Başlığı Alanı (Yeni Tasarım) ---
.page-header-section-v2 {
    padding: 150px 0 70px 0;
    text-align: center;
    background-color: #0a192f; 

    h1 {
        font-family: var(--font-display);
        font-size: 3.8rem;
        font-weight: 600;
        color: var(--white);
        margin-bottom: 15px;
    }

    .breadcrumb {
        background: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        font-size: 1rem;
        font-weight: 500;

        a {
            text-decoration: none;
            color: #65C7F7; 
            transition: color 0.3s ease;
            &:hover { color: var(--white); }
        }
        
        .active { color: #8892b0; } 
        & > li + li::before {
            content: '/'; 
            color: #8892b0;
            padding-right: 12px;
        }
    }
}

// --- Ana İçerik Alanı (Yeni Tasarım) ---
.products-page-section-v2 {
    padding: 80px 0;
    background-color: var(--white); 
}

.products-page-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;

    @media (max-width: 992px) {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.products-sidebar {
    background-color: #f4f7fc; 
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #e3eeff;
    align-self: start;

    .sidebar-title {
        font-size: 1.6rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 20px;
    }

    .category-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;

        a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-decoration: none;
            color: var(--text-dark);
            font-weight: 500;
            font-size: 1.05rem;
            padding: 18px 20px;
            border-radius: 10px;
            transition: all 0.3s ease;
            
            i {
                font-size: 0.8rem;
                color: #a0aec0;
                transition: color 0.3s ease, transform 0.3s ease;
            }

            &:hover {
                color: var(--primary-color);
                i { color: var(--primary-color); transform: translateX(3px); }
            }

            &.active {
                background-color: #e3eeff; 
                color: var(--primary-color);
                font-weight: 600;
                
                i { color: var(--primary-color); }
            }
        }
    }
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    
    @media (max-width: 1200px) { grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 768px) { grid-template-columns: 1fr; }
}

.product-card {
    text-align: center;
    
    a { text-decoration: none; }
    
    .product-card-image {
        border-radius: 16px;
        overflow: visible;
        margin-bottom: 20px;
        aspect-ratio: 1 / 1; 
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e3eeff;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        
        img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
    }

    .product-card-title {
        font-size: 1.05rem;
        font-weight: 500;
        color: var(--text-dark);
    }

    &:hover .product-card-image {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 82, 212, 0.1);
    }
}

.pagination-wrapper {
    margin-top: 60px;
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 12px;
        text-decoration: none;
        color: var(--text-dark);
        background-color: transparent;
        font-weight: 600;
        font-size: 1.1rem;
        transition: all 0.3s ease;

        &:hover {
            color: var(--primary-color);
        }

        &.active {
            background-color: #f4f7fc;
            color: var(--primary-color);
        }
    }
}
.btn-contact-solid {
    display: inline-block;
    background: var(--primary-color, #435ebe);
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top:25px;
}

.btn-contact-solid:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}



/* MOBİL UYUMLULUK */
@media (max-width: 991px) {
    .product-detail-layout {
        grid-template-columns: 1fr; /* Mobilde sütunları alt alta getir */
    }
}
.contact-page-section {
    padding: 80px 0;
    background-color: var(--white);
}

.contact-page-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr; 
    gap: 40px;

    @media (max-width: 992px) {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.contact-info-wrapper {
    background-color: #f4f7fc; 
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #e3eeff;

    h3 {
        font-size: 1.8rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 15px;
    }
    p {
        color: var(--text-light);
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .contact-details-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
        
        li {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .icon-wrapper {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(0, 82, 212, 0.1);
            color: var(--primary-color);
            border-radius: 50%;
            font-size: 1.2rem;
        }

        .text-wrapper {
            strong {
                display: block;
                font-size: 1.1rem;
                color: var(--text-dark);
                margin-bottom: 2px;
            }
            span {
                color: var(--text-light);
            }
        }
    }

    .social-title {
        margin-top: 40px;
        margin-bottom: 15px;
        font-size: 1.2rem;
    }

    .social-icons-wrapper {
        display: flex;
        gap: 15px;
        a {
            display: flex; align-items: center; justify-content: center;
            width: 40px; height: 40px;
            background-color: #e3eeff;
            color: var(--primary-color);
            border-radius: 50%;
            text-decoration: none;
            transition: all 0.3s ease;
            &:hover {
                background-color: var(--primary-color);
                color: var(--white);
                transform: translateY(-3px);
            }
        }
    }
}

.contact-form-wrapper {
    h3 {
        font-size: 1.8rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 25px;
    }
    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        @media (max-width: 576px) { grid-template-columns: 1fr; }
    }
    .form-group {
        margin-bottom: 20px;
        label {
            display: block;
            font-weight: 500;
            color: var(--text-dark);
            margin-bottom: 8px;
        }
        .form-control {
            width: 100%;
            padding: 15px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            font-family: var(--font-main);
            transition: all 0.3s ease;
            &:focus {
                outline: none;
                border-color: var(--primary-color);
                box-shadow: 0 0 0 3px rgba(0, 82, 212, 0.15);
            }
        }
        textarea.form-control {
            resize: vertical;
        }
    }
    .btn-submit {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: var(--primary-color);
        color: var(--white);
        border: none;
        padding: 15px 35px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        &:hover {
            background-color: #0041a8;
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(0, 82, 212, 0.2);
        }
    }
}

.map-section {
    iframe {
        display: block; 
        width: 100%;
    }
}
/* =================================================================
   YENİ: MOBİL UYUMLU HEADER STİLLERİ
================================================================= */

/* Mobil menü tetikleme butonu (hamburger) */
.mobile-menu-toggle {
    display: none; /* Başlangıçta gizli */
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1001; /* Her zaman üstte olması için */
    color: var(--white);
    padding: 10px;
}
header.scrolled .mobile-menu-toggle {
    color: var(--text-dark);
}

.mobile-menu-toggle .icon-close {
    display: none;
}
body.menu-open .mobile-menu-toggle .icon-open {
    display: none;
}
body.menu-open .mobile-menu-toggle .icon-close {
    display: block;
    color: var(--text-dark); /* Kapanış ikonu her zaman koyu olsun */
}


/* Mobil Navigasyon Paneli */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%; /* Başlangıçta ekranın dışında */
    width: 300px; /* Menü genişliği */
    max-width: 80%;
    height: 100vh;
    background-color: var(--white);
    box-shadow: -5px 0 25px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 100px 30px 40px 30px;
    display: flex;
    flex-direction: column;
}

body.menu-open .mobile-nav {
    right: 0; /* Menü açıkken ekranın içine gelsin */
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1; /* Linklerin alanı doldurmasını sağlar */
}

.mobile-nav ul li a {
    display: block;
    text-decoration: none;
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.mobile-nav ul li a:hover {
    color: var(--primary-color);
}

/* Mobil menü içindeki iletişim bölümü */
.mobile-contact {
    margin-top: 30px;
    text-align: center;
}
.contact-button-mobile {
    display: block;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 25px;
}
.mobile-contact .contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.mobile-contact .contact-details a {
    text-decoration: none;
    color: var(--text-light);
    font-weight: 500;
}
.mobile-contact .contact-details a .fa-whatsapp {
    color: #25D366;
    margin-right: 8px;
}

/* Arka plan karartma efekti için */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
body.menu-open .overlay {
    opacity: 1;
    pointer-events: auto;
}

/* RESPONSIVE KIRILMA NOKTASI (992px) */
@media (max-width: 992px) {
    .desktop-nav,
    .desktop-contact {
        display: none; /* Masaüstü menü ve iletişim bilgilerini gizle */
    }
    .mobile-menu-toggle {
        display: block; /* Hamburger menü ikonunu göster */
    }
}
/* =============================================== */
/* =========== HİZMET DETAY SAYFASI CSS ========== */
/* =============================================== */

.service-detail-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.service-detail-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* ANA İÇERİK (SOL SÜTUN) */
.service-detail-main {
    flex: 2; /* Ana içeriğin daha geniş olmasını sağlar */
    min-width: 0;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.service-main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    object-fit: cover;
}

.service-content h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.service-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.service-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #555;
}

.service-content ul li::before {
    content: '\f058'; /* FontAwesome check icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
}

/* YAN MENÜ (SAĞ SÜTUN) */
.service-detail-sidebar {
    flex: 1; /* Yan menünün daha dar olmasını sağlar */
    position: sticky;
    top: 100px; /* Sayfa kaydırıldığında sabit kalması için */
}

.sidebar-widget {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}

.other-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.other-services-list li a {
    display: block;
    padding: 12px 0;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.other-services-list li:last-child a {
    border-bottom: none;
}

.other-services-list li a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.contact-widget p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.btn-contact-widget {
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

.btn-contact-widget:hover {
    background-color: #333;
    color: #fff;
}

/* MOBİL UYUMLULUK */
@media (max-width: 991px) {
    .service-detail-layout {
        flex-direction: column;
    }
    .service-detail-sidebar {
        position: static;
        width: 100%;
        margin-top: 40px;
    }
}
/* =============================================== */
/* ====== YENİ MÜŞTERİ YORUMLARI SLIDER CSS ====== */
/* =============================================== */

#musteri-yorumlari {
    background-color: #f8f9fa; /* Hafif gri bir arkaplan */
}

.testimonial-slider-wrapper {
    position: relative;
    padding: 0 40px; /* Oklar için kenarlarda boşluk bırak */
}

.testimonial-slider .swiper-slide {
    padding: 20px 0;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 300px;
}

.testimonial-image {
    flex-shrink: 0;
}

.testimonial-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--primary-color);
}

.testimonial-content {
    text-align: left;
}

.testimonial-content .quote-icon {
    font-size: 32px;
    color: var(--primary-color);
    opacity: 0.3;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin-bottom: 25px;
}

.author-name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.author-title {
    font-size: 15px;
    color: #777;
}

/* Swiper Navigasyon Okları */
.testimonial-slider-wrapper .swiper-button-next,
.testimonial-slider-wrapper .swiper-button-prev {
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.testimonial-slider-wrapper .swiper-button-next:hover,
.testimonial-slider-wrapper .swiper-button-prev:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.testimonial-slider-wrapper .swiper-button-next::after,
.testimonial-slider-wrapper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 900;
}

.testimonial-slider-wrapper .swiper-button-prev { left: 0; }
.testimonial-slider-wrapper .swiper-button-next { right: 0; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .testimonial-card {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }
    .testimonial-slider-wrapper {
        padding: 0;
    }
    .testimonial-slider-wrapper .swiper-button-next,
    .testimonial-slider-wrapper .swiper-button-prev {
        display: none; /* Mobilde okları gizle */
    }
}
/* =============================================== */
/* ====== HAKKIMIZDA BÖLÜMÜ (YENİ TEK GÖRSEL) ==== */
/* =============================================== */

/* Ana taşıyıcıyı flexbox ile iki sütunlu hale getiriyoruz */
.about-layout-single {
    display: flex;
    align-items: center; /* İçerikleri dikeyde ortalar */
    gap: 60px; /* Görsel ve metin arasına boşluk bırakır */
}

/* Sol Sütun: Görsel Alanı */
.about-single-image {
    flex: 0 0 45%; /* Sütun genişliği (yaklaşık %45). Asla küçülme, büyüme. */
    position: relative;
}

.about-single-image img {
    width: 100%;
    height: auto;
    border-radius: 15px; /* Köşeleri modern bir görünüm için yuvarlat */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); /* Göze hoş gelen bir gölge efekti */
    object-fit: cover;
}

/* Sağ Sütun: Metin Alanı */
.about-layout-single .about-content {
    flex: 1; /* Geriye kalan tüm alanı kapla */
}

/* Mobil Uyumluluk: 991px ve altındaki ekranlar için */
@media (max-width: 991px) {
    .about-layout-single {
        flex-direction: column; /* Sütunları dikey olarak alt alta sırala */
        text-align: center; /* İçerikleri mobil için ortala */
        gap: 40px;
    }

    .about-layout-single .about-info-boxes {
         justify-content: center; /* Bilgi kutucuklarını da ortala */
    }
}
/* ============================================================= */
/* ====== ÜRÜNLER SAYFASI - KIRPILMAYAN & NET GÖRSEL ÇÖZÜMÜ ====== */
/* ============================================================= */

/* Grid yapısını düzenli tutuyoruz */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Ürün Kartının Ana Stili */
.product-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Kartın üzerine gelindiğinde (hover) efekti */
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.product-card a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* --- İSTEĞİNİZİ KARŞILAYAN EN ÖNEMLİ BÖLÜM --- */
.product-card-image {
    /* Tüm resim konteynerleri kare ve aynı boyutta olacak */
    aspect-ratio: 1 / 1; 
    
    /* Resmin etrafındaki boşluk bu arkaplan rengiyle dolacak */
    background-color: #f8f9fa; 
    

    /* Flexbox ile resmi tam ortaya hizalamak için */
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card-image img {
    /* Resmin maksimum genişliği ve yüksekliği konteyneri geçemez */
    max-width: 100%;
    max-height: 100%;
    
    /* BU SİHİRLİ KURAL, RESMİ KIRPMADAN SIĞDIRIR */
    object-fit: contain; 
}

/* Ürün Başlığı Stili */
.product-card-title {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #343a40;
    margin-top: auto; /* Başlığı her zaman kartın en altına iter */
}

/* MOBİL UYUMLULUK */
@media (max-width: 991px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}
.page-header-section-v2 {
background: linear-gradient(135deg, #688ac1 0%, #253062 50%, #6FB1FC 100%);  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
}

.page-header-section-v2::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-header-section-v2 h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-header-section-v2 .breadcrumb {
  background-color: transparent;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.page-header-section-v2 .breadcrumb-item {
  font-size: 16px;
}

.page-header-section-v2 .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.page-header-section-v2 .breadcrumb-item a:hover {
  opacity: 1;
}

.page-header-section-v2 .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.page-header-section-v2 .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}
.product-detail-section {
    padding: 80px 0;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px; /* Sütunlar arasına daha ferah bir boşluk */
    align-items: center; /* İçerikleri dikeyde ortala */
}

/* YENİ GÖRSEL STİLİ: DOĞRUDAN VE GÖLGELİ */
.product-main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* Görsel alanını kare tutar */
    
    /* İSTEĞİNİZ: GÖRSELİ KIRPMADAN, TAMAMINI GÖSTER */
    object-fit: fill; 
    
    border-radius: 15px; /* Modern yuvarlak köşeler */
    background-color: #fff; /* Şeffaf görseller için beyaz arkaplan */
    
    /* Daha belirgin ve modern bir gölge */
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    
    /* Padding yerine border ile temiz bir çerçeve (opsiyonel) */
    border: 1px solid #f0f0f0;
}


/* Sağ Sütun: Ürün Bilgileri (Bu kodlar zaten vardı, teyit amaçlıdır) */
.product-info .product-category-tag {
    display: inline-block;
    background-color: #eef2ff;
    color: #435ebe;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 15px;
}

.product-info .product-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.product-info .product-short-description {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.product-info .cta-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #e9ecef;
}

/* Benzer Ürünler bölümü, ürün listeleme sayfasındaki stilleri kullanacağı için
   otomatik olarak doğru görünecektir. Ek bir koda ihtiyaç yoktur. */


/* MOBİL UYUMLULUK */
@media (max-width: 991px) {
    .product-detail-layout {
        grid-template-columns: 1fr; /* Mobilde sütunları alt alta getir */
        gap: 40px;
    }
}
.page-header-section-v2 .breadcrumb {
  list-style: none; /* Liste işaretini (sayı, madde işareti vb.) kaldırır */
  padding-left: 0; /* Tarayıcının otomatik eklediği sol boşluğu sıfırlar */
}