.taxio-choose {
  position: relative;
  background: var(--bg-color);
  z-index: 1;
  padding: 120px 0;
}
.taxio-choose .choose-area-bg {
  position: absolute;
  background-image: url(./pics/shape-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.04;
  z-index: -1;
}

.taxio-choose p {
  font-size: 16px;
  line-height: 1.8;
}

.taxio-choose .choose-content .site-title-tagline {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
}
.taxio-choose .choose-content .site-title-tagline::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: var(--color-primary);
  opacity: 0.2;
  left: -2px;
  bottom: 0;
}

.taxio-choose .choose-content .site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 45px;
  color: var(--text-color);
  margin-bottom: 0;
}
.taxio-choose .choose-content .site-title span {
  color: var(--color-primary);
}

.taxio-choose .choose-content .site-heading p {
  margin: 15px 0 0;
}

.taxio-choose .choose-item {
  display: flex;
  gap: 15px;
  position: relative;
  background: #ffffff;
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.taxio-choose .choose-count {
  position: absolute;
  right: 20px;
  top: -10px;
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke: 1px var(--color-primary);
  -webkit-text-fill-color: transparent;
  z-index: -1;
  line-height: 1.8;
}

.taxio-choose .choose-item-icon {
  width: 90px;
  height: 90px;
  line-height: 80px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 45px;
  border-radius: var(--button-radius);
  margin-bottom: 15px;
  text-align: center;
}

.taxio-choose .choose-item-icon img {
  width: 55px;
}

.taxio-choose .choose-item-info {
  flex: 1;
}

.taxio-choose .choose-item-info h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  margin-right: 50px;
}

.taxio-choose .choose-item-info p {
  margin: 0;
}

@media all and (min-width: 992px) {
  .taxio-choose .choose-item.ms-lg-5 {
    margin-left: 3rem !important;
  }
}

@media all and (max-width: 991px) {
  .taxio-choose .choose-content-wrapper {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .taxio-choose .choose-item {
    flex-direction: column;
  }
}
