body{ 
    padding-top: 0%;
    margin-bottom: 0%;
    background-color: #f5f5f5!important;
    font-family: 'Times New Roman', Times, serif!important;
    overflow-x: hidden;
    color: #011627;
}
h1{
    text-align: center;
    color: #205BBC;
    text-transform: capitalize;
    font-family: 'Times New Roman', Times, serif;
}
h2{
    text-align: center;
    color: #205BBC;
    font-family: 'Times New Roman', Times, serif;
}
h3{
    text-align: center;
    color: #BF0603;
    font-family: 'Times New Roman', Times, serif;
}
h4{
    text-align: center;
    color: #205BBC;
    font-family: 'Times New Roman', Times, serif;
}
footer{
    background-color: #131516;
    border-top: 3px solid #BF0603;
    margin-top: 3%;
} 
nav{
    background-color: #1F1F1F;
    border-bottom: 3px solid #BF0603;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    padding: 0 3% 3% 3%;
}
.hero-stats .stat {
    text-align: center;
    min-width: 120px;
}
.hero-stats .stat .stat-number {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    color: #205BBC;
}
.hero-stats .stat .stat-label {
    font-size: 0.85rem;
    color: #011627;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
img {
    max-width: 100%;
    height: auto;
}
  hr {
    margin-left: 20px;
    margin-right: 20px;
    height: 30px !important;
    color: #205BBC !important;
}

a:link {
    color: #f5f5f5;
    background-color: transparent;
    text-decoration: none;
  }

  a:hover {
    color: #205BBC;
    background-color: transparent;
    text-decoration: underline;
  }

  .button1 {
    background-color: #BF0603;
    color: #f5f5f5;
    text-align: center;
    border: none;
    width: 70%;
    transition-duration: 0.5s;
  }

  .button1:hover{
    background-color: #205BBC;
    color: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }

  .button1 {
    border-radius: 12px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* ---- Carousel: πιο κοντό ύψος, ~60% της οθόνης ---- */
  .carousel-img {
    height: 60vh;
    min-height: 330px;
    max-height: 720px;
    object-fit: cover;
    object-position: center;
  }

  /* ---- Carousel branding overlay: logo + slogan ---- */
  .carousel-branding {
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    pointer-events: none;
  }

  .carousel-branding img {
    width: 140px;
    max-width: 35vw;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.35);
  }

  .carousel-branding .slogan {
    color: #f5f5f5;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 1.3rem;
    text-shadow: 0 2px 6px rgba(0,0,0,0.75), 0 0 2px rgba(0,0,0,0.6);
    max-width: 60vw;
  }

  @media (max-width: 576px) {
    .carousel-branding img {
      width: 100px;
    }
    .carousel-branding .slogan {
      font-size: 1rem;
      max-width: 70vw;
    }
  }

  /* ---- Πελάτες (logo cards) ---- */
  .client-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 110px;
    padding: 10px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition-duration: 0.3s;
  }

  .client-logo-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .client-logo-card p {
    margin: 0;
    color: #011627;
    font-size: 90%;
  }

  .client-logo-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.15), 0 6px 20px 0 rgba(0,0,0,0.1);
    border-color: #205BBC;
  }

  /* ---- Πιστοποιήσεις & Πρότυπα ---- */
  .cert-badge-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 150px;
    padding: 16px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition-duration: 0.3s;
    gap: 8px;
  }

  .cert-badge-card img {
    max-height: 80%;
    max-width: 100%;
    object-fit: contain;
  }

  .cert-badge-card p {
    margin: 0;
    color: #011627;
    font-size: 90%;
  }

  .cert-badge-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.15), 0 6px 20px 0 rgba(0,0,0,0.1);
    border-color: #205BBC;
  }

  /* ---- Πανελλαδική Κάλυψη ---- */
  #coverage {
    background-color: #ffffff;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;
  }

  .coverage-card {
    text-align: center;
    padding: 6% 4%;
    height: 100%;
    border-radius: 12px;
    background-color: #f5f5f5;
    transition-duration: 0.3s;
  }

  .coverage-card i {
    font-size: 2.2rem;
    color: #205BBC;
    transition-duration: 0.3s;
  }

  .coverage-card p {
    margin-top: 8px;
    margin-bottom: 0;
    color: #011627;
    font-size: 95%;
  }

  .coverage-card:hover {
    background-color: #205BBC;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }

  .coverage-card:hover i,
  .coverage-card:hover p {
    color: #f5f5f5;
  }

  /* ---- Footer contact icons ---- */
  .contact-icon {
    height: 22px;
    width: 22px;
    margin-right: 8px;
    vertical-align: middle;
    opacity: 0.85;
  }

  /* ---- Mobile nav ---- */
  .navbar-nav .nav-link {
    font-family: 'Times New Roman', Times, serif;
  }

  .navbar-toggler {
    border-color: #d58936 !important;
    width: auto;
    padding: 0.2rem 0.5rem;
    font-size: 0.9rem;
  }

  /* ---- Modal: Αναλυτικά Υπηρεσιών ---- */
  #servicesModal .modal-header {
    background-color: #1F1F1F;
    border-bottom: 3px solid #BF0603;
  }

  #servicesModal .modal-title {
    color: #f5f5f5;
  }

  #servicesModal .accordion-button:not(.collapsed) {
    background-color: #205BBC;
    color: #f5f5f5;
  }

  #servicesModal .accordion-button:focus {
    box-shadow: none;
    border-color: #205BBC;
  }

  #servicesModal .accordion-body ul {
    margin-bottom: 0;
  }