/* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

/* CSS Değişkenleri (Renk Paleti) */
:root {
    --primary-color: #0A2463;
    /* Koyu Mavi */
    --accent-color: #D83121;
    /* Kırmızı */
    --dark-color: #222222;
    /* Koyu Gri */
    --light-color: #F8F9FA;
    /* Açık Gri */
        --title-blue: #0d6efd;     /* YENİ EKLENEN PARLAK MAVİ */

}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark-color);
}

/* Üst Bilgi Alanı (Top Bar) */
.top-bar {
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.top-bar .social-icons i {
    font-size: 1.2rem;
    transition: transform 0.2s ease-in-out;
}

.top-bar .social-icons a:hover i {
    transform: scale(1.2);
}

/* Navigasyon Menüsü */
.navbar {
    transition: all 0.3s;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-link {
    color: var(--dark-color);
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--accent-color);
}

.btn-danger {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.btn-danger:hover {
    background-color: #b02113;
    /* Kırmızının biraz daha koyu tonu */
    border-color: #b02113;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


/* ======================================== */
/* YENİ FOOTER TASARIMI                     */
/* ======================================== */
.footer-section-v2 {
    background-color: #1a1a1a;
    color: #aab1b7;
    padding: 60px 0;
}

.footer-logo {
    max-width: 150px;
    /* Eğer logonuz siyah ise ve koyu zeminde görünmüyorsa, bu satırı aktifleştirin */
    /* filter: invert(1) grayscale(1) brightness(2); */
}

.footer-text {
    font-size: 0.95rem;
}

.widget-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: var(--accent-color);
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #aab1b7;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-contact-info i {
    color: var(--accent-color);
    margin-right: 10px;
    font-size: 1rem;
    margin-top: 4px;
}

.footer-contact-info a {
    color: #aab1b7;
    text-decoration: none;
}
.footer-contact-info a:hover {
    color: #fff;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.footer-social-icons a:hover {
    background-color: var(--accent-color);
}

/* Copyright Alanı */
.sub-footer {
    background-color: #111;
    color: #aab1b7;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
}

.sub-footer p {
    margin: 0;
}



/* ======================================== */
/* SABİT İLETİŞİM İKONLARI         */
/* ======================================== */
.floating-contact {
    position: fixed;
    /* Sayfa kaysa bile yerinde sabit kalmasını sağlar */
    left: 20px;
    /* Sol kenardan 20px boşluk bırakır */
    top: 80%;
    /* Dikey olarak sayfanın ortasına hizalar */
    transform: translateY(-50%);
    /* Dikey hizalamayı tam ortaya getirmek için */
    z-index: 1030;
    /* Diğer tüm elemanların üzerinde görünmesini sağlar */
    display: flex;
    flex-direction: column;
    /* İkonları alt alta sıralar */
    gap: 15px;
    /* İkonlar arasına boşluk bırakır */
}

.floating-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    color: #fff;
    border-radius: 50%;
    /* İkonları yuvarlak yapar */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    font-size: 28px;
    /* İkon boyutunu büyütür */
    text-decoration: none;
}

.floating-contact a:hover {
    transform: scale(1.1);
    /* Üzerine gelince hafifçe büyümesini sağlar */
}

/* WhatsApp İkonu Rengi */
.floating-contact .whatsapp-icon {
    background-color: #25D366;
}

/* Telefon İkonu Rengi */
.floating-contact .phone-icon {
    background-color: var(--primary-color);
    /* Zaten tanımladığımız ana renk */
}


/* ======================================== */
/* ANA SAYFA BÖLÜMLERİ              */
/* ======================================== */

/* Hero (Karşılama) Bölümü */
.hero-section {
    background: linear-gradient(rgba(10, 36, 99, 0.7), rgba(10, 36, 99, 0.7)), url('https://images.unsplash.com/photo-1588282322673-c31965a75c3e?q=80&w=2071&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
}

/* Neden Biz? Bölümü */
.feature-icon {
    font-size: 48px;
    color: var(--primary-color);
}

/* Nasıl Çalışır? Bölümü */
.step-box .step-number {
    width: 60px;
    height: 60px;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.step-box:hover .step-number {
    background-color: var(--accent-color);
    color: #fff;
}

/* CTA (Harekete Geçirici Mesaj) Bölümü */
.cta-section {
    background-color: var(--primary-color);
}

/* ======================================== */
/* YENİ ANA SAYFA BÖLÜMLERİ STİLLERİ         */
/* ======================================== */
/* ======================================== */
/* DEPO BOYUTLARI BÖLÜMÜ (YENİ TASARIM) */
/* ======================================== */
.size-option-box {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.size-option-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.size-option-box .icon-container {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

.size-option-box h3 {
    color: var(--primary-color);
}
/* Müşteri Yorumları Bölümü */
.testimonial-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card .quote-icon {
    font-size: 40px;
    color: var(--accent-color);
}

/* Sıkça Sorulan Sorular Bölümü */
.faq-section .accordion-button {
    font-weight: 500;
    color: var(--primary-color);
    background-color: #f0f4fa;
    /* Açık mavi ton */
    border-bottom: 1px solid var(--primary-color);
}

.faq-section .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-section .accordion-item {
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    border-radius: .25rem;
    overflow: hidden;
}

.faq-section .accordion-body {
    background-color: #fff;
    color: var(--dark-color);
}


/* ======================================== */
/* HİZMETLERİMİZ SAYFASI STİLLERİ     */
/* ======================================== */

/* Sayfa Başlığı (Page Header) */
.page-header {
    background: linear-gradient(rgba(10, 36, 99, 0.75), rgba(10, 36, 99, 0.75)), url('https://images.unsplash.com/photo-1599837563352-7170a4a0a733?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

/* Hizmet Detayları */
.service-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden; /* Köşelerin yuvarlaklığını resme uygulamak için */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.service-item img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Resmin kutuya tam sığmasını ve orantılı kalmasını sağlar */
}

/* Ters sıralı hizmet bloğu için mobil uyumluluk */
@media (max-width: 991.98px) {
    .service-item.flex-lg-row-reverse {
        flex-direction: column; /* Mobil ekranda resim-yazı sırasını düzeltir */
    }
}



/* ======================================== */
/* DEPO BOYUTLARI BÖLÜMÜ (MİNİMAL TASARIM)  */
/* ======================================== */
.size-option-box {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 40px 30px;
    position: relative; /* Badge konumlandırması için */
}

.size-option-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.size-option-box .icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.size-option-box h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
}

/* Minimal Fiyat Gösterimi */
.price-display {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: 20px;
}

.price-amount {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--accent-color);
}

.price-period {
    font-size: 1rem;
    color: #6c757d;
}

/* Vurgulanan Orta Seçenek İçin Ek Stiller */
.size-option-box.popular-choice {
    border: 2px solid var(--accent-color);
}

.badge-popular {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--accent-color);
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}










/* ======================================== */
/* İLETİŞİM SAYFASI (KIRMIZI TEMA & İKONLAR) */
/* ======================================== */

.contact-split-section .row {
    background: #fff;
    border-radius: 10px;
    overflow: hidden; /* Köşelerin haritaya da uygulanması için */
}

.contact-info-panel {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-panel h2 {
    color: var(--accent-color); /* Başlık rengi kırmızı yapıldı */
}

.contact-info-panel .info-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-info-panel .info-block:last-child {
    margin-bottom: 0;
}

.contact-info-panel .info-block > i { /* Sadece ana ikonları seçer */
    font-size: 24px;
    color: var(--accent-color); /* Ana ikonların rengi kırmızı yapıldı */
    margin-right: 20px;
    margin-top: 5px;
}

.contact-info-panel .info-block h5 {
    margin-bottom: 5px;
    color: var(--dark-color);
}

.contact-info-panel .info-block p {
    margin-bottom: 5px;
    line-height: 1.6;
    color: #555;
}

.contact-info-panel .info-block a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info-panel .info-block a:hover {
    color: var(--accent-color);
}

/* Telefon ve WhatsApp için eklenen küçük ikonlar */
.contact-line i {
    color: var(--accent-color); /* İkon rengi kırmızı */
    vertical-align: middle;
}


/* Haritanın mobil cihazlarda düzgün görünmesi için */
@media (max-width: 991.98px) {
    .contact-info-panel {
        padding: 30px;
    }
}


/* ======================================== */
/* HAKKIMIZDA SAYFASI STİLLERİ              */
/* ======================================== */

.about-us-section p {
    line-height: 1.8;
    color: #555;
}

.mission-vision-section .card {
    border: none;
    border-radius: 10px;
}

.mission-vision-section .card-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}