.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Service tile hover reveal */
.altura-service-tile{
  position: relative;
}

.altura-service-tile .tile-copy{
  opacity: 0;
  transform: translateY(10px);
  transition: all .35s ease;
}

/* Overlay transition */
.altura-service-tile .elementor-background-overlay{
  opacity: 0;
  transition: opacity .35s ease;
}

/* Hover state */
.altura-service-tile:hover .elementor-background-overlay{
  opacity: .65;
}

.altura-service-tile:hover .tile-copy{
  opacity: 1;
  transform: translateY(0);
}

/* Optional: subtle lift */
.altura-service-tile:hover{
  transform: translateY(-4px);
  transition: transform .35s ease;
}
/* =========================
   Candidates: "What can you expect" bubbles
   Scoped so it ONLY affects this section
   ========================= */

.candidates-expect .altura-pop{
  position: relative;
  display: inline-block;
}

/* The clickable heading “pill” */
.candidates-expect .altura-pop .elementor-heading-title{
  color:#12355F !important;
  font-weight:800;
  letter-spacing:-0.02em;
  cursor:pointer;
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
  position: relative;
  z-index: 60; /* keep title above bubble */
}

/* Bubble */
.candidates-expect .altura-pop .altura-bubble{
  position:absolute;
  opacity:0;
  pointer-events:none;
  z-index:50;

  background:#12355F;
  border-radius:22px;
  padding:16px 18px;
  box-shadow:0 22px 48px rgba(0,0,0,0.16);

  width:320px;
  max-width:320px;

  transition: opacity .25s ease, transform .25s ease;
}

/* Bubble text */
.candidates-expect .altura-pop .altura-bubble,
.candidates-expect .altura-pop .altura-bubble p{
  color:#fff !important;
  margin:0;
}

/* Tail */
.candidates-expect .altura-pop .altura-bubble:after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#12355F;
  transform: rotate(45deg);
}

/* Hover behaviour */
.candidates-expect .altura-pop:hover .altura-bubble{
  opacity:1;
  transform: translateY(0) scale(1);
}

.candidates-expect .altura-pop:hover .elementor-heading-title{
  background:#12355F;
  color:#fff !important;
  transform: translateY(-1px);
}

/* ===== Directions ===== */

/* DOWN (default) */
.candidates-expect .altura-pop.pop-down .altura-bubble{
  top: calc(100% + 14px);
  left: 0;
  transform: translateY(6px) scale(.98);
}
.candidates-expect .altura-pop.pop-down .altura-bubble:after{
  top:-7px; left:22px;
}

/* UP */
.candidates-expect .altura-pop.pop-up .altura-bubble{
  bottom: calc(100% + 14px);
  left: 0;
  transform: translateY(-6px) scale(.98);
}
.candidates-expect .altura-pop.pop-up .altura-bubble:after{
  bottom:-7px; left:22px;
}

/* RIGHT */
.candidates-expect .altura-pop.pop-right .altura-bubble{
  top: 50%;
  left: calc(100% + 14px);
  transform: translateY(-50%) translateX(-6px) scale(.98);
}
.candidates-expect .altura-pop.pop-right:hover .altura-bubble{
  transform: translateY(-50%) translateX(0) scale(1);
}
.candidates-expect .altura-pop.pop-right .altura-bubble:after{
  top:50%; left:-7px;
  transform: translateY(-50%) rotate(45deg);
}

/* LEFT */
.candidates-expect .altura-pop.pop-left .altura-bubble{
  top: 50%;
  right: calc(100% + 14px);
  transform: translateY(-50%) translateX(6px) scale(.98);
}
.candidates-expect .altura-pop.pop-left:hover .altura-bubble{
  transform: translateY(-50%) translateX(0) scale(1);
}
.candidates-expect .altura-pop.pop-left .altura-bubble:after{
  top:50%; right:-7px;
  transform: translateY(-50%) rotate(45deg);
}

/* Optional: make bubbles narrower on tablet */
@media (max-width: 1024px){
  .candidates-expect .altura-pop .altura-bubble{
    width:280px;
    max-width:280px;
  }
}/* End custom CSS */