/* ================================
   LASKARI HEADER / MAIN MENU
   ================================ */

/* Στυλ για links στο main menu */
.header .navbar-nav a,
.site-header .main-navigation a,
nav a,
.menu a,
.tbay-mainmenu .navbar-nav > li > a,
.tbay-mainmenu .navbar-nav li a,
.tbay-header .navbar-nav > li > a,
.tbay-header .navbar-nav li a,
.elementor-nav-menu a,
.megamenu > li > a,
.nav > li > a {
  text-transform: none !important;      /* όχι κεφαλαία */
  font-family: "Poppins", "Inter", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 12.9px !important;
  letter-spacing: 0.015em;
  color: #111 !important;
}

/* Hover χρώμα */
.header .navbar-nav a:hover,
.tbay-mainmenu .navbar-nav > li > a:hover {
  color: #000 !important;
}

/* Dropdown items */
.dropdown-menu a,
.tbay-menu .dropdown-menu a,
.megamenu .dropdown-menu a,
.tbay-vertical-menu a {
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 14.5px !important;
}

/* Mobile menu */
.tbay-offcanvas .nav a,
#tbay-mobile-menu a,
#tbay-mobile-menu .menu a,
.offcanvas-sidebar .menu a,
.mobile-menu .menu a {
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: 16.5px !important;
}

/*******************************
  HEADER LAYOUT – Laskari
  (logo left | menu center | icons right)
*******************************/
#tbay-header .container-full,
.site-header.header-v1 .container-full {
  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* Η .row θα γίνει ο «άξονας» μας */
#tbay-header .header-inner > .row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 0 16px;
}

/* Ακυρώνουμε fixed πλάτη των col-md-* ώστε να παίξουν ως flex items */
#tbay-header .header-left,
#tbay-header .header-center,
#tbay-header .header-right {
  width: auto !important;
  flex: 0 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* LOGO: αριστερά */
#tbay-header .header-left {
  order: 0;
  margin-left: -4px;
}

/* MENU: στο κέντρο αλλά προς τα αριστερά (όπως το έκανες) */
#tbay-header .header-center {
  order: 1;
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: flex-start !important;
  white-space: nowrap !important;
  overflow: visible !important;
  min-width: 0;
}

/* ICONS: δεξιά */
#tbay-header .header-right {
  order: 2;
  margin-right: -4px;
  white-space: nowrap;
}

/* Λίγο πιο κλειστό spacing στο main menu ώστε να χωράει άνετα */
#tbay-header .tbay-mainmenu .navbar-nav > li,
#tbay-header .main-navigation .navbar-nav > li {
  margin: 0 5px !important;
}

/* Μέγεθος/βάρος menu */
#tbay-header .navbar-nav > li > a {
  font-size: 15.2px !important;
  font-weight: 600 !important;
}

/* Sticky header να κρατά τις ίδιες ρυθμίσεις */
.main-sticky-header.sticky-head #tbay-header .header-inner > .row,
.main-sticky-header.sticky-head .header-inner > .row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}

/* Ασφάλεια για tablets/mobiles */
@media (max-width: 991px) {
  #tbay-header .container-full {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  #tbay-header .header-inner > .row {
    flex-wrap: wrap !important;
  }
}
