
/* Elbetal v13 final visual fix: direct contrast and cleanup overrides. */
:root{--ef-v13-blue:#071b49;--ef-v13-blue2:#082f75;--ef-v13-green:#78bd22;--ef-v13-cyan:#1298d4;--ef-v13-ink:#10223f;}

/* HEADER / SLIDER: remove the unwanted transparent/glass shapes on header images. */
html body .swiper-slider-1::before,
html body .swiper-slider-1::after,
html body .swiper-slide::after,
html body .swiper-slide-caption .container::before,
html body .swiper-slide-caption .container::after{
  content:none!important;display:none!important;opacity:0!important;visibility:hidden!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important;
}
html body .swiper-slider-1,
html body .swiper-container.swiper-slider,
html body .rd-navbar-wrap + .swiper-container{
  background:#061a44!important;overflow:hidden!important;
}
html body .swiper-slide::before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;
  background:linear-gradient(90deg,rgba(5,18,48,.68) 0%,rgba(5,18,48,.34) 46%,rgba(5,18,48,.10) 100%)!important;
  opacity:1!important;z-index:1!important;pointer-events:none!important;
}
html body .swiper-slide-caption{z-index:5!important;}

/* OPENING HOURS: one calm premium card, no stray bar behind title, no ugly text breaks. */
html body .ef-hours-section{background:#f5f8fc!important;padding-top:56px!important;padding-bottom:56px!important;}
html body .ef-hours-section::before,
html body .ef-hours-section::after,
html body .ef-hours-card::before,
html body .ef-hours-card::after,
html body .ef-hours-content h3::before,
html body .ef-hours-content h3::after,
html body .ef-hours-section h3::before,
html body .ef-hours-section h3::after{
  content:none!important;display:none!important;background:none!important;box-shadow:none!important;
}
html body .ef-hours-card,
html body .ef-hours-clean-card{
  width:min(760px,100%)!important;margin:0 auto!important;padding:30px 34px!important;
  border-radius:22px!important;background:#fff!important;background-image:none!important;
  border:1px solid rgba(7,27,73,.10)!important;box-shadow:0 24px 70px rgba(7,27,73,.12)!important;
  color:var(--ef-v13-ink)!important;text-align:center!important;overflow:visible!important;
}
html body .ef-hours-content{display:grid!important;gap:8px!important;justify-items:center!important;align-items:center!important;}
html body .ef-hours-content h3{
  margin:0 0 10px!important;padding:0!important;color:var(--ef-v13-blue)!important;background:transparent!important;
  font-size:clamp(28px,3.2vw,42px)!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.035em!important;
  white-space:normal!important;text-shadow:none!important;
}
html body .ef-hours-content p,
html body .ef-hours-content h5{
  margin:0!important;padding:0!important;background:transparent!important;color:var(--ef-v13-ink)!important;text-shadow:none!important;
  font-size:clamp(17px,2vw,22px)!important;line-height:1.35!important;font-weight:800!important;letter-spacing:0!important;
  white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;
}
html body .ef-hours-content p.italic{font-style:normal!important;color:#394b63!important;font-weight:700!important;}
html body .ef-hours-content h5{margin-top:4px!important;color:var(--ef-v13-blue)!important;}
html body .ef-hours-content h5 a{color:var(--ef-v13-blue2)!important;text-decoration:none!important;white-space:nowrap!important;}
@media(max-width:520px){html body .ef-hours-card{padding:24px 18px!important;}html body .ef-hours-content p,html body .ef-hours-content h5{font-size:16px!important;white-space:normal!important;}}

/* WEBSITE BLOCK: force a readable premium dark stage, even if old white-section CSS is still active. */
html body .page section.ef-web-wow-section,
html body .page section.ef-web-v12-section,
html body section.ef-web-wow-section,
html body section.ef-web-v12-section{
  position:relative!important;isolation:isolate!important;overflow:hidden!important;
  background:#06183f!important;
  background-image:radial-gradient(circle at 14% 14%,rgba(18,152,212,.34),transparent 30%),radial-gradient(circle at 88% 72%,rgba(120,189,34,.30),transparent 34%),linear-gradient(135deg,#06183f 0%,#082b68 58%,#071b49 100%)!important;
  color:#fff!important;padding-top:clamp(58px,8vw,110px)!important;padding-bottom:clamp(58px,8vw,110px)!important;
}
html body .page section.ef-web-wow-section::before,
html body .page section.ef-web-wow-section::after,
html body .page section.ef-web-v12-section::before,
html body .page section.ef-web-v12-section::after{
  content:none!important;display:none!important;background:none!important;
}
html body section.ef-web-wow-section .container,
html body section.ef-web-v12-section .container{position:relative!important;z-index:2!important;background:transparent!important;}
html body section.ef-web-wow-section .ef-web-wow-shell,
html body section.ef-web-v12-section .ef-web-v12-shell,
html body section.ef-web-wow-section .ef-web-v12-shell,
html body section.ef-web-v12-section .ef-web-wow-shell{
  position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr)!important;gap:clamp(26px,5vw,64px)!important;align-items:center!important;
  padding:clamp(30px,5vw,64px)!important;border-radius:30px!important;
  background:rgba(4,18,48,.92)!important;background-image:linear-gradient(135deg,rgba(12,63,134,.72),rgba(4,18,48,.94))!important;
  border:1px solid rgba(255,255,255,.20)!important;box-shadow:0 34px 100px rgba(0,0,0,.35)!important;color:#fff!important;
}
html body section.ef-web-wow-section .ef-web-wow-copy,
html body section.ef-web-v12-section .ef-web-v12-copy,
html body section.ef-web-wow-section .ef-web-v12-copy,
html body section.ef-web-v12-section .ef-web-wow-copy,
html body section.ef-web-wow-section .ef-web-wow-copy *,
html body section.ef-web-v12-section .ef-web-v12-copy *,
html body section.ef-web-wow-section .ef-web-v12-copy *,
html body section.ef-web-v12-section .ef-web-wow-copy *{
  color:#fff!important;text-shadow:none!important;background-color:transparent!important;
}
html body section.ef-web-wow-section h3,
html body section.ef-web-v12-section h3{color:#fff!important;background:transparent!important;text-shadow:none!important;}
html body section.ef-web-wow-section h3::after,
html body section.ef-web-v12-section h3::after{display:none!important;content:none!important;}
html body section.ef-web-wow-section p,
html body section.ef-web-v12-section p{color:rgba(255,255,255,.93)!important;background:transparent!important;}
html body section.ef-web-wow-section .list-marked li,
html body section.ef-web-v12-section .list-marked li{
  color:#fff!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:14px!important;
}
html body section.ef-web-wow-section .button,
html body section.ef-web-v12-section .button{background:#fff!important;color:var(--ef-v13-blue)!important;border-color:#fff!important;text-shadow:none!important;}
html body section.ef-web-wow-section .button:hover,
html body section.ef-web-v12-section .button:hover{background:var(--ef-v13-green)!important;color:#fff!important;border-color:var(--ef-v13-green)!important;}
@media(max-width:900px){html body section.ef-web-wow-section .ef-web-wow-shell,html body section.ef-web-v12-section .ef-web-v12-shell{grid-template-columns:1fr!important;}}

/* PARTNER LOGOS: the whole logo stage must be blue, no white background behind white PNGs. */
html body .page section.ef-partners-blue,
html body .page section.ef-partners-blue .parallax-content,
html body .page section.parallax-container[data-parallax-img="images/bg-clients.jpg"],
html body .page section.parallax-container[data-parallax-img="images/bg-clients.jpg"] .parallax-content{
  background:#071b49!important;background-image:linear-gradient(135deg,#071b49 0%,#0b3f86 72%,#075d9f 100%)!important;color:#fff!important;
}
html body section.ef-partners-blue::before,
html body section.ef-partners-blue::after,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"]::before,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"]::after{
  content:none!important;display:none!important;
}
html body section.ef-partners-blue .material-parallax,
html body section.ef-partners-blue .material-parallax img,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"] .material-parallax,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"] .material-parallax img{
  display:none!important;opacity:0!important;visibility:hidden!important;
}
html body section.ef-partners-blue .clients-modern,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"] .clients-modern,
html body section.ef-partners-blue .owl-item,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"] .owl-item{
  background:transparent!important;background-image:none!important;box-shadow:none!important;border:0!important;
}
html body section.ef-partners-blue .clients-modern,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"] .clients-modern{
  min-height:120px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;border-radius:18px!important;
}
html body section.ef-partners-blue .clients-modern img,
html body section.parallax-container[data-parallax-img="images/bg-clients.jpg"] .clients-modern img{
  opacity:1!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.38))!important;max-height:80px!important;object-fit:contain!important;
}

/* FOOTER: entire footer/newsletter area remains the strong blue. */
html body .footer-classic,
html body .footer-classic-content,
html body .footer-classic-panel,
html body footer,
html body footer .section,
html body .bg-gray-8{
  background:#071b49!important;background-image:linear-gradient(135deg,#071b49 0%,#0b3f86 72%,#075d9f 100%)!important;color:#fff!important;
}
html body .footer-classic *,html body footer *,html body .bg-gray-8 *{color:#fff!important;}
html body .footer-classic a,html body footer a{color:#fff!important;}
html body .footer-classic a:hover,html body footer a:hover{color:#c7eb9b!important;}
