.elementor-kit-386{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6843425c:#46237A;--e-global-color-47f91604:#4054B2;--e-global-color-115e6b57:#23A455;--e-global-color-3d936270:#000;--e-global-color-7fd48d3d:#FFF;--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-386 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* Sticky Contact Button positioning */
.sticky-contact-btn {
  position: fixed !important;
  right: 28px;      /* move left/right */
  bottom: 130px;     /* move UP above footer + reCAPTCHA */
  z-index: 9999;    /* ensure it stays on top */
}

/* Optional: tighten on mobile */
@media (max-width: 768px) {
  .sticky-contact-btn {
    right: 16px;
    bottom: 110px; /* extra clearance for mobile reCAPTCHA */
  }
}
.sticky-contact-btn a {
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}
.sticky-contact-btn:hover {
  transform: translateY(-2px);
}
/* Prevent horizontal scroll caused by sticky button wrapper */
body {
  overflow-x: hidden;
}

/* Force the button wrapper to only be as wide as the button */
.sticky-contact-btn,
.sticky-contact-btn .elementor-button-wrapper {
  max-width: fit-content !important;
  width: auto !important;
}
.sticky-contact-btn a {
  padding: 16px 22px;   /* comfortable but compact */
  border-radius: 12px;
}
@media (max-width: 767px){
  .sticky-contact-popup .elementor-button{
    min-width: 64px !important;
    min-height: 64px !important;
    padding: 0 !important;
    border-radius: 999px !important;
  }

  .sticky-contact-popup .elementor-button-text{
    display: none !important;
  }

  .sticky-contact-popup .elementor-button-icon{
    font-size: 22px !important;
    margin: 0 !important;
  }
}/* End custom CSS */