/* Base Styles */
html {
  font-size: 14px;
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
}

/* Top Contact Bar */
.top-contact-bar {
  background: #f8f9fa;
  padding: 8px 0;
  font-size: 14px;
}

.top-contact-info {
  color: #666;
}

.top-contact-info i {
  color: #333;
}

.cargo-top-link {
  color: #666;
  text-decoration: none;
}

.cargo-top-link:hover {
  color: #333;
}

/* Free Shipping Banner (moved from top) */
.free-shipping-banner {
  background: #ff6b6b;
  color: white;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
}

.free-shipping-banner strong {
  color: #ff3333;
}

/* Header Styles */
.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.left-info .contact-info {
  font-size: 14px;
  color: #666;
}

.left-info .contact-info i {
  color: #333;
  margin-right: 5px;
}

.logo-text {
  font-family: 'Dancing Script', cursive;
  font-size: 3.5rem;
  color: #333;
  font-weight: 700;
}

.user-actions a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.user-actions a:hover {
  color: #666;
}

/* Contact Info in Header */
.contact-info {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.contact-info i {
  color: #ff6b6b;
  margin-right: 5px;
}

/* Navigation */
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}

.nav-list li {
  position: relative;
}

.nav-list a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
  padding: 8px 0;
  display: block;
}

.nav-list a:hover {
  color: #666;
}

/* Category Dropdown Styles */
.nav-list .dropdown {
  position: relative;
}

.nav-list .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 0;
  z-index: 1000;
}

/* Hover yerine JavaScript ile kontrol edilecek */
.nav-list .dropdown-menu.show {
  display: block;
}

.nav-list .dropdown-menu li {
  display: block;
  width: 100%;
}

.nav-list .dropdown-menu a {
  padding: 8px 16px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
}

.nav-list .dropdown-menu a:hover {
  background-color: #f8f9fa;
}

/* User Dropdown Styles */
.user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  min-width: 200px;
  display: none;
  padding: 8px 0;
  margin-top: 10px;
  z-index: 1000;
}

.dropdown-menu.show {
  display: block;
}

.user-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
}

.user-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
}

.user-dropdown .dropdown-item i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.user-dropdown .dropdown-divider {
  height: 1px;
  background-color: #eee;
  margin: 8px 0;
}

.text-danger {
  color: #dc3545 !important;
}

.text-danger:hover {
  background-color: #fff5f5 !important;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.btn-hero {
  background: #ff6b6b;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-hero:hover {
  background: #ff5252;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255,107,107,0.4);
}

/* Category Grid */
.category-grid {
  background: #f8f9fa;
}

.category-card {
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card:hover {
  transform: translateY(-5px);
}

.beachwear-card {
  background: linear-gradient(rgba(135,206,235,0.8), rgba(135,206,235,0.8)), url('https://via.placeholder.com/600x300/87CEEB/fff?text=BEACHWEAR');
}

.takim-card {
  background: linear-gradient(rgba(255,215,0,0.8), rgba(255,215,0,0.8)), url('https://via.placeholder.com/600x300/FFD700/333?text=TAKIM');
}

.elbiseler-card {
  background: linear-gradient(rgba(255,105,180,0.8), rgba(255,105,180,0.8)), url('https://via.placeholder.com/600x300/FF69B4/fff?text=ELBISE');
}

.jean-card {
  background: linear-gradient(rgba(65,105,225,0.8), rgba(65,105,225,0.8)), url('https://via.placeholder.com/600x300/4169E1/fff?text=JEAN');
}

.category-content {
  text-align: center;
  color: white;
}

.category-content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-category {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}

.btn-category:hover {
  color: #333;
}

/* Featured Products */
.featured-products {
  background: white;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 30px;
}

.product-tabs {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.tab-btn {
  background: none;
  border: 2px solid #ddd;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  color: #666;
}

.tab-btn.active,
.tab-btn:hover {
  background: #ff6b6b;
  color: white;
  border-color: #ff6b6b;
}

/* Tab Content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Product Cards */
.product-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  height: 100%;
  position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.badge {
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.badge-new {
  background: #4ecdc4;
  color: white;
}

.badge-sale {
  background: #ff6b6b;
  color: white;
}

.product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}

.product-card:hover .product-actions {
  opacity: 1;
}

.btn-action {
  background: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.btn-action:hover {
  background: #ff6b6b;
  color: white;
  transform: scale(1.1);
}

.product-info {
  padding: 20px;
}

.product-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.product-price {
  margin-bottom: 15px;
}

.current-price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

.tax-included {
  color: #666;
  font-size: 12px;
  display: block;
}

.product-sizes {
  margin-bottom: 15px;
}

.size-option {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.size-option:hover {
  background: #ff6b6b;
  color: white;
  border-color: #ff6b6b;
}

.btn-add-cart {
  width: 100%;
  background: #333;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
  cursor: pointer;
}

.btn-add-cart:hover {
  background: #ff6b6b;
}

/* Modern Footer */
.modern-footer {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  margin-top: 60px;
  border-top: 3px solid #ff6b6b;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff6b6b, transparent);
}

/* Newsletter Section */
.newsletter-wrapper {
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  padding: 40px 0;
  margin: -3px -100% 0;
  position: relative;
  overflow: hidden;
}

.newsletter-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.newsletter-content {
  position: relative;
  z-index: 2;
}

.newsletter-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.newsletter-title i {
  font-size: 32px;
  opacity: 0.9;
}

.newsletter-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.modern-newsletter-form {
  position: relative;
  z-index: 2;
}

.modern-newsletter-form .input-group {
  margin-bottom: 12px;
}

.modern-newsletter-form .form-control {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 18px;
  font-size: 15px;
  border-radius: 12px 0 0 12px;
  backdrop-filter: blur(10px);
}

.modern-newsletter-form .form-control:focus {
  border-color: white;
  background: white;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.btn-newsletter {
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 0 12px 12px 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.btn-newsletter:hover {
  background: white;
  color: #333;
  border-color: white;
  transform: translateY(-2px);
}

.modern-newsletter-form .form-check {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.modern-newsletter-form .form-check a {
  color: white;
  text-decoration: underline;
  font-weight: 500;
}

.modern-newsletter-form .form-check a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Footer Content */
.footer-content {
  padding: 50px 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section h5 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff6b6b;
  display: inline-block;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-links a:hover {
  color: #ff6b6b;
  transform: translateX(8px);
}

.footer-links a::before {
  content: '→';
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #ff6b6b;
}

.footer-links a:hover::before {
  opacity: 1;
}

/* Footer Bottom */
.footer-bottom {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.footer-bottom .container {
  max-width: 1200px;
  margin: 0 auto;
}

.copyright {
  color: #666;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.copyright strong {
  color: #333;
  font-weight: 600;
}

.payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.payment-text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
}

.payment-methods i {
  font-size: 24px;
  color: #4ecdc4;
  transition: color 0.3s ease;
}

.payment-methods i:hover {
  color: #ff6b6b;
}

/* Footer Legal Notice */
.footer-legal {
  background: #222;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.footer-legal .container {
  max-width: 1200px;
  margin: 0 auto;
}

.legal-notice {
  margin: 0;
  font-size: 11px;
  color: #aaa;
  line-height: 1.4;
}

.legal-notice strong {
  color: #fff;
  font-weight: 600;
}

.legal-notice a {
  color: #4ecdc4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-notice a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

/* Responsive Design for Footer */
@media (max-width: 768px) {
  .newsletter-title {
    font-size: 22px;
    text-align: center;
  }
  
  .newsletter-subtitle {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .modern-newsletter-form .input-group {
    flex-direction: column;
  }
  
  .modern-newsletter-form .form-control,
  .btn-newsletter {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 8px;
  }
  
  .footer-content {
    padding: 30px 0 20px;
  }
  
  .footer-section {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .payment-methods {
    justify-content: center;
    margin-top: 15px;
  }
  
  .legal-notice {
    font-size: 10px;
    padding: 0 10px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .product-tabs {
    flex-direction: column;
    align-items: center;
  }
  
  .newsletter-form input {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .contact-info {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .user-actions {
    text-align: center;
  }
  
  /* Mobil Banner Boyutları */
  .hero-section {
    min-height: 40vh !important;
  }
  .hero-img-wrapper {
    min-height: 300px !important;
  }
  .hero-img-full {
    max-height: 40vh !important;
  }
  .category-card {
    height: 500px !important;
  }
  .hero-content-overlay h1 {
    font-size: 2rem !important;
  }
  .hero-content-overlay .lead {
    font-size: 1.2rem !important;
  }
  .category-content h2 {
    font-size: 1.8rem !important;
  }
}

/* Header Modernizasyonu */
.main-header-row {
  position: relative;
}

/* Logo */
.header-logo {
  flex: 0 0 auto;
  margin-left: 20px;
}

.logo {
  text-decoration: none;
  display: inline-block;
}

.logo-text {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  color: #333;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user-actions a {
  color: #226;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.2s;
}

.user-actions a:hover {
  color: #ff6b6b;
}

/* Hamburger Menü */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #222;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: none !important;
  }
  .main-header-row {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .header-logo {
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .user-actions {
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .main-menu-bar {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0.5rem;
  }
  .menu-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .logo-text {
    font-size: 2.4rem;
  }
  .newsletter-section h4 {
    font-size: 1.1rem;
  }
}

/* Dropdown mobilde açılır */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    box-shadow: none;
    min-width: 100%;
    padding-left: 16px;
    background: #f8f9fa;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1200;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(37,211,102,0.18), 0 1.5px 6px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.2s, background 0.2s;
  cursor: pointer;
  animation: whatsapp-float-in 0.7s cubic-bezier(.4,2,.6,1);
}
.whatsapp-float:hover {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-8px) scale(1.12) rotate(-6deg);
  box-shadow: 0 8px 32px rgba(37,211,102,0.25), 0 2px 8px rgba(0,0,0,0.10);
  filter: brightness(1.08) drop-shadow(0 0 8px #25d36688);
}
@keyframes whatsapp-float-in {
  0% { opacity: 0; transform: scale(0.7) translateY(40px); }
  80% { opacity: 1; transform: scale(1.08) translateY(-6px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
@media (max-width: 600px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    right: 16px;
    bottom: 16px;
  }
}

/* Dropdown Menu Styles */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-width: 200px;
    padding: 8px 0;
    margin-top: 10px;
    z-index: 1000;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    text-decoration: none;
}

.dropdown-item i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.dropdown-divider {
    height: 1px;
    background-color: #eee;
    margin: 8px 0;
}

.text-danger {
    color: #dc3545 !important;
}

.text-danger:hover {
    background-color: #fff5f5 !important;
}

/* Badge Styles */
.badge {
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
}

/* Mobile User Actions */
.mobile-user-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-actions-right {
    margin-left: auto;
}

.mobile-user-actions a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
    position: relative;
}

.mobile-user-actions a:hover {
    color: #ff6b6b;
}

.mobile-hamburger {
    border: none;
    background: none;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    transition: color 0.3s;
}

.mobile-hamburger:hover {
    color: #ff6b6b;
}

.mobile-user-actions .position-relative .badge {
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Menu */
@media (max-width: 991px) {
    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }

    .mobile-menu-overlay.active {
        display: block;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100%;
        background: white;
        z-index: 999;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

    .mobile-menu.active {
        left: 0;
    }
}

@media (min-width: 992px) {
    .mobile-hamburger,
    .mobile-menu,
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* Remove old menu-toggle styles */
.menu-toggle {
    display: none !important;
}

/* Mega Dropdown Menu (Masaüstü) */
@media (min-width: 992px) {
  .nav-list .dropdown {
    position: relative;
  }
  .mega-dropdown-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    min-width: 600px;
    max-width: 1100px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    border-radius: 12px;
    padding: 2.5rem 3rem 2.5rem 3rem;
    z-index: 1002;
    margin-top: 8px;
  }
  .nav-list .dropdown .mega-dropdown-menu.show {
    display: block;
  }
  .mega-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 1.5rem 3rem;
  }
  .mega-dropdown-item {
    font-size: 1.15rem;
    color: #111;
    text-decoration: none;
    padding: 0.2rem 0;
    transition: color 0.2s;
    display: block;
    font-weight: 400;
  }
  .mega-dropdown-item:hover {
    color: #ff69b4;
    text-decoration: underline;
  }
}

/* Header ve menüde tüm ögeler siyah */
.main-header, .main-header * {
  color: #111 !important;
  border-color: #111 !important;
}
.nav-list a, .main-menu-bar a, .user-actions a, .logo-text {
  color: #111 !important;
}
.nav-list a:hover, .main-menu-bar a:hover, .user-actions a:hover {
  color: #ff69b4 !important;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: white;
    z-index: 999;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-title {
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    color: #333;
    margin: 0;
}

.mobile-menu-close {
    border: none;
    background: none;
    padding: 8px;
    cursor: pointer;
    color: #333;
    font-size: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #ff6b6b;
}

.mobile-menu-list {
    padding: 12px 0;
}

.mobile-menu-list > li {
    position: relative;
}

.mobile-menu-list > li > a {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f5f5f5;
}

.mobile-menu-list > li:last-child > a {
    border-bottom: none;
}

.mobile-menu-list > li > a:hover {
    background-color: #f8f9fa;
    color: #ff6b6b;
}

.mobile-menu-list .has-submenu > a {
    padding-right: 15px;
}

.mobile-menu-list .submenu-toggle {
    font-size: 12px;
    color: #999;
    transition: transform 0.3s ease;
    margin-left: 8px;
}

.mobile-menu-list .has-submenu.open > a {
    color: #ff6b6b;
}

.mobile-menu-list .has-submenu.open > a .submenu-toggle {
    transform: rotate(90deg);
    color: #ff6b6b;
}

.mobile-submenu {
    display: none;
    background: #f8f9fa;
    padding: 8px 0;
}

.mobile-submenu > li > a {
    padding: 10px 20px 10px 35px;
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mobile-submenu > li > a:hover {
    color: #ff6b6b;
    background-color: #f1f1f1;
}

.mobile-menu-list .has-submenu.open > .mobile-submenu {
    display: block;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
}