.elementor-kit-442{--e-global-color-primary:#D86F71;--e-global-color-secondary:#A15859;--e-global-color-text:#3A3A3A;--e-global-color-accent:#FFEEEE;--e-global-color-f17e501:#FFFFFF;--e-global-color-da6645a:#E0E9F0;--e-global-color-1aac326:#0077A0;--e-global-color-f157a74:#81ACCA;--e-global-color-7148dee:#F942C0;--e-global-color-3c97937:#6440CC;--e-global-color-86c8c99:#28DDCE;--e-global-color-4fc359e:#0077A0;--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;--e-global-typography-20b5f93-font-family:"Montserrat";--e-global-typography-20b5f93-font-size:clamp(3rem, 1.4618rem + 3.6261vw, 4rem);--e-global-typography-20b5f93-font-weight:500;--e-global-typography-4c2e311-font-family:"Montserrat";--e-global-typography-4c2e311-font-size:clamp(2.25rem, 1.35rem + 2.1vw, 3rem);--e-global-typography-8f3b2a1-font-family:"Montserrat";--e-global-typography-8f3b2a1-font-size:clamp(1.75rem, 1.15rem + 1.4vw, 2.25rem);--e-global-typography-455de7e-font-family:"Montserrat";--e-global-typography-455de7e-font-size:clamp(1.375rem, 1.05rem + 0.8vw, 1.75rem);--e-global-typography-37de226-font-family:"Montserrat";--e-global-typography-37de226-font-size:clamp(1rem, 0.95rem + 0.25vw, 1.125rem);}.elementor-kit-442 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: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 */.gradient-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 5px;
  overflow: hidden;

  /* Force gradient to actually be the background */
  background: linear-gradient(90deg, #5170ff, #ff66c4, #5170ff) 0% 50% / 200% 100% no-repeat;

  animation: gradientFlowBtn 14s ease-in-out infinite;

  color: #ffffff;
  border: none;
  will-change: background-position;
}

/* Ensure Elementor hover background doesn't override it */
.gradient-btn:hover,
.gradient-btn:focus {
  background: linear-gradient(90deg, #5170ff, #ff66c4, #5170ff) 0% 50% / 200% 100% no-repeat;
}

@keyframes gradientFlowBtn {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */