:root {
  --font-size-sm: clamp(12.8px, 0.05vw + 12.61px, 13.5px);
  --font-size-base: clamp(18px, 1.1vw + 13px, 20px);
  --font-size-md: clamp(21px, 0.971vw + 18.6375px, 24.85px);
  --font-size-lg: clamp(28px, 1.602vw + 10.25px, 41px);
  --font-size-xl: clamp(32px, 2.0313vw + 13px, 52px);
  --font-size-xxl: clamp(50px, 27.5px + 4.3vw, 110px);
  --font-size-silly: clamp(62px, 39.5px + 7.3vw, 150px);
}

.custom-testimonials-01 .slide-item {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.custom-testimonials-01 .slide-item .description {
  font-size: var(--font-size-md) !important;
  flex-grow: 0;
}

.custom-testimonials-01.swiper-container {
  padding-bottom: clamp(20px, 5vw, 40px) !important;
}

.testimonials {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1rem
}

.testimonials .testimonial {
  background-color: #EEEEEE;
  /* color: white; */
  /* border: 2px solid #9ACB6B; */
  padding: 1rem;
  border-radius: 6px;
  /* box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3); */
  position: relative;
  max-width: 500px;
  min-width: 300px;
  box-sizing: border-box;
  width: calc((100% / 3) - (2rem / 3));
  height: auto
}

.testimonials .testimonial .title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 1rem
}

.testimonials .testimonial .author {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: var(--font-size-24);
}

.testimonials .testimonial p {
  margin-bottom: 0
}

@media screen and (max-width: 991px) {
  .testimonials .testimonial {
    width: calc(50% - 0.5rem)
  }
}

@media screen and (max-width: 767px) {
  .testimonials .testimonial {
    width: 100%
  }
}

.pricing-wrap {
  display: flex;
  justify-content: center;
  padding: 2.5rem 1rem;
}

.pricing-card {
  background: #ffffff;
  border: 0.5px solid rgba(0,0,0,0.15);
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
}

.card-header {
  background: #1a3a4c;
  padding: 2rem 2rem 1.5rem;
}

.card-header .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5ec6a8;
  margin: 0 0 8px;
}

.card-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-dollar {
  font-size: 20px;
  font-weight: 700;
  color: #5ec6a8;
}

.price-amount {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.price-per {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  margin-left: 4px;
}

.card-body {
  padding: 1.75rem 2rem;
}

.features {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.5;
}

.check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e1f5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.check svg {
  width: 11px;
  height: 11px;
}

.divider {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 1.75rem;
}

.steps-wrap {
  width: 100%;
  padding: 1rem 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.step-box {
  background: #ffffff;
  padding: 1.75rem;
}

.step-box.full-width {
  grid-column: 1 / -1;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.step-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a3a4c;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a3a4c;
  margin: 0;
  line-height: 1.3;
}

.step-desc {
  font-size: 17.5px;
  color: #444;
  margin: 0 0 10px;
  line-height: 1.6;
}

.step-desc:last-child {
  margin-bottom: 0;
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.step-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 17px;
  color: #444;
  line-height: 1.5;
}

.step-box.full-width .step-list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 2rem;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5ec6a8;
  flex-shrink: 0;
  margin-top: 6px;
}
