#logo img.logo-main,
#logo img.logo-mobile {
  width: 72px !important; height: 72px !important; max-height: 72px !important;
  object-fit: contain;
}

footer .footer-about {
  overflow: hidden;
  margin-bottom: 20px;
}

footer .footer-about .logo-footer {
  float: left;
  width: 128px !important;
  height: 128px !important;
  max-height: 128px !important;
  object-fit: contain;
  display: block;
  margin: 0 16px 10px 0;
  shape-outside: margin-box;
}

footer .footer-about p {
  margin: 0;
  padding-top: 0;
  text-align: left;
  line-height: 1.7;
}

footer .footer-about::after {
  content: "";
  display: table;
  clear: both;
}

img.logo-footer {
  width: 128px !important;
  height: 128px !important;
  max-height: 128px !important;
  object-fit: contain;
  display: block;
}

header .de-flex { align-items: center; }
header #logo { line-height: 0; }

body.ct-cyberguard header #logo img {
  width: 72px !important; height: 72px !important; max-height: 72px !important;
}

body.ct-cyberguard footer .footer-about .logo-footer {
  float: left;
  margin: 0 16px 10px 0;
}

body.ct-cyberguard footer .footer-about p {
  font-weight: 400 !important;
  text-align: justify !important;
  hyphens: auto;
  color: rgba(255, 255, 255, 0.85) !important;
}

footer .footer-about p,
footer .footer-about--bold p {
  font-weight: 400;
  text-align: justify;
  hyphens: auto;
  color: rgba(255, 255, 255, 0.85);
}

#logo img.logo-mobile { display: none !important; }
#logo img.logo-main { display: block !important; }
@media (max-width: 992px) {
  #logo img.logo-main { display: none !important; }
  #logo img.logo-mobile { display: block !important; }
}

/* Topbar removed sitewide */
#topbar { display: none !important; height: 0 !important; overflow: hidden !important; padding: 0 !important; margin: 0 !important; }
#topbar{display:none!important;}


/* Sticky header – always visible while scrolling */
header,
body.ct-cyberguard header {
  position: sticky !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 10050 !important;
  background: rgba(18, 19, 44, 0.96) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header.transparent {
  background: rgba(18, 19, 44, 0.96) !important;
}
header.smaller,
body.ct-cyberguard header.smaller {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: rgba(18, 19, 44, 0.96) !important;
}
/* avoid content jump under fixed header */
body.ct-cyberguard #content,
#content {
  scroll-margin-top: 100px;
}

/* SUBHEADER UNDERLAP — kill gap under sticky header */
/* Sticky header occupies flow space; pull #subheader image up so no brown band */
body #content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#subheader {
  margin-top: -110px !important;
  padding-top: 180px !important; /* clears header + keeps title readable */
  padding-bottom: 80px !important;
  position: relative;
  overflow: hidden;
}
#subheader .jarallax-img,
#subheader img.jarallax-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0;
}
#subheader .gradient-edge-top,
#subheader .container {
  position: relative;
  z-index: 2;
}
#subheader .spacer-double {
  display: none !important; /* was adding extra empty height under header */
}
@media (max-width: 992px) {
  #subheader {
    margin-top: -90px !important;
    padding-top: 140px !important;
  }
}



/* PERF: en homepage hero + preloader */
#de-loader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Hero slides: real <img> (slide 1 + 2), captions above images */
.swiper-inner.hero-slide-1,
.swiper-inner.hero-slide-2 {
  background-color: #12132c;
  overflow: hidden;
}
.hero-lcp,
.hero-lcp__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.hero-lcp__img {
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.swiper-inner.hero-slide-1 .sw-overlay,
.swiper-inner.hero-slide-2 .sw-overlay {
  position: absolute !important;
  inset: 0;
  z-index: 1;
}
.swiper-inner.hero-slide-1 .sw-caption,
.swiper-inner.hero-slide-2 .sw-caption {
  position: absolute !important;
  z-index: 2;
}
/* Hero stacking must not cover page content */
section.z-1000 {
  z-index: 1 !important;
  position: relative;
  isolation: isolate;
}

/* CRITICAL: theme sets .wow{visibility:hidden} — keep content visible */
.wow {
  visibility: visible !important;
}
/* A11Y: contrast fixes */
/* White on #4a81d3 is ~3.9:1 — darken button fill for WCAG AA */
a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main {
  background: #2f5fb0 !important;
  color: #ffffff !important;
}
a.btn-main:hover,
.btn-main:hover {
  background: #274f96 !important;
  color: #ffffff !important;
}
a.btn-main.fx-slide:before,
a.btn-main.fx-slide span {
  color: #ffffff !important;
}
/* keep outline/line buttons readable on dark headers */
a.btn-main.btn-line,
a.btn-line.btn-main {
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.85);
}
a.btn-main.btn-line:hover {
  background: #2f5fb0 !important;
  box-shadow: none;
}

/* Body gray #797a8c on #F3F3F4 is ~3.8:1 — darken on light sections */
.bg-light,
.bg-light p,
.bg-light .me-3,
.bg-light .de-flex,
section.bg-light {
  color: #3a3a45 !important;
}
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6 {
  color: #111013 !important;
}
.bg-light .subtitle,
.bg-light .subtitle.s2 {
  color: #2f5fb0 !important;
}
/* Star rating: bright yellow fails on light bg */
.bg-light .d-rating i,
.d-rating i {
  color: #8a6400 !important;
}


/* SR-only fallback if Bootstrap utility missing */
.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* INLINE: scheme-1 + custom-swiper-1 */
* {
  --primary-color: #4a81d3;
  --primary-color-rgb: 74, 129, 211;
  --secondary-color: #514A9D;
  --primary-gradient: 45deg, var(--primary-color), var(--secondary-color);
  --bg-dark-1: #12132c;
  --bg-dark-2: #191b36;
  --bg-dark-3: #222e66;  
  --bg-dark-1-rgb: 18, 19, 44;
}


.anim-order-1, .anim-order-2{
    opacity: 0;
}


.swiper-slide.swiper-slide-active .swiper-inner,
.swiper-slide.swiper-slide-duplicate-active .swiper-inner{
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: .2s;
}

.swiper-slide.swiper-slide-active .anim-order-1,
.swiper-slide.swiper-slide-duplicate-active .anim-order-1{
    animation-name: fadeInUp;
    animation-duration: .75s;
    animation-delay: .4s;
}
.swiper-slide.swiper-slide-active .anim-order-2,
.swiper-slide.swiper-slide-duplicate-active .anim-order-2{
    animation-name: fadeInUp;
    animation-duration: .75s;
    animation-delay: .6s;
}
.swiper-slide.swiper-slide-active .anim-order-3,
.swiper-slide.swiper-slide-duplicate-active .anim-order-3{
    animation-name: fadeInUp;
    animation-duration: .75s;
    animation-delay: .8s;
}
.swiper-slide.swiper-slide-active .anim-order-4,
.swiper-slide.swiper-slide-duplicate-active .anim-order-4{
    animation-name: fadeInUp;
    animation-duration: .75s;
    animation-delay: 1s;
}

.swiper-inner > .sw-overlay{z-index:1;}
.swiper-inner > .sw-caption{z-index:2;}




/* NAV ONE-ROW + LOGO 20px TOP */
header {
  padding-top: 20px !important;
  padding-bottom: 8px !important;
}
header .de-flex {
  align-items: center !important;
  flex-wrap: nowrap !important;
  min-height: 0 !important;
  gap: 0.75rem !important;
}
header .sm-pt10 { padding-top: 0 !important; }
#logo img.logo-main,
#logo img.logo-mobile {
  width: 72px !important;
  height: 72px !important;
  max-height: 72px !important;
}
body.ct-cyberguard header #logo img {
  width: 72px !important;
  height: 72px !important;
  max-height: 72px !important;
}
#mainmenu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap !important;
  gap: 0 0.85rem !important;
}
#mainmenu > li {
  float: none !important;
  margin-right: 0 !important;
  white-space: nowrap !important;
}
#mainmenu > li > a.menu-item,
#mainmenu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 14px !important;
}
@media (max-width: 1200px) {
  #mainmenu > li > a.menu-item,
  #mainmenu > li > a { font-size: 13px !important; }
  #mainmenu { gap: 0 0.65rem !important; }
}
@media (max-width: 992px) {
  #mainmenu { flex-wrap: wrap !important; white-space: normal !important; }
}

/* NAV DROPDOWNS — tools-style background + nested */
header,
header .container,
header .row,
header .de-flex,
header .header-col-mid,
header #mainmenu,
header #mainmenu > li {
  overflow: visible !important;
}
#mainmenu {
  position: relative;
  z-index: 10060;
}
#mainmenu > li {
  position: relative !important;
  float: none !important;
  display: inline-block !important;
}
#mainmenu > li > ul,
#mainmenu ul {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
#mainmenu > li > ul {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 220px !important;
  width: auto !important;
  background: #191b36 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  z-index: 10080 !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  list-style: none !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
}
#mainmenu > li:hover > ul,
#mainmenu > li:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}
#mainmenu > li > ul > li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  position: relative !important;
  border: none !important;
  margin: 0 !important;
  height: auto !important;
}
#mainmenu > li > ul a {
  display: block !important;
  color: #c8cbe0 !important;
  padding: 10px 18px !important;
  text-align: left !important;
  white-space: nowrap;
  height: auto !important;
}
#mainmenu > li > ul a:hover {
  color: #fff !important;
  background: rgba(74, 129, 211, 0.2) !important;
}
/* Nested level */
#mainmenu > li > ul > li > ul {
  display: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  min-width: 200px !important;
  height: auto !important;
  background: #191b36 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  z-index: 10090 !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  list-style: none !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
}
#mainmenu > li > ul > li:hover > ul,
#mainmenu > li > ul > li:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}
#mainmenu > li > ul > li.menu-item-has-children > a:after {
  content: "›";
  float: right;
  margin-left: 12px;
  opacity: 0.7;
}
@media (max-width: 992px) {
  #mainmenu > li > ul,
  #mainmenu > li > ul > li > ul {
    position: static !important;
    left: auto !important;
    display: none !important;
    box-shadow: none !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.04) !important;
    min-width: 0 !important;
    padding-left: 12px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  header.menu-open #mainmenu > li.submenu-open > ul,
  header.menu-open #mainmenu > li.submenu-open > ul > li.submenu-open > ul {
    display: block !important;
  }
  #mainmenu > li > ul > li.menu-item-has-children > a:after {
    content: "";
  }
}



/* HERO SLIDER-EXTRA FIX */
/* Keep hero self-contained — no spill into the next section */
.section-dark.no-top.no-bottom.position-relative.overflow-hidden.z-1000,
.section-dark.no-top.no-bottom.position-relative.overflow-hidden {
  overflow: hidden !important;
  margin-bottom: 0 !important;
}
.mh-700 {
  min-height: 820px !important;
  height: auto;
  overflow: hidden !important;
}
.mh-700 .swiper,
.mh-700 .swiper-slide,
.swiper-inner.hero-slide-1,
.swiper-inner.hero-slide-2 {
  overflow: hidden !important;
  min-height: 820px !important;
}
/* Caption: top-aligned so title + feature blocks sit higher */
.swiper-inner.hero-slide-1 .sw-caption,
.swiper-inner.hero-slide-2 .sw-caption {
  inset: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  display: flex !important;
  align-items: flex-start !important; /* was center — pushes content up */
  overflow: hidden !important;
  padding: 130px 0 50px !important; /* header clearance + bottom breathing */
  box-sizing: border-box !important;
}
.swiper-inner.hero-slide-1 .sw-caption > .container,
.swiper-inner.hero-slide-2 .sw-caption > .container {
  width: 100%;
  padding-bottom: 0;
  margin-top: 0;
}
/* Pull feature row closer under CTA / higher overall */
.slider-extra {
  position: relative;
  z-index: 3;
  margin-top: 0.5rem !important;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
/* Shrink spacers inside hero caption that push features down */
.swiper-inner.hero-slide-1 .sw-caption .spacer-double,
.swiper-inner.hero-slide-2 .sw-caption .spacer-double {
  height: 20px !important;
  min-height: 20px !important;
}
.swiper-inner.hero-slide-1 .sw-caption .spacer-single,
.swiper-inner.hero-slide-2 .sw-caption .spacer-single {
  height: 12px !important;
  min-height: 12px !important;
}
.slider-extra > [class*="col-"] {
  position: relative !important;
  min-height: 100px;
}
.slider-extra img.absolute,
.slider-extra img.abs {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100px !important;
  height: auto !important;
  z-index: 2;
  margin: 0 !important;
  padding: .75rem !important;
  opacity: .95;
  pointer-events: none;
}
.slider-extra .ps-100 {
  padding-left: 100px !important;
}
.slider-extra h4 {
  color: #fff;
  margin-bottom: .35rem;
}
.slider-extra p {
  color: rgba(255,255,255,.85);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .slider-extra.sm-hide { display: none !important; }
  .mh-700,
  .mh-700 .swiper,
  .mh-700 .swiper-slide,
  .swiper-inner.hero-slide-1,
  .swiper-inner.hero-slide-2 {
    min-height: 70vh !important;
  }
  .swiper-inner.hero-slide-1 .sw-caption,
  .swiper-inner.hero-slide-2 .sw-caption {
    padding: 110px 0 40px !important;
    align-items: flex-start !important;
  }
}

/* Hero → Need 24/7: flush (NO white gap) */
.section-dark.no-top.no-bottom.position-relative + .section-dark.bg-dark-3.pt-60 {
  margin-top: 0 !important;
}

/* CONTACT MAP STATIC */
.contact-map-wrap {
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #e8eef5;
}
.contact-map-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 576px) {
  .contact-map-wrap,
  .contact-map-img {
    min-height: 100%;
    height: 100%;
  }
}
.contact-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


#success_message_col.success { display: none; }

/* LIGHT FORM ON DARK SECTION — readable contrast */
#booking_form.bg-light,
#contact_form {
  color: #1a1a22 !important;
}
#booking_form.bg-light h2,
#booking_form.bg-light p,
#booking_form.bg-light label {
  color: #1a1a22 !important;
}
section.text-light #booking_form .form-control,
section.section-dark #booking_form .form-control,
section.text-light #contact_form .form-control,
section.section-dark #contact_form .form-control,
#booking_form .form-control,
#contact_form .form-control {
  color: #1a1a22 !important;
  background: #ffffff !important;
  border: 1px solid rgba(18, 19, 44, 0.18) !important;
  caret-color: #1a1a22;
}
section.text-light #booking_form .form-control:focus,
section.section-dark #booking_form .form-control:focus,
#booking_form .form-control:focus,
#contact_form .form-control:focus {
  color: #1a1a22 !important;
  background: #ffffff !important;
  border-color: #2f5fb0 !important;
  box-shadow: 0 0 0 0.15rem rgba(47, 95, 176, 0.2);
}
section.text-light #booking_form ::placeholder,
section.section-dark #booking_form ::placeholder,
#booking_form ::placeholder,
#contact_form ::placeholder {
  color: #5c5d6a !important;
  opacity: 1 !important;
}
section.text-light #booking_form ::-webkit-input-placeholder,
#booking_form ::-webkit-input-placeholder,
#contact_form ::-webkit-input-placeholder {
  color: #5c5d6a !important;
}
section.text-light #booking_form ::-moz-placeholder,
#booking_form ::-moz-placeholder,
#contact_form ::-moz-placeholder {
  color: #5c5d6a !important;
  opacity: 1 !important;
}
#booking_form select.form-control option,
#contact_form select.form-control option {
  color: #1a1a22 !important;
  background: #ffffff !important;
}
#booking_form .id-color,
#booking_form i.id-color {
  color: #2f5fb0 !important;
}

/* APPOINTMENT SUCCESS / ERROR VISIBLE */
#success_message_col.appointment-success,
#success_message_col.success {
  display: none;
}
#success_message_col.is-visible,
#success_message_col[style*="display: block"] {
  display: block !important;
}
#booking_form #error_message.error,
#booking_form .error {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: #fde8e8 !important;
  color: #8a1f1f !important;
  border: 1px solid #e3a2a2;
  font-weight: 600;
}
#booking_form .form-control.error_input {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 0.12rem rgba(192, 57, 43, 0.2);
}

/* CERTTHOR.JS MOBILE MENU */
#mainmenu > li.menu-item-has-children {
  position: relative;
}
#mainmenu > li > button.submenu-toggle {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
#mainmenu > li > button.submenu-toggle::before {
  content: "▾";
  font-size: 14px;
}
@media (max-width: 992px) {
  body.menu-open {
    overflow: hidden;
  }
  #mainmenu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }
  #mainmenu > li > button.submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #mainmenu > li > ul {
    display: none;
  }
  #mainmenu > li.submenu-open > ul {
    display: block !important;
    position: static !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #191b36;
  }
}

/* A11Y CONTRAST + TOUCH + LANDMARKS */
/* Subtitles: primary #4a81d3 fails AA on light/dark at 14px — use darker/lighter AA colors */
.subtitle,
.subtitle.s2 {
  color: #2a56a0 !important; /* ~5.5:1 on white */
  font-weight: 700 !important;
}
.section-dark .subtitle,
.section-dark .subtitle.s2,
.text-light .subtitle,
.text-light .subtitle.s2,
.bg-dark .subtitle,
.bg-dark-2 .subtitle,
.bg-color .subtitle {
  color: #9ec5ff !important; /* ~7:1 on #12132c / dark navy */
}

/* Body / lead on light sections */
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2):not(.bg-color) p,
section:not(.section-dark) .lead,
.bg-light p,
.bg-light .lead,
[data-bgimage] p,
[data-bgimage] .ul-check li {
  color: #2f3038 !important;
}
[data-bgimage] .ul-check.fw-600 li,
.ul-check.fw-600 li {
  color: #2f3038 !important;
}

/* Dark section body text */
.section-dark p,
.section-dark .lead,
.bg-dark-2 p,
.bg-dark-2 .lead,
.text-light p.lead {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Hero / slider supporting text */
.sw-caption .subtitle.s2 {
  color: #9ec5ff !important;
}
.slider-teaser,
.sw-caption h3.slider-teaser {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Footer widget titles (were h5) */
.footer-widget-title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
  letter-spacing: 0.02em;
}
footer.section-dark a {
  color: rgba(255, 255, 255, 0.88) !important;
}
footer.section-dark a:hover,
footer.section-dark a:focus {
  color: #ffffff !important;
}

/* Touch targets ≥ 44px */
.swiper-button-prev,
.swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  margin-top: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px !important;
}
#mainmenu > li > a.menu-item {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  box-sizing: border-box;
}
#menu-btn {
  min-width: 44px !important;
  min-height: 44px !important;
}
.subfooter .menu-simple a,
footer .menu-simple a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 10px;
}

main#content {
  display: block;
}


.slider-extra .feature-title,
.ps-100 .feature-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

/* A11Y: news card overlay + badges */
a[aria-label^="Read:"] h3,
a[aria-label^="Case study:"] h3 {
  color: #ffffff !important;
}
a[aria-label^="Read:"] .fs-14,
a[aria-label^="Case study:"] .fs-14 {
  color: rgba(255, 255, 255, 0.95) !important;
}
.bg-color.rounded-1,
.bg-color.d-inline-block {
  background: #2f5fb0 !important;
  color: #ffffff !important;
}

/* A11Y: home without plugins.css */
.wow,
.animated {
  visibility: visible !important;
  animation: none !important;
}

/* HOME HERO SLIDER (no swiper.js) */
.swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-inner,
.hero-slide-1,
.hero-slide-2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(18, 19, 44, 0.45);
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev { left: 12px; }
.swiper-button-next { right: 12px; }
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: inherit;
  font-size: 0;
  content: '';
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
}
.swiper-button-prev:after {
  transform: rotate(135deg);
  margin-left: 3px;
}
.swiper-button-next:after {
  transform: rotate(-45deg);
  margin-right: 3px;
}

/* hero-slider: all slides visible when translating */
.swiper[data-hero-ready] .swiper-slide {
  visibility: visible !important;
  pointer-events: auto !important;
}

/* A11Y: bg-color badge contrast */
/* Darken primary fill; force white copy (beats section p { color:#2f3038 }) */
.bg-color,
.bg-color.rounded-1,
.bg-color.d-inline-block,
.bg-color.text-light {
  background-color: #1e4a8c !important;
  background-image: none !important;
  color: #ffffff !important;
}
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color,
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color p,
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color .lead,
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color h1,
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color h2,
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color h3,
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color h4,
section:not(.section-dark):not(.bg-dark):not(.bg-dark-2) .bg-color span,
.section-dark .bg-color p,
.section-dark .bg-color h2,
.bg-color.text-light p,
.bg-color.text-light h2 {
  color: #ffffff !important;
}

/* CLS LOCK v1 */
.mh-700 { min-height: 820px !important; }
@media (max-width: 991.98px) {
  .mh-700 { min-height: 70vh !important; }
}
@media (min-width: 992px) {
  .mh-700 { min-height: 820px !important; }
}
#logo img.logo-main,
#logo img.logo-mobile {
  width: 72px !important;
  height: 72px !important;
  max-height: 72px !important;
  aspect-ratio: 1 / 1;
}
img { max-width: 100%; }
img[width][height] { height: auto; }
/* Prefer no late font-size jumps on hero titles before webfonts */
.slider-title, .slider-teaser, .subtitle.s2 {
  font-family: Helvetica, Arial, sans-serif;
}

/* VANILLA MARQUEE */
.de-marquee-list-1,
.de-marquee-list-2,
.ct-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.ct-marquee-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.ct-marquee--left .ct-marquee-track {
  animation: ct-marquee-left 60s linear infinite;
}
.ct-marquee--right .ct-marquee-track {
  animation: ct-marquee-right 60s linear infinite;
}
@keyframes ct-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes ct-marquee-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .ct-marquee-track { animation: none !important; }
}
