/* Contact Steps Styles */

.elementor-widget-contact-steps .list-steps-wrap {
  width: 100%;
}

.elementor-widget-contact-steps .elementor-repeater-item {
  margin: 0 0 60px 0;
}

.elementor-widget-contact-steps .elementor-repeater-item:last-of-type {
  margin: 0 0 20px 0;
}

.elementor-widget-contact-steps .elementor-repeater-item .content {
  position: relative;
  padding: 38px 20px 32px 20px;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
}

.elementor-widget-contact-steps .elementor-repeater-item .title {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
  border-radius: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-sizing: border-box;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .elementor-widget-contact-steps .elementor-repeater-item {
    margin: 0 0 50px 0;
  }

  .elementor-widget-contact-steps .elementor-repeater-item .content {
    padding: 32px 16px 24px 16px;
    font-size: 15px;
  }

  .elementor-widget-contact-steps .elementor-repeater-item .title {
    width: 48px;
    height: 48px;
    top: -24px;
    font-size: 20px;
  }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  .elementor-widget-contact-steps .elementor-repeater-item {
    margin: 0 0 40px 0;
  }

  .elementor-widget-contact-steps .elementor-repeater-item .content {
    padding: 28px 12px 20px 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .elementor-widget-contact-steps .elementor-repeater-item .title {
    width: 42px;
    height: 42px;
    top: -21px;
    font-size: 18px;
    border-width: 3px;
  }
}
