/* =========================
GENEL
========================= */

.h-65px { height:65px; }
.hw-50px { height:50px; }

.fix-img {
  object-fit: cover;
}

.text-standart, .text-standart p, .text-standart ul li {
    line-height: 1.8;
    font-size: 18px !important;
    font-size: 1rem;
    letter-spacing: 0em;
}

.bg-gray { background-color:rgba(176,175,175,1.00); }
.bg-orange { background-color:#f7941d; }

/* =========================
SLIDER
========================= */

.hero-slider {
  height: 94vh;
  position: relative;
}

.swiper,
.swiper-slide {
  height: 100%;
}

.slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.3),
    rgba(0,0,0,0.1)
  );
  z-index: 1;
}

.slide-inner .container {
  position: relative;
  z-index: 2;
}

.slide-scroll { position: absolute !important; z-index: 9; margin: 0 auto; left: 0; right: 0; bottom:3% !important; width: 0px; }

/* =========================
ÜRÜNLER SOL MENÜ
========================= */
.sol-menu-kapsayici {
    width: 100%;
    background: #f8f9fa;
    border: 1px solid #e4e7eb;
    border-radius: 6px;
    padding: 15px;
}
.menu-baslik {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    color: #333;
}
.expand-menu, .expand-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.expand-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    color: #495057;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #edf0f2;
    transition: all 0.2s ease;
}
.expand-menu li a:hover {
    background: #e9ecef;
    color: #007bff;
}

/* Alt Menülerin İlk Durumu (Gizli) */
.expand-menu .alt-menu, .expand-menu .en-alt-menu {
    display: none;
    background: #ffffff;
}

/* Kademe Girintileri */
.expand-menu .alt-menu a {
    padding-left: 25px;
    font-weight: 500;
    font-size: 15px;
}
.expand-menu .en-alt-menu a {
    padding-left: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #6c757d;
}

/* Küçük Ok İkonu ve Dönme Efekti */
.ok-ikon {
    width: 8px;
    height: 8px;
    border-right: 2px solid #6c757d;
    border-bottom: 2px solid #6c757d;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}
.has-sub.open > a > .ok-ikon {
    transform: rotate(45deg);
}
.has-sub.open > a {
    color: #007bff;
    background: #f1f3f5;
}

/* Aktif sayfa tasarımı */
.expand-menu .en-alt-menu li a:hover, 
.expand-menu .en-alt-menu li.active a {
    color: #007bff !important;
    font-weight: bold;
    background-color: #f8f9fa;
}

/* Mobil Filtre Butonu Alanı Stili */
.mobil-filtre-bar {
    background: #f1f3f5;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #e4e7eb;
}


/* =========================
LOGO EFFECT
========================= */
.logo-sweep {
  display: inline-block;
}

.logo-sweep img {
  filter: drop-shadow(0 0 0 rgba(180,220,255,0));
  transition: filter 0.4s ease;
}

.logo-sweep img {
  animation: logoGlow 1.5s ease-in-out infinite;
}

@keyframes logoGlow {
  0% {
    filter: drop-shadow(0 0 0 rgba(0, 255, 120, 0));
  }

  50% {
    filter:
      drop-shadow(0 0 6px rgba(0, 255, 120, 0.5))
      drop-shadow(0 0 14px rgba(0, 255, 120, 0.3));
  }

  100% {
    filter: drop-shadow(0 0 0 rgba(0, 255, 120, 0));
  }
}


.item-box {
  position: relative;
  padding: 60px 30px;
}

/* SVG */
.border-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* NORMAL DURUM (NOKTALI SABIT) */
.border-svg rect {
  fill: none;
  stroke: #7da2ff;
  stroke-width: 2;

  stroke-dasharray: 6 6;
  stroke-dashoffset: 0;

  transition: 0.3s;
}

/* HOVER ANIMASYON */
.item-box:hover .border-svg rect {
  animation: dashMove 1.5s linear infinite;
  stroke: #4f7cff;
}

/* ANIMASYON */
@keyframes dashMove {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -40;
  }
}


@media (max-width: 767px) {
	
.py-5 { margin:0px !important; padding:0px !important; }
.my-5 { margin:0px !important; padding:0px !important; }	
	
}



/* Banner Ana Kapsayıcı */
.ic-sayfa-banner {
    width: 100%;
    height: 300px;
    
    /* Arka plan resim ayarları */
    background-size: cover;       /* Resmi bozmadan alanı kaplayacak şekilde boyutlandırır */
    background-position: center;   /* Resmi dikeyde ve yatayda tam ortalar */
    background-repeat: no-repeat;  /* Resmin tekrarlanmasını engeller */
    
    /* İçindeki yazıları ortalamak için Flexbox düzeni */
    display: flex;
    align-items: center;           /* Dikeyde ortalama */
    justify-content: center;       /* Yatayda ortalama */
    text-align: center;
    
    /* Sayfa geçişlerinde şık durması için hafif bir gölge (isteğe bağlı) */
    box-shadow: inset 0 0 100px rgba(0,0,0,0.2); 
}

/* Banner İçindeki Yazı Alanı (Örn: Kategori Adı) */
.banner-icerik h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

/* Banner İçindeki Breadcrumb / Alt Başlık Alanı */
.banner-icerik p {
    color: #e0e0e0;
    font-size: 14px;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Mobil Cihazlar İçin Uyumluluk (Responsive) */
@media (max-width: 768px) {
    .ic-sayfa-banner {
        height: 200px; /* Mobilde çok kaba durmaması için yüksekliği 200px'e düşürüyoruz */
    }
    .banner-icerik h1 {
        font-size: 24px; /* Mobilde yazı boyutunu küçültüyoruz */
    }
}
