.elementor-kit-557{--e-global-color-primary:#F46A2F;--e-global-color-secondary:#6B7280;--e-global-color-text:#0B1220;--e-global-color-accent:#F58A1F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:-0.015em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.4em;color:#0D0D0D;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.6px;letter-spacing:0px;word-spacing:0px;}.elementor-kit-557 e-page-transition{background-color:#FFBC7D;}.elementor-kit-557 a{color:#F46A2F;}.elementor-kit-557 a:hover{color:#F46A2F;font-family:"Inter", Sans-serif;font-weight:800;}.elementor-kit-557 h1{color:#070F18;font-family:"Inter", Sans-serif;font-size:42px;font-weight:800;line-height:1.2px;}.elementor-kit-557 h2{color:#070F18;font-family:"Inter", Sans-serif;font-size:32px;font-weight:800;line-height:1.5px;}.elementor-kit-557 h3{color:#070F18;font-family:"Inter", Sans-serif;font-size:21px;font-weight:700;line-height:1.25px;}.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 .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-557{font-size:15px;}.elementor-kit-557 a{line-height:1.4em;}.elementor-kit-557 h1{font-size:30px;line-height:1.4em;}.elementor-kit-557 h2{font-size:24px;}.elementor-kit-557 h3{font-size:19px;line-height:1.4em;}.elementor-kit-557 h5{line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Listen row spacing */
.testimonial-listen {
  margin-top: 22px;      /* space after quote */
  display: flex;
  align-items: center;
}

/* Button base */
.listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #0b1220;
  cursor: pointer;
  transition: all .15s ease;
}

/* Play icon */
.listen-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f46a2f; /* brand orange */
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

/* Hover */
.listen-btn:hover {
  border-color: #f46a2f;
  box-shadow: 0 0 0 2px rgba(244,106,47,.15);
  transform: translateY(-1px);
}

/* Optional: active / playing state */
.listen-btn.is-playing .listen-icon {
  background: #0b1220;
}/* End custom CSS */