/* ============================================
   İLETİŞİM SAYFASI - PREMIUM MODERN TASARIM
   Evran Yapı - 2024
   ============================================ */

/* === TEMEL AYARLAR === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1e293b;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Container */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Grid Sistemi */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.row>* {
    padding: 0 0.75rem;
    width: 100%;
}

.col-md-6 {
    width: 100%;
}

.col-lg-3 {
    width: 100%;
}

.col-lg-4 {
    width: 100%;
}

.col-lg-8 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333%;
    }

    .col-lg-8 {
        width: 66.666%;
    }
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.text-center {
    text-align: center;
}

.justify-content-center {
    justify-content: center;
}

/* === ANA SAYFA CONTAINER === */
.iletişim-ana-sayfa {
    min-height: 100vh;
    background: #f8fafc;
}

/* ============================================
   HERO BÖLÜMÜ - Koyu Gradient
   ============================================ */
.iletişim-hero-bölümü {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

/* Desenli arka plan */
.iletişim-hero-bölümü::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

/* Kırmızı glow efekti */
.iletişim-hero-bölümü::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

/* Breadcrumb */
.iletişim-breadcrumb {
    margin-bottom: 1.5rem;
}

.iletişim-breadcrumb .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.iletişim-breadcrumb .breadcrumb-item {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.iletişim-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.iletişim-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
}

.iletişim-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.iletişim-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '›';
    margin-right: 0.5rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Ana Başlık */
.iletişim-ana-başlık {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
    .iletişim-ana-başlık {
        font-size: 2rem;
    }
}

/* Açıklama */
.iletişim-açıklama {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================
   İLETİŞİM KARTLARI
   ============================================ */
.iletişim-kartları-bölümü {
    padding: 4rem 0;
    background: #ffffff;
    position: relative;
    margin-top: -40px;
    z-index: 10;
}

.iletişim-kartı {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
}

.iletişim-kartı:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: #dc2626;
}

/* İkon */
.iletişim-ikon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}

.iletişim-ikon i {
    font-size: 1.5rem;
    color: #ffffff;
}

/* Kart Başlık */
.iletişim-kart-başlık {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

/* Kart Açıklama */
.iletişim-kart-açıklama {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.iletişim-kart-açıklama a {
    color: #dc2626;
    text-decoration: none;
}

.iletişim-kart-açıklama a:hover {
    text-decoration: underline;
}

/* Kart Buton */
.iletişim-kart-buton {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #dc2626;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.iletişim-kart-buton:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Saat Durumu - Yeşil */
.iletişim-saat-durumu {
    background: #10b981;
}

.iletişim-saat-durumu:hover {
    background: #059669;
}

.iletişim-durum-ikon {
    font-size: 0.5rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

/* ============================================
   FORM BÖLÜMÜ
   ============================================ */
.iletişim-form-bölümü {
    padding: 5rem 0;
    background: #f8fafc;
}

/* Form Container */
.iletişim-form-kapsayıcı {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
    .iletişim-form-kapsayıcı {
        padding: 3rem;
    }
}

/* Form Başlık */
.iletişim-form-başlık {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.iletişim-form-başlık-metin {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.iletişim-form-alt-başlık {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
}

/* Form Grupları */
.iletişim-form-grup {
    margin-bottom: 1.5rem;
}

.iletişim-form-etiket {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.iletişim-form-etiket i {
    color: #dc2626;
    font-size: 0.875rem;
}

/* Form Inputları */
.iletişim-form-giriş {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    color: #1e293b;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.3s ease;
    outline: none;
}

.iletişim-form-giriş:focus {
    background: #ffffff;
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.iletişim-form-giriş::placeholder {
    color: #94a3b8;
}

/* Textarea */
textarea.iletişim-form-giriş {
    min-height: 140px;
    resize: vertical;
}

/* Select */
select.iletişim-form-giriş {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.25rem;
    padding-right: 3rem;
}

/* Vurgu - gizle */
.iletişim-form-vurgu {
    display: none;
}

/* Checkbox */
.iletişim-form-onay {
    margin: 1.5rem 0;
}

.iletişim-onay-kutusu {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.iletişim-onay-kutusu input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
}

.iletişim-onay-kutusu input[type="checkbox"]:checked {
    background: #dc2626;
    border-color: #dc2626;
}

.iletişim-onay-kutusu input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.iletişim-onay-metin {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
}

.iletişim-link {
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
}

.iletişim-link:hover {
    text-decoration: underline;
}

/* ============================================
   HIZLI İLETİŞİM PANELİ - AÇIK TEMA
   ============================================ */
.iletişim-hızlı-panel {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    position: sticky;
    top: 100px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
    .iletişim-hızlı-panel {
        padding: 2.5rem;
    }
}

.iletişim-panel-başlık {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}

.iletişim-panel-başlık::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #dc2626;
    border-radius: 2px;
}

/* Hızlı Seçenekler */
.iletişim-hızlı-seçenek {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s;
}

.iletişim-hızlı-seçenek:hover {
    background: #f1f5f9;
    transform: translateX(5px);
    border-color: #dc2626;
}

.iletişim-hızlı-ikon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.iletişim-hızlı-ikon.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.iletişim-hızlı-ikon.telefon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.iletişim-hızlı-ikon.eposta {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

.iletişim-hızlı-ikon i {
    color: #ffffff;
    font-size: 1.25rem;
}

.iletişim-hızlı-bilgi {
    flex: 1;
}

.iletişim-hızlı-bilgi h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.25rem 0;
}

.iletişim-hızlı-bilgi p {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0 0 0.5rem 0;
}

.iletişim-hızlı-buton {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s;
}

.iletişim-hızlı-buton.whatsapp {
    background: #25D366;
}

.iletişim-hızlı-buton.telefon {
    background: #3b82f6;
}

.iletişim-hızlı-buton.eposta {
    background: #8b5cf6;
}

.iletişim-hızlı-buton:hover {
    transform: scale(1.05);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Ofis Saatleri */
.iletişim-ofis-saatleri {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.iletişim-saat-başlık {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1rem;
    text-align: center;
}

.iletişim-saat-listesi {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.iletişim-saat-öğe {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 0.875rem;
}

.iletişim-saat-öğe.kapalı {
    opacity: 0.5;
}

.iletişim-gün {
    color: #0f172a;
    font-weight: 500;
}

.iletişim-saat {
    color: #64748b;
}

/* ============================================
   HARİTA BÖLÜMÜ
   ============================================ */
.iletişim-harita-bölümü {
    padding: 5rem 0;
    background: #ffffff;
}

.iletişim-harita-başlık {
    text-align: center;
    margin-bottom: 3rem;
}

.iletişim-harita-başlık-metin {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.iletişim-harita-açıklama {
    font-size: 1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.iletişim-harita-kapsayıcı {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.iletişim-harita-iframe iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

.iletişim-harita-overlay {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 300px;
}

@media (max-width: 768px) {
    .iletişim-harita-overlay {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
        border-radius: 0 0 20px 20px;
        margin-top: -4px;
    }
}

.iletişim-harita-bilgi h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.iletişim-harita-bilgi p {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.iletişim-harita-buton {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #dc2626;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s;
}

.iletişim-harita-buton:hover {
    background: #b91c1c;
    color: #ffffff;
}

/* ============================================
   SSS BÖLÜMÜ
   ============================================ */
.iletişim-sss-bölümü {
    padding: 5rem 0;
    background: #f8fafc;
}

.iletişim-sss-başlık {
    text-align: center;
    margin-bottom: 3rem;
}

.iletişim-sss-başlık h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.iletişim-sss-başlık p {
    color: #64748b;
}

.iletişim-sss-listesi {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.iletişim-sss-öğe {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.iletişim-sss-öğe:hover {
    border-color: #dc2626;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.iletişim-sss-başlık-buton {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    text-align: left;
    transition: color 0.3s;
}

.iletişim-sss-başlık-buton:hover {
    color: #dc2626;
}

.iletişim-sss-başlık-buton i {
    color: #94a3b8;
    transition: transform 0.3s;
}

.iletişim-sss-başlık-buton[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.iletişim-sss-içerik {
    border-top: 1px solid #e2e8f0;
}

.iletişim-sss-yanıt {
    padding: 1.25rem 1.5rem;
    color: #64748b;
    line-height: 1.7;
}

/* Collapse - Bootstrap tarzı */
.collapse:not(.show) {
    display: none;
}

/* ============================================
   ALERT
   ============================================ */
.alert {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.alert-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.alert-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert ul {
    margin: 0;
    padding-left: 1rem;
}

.btn-close {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0.5;
}

.btn-close:hover {
    opacity: 1;
}

/* ============================================
   SABİT ELEMENTLER
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.3s;
}

.whatsapp-float i {
    color: #ffffff;
    font-size: 1.75rem;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.back-to-top {
    position: fixed;
    bottom: 5rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    background: #0f172a;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 998;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #dc2626;
}

/* ============================================
   MOBİL UYUMLULUK
   ============================================ */
@media (max-width: 991px) {
    .iletişim-hero-bölümü {
        padding: 120px 0 60px;
    }

    .iletişim-hızlı-panel {
        position: static;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .iletişim-hero-bölümü {
        padding: 100px 0 50px;
    }

    .iletişim-ana-başlık {
        font-size: 1.75rem;
    }

    .iletişim-açıklama {
        font-size: 1rem;
    }

    .iletişim-kartları-bölümü {
        padding: 2rem 0;
        margin-top: -20px;
    }

    .iletişim-form-bölümü {
        padding: 3rem 0;
    }

    .iletişim-form-kapsayıcı {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .iletişim-hızlı-panel {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .iletişim-harita-iframe iframe {
        height: 280px;
    }

    .iletişim-harita-bölümü,
    .iletişim-sss-bölümü {
        padding: 3rem 0;
    }
}