@charset "UTF-8";

/* ==========================================================================
   1. LOKAL FONTLAR (Sistemde yüklü olan 'Jost' Fontu - Modern & Kurumsal)
   ========================================================================== */
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/Jost-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/Jost-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/Jost-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/Jost-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/Jost-ExtraBold.ttf') format('truetype'); }

/* ==========================================================================
   2. GENEL DEĞİŞKENLER VE GÖVDE
   ========================================================================== */
:root {
    --primary-color: #232220; 
    --secondary-color: #E23E0F; 
    --accent-color: #C0330C; 
    --bg-light: #F8F9FA; 
    --text-dark: #1A1D20; 
}

body { 
    font-family: 'Jost', sans-serif; 
    color: var(--text-dark); 
    background-color: #fff; 
    line-height: 1.7;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Jost', sans-serif; letter-spacing: -0.5px; font-weight: 700; color: var(--primary-color); }
.tracking-wide { letter-spacing: 1px; }

/* ==========================================================================
   3. HEADER & NAVBAR
   ========================================================================== */
.top-bar { background-color: var(--primary-color); color: rgba(255,255,255,0.8); font-size: 12px; padding: 6px 0; font-weight: 400; border-bottom: 2px solid var(--secondary-color); }
.top-bar a { color: rgba(255,255,255,0.9); text-decoration: none; transition: color 0.3s ease; }
.top-bar a:hover { color: #fff; }
.top-bar i { color: var(--secondary-color); margin-right: 6px; }

.social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background-color: rgba(255,255,255,0.1); color: #fff; margin-left: 6px; font-size: 11px; transition: all 0.3s ease; }
.social-icons a i { margin: 0; color: #fff; }
.social-icons a:hover { background-color: var(--secondary-color); transform: translateY(-2px); }

.navbar { background: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.04); padding: 0; transition: all 0.4s ease; z-index: 1030; }
.navbar-brand img { transition: transform 0.4s ease; }
.navbar-brand:hover img { transform: scale(1.03); }

.nav-link { font-weight: 400 !important; font-size: 15px; color: var(--primary-color) !important; margin: 0 16px; text-transform: capitalize !important; letter-spacing: 0px !important; transition: 0.3s ease; position: relative; padding: 18px 0 !important; display: flex; align-items: center; }
.nav-link:hover, .nav-item.show > .nav-link { color: var(--secondary-color) !important; }
.menu-icon { font-size: 13px; margin-right: 7px; color: var(--secondary-color); transition: 0.3s ease; opacity: 0.8; }
.nav-link:hover .menu-icon { transform: scale(1.1); }
.navbar .dropdown-toggle::after { vertical-align: middle; margin-left: 6px; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; color: var(--secondary-color); opacity: 0.6; }
.nav-link::before { content: ''; position: absolute; width: 0; height: 2px; bottom: 8px; left: 0; background: var(--secondary-color); transition: all 0.3s ease; }
.nav-link:hover::before { width: 100%; }

.lang-dropdown .dropdown-toggle { border: 1px solid #e2e8f0; background: var(--bg-light); color: var(--primary-color) !important; padding: 6px 14px; border-radius: 30px; font-size: 13px; font-weight: 400 !important; display: flex; align-items: center; transition: all 0.3s; text-transform: none !important; }
.lang-dropdown .dropdown-toggle::after { display: none; }
.lang-dropdown .dropdown-toggle:hover { background: #e2e8f0; border-color: #cbd5e0; }

.dropdown-menu { border: none; border-radius: 8px; padding: 8px 0; box-shadow: 0 10px 25px rgba(0,0,0,0.08); margin-top: 0; border-top: 3px solid var(--secondary-color); display: none; min-width: 220px; z-index: 1031; }
.dropdown-item { font-size: 14.5px; font-weight: 400; padding: 8px 20px; color: var(--text-dark); transition: all 0.2s ease; text-transform: capitalize !important; }
.dropdown-item:hover { background-color: transparent; color: var(--secondary-color); padding-left: 25px; }
.dropdown-item i { font-size: 11px; margin-right: 8px; color: var(--secondary-color); opacity: 0.7; }

/* ==========================================================================
   4. ALT KATEGORİ (DROPEND)
   ========================================================================== */
@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu { display: block; visibility: visible; opacity: 1; margin-top: 0; transform: translateY(0); }
    .navbar .dropdown-menu .dropend { position: relative; }
    .navbar .dropdown-menu .dropend:hover > .dropdown-menu { display: block !important; visibility: visible !important; opacity: 1 !important; position: absolute; top: 0; left: 100%; margin-left: 0; margin-top: -3px; transform: translateY(0); }
    .navbar .dropdown-menu .dropend > .submenu-toggle::after { content: ""; border-top: 0.3em solid transparent; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; position: absolute; right: 12px; top: 50%; margin-top: -4px; opacity: 0.5; }
}

@media (max-width: 991px) {
    .navbar .dropdown-menu .dropend > .dropdown-menu { display: none; visibility: visible; opacity: 1; margin-top: 4px; margin-left: 15px; margin-right: 15px; border: none !important; border-left: 2px solid var(--secondary-color) !important; background-color: #f8f9fa; box-shadow: none !important; transform: none; }
    .navbar .dropdown-menu .dropend > .dropdown-menu.show-submenu { display: block !important; }
    .navbar .dropdown-menu .dropend > .submenu-toggle::after { content: "\f107"; font-family: 'Font Awesome 6 Free'; font-weight: 900; float: right; border: none; margin-top: 2px; }
}

/* ==========================================================================
   5. İNDEX SAYFASINA ÖZEL (Kicker, Sürükle Bırak Galeri)
   ========================================================================== */
.section-kicker { font-size: 0.85rem; font-weight: 700; color: var(--secondary-color); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; display: block; }
.section-title { font-weight: 800; color: var(--primary-color); letter-spacing: -1px; margin-bottom: 0; }

.swipeable-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 20px; padding-bottom: 20px; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
.swipeable-gallery::-webkit-scrollbar { display: none; }
/* Masaüstünde (Geniş Ekranda) 5 adet görsel yan yana gösterilir */
.swipeable-item { scroll-snap-align: start; flex: 0 0 calc(20% - 16px); } 

/* Galeri Üzerine Gelme (Hover) Etkileşimi */
.gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(226, 62, 15, 0.85); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: all 0.3s ease; z-index: 3; }
.gallery-card:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { color: #fff; font-size: 2rem; transform: translateY(20px); transition: all 0.3s ease; }
.gallery-card:hover .gallery-overlay i { transform: translateY(0); }
.gallery-overlay span { color: #fff; font-weight: 600; margin-top: 10px; font-size: 14px; transform: translateY(20px); transition: all 0.3s ease 0.1s; opacity: 0; }
.gallery-card:hover .gallery-overlay span { transform: translateY(0); opacity: 1; }

/* ==========================================================================
   6. FOOTER, ÇEREZ VE WHATSAPP ARAÇLARI
   ========================================================================== */
.whatsapp-float { position: fixed; width: auto; height: 60px; bottom: 40px; right: 30px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; z-index: 1000; display: flex; align-items: center; padding: 0 20px; text-decoration: none; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
.wa-text { font-size: 15px; font-family: 'Jost', sans-serif; font-weight: 600; margin-left: 10px; display: none; text-transform: capitalize; }
.whatsapp-float:hover { background-color: #128c7e; color: #FFF; transform: translateY(-5px) scale(1.02); }

.cookie-box { position: fixed; bottom: -200px; left: 30px; width: 380px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border: 1px solid #e5e7eb; border-top: 4px solid var(--secondary-color); border-radius: 16px; z-index: 1050; transition: bottom 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease; opacity: 0; }
.cookie-box.show { bottom: 30px; opacity: 1; }
.cookie-box .icon-circle { background-color: rgba(226, 62, 15, 0.1); color: var(--secondary-color); width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; }

/* Endüstriyel Footer Tasarımı */
.industrial-footer { position: relative; overflow: hidden; background-color: #1A1D20; font-family: 'Jost', sans-serif; }
.footer-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 30px 30px; z-index: 1; pointer-events: none; }

.footer-title { color: var(--secondary-color) !important; font-weight: 700; font-size: 14px; margin-bottom: 1.8rem; letter-spacing: 1.5px; text-transform: uppercase; }

.footer-socials a { font-size: 18px; color: #fff; transition: 0.3s; opacity: 0.5; }
.footer-socials a:hover { color: var(--secondary-color); opacity: 1; transform: translateY(-3px); }

.footer-links li { margin-bottom: 12px; }
.footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; transition: 0.3s; font-size: 14.5px; font-weight: 400; }
.footer-links a:hover { color: var(--secondary-color); padding-left: 6px; }

.footer-contact li { margin-bottom: 18px; }
.footer-contact i { color: var(--secondary-color); font-size: 18px; margin-right: 15px; margin-top: 3px; }
.footer-contact span, .footer-contact a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 14.5px; line-height: 1.6; }
.footer-contact a:hover { color: #fff; }

.footer-legal-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px; transition: 0.3s; }
.footer-legal-links a:hover { color: var(--secondary-color); }

/* ==========================================================================
   7. ORTAK UI BİLEŞENLERİ & EFEKTLER
   ========================================================================== */
.biography-text p { text-align: justify; }
.biography-text strong { color: var(--primary-color); font-weight: 700; }
.page-content img { max-width: 100%; height: auto !important; border-radius: 12px; margin: 25px 0; box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.page-content h2, .page-content h3, .page-content h4 { color: var(--primary-color); margin-top: 35px; margin-bottom: 15px; font-weight: 700; letter-spacing: -1px; }

.transition-hover { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
.card.transition-hover:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important; }
.transition-zoom { transition: transform 0.6s ease; }
.card.transition-hover:hover .transition-zoom { transform: scale(1.08); }

.map-section iframe { display: block; width: 100%; height: 450px; filter: grayscale(10%) contrast(1.05); border: none !important; }
.contact-section .form-control:focus, .contact-section .form-select:focus { box-shadow: 0 0 0 0.25rem rgba(226, 62, 15, 0.25); border-color: var(--secondary-color); }
.contact-section .form-check-input:checked { background-color: var(--secondary-color); border-color: var(--secondary-color); }

/* ==========================================================================
   8. MOBİL UYUMLULUK (MEDIA QUERIES)
   ========================================================================== */
@media (max-width: 1199.98px) {
    .swipeable-item { flex: 0 0 calc(25% - 15px); } /* Laptop'ta 4 öğe */
}

@media (min-width: 992px) { 
    .wa-text { display: inline-block; } 
}

@media (max-width: 991.98px) {
    .navbar { padding: 5px 0; }
    .navbar-nav { align-items: flex-start; }
    .nav-link { margin: 5px 0; padding: 10px 0 !important; display: inline-flex; font-size: 15px; width: 100%; }
    .nav-link::before { display: none; }
    .lang-dropdown { margin-top: 15px; margin-left: 0 !important; }
    .navbar-brand img { max-height: 60px !important; margin: 0 !important; }
    .navbar-collapse { padding-top: 15px; padding-bottom: 15px; }

    /* İndex Mobil Uyumluluk */
    .swipeable-item { flex: 0 0 calc(40% - 15px); } /* Tablette 2.5 öğe */
    .section-title { font-size: 2.2rem; }
    
    .footer-legal-links { margin-top: 10px; }
}

@media (max-width: 767px) { 
    .error-404-section h1.display-1 { font-size: 8rem !important; margin-bottom: 1rem !important; }
}

@media (max-width: 576px) { 
    .cookie-box { width: calc(100% - 40px); left: 20px; right: 20px; } 
    .swipeable-item { flex: 0 0 calc(75% - 15px); } /* Telefonda 1.5 öğe */
}

/* ==========================================================================
   9. BOOTSTRAP RENK EZİCİLER
   ========================================================================== */
.text-primary { color: var(--primary-color) !important; }
.bg-primary { background-color: var(--primary-color) !important; }
.text-secondary { color: var(--secondary-color) !important; }
.bg-secondary { background-color: var(--secondary-color) !important; }
.border-secondary { border-color: var(--secondary-color) !important; }

.btn-primary { background-color: var(--secondary-color) !important; border-color: var(--secondary-color) !important; color: #fff !important; }
.btn-primary:hover { background-color: var(--accent-color) !important; border-color: var(--accent-color) !important; }
.btn-outline-primary { color: var(--primary-color) !important; border-color: var(--primary-color) !important; background-color: transparent !important; }
.btn-outline-primary:hover { background-color: var(--primary-color) !important; color: #fff !important; border-color: var(--primary-color) !important; }
.alert-primary { background-color: rgba(35, 34, 32, 0.05) !important; border-color: rgba(35, 34, 32, 0.1) !important; color: var(--primary-color) !important; }