.elementor-565 .elementor-element.elementor-element-d55d2ea{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2a43597 *//* Back to Top button */
.back-to-top{
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 9999;

  width: 44px;
  height: 44px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10, 12, 14, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  color: rgba(255,255,255,0.70);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;

  box-shadow: 0 10px 30px rgba(0,0,0,0.35);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.98);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    background 0.18s ease;
}

/* Visible */
.back-to-top.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* Hover (Desktop) */
@media (hover: hover) and (pointer: fine){
  .back-to-top:hover{
    border-color: #008000CC;
    color: #008000CC;
    background: rgba(10, 12, 14, 0.70);
  }
}

/* Focus */
.back-to-top:focus{
  outline: none;
}
.back-to-top:focus-visible{
  box-shadow:
    0 10px 30px rgba(0,0,0,0.35),
    0 0 0 3px rgba(0,128,0,0.25);
  border-color: #008000CC;
  color: #008000CC;
}

/* Active */
.back-to-top:active{
  transform: translateY(0) scale(0.96);
}

/* Tablet */
@media (max-width: 1024px){
  .back-to-top{
    width: 42px;
    height: 42px;
    font-size: 17px;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}

/* Mobile */
@media (max-width: 768px){
  .back-to-top{
    width: 40px;
    height: 40px;
    font-size: 16px;
    background: rgba(10, 12, 14, 0.62);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .back-to-top{
    transition: none;
  }
}

/* Default state (neutral) */
button#backToTop.back-to-top{
  background-color: rgba(10, 12, 14, 0.55) !important;
  border-color: rgba(255,255,255,0.10) !important;
  color: rgba(255,255,255,0.70) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Hover / Focus / Active -> green */
button#backToTop.back-to-top:hover,
button#backToTop.back-to-top:focus,
button#backToTop.back-to-top:active{
  background-color: rgba(10, 12, 14, 0.70) !important;
  border-color: #008000CC !important;
  color: #008000CC !important;
}

/* Keyboard focus only (accessible, clean) */
button#backToTop.back-to-top:focus-visible{
  box-shadow: 0 0 0 3px rgba(0,128,0,0.25) !important;
}

/* Prevent theme red flash */
button#backToTop.back-to-top:focus:not(:focus-visible){
  box-shadow: none !important;
}/* End custom CSS */