.elementor-kit-6{--e-global-color-primary:#DD1212;--e-global-color-secondary:#262525;--e-global-color-text:#5E5D5C;--e-global-color-accent:#262525;--e-global-color-border:#EBE9E7;--e-global-color-lighter:#A4A29F;--e-global-color-dark:#000;--e-global-color-highlight:#030840;--e-global-typography-primary-font-family:"Vend Sans";--e-global-typography-secondary-font-family:"Vend Sans";--e-global-typography-text-font-family:"Vend Sans";--e-global-typography-accent-font-family:"Vend Sans";background-color:#fff;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1410px;}.e-con{--container-max-width:1410px;}.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 for page-settings *//* ============================================================
   PREMIUM SCROLL-TO-TOP BUTTON
   Clean, visible, elegant, and matches your website theme
   ============================================================ */

/* Base styling: circular, premium, subtle shine */
a.scrollup,
a.scrollup.activate,
a.scrollup:focus {
  position: fixed;
  right: 28px !important;
  bottom: 28px !important;
  width: 52px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  z-index: 99999 !important;
  text-decoration: none !important;

  /* Much more visible now: white + gold border */
  background: #ffffff !important;
  border: 2px solid #c4a669 !important; /* soft gold */
  box-shadow: 0 8px 22px rgba(0,0,0,0.12) !important;

  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
  overflow: hidden !important;
}

/* Hover */
a.scrollup:hover,
a.scrollup:focus,
a.scrollup.activate:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 14px 36px rgba(0,0,0,0.18) !important;
  background: #fcf7ef !important; /* warm white */
}

/* Active click */
a.scrollup:active {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12) !important;
}

/* Keyboard focus */
a.scrollup:focus-visible {
  outline: 3px solid rgba(196,166,105,0.45) !important;
  outline-offset: 6px !important;
}

/* Hide the theme's default icons */
a.scrollup .scrollup-icon,
a.scrollup .unita-icon-up-chevron {
  display: none !important;
}

/* Our custom SVG arrow */
a.scrollup::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M7.41 15.41L12 10.83l4.59 4.58L18 14.99 12 8.99 6 14.99z"/></svg>');
  transition: transform .18s ease;
}

/* Mobile size adjustments */
@media (max-width: 980px){
  a.scrollup,
  a.scrollup.activate {
    right: 16px !important;
    bottom: 20px !important;
    width: 46px !important;
    height: 46px !important;
  }
}

/* OPTIONAL BADGE (remove if unwanted) */
a.scrollup .badge {
  display: none !important; /* disabled unless you want it */
}

/* ============================================================
   SHOW/HIDE BEHAVIOR
   Button stays hidden at page top, appears after 200px scroll
   ============================================================ */

/* Hidden by default */
a.scrollup {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
}

/* Visible after scroll */
body.scrolled a.scrollup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}/* End custom CSS */