/* ==========================================================================
   ORTAK STILLER - TÜM SAYFALAR İÇİN
   ========================================================================== */

:root {
  --primary-color: #0d6efd;
  --text-dark: #2d3436;
  --text-muted: #636e72;
  --text-light: #b2bec3;
  --accent-color: #667eea;
  --accent-color-2: #764ba2;
  --bg-light: #f8f9fa;
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --card-shadow-hover: 0 15px 45px rgba(0, 0, 0, 0.12);
  --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

h1 {
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
  color: var(--primary-color);
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
  color: var(--primary-color);
}

h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
  padding-bottom: 0.25rem;
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.25;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.3;
  border-left: 4px solid var(--primary-color);
  padding-left: 1rem;
}

h4 {
  font-size: clamp(1rem, 2vw, 1.375rem);
  line-height: 1.4;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
}

/* Genel kaydırmayı önleme */
html,
body {
  overflow-x: hidden;
}

/* ==========================================================================
    NAVBAR STİLLERİ - BOOTSTRAP 5 UYUMLU
    ========================================================================== */

/* Navbar Temel Stiller */
.navbar {
  background: #0d6efd !important;
  padding: 0.8rem 0;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  min-height: 70px;
  overflow: visible !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  position: relative !important;
  z-index: 1000 !important;
}

.navbar.sticky-top {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

/* Offcanvas Stilleri */
.offcanvas {
  background-color: #0d6efd !important;
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem;
}

.offcanvas-title {
  color: white !important;
  font-weight: 600;
}

.offcanvas-body {
  padding: 1rem 0;
}

.offcanvas .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

@media (min-width: 992px) {
  .navbar {
    min-height: 70px;
    overflow: visible !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .navbar .container {
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    position: relative !important;
    justify-content: flex-start !important;
  }

  .navbar .offcanvas {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: none !important;
    flex-grow: 1 !important;
    margin-left: auto !important;
  }

  .offcanvas-header {
    display: none !important;
  }

  .offcanvas-body {
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
  }

  /* Masaüstü için dropdown hover */
  .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    animation: fadeIn 0.3s ease;
  }

  .nav-item.dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }

  .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .navbar {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .navbar .container {
    position: relative !important;
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
  }
}

.navbar-brand {
  color: white !important;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.navbar-brand svg {
  height: 45px;
  width: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-brand {
    position: absolute !important;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar .container {
    position: relative !important;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin-right: 2rem !important;
  }
}

/* Nav Link Stiller */
.navbar-nav {
  margin: 0 !important;
}

.navbar-nav .nav-link {
  position: relative;
  color: #ffffff !important;
  transition: all 0.3s ease;
  font-weight: 400;
  padding: 0.6rem 1rem !important;
  line-height: 1.4;
  font-size: 0.95rem;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.navbar-nav .nav-link:hover::after {
  width: 80%;
}

/* Dropdown Custom Styles */
.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1060 !important;
  position: relative;
  display: none !important;
  cursor: pointer !important;
  margin-left: auto !important;
  pointer-events: auto !important;
}

.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  border-color: white !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block !important;
  width: 1.5em !important;
  height: 1.5em !important;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto !important;
  }

  .navbar-brand {
    position: absolute !important;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
  }

  .navbar .container {
    position: relative !important;
  }
}

/* ==========================================================================
   TABLOLARIN TAŞMASINI ENGELLEME
   ========================================================================== */
table {
  table-layout: fixed;
  word-wrap: break-word;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

table thead th {
  padding: 1rem;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  border: none;
}

table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

table tbody tr:hover {
  background-color: #f8f9fa;
  transform: scale(1.01);
}

table tbody td {
  padding: 1rem;
  vertical-align: middle;
  border: none;
}

table caption {
  caption-side: bottom;
  padding-top: 1rem;
  color: var(--text-muted);
  font-style: italic;
  text-align: center;
}

/* ==========================================================================
   GÖRSELLERIN TAŞMASINI ENGELLEME VE HOVER EFEKTİ
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  transition: var(--transition-smooth);
}

/* Product Image Styles */
.product-img-hover {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.product-img-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Responsive Image Sizing */
@media (max-width: 768px) {
  .product-img-hover {
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }

  .portfolio-item img {
    max-width: 100%;
  }
}

/* Portfolio Item Styles */
.portfolio-item {
  transition: var(--transition-smooth);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.portfolio-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--card-shadow-hover);
}

.portfolio-item img {
  border-radius: 12px !important;
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  max-width: 600px;
  object-fit: contain;
}

.product-img-hover {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.product-img-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Responsive Image Sizing */
@media (max-width: 768px) {
  .product-img-hover {
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }

  .portfolio-item img {
    max-width: 100%;
  }
}

/* Linkli resimler için hover efekti */
a img {
  transition: var(--transition-smooth);
}

a:hover img {
  transform: scale(1.03);
  box-shadow: var(--card-shadow);
}

/* ==========================================================================
   EK STİLLER
   ========================================================================== */
.container-bg-light {
  background-color: #f8f9fa;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  color: #0d6efd;
}

/* ==========================================================================
   ÜRÜN DETAY SAYFASI STİLLERİ
   ========================================================================== */

/* SLIDER – TÜM RESİMLER AYNI BOY */
.mySwiper .swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* Hero Slider Responsive Image */
.hero-slider-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-slider-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}

/* Sipariş formu stilleri */
.order-form {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bank-info {
  background-color: #e9ecef;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  border-left: 4px solid #0d6efd;
}

.form-label {
  font-weight: 600;
}

.required::after {
  content: " *";
  color: red;
}

.btn-order {
  background-color: #0d6efd;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-order:hover {
  background-color: #0b5ed7;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.order-summary {
  background-color: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.success-message {
  display: none;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.iban-box {
  background-color: #fff;
  border: 1px dashed #0d6efd;
  border-radius: 6px;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  margin: 10px 0;
}

.order-tracking {
  background-color: #e7f3ff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.status-timeline {
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
}

.status-step {
  position: relative;
  margin-bottom: 1.5rem;
}

.status-step::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.3rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dee2e6;
}

.status-step.active::before {
  background-color: #0d6efd;
}

.status-step.completed::before {
  background-color: #198754;
}

.status-step::after {
  content: "";
  position: absolute;
  left: -1.44rem;
  top: 1.2rem;
  width: 2px;
  height: calc(100% + 0.5rem);
  background-color: #dee2e6;
}

.status-step:last-child::after {
  display: none;
}

.order-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0d6efd;
  background-color: #e7f3ff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: inline-block;
  margin: 0.5rem 0;
}

.whatsapp-btn {
  background-color: #25D366;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #128C7E;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
}

.customer-type-card {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #dee2e6;
}

.customer-type-card:hover {
  border-color: #0d6efd;
  transform: translateY(-2px);
}

.customer-type-card.selected {
  border-color: #0d6efd;
  background-color: #f8f9fa;
}

.corporate-fields {
  display: none;
}

/* ==========================================================================
   RENK SEÇENEKLERİ STİLLERİ
   ========================================================================== */

.color-options-container {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-color: white;
}

.color-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.color-item.selected {
  border-color: #0d6efd;
  background-color: #f8f9fa;
}

.color-box {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  transition: transform 0.2s ease;
}

.color-item:hover .color-box {
  transform: scale(1.1);
}

.color-name {
  font-size: 0.8rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}

.color-code {
  font-size: 0.7rem;
  color: #666;
  text-align: center;
}

.selected-color-info {
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0d6efd;
}

#selectedColorName {
  color: #0d6efd;
  font-weight: 600;
}

.color-notice {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  font-size: 0.9rem;
}

/* ==========================================================================
   ADET GİRİŞİ VE SİPARİŞ STİLLERİ
   ========================================================================== */

.quantity-input-container {
  position: relative;
}

.quantity-input-container .input-group-text {
  background-color: #e9ecef;
  font-weight: 600;
}

.quantity-info {
  background-color: #e7f3ff;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  border-left: 4px solid #0d6efd;
}

.quantity-info h6 {
  color: #0d6efd;
  margin-bottom: 10px;
}

.invalid-feedback {
  display: none;
  font-size: 0.875rem;
}

/* Minimum sipariş uyarısı için stiller */
.min-order-badge {
  background-color: #ffc107;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.85rem;
  margin-left: 10px;
}

.min-order-alert {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 0.9rem;
}

.min-order-alert i {
  color: #ffc107;
  margin-right: 5px;
}

/* 20 adet altı uyarısı */
.strict-min-alert {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
}

.strict-min-alert i {
  color: #dc3545;
  margin-right: 8px;
}

.strict-min-alert h5 {
  color: #721c24;
  margin-bottom: 10px;
}

/* ==========================================================================
   DUVAR KORUYUCULAR SAYFASI ÖZELLİKLERİ
   ========================================================================== */

.responsive-map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 8px;
}

.responsive-map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/* ==========================================================================
    RESPONSİVE STİLLER
    ========================================================================== */

@media (max-width: 991px) {

/* ==========================================================================
   PRODUCT GRID REDESIGN - UNIFORM IMAGES
   ========================================================================== */

.product-card-container {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-card-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: #0d6efd;
}

.product-img-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f8f9fa;
}

.product-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card-container:hover .product-img-frame img {
  transform: scale(1.1);
}

.product-card-body {
  padding: 1.25rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-title {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
  transition: color 0.3s ease;
  text-decoration: none !important;
}

.product-card-container:hover .product-card-title {
  color: #0d6efd;
}

.product-card-link {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

/* ==========================================================================
   AMAZON STYLE GALLERY
   ========================================================================== */
.amazon-gallery-wrapper {
  display: flex;
  gap: 20px;
}

.gallery-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70px;
  flex-shrink: 0;
}

.gallery-thumbnails img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease;
  padding: 2px;
}

.gallery-thumbnails img:hover {
  border-color: #e77600;
  box-shadow: 0 0 3px rgba(231, 118, 0, 0.5);
}

.gallery-thumbnails img.active-thumb {
  border: 2px solid #e77600;
  box-shadow: 0 0 3px 1px rgba(231, 118, 0, 0.2);
}

.gallery-main-image {
  flex-grow: 1;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.gallery-main-image img {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  object-fit: contain;
}

/* Responsive Galeri */
@media (max-width: 768px) {
  .amazon-gallery-wrapper {
    flex-direction: column-reverse;
  }

  .gallery-thumbnails {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    justify-content: center;
    padding-top: 10px;
  }

  .gallery-thumbnails img {
    width: 60px;
    height: 60px;
  }
}

/* Small Screens Logo Size */
@media (max-width: 480px) {
  .navbar-brand svg {
    width: 100px;
    height: auto;
    max-width: calc(100% - 60px);
  }

  .navbar-toggler {
    width: 45px !important;
    height: 38px !important;
  }
}

.gallery-thumbnails img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease;
  padding: 2px;
}

.gallery-thumbnails img:hover {
  border-color: #e77600;
  box-shadow: 0 0 3px rgba(231, 118, 0, 0.5);
}

.gallery-thumbnails img.active-thumb {
  border: 2px solid #e77600;
  box-shadow: 0 0 3px 1px rgba(231, 118, 0, 0.2);
}

.gallery-main-image {
  flex-grow: 1;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.gallery-main-image img {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  object-fit: contain;
}

/* Responsive Galeri */
@media (max-width: 768px) {
  .amazon-gallery-wrapper {
    flex-direction: column-reverse;
  }

  .gallery-thumbnails {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    justify-content: center;
    padding-top: 10px;
  }

  .gallery-thumbnails img {
    width: 60px;
    height: 60px;
  }
}

/* Çok küçük ekranlar için logo boyutu */
@media (max-width: 480px) {
  .navbar-brand svg {
    width: 100px;
    height: auto;
    max-width: calc(100% - 60px);
  }

  .navbar-toggler {
    width: 45px !important;
    height: 38px !important;
  }
}

/* Dropdown Fix */
.navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0;
}

.navbar-nav .dropdown-toggle {
  cursor: pointer;
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  margin-top: 0.125rem !important;
  padding: 0 !important;
  z-index: 1000 !important;
  min-width: 10rem !important;
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: none !important;
  animation: fadeIn 0.3s ease;
}

.navbar-nav .dropdown-menu.show {
  display: block !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-nav .dropdown-item {
  padding: 0.5rem 1rem !important;
  font-size: 1rem;
  color: #212529;
  white-space: nowrap;
}

.navbar-nav .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #1a1a1a;
}

/* Mobil menü içindeki dropdown */
.offcanvas-body .dropdown-menu {
  position: static !important;
  display: none !important;
  margin-top: 0 !important;
  background-color: #f8f9fa;
  border: none;
}

.offcanvas-body .dropdown-menu.show {
  display: block !important;
}

.offcanvas-body .dropdown-item {
  color: #212529 !important;
  padding: 0.5rem 1rem !important;
}

.offcanvas-body .dropdown-item:hover {
  background-color: #e9ecef;
}
