:root {
    /* YENİ LOGO RENK PALETİ */
    --barcha-blue: #18283b;
    --barcha-accent: #5a6d85;
    --barcha-light-blue: #2a3b50;
    --barcha-dark: #0f1a26;
}

/* YATAY KAYMAYI ENGELLEYEN ANA KURAL */
html, body {
    font-family: 'Gotham', 'Montserrat', system-ui, -apple-system, sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    color: #333333;
    overflow-x: hidden; 
    width: 100%;
    max-width: 100vw;
}

.text-blue { color: var(--barcha-blue) !important; }
.text-orange { color: var(--barcha-accent) !important; } 
.bg-blue { background-color: var(--barcha-blue) !important; }
.bg-orange { background-color: var(--barcha-accent) !important; }

.hover-orange { transition: color 0.3s; }
.hover-orange:hover { color: var(--barcha-accent) !important; }
.italic { font-style: italic; font-weight: 300; }

.hero-title { font-size: 4.5rem; font-weight: 300 !important; line-height: 1.2; }
.section-title { font-size: 2.8rem; font-weight: 700; letter-spacing: -0.5px; }
.stat-title { font-size: 4.5rem; font-weight: 300; }
.desi-section-text { font-size: 1.25rem; font-weight: 300; }
.service-icon { font-size: 3rem; }

.btn-orange {
    background-color: var(--barcha-accent);
    color: #ffffff;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: 500;
    border-radius: 0px !important;
}
.btn-orange:hover {
    background-color: var(--barcha-blue);
    color: #ffffff;
}

.btn-blue {
    background-color: var(--barcha-blue);
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 0px !important;
}
.btn-blue:hover {
    background-color: var(--barcha-dark);
}

/* YENİ: Fleet Teması Şeffaf Lüks Buton */
.btn-glass {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    border-radius: 0px !important;
}
.btn-glass:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    color: #ffffff;
}

/* TAM EKRAN FLEET KONSEPTİ */
.hero-video-section {
    position: relative;
    overflow: hidden;
    height: 100vh; /* Tam ekran yüksekliği */
    min-height: 600px;
    background-color: var(--barcha-dark);
    width: 100%;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 26, 38, 0.2) 0%, rgba(15, 26, 38, 0.90) 100%);
    z-index: 1;
}

.inner-hero-section {
    position: relative;
    height: 35vh;
    min-height: 250px;
    background: linear-gradient(rgba(15, 26, 38, 0.6), rgba(15, 26, 38, 0.6)), 
                url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    overflow: hidden;
}
.inner-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 26, 38, 0.2) 0%, rgba(15, 26, 38, 0.85) 100%);
    z-index: 1;
}

.premium-service-card {
    transition: all 0.4s ease;
    border: 1px solid transparent;
    background-color: transparent;
}
.premium-service-card:hover {
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    border-color: #f8f9fa;
    transform: translateY(-5px);
}

.process-step-node {
    width: 70px;
    height: 70px;
    line-height: 66px;
    border: 2px solid var(--barcha-accent);
    border-radius: 50%;
    background-color: #ffffff;
}

.premium-input {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(255,255,255,0.2) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    padding-left: 0;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    font-weight: 300;
}
.premium-input:focus {
    box-shadow: none !important;
    border-bottom-color: var(--barcha-accent) !important;
}
.premium-input::placeholder { color: rgba(255,255,255,0.3); }

.map-container { width: 100%; height: 500px; }

.jvm-tooltip {
    background-color: var(--barcha-dark) !important;
    color: #ffffff !important;
    font-family: inherit;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    border: none;
}

.premium-accordion .accordion-button:focus { box-shadow: none; }
.premium-accordion .accordion-button:not(.collapsed) {
    color: var(--barcha-accent) !important;
    background-color: transparent;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    font-size: 34px;
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1) translateY(-5px);
}

.marquee-wrapper { width: 100%; white-space: nowrap; overflow: hidden; }
.marquee-content { animation: marquee 30s linear infinite; }
.marquee-item {
    padding: 0 50px;
    color: #adb5bd;
    transition: all 0.4s ease;
    cursor: pointer;
    filter: grayscale(100%);
}
.marquee-item:hover { filter: grayscale(0%); color: var(--barcha-blue); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ========================================= */
/* MOBİL UYUMLULUK (RESPONSIVE) KESİN ÇÖZÜMLER */
/* ========================================= */
@media (max-width: 768px) {
    .hero-title { font-size: 2.2rem !important; line-height: 1.3; }
    .section-title { font-size: 1.8rem !important; }
    .stat-title { font-size: 3rem !important; }
    .desi-section-text { font-size: 1rem !important; }
    .service-icon { font-size: 2.5rem !important; }
    
    .hero-video-section { height: 85vh; min-height: 500px; padding-bottom: 2rem !important; }
    .inner-hero-section { height: 25vh; min-height: 180px; }
    
    .border-start-lg { border-left: none !important; padding-left: 0 !important; }
    
    .premium-input { font-size: 1.2rem; }
    
    /* Mobil boşlukları (Kenarlara yapışmayı engeller) */
    .container { padding-left: 20px !important; padding-right: 20px !important; }
    .premium-form { padding: 1.5rem !important; }
    .premium-service-card { padding: 1.5rem !important; }
    .mobile-desi-result { flex-direction: column; text-align: center; }
    
    .map-container { height: 300px; }
    .marquee-item { padding: 0 20px; }
    .marquee-item i { font-size: 2rem; }
    .marquee-item span { font-size: 1.2rem !important; }
    
    /* Logo mobilde çok büyükse menüyü aşağı iter, boyut sınırlandırıldı */
    .navbar-brand img { max-width: 160px; height: auto; }
    
    .whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; font-size: 28px; }
}

/* ==========================================================================
   GOOGLE TRANSLATE GİZLEME VE KURUMSAL ARAYÜZ
   ========================================================================== */
body { top: 0px !important; position: static !important; }
.goog-te-banner-frame, .goog-te-banner-frame.skiptranslate, .goog-te-banner, iframe.skiptranslate, .goog-te-preview-frame { display: none !important; visibility: hidden !important; height: 0px !important; }
.skiptranslate:not(#google_translate_element) { display: none !important; visibility: hidden !important; }
#goog-gt-tt, .goog-te-balloon-frame, #goog-gt-tt * { display: none !important; visibility: hidden !important; }
font { background-color: transparent !important; box-shadow: none !important; border-bottom: none !important; font-family: inherit !important; }