.elementor-kit-8{--e-global-color-primary:#1F6F43;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#4A4A4A;--e-global-color-accent:#6FAF8A;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{border-radius:6px 6px 6px 6px;padding:14px 14px 14px 14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */.lux-btn {
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  transition: color 0.35s ease;
}

/* sliding background */
.lux-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1D51D5;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

/* keep content above background */
.lux-btn .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
}

/* text */
.lux-btn .elementor-button-text {
  transition: color 0.35s ease;
}

/* icon (font icon OR svg) */
.lux-btn .elementor-button-icon,
.lux-btn .elementor-button-icon i,
.lux-btn .elementor-button-icon svg {
  transition: color 0.35s ease, fill 0.35s ease;
}

/* hover states */
.lux-btn:hover::before {
  transform: translateX(0);
}

.lux-btn:hover .elementor-button-text,
.lux-btn:hover .elementor-button-icon,
.lux-btn:hover .elementor-button-icon i {
  color: #6FAF8A;
}

/* for SVG icons */
.lux-btn:hover .elementor-button-icon svg {
  fill: #6FAF8A;
}/* End custom CSS */