.elementor-kit-6{--e-global-color-primary:#EC1E56;--e-global-color-secondary:#2D191E;--e-global-color-text:#56464A;--e-global-color-accent:#6EEB83;--e-global-color-3cc0db7:#FFFFFF;--e-global-color-9dc4e53:#F5F5F5;--e-global-color-08e23e8:#2D191E5C;--e-global-color-4f119d8:#FFFFFFBD;--e-global-color-cc0507d:#A0F1AE;--e-global-color-d739faa:#FFFFFFDB;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:-0.01em;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-font-style:normal;--e-global-typography-8de9580-font-family:"Open Sans";--e-global-typography-8de9580-font-weight:700;--e-global-typography-8de9580-letter-spacing:-0.05em;--e-global-typography-d446bc7-font-family:"Open Sans";--e-global-typography-d446bc7-font-size:1.5em;--e-global-typography-d446bc7-font-weight:700;--e-global-typography-c6f44ce-font-family:"Open Sans";--e-global-typography-c6f44ce-font-size:1em;--e-global-typography-c6f44ce-font-weight:bold;--e-global-typography-c6f44ce-font-style:italic;--e-global-typography-c6f44ce-line-height:1.5em;color:var( --e-global-color-text );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );font-style:var( --e-global-typography-accent-font-style );line-height:var( --e-global-typography-accent-line-height );color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;padding:16px 40px 16px 40px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#94EEA4;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-secondary );}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{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-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{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 *//* Base button styles */
.elementor-button {
  padding: 30px 40px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

/* Primary (default solid button) */
.btn-primary {
  background-color: #000;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background-color: #222;
}

/* Ghost (outline button) */
.btn-ghost {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}
.btn-ghost:hover {
  background-color: #000;
  color: #fff;
}

/* Optional: Secondary button */
.btn-secondary {
  background-color: #e0e0e0;
  color: #000;
}
.btn-secondary:hover {
  background-color: #cfcfcf;
}/* End custom CSS */