/*
Theme Name: Mind Map School
Theme URI: https://example.com/mindmapschool
Author: WebBuilder.gr
Description: Fully Elementor compatible theme (v4)
Version: 1.3
*/

body { margin: 0; font-family: 'Poppins', sans-serif; }
.mms-elementor-fullwidth { max-width: 100% !important; margin: 0 !important; padding: 0 !important; }
/* ===== Elementor True Full Width Fix ===== */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden; /* αποφυγή οριζόντιου scroll */
}

#page,
#content,
#primary,
.site-main,
.entry-content,
.mms-elementor-fullwidth {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  border: none !important;
}

.elementor-section {
  padding: 0 !important;
  margin: 0 !important;
}
/* Cursor color trail */
.cursor-trail-dot {
  position: fixed;
  pointer-events: none;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 9999;
  mix-blend-mode: screen;
  transition:
    transform 0.5s ease-out,
    opacity 0.5s ease-out;
}
/* Color trail effect */
.cursor-trail-dot {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0.8;
  z-index: 9999;
}
