.text-secondary.fw-bold.fs-4.mb-1 {
    display: none;
}
.fs-4 {
    font-size: 1 rem !important;
}
.fs-ms {
    font-size: 0.9 rem !important;
}
p.fs-ms.opacity-70.mb-0 {
    font-size: 0.9 rem ! important;
}
.vatinclude .btn {
    display: none;
}
.fs-md.mb-2 a {
    position: relative;
    border-radius: 0.3125rem;
    color: var(--bs-primary-text) !important;
    background-color: var(--bs-primary);
    opacity: 0.9;
    border-color: var(--bs-primary);
    /* font-size: 0.9375rem; */
    border: 1px solid transparent;
    outline: 0;
    height: 48px;
    line-height: 0px;
    overflow: hidden;
    cursor: pointer;
    padding: 2px 4px;
}
.navbar-brand img {
    max-width: 250px ! important;
    max-height: 100px ! important;
}
section#\35 17e57ae-51ea-4c89-a8e3-b760acc92e64 {
    margin-top: -7% ! important;
}
.brandscarousel img {
    width: 280px ! important;
}


/* .widget-list-link pb-2 mb-4.px-1 img {
    max-height: 45px ! important;
    height: 45px ! important;
} */

footer#\34 1588afc-f513-4b8c-8634-72b835dc85f2 .widget-list-link.pb-2.mb-4 img {
    max-height: 45px ! important;
}

del.text-muted {
  display: none !important;
}














/* INDUSTRIAL TYPOGRAPHY */
.al-wrapper {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #2b2b2b;
}

/* HERO */
.al-hero {
  padding: 80px 20px;
  background: linear-gradient(135deg, #800000 0%, #e26d71 100%);
  color: #ffffff;
  text-align: center;
}
.al-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.al-hero h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.al-hero p {
  //font-size: 1.1rem;
  //max-width: 780px;
  //margin: 0 auto 20px;
  //line-height: 1.6;
}
.al-hero-badge {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.5);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* BRANDS */
.al-brands {
  background: #ffffff;
  padding: 30px 20px;
  border-bottom: 1px solid #ddd;
}
.al-brands-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.al-brand-link img {
  height: 115px;
  width: auto !important;  /* διατηρεί το aspect ratio */
  object-fit: contain;     
  opacity: 0.85;
  transition: 0.2s ease;
}
@media (max-width: 600px) {
.al-brand-link img {
  height: 115px;
}
}
.al-brand-link img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* GRID SECTION */
.al-grid-section {
  padding: 60px 20px;
  background: #ffffff;
}
.al-grid-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.al-grid-header {
  text-align: center;
  margin-bottom: 40px;
}
.al-grid-header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #9d2626;
  margin-bottom: 10px;
}
.al-grid-header p {
  font-size: 1rem;
  color: #666;
  max-width: 720px;
  margin: 0 auto;
}

/* GRID */
.al-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) {
  .al-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .al-grid { grid-template-columns: 1fr; }
}

/* CARDS */
.al-card-link { text-decoration: none; color: inherit; }
.al-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: 0.18s ease;
}
.al-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}
.al-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.al-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.al-card-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9d2626;
  font-weight: 600;
}
.al-card-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #7c1e1e;
}
.al-card-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}
.al-card-cta {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #9d2626;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
