.elementor-kit-5{--e-global-color-primary:#111111;--e-global-color-secondary:#333333;--e-global-color-text:#555555;--e-global-color-accent:#BC1419;--e-global-color-fe9de90:#790000;--e-global-color-7122d93:#F8F8F8;--e-global-color-4263eae:#7A7A7A;--e-global-color-093e0bd:#020202;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Antonio";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.uz-back-btn {
  background: var(--e-global-color-primary, #ffffff);
  width: 200px;
  height:55px;
  border-radius: 0px;
  position: relative;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.uz-back-btn:hover {
  background: var(--e-global-color-accent, #4ade80); /* <-- change this to whatever hover color you want */
}

.uz-back-btn .uz-arrow-pill {
  background: var(--e-global-color-accent, #4ade80);
  border-radius: 0px;
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 10;
  transition: width 0.5s;
}

.uz-back-btn:hover .uz-arrow-pill {
  width: 170px;
}

.uz-back-btn .uz-arrow-pill svg {
  transform: scaleX(-1);
  flex-shrink: 0;
}

.uz-back-btn .uz-label {
  transform: translateX(-8px);
  display: inline-block;
}/* End custom CSS */