@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 (SİLVERCARE RENK PALETİ) 
   ========================================================================== */ 
:root { 
    --primary-color: #4a4e52; /* Logodaki Araç Silüeti Grisi */ 
    --secondary-color: #0084d6; /* Logodaki SilverCare Mavisi */ 
    --accent-color: #006bb3; /* Hover/Aktif Durumlar İçin Koyu Mavi */ 
    --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(--text-dark); } 
.tracking-wide { letter-spacing: 1px; } 

/* ========================================================================== 
   3. HEADER & NAVBAR 
   ========================================================================== */ 
.top-bar { background-color: #1A1D20; 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: 500 !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: 500 !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: 500; 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(--text-dark); 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; } 
.swipeable-item { scroll-snap-align: start; flex: 0 0 calc(20% - 16px); }  

/* Galeri Üzerine Gelme (Hover) Etkileşimi - Mavi Tonları */ 
.gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 132, 214, 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; } 

/* Hizmet/Uygulama Kartı Hover Overlay - Gri'den Maviye Geçiş */ 
.service-overlay { 
    position: absolute; 
    top: 0; left: 0; width: 100%; height: 100%; 
    background: linear-gradient(135deg, rgba(74, 78, 82, 0.6) 0%, rgba(0, 132, 214, 0.35) 100%); 
    z-index: 1; 
    transition: all 0.4s ease; 
    pointer-events: none; 
} 
.card.transition-hover:hover .service-overlay { 
    background: linear-gradient(135deg, rgba(74, 78, 82, 0.15) 0%, rgba(0, 132, 214, 0.75) 100%); 
} 

/* ========================================================================== 
   6. FOOTER, ÇEREZ VE WHATSAPP ARAÇLARI (Yeni Yapıya Göre Güncellendi)
   ========================================================================== */ 
.whatsapp-modern-btn { position: fixed; bottom: 30px; right: 30px; background-color: #25d366; color: white !important; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 4px; box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3); text-decoration: none !important; z-index: 9999; transition: all 0.3s ease; }
.whatsapp-modern-btn i { font-size: 32px; margin: 0; }
.whatsapp-modern-btn:hover { background-color: #128c7e; transform: translateY(-5px); box-shadow: 0 15px 30px rgba(18, 140, 126, 0.4); }

.cookie-box { position: fixed; bottom: 20px; left: 20px; max-width: 350px; background: #ffffff; border-radius: 4px; border-top: 4px solid var(--secondary-color); z-index: 10000; display: none; }
.cookie-box .icon-circle { background-color: rgba(0, 132, 214, 0.1); color: var(--secondary-color); width: 35px; height: 35px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 16px; }

/* Kurumsal Antrasit Footer Stilleri */
.sc-footer { background-color: #0a0e14; color: #a0aec0; font-family: 'Jost', sans-serif; }
.sc-footer .footer-title { color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; border-bottom: 2px solid var(--secondary-color); display: inline-block; padding-bottom: 8px; }
.sc-footer .footer-links a { color: #a0aec0; text-decoration: none; transition: all 0.3s ease; display: inline-block; padding: 5px 0; font-size: 14px; }
.sc-footer .footer-links a:hover { color: #ffffff; transform: translateX(5px); }
.sc-footer .footer-contact li { margin-bottom: 15px; font-size: 14px; color: #a0aec0; }
.sc-footer .footer-contact i { color: var(--secondary-color); width: 20px; text-align: center; margin-right: 12px; font-size: 16px; }
.sc-footer .footer-contact a { color: #ffffff; text-decoration: none; transition: 0.3s ease; }
.sc-footer .footer-contact a:hover { color: #61b4ff; }
.footer-bottom-bar { background-color: #05070a; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-legal-links a { color: #a0aec0; text-decoration: none; font-size: 13px; transition: 0.3s ease; }
.footer-legal-links a:hover { color: #ffffff; }

/* ========================================================================== 
   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(--text-dark); 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(20%) contrast(1.05); border: none !important; } 

.contact-section .form-control:focus, .contact-section .form-select:focus { box-shadow: 0 0 0 0.25rem rgba(0, 132, 214, 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: 768px) {  
    .error-404-section h1.display-1 { font-size: 8rem !important; margin-bottom: 1rem !important; } 
    .whatsapp-modern-btn { width: 55px; height: 55px; bottom: 20px; right: 20px; }
    .whatsapp-modern-btn i { font-size: 28px; }
} 

@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(--secondary-color) !important; border-color: var(--secondary-color) !important; background-color: transparent !important; } 
.btn-outline-primary:hover { background-color: var(--secondary-color) !important; color: #fff !important; border-color: var(--secondary-color) !important; } 

.alert-primary { background-color: rgba(0, 132, 214, 0.05) !important; border-color: rgba(0, 132, 214, 0.1) !important; color: var(--secondary-color) !important; }