body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url('https://www.transparenttextures.com/patterns/diagonal-noise.png');
  background-color: #f9f8f4;
  background-repeat: repeat;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.scroll-to-top {
  position: fixed;
  bottom: 100px;
  left: 30px;
  background-color: #dc2626;
  color: white;
  padding: 12px 15px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  display: none;
  transition: opacity 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #b91c1c;
}


.site-header {
  top: 0px;
  background-color: #1f2937;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  position: fixed;
  z-index: 30;
  width: 100%;
}

.container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
  
 
}



.logo {
  width: 200px;
  height: 65px;
  object-fit: contain;
}

.phone-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 100px; /* ή όσο χρειάζεται */

}

.phone-dropdown:hover .phone-list {
  display: block;
}

.phone-icon {
  cursor: pointer;
  
}

.phone-list {
  display: none;
  position: absolute;
  top: 30px;
  left: -100px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 8px 12px;
  z-index: 1000;
  white-space: nowrap;
}

.phone-list a {
  display: block;
  padding: 6px 0;
  color: #1f2937;
  text-decoration: none;
  font-weight: bold;
}

.phone-list a:hover {
  color: #dc2626;
}

.phone-icon svg {
  fill: white;
}

.main-nav {
  display: flex;
  gap: 27px;
  margin-left: 188px;
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #dc2626;
}

.dropbtn {
  color: white !important;
}

.quote-btnn {
  padding: 10px 20px;
  border: 2px solid #dc2626;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  background-color: red;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  bottom: -40px;
  left: 100px;
  
}



.quote-btn {
  padding: 10px 20px;
  border: 2px solid #dc2626;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  background-color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}

.quote-btn:hover {
  background-color: #dc2626;
  color: white;
}
.quote-btnn:hover {
  background-color: white;
  color: #dc2626;
}

.quotee-btnn {
  padding: 10px 20px;
  border: 2px solid #dc2626;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  background-color: red;
  transition: all 0.3s ease;
  text-decoration: none;
}

.quotee-btnn:hover {
  background-color: #dc2626;
  color: white;
}



.hero {
  height: 100vh;
  background-image: url('optimized_arxiki_1.png');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .hero {
    background-image: url('eforia_mobile_dark.webp');
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
}

.hero-content {
  color: white;
  text-align: left;
  align-items: flex-start;
  max-width: 800px;
}

.hero-content h1 {
  font-weight: 800; /* Πιο χοντρά από bold */
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}

.hero-list {
  list-style: none;
  margin: 0 auto;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  max-width: 700px;
  padding-left: -700px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.hero-list li {
  width: 100%;
  text-align: left;
}

.hero-button {
  margin-top: 30px;
  padding: 12px 24px;
  background-color: transparent;
  border: 2px solid #dc2626;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.hero-button:hover {
  background-color: #dc2626;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(220, 38, 38, 0.4);
}

@media (max-width: 768px) {
  .hero-content h1 {
    display: none;
  }

  .hero-list {
    align-items: flex-start;
    padding-left: 0px;
  }

  .hero-list li {
    font-size: 1.1rem;
    text-align: left;
  }
}




/* Κοντέινερ Chatbot */
#chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

/* Κουμπί Ενεργοποίησης */
#chatbot-toggle {
  background-color: #d32f2f;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/* Παράθυρο Chatbot */
#chatbot-window {
  display: none;
  width: 300px;
  height: 400px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  overflow: hidden;
  flex-direction: column;
}

/* Κεφαλίδα Chatbot */
.chat-header {
  background-color: #d32f2f;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Σώμα Chatbot */
.chat-body {
  padding: 10px;
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
  background-color: #f9f9f9;
}

/* Πεδίο Εισαγωγής */
#chatbot-input {
  width: 100%;
  padding: 10px;
  border: none;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 32px;
  height: 32px;
}

.about-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #ffffff 50%, grey 50%);
  color: #1f2937;
}

/* --- Ενημερωμένο CSS για κάθετο layout στα blocks --- */

.about-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-block {
  display: flex;
  flex-direction: row; /* Τώρα το κείμενο αριστερά, η εικόνα δεξιά */
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.about-text {
  flex: 1;
}

.about-image {
  flex: 1;
  max-width: 500px;
}

.about-image img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.about-text h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #dc2626;
}

.about-text p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #1f2937;
  text-align: justify;
}



.about-heading {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1e3a8a;
  margin-bottom: 40px;
  border-bottom: 3px solid #dc2626;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .about-block {
    flex-direction: column;
    text-align: center;
  }

  .about-text h2 {
    text-align: center;
  }

  .about-text p {
    text-align: center;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

.blog-section {
  background-color: #f9f8f4;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
  margin-left: -20px;
  
}

.blog-section h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #1f2937;
  font-family: 'Fredoka', sans-serif;
  letter-spacing: 0.5px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.blog-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.4s ease;
}


.blog-info {
  padding: 20px 24px;
  text-align: left;
}

.blog-info h3 {
  font-size: 1.2rem;
  margin: 0;
  color: #1f2937;
  font-weight: 600;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-info h3 {
  color: #dc2626;
}



.cta-banner {
  background-color: #224291; /* Μπλε φόντο όπως στο screenshot */
  color: white;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  margin-left: -20px;
}

.cta-banner h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.cta-banner h2 span {
  font-weight: 800;
  text-decoration: underline;
  display: inline-block;
  margin-left: 8px;
}

.cta-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cta-button {
  background-color: red; /* Κίτρινο */
  color: black;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: white;
}

/* Dash lines */
.dash-line {
  width: 40px;
  height: 3px;
  background-color: white;
  position: relative;
}

.dash-line::before,
.dash-line::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: white;
}

.left-line::before {
  top: -10px;
  left: 0;
}

.left-line::after {
  top: 10px;
  left: 0;
}

.right-line::before {
  top: -10px;
  right: 0;
}

.right-line::after {
  top: 10px;
  right: 0;
}

.map-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f8f4;
  width: 100%;
  margin-left: -20px;
}

.map-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1f2937;
}

.map-container iframe {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 100%;
}

.reviews-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  margin-left: -20px;
}

.reviews-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1f2937;
  font-weight: 600;
}

.reviews-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.reviews-track {
  display: flex;
  gap: 60px;
  animation: scroll-left 50s linear infinite;
}

.review {
  min-width: 350px;
  background-color: #f9f8f4;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-size: 1rem;
  color: #1f2937;
  font-style: italic;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Drop button */
.dropbtn {
  background: none;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1f2937;
  cursor: pointer;
  padding: 12px 16px;
}

/* Dropdown menu */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 260px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  z-index: 999;
  border-radius: 8px;
  overflow: hidden;
  top: 100%;
  left: 0;
}

.dropdown-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #1f2937;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #f3f4f6;
}

/* Εμφάνιση σε desktop με hover */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-content {
    display: block;
  }
}

.main-nav a.active {
  color: #dc2626;
  border-bottom: 2px solid #dc2626;
  font-weight: bold;
}

.dropdown a.active {
  color: #dc2626;
  font-weight: bold;
  background-color: #f3f4f6;
}

.site-footer {
  background-color: #111;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  margin-left: -20px;
  margin-bottom: -100px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #facc15;
  font-family: 'Fredoka', sans-serif;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #e5e5e5;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #facc15;
}

.footer-btn {
  display: inline-block;
  background-color: #facc15;
  color: #111;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  margin: 16px 0;
  transition: background-color 0.3s ease;
}

.footer-btn:hover {
  background-color: #eab308;
}

.footer-contact-info p {
  margin: 6px 0;
}

.footer-contact-info a {
  color: #e5e5e5;
  text-decoration: none;
}

.footer-contact-info a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 16px;
}

.social-icons a {
  display: inline-block;
  margin-right: 12px;
  color: #facc15;
  font-size: 1.5rem;
  transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 0.9rem;
  color: #aaa;
}

.footer-legal {
  text-align: center;
  font-size: 0.9rem;
  color: #d1d5db;
  margin-top: 20px;
  border-top: 1px solid #374151;
  padding-top: 10px;
}


.stats-section {
  background-color: #f9f8f4;
  padding: 80px 20px;
  text-align: center;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}

.stat-box h3 {
  font-size: 3rem;
  color: #dc2626;
  margin-bottom: 10px;
  font-family: 'Fredoka', sans-serif;
}

.stat-box p {
  font-size: 1.1rem;
  color: #1f2937;
}

.about-sectionn {
  background-color: #f9f8f4;
  padding: 60px 20px;
}

.about-containerr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.about-textt {
  flex: 1;
}

.about-textt h2 {
  color: #dc2626;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-textt p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.cta-buttonn {
  background-color: #dc2626;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
}

.about-slideshow {
  flex: 1;
  max-width: 500px;
  min-width: 300px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.about-slideshow img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: opacity 0.5s ease-in-out;
}

/* Responsive */
@media (max-width: 992px) {
  .about-containerr {
    flex-direction: column;
    text-align: center;
  }

  .about-slideshow {
    max-width: 90%;
  }
}


.partners-section {
  background-color: #f9f8f4;
  padding: 80px 20px;
  text-align: center;
}

.partners-container {
  max-width: 1200px;
  margin: 0 auto;
}

.partners-section h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #dc2626;
  font-family: 'Fredoka', sans-serif;
}

.partners-section p {
  font-size: 1.1rem;
  color: #4b5563;
  margin-bottom: 40px;
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.partners-logos img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partners-logos img:hover {
  filter: grayscale(0%);
}




/* Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background-color: white;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
}

.mobile-sidebar.open {
  left: 0;
}

.close-btn {
  font-size: 22px;
  background: none;
  border: none;
  color: #dc2626;
  float: right;
  cursor: pointer;
  margin-bottom: 20px;
}

.mobile-nav a {
  display: block;
  padding: 12px 0;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.mobile-nav a:hover {
  color: #dc2626;
}

/* Dropdown μέσα στο sidebar */
.mobile-dropdown {
  display: block;
  margin-bottom: 10px;
}

.dropdown-toggle {
  background: none;
  border: none;
  color: #1f2937;
  font-weight: 600;
  padding: 12px 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
}

.submenu {
  display: none;
  padding-left: 15px;
}

.submenu a {
  font-size: 0.95rem;
  padding: 8px 0;
  border: none;
}

/* Κρυφό σε desktop */
.mobile-menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 1001;
}



/* Εμφάνιση μόνο σε κινητά */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
    margin-right: -80px;
  }


  .main-nav, .quote-btn, {
    display: none !important;
  }

  .whatsapp-button {
    bottom: 100px; /* ή όσο πιο πάνω θέλεις */
  }

  #chatbot-container {
    bottom: 110px; /* πιο πάνω από WhatsApp */
    right: 50px;
  }

  .hero-button {
    margin-top: 80px; /* περισσότερο περιθώριο από πάνω */
    
  }
  
  .logo {
    position: relative;
    left: 20px;
    margin-left: 80px; /* ή όσο θέλεις εσύ */
  }
  

  .phone-dropdown {
    position: relative;
    left: 40px;/* Πιο αριστερά */
    top: 10px;
  }

  
}

.business-info {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 1.05rem;
}

.business-info h3 {
  color: #dc2626;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.business-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business-info li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #1f2937;
}

.business-info i {
  color: #dc2626;
  font-size: 1.2rem;
  width: 24px;
}

.business-info a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
}

.business-info a:hover {
  text-decoration: underline;
}

  
    
.contact-section {
  background-image: url('https://www.transparenttextures.com/patterns/diagonal-noise.png');
  background-color: #f9f8f4;
  background-repeat: repeat;
  padding: 50px 10px; /* Λιγότερο padding */
  padding-top: 50px; /* για να μην καλύπτεται από το fixed header */
  
}
.contact-container {
  background-color: linear-gradient(to right, #f9f8f4, #e7e5dc);
}

.contact-flex {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  transform: scale(0.90); /* Zoom out ελαφρώς */
  
}

.contact-info-box,
.contact-form-box {
  flex: 1 1 47%;
  background-color: white;
  padding: 24px; /* Μικρότερο padding */
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.contact-info-box h2 {
  font-size: 1.8rem;
  color: #dc2626;
  margin-bottom: 20px;
}

.contact-info-box p {
  font-size: 1rem;
  color: #1f2937;
  margin-bottom: 12px;
}

.contact-info-box i {
  margin-right: 10px;
  color: #1f2937;
}

.contact-info-box a {
  color: #1f2937;
  text-decoration: none;
}

.contact-info-box a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1f2937;
}

.form-group input,
.form-group textarea {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
  outline: none;
}

.contact-button {
  width: 50%;
  padding: 14px;
  background-color: #dc2626;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #b91c1c;
}

.form-message {
  margin-top: 20px;
  display: none;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
}

.form-message.success {
  background-color: #d1fae5;
  color: #065f46;
}

.form-message.error {
  background-color: #fee2e2;
  color: #991b1b;
}

/* Responsive για κινητά */
@media (max-width: 768px) {
  .contact-flex {
    flex-direction: column;
    transform: scale(1); /* Κανονικό zoom σε κινητά */
    width: 100%;
  }

  .contact-info-box,
  .contact-form-box {
    flex: 1 1 100%;
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-button,
  .form-group input,
  .form-group textarea,
  .form-group label,
  .form-group {
    width: 90%;
  }
  
  
}
/* Εμφανίζει το mobile toggle & phone icon, κρύβει το menu σε iPad */
@media (max-width: 1024px) and (min-width: 768px) {
  .main-nav {
    display: none;
  }
  
  .logo {
    margin-left: 250px;
    
  }

  .mobile-menu-toggle {
    display: block;
  }

  .phone-dropdown {
    display: flex; /* ή block αν θες κάθετο */
    align-items: center;
    gap: 8px;
    transform: translateX(-70px);
  }
  .quote-btn {
    margin-left: auto;
    margin-right: 70px;
    display: inline-block;
  }
  
  #chatbot-container {
    right: 60px; /* ή ό,τι σε βολεύει, π.χ. 100px */
  }
}






@media (max-width: 448px) {
  .quote-btn {
    display: none !important;
  }
}

.main-nav a.active-section {
  border-bottom: 3px solid #dc2626;
  color: #dc2626;
  font-weight: bold;
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-box {
  background-color: #1d4ed8;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  color: white;
  position: relative;
  animation: fadeInUp 0.3s ease;
}

.modal-box h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.modal-button {
  background-color: #facc15;
  color: #000;
  font-weight: bold;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.modal-button:hover {
  background-color: #fbbf24;
}

.modal-phone {
  color: white;
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.modal-phone i {
  margin-right: 6px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hero {
    background-image: url('eforia_mobile_dark.webp') !important;
    background-size: cover;
    background-position: center;
  }
  
  .reviews-track {
    animation: scroll-left 15s linear infinite;
  }
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

