.elementor-145094 .elementor-element.elementor-element-554cd11{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-145094 .elementor-element.elementor-element-e7c1589 .elementor-heading-title{color:#FFFFFF;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for container, class: .elementor-element-554cd11 */.elementor-145094 .elementor-element.elementor-element-554cd11{
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.75rem;
  padding: 5px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
  margin-bottom: 1rem;
  color: white;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  transition: box-shadow 250ms ease-in-out;
}

/* underline only the <p> text (not the whole block) */
.elementor-145094 .elementor-element.elementor-element-554cd11 p{
  display: inline-block;  /* underline matches text width */
  position: relative;
  margin: 0;
}

/* animated underline close to the text */
.elementor-145094 .elementor-element.elementor-element-554cd11 p::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;           /* close to text */
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 250ms ease-in-out;
  opacity: 0.9;
}

/* subtle shadow increase on hover (no lift) */
.elementor-145094 .elementor-element.elementor-element-554cd11:hover{
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .17);
}

/* only the <p> gets the underline on hover */
.elementor-145094 .elementor-element.elementor-element-554cd11:hover p::after{
  transform: scaleX(1);
}/* End custom CSS */