/* Modern theme - green section tags */
.section__title .subtitle .icon i,
.hero__text .subtitle .icon i {
  font-size: 12px;
  color: var(--color-primary);
  line-height: 1;
}

.partner__wrapper .section__title {
  margin-bottom: 12px;
}

.partner__wrapper .section__title .subtitle {
  margin-bottom: 0;
}

.testimonialCard {
  background: var(--color-white);
  border: 0.5px solid #0000001A;
  border-radius: var(--radius-16, 16px);
  padding: 28px 24px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
}

.testimonialCard:hover {
  border-color: rgba(var(--color-primary-rgb, 0, 127, 97), 0.45);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.testimonialCard__rating {
  display: flex !important;
  align-items: center;
  gap: 3px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.testimonialCard__rating i {
  color: #F5A623 !important;
  font-size: 15px;
  line-height: 1;
}

.testimonialCard__title {
  font-family: var(--font-default, inherit);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-heading, #141F39);
  margin: 0 0 10px;
}

.testimonialCard__desc {
  font-family: var(--font-default, inherit);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-content, #333);
  margin: 0 0 22px;
  flex-grow: 1;
}

.testimonialCard__desc img,
.testimonialCard__desc iframe,
.testimonialCard__desc video {
  display: none !important;
}

.testimonialCard__meta {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 0.5px solid #0000001A;
}

.testimonialCard__avatar {
  height: 48px !important;
  width: 48px !important;
  min-width: 48px;
  max-width: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--color-secondary, #F9F9F9);
  border: 1px solid #0000001A;
}

.testimonialCard__avatar img {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  object-fit: cover !important;
  display: block;
}

.testimonialCard__author .name {
  font-family: var(--font-default, inherit);
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 22px;
  color: var(--color-heading, #141F39);
  margin-bottom: 2px;
}

.testimonialCard__author .role {
  font-family: var(--font-default, inherit);
  font-size: 13px !important;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-content2, #666);
  margin-bottom: 0;
}

/* Feature block heading — more prominent next to media */
.feature__list .heading .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: var(--color-heading, #141F39);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .feature__list .heading .title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Feature rich description bullets (override theme ul reset) */
.feature__list .feature__rich-desc ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 10px 0 0;
}
.feature__list .feature__rich-desc ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 24px;
  color: var(--color-content, #333);
}
.feature__list .feature__rich-desc ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--color-content, #333);
}
.feature__list .feature__rich-desc ol {
  list-style: decimal outside !important;
  padding-left: 22px !important;
  margin: 10px 0 0;
}
.feature__list .feature__rich-desc ol > li {
  margin-bottom: 8px;
  line-height: 24px;
  color: var(--color-content, #333);
}

/* AI Chat */
.aiChat__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aiChat__qr {
  background: var(--color-secondary, #F9F9F9);
  border: 0.5px solid #0000001A;
  border-radius: var(--radius-16, 16px);
  padding: 28px;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.aiChat__qr img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
}

/* Mid-page CTA banners */
.ctaBox__section .ctaBox__wrapper .btn i {
  margin-inline: 4px;
  vertical-align: middle;
}
