/* Text Feature Three Component Styles */

.text-feature-three {
  z-index: 1;
}

/* Promo Box Styles */
.promo-box {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: -5%;
  left: -5%;
}

.promo-icon {
  width: 28px;
  height: 28px;
  background: #ccf080;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promo-icon svg {
  color: #000000;
  width: 20px;
  height: 20px;
}

.promo-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
}

.text-feature-three .counter-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-feature-three .btn--waitlist {
  width: fit-content;
}

.text-feature-three .media-wrapper {
  background: url(../../images/send-money/send.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
  max-width: 590px;
}

.text-feature-three .media-wrapper .screen_01 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}

.text-feature-three .media-wrapper .screen_02 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}

.text-feature-three .media-wrapper .screen_03 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}

.text-feature-three .shape_01 {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

/* Responsive Styles */

@media (max-width: 991px) {
  .text-feature-three .media-wrapper {
    height: 450px;
    margin: 50px auto 0;
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .text-feature-three .media-wrapper .screen_02 {
    left: 0;
  }
  
  .text-feature-three .media-wrapper .screen_01 {
    right: 0;
  }
  
  .text-feature-three .media-wrapper .screen_03 {
    left: 0;
    bottom: -5%;
  }
  
  .promo-box {
    max-width: 280px;
    padding: 16px;
    gap: 12px;
  }
  
  .promo-icon {
    width: 36px;
    height: 36px;
  }
  
  .promo-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .promo-main,
  .promo-sub {
    font-size: 14px;
  }
  
  .promo-link {
    font-size: 11px;
  }
}
