/* Genel Ayarlar */
:root {
    --primary: #0d6efd;
    --dark: #0f0f0f;
    --grey: #f8fafc;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--grey);
    color: #333;
    overflow-x: hidden;
}

/* Navigasyon - Modern Glass */
.zemin-nav {
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar-brand { color: #fff !important; font-size: 1.5rem; }
.navbar-brand span { color: var(--primary); }
.nav-link { color: #ccc !important; font-weight: 500; font-size: 0.9rem; text-transform: uppercase; margin-left: 20px; transition: 0.3s; }
.nav-link:hover, .nav-link.active { color: var(--primary) !important; }

/* Hero Slider */
.hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.3));
}

.hero-badge {
    display: inline-block;
    padding: 8px 15px;
    background: var(--primary);
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.highlight { color: var(--primary); }

/* Slider Kontroller */
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: var(--primary);
    border-radius: 50%;
    padding: 20px;
}

/* Hizmet Kartları */
.service-card {
    background: #fff;
    border-radius: 0;
    transition: 0.4s;
    border: none;
}

.service-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* Footer Özelleştirmeleri */
footer {
    background-color: var(--dark) !important;
}

.footer-service-item img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

.footer-service-item a { transition: 0.3s; }
.footer-service-item:hover a { color: var(--primary) !important; padding-left: 5px; }
.footer-service-item:hover img { border-color: var(--primary); transform: scale(1.1); }

/* Animasyonlar */
.carousel-item.active h1 { animation: fadeInUp 0.8s both; }
.carousel-item.active p { animation: fadeInUp 1s both; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .display-2 { font-size: 2.5rem; }
    .hero-slide { text-align: center; }
    .carousel-control-prev, .carousel-control-next { display: none; }
}/* --- Mobil Uyumluluk Güncellemesi --- */
@media (max-width: 768px) {
    /* Slider yüksekliğini mobilde kısıtlıyoruz ki daha iyi otursun */
    .hero-slide {
        height: 65vh !important; /* Mobilde tam ekran yerine ekranın %65'i */
        min-height: 450px; /* Çok basık olmaması için minimum yükseklik */
        background-position: center top; /* Zeminin ve işçiliğin görünmesi için üstten hizala */
    }

    /* Metinleri mobilde ortalayıp boyutunu küçültüyoruz */
    .hero-slide .display-2 {
        font-size: 2rem !important;
        margin-top: 20px;
    }

    .hero-slide .lead {
        font-size: 1rem;
        padding: 0 10px;
    }

    .hero-badge {
        font-size: 0.65rem;
        padding: 5px 10px;
    }

    /* Butonları yan yana değil alt alta veya daha küçük yapalım */
    .hero-slide .btn {
        width: 100%;
        margin-bottom: 10px;
        padding: 12px 0;
        font-size: 0.9rem;
    }
    
    .hero-slide .d-flex {
        flex-direction: column; /* Mobilde butonları alt alta diz */
        gap: 0 !important;
    }

    /* Slider oklarını mobilde gizle veya çok küçült (parmakla kaydırmak daha kolay) */
    .carousel-control-prev, .carousel-control-next {
        width: 10%;
        display: none; /* Temiz görünüm için mobilde okları kaldırmak modern bir tercihtir */
    }

    /* Overlay (Koyu katman) mobilde biraz daha koyu olsun ki metinler okunsun */
    .overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.85));
    }
}/* SSS Özel Tasarım */
.custom-faq .accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
}

.custom-faq .accordion-button {
    padding: 20px;
    background-color: #ffffff;
    color: var(--dark);
    font-size: 1.1rem;
    border: none;
    transition: 0.3s;
}

.custom-faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--primary); /* Açıldığında turuncu olur */
    box-shadow: none;
}

.custom-faq .accordion-button::after {
    background-size: 1rem;
    transition: 0.3s;
}

/* Açıldığında kenara küçük bir turuncu şerit ekleyelim */
.custom-faq .accordion-item {
    border-left: 0px solid var(--primary) !important;
    transition: 0.3s;
}

.custom-faq .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-left: 5px solid var(--primary) !important;
}

.custom-faq .accordion-body {
    padding-top: 0;
    line-height: 1.7;
    font-size: 0.95rem;
}/* Galeri Ek CSS */
.galeri-container { position: relative; overflow: hidden; height: 220px; border-radius: 8px; }
.galeri-img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.galeri-hover { 
    position: absolute; top:0; left:0; width:100%; height:100%; 
    background: rgba(245, 124, 0, 0.8); display: flex; align-items: center; 
    justify-content: center; opacity:0; transition: 0.3s; 
}
.galeri-container:hover .galeri-hover { opacity: 1; }
.galeri-container:hover .galeri-img { transform: scale(1.1); }

/* Accordion Renk Ayarı */
.accordion-button:not(.collapsed) { background-color: #fff; color: var(--primary); }
.accordion-button:focus { box-shadow: none; border-color: rgba(0,0,0,.125); }

@media (max-width: 768px) { .galeri-container { height: 160px; } }/* Haberler Slider Stilleri */
.news-card {
    transition: 0.3s;
    border-radius: 15px;
    overflow: hidden;
}
.news-card:hover {
    transform: translateY(-5px);
}
.news-card img {
    height: 180px;
    object-fit: cover;
}
.bg-soft-primary {
    background-color: #fff3e0; /* Turuncunun açığı */
}
.slider-nav .btn {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid var(--primary);
    color: var(--primary);
}
.slider-nav .btn:hover {
    background-color: var(--primary);
    color: white;
}

@media (max-width: 768px) {
    .news-card img { height: 140px; }
}
/* Marka Logoları Stili */
.brand-logo {
    max-height: 50px; /* Logoların çok büyük olup tasarımı bozmasını engeller */
    width: auto;
    filter: grayscale(100%); /* Başlangıçta siyah-beyaz */
    opacity: 0.6;
    transition: all 0.4s ease;
    cursor: pointer;
}

.brand-logo:hover {
    filter: grayscale(0%); /* Üzerine gelince renklenir */
    opacity: 1;
    transform: scale(1.1); /* Hafif büyüme efekti */
}

/* Mobil için küçük ayar */
@media (max-width: 768px) {
    .brand-logo {
        max-height: 40px;
        margin-bottom: 20px;
    }
}