.elementor-kit-961{--e-global-color-primary:#2B2E37;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#EE6C4E;--e-global-color-2a9f9ba:#F8F9F9;--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;}.elementor-kit-961 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 *//* From Uiverse.io by cssbuttons-io */ 
button {
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

button:hover {
  background-color: #23c483;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

button:active {
  transform: translateY(-1px);
}


/* FORCE FUNNEL HEADINGS TO H4 SIZE */

.funnel-title,
.funnel-title h1,
.funnel-title h2,
.funnel-title h3,
.funnel-title h4,
.funnel-title .elementor-heading-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}



/* ===== PROGRESS TRACK ===== */
.funnel-progress {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 30px auto;
    height: 8px;
    background: #f1c9cf;
    border-radius: 50px;
    overflow: hidden;
}

/* ===== PROGRESS FILL ===== */
.funnel-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ff2e55, #ff5e78);
    border-radius: 50px;
    transition: width 0.6s ease-in-out;
    box-shadow: 0 0 10px rgba(255, 46, 85, 0.6);
}/* End custom CSS */