.elementor-kit-8{--e-global-color-primary:#006766;--e-global-color-secondary:#9ABD25;--e-global-color-text:#B8D744;--e-global-color-accent:#F9FCE9;--e-global-color-37147c0:#555555;--e-global-color-9b0cd1b:#F5F5F5;--e-global-color-8973e6a:#FFFFFF;--e-global-color-196a9e9:#000000;--e-global-color-b50b578:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-1f4fa42-font-family:"Poppins";--e-global-typography-1f4fa42-font-size:14px;--e-global-typography-1f4fa42-font-weight:500;--e-global-typography-1f4fa42-text-transform:capitalize;--e-global-typography-1f4fa42-line-height:1.2em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-kit-8{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:300px;}.e-con{--container-max-width:300px;}}/* Start custom CSS *//* Target only the real Elementor button */
.custom-button .elementor-button {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Arrow icon */
.custom-button .elementor-button::after {
  content: "»";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5em;
  opacity: 0;
  transition: all 0.35s ease;
  font-size: inherit;   /* 👈 inherits Elementor font size */
  line-height: 1;
}

/* Hover padding */
.custom-button .elementor-button:hover {
  padding-right: 2.5em;
}

/* Arrow visible */
.custom-button .elementor-button:hover::after {
  right: 1em;
  opacity: 1;
}/* End custom CSS */