.elementor-kit-576{--e-global-color-primary:#AD1D1E;--e-global-color-secondary:#B2B2B2;--e-global-color-text:#222222;--e-global-color-accent:#222222;--e-global-color-ea984da:#AD1D1E;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:27px;}.elementor-kit-576 button,.elementor-kit-576 input[type="button"],.elementor-kit-576 input[type="submit"],.elementor-kit-576 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );color:#FFFFFF;}.elementor-kit-576 button:hover,.elementor-kit-576 button:focus,.elementor-kit-576 input[type="button"]:hover,.elementor-kit-576 input[type="button"]:focus,.elementor-kit-576 input[type="submit"]:hover,.elementor-kit-576 input[type="submit"]:focus,.elementor-kit-576 .elementor-button:hover,.elementor-kit-576 .elementor-button:focus{background-color:#941718;color:#FFFFFF;}.elementor-kit-576 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){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:1366px){.elementor-kit-576 button,.elementor-kit-576 input[type="button"],.elementor-kit-576 input[type="submit"],.elementor-kit-576 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:1024px){.elementor-kit-576 button,.elementor-kit-576 input[type="button"],.elementor-kit-576 input[type="submit"],.elementor-kit-576 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-576 button,.elementor-kit-576 input[type="button"],.elementor-kit-576 input[type="submit"],.elementor-kit-576 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#whatsappButton,
#backToTop {
  position: fixed;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100000;
}

/* WhatsApp button */
#whatsappButton {
  bottom: 152px;
  background-color: #2dc75c;
}

#whatsappButton svg,
#whatsappButton svg path {
  fill: #ffffff;
}

/* Back to top button */
#backToTop {
  bottom: 96px;
  background-color: #C51315;
  color: #ffffff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  #whatsappButton {
    bottom: 136px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  #backToTop {
    bottom: 88px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}/* End custom CSS */