﻿@charset "UTF-8";
/* CSS Document */

/* Mirai Ekosistemi mega menü ikon swap (v65) */
.second-menu .top-list a .eco-menu-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.second-menu .top-list a .eco-menu-icon i {
  font-size: 28px;
  line-height: 1;
  color: #fff;
}

/* Her kart ayrı renk */
.eco-menu-icon--blue {
  background: linear-gradient(135deg, #0ea5ff, #2563eb);
}

.eco-menu-icon--red {
  background: linear-gradient(135deg, #ff4d6d, #fb7185);
}

.eco-menu-icon--yellow {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.eco-menu-icon--indigo {
  background: linear-gradient(135deg, #4f46e5, #818cf8);
}

.eco-menu-icon--blue2 {
  background: linear-gradient(135deg, #22c55e, #0ea5ff);
}

/* Eski <img> ikonlarının olası boşluğunu kapat */
.second-menu .top-list a img {
  display: none !important;
}