.elementor-kit-9{--e-global-color-primary:#F53E0D;--e-global-color-secondary:#FA812C;--e-global-color-text:#161819;--e-global-color-accent:#B2B8B4;--e-global-color-bd4685b:#FDFDFC;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:0px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-9{--e-global-typography-primary-font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child {
  margin-bottom: 0px;
}

p:last-child {
  margin-block-end: 0;
}

.btn-ripple {
  position: relative !important;
  overflow: hidden !important;
  transition: transform 0.2s ease !important;
}

.btn-ripple:hover {
  transform: scale(1.04);
}

.btn-ripple::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.btn-ripple:hover::after {
  width: 280px;
  height: 280px;
  opacity: 1;
}

.btn-ripple span {
  position: relative;
  z-index: 2;
}

.title span {
  color: var(--e-global-color-accent);
  background: linear-gradient(
    100deg,
    var(--e-global-color-primary) 20%,
    #000000 50%,
    var(--e-global-color-primary) 80%
  );
  background-size: 200% 100%;
  background-position: 0% 0%;
  
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmerMove 4s ease infinite;
}

@keyframes shimmerMove {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}/* End custom CSS */