.elementor-kit-6{--e-global-color-primary:#289847;--e-global-color-secondary:#D42B28;--e-global-color-text:#424242;--e-global-color-accent:#111827;--e-global-color-edc659e:#9CA3AF;--e-global-color-8af940b:#FFF7ED;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;}.elementor-kit-6 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */#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: #269947;
}

#whatsappButton svg,
#whatsappButton svg path {
  fill: #ffffff;
}

/* Back to top button */
#backToTop {
  bottom: 96px;
  background-color: #269947;
  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 */