/* Global Styles */
html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Orange accent color from branding */
.text-gold {
  color: #ff6b00 !important;
}

.bg-gold {
  background-color: #ff6b00 !important;
}

.border-gold {
  border-color: #ff6b00 !important;
}

/* Underline decoration */
.underline-gold {
  width: 80px;
  height: 4px;
  background: #ff6b00;
  margin: 0 auto;
}

/* Hero Section */
.hero-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Brand Cards */
.brand-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.brand-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

/* Executive Cards */
.executive-card {
  transition: transform 0.3s ease;
}

.executive-card:hover {
  transform: translateY(-5px);
}

/* Info Boxes */
.info-box {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
}

/* Stats Section */
.stat-item {
  padding: 20px;
}

/* Store Items */
.store-item {
  transition: all 0.3s ease;
}

.store-item:hover {
  background-color: #f8f9fa !important;
  transform: translateX(5px);
}

/* Buttons */
.btn-dark {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background-color: #ff6b00;
  border-color: #ff6b00;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}

.btn-outline-light:hover {
  background-color: #ff6b00;
  border-color: #ff6b00;
}

/* Form Controls */
.form-control:focus {
  border-color: #ff6b00;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.25);
}

/* Admin Panel Styles */
.admin-sidebar {
  min-height: 100vh;
  background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
}

.admin-sidebar .nav-link {
  color: rgba(255,255,255,0.7);
  padding: 12px 20px;
  margin: 5px 0;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
  background-color: #ff6b00;
  color: #fff;
}

.admin-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.admin-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.stat-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.stat-card h3 {
  color: #ff6b00;
}

/* Tables */
.table-hover tbody tr:hover {
  background-color: rgba(255, 107, 0, 0.1);
}

/* Alerts */
.alert {
  border-radius: 10px;
  border: none;
}

/* Page Header */
.page-header {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-in-out;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1.2rem;
  }
  
  .display-3 {
    font-size: 2rem;
  }
  
  .display-4 {
    font-size: 1.8rem;
  }
  
  .display-5 {
    font-size: 1.5rem;
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ff6b00;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e66000;
}

/* Hero Section Enhancements from style.css */
.hero-section {
    height: 100vh; /* Tam ekran yüksekliği */
    width: 100vw;  /* Tam ekran genişliği */
    position: relative;
    /* Arka plan görseli ayarları */
    background-image: url('/images/arkaplan.webp');
    background-size: cover;
    background-position: center;
    /* Görseli karartmak için lineer gradient kullanılır */
    /* Görselin orijinal rengini korurken karartma (gri tonlama) efekti için */
    background-blend-mode: multiply; /* Karıştırma modu */
    background-color: #474747; /* Karıştırma için temel koyu renk */
}

/* Turuncu Geometrik Şekil */
.overlay-shape {
    position: absolute;
    right: 0;
    top: 250px;
    width: 60%; /* Şeklin genel kaplayacağı alan */
    height: calc(100% - 250px);
    background-color: #D2691E; /* Koyu turuncu tonu */
    opacity: 0.75; /* Şeffaflık ayarı */
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

/* Marka Logoları/İsimleri Alanı */
.brands {
    position: absolute;
    bottom: 30px; /* Alttan boşluk */
    left: 0;
    right: 0;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white; /* Yazı rengi beyaz */
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 3; /* İçeriğin üzerinde görünmesini sağlar */
}

.brand-name {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}
