/* --- Genel Sayfa Ayarları --- */
body {
    font-family: Arial, sans-serif; /* Okunabilir bir font ailesi */
    margin: 0; /* Sayfa kenarlarındaki varsayılan boşluğu kaldırır */
    padding: 0;
    background-color: #f4f4f4; /* Sayfanın geneli için hafif gri bir arkaplan */
}

/* --- Header Alanı --- */
.site-header .container {
   display: flex;
   justify-content: flex-start; /* BU SATIRI EKLE */
   align-items: center;
   padding: 15px 40px;
   background-color: #1e3a8a;
   border-bottom: 1px solid #e7e7e7;
}

/* --- Logo ve Şirket Adı --- */
.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px; /* Logonun yüksekliği */
    margin-right: 15px; /* Logo ile şirket ismi arasına boşluk */
}

.company-name {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff; /* Mavi arkaplan üzerinde beyaz renk */
}

/* --- Navigasyon Menüsü --- */
.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; /* Liste başındaki noktaları kaldırır */
    display: flex; /* Menü öğelerini yan yana dizer */
}

.main-nav li {
    margin-left: 20px; /* Menü elemanları arasına boşluk */
}

.main-nav a {
    text-decoration: none; /* Linklerin altındaki çizgiyi kaldırır */
    color: #ffffff; /* Link rengi (beyaz) */
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    transition: color 0.3s ease; /* Renk değişim animasyonunu yumuşatır */
}

/* Fare ile linklerin üzerine gelince renk biraz soluklaşsın */
.main-nav a:hover {
    color: #bbbbbb;
}








/* --- Orta Alan (Hero Section) - Arka Plan Fotoğraflı --- */
/* --- style.css dosyasında BU BÖLÜMLERİ GÜNCELLE --- */

/* --- Orta Alan (Hero Section) - Arka Plan Fotoğraflı --- */
.hero-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: calc(100vh - 80px); /* Header yüksekliğini çıkarıyoruz */
    
    /* Arka plan fotoğrafı ayarları */
    background-image: url('panel.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    color: #ffffff;
    text-align: center;
    position: relative; /* Karartma efekti için gerekli */
    z-index: 1;
}

/* Fotoğrafın üzerine karartma efekti ekliyoruz */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); /* Hafiften koyuya giden bir karartma */
    z-index: -1;
}

/* Yeni alt başlık stili */
.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 10px;
    text-transform: uppercase; /* BÜYÜK HARF */
}

/* Ana başlığın (h2) yeni stili */
.hero-content h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 150px; /* YENİ VEYA GÜNCELLENDİ */
    margin-bottom: auto; /* YENİ */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center; /* GÜNCELLENDİ (gerekirse) */
}

/* "2 GW" yazısını renklendiriyoruz */
.hero-content h2 span {
    color: #fbbf24; /* Canlı sarı/turuncu renk */
}








/* --- Bilgi Bölümü (İki Sütunlu) --- */
.info-section {
    background-color: #ffffff; /* Arka planı beyaz yapalım */
    padding: 80px 0; /* Bölümün üstünden ve altından boşluk */
}

.info-section .container {
    display: flex; /* İçindeki öğeleri (sol ve sağ sütun) yan yana dizer */
    justify-content: space-between; /* Aralarını açarak yaslar */
    align-items: center; /* Dikeyde ortalar */
    gap: 40px; /* Sütunlar arasına 40px boşluk koyar */
    
    /* Genişliği sınırlayıp ortalamak için ek ayarlar */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.info-left {
    flex-basis: 40%; /* Sol sütun genişliği */
}

.info-right {
    flex-basis: 55%; /* Sağ sütun genişliği */
}

.info-left h3 {
    font-size: 36px;
    color: #1e3a8a; /* Header ile aynı mavi tonu */
    line-height: 1.4; /* Satır yüksekliği */
}

.info-right p {
    font-size: 18px;
    color: #555; /* Okunabilir bir metin rengi */
    line-height: 1.7; /* Paragrafın satır aralığını artıralım */
}





/* --- Fotoğraf Galerisi Bölümü --- */
.gallery-section {
    padding: 80px 0;
    background-color: #f4f4f4; /* Arka plan rengini hafif gri yapalım */
}

.gallery-grid {
    display: flex; /* Fotoğrafları yan yana getirmek için */
    justify-content: center; /* Ortaya hizala */
    gap: 30px; /* Fotoğraflar arasına 30px boşluk bırak */
    flex-wrap: wrap; /* Küçük ekranlarda fotoğrafların alt satıra inmesini sağlar */
}

.gallery-item {
    flex-basis: 300px; /* Her bir fotoğrafın temel genişliği */
    border-radius: 8px; /* Köşeleri yumuşat */
    overflow: hidden; /* Taşan kısımları (köşeleri) gizle */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Hafif bir gölge efekti */
    transition: transform 0.3s ease; /* Üzerine gelince büyüme efektini yumuşat */
}

.gallery-item:hover {
    transform: translateY(-5px); /* Üzerine gelince hafifçe yukarı kaysın */
}

.gallery-item img {
    width: 100%; /* Resmin, bulunduğu kutuyu tamamen doldurmasını sağla */
    height: 100%;
    object-fit: cover; /* Resmin oranını bozmadan kutuya sığdır */
    display: block; /* Resim altındaki istenmeyen boşluğu kaldır */
}


























/* --- Yeni Özellikler ve İstatistikler Bölümü --- */
.features-section {
    background-color: #ffffff;
    padding: 100px 0;
    overflow: hidden; /* Animasyonların taşmasını engellemek için */
}

.features-section .container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Sol Sütun */
.features-left {
    flex-basis: 45%;
    position: relative;
    /* Animasyon */
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInFromLeft 1s ease-out forwards;
}

.features-left img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stats-boxes {
    display: flex;
    position: absolute;
    bottom: -40px; /* Fotoğrafın altına taşır */
    left: -40px; /* Fotoğrafın soluna taşır */
    gap: 20px;
}

.stat-box {
    padding: 25px 35px;
    border-radius: 8px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    /* Animasyon */
    opacity: 0;
    transform: translateY(30px);
    animation: slideUpFadeIn 1s ease-out 0.5s forwards; /* 0.5s gecikmeyle başlar */
}

.stat-box.box-gray {
    background-color: #4A5568; /* Koyu Gri */
}

.stat-box.box-red {
    background-color: #E53E3E; /* Kırmızı */
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    display: block;
}

.stat-text {
    margin: 0;
    font-size: 14px;
}

/* Sağ Sütun */
.features-right {
    flex-basis: 55%;
    /* Animasyon */
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRight 1s ease-out forwards;
}

.intro-text {
    color: #E53E3E;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.intro-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #E53E3E;
}

.features-right h2 {
    font-size: 42px;
    color: #2D3748;
    margin-top: 0;
    line-height: 1.3;
}

.main-paragraph {
    font-size: 16px;
    color: #4A5568;
    line-height: 1.7;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-icon svg {
    color: #E53E3E;
    width: 40px;
    height: 40px;
}

.feature-text h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #2D3748;
}

.feature-text p {
    margin: 0;
    color: #4A5568;
    line-height: 1.6;
}

.btn-more {
    display: inline-block;
    background-color: #2D3748;
    color: white;
    padding: 15px 35px;
    border-radius: 50px; /* Yuvarlak kenarlı buton */
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-more:hover {
    background-color: #1A202C; /* Daha koyu renk */
    transform: translateY(-3px);
}

/* --- Animasyon Kodları --- */
@keyframes slideUpFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}











/* --- Neden Biz? Bölümü --- */
.why-us-section {
    background-color: #374151; /* Koyu gri arka plan */
    color: #fff;
    padding: 80px 0;
}

.why-us-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.why-us-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-us-header .separator {
    width: 50px;
    height: 2px;
    background-color: #dc2626; /* Kırmızı ayraç */
    margin: 0 auto 10px;
}

















/* --- Neden Biz? Bölümü (Canlı Versiyon) --- */
.why-us-section {
    /* Canlı, derinlikli gradyan arka plan */
    background: linear-gradient(135deg, #0c1a3e 0%, #1e3a8a 50%, #111827 100%);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden; /* Efektlerin taşmasını önler */
}

.why-us-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative; /* z-index için gerekli */
    z-index: 2;
}

.why-us-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-us-header .separator {
    width: 50px;
    height: 2px;
    background-color: #ef4444; /* Canlı Kırmızı */
    margin: 0 auto 10px;
}

/* "Neden Solwind?" Başlığı için Canlı Renk Geçişi (Gradient) */
.why-us-header h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 800;
    background: linear-gradient(45deg, #fde047, #f59e0b, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* "PARLAKLARIMIZ & FAYDALARIMIZ" Yazısı için Canlı Renk */
.why-us-header p {
    font-size: 16px;
    color: #fbbf24;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.why-us-content {
    display: flex;
    gap: 80px;
    align-items: center; /* Dikeyde ortalayalım */
}

.why-us-left {
    flex-basis: 35%;
}

/* Sol taraftaki başlığa da renk geçişi ekleyelim */
.why-us-left h3 {
    font-size: 38px; /* Biraz büyütelim */
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(45deg, #ffffff, #d1d5db); /* Beyazdan griye gradyan */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.why-us-left p {
    color: #d1d5db;
    margin-bottom: 30px;
    font-size: 18px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease; /* Tüm geçişleri yumuşatalım */
}

.btn-primary {
    background-color: #ef4444;
    color: #fff;
    margin-bottom: 15px;
    border: 1px solid #ef4444;
}

.btn-primary:hover {
    background-color: #dc2626;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4); /* Butona parlama efekti */
}

.btn-secondary {
    background-color: transparent;
    color: #d1d5db;
    border: 1px solid #9ca3af;
}

.btn-secondary:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.why-us-right {
    flex-basis: 65%;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* --- CAM EFEKTİ (GLASSMORPHISM) --- */
.why-us-item {
    background: rgba(255, 255, 255, 0.05); /* Çok hafif beyaz, yarı saydam arka plan */
    backdrop-filter: blur(10px); /* Arka planı bulanıklaştırır */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1); /* İnce, yarı saydam kenarlık */
    padding: 25px;
    border-radius: 12px; /* Köşeleri daha yumuşak yapalım */
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.why-us-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
}

.why-us-item img {
    width: 100%; /* Fotoğrafı kutuya sığdıralım */
    height: 150px; /* Sabit bir yükseklik verelim */
    object-fit: cover; /* Oranı bozmadan sığdır */
    margin-bottom: 15px;
    border-radius: 8px; /* Fotoğraf köşelerini de yumuşatalım */
    /* Beyaz ikon efekti filtresini kaldırdık, orijinal renkler görünecek */
}

.why-us-item p {
    font-size: 16px;
    color: #d1d5db;
    margin-bottom: 0;
    line-height: 1.6;
}


















/* --- Hakkımızda Sayfası Stilleri --- */
/* --- Hakkımızda Sayfası Banner Stilleri (DÜZELTİLMİŞ) --- */
.about-us-page .top-banner {
    position: relative;
    overflow: hidden;
}

.about-us-page .top-banner .banner-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-us-page .top-banner .banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* Yüksekliği makul bir değere getirelim */
    max-height: 500px; 
}

.about-us-page .top-banner h1 {
    /* Yazı boyutunu yükseklikle uyumlu hale getirelim */
    font-size: 90px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
    animation: fadeInAndScale 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}











.about-us-page .intro-section {
    padding: 80px 0;
}

.about-us-page .intro-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
}

.about-us-page .intro-section .intro-left {
    flex-basis: 50%;
}

.about-us-page .intro-section .intro-left h2 {
    font-size: 40px;
    color: #1e3a8a;
    margin-bottom: 20px;
}

.about-us-page .intro-section .intro-left p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.about-us-page .intro-section .intro-right {
    flex-basis: 40%;
}

.about-us-page .intro-section .intro-right img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-us-page .our-values-section {
    background-color: #f4f4f4;
    padding: 80px 0;
    text-align: center;
}

.about-us-page .our-values-section h2 {
    font-size: 40px;
    color: #2d3748;
    margin-bottom: 40px;
}

.about-us-page .our-values-section .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-us-page .our-values-section .value-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

/* style.css dosyasında bu kuralı GÜNCELLE */

.about-us-page .our-values-section .value-item img {
    width: 200px; /* Genişliği 80px'den 150px'e çıkardık */
    height: 200px; /* Yüksekliği 80px'den 150px'e çıkardık */
    object-fit: cover; /* Fotoğrafın oranı bozulmadan alanı doldurmasını sağlar */
    margin-bottom: 25px; /* Alt boşluğu biraz artıralım */
    border-radius: 0%; /* Fotoğrafları yuvarlak yapalım, daha modern durur */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Hafif bir gölge ekleyerek derinlik katalım */
}

.about-us-page .our-values-section .value-item h3 {
    font-size: 24px;
    color: #1e3a8a;
    margin-bottom: 15px;
}

.about-us-page .our-values-section .value-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}








/* --- Animasyon Kodları --- */
@keyframes fadeInAndScale {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}























/* --- Hizmetler Sayfası Stilleri --- */
.services-page .services-overview {
    padding: 80px 0;
    background-color: #f9fafb; /* Hafif kırık beyaz bir arka plan */
}

.services-page .services-overview .container {
    max-width: 1000px; /* Kartların genişliğini sınırlayalım */
    margin: 0 auto;
    padding: 0 40px;
}

.service-card {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden; /* Köşelerden taşan fotoğrafı gizler */
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Her ikinci kartın yönünü ters çevir (sağ-sol hizalama için) */
.service-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-content {
    flex-basis: 55%;
    padding: 50px;
}

.service-content h3 {
    font-size: 28px;
    color: #1f2937;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 25px;
}

.read-more {
    color: #dc2626; /* Kırmızı */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #991b1b; /* Koyu kırmızı */
}

.service-image {
    flex-basis: 45%;
    position: relative; /* İkonu konumlandırmak için */
    align-self: stretch; /* Kartın tüm yüksekliğini kaplamasını sağlar */
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Oranı bozmadan alanı doldurur */
    display: block;
}

.overlay-icon {
    position: absolute;
    bottom: -20px; /* Yarısı dışarıda gibi durması için */
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Yönü ters olan kartlarda ikonu sola al */
.service-card:nth-child(even) .overlay-icon {
    right: auto;
    left: 20px;
}











/* --- SADECE Hizmetler Sayfası Banner Stilleri --- */
.services-page .top-banner {
    position: relative;
    overflow: hidden;
}

.services-page .top-banner .banner-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.services-page .top-banner .banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* HİZMETLER SAYFASI FOTOĞRAFININ YÜKSEKLİĞİNİ BURADAN AYARLA */
    max-height: 450px; 
}

.services-page .top-banner h1 {
    /* Bu stiller Hakkımızda sayfasıyla aynı, istersen değiştirebilirsin */
    font-size: 90px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
    animation: fadeInAndScale 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}