.holos-hero {
  position: relative;
  isolation: isolate;
  height: 100svh;
  overflow: hidden;
}

.holos-hero__scene {
  position: relative;
  height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(91, 151, 193, 0.32) 0%,
      rgba(18, 34, 56, 0) 58%
    ),
    linear-gradient(
      180deg,
      #1a3b59 0%,
      #122238 100%
    );
}

.holos-hero__scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: -1;
}

.holos-hero__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.holos-hero__ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(34px);
}

.holos-hero__ambient-glow--one {
  top: -22%;
  left: 16%;
  width: min(54vw, 48rem);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(179, 213, 232, 0.13) 0%, rgba(179, 213, 232, 0) 70%);
}

.holos-hero__ambient-glow--two {
  right: -14%;
  bottom: -34%;
  width: min(52vw, 44rem);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(91, 151, 193, 0.2) 0%, rgba(91, 151, 193, 0) 72%);
}

.holos-hero__after-nav {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: clamp(1.05rem, 2.1vw, 1.45rem) clamp(1.25rem, 5vw, 4rem);
  background: #FFFFFF;
}

.holos-hero__after-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.15rem, 2.4vw, 2.35rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.holos-hero__after-nav-list a {
  position: relative;
  display: inline-flex;
  padding: 0.25rem 0;
  color: rgba(18, 34, 56, 0.72);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.9rem, 1.02vw, 1.02rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: color 180ms ease;
}

.holos-hero__after-nav-list a span {
  position: relative;
}

.holos-hero__after-nav-list a span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.38rem;
  left: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.holos-hero__after-nav-list a:hover,
.holos-hero__after-nav-list a:focus-visible,
.holos-hero__after-nav-list .current-menu-item > a,
.holos-hero__after-nav-list .current_page_item > a {
  color: #122238;
}

.holos-hero__after-nav-list a:hover span::after,
.holos-hero__after-nav-list a:focus-visible span::after,
.holos-hero__after-nav-list .current-menu-item > a span::after,
.holos-hero__after-nav-list .current_page_item > a span::after {
  transform: scaleX(1);
}

.holos-hero__layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: clamp(1rem, 3vh, 2rem) 1.5rem clamp(2.5rem, 7vh, 4.5rem);
  transform: translateY(var(--holos-hero-logo-y, calc(-6 * 1vh)));
  opacity: var(--holos-hero-logo-opacity, 1);
  will-change: transform, opacity;
}

.holos-hero__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.holos-hero .holos-logo-frame {
  display: block;
  width: min(560px, 82vw);
  height: min(315px, 46.125vw);
  margin: 0 auto;
  border: 0 !important;
  background: transparent;
  pointer-events: none;
}

.holos-hero__drop-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(1.5rem, 3.5vh, 2.75rem);
  transform: translateY(var(--holos-hero-drop-y, 0px)) scale(var(--holos-hero-drop-scale, 1));
  opacity: var(--holos-hero-drop-opacity, 1);
  will-change: transform, opacity;
}

.holos-hero__drop {
  display: block;
  width: clamp(3.5rem, 5.5vw, 4.75rem);
  height: auto;
  filter: drop-shadow(0 0.6rem 1rem rgba(18, 34, 56, 0.16));
}

@media (max-width: 1024px) {
  .holos-hero__after-nav {
    justify-content: flex-start;
    padding: 0.95rem 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .holos-hero__after-nav::-webkit-scrollbar {
    display: none;
  }

  .holos-hero__after-nav::after {
    content: "";
    position: sticky;
    right: 0;
    flex: 0 0 2rem;
    width: 2rem;
    margin-left: -2rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 75%);
    pointer-events: none;
  }

  .holos-hero__after-nav-list {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.25rem;
    width: max-content;
    min-width: max-content;
    padding: 0 2rem 0 1.25rem;
  }

  .holos-hero__after-nav-list > li {
    flex: 0 0 auto;
  }

  .holos-hero__after-nav-list a {
    font-size: clamp(0.92rem, 3.8vw, 1.02rem);
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .holos-hero__layout {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .holos-hero__drop-wrap {
    margin-top: clamp(1.25rem, 3vh, 1.75rem);
  }

  .holos-hero__drop {
    width: clamp(3.15rem, 12vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .holos-hero {
    height: 100svh;
  }

  .holos-hero *,
  .holos-hero *::before,
  .holos-hero *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Align inherited theme components on the front page with the HOLOS palette. */
body.home {
  --theme-color-text_link: #5B97C1;
  --theme-color-text_hover: #122238;
  --theme-color-extra_bg_color: #122238;
  --theme-color-extra_bg_hover: #1A3B59;
  --theme-color-extra_text: #E1EAEF;
  --theme-color-extra_light: #B3D5E8;
  --theme-color-extra_dark: #FFFFFF;
  --theme-color-extra_link: #B3D5E8;
  --theme-color-extra_hover: #FFFFFF;
}

body.home .elementor-element-18438ae .sc_button.sc_button_default {
  background-color: #122238 !important;
  border-color: #122238 !important;
  color: #FFFFFF !important;
}

body.home .elementor-element-18438ae .sc_button.sc_button_default:hover,
body.home .elementor-element-18438ae .sc_button.sc_button_default:focus-visible {
  background-color: #5B97C1 !important;
  border-color: #5B97C1 !important;
  color: #FFFFFF !important;
}

body.home .elementor-element-d232667.scheme_dark,
body.home .elementor-element-ac79e89.scheme_dark {
  --theme-color-bg_color: #122238;
  --theme-color-text: #E1EAEF;
  --theme-color-text_light: #B3D5E8;
  --theme-color-text_dark: #FFFFFF;
  --theme-color-text_link: #B3D5E8;
  --theme-color-text_hover: #FFFFFF;
  background-color: #122238;
}

body.home .elementor-element-d232667 .sc_item_subtitle,
body.home .elementor-element-d232667 .sc_item_title,
body.home .elementor-element-d232667 .sc_item_title_text,
body.home .elementor-element-d232667 .sc_item_title_text2 {
  color: #FFFFFF;
}

body.home .elementor-element-d232667 .sc_item_descr,
body.home .elementor-element-d232667 .sc_item_descr p {
  color: #E1EAEF;
}

body.home .elementor-element-004b037 .sc_item_title_text {
  color: #122238;
}

body.home .elementor-element-004b037 .sc_item_title_text2 {
  color: #8A9DAC;
}

body.home .elementor-element-b00c34f .sc_item_title_text {
  color: #122238;
}

body.home .elementor-element-b00c34f .sc_item_title_text2 {
  color: #5B97C1;
}

body.home .elementor-element-b00c34f .sc_item_subtitle {
  color: rgba(18, 34, 56, 0.66);
}

body.home .elementor-element-18438ae .sc_item_descr,
body.home .elementor-element-18438ae .sc_item_descr p {
  color: rgba(18, 34, 56, 0.72);
}

body.home .elementor-element-7e7cd01 .elementor-heading-title,
body.home .elementor-element-324f970 .elementor-heading-title,
body.home .elementor-element-b268791 .elementor-heading-title {
  color: #5B97C1 !important;
}

body.home .elementor-element-21cc277 .sc_item_title,
body.home .elementor-element-4c3f61b .sc_item_title,
body.home .elementor-element-42bbb0b .sc_item_title {
  color: #122238 !important;
}

body.home .elementor-section.sc_cover_link_present .elementor-widget-text-editor,
body.home .elementor-section.sc_cover_link_present .elementor-widget-text-editor p {
  color: rgba(18, 34, 56, 0.62);
}

body.home .elementor-section.sc_cover_link_present .elementor-icon {
  border-color: rgba(18, 34, 56, 0.24);
  color: #122238;
}

body.home .elementor-section.sc_cover_link_present .elementor-icon svg {
  fill: #122238;
}

body.home .elementor-section.sc_cover_link_present:hover .num-hover .elementor-heading-title {
  color: #122238 !important;
}

body.home .elementor-section.sc_cover_link_present:hover .elementor-icon {
  border-color: #122238;
  color: #122238;
}

body.home .footer_wrap {
  --theme-color-bg_color: #122238;
  --theme-color-text: #E1EAEF;
  --theme-color-text_light: #B3D5E8;
  --theme-color-text_dark: #FFFFFF;
  --theme-color-text_link: #B3D5E8;
  --theme-color-text_hover: #FFFFFF;
  background: linear-gradient(180deg, #1A3B59 0%, #122238 100%);
  color: #E1EAEF;
}

body.home .footer_wrap .elementor-section {
  background-color: transparent;
}

body.home .footer_wrap .sc_item_title,
body.home .footer_wrap .sc_item_title_text,
body.home .footer_wrap .elementor-heading-title,
body.home .footer_wrap h1,
body.home .footer_wrap h2,
body.home .footer_wrap h3,
body.home .footer_wrap h4,
body.home .footer_wrap h5,
body.home .footer_wrap h6 {
  color: #FFFFFF;
}

body.home .footer_wrap p,
body.home .footer_wrap a,
body.home .footer_wrap .elementor-widget-text-editor {
  color: #E1EAEF;
}

body.home .footer_wrap a:hover,
body.home .footer_wrap a:focus-visible {
  color: #B3D5E8;
}

body.home .elementor-element-d232667 .sc_item_subtitle {
  color: #B3D5E8;
}

body.home .elementor-element-d232667 .sc_item_title,
body.home .elementor-element-d232667 .sc_item_title_text,
body.home .elementor-element-d232667 .sc_item_title_text2 {
  color: #FFFFFF;
}

body.home .elementor-element-d232667 .sc_item_descr,
body.home .elementor-element-d232667 .sc_item_descr p {
  color: rgba(225, 234, 239, 0.78);
}

body.home .elementor-element-d232667 p,
body.home .elementor-element-d232667 li {
  color: rgba(225, 234, 239, 0.78);
}

body.home .elementor-element-d232667 a {
  color: #B3D5E8;
}

body.home .elementor-element-d232667 a:hover,
body.home .elementor-element-d232667 a:focus-visible {
  color: #FFFFFF;
}

/* Match Elementor's generated selector specificity for the homepage palette. */
body.home .elementor-12200 .elementor-element.elementor-element-b00c34f .sc_item_title_text {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-b00c34f .sc_item_title_text2 {
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-b00c34f .sc_item_subtitle {
  color: rgba(18, 34, 56, 0.66) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_item_descr,
body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_item_descr p {
  color: rgba(18, 34, 56, 0.72) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_button.sc_button_default {
  background-color: #122238 !important;
  border-color: #122238 !important;
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_button.sc_button_default:hover,
body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_button.sc_button_default:focus-visible {
  background-color: #5B97C1 !important;
  border-color: #5B97C1 !important;
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-7e7cd01 .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-324f970 .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-b268791 .elementor-heading-title {
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-21cc277 .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-4c3f61b .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-42bbb0b .sc_item_title {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_item_subtitle {
  color: #B3D5E8 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_item_title_text {
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 p,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 li {
  color: rgba(225, 234, 239, 0.78) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-7122c4b .elementor-icon {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: 0 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-7122c4b .elementor-icon svg {
  fill: transparent !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-7122c4b,
body.home .elementor-12200 .elementor-element.elementor-element-7122c4b > .elementor-widget-container,
body.home .elementor-12200 .elementor-element.elementor-element-7122c4b .elementor-icon-wrapper {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.home #bg_canvas_dynamic1 {
  background: transparent !important;
}

body.home [data-bg-canvas-id="dynamic1"][data-bg-canvas-type="start"],
body.home [data-bg-canvas-id="dynamic1"][data-bg-canvas-type="start"] > .elementor-widget-container,
body.home [data-bg-canvas-id="dynamic1"][data-bg-canvas-type="start"] .elementor-icon-wrapper,
body.home [data-bg-canvas-id="dynamic1"][data-bg-canvas-type="start"] .elementor-icon {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.home [data-bg-canvas-id="dynamic1"][data-bg-canvas-type="start"] svg,
body.home [data-bg-canvas-id="dynamic1"][data-bg-canvas-type="start"] i,
body.home [data-bg-canvas-id="dynamic1"][data-bg-canvas-type="start"] span {
  color: transparent !important;
  fill: transparent !important;
  opacity: 0 !important;
}

/* Temporary homepage polish: scoped to Elementor IDs so white content areas stay untouched. */
body.home .elementor-12200 .elementor-element.elementor-element-b00c34f .sc_item_title_text {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-b00c34f .sc_item_title_text2 {
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-b00c34f .sc_item_subtitle {
  color: rgba(18, 34, 56, 0.62) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-4883546 .elementor-divider-separator,
body.home .elementor-12200 .elementor-element.elementor-element-efd73a6 .elementor-divider-separator,
body.home .elementor-12200 .elementor-element.elementor-element-1038259 .elementor-divider-separator,
body.home .elementor-12200 .elementor-element.elementor-element-9b04d13 .elementor-divider-separator {
  border-color: rgba(91, 151, 193, 0.22) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-7e7cd01 .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-324f970 .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-b268791 .elementor-heading-title {
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-21cc277 .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-21cc277 .sc_item_title_text,
body.home .elementor-12200 .elementor-element.elementor-element-4c3f61b .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-4c3f61b .sc_item_title_text,
body.home .elementor-12200 .elementor-element.elementor-element-42bbb0b .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-42bbb0b .sc_item_title_text {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-16b5873,
body.home .elementor-12200 .elementor-element.elementor-element-16b5873 p,
body.home .elementor-12200 .elementor-element.elementor-element-da38857,
body.home .elementor-12200 .elementor-element.elementor-element-da38857 p,
body.home .elementor-12200 .elementor-element.elementor-element-38e469f,
body.home .elementor-12200 .elementor-element.elementor-element-38e469f p {
  color: rgba(18, 34, 56, 0.66) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-33b73f9 .elementor-icon,
body.home .elementor-12200 .elementor-element.elementor-element-a039815 .elementor-icon,
body.home .elementor-12200 .elementor-element.elementor-element-49cd667 .elementor-icon {
  border-color: rgba(18, 34, 56, 0.28) !important;
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-33b73f9 .elementor-icon svg,
body.home .elementor-12200 .elementor-element.elementor-element-a039815 .elementor-icon svg,
body.home .elementor-12200 .elementor-element.elementor-element-49cd667 .elementor-icon svg {
  fill: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-abfb2aa:hover .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-5749dd1:hover .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-c6ccf0b:hover .elementor-heading-title {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-abfb2aa:hover .elementor-icon,
body.home .elementor-12200 .elementor-element.elementor-element-5749dd1:hover .elementor-icon,
body.home .elementor-12200 .elementor-element.elementor-element-c6ccf0b:hover .elementor-icon {
  border-color: #5B97C1 !important;
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-abfb2aa:hover .elementor-icon svg,
body.home .elementor-12200 .elementor-element.elementor-element-5749dd1:hover .elementor-icon svg,
body.home .elementor-12200 .elementor-element.elementor-element-c6ccf0b:hover .elementor-icon svg {
  fill: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-004b037 .sc_item_subtitle {
  color: rgba(91, 151, 193, 0.88) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-004b037 .sc_item_title_text {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-004b037 .sc_item_title_text2 {
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_item_descr,
body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_item_descr p {
  color: rgba(18, 34, 56, 0.7) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_button.sc_button_default {
  background-color: #122238 !important;
  border-color: #122238 !important;
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_button.sc_button_default:hover,
body.home .elementor-12200 .elementor-element.elementor-element-18438ae .sc_button.sc_button_default:focus-visible {
  background-color: #5B97C1 !important;
  border-color: #5B97C1 !important;
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_item_subtitle {
  color: #B3D5E8 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_item_title_text {
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .elementor-widget-text-editor,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 .elementor-widget-text-editor p,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 p,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 li {
  color: rgba(225, 234, 239, 0.86) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .elementor-widget-heading .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 .elementor-widget-heading .elementor-heading-title a {
  color: #E1EAEF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .elementor-widget-heading .elementor-heading-title a:hover,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 .elementor-widget-heading .elementor-heading-title a:focus-visible {
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .elementor-divider-separator {
  border-color: rgba(179, 213, 232, 0.3) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_button.sc_button_simple.color_style_dark {
  color: #B3D5E8 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_button.sc_button_simple.color_style_dark:hover,
body.home .elementor-12200 .elementor-element.elementor-element-d232667 .sc_button.sc_button_simple.color_style_dark:focus-visible {
  color: #FFFFFF !important;
}

body.home .footer_wrap {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(91, 151, 193, 0.18) 0%,
      rgba(18, 34, 56, 0) 48%
    ),
    linear-gradient(
      180deg,
      #1A3B59 0%,
      #122238 100%
    ) !important;
  color: #E1EAEF !important;
}

body.home .footer_wrap .elementor-section,
body.home .footer_wrap .elementor-column,
body.home .footer_wrap .elementor-widget-wrap {
  background: transparent !important;
}

body.home .footer_wrap .sc_item_title,
body.home .footer_wrap .sc_item_title_text,
body.home .footer_wrap .elementor-heading-title,
body.home .footer_wrap .elementor-heading-title a,
body.home .footer_wrap h1,
body.home .footer_wrap h2,
body.home .footer_wrap h3,
body.home .footer_wrap h4,
body.home .footer_wrap h5,
body.home .footer_wrap h6 {
  color: #FFFFFF !important;
}

body.home .footer_wrap p,
body.home .footer_wrap a,
body.home .footer_wrap .elementor-widget-text-editor {
  color: #E1EAEF !important;
}

body.home .footer_wrap a:hover,
body.home .footer_wrap a:focus-visible {
  color: #B3D5E8 !important;
}

body.home .footer_wrap .elementor-divider-separator {
  border-color: rgba(179, 213, 232, 0.24) !important;
}

/* V5 polish: Andrea and first-visit sections on the HOLOS blue canvas. */
body.home .elementor-12200 .elementor-element.elementor-element-47db330,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 {
  --theme-color-bg_color: #122238;
  --theme-color-text: rgba(225, 234, 239, 0.84);
  --theme-color-text_light: #B3D5E8;
  --theme-color-text_dark: #FFFFFF;
  --theme-color-text_link: #B3D5E8;
  --theme-color-text_hover: #FFFFFF;
  background: transparent !important;
  color: rgba(225, 234, 239, 0.84) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-section,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-column,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-widget-wrap,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-section,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-column,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-widget-wrap {
  background-color: transparent !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .sc_item_subtitle,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .sc_item_subtitle {
  color: #B3D5E8 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .sc_item_title_text,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .sc_item_title_text2,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .sc_item_title,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .sc_item_title_text,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .sc_item_title_text2 {
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .sc_item_descr,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .sc_item_descr p,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-icon-box-description,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-widget-text-editor,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-widget-text-editor p {
  color: rgba(225, 234, 239, 0.84) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-element-5785159 .elementor-icon-box-icon {
  display: none !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-element-ba6e40b > .elementor-widget-wrap {
  border: 1px solid rgba(179, 213, 232, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(179, 213, 232, 0.12) 0%, rgba(18, 34, 56, 0) 58%),
    rgba(18, 34, 56, 0.2) !important;
  box-shadow: 0 28px 80px rgba(8, 18, 31, 0.16);
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-element-c109436 .sc_item_descr,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-element-5785159 .elementor-icon-box-description {
  max-width: 42rem;
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.78;
}

body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-element-c109436 .sc_item_descr,
body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-element-c109436 .sc_item_descr p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 500;
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-5d66095 .sc_item_title {
  max-width: 10.5em;
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-5d66095 .sc_item_title_text {
  font-size: clamp(2.55rem, 4.2vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-e8ca388,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-e8ca388 p {
  max-width: 34rem;
  font-size: clamp(1rem, 1.05vw, 1.15rem);
  line-height: 1.72;
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-widget-heading .elementor-heading-title,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-widget-heading .elementor-heading-title a {
  color: #FFFFFF !important;
  font-size: clamp(1.05rem, 1.2vw, 1.32rem);
  letter-spacing: -0.01em;
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-bbb5f7e .elementor-inner-column > .elementor-widget-wrap,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-66042b4 .elementor-inner-column > .elementor-widget-wrap {
  min-height: 11rem;
  padding: clamp(1.35rem, 2vw, 2rem) clamp(1.25rem, 2vw, 1.9rem);
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-66042b4 .elementor-inner-column > .elementor-widget-wrap {
  border-top: 1px solid rgba(179, 213, 232, 0.28);
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-divider-separator {
  border-color: rgba(179, 213, 232, 0.28) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .sc_button.sc_button_simple.color_style_dark {
  color: #B3D5E8 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .sc_button.sc_button_simple.color_style_dark:hover,
body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .sc_button.sc_button_simple.color_style_dark:focus-visible {
  color: #FFFFFF !important;
}

/* Contact area: remove remaining template-black accents without changing Elementor content. */
body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .sc_item_subtitle {
  color: rgba(91, 151, 193, 0.88) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .sc_item_title_text {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .sc_item_title_text2 {
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .sc_item_descr,
body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .sc_item_descr p {
  color: rgba(18, 34, 56, 0.7) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-0906014 .sc_icons_icon,
body.home .elementor-12200 .elementor-element.elementor-element-0906014 .sc_icons_icon span {
  color: #122238 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-0906014 .sc_icons_item_description,
body.home .elementor-12200 .elementor-element.elementor-element-0906014 .sc_icons_item_description span,
body.home .elementor-12200 .elementor-element.elementor-element-0906014 .sc_icons_item_more_link,
body.home .elementor-12200 .elementor-element.elementor-element-0906014 .sc_icons_item_more_link .link_text,
body.home .elementor-12200 .elementor-element.elementor-element-0906014 a {
  color: rgba(18, 34, 56, 0.78) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-0906014 a:hover,
body.home .elementor-12200 .elementor-element.elementor-element-0906014 a:focus-visible {
  color: #5B97C1 !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .wpcf7-submit {
  position: relative;
  z-index: 2;
  min-width: 11.25rem;
  padding: 17px 3.85rem 17px 2.25rem !important;
  background: transparent !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .wpcf7-submit:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .wpcf7-submit-style:hover .submit-style-in,
body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .wpcf7-submit-style:focus-within .submit-style-in {
  background:
    radial-gradient(circle at 32% 18%, rgba(225, 234, 239, 0.38) 0%, rgba(225, 234, 239, 0) 44%),
    linear-gradient(135deg, #6BA6CB 0%, #245B83 48%, #122238 100%) !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .wpcf7-submit-style {
  position: relative !important;
  display: inline-block !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .submit-style-in {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: auto !important;
  height: auto !important;
  min-height: 100% !important;
  background:
    radial-gradient(circle at 28% 18%, rgba(179, 213, 232, 0.32) 0%, rgba(179, 213, 232, 0) 42%),
    linear-gradient(135deg, #5B97C1 0%, #1A3B59 48%, #122238 100%) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 34px rgba(18, 34, 56, 0.16) !important;
  pointer-events: none !important;
  transform: none !important;
}

body.home .elementor-12200 .elementor-element.elementor-element-099dbfe .submit-style-in::before {
  content: "\2192" !important;
  position: absolute !important;
  top: 50% !important;
  right: 1.35rem !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  font-family: inherit !important;
  font-size: 1.12rem !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

@media (min-width: 1025px) {
  body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 > .elementor-container > .elementor-element-28ec2ad {
    width: 40% !important;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 > .elementor-container > .elementor-element-283f58e {
    width: 60% !important;
  }
}

@media (max-width: 1024px) {
  body.home .elementor-12200 .elementor-element.elementor-element-47db330 .elementor-element-ba6e40b > .elementor-widget-wrap {
    min-height: auto;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-5d66095 .sc_item_title {
    max-width: 100%;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-bbb5f7e .elementor-inner-column > .elementor-widget-wrap,
  body.home .elementor-12200 .elementor-element.elementor-element-933e1d5 .elementor-element-66042b4 .elementor-inner-column > .elementor-widget-wrap {
    min-height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

/* Mobile decorative echoes: keep Elementor's side artwork present without stealing focus. */
@media (max-width: 767px) {
  body.home {
    overflow-x: hidden;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-16f2a19,
  body.home .elementor-12200 .elementor-element.elementor-element-4738696,
  body.home .elementor-12200 .elementor-element.elementor-element-dd4792e,
  body.home .elementor-12200 .elementor-element.elementor-element-8d2c285 {
    position: relative;
    overflow: hidden;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-16f2a19 > .elementor-container,
  body.home .elementor-12200 .elementor-element.elementor-element-4738696 > .elementor-container,
  body.home .elementor-12200 .elementor-element.elementor-element-dd4792e > .elementor-container,
  body.home .elementor-12200 .elementor-element.elementor-element-8d2c285 > .elementor-container {
    position: relative;
    z-index: 1;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe {
    position: relative;
    overflow: hidden;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe > .elementor-container {
    position: relative;
    z-index: 1;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe::before,
  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe::after {
    content: "";
    position: absolute;
    top: clamp(6.4rem, 22vw, 9rem);
    width: clamp(12.5rem, 50vw, 17.5rem);
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.48;
    filter: saturate(1.12) contrast(1.04);
    pointer-events: none;
    z-index: 0;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe::before {
    left: -7.3rem;
    background-image: url("https://holosodontologiabiologica.com/wp-content/uploads/2026/07/hand-left.png");
    transform: rotate(7deg);
  }

  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe::after {
    right: -7.3rem;
    background-image: url("https://holosodontologiabiologica.com/wp-content/uploads/2026/07/hand-right.png");
    transform: rotate(-7deg);
  }

  body.home .elementor-12200 .elementor-element.elementor-element-d5e938b,
  body.home .elementor-12200 .elementor-element.elementor-element-d00db61,
  body.home .elementor-12200 .elementor-element.elementor-element-d4214ca,
  body.home .elementor-12200 .elementor-element.elementor-element-e29e4bd {
    display: block !important;
    visibility: visible !important;
    max-width: none !important;
    margin: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-d5e938b img,
  body.home .elementor-12200 .elementor-element.elementor-element-d00db61 img,
  body.home .elementor-12200 .elementor-element.elementor-element-d4214ca img,
  body.home .elementor-12200 .elementor-element.elementor-element-e29e4bd img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    filter: saturate(1.05);
  }

  body.home .elementor-12200 .elementor-element.elementor-element-d5e938b {
    width: clamp(10rem, 56vw, 17rem) !important;
    top: clamp(1.5rem, 7vh, 4rem) !important;
    right: -3.4rem !important;
    left: auto !important;
    opacity: 0.3 !important;
    transform: rotate(-8deg) !important;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-d00db61 {
    width: clamp(10rem, 54vw, 16rem) !important;
    top: -0.25rem !important;
    right: -3.2rem !important;
    left: auto !important;
    opacity: 0.24 !important;
    transform: rotate(7deg) !important;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-d4214ca {
    width: clamp(15rem, 76vw, 22rem) !important;
    top: -0.75rem !important;
    left: -4.75rem !important;
    right: auto !important;
    opacity: 0.46 !important;
    transform: rotate(4deg) !important;
  }

  body.home .elementor-12200 .elementor-element.elementor-element-e29e4bd {
    width: clamp(15rem, 76vw, 22rem) !important;
    top: -0.35rem !important;
    right: -4.75rem !important;
    left: auto !important;
    opacity: 0.46 !important;
    transform: rotate(-5deg) !important;
  }
}

/* Keep the dark canvas sections bright and legible on the front page. */
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .sc_item_title,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .sc_item_title_text,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .sc_item_title_text2,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .elementor-heading-title,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .elementor-heading-title a,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark h1,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark h2,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark h3,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark h4,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark h5,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark h6 {
  color: #FFFFFF !important;
}

body.home .elementor-12200 .bg_canvas_covered.scheme_dark .sc_item_subtitle {
  color: #B3D5E8 !important;
}

body.home .elementor-12200 .bg_canvas_covered.scheme_dark .elementor-widget-text-editor,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .elementor-widget-text-editor p,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .sc_item_descr,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark .sc_item_descr p,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark p,
body.home .elementor-12200 .bg_canvas_covered.scheme_dark li {
  color: rgba(225, 234, 239, 0.9) !important;
}

body.home .elementor-12200 .bg_canvas_covered.scheme_dark .elementor-divider-separator {
  border-color: rgba(179, 213, 232, 0.3) !important;
}

@media (max-width: 767px) {
  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe::before,
  body.home .elementor-12200 .elementor-element.elementor-element-099dbfe::after {
    display: block !important;
    visibility: visible !important;
  }
}

/* Front page fallbacks: keep these fixes active even if Elementor regenerates the page wrapper ID. */
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .sc_item_title,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .sc_item_title_text,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .sc_item_title_text2,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .elementor-heading-title,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .elementor-heading-title a,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark h1,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark h2,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark h3,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark h4,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark h5,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark h6 {
  color: #FFFFFF !important;
}

body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .sc_item_title_text2 {
  color: #B3D5E8 !important;
}

body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .sc_item_subtitle {
  color: #B3D5E8 !important;
}

body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .elementor-widget-text-editor,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .elementor-widget-text-editor p,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .sc_item_descr,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .sc_item_descr p,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark p,
body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark li {
  color: rgba(225, 234, 239, 0.92) !important;
}

body.home .page_content_wrap .elementor .bg_canvas_covered.scheme_dark .elementor-divider-separator {
  border-color: rgba(179, 213, 232, 0.32) !important;
}

body.home .top_panel,
body.home .sc_layouts_title,
body.home .top_panel_custom_12163,
body.home .top_panel_custom_36241 {
  display: none !important;
}

@media (max-width: 767px) {
  body.home .page_content_wrap .elementor .elementor-element.elementor-element-099dbfe {
    position: relative;
    overflow: hidden;
  }

  body.home .page_content_wrap .elementor .elementor-element.elementor-element-099dbfe > .elementor-container {
    position: relative;
    z-index: 1;
  }

  body.home .page_content_wrap .elementor .elementor-element.elementor-element-099dbfe::before,
  body.home .page_content_wrap .elementor .elementor-element.elementor-element-099dbfe::after {
    content: "";
    position: absolute;
    top: clamp(6.4rem, 22vw, 9rem);
    display: block !important;
    visibility: visible !important;
    width: clamp(12.5rem, 50vw, 17.5rem);
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
  }

  body.home .page_content_wrap .elementor .elementor-element.elementor-element-099dbfe::before {
    left: -7.3rem;
    background-image: url("https://holosodontologiabiologica.com/wp-content/uploads/2026/07/hand-left.png");
    transform: rotate(7deg);
  }

  body.home .page_content_wrap .elementor .elementor-element.elementor-element-099dbfe::after {
    right: -7.3rem;
    background-image: url("https://holosodontologiabiologica.com/wp-content/uploads/2026/07/hand-right.png");
    transform: rotate(-7deg);
  }
}
