:root {
  --orange: #d36829;
  --green: #304923;
}

main {
  overflow: hidden;
}

.txt_gradient {
  background: var(
    --gradient,
    linear-gradient(270deg, #f5aa1c 32.99%, #ef6d25 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* button style */
.elementor-button-content-wrapper {
  align-items: center;
}

.button_with_arrow svg {
  height: 15px !important;
  width: 15px !important;
  transition: transform 0.3s ease;
}

.button_with_arrow a:hover svg {
  transform: translate(2px, -2px);
}

.button_with_arrow .elementor-button-icon {
  background: white;
  height: 40px !important;
  width: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.normal_btn a,
.button_with_arrow a {
  position: relative;
  overflow: hidden;
}

.button_with_arrow a:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  top: 14px;
  right: 14px;
  clip-path: circle(50% at 50% 50%);
  transition: transform 0.7s ease;
  z-index: 1;
}

.button_with_arrow a:hover:before {
  transform: scale(30);
}
.normal_btn a span,
.button_with_arrow a span {
  z-index: 2;
}

.elementor-button-text {
  transition: color 1s ease !important;
}

.orange_btn a:hover .elementor-button-text {
  color: var(--orange) !important;
}

.green_btn a:hover .elementor-button-text {
  color: var(--green) !important;
}

.orange_btn a:hover .elementor-button-text {
  color: var(--orange) !important;
}

.green_btn a:hover .elementor-button-text {
  color: var(--green) !important;
}

.normal_btn a:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  top: 14px;
  left: -24px;
  clip-path: circle(50% at 50% 50%);
  transition: transform 0.7s ease;
  z-index: 1;
}

.normal_btn a:hover:before {
  transform: scale(30);
}
/* end of custom button */
.bg_gradient {
  border-radius: 387px;
  background: linear-gradient(180deg, #f5aa1c 0%, #ef6d25 100%);
  filter: blur(220px);

  /* animation: fadePulse 6s ease-in-out infinite; */
}

.overflow_sides {
  overflow-x: hidden;
  overflow-y: visible;
}

/* gallery on about us page */
.gallery_carousel_cst img {
  width: 100%;
  height: 533px !important;
  object-fit: cover;
  object-position: center;
}

.gallery_carousel_cst .swiper-wrapper {
  align-items: stretch;
}

.gallery_carousel_cst .swiper-slide {
  transform: scaleX(0.9);
  transition: transform 0.5s ease;
  transform-origin: right center;
}

.gallery_carousel_cst .swiper-slide-next {
  transform: scaleX(1.2);
  transform-origin: center center;
}

.gallery_carousel_cst .swiper-slide-active {
  transform-origin: left center;
}

.box_content_coloured .elementor-icon-box-wrapper,
.box_content_coloured {
  height: 100%;
}

.box_content_coloured .elementor-icon-box-content {
  border-radius: 18px;
  background: #f7f4ee;
  padding: 20px;
}

.custom_gallery_logos .gallery {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.custom_gallery_logos .gallery figure {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  justify-content: center;
  max-width: unset !important;
}

.custom_gallery_logos .gallery figure img {
  height: 104px;
  object-fit: contain;
  object-position: center;
  width: auto;
}

/* step form */
.custom-step-counter {
  position: absolute;
  top: 0;
  left: 0;
}

.current-step {
  color: #d36829;
}

.step_form h2 {
  font-size: 50px;
  line-height: normal;
}

.step_form .elementor-field-group-email {
  max-width: 522px;
  margin-left: auto;
}

.opening_right {
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  max-width: 453px;
  margin-left: auto;
  margin-top: 40px;
}

.opening_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.opening_list p {
  display: grid;
  width: 47%;
  grid-template-columns: 22px auto;
  gap: 2px;
}

.step_form p {
  color: #333;
  font-family: "freight-sans-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.elementor-field-type-step {
  position: static !important;
}

.step_form .label_subtitle {
  font-size: var(--e-global-typography-secondary-font-size);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
}

.opening_list p:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url("../images/CheckCircle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}

.step_form .elementor-field-option {
  display: flex;
  width: 100%;
  position: relative;
}

.step_form .elementor-field-option input {
  position: absolute;
  top: 20px;
  left: 10px;
}

.step_form .elementor-field-option label {
  background-color: white;
  margin-bottom: 10px;
  padding: 15px 20px 15px 30px;
  border-radius: 10px;
  width: 100%;
}

.step_form .elementor-field-option input {
  margin-right: 5px;
}

.step_form .elementor-field-type-previous {
  padding: 0 !important;
}

.step_form .elementor-field-option label {
  cursor: pointer;
}

.please_note {
  position: absolute;
  top: 47px;
}

.elementor-element.clinician_succeed {
  display: none;
}

@keyframes fadePulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@media (max-width: 1024px) {
  .gallery_carousel_cst img {
    height: 250px !important;
  }
}

@media (max-width: 767px) {
  .elementor-field-group-field_f162a39,
  .elementor-field-group-field_1097e89,
  .elementor-field-group-field_7549c96,
  .elementor-field-group-field_ab3f28f {
    display: none !important;
  }
  .opening_right {
    margin-top: 0;
  }
  .please_note {
    position: relative;
    top: 0;
  }

  .step_form .elementor-field-group-email,
  .opening_right {
    margin-left: 0;
  }

  .opening_list p {
    width: 100%;
    margin-bottom: 10px;
  }

  .gallery_carousel_cst .swiper-slide,
  .gallery_carousel_cst .swiper-slide-next {
    transform: scaleX(1);
  }

  .button_with_arrow .elementor-button-icon {
    height: 30px !important;
    width: 30px !important;
  }

  .button_with_arrow svg {
    height: 12px !important;
    width: 12px !important;
  }

  .button_with_arrow a:before {
    top: 10px;
    right: 10px;
  }

  .custom_gallery_logos .gallery figure img {
    height: 74px;
  }
}
