.elementor-3166 .elementor-element.elementor-element-a5b125e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.horizontal-line:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0px; /* Adjust the distance from the text */
  width: 1.5rem; /* Adjust the length of the line */
  border-top: 2px solid #f97316; /* Change the color as needed */
}

.horizontal-line {
  position: relative;
  padding-left: 2.25rem;
}


.plc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 99, 63, 1);
  color: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: background-color 0.3s ease;
  -webkit-backface-visibility: hidden;
  max-width: fit-content;
  border-radius: 0.375rem; /* Equivalent to rounded-md */
  text-transform: uppercase; /* Equivalent to uppercase */
  letter-spacing: 0.075em; /* Equivalent to tracking-widest */
  padding: 0.875rem 0.875rem; /* Equivalent to px-3.5 py-2.5 */
  font-size: 0.75rem; /* Equivalent to text-xs */
  font-weight: 600; /* Equivalent to font-semibold */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* Equivalent to shadow-sm */
}

.plc-btn::before,
.plc-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  top: 0;
  left: -100%;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  z-index: -1;
}

.plc-btn::before {
  background-color: rgba(255, 99, 63, 0.9);
}

.plc-btn::after {
  background-color: rgba(255, 99, 63, 0.8);
}

.plc-btn:hover::before,
.plc-btn:hover::after {
  transform: translate3d(100%, 0, 0);
}

.plc-btn:hover::after {
  transition-delay: 0.175s;
}/* End custom CSS */