/* --- Slider Temel Ayarları --- */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 850px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Tüm içerikleri en alta nizami şekilde yaslar */
    padding-bottom: 40px; /* Alttan güvenli boşluk */
    margin-bottom: 50px; 
}

/* Arka Plan Resimleri Container'ı */
.slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

/* Tekil Slayt Katmanları */
.slider-bg .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out; 
}

.slider-bg .slide.active {
    opacity: 1;
}

/* Resim Yerleşim Ayarları */
.slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-desktop { display: block; }
.slide-mobile { display: none; }

/* --- Slider Noktaları (Görselin Üzerinde) --- */
.hero-content-wrapper {
    position: relative;
    z-index: 5; 
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; /* Siyah kutu ile arasına boşluk bırakır */
}

.slider-dots {
    display: flex;
    gap: 10px;
    background: rgba(0, 0, 0, 0.3); /* Noktalar resimde kaybolmasın diye hafif gölge zemin */
    padding: 10px 20px;
    border-radius: 20px;
}

.slider-dots .dot {
    width: 30px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.slider-dots .dot.active {
    background-color: var(--gold);
}

/* --- Özellikler Kutusu (Siyah Kutu) --- */
.features-container {
    position: relative;
    z-index: 10;
    width: 100%;
}

.features-box {
    background-color: #1e1b18; 
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.feature-item .icon-box i {
    font-size: 35px;
    color: var(--gold);
}

.feature-item .text-box h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-item .text-box p {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 1.4;
}

.feature-divider {
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 20px;
}

/* Sadece Mobilde Görünecek İletişim Kutusu */
.mobile-quick-contact {
    display: none;
}

/* --- Mobil Uyumluluk --- */
@media (max-width: 1100px) {
    .slide-desktop { display: none; }
    .slide-mobile { display: block; }

    .hero-section {
        min-height: 700px;
        padding-bottom: 20px;
    }

    .hero-content-wrapper {
        margin-bottom: 15px;
    }

    /* SİYAH KUTU - Mobilde 4'lü Yan Yana */
    .features-container {
        margin-bottom: 15px;
    }

    .features-box {
        flex-wrap: nowrap; 
        padding: 15px 5px;
        gap: 5px;
    }

    .feature-divider {
        display: block; 
        margin: 0;
        height: 40px;
    }

    .feature-item {
        flex: 1; 
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .feature-item .icon-box i {
        font-size: 22px;
    }

    .feature-item .text-box h5 {
        font-size: 9px; 
        line-height: 1.2;
    }

    .feature-item .text-box p {
        font-size: 8px; 
        line-height: 1.2;
    }

    /* BEYAZ KUTU - Mobilde 3'lü Yan Yana */
    .mobile-quick-contact {
        display: block;
        position: relative;
        z-index: 10;
        width: 100%;
    }

    .quick-contact-box {
        background-color: #f8f8f8;
        border-radius: 10px;
        display: flex;
        flex-direction: row; 
        flex-wrap: nowrap; 
        justify-content: space-between;
        padding: 15px 5px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .contact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        flex: 1;
        text-align: center;
        border-right: 1px solid #e0e0e0;
        border-bottom: none; 
        padding-bottom: 0;
    }

    .contact-item:last-child {
        border-right: none;
    }

    .contact-item i {
        font-size: 18px;
        color: var(--gold);
        margin-bottom: 5px;
    }

    .contact-item .title {
        font-size: 9px;
        font-weight: 700;
        color: var(--dark);
        margin-bottom: 2px;
    }

    .contact-item .desc {
        font-size: 8px;
        color: var(--text-gray);
    }
}

@media (max-width: 400px) {
    .feature-item .text-box h5 {
        font-size: 8px;
    }
    .feature-item .text-box p {
        font-size: 7px; 
    }
    .contact-item .title {
        font-size: 8px;
    }
    .contact-item .desc {
        font-size: 7px;
    }
}

/* ================= YENİ EKLENEN: SLIDER YÖN OKLARI ================= */
.slider-arrow {
    position: absolute;
    top: 45%; /* Siyah kutuyu ezmemesi için ekranın tam ortasından biraz yukarıda */
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(18, 18, 18, 0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 20; /* Her şeyin üstünde olması için */
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(5px); /* Arka planı hafif buzlu gösterir (Premium etki) */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-arrow:hover {
    background: var(--gold);
    color: #121212;
    transform: translateY(-50%) scale(1.1); /* Üzerine gelince tatlı bir büyüme efekti */
    border-color: var(--gold);
}

.slider-arrow.prev { left: 40px; }
.slider-arrow.next { right: 40px; }

/* Okların Mobildeki Ayarları */
@media (max-width: 1100px) {
    .slider-arrow {
        width: 45px;
        height: 45px;
        font-size: 16px;
        top: 40%; /* Mobilde okları biraz daha yukarı alıyoruz */
    }
    
    .slider-arrow.prev { left: 15px; }
    .slider-arrow.next { right: 15px; }
}

@media (max-width: 600px) {
    .slider-arrow {
        /* Ekran çok daraldığında okları gizlemek istersen display:none yapabilirsin. 
           Ama biz şimdilik daha zarif hale getirelim. */
        width: 40px;
        height: 40px;
        font-size: 14px;
        background: rgba(18, 18, 18, 0.6);
    }
    .slider-arrow.prev { left: 10px; }
    .slider-arrow.next { right: 10px; }
}