/**
 * Yeşil tema - #00b755 ağırlıklı
 * Tüm turuncu renkler yeşile override
 * Mobil uyumlu
 */
:root {
  --main-color: #00b755;
  --main-color-rgb: 0, 183, 85;
  --bs-orange: #00b755;
  --bs-warning: #00b755;
}

html, body {
  background-color: #212529 !important;
}

/* ========== BUTONLAR ========== */
.btn-primary, .mobile-register, button.btn-primary {
  background: linear-gradient(to right, #0a3d2a 0%, #00b755 30%, #00b755 70%, #0a3d2a 100%) !important;
  background-size: 200% auto !important;
  border-color: #00b755 !important;
  color: #fff !important;
  transition: background-position 0.4s ease;
}
.btn-primary:hover, .mobile-register:hover, button.btn-primary:hover {
  background-position: right center !important;
  color: #fff !important;
  opacity: 1;
  box-shadow: 0 0 20px rgba(0, 183, 85, 0.4);
}
.btn-primary:active, button.btn-primary:active {
  background-position: left center !important;
  color: #fff !important;
}
.btn-primary.btn-outline {
  border-color: #00b755 !important;
  color: #00b755 !important;
  background: rgba(0, 183, 85, 0.15) !important;
}
.btn-secondary {
  color: #00b755 !important;
  border-color: rgba(0, 183, 85, 0.4) !important;
}
.btn-secondary:hover {
  color: #00d965 !important;
  background: rgba(0, 183, 85, 0.1) !important;
  border-color: #00b755 !important;
}

/* ========== MENÜ - bottom_bar (eski yapı) ========== */
.bottom_bar {
  background-color: #1a1f22 !important;
  border: 1px solid rgba(0, 183, 85, 0.25) !important;
  border-radius: 12px !important;
}
.bottom_bar a {
  color: #e8e8e8 !important;
}
.bottom_bar a.active {
  border-bottom: solid 3px #00b755 !important;
  color: #00b755 !important;
  opacity: 1 !important;
}
.bottom_bar a:hover {
  color: #00b755 !important;
  opacity: 1 !important;
}
.bottom_bar li a::after {
  background-color: #00b755 !important;
}

/* ========== YENİ PROFESYONEL MENÜ - topmenu-grid ========== */
.topmenu-inner {
  background: #1a1f22;
  border: 1px solid rgba(0, 183, 85, 0.2);
  border-radius: 12px;
  padding: 16px;
}
.topmenu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
}
.topmenu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #c8ccd0;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
  min-height: 72px;
}
.topmenu-item:hover {
  background: rgba(0, 183, 85, 0.12);
  color: #00b755;
}
.topmenu-item.active {
  background: rgba(0, 183, 85, 0.18);
  color: #00b755;
  border: 1px solid rgba(0, 183, 85, 0.4);
}
.topmenu-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topmenu-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.topmenu-label {
  text-align: center;
  line-height: 1.2;
}

/* ========== DROPDOWN MENÜ ========== */
.dropdown-menu {
  background-color: #1e2328 !important;
  border: 1px solid rgba(0, 183, 85, 0.2) !important;
}
.dropdown-menu li a:hover,
.dropdown-item:hover {
  color: #00b755 !important;
  background: rgba(0, 183, 85, 0.1) !important;
}
.dropdown-item.active {
  color: #00b755 !important;
  background: rgba(0, 183, 85, 0.15) !important;
}

/* ========== MOBİL NAVİGASYON - PROFESYONEL TASARIM ========== */
.mobile-navigation-body,
.mobile-navigation1-body {
  background: linear-gradient(180deg, #14181c 0%, #1a1f22 100%) !important;
  border-right: none !important;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.4);
}

/* Mobil Menü Header */
.mobile-navigation-header {
  padding: 0 !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #0d1216 0%, #14181c 100%);
  border-bottom: 1px solid rgba(0, 183, 85, 0.15);
}

/* Header Top - Logo ve Kapatma */
.mobile-nav-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.08) 0%, transparent 100%);
}

.mobile-nav-logo {
  flex: 1;
}

.mobile-nav-logo-link {
  display: block;
  text-decoration: none;
}

.mobile-nav-logo-img {
  height: 45px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.mobile-nav-logo-link:hover .mobile-nav-logo-img {
  transform: scale(1.02);
}

/* Kapatma Butonu */
.mobile-nav-close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #00b755;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.mobile-nav-close:hover {
  background: rgba(0, 183, 85, 0.15);
  border-color: rgba(0, 183, 85, 0.4);
  transform: rotate(90deg);
}

.mobile-nav-close svg {
  width: 20px;
  height: 20px;
}

/* Kullanıcı Kartı */
.mobile-nav-user-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.1) 0%, rgba(0, 183, 85, 0.02) 100%);
  border-bottom: 1px solid rgba(0, 183, 85, 0.1);
}

.mobile-nav-user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b755 0%, #008f42 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 183, 85, 0.3);
  flex-shrink: 0;
}

.mobile-nav-user-info {
  flex: 1;
  min-width: 0;
}

.mobile-nav-username {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-nav-balance {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #00b755;
}

.mobile-nav-currency {
  font-size: 14px;
  opacity: 0.8;
}

/* Giriş/Kayıt Butonları */
.mobile-nav-auth-buttons {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.05) 0%, transparent 100%);
  border-bottom: 1px solid rgba(0, 183, 85, 0.1);
}

.mobile-nav-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
}

.mobile-nav-btn svg {
  flex-shrink: 0;
}

.mobile-nav-btn-login {
  background: rgba(255, 255, 255, 0.08);
  color: #e8e8e8;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav-btn-login:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.mobile-nav-btn-register {
  background: linear-gradient(135deg, #00b755 0%, #009645 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 183, 85, 0.3);
}

.mobile-nav-btn-register:hover {
  background: linear-gradient(135deg, #00c95e 0%, #00a84d 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 183, 85, 0.4);
}

/* Hızlı İkonlar */
.mobile-nav-quick-icons {
  display: flex;
  justify-content: space-around;
  padding: 16px 12px;
  background: rgba(0, 0, 0, 0.2);
  gap: 8px;
}

.mobile-nav-icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 8px;
  border-radius: 12px;
  text-decoration: none;
  color: #a0a8b0;
  font-size: 11px;
  font-weight: 500;
  transition: all 0.25s ease;
  min-width: 60px;
}

.mobile-nav-icon-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.mobile-nav-icon-btn i {
  font-size: 22px;
  color: #00b755;
  transition: transform 0.2s ease;
}

.mobile-nav-icon-btn:hover {
  background: rgba(0, 183, 85, 0.1);
  color: #00b755;
}

.mobile-nav-icon-btn:hover img,
.mobile-nav-icon-btn:hover i {
  transform: scale(1.1);
}

/* Menü Bölümü Başlığı */
.mobile-nav-menu-section {
  padding: 20px 16px;
}

.mobile-nav-section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00b755;
  margin-bottom: 12px;
  padding-left: 8px;
  opacity: 0.8;
}

/* Sol menü - seçilebilir menü stilleri */
.mobile-navigation .left-menu-list {
  padding: 0 4px;
}

.mobile-navigation .left-menu-list .left-menu-item {
  margin: 4px 0;
  padding: 0;
  border-radius: 12px;
  border-left: 3px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.mobile-navigation .left-menu-list .left-menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(0, 183, 85, 0.2) 0%, transparent 100%);
  transition: width 0.3s ease;
}

.mobile-navigation .left-menu-list .left-menu-item:hover::before {
  width: 100%;
}

.mobile-navigation .left-menu-list .left-menu-item a {
  color: #c8ccd0;
  padding: 14px 12px 14px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
}

.mobile-navigation .left-menu-list .left-menu-item a > div {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all 0.25s ease;
}

.mobile-navigation .left-menu-list .left-menu-item a > div img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.mobile-navigation .left-menu-list .left-menu-item:hover {
  border-left-color: #00b755;
  background: rgba(0, 183, 85, 0.08) !important;
  transform: translateX(4px);
}

.mobile-navigation .left-menu-list .left-menu-item:hover a {
  color: #00b755 !important;
}

.mobile-navigation .left-menu-list .left-menu-item:hover a > div {
  background: rgba(0, 183, 85, 0.15);
}

.mobile-navigation .left-menu-list .left-menu-item:hover a > div img {
  transform: scale(1.1);
}

.mobile-navigation .left-menu-list .left-menu-item.active {
  border-left-color: #00b755;
  background: linear-gradient(90deg, rgba(0, 183, 85, 0.2) 0%, rgba(0, 183, 85, 0.05) 100%) !important;
  box-shadow: inset 0 0 20px rgba(0, 183, 85, 0.1);
}

.mobile-navigation .left-menu-list .left-menu-item.active a {
  color: #00b755 !important;
  font-weight: 600;
}

.mobile-navigation .left-menu-list .left-menu-item.active a > div {
  background: rgba(0, 183, 85, 0.2);
}

.mobile-navigation .left-menu-list .left-menu-item:active {
  background: rgba(0, 183, 85, 0.25) !important;
  transform: translateX(2px);
}

/* Aktif menü öğesi için glow efekti */
.mobile-navigation .left-menu-list .left-menu-item.active::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b755;
  box-shadow: 0 0 8px #00b755;
}

.mobile-navigation ul li a:hover,
.mobile-navigation1 ul li a:hover {
  color: #00b755 !important;
}

.mobile-navigation ul li.active,
.mobile-navigation1 ul li.active {
  background: rgba(0, 183, 85, 0.15) !important;
}

/* Mobil Menü Animasyonları */
.mobile-navigation {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-navigation:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.mobile-navigation.active {
  opacity: 1;
  visibility: visible;
}

.mobile-navigation-body {
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-navigation.active .mobile-navigation-body {
  transform: translateX(0);
}

/* Backdrop */
.mobile-navigation-space {
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.mobile-navigation.add-backdrop .mobile-navigation-space {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

/* Cüzdan Menüsü (mobile-navigation1) */
.mobile-navigation1-body {
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-navigation1.active .mobile-navigation1-body {
  transform: translateX(0);
}

.mobile-navigation1-header {
  padding: 20px;
  background: linear-gradient(135deg, #0d1216 0%, #14181c 100%);
  border-bottom: 1px solid rgba(0, 183, 85, 0.15);
}

.head-mobile-navigation1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-mobile-navigation1 > div:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.head-mobile-navigation1 > div:first-child::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #00b755 0%, #008f42 100%);
  border-radius: 2px;
}

/* Scrollbar Stilleri */
.mobile-navigation-body::-webkit-scrollbar,
.mobile-navigation1-body::-webkit-scrollbar {
  width: 4px;
}

.mobile-navigation-body::-webkit-scrollbar-track,
.mobile-navigation1-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.mobile-navigation-body::-webkit-scrollbar-thumb,
.mobile-navigation1-body::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 85, 0.3);
  border-radius: 2px;
}

.mobile-navigation-body::-webkit-scrollbar-thumb:hover,
.mobile-navigation1-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 183, 85, 0.5);
}

/* ========== MOBİL CÜZDAN MENÜSÜ - PROFESYONEL ========== */

.mobile-navigation1-body {
  background: linear-gradient(180deg, #14181c 0%, #0d1216 100%) !important;
}

/* Header */
.mobile-wallet-header {
  padding: 20px;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.08) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-wallet-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-wallet-header-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.mobile-wallet-header-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #00b755 0%, #009645 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 183, 85, 0.3);
}

.mobile-wallet-close {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808890;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-wallet-close:hover {
  background: rgba(255, 107, 107, 0.15);
  border-color: rgba(255, 107, 107, 0.3);
  color: #ff6b6b;
}

/* Bakiye Bölümü */
.mobile-wallet-balance-section {
  padding: 20px;
}

.mobile-wallet-balance-card-modern {
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.15) 0%, rgba(0, 183, 85, 0.05) 100%);
  border: 1px solid rgba(0, 183, 85, 0.2);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.mobile-wallet-balance-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00b755 0%, #00d665 50%, #00b755 100%);
}

.mobile-wallet-balance-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.mobile-wallet-balance-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #808890;
}

.mobile-wallet-balance-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 183, 85, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b755;
}

.mobile-wallet-balance-value {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.mobile-wallet-currency {
  font-size: 24px;
  color: #00b755;
}

/* İşlemler Grid */
.mobile-wallet-actions-section {
  padding: 0 20px 20px;
}

.mobile-wallet-section-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #606870;
  margin-bottom: 16px;
}

.mobile-wallet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mobile-wallet-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-wallet-grid-item:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 183, 85, 0.2);
}

.mobile-wallet-grid-item.deposit:hover {
  background: rgba(0, 183, 85, 0.08);
  border-color: rgba(0, 183, 85, 0.3);
}

.mobile-wallet-grid-item.withdraw:hover {
  background: rgba(255, 107, 107, 0.08);
  border-color: rgba(255, 107, 107, 0.3);
}

.mobile-wallet-grid-item.transfer:hover {
  background: rgba(78, 205, 196, 0.08);
  border-color: rgba(78, 205, 196, 0.3);
}

.mobile-wallet-grid-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.mobile-wallet-grid-item.deposit .mobile-wallet-grid-icon {
  background: linear-gradient(135deg, #00b755 0%, #009645 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 183, 85, 0.35);
}

.mobile-wallet-grid-item.withdraw .mobile-wallet-grid-icon {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.35);
}

.mobile-wallet-grid-item.transfer .mobile-wallet-grid-icon {
  background: linear-gradient(135deg, #4ecdc4 0%, #44a3aa 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(78, 205, 196, 0.35);
}

.mobile-wallet-grid-label {
  font-size: 12px;
  font-weight: 600;
  color: #c8ccd0;
  text-align: center;
}

/* Son İşlemler */
.mobile-wallet-recent {
  padding: 0 20px 20px;
}

.mobile-wallet-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #505860;
}

.mobile-wallet-empty span {
  font-size: 13px;
  color: #606870;
}

/* ========== CÜZDAN MENÜSÜ ÖZEL STİLLER ========== */

/* Cüzdan Bakiye Kartı */
.mobile-wallet-balance-card {
  margin: 20px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.15) 0%, rgba(0, 183, 85, 0.05) 100%);
  border: 1px solid rgba(0, 183, 85, 0.2);
  border-radius: 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mobile-wallet-balance-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00b755 0%, #00d665 50%, #00b755 100%);
}

.mobile-wallet-balance-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a0a8b0;
  margin-bottom: 12px;
}

.mobile-wallet-balance-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 32px;
  font-weight: 700;
  color: #00b755;
  text-shadow: 0 2px 8px rgba(0, 183, 85, 0.3);
}

.mobile-wallet-currency {
  font-size: 24px;
  opacity: 0.9;
}

/* Cüzdan İşlem Listesi */
.mobile-wallet-actions {
  padding: 0 16px;
  list-style: none;
  margin: 0;
}

.mobile-wallet-actions li {
  margin: 8px 0;
}

.mobile-wallet-action-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

.mobile-wallet-action-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 183, 85, 0.2);
  transform: translateX(4px);
}

.mobile-wallet-action-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mobile-wallet-action-text {
  flex: 1;
  min-width: 0;
}

.mobile-wallet-action-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.mobile-wallet-action-desc {
  font-size: 12px;
  color: #808890;
}

.mobile-wallet-action-arrow {
  color: #606870;
  transition: all 0.2s ease;
}

.mobile-wallet-action-item:hover .mobile-wallet-action-arrow {
  color: #00b755;
  transform: translateX(4px);
}

/* Cüzdan menüsü animasyonları */
.mobile-navigation1 {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-navigation1:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.mobile-navigation1.active {
  opacity: 1;
  visibility: visible;
}

.mobile-navigation1-space {
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.mobile-navigation1.add-backdrop .mobile-navigation1-space {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

/* Mobil Cüzdan Butonu */
.wallet-mobile {
  display: none !important;
}

@media (max-width: 575px) {
  .wallet-desktop {
    display: none !important;
  }
  .wallet-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 33px;
    padding: 0 !important;
    border-radius: 8px;
  }
  .wallet-mobile svg {
    width: 20px;
    height: 18px;
  }
}

/* ========== MOBİL MENÜ KATEGORİLERİ ========== */

/* Menü Kategori Konteyner */
.mobile-nav-category {
  margin-bottom: 8px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease;
}

.mobile-nav-category:hover {
  border-color: rgba(0, 183, 85, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

/* Kategori Başlığı */
.mobile-nav-category-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.mobile-nav-category-header:hover {
  background: rgba(255, 255, 255, 0.03);
}

.mobile-nav-category-no-toggle {
  cursor: default;
}

.mobile-nav-category-no-toggle:hover {
  background: transparent;
}

/* Kategori İkonu */
.mobile-nav-category-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mobile-nav-category-icon svg {
  width: 18px;
  height: 18px;
}

/* Kategori Başlık Metni */
.mobile-nav-category-title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
}

/* Kategori Ok İkonu */
.mobile-nav-category-arrow {
  color: #606870;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-category.expanded .mobile-nav-category-arrow {
  transform: rotate(180deg);
  color: #00b755;
}

/* Kategori Listesi */
.mobile-nav-category-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 12px 0 16px;
  margin: 0;
  list-style: none;
}

.mobile-nav-category.expanded .mobile-nav-category-list {
  padding-bottom: 12px;
}

.mobile-nav-category-static .mobile-nav-category-list {
  max-height: none;
  padding-bottom: 12px;
}

/* ========== MENÜ ÖĞELERİ - GELİŞMİŞ STİLLER ========== */

/* Menü İkon Wrapper */
.menu-icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
  position: relative;
}

.menu-icon-wrapper img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Menü Metni */
.menu-item-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #c8ccd0;
  transition: color 0.2s ease;
}

.left-menu-item:hover .menu-item-text,
.left-menu-item.active .menu-item-text {
  color: #fff;
}

/* Menü Ok İkonu */
.menu-item-arrow {
  color: #505860;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateX(-4px);
}

.left-menu-item:hover .menu-item-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #00b755;
}

/* Öne Çıkan Menü Öğeleri */
.left-menu-item-featured .menu-icon-wrapper {
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 183, 85, 0); }
  50% { box-shadow: 0 0 0 4px rgba(0, 183, 85, 0.1); }
}

/* Vurgulu Menü Öğeleri */
.left-menu-item-highlight .menu-item-text {
  font-weight: 600;
  color: #e8e8e8;
}

/* ========== MENÜ BADGE'LERİ ========== */

.menu-item-badge {
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

/* CANLI Badge */
.menu-live-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 2px 6px;
  background: linear-gradient(135deg, #ff4757 0%, #ff3838 100%);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(255, 71, 87, 0.4);
  animation: livePulse 1.5s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* HOT Badge */
.badge-hot {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

/* YENİ Badge */
.badge-new {
  background: linear-gradient(135deg, #00b755 0%, #008f42 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 183, 85, 0.3);
}

/* VIP Badge */
.badge-vip {
  background: linear-gradient(135deg, #ffd700 0%, #ffb800 100%);
  color: #1a1f22;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

/* 7/24 Badge */
.badge-success {
  background: linear-gradient(135deg, #00b755 0%, #008f42 100%);
  color: #fff;
}

/* HIZLI Badge */
.badge-fast {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
}

/* PROMO Badge */
.badge-promo {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  animation: promoShine 2s ease-in-out infinite;
}

@keyframes promoShine {
  0%, 100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.4); }
  50% { box-shadow: 0 0 0 4px rgba(231, 76, 60, 0); }
}

/* Bonus Sayı Badge */
.badge-bonus {
  background: linear-gradient(135deg, #f39c12 0%, #d68910 100%);
  color: #fff;
  min-width: 20px;
  text-align: center;
}

/* Mesaj Sayı Badge */
.badge-message {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  min-width: 20px;
  text-align: center;
}

/* Durum Noktası (Online/Canlı Destek) */
.menu-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00b755;
  box-shadow: 0 0 0 2px rgba(0, 183, 85, 0.3);
  animation: statusBlink 2s ease-in-out infinite;
}

@keyframes statusBlink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 2px rgba(0, 183, 85, 0.3); }
  50% { opacity: 0.7; box-shadow: 0 0 0 4px rgba(0, 183, 85, 0.1); }
}

/* ========== MENÜ ÖĞESİ GELİŞMİŞ HOVER EFEKTLERİ ========== */

.mobile-navigation .left-menu-item {
  margin: 4px 0;
  padding: 0;
  border-radius: 12px;
  border-left: 3px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.mobile-navigation .left-menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(0, 183, 85, 0.15) 0%, transparent 100%);
  transition: width 0.3s ease;
}

.mobile-navigation .left-menu-item:hover::before {
  width: 100%;
}

.mobile-navigation .left-menu-item a {
  color: #c8ccd0;
  padding: 10px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
}

.mobile-navigation .left-menu-item:hover {
  border-left-color: #00b755;
  background: rgba(0, 183, 85, 0.06) !important;
  transform: translateX(4px);
}

.mobile-navigation .left-menu-item:hover a {
  color: #00b755 !important;
}

.mobile-navigation .left-menu-item:hover .menu-icon-wrapper {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 183, 85, 0.2);
}

.mobile-navigation .left-menu-item.active {
  border-left-color: #00b755;
  background: linear-gradient(90deg, rgba(0, 183, 85, 0.15) 0%, rgba(0, 183, 85, 0.03) 100%) !important;
}

.mobile-navigation .left-menu-item.active a {
  color: #00b755 !important;
}

.mobile-navigation .left-menu-item.active .menu-icon-wrapper {
  background: rgba(0, 183, 85, 0.2) !important;
}

.mobile-navigation .left-menu-item.active::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b755;
  box-shadow: 0 0 8px #00b755;
}

/* Menü Bölüm Başlığı */
.mobile-nav-section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00b755;
  margin-bottom: 16px;
  padding-left: 4px;
  opacity: 0.8;
}

/* ========== FLOAT ANIMATION FOR PARTICLES ========== */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
    opacity: 0.3;
  }
  25% {
    transform: translateY(-20px) translateX(10px);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-10px) translateX(-10px);
    opacity: 0.4;
  }
  75% {
    transform: translateY(-30px) translateX(5px);
    opacity: 0.5;
  }
}

/* ========== DİĞER TURUNCU OVERRIDE ========== */
#flippanel { border-bottom-color: #00b755 !important; }
.personal-categories a.active {
  border-bottom-color: #00b755 !important;
  color: #00b755 !important;
}
.header-topbar .main-info a:hover,
.main-live-support-btn:hover {
  color: #00b755 !important;
}

/* ========== HEADER BAKİYE & CÜZDAN - PROFESYONEL ========== */

.header-topbar-balance {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

/* İki satırlı header yapısı */
.header-topbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 1. Satır: Logo */
.header-logo-row {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-logo-row .main_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 2. Satır: Menü + Bakiye + Cüzdan */
.header-menu-row {
  padding-top: 4px;
}

/* Menü butonunun yanındaki bakiye kartı */
.col-auto .header-balance-card {
  margin-left: 8px;
}

/* Mobil için logo ortalama */
@media (max-width: 768px) {
  .header-topbar .main_logo {
    position: static;
    transform: none;
    text-align: center;
  }
  
  .header-topbar .main_logo-desktop {
    height: 40px !important;
    width: 160px !important;
  }
}

/* Bakiye Kartı */
.header-balance-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.1) 0%, rgba(0, 183, 85, 0.05) 100%);
  border: 1px solid rgba(0, 183, 85, 0.2);
  border-radius: 12px;
  transition: all 0.25s ease;
}

/* Menü butonunun yanındaki bakiye kartı */
.col-auto .header-balance-card {
  margin-left: 8px;
}

/* Mobil cihazlarda bakiye kartı küçültme */
@media (max-width: 576px) {
  .col-auto .header-balance-card {
    padding: 6px 10px;
    gap: 8px;
  }
  
  .col-auto .header-balance-icon {
    width: 28px;
    height: 28px;
  }
  
  .col-auto .header-balance-icon svg {
    width: 14px;
    height: 14px;
  }
  
  .col-auto .header-balance-label {
    font-size: 9px;
  }
  
  .col-auto .header-balance-amount {
    font-size: 13px;
  }
  
  .col-auto .header-balance-add {
    width: 24px;
    height: 24px;
  }
  
  .col-auto .header-balance-add svg {
    width: 14px;
    height: 14px;
  }
}

.header-balance-card:hover {
  border-color: rgba(0, 183, 85, 0.35);
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.15) 0%, rgba(0, 183, 85, 0.08) 100%);
}

.header-balance-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #00b755 0%, #009645 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 183, 85, 0.3);
}

.header-balance-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.header-balance-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #808890;
}

.header-balance-amount {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.header-balance-add {
  width: 28px;
  height: 28px;
  background: rgba(0, 183, 85, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b755;
  transition: all 0.2s ease;
}

.header-balance-add:hover {
  background: #00b755;
  color: #fff;
  transform: scale(1.1);
}

/* Mobil İkonlar */
.header-mobile-icons {
  display: flex;
  gap: 8px;
}

.header-mobile-icons .main-info {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0a8b0;
  transition: all 0.2s ease;
}

.header-mobile-icons .main-info:hover {
  background: rgba(0, 183, 85, 0.1);
  border-color: rgba(0, 183, 85, 0.3);
  color: #00b755;
}

.header-mobile-icons .main-info svg {
  width: 18px;
  height: 18px;
}

/* Canlı Destek SVG */
.livechatMobile svg {
  stroke: currentColor;
}

/* Cüzdan Butonu */
.header-wallet-wrapper {
  position: relative;
}

.header-wallet-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #00b755 0%, #009645 100%) !important;
  border: none !important;
  border-radius: 12px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 183, 85, 0.35);
}

.header-wallet-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 183, 85, 0.45);
}

.header-wallet-btn::after {
  width: 8px;
  height: 8px;
  border: none;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.header-wallet-btn[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.header-wallet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cüzdan Dropdown */
.dropdown-menu-desktop {
  min-width: 240px;
  padding: 8px;
  background: linear-gradient(135deg, #1a1f22 0%, #14181c 100%);
  border: 1px solid rgba(0, 183, 85, 0.2);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  margin-top: 8px !important;
}

.dropdown-menu-desktop .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  color: #c8ccd0;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.dropdown-menu-desktop .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.dropdown-menu-desktop .dropdown-item.active {
  background: rgba(0, 183, 85, 0.1);
  color: #00b755;
}

.dropdown-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dropdown-text {
  flex: 1;
}

/* ========== HEADER & CONTAINER - PROFESYONEL TASARIM ========== */

/* Ana Container */
.custom-container {
  max-width: 1440px !important;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .custom-container {
    padding: 0 16px;
  }
}

@media (max-width: 576px) {
  .custom-container {
    padding: 0 0px;
  }
}

/* Header Container */
.header-topbar-container {
  position: relative;
  z-index: 1000;
}

/* Header Topbar - Ana Yapı */
.header-topbar {
  background: linear-gradient(135deg, rgba(20, 24, 28, 0.95) 0%, rgba(26, 31, 34, 0.95) 100%) !important;
  border: 1px solid rgba(0, 183, 85, 0.15) !important;
  border-radius: 16px !important;
  margin-top: 16px;
  padding: 16px 24px !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 
    0 4px 24px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 0 0 1px rgba(0, 183, 85, 0.05) inset;
  transition: all 0.3s ease;
}

.header-topbar:hover {
  border-color: rgba(0, 183, 85, 0.25) !important;
  box-shadow: 
    0 6px 32px rgba(0, 0, 0, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 0 0 1px rgba(0, 183, 85, 0.08) inset;
}

/* Mobil Header */
@media (max-width: 885px) {
  .header-topbar {
    margin-top: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0, 183, 85, 0.15) !important;
    padding: 10px 16px !important;
    background: linear-gradient(135deg, rgba(13, 18, 22, 0.98) 0%, rgba(20, 24, 28, 0.98) 100%) !important;
  }
  
  /* Mobil cihazlarda iki satırlı yapıyı koru */
  .header-topbar {
    gap: 10px;
    padding: 12px 16px !important;
  }
  
  .header-logo-row {
    padding-bottom: 10px;
  }
  
  .header-menu-row {
    padding-top: 2px;
  }
  
  /* Guest header mobil düzeni */
  .header-topbar .col-auto.account-menu {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

/* ========== LOGO ALANI ========== */

.header-topbar .main_logo {
  margin-left: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Desktop Logo */
.header-topbar .main_logo .main_logo-desktop {
  height: 50px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.header-topbar .main_logo .main_logo-desktop:hover {
  transform: scale(1.02);
  filter: drop-shadow(0 4px 8px rgba(0, 183, 85, 0.2));
}

/* Mobile Logo */
.header-topbar .main_logo .main_logo-mobile,
.header-topbar .main_logo .main_logo-mobile-mini {
  height: 40px;
  width: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .header-topbar .main_logo .main_logo-desktop {
    display: none !important;
  }
  .header-topbar .main_logo .main_logo-mobile,
  .header-topbar .main_logo .main_logo-mobile-mini {
    display: block !important;
    height: 36px;
    width: 120px;
  }
}

/* Logo Flame Efekti */
.logo-flame {
  display: block;
  position: relative;
}

.logo-flame::after {
  content: '';
  position: absolute;
  inset: -8px;
  background: radial-gradient(circle at center, rgba(0, 183, 85, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 12px;
}

.logo-flame:hover::after {
  opacity: 1;
}

/* ========== MOBİL MENÜ BUTONU ========== */

.header-mobile-menu-open {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 10px !important;
  display: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.header-mobile-menu-open:hover {
  background: rgba(0, 183, 85, 0.1) !important;
  border-color: rgba(0, 183, 85, 0.3) !important;
  transform: scale(1.05);
}

.header-mobile-menu-open:active {
  transform: scale(0.95);
}

.header-mobile-menu-open__icon {
  width: 24px;
  height: 24px;
  display: block;
}

.header-mobile-menu-open__icon rect {
  transition: all 0.3s ease;
}

.header-mobile-menu-open:hover .header-mobile-menu-open__icon rect {
  fill: #00d665;
}

@media (max-width: 885px) {
  .header-mobile-menu-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

/* ========== BAKİYE ALANI ========== */

.header-topbar .header-topbar-balance {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-topbar-amount {
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.1) 0%, rgba(0, 183, 85, 0.05) 100%) !important;
  border: 1px solid rgba(0, 183, 85, 0.2) !important;
  border-radius: 12px !important;
  height: 44px !important;
  padding: 8px 14px 8px 10px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
}

.header-topbar-amount:hover {
  border-color: rgba(0, 183, 85, 0.35) !important;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.15) 0%, rgba(0, 183, 85, 0.08) 100%) !important;
  box-shadow: 0 4px 16px rgba(0, 183, 85, 0.15);
}

.header-topbar-currency-symbol {
  width: 20px !important;
  height: 20px !important;
  background: linear-gradient(135deg, #00b755 0%, #008f42 100%) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 183, 85, 0.3);
}

#header-total-balance {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
}

/* Para Yatırma (+) Butonu */
.depRedirect {
  margin-left: 8px;
}

.depRedirect a {
  color: #00b755;
  font-size: 18px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.depRedirect a:hover {
  color: #00d665;
  transform: scale(1.15);
}

/* ========== HESAP MENÜSÜ ========== */

.header-topbar .account-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

/* İkon Butonları (Telegram, Destek, vb.) */
.header-topbar .account-menu .main-info {
  height: 42px;
  min-width: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.header-topbar .account-menu .main-info::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.header-topbar .account-menu .main-info:hover {
  border-color: rgba(0, 183, 85, 0.3);
  background: rgba(0, 183, 85, 0.08);
  transform: translateY(-2px);
}

.header-topbar .account-menu .main-info:hover::before {
  opacity: 1;
}

.header-topbar .account-menu .main-info a {
  color: #a0a8b0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: color 0.2s ease;
  position: relative;
  z-index: 1;
}

.header-topbar .account-menu .main-info:hover a {
  color: #00b755;
}

.header-topbar .account-menu .main-info img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.header-topbar .account-menu .main-info:hover img {
  transform: scale(1.1);
}

/* Telegram İkonu Özel */
.header-topbar .account-menu .main-info .fa-telegram-plane {
  font-size: 20px;
  color: #0088cc;
  transition: all 0.2s ease;
}

.header-topbar .account-menu .main-info:hover .fa-telegram-plane {
  color: #00b755;
  transform: scale(1.1);
}

/* ========== GİRİŞ/KAYIT BUTONLARI ========== */

.mobile-login,
.mobile-register {
  height: 42px;
  padding: 0 20px !important;
  border-radius: 12px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.25s ease !important;
}

.mobile-login {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #e8e8e8 !important;
}

.mobile-login:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.mobile-register {
  background: linear-gradient(135deg, #00b755 0%, #009645 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 183, 85, 0.3);
}

.mobile-register:hover {
  background: linear-gradient(135deg, #00c95e 0%, #00a84d 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 183, 85, 0.4);
}

/* ========== DİL SEÇİM DROPDOWN ========== */

.main-info-language {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  height: 42px;
  padding: 0 14px !important;
  font-size: 13px;
  font-weight: 600;
  color: #e8e8e8 !important;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.main-info-language:hover {
  background: rgba(0, 183, 85, 0.1) !important;
  border-color: rgba(0, 183, 85, 0.3) !important;
  color: #00b755 !important;
}

.main-info-language::after {
  width: 8px;
  height: 8px;
  border: none;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.main-info-language[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* Dil Dropdown Menü */
.main-info-language-dropdown-menu {
  min-width: 120px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a1f22 0%, #14181c 100%) !important;
  border: 1px solid rgba(0, 183, 85, 0.2) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  padding: 8px !important;
  margin-top: 8px !important;
}

.lang__dropdown-list {
  border-radius: 8px;
  overflow: hidden;
}

.lang__dropdown-link {
  display: block;
  padding: 10px 16px;
  color: #c8ccd0 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 8px;
}

.lang__dropdown-link:hover {
  background: rgba(0, 183, 85, 0.1) !important;
  color: #00b755 !important;
}

/* ========== KULLANICI DROPDOWN ========== */

.dropdown-toggle.main-info {
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.1) 0%, rgba(0, 183, 85, 0.05) 100%) !important;
  border: 1px solid rgba(0, 183, 85, 0.2) !important;
  padding: 0 16px !important;
  gap: 8px;
}

.dropdown-toggle.main-info:hover {
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.15) 0%, rgba(0, 183, 85, 0.08) 100%) !important;
  border-color: rgba(0, 183, 85, 0.35) !important;
}

.header-topbar-username {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Kullanıcı Dropdown Menü */
.dropdown-menu {
  min-width: 220px;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #1a1f22 0%, #14181c 100%) !important;
  border: 1px solid rgba(0, 183, 85, 0.2) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  padding: 12px !important;
  margin-top: 10px !important;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px !important;
  border-radius: 10px;
  color: #c8ccd0 !important;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: rgba(0, 183, 85, 0.1) !important;
  color: #00b755 !important;
}

.dropdown-item.active {
  background: rgba(0, 183, 85, 0.15) !important;
  color: #00b755 !important;
}

/* Mesaj Sayısı Badge */
.user-navigation-msg-count {
  margin-left: auto;
  background: linear-gradient(135deg, #ff4757 0%, #ff3838 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}

/* Çıkış Butonu */
.header-topbar-logout {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 8px;
  padding-top: 8px;
}

.header-topbar-logout .dropdown-item {
  color: #ff6b6b !important;
}

.header-topbar-logout .dropdown-item:hover {
  background: rgba(255, 107, 107, 0.1) !important;
  color: #ff4757 !important;
}

/* ========== CÜZDAN DROPDOWN ========== */

.header-topbar-wallet {
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.15) 0%, rgba(0, 183, 85, 0.08) 100%) !important;
  border: 1px solid rgba(0, 183, 85, 0.25) !important;
  border-radius: 12px !important;
  height: 44px;
  padding: 0 18px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 183, 85, 0.15);
}

.header-topbar-wallet:hover {
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.2) 0%, rgba(0, 183, 85, 0.12) 100%) !important;
  border-color: rgba(0, 183, 85, 0.4) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 183, 85, 0.25);
}

.header-topbar-wallet::after {
  width: 8px;
  height: 8px;
  border: none;
  border-right: 2px solid #00b755;
  border-bottom: 2px solid #00b755;
  transform: rotate(45deg);
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.header-topbar-wallet[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* Cüzdan Dropdown Menü */
.dropdown-menu-desktop {
  min-width: 240px;
}

.dropdown-menu-desktop .dropdown-item {
  padding: 14px 18px !important;
}

.dropdown-menu-desktop .dropdown-item::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 183, 85, 0.5);
  transition: all 0.2s ease;
}

.dropdown-menu-desktop .dropdown-item:hover::before {
  background: #00b755;
  box-shadow: 0 0 8px #00b755;
}

/* ========== HEADER İKON GRUBU ========== */

.header-icons-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ========== HEADER AUTH BUTONLARI ========== */

.header-auth-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ========== KULLANICI DROPDOWN GELİŞMİŞ ========== */

.header-user-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 6px !important;
}

.header-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b755 0%, #008f42 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 183, 85, 0.3);
}

/* Dropdown Header */
.dropdown-header {
  padding: 16px !important;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.08) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-dropdown-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-dropdown-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b755 0%, #008f42 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 183, 85, 0.3);
}

.header-dropdown-user-details {
  flex: 1;
}

.header-dropdown-username {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.header-dropdown-balance {
  font-size: 13px;
  font-weight: 600;
  color: #00b755;
}

/* Dropdown Divider */
.dropdown-divider {
  border-color: rgba(255, 255, 255, 0.08) !important;
  margin: 8px 12px !important;
}

/* Dropdown Item with Icon */
.dropdown-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.dropdown-item:hover svg {
  opacity: 1;
  color: #00b755;
}

/* ========== RESPONSIVE DÜZENLEMELER ========== */

@media (max-width: 1200px) {
  .header-topbar .header-topbar-balance {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .header-topbar .account-menu .main-info.d-none.d-sm-flex {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .header-topbar {
    padding: 10px 14px !important;
  }
  
  .header-topbar-amount {
    height: 38px !important;
    padding: 6px 10px 6px 8px !important;
  }
  
  #header-total-balance {
    font-size: 14px;
  }
  
  .mobile-login,
  .mobile-register {
    height: 38px;
    padding: 0 14px !important;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .header-topbar {
    padding: 8px 12px !important;
  }
  
  .header-topbar-amount {
    height: 36px !important;
    padding: 6px 10px !important;
  }
  
  .header-topbar-currency-symbol {
    width: 18px !important;
    height: 18px !important;
    font-size: 10px;
  }
  
  #header-total-balance {
    font-size: 13px;
  }
  
  .mobile-login,
  .mobile-register {
    height: 36px;
    padding: 0 12px !important;
    font-size: 12px;
  }
}

@media (max-width: 438px) {
  .mobile-login,
  .mobile-register {
    padding: 0 10px !important;
    font-size: 11px;
  }
  
  .header-topbar-wallet span {
    display: none;
  }
  
  .header-topbar-wallet {
    padding: 0 12px !important;
    width: 44px;
    justify-content: center;
  }
}

/* ========== AÇILIR MENÜ - topMenu toggle ========== */
.topmenu-wrapper {
  position: relative;
}
/* Desktop: toggle gizli, menü her zaman açık */
@media (min-width: 992px) {
  .topmenu-toggle { display: none !important; }
  .topmenu-content { max-height: none !important; opacity: 1 !important; }
}
.topmenu-toggle {
  display: none;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #0d2e21 0%, #093d28 50%, #00b755 100%);
  border: 1px solid rgba(0, 183, 85, 0.5);
  border-radius: 14px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 183, 85, 0.2);
}
.topmenu-toggle:hover {
  background: linear-gradient(135deg, #0a3d2a 0%, #00b755 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 183, 85, 0.35);
  transform: translateY(-1px);
}
.topmenu-toggle .toggle-icon {
  transition: transform 0.3s ease;
}
.topmenu-wrapper.expanded .topmenu-toggle .toggle-icon {
  transform: rotate(180deg);
}
.topmenu-wrapper.expanded .topmenu-toggle {
  border-radius: 14px 14px 0 0;
}
.topmenu-wrapper.expanded .topmenu-inner {
  border: 1px solid rgba(0, 183, 85, 0.2);
  border-top: none;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.topmenu-content {
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========== MOBİL UYUMLULUK ========== */
@media (max-width: 991px) {
  .topmenu-toggle {
    display: flex !important;
  }
  .topmenu-content.collapsible {
    max-height: 0 !important;
    opacity: 0;
    overflow: hidden;
  }
  .topmenu-wrapper.expanded .topmenu-content.collapsible {
    max-height: 900px !important;
    opacity: 1;
    margin-top: 6px;
  }
  .topmenu-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 4px 0;
  }
  .topmenu-item {
    padding: 12px 8px;
    min-height: 68px;
    font-size: 11px;
  }
  .topmenu-icon img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 576px) {
  .topmenu-toggle {
    padding: 14px 18px;
    font-size: 14px;
  }
  .topmenu-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .topmenu-item {
    min-height: 64px;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .topmenu-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }
  .topmenu-inner {
    padding: 12px 20px;
  }
}

/* Touch hedefleri - min 44px */
@media (pointer: coarse) {
  .bottom_bar a,
  .mobile-navigation ul li a,
  .dropdown-item,
  .btn {
    min-height: 44px !important;
  }
  .bottom_bar a {
    padding: 12px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* Promosyonlar, Slots vb. sayfa override */
.promotions__filter-item.active,
.promotions__filter-item:hover {
  color: #ffffff !important;
  border-color: #00b755 !important;
}
.slots-page .block__view-switcher .btn.slot-tabs--active {
  background: rgba(0, 183, 85, 0.2) !important;
  color: #00b755 !important;
}

/* Cashraces - yeşil override */
.btn-yellow-full,
.btn-yellow-full:hover,
.btn-yellow-full:active,
.btn-yellow-full:focus-visible {
  background-color: #00b755 !important;
  border-color: #00b755 !important;
}

/* ========== SLIDER PROGRESS DOTS ========== */
.homepage-slider-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.homepage-slider-wrapper .progress-dots {
  display: flex;
  justify-content: center;
  margin-top: 3px;
  gap: 6px;
  padding: 0px 0px;
  border-radius: 10px;
}
.progress-dots .dot {
  width: 10px;
  height: 4px;
  background: rgba(255,255,255,0.35);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: background 0.35s ease, transform 0.2s ease;
  cursor: pointer;
}
.progress-dots .dot:hover {
  background: rgba(255,255,255,0.5);
}
.progress-dots .dot.active {
  background: rgba(255,255,255,0.25);
}
.progress-dots .dot.passed {
  background: var(--main-color);
}
.progress-dots .dot .fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--main-color);
  border-radius: 4px;
  transform-origin: left center;
  transform: scaleX(0);
  animation: dotFill 3s linear forwards;
  will-change: transform;
  transition: transform 0.4s ease;
}
@keyframes dotFill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}


/* ========== BANKING SAYFALARI - PROFESYONEL ========== */

.banking-page {
  padding: 24px 20px;
}

/* Banking Header */
.banking-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.banking-header-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banking-header-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #00b755 0%, #009645 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 183, 85, 0.3);
}

.banking-header-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px 0;
}

.banking-header-subtitle {
  font-size: 14px;
  color: #808890;
  margin: 0;
}

.banking-breadcrumb {
  margin: 0;
}

.banking-breadcrumb .breadcrumb {
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 18px;
  border-radius: 10px;
  margin: 0;
}

.banking-breadcrumb .breadcrumb-item a {
  color: #00b755;
  text-decoration: none;
  font-weight: 500;
}

.banking-breadcrumb .breadcrumb-item.active {
  color: #808890;
}

/* Promo Kartı */
.banking-promo-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.08) 0%, rgba(0, 183, 85, 0.02) 100%);
  border: 1px solid rgba(0, 183, 85, 0.15);
  border-radius: 16px;
  margin-bottom: 28px;
  max-width: 480px;
}

.banking-promo-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 183, 85, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b755;
  flex-shrink: 0;
}

.banking-promo-content {
  flex: 1;
}

.banking-promo-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #c8ccd0;
  margin-bottom: 10px;
}

.banking-promo-input-group {
  display: flex;
  gap: 10px;
}

.banking-promo-input {
  flex: 1;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.banking-promo-input:focus {
  outline: none;
  border-color: #00b755;
  box-shadow: 0 0 0 3px rgba(0, 183, 85, 0.1);
}

.banking-promo-input::placeholder {
  color: #505860;
}

.banking-promo-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #00b755 0%, #009645 100%);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.banking-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 183, 85, 0.35);
}

.banking-promo-btn:active {
  transform: translateY(0);
}

.banking-promo-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.banking-promo-message {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  animation: slideDown 0.3s ease;
}

.banking-promo-message.text-success {
  background: rgba(0, 183, 85, 0.15);
  color: #00d665;
  border: 1px solid rgba(0, 183, 85, 0.2);
}

.banking-promo-message.text-danger {
  background: rgba(255, 107, 107, 0.15);
  color: #ff6b6b;
  border: 1px solid rgba(255, 107, 107, 0.2);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Banking Header */
@media (max-width: 768px) {
  .banking-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .banking-header-title {
    font-size: 24px;
  }
  
  .banking-header-icon {
    width: 48px;
    height: 48px;
  }
  
  .banking-promo-card {
    flex-direction: column;
    padding: 18px;
  }
  
  .banking-promo-input-group {
    flex-direction: column;
  }
  
  .banking-promo-btn {
    justify-content: center;
  }
}


/* ========== FOOTER - PROFESYONEL TASARIM ========== */

.footer {
  background: linear-gradient(180deg, #0d1216 0%, #0a0e11 100%);
  border-top: 1px solid rgba(0, 183, 85, 0.1);
  padding: 60px 0 0;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 183, 85, 0.3), transparent);
}

/* Sol Bölüm - Logo ve Sosyal */
.footer .social-container {
  padding-right: 40px;
}

.footer-milan-logo {
  height: 52px;
  margin-bottom: 24px;
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}

.footer-milan-logo:hover {
  filter: brightness(1);
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 24px;
  max-width: 400px;
}

.social-wrapper {
  display: flex;
  gap: 12px;
}

.social-wrapper a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 183, 85, 0.1), rgba(0, 183, 85, 0.05));
  border: 1px solid rgba(0, 183, 85, 0.2);
  border-radius: 12px;
  color: #00b755;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-wrapper a:hover {
  background: linear-gradient(135deg, #00b755, #009645);
  border-color: #00b755;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 183, 85, 0.3);
}

/* Sağ Bölüm - Navigasyon */
.footer .navigation-list {
  padding-left: 20px;
}

.footer .navigation-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .navigation-list li.title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00b755;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 183, 85, 0.2);
}

.footer .navigation-list li {
  margin-bottom: 10px;
}

.footer .navigation-list li a {
  font-size: 14px;
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer .navigation-list li a::before {
  content: '';
  width: 0;
  height: 1.5px;
  background: #00b755;
  transition: width 0.25s ease;
}

.footer .navigation-list li a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer .navigation-list li a:hover::before {
  width: 12px;
}

/* Provider Bölümü */
.footer-provider {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__line-long {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 183, 85, 0.2), transparent);
  margin-bottom: 30px;
}

.footer-light-padding {
  padding: 20px 0;
}

.providers-logo-color {
  width: 100%;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.providers-logo-color:hover {
  opacity: 1;
}

/* Alt Footer - web_footer */
.web_footer {
  background: linear-gradient(180deg, #0a0e11 0%, #070a0c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding: 30px 0;
}

.footer_light {
  text-align: center;
}

.footer_light .license {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer_light .license > div {
  transition: transform 0.3s ease;
}

.footer_light .license > div:hover {
  transform: scale(1.05);
}

/* Responsive Footer */
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 0;
  }
  
  .footer .social-container {
    padding-right: 15px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .footer-milan-logo {
    margin: 0 auto 20px;
  }
  
  .footer-text {
    max-width: 100%;
  }
  
  .social-wrapper {
    justify-content: center;
  }
  
  .footer .navigation-list {
    padding-left: 15px;
  }
  
  .footer .navigation-list .row > div {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 30px 0 0;
  }
  
  .footer-text {
    font-size: 13px;
  }
  
  .footer .navigation-list li.title {
    font-size: 12px;
  }
  
  .footer .navigation-list li a {
    font-size: 13px;
  }
  
  .social-wrapper a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}



