/* Hivevolent overrides — keep theme CSS intact */

/* Trusted partner images: round corners + white frame on small overlay */
.rts-about-area-two .left-thumbnail-about-area-two > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px;
}

.rts-about-area-two .left-thumbnail-about-area-two .small-image {
  z-index: 2;
}

.rts-about-area-two .left-thumbnail-about-area-two .small-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 8px solid #fff;
  box-sizing: border-box;
}

/* Why Us: rounded corners + white frame on small overlay image */
.business-goal-area-2 .thumbnail-business-area-right-two .large-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.business-goal-area-2 .thumbnail-business-area-right-two .small-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 8px solid #fff;
  box-sizing: border-box;
}

/* Trusted partner: keep checklist beside body copy (theme stacks it mid-desktop) */
.rts-about-area-two .about-inner-content-two .about-between-wrapper {
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 28px;
}

.rts-about-area-two .about-inner-content-two .about-between-wrapper p.disc {
  flex: 1 1 0;
  max-width: none;
  margin-bottom: 0;
  padding-right: 8px;
}

.rts-about-area-two .about-inner-content-two .about-between-wrapper .check-wrapper-area {
  flex: 0 1 auto;
  min-width: 220px;
  max-width: 46%;
}

.rts-about-area-two .about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.rts-about-area-two .about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .rts-about-area-two .about-inner-content-two .about-between-wrapper {
    flex-wrap: wrap;
  }

  .rts-about-area-two .about-inner-content-two .about-between-wrapper p.disc,
  .rts-about-area-two .about-inner-content-two .about-between-wrapper .check-wrapper-area {
    max-width: 100%;
    flex: 1 1 100%;
    min-width: 0;
    padding-right: 0;
  }
}

/* Why Choose Us — 2 items per slide with dots */
.mySwiper-why-choose {
  padding-bottom: 42px;
}

.mySwiper-why-choose .swiper-pagination {
  bottom: 0;
}

.mySwiper-why-choose .swiper-pagination-bullet {
  background: #20282d;
  opacity: 0.25;
}

.mySwiper-why-choose .swiper-pagination-bullet-active {
  opacity: 1;
  background: #20282d;
}

/* Industries swiper — match services padding so dots sit below cards */
.service-style-swiper-wrapper-two .mySwiper-industries-1 {
  padding-bottom: 90px;
}

/* Our Process — compact; heading outside gray box */
.working-process-compact {
  padding: 60px 0 70px;
}

.working-process-compact .title-style-two .title {
  font-size: 36px;
}

.working-process-compact .title-style-two .bg-content {
  font-size: 110px;
  top: -48px;
}

.working-process-compact .working-process-steps {
  padding: 50px 40px 55px;
}

.working-process-compact .rts-working-process-1 .inner {
  width: 128px;
  height: 128px;
  margin-bottom: 16px;
}

.working-process-compact .rts-working-process-1 .inner::after {
  width: 30px;
  height: 30px;
  font-size: 12px;
  right: 0;
  top: 0;
}

.working-process-compact .rts-working-process-1 .inner .icon {
  width: 72px;
  height: 72px;
}

.working-process-compact .rts-working-process-1 .inner .icon img {
  max-width: 100%;
  height: auto;
}

.working-process-compact .rts-working-process-1 .content .title {
  font-size: 16px;
  margin-bottom: 6px;
}

.working-process-compact .rts-working-process-1 .content .disc {
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  max-width: 180px;
  margin-inline: auto;
}

.working-process-compact .rts-working-process-1 .inner.five::after {
  content: "05";
}

.working-process-compact .rts-working-process-1 .inner.six::after {
  content: "06";
}

@media only screen and (max-width: 1199px) {
  .working-process-compact {
    padding: 45px 0 55px;
  }

  .working-process-compact .working-process-steps {
    padding: 40px 20px 45px;
  }

  .working-process-compact .rts-working-process-1 .content .disc {
    max-width: 220px;
  }
}

/* FAQ — compact cards, normal section spacing */
.faq-area-compact {
  padding: 80px 0 100px;
}

.faq-area-compact .title-style-two .title {
  font-size: 36px;
}

.faq-area-compact .title-style-two .bg-content {
  font-size: 110px;
  top: -48px;
}

.faq-area-compact .thumbnail-about-right-4 .large-iamge {
  max-width: 360px;
}

.faq-area-compact .thumbnail-about-right-4 .small-image {
  max-width: 160px;
  left: -60px;
  bottom: -20px;
}

.faq-area-compact .thumbnail-about-right-4 .poligon-shape {
  max-width: 178px;
  left: -68px;
  bottom: -30px;
}

.faq-area-compact .faq-wrapper-inner-page .accordion-item {
  margin-bottom: 12px;
}

.faq-area-compact .faq-wrapper-inner-page .accordion-item .accordion-header button {
  padding: 14px 22px;
  font-size: 15px;
}

.faq-area-compact .faq-wrapper-inner-page .accordion-item .accordion-body {
  padding: 0 22px 16px;
  font-size: 14px;
  line-height: 1.55;
}

@media only screen and (max-width: 991px) {
  .faq-area-compact {
    padding: 60px 0 70px;
  }

  .faq-area-compact .thumbnail-about-right-4 .small-image {
    left: 0;
  }

  .faq-area-compact .thumbnail-about-right-4 .poligon-shape {
    left: -8px;
  }
}

/* Call Us band — keep theme bottom gap */
.rts-service-bottom-area.rts-section-gapBottom {
  padding-top: 20px;
  padding-bottom: 120px;
}

/* Services mega menu — compact equal cards */
header.header-two .rts-mega-menu.service-mega-menu-style.hv-services-mega {
  width: min(720px, 94vw);
  left: 50%;
  right: auto;
  margin-left: 0;
  transform: translateX(-50%) scaleY(0);
  padding: 16px 16px 14px;
}

header.header-two .has-dropdown.mega-menu:hover .rts-mega-menu.service-mega-menu-style.hv-services-mega {
  transform: translateX(-50%) scaleY(1);
}

header.header-two .rts-mega-menu.service-mega-menu-style.hv-services-mega .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hv-services-mega__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hv-services-mega__card {
  display: flex !important;
  height: 100%;
  min-height: 96px;
  padding: 12px 14px !important;
  border-radius: 8px !important;
  background: #f6f7f8 !important;
  border: none !important;
  width: 100% !important;
  transition: 0.2s ease;
}

.hv-services-mega__card:hover {
  background: #eef1f3 !important;
}

.hv-services-mega__card .single-service-menu {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 100%;
}

.hv-services-mega__card .single-service-menu .icon {
  margin-right: 10px !important;
  flex-shrink: 0;
}

.hv-services-mega__card .single-service-menu .icon img {
  max-width: 28px !important;
}

.hv-services-mega__card .single-service-menu .info {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hv-services-mega__card .single-service-menu .title {
  font-size: 15px !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
}

.hv-services-mega__card .single-service-menu p.details {
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hv-services-mega__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(28, 37, 57, 0.1);
}

.hv-services-mega__hint {
  margin: 0;
  color: #5D666F;
  font-size: 15px;
}

.hv-services-mega-footer {
  color: #5D666F;
  font-size: 15px;
  white-space: nowrap;
}

.hv-services-mega-footer span {
  color: var(--color-primary, #0F8A5F);
  font-weight: 600;
}

.hv-services-mega-footer:hover {
  color: #1C2539;
}

.hv-services-mega-footer:hover span {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .hv-services-mega__grid {
    grid-template-columns: 1fr;
  }

  .hv-services-mega__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Hero — slightly compact */
.banner-three-box-clip-area.hero-compact {
  height: 680px;
}

/* Keep hero image visible (do not rely on GSAP reveal) */
.banner-three-box-clip-area .right-thumbnail {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.banner-three-box-clip-area .right-thumbnail img {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  max-width: 100%;
  height: auto;
  display: block;
}

.banner-three-box-clip-area.hero-compact .banner-inner-conten .pre {
  font-size: 18px;
}

.banner-three-box-clip-area.hero-compact .banner-inner-conten .title {
  font-size: 64px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.banner-three-box-clip-area.hero-compact .banner-inner-conten .disc {
  max-width: 34rem;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
}

.banner-three-box-clip-area.hero-compact .banner-inner-conten .button-group {
  margin-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-box-clip-area.hero-compact {
    height: 620px;
  }

  .banner-three-box-clip-area.hero-compact .banner-inner-conten .title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-three-box-clip-area.hero-compact {
    height: 580px;
  }

  .banner-three-box-clip-area.hero-compact .banner-inner-conten .title {
    font-size: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-three-box-clip-area.hero-compact {
    height: 520px;
  }

  .banner-three-box-clip-area.hero-compact .banner-inner-conten .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-three-box-clip-area.hero-compact {
    height: 460px;
  }

  .banner-three-box-clip-area.hero-compact .banner-inner-conten .title {
    font-size: 30px;
  }
}

/* About — What We Do cards */
.rts-about-what-we-do .about-what-we-do-card {
  flex-direction: column;
  gap: 20px;
  padding: 32px 28px;
  background: #f6f7f8;
  border-radius: 16px;
  height: 100%;
}

.rts-about-what-we-do .about-what-we-do-card .icons img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.rts-about-what-we-do .about-what-we-do-card .information .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.rts-about-what-we-do .about-what-we-do-card .information p.disc {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.about-what-we-do__cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Service detail — keep original sidebar, no hero overlap */
.hv-service-details .service-details-left-area {
  margin-top: 0;
}

.hv-service-details {
  padding-top: 50px;
  padding-bottom: 80px;
}

/* Service detail content — richer section UI */
.hv-svc-content .title {
  margin-bottom: 0;
}

.hv-svc-content p.disc {
  margin-bottom: 0;
}

.hv-svc-block {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(32, 40, 45, 0.1);
}

.hv-svc-block:last-child,
.hv-svc-block--faq {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.hv-svc-heading {
  margin-bottom: 28px;
}

.hv-svc-pre {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d666f;
}

.hv-svc-heading .title {
  font-size: 28px;
  line-height: 1.25;
  color: #1c2539;
}

.hv-svc-intro p.disc {
  margin-bottom: 16px;
  max-width: none;
  font-size: 16px;
  line-height: 1.7;
  color: #5d666f;
}

.hv-svc-intro p.disc:last-child {
  margin-bottom: 0;
}

/* Build cards */
.hv-svc-build-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hv-svc-build-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 20px;
  background: #f6f7f8;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hv-svc-build-card:hover {
  background: #fff;
  border-color: rgba(32, 40, 45, 0.12);
  transform: translateY(-2px);
}

.hv-svc-build-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(32, 40, 45, 0.06);
}

.hv-svc-build-card__icon img {
  width: 26px;
  height: auto;
}

.hv-svc-build-card__body .title-sm {
  margin: 0 0 8px;
  font-size: 17px;
  color: #1c2539;
}

.hv-svc-build-card__body .disc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #5d666f;
}

/* Why panel — editorial mosaic */
.hv-svc-why-panel {
  background: linear-gradient(160deg, #20282d 0%, #2d3840 100%);
  border-radius: 18px;
  padding: 8px;
  overflow: hidden;
}

.hv-svc-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.hv-svc-why-card {
  position: relative;
  padding: 28px 24px 26px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  min-height: 160px;
  transition: background 0.25s ease;
}

.hv-svc-why-card:hover {
  background: rgba(255, 255, 255, 0.07);
}

.hv-svc-why-card__ghost {
  position: absolute;
  right: 12px;
  top: 6px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}

.hv-svc-why-card__body {
  position: relative;
  z-index: 1;
  max-width: 92%;
}

.hv-svc-why-card .title-sm {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}

.hv-svc-why-card .disc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

/* Process timeline */
.hv-svc-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hv-svc-timeline__item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  position: relative;
}

.hv-svc-timeline__item:not(:last-child) {
  padding-bottom: 22px;
}

.hv-svc-timeline__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 56px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(32, 40, 45, 0.28), rgba(32, 40, 45, 0.06));
}

.hv-svc-timeline__marker {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #20282d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(32, 40, 45, 0.18);
}

.hv-svc-timeline__card {
  padding: 18px 20px 20px;
  background: #f6f7f8;
  border-radius: 14px;
  border: 1px solid rgba(32, 40, 45, 0.06);
}

.hv-svc-timeline__card .title-sm {
  margin: 0 0 8px;
  font-size: 18px;
  color: #1c2539;
}

.hv-svc-timeline__card .disc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5d666f;
}

/* Use cases */
.hv-svc-usecases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hv-svc-usecase {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 16px 16px 14px;
  background: #fff;
  border: 1px solid rgba(32, 40, 45, 0.1);
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hv-svc-usecase:hover {
  border-color: rgba(32, 40, 45, 0.22);
  box-shadow: 0 8px 18px rgba(32, 40, 45, 0.05);
}

.hv-svc-usecase__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #20282d;
  color: #fff;
  font-size: 11px;
  margin-top: 1px;
}

.hv-svc-usecase__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: #1c2539;
}

.hv-svc-faq {
  margin-top: 0 !important;
}

.hv-svc-faq .accordion-item {
  margin-bottom: 12px;
  border: 1px solid rgba(32, 40, 45, 0.1) !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff;
}

.hv-svc-faq .accordion-button {
  font-size: 15px;
  font-weight: 600;
  padding: 16px 18px;
  color: #1c2539;
  background: #f6f7f8;
  box-shadow: none !important;
}

.hv-svc-faq .accordion-button:not(.collapsed) {
  background: #20282d;
  color: #fff;
}

.hv-svc-faq .accordion-body {
  padding: 16px 18px 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #5d666f;
}

/* Sidebar help CTA (replaces brochure downloads) */
.hv-svc-help .wized-body .title {
  margin-bottom: 16px;
}

.hv-svc-help__disc {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

@media only screen and (max-width: 767px) {
  .hv-svc-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .hv-svc-heading .title {
    font-size: 24px;
  }

  .hv-svc-build-grid,
  .hv-svc-why-grid,
  .hv-svc-usecases {
    grid-template-columns: 1fr;
  }

  .hv-svc-timeline__item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .hv-svc-timeline__marker {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .hv-svc-timeline__item:not(:last-child)::before {
    left: 21px;
    top: 44px;
  }
}

.rts-call-to-action-area-three .cta-main-wrapper-inner .disc {
  color: #fff;
}

/* ========== Contact page ========== */
body.contact-page .rts-breadcrumb-area .title-area-left {
  margin-top: 0;
}

.hv-contact-hero {
  padding-bottom: 70px;
}

.hv-contact-hero .title-area-left {
  text-align: left;
  max-width: 44rem;
}

.hv-contact-hero__pre {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d666f;
}

.hv-contact-hero .title {
  margin-bottom: 18px;
}

.hv-contact-hero__disc {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #5d666f;
  max-width: 40rem;
}

.hv-contact-info {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.hv-contact-info__card {
  height: 100%;
  padding: 32px 28px;
  background: #20282d;
  border-radius: 14px;
  color: #fff;
}

.hv-contact-info__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.hv-contact-info__icon i {
  color: #20282d;
  font-size: 18px;
}

.hv-contact-info__label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.hv-contact-info__title {
  display: block;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}

a.hv-contact-info__title:hover {
  color: #fff;
  opacity: 0.88;
}

.hv-contact-info__disc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.hv-contact-pre {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d666f;
}

.hv-contact-heading .title {
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1.25;
  color: #1c2539;
}

.hv-contact-heading .disc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #5d666f;
}

.hv-contact-heading.center {
  text-align: center;
}

.hv-contact-heading.center .disc {
  margin-inline: auto;
  max-width: 36rem;
}

.hv-contact-form-wrap {
  background: #fff;
  border: 1px solid rgba(32, 40, 45, 0.1);
  border-radius: 16px;
  padding: 36px 32px;
}

.hv-contact-form-wrap .hv-contact-heading {
  margin-bottom: 28px;
}

.hv-contact-alert {
  margin-bottom: 20px;
}

.hv-contact-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1c2539;
}

.hv-contact-label span {
  color: #c0392b;
}

.hv-contact-form input,
.hv-contact-form select,
.hv-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(32, 40, 45, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #1c2539;
  font-size: 15px;
  padding: 12px 14px;
  margin-bottom: 4px;
  transition: border-color 0.2s ease;
}

.hv-contact-form input,
.hv-contact-form select {
  height: 52px;
}

.hv-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.hv-contact-form input:focus,
.hv-contact-form select:focus,
.hv-contact-form textarea:focus {
  outline: none;
  border-color: #20282d;
}

.hv-contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235d666f' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.hv-contact-error {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #c0392b;
}

.hv-contact-form .rts-btn {
  margin-top: 12px;
}

.hv-contact-help .hv-contact-heading {
  margin-bottom: 22px;
}

.hv-contact-help .hv-contact-heading .title {
  font-size: 26px;
}

.hv-contact-help__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hv-contact-help__card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  background: #f6f7f8;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hv-contact-help__card:hover {
  background: #fff;
  border-color: rgba(32, 40, 45, 0.12);
  transform: translateY(-2px);
}

.hv-contact-help__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(32, 40, 45, 0.06);
}

.hv-contact-help__icon img {
  width: 22px;
  height: auto;
}

.hv-contact-help__body .title-sm {
  margin: 0 0 6px;
  font-size: 16px;
  color: #1c2539;
}

.hv-contact-help__body .disc {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #5d666f;
}

.hv-contact-help__link {
  font-size: 13px;
  font-weight: 600;
  color: #20282d;
}

.hv-contact-help__link i {
  margin-left: 4px;
}

.hv-contact-next {
  background: #f6f7f8;
}

.hv-contact-next__card {
  height: 100%;
  padding: 28px 22px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(32, 40, 45, 0.08);
}

.hv-contact-next__num {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #20282d;
  opacity: 0.45;
}

.hv-contact-next__card .title-sm {
  margin: 0 0 10px;
  font-size: 17px;
  color: #1c2539;
}

.hv-contact-next__card .disc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5d666f;
}

.hv-contact-faq .hv-contact-heading .title {
  font-size: 28px;
}

.hv-contact-final-cta .cta-main-wrapper-inner {
  text-align: center;
}

.hv-contact-final-cta .disc {
  max-width: 32rem;
  margin-inline: auto;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .hv-contact-info {
    margin-top: 0;
  }

  .hv-contact-form-wrap {
    padding: 28px 20px;
  }

  .hv-contact-heading .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .hv-contact-hero {
    padding-bottom: 50px;
  }

  .hv-contact-hero .title {
    font-size: 32px;
  }
}

/* ========== Legal pages (privacy / terms) ========== */
.hv-legal-hero.partner-breadcrumb .title-area-left .title,
.hv-legal-hero.partner-breadcrumb .title-area-left h1 {
  color: #1c2539 !important;
}

.hv-legal-content {
  padding-top: 70px;
  padding-bottom: 90px;
}

.hv-legal-doc {
  max-width: 48rem;
}

.hv-legal-updated {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 600;
  color: #5d666f;
}

.hv-legal-doc > .disc {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #5d666f;
}

.hv-legal-section {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid rgba(32, 40, 45, 0.1);
}

.hv-legal-section__title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
  color: #1c2539;
}

.hv-legal-section__sub {
  margin: 22px 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #1c2539;
}

.hv-legal-section .disc {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #5d666f;
}

.hv-legal-list {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}

.hv-legal-list li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.65;
  color: #5d666f;
}

.hv-legal-note {
  font-size: 15px !important;
  font-style: italic;
}

.hv-legal-contact {
  margin-top: 12px;
  padding: 22px 24px;
  background: #f6f7f8;
  border-radius: 12px;
}

.hv-legal-contact a {
  color: #20282d;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hv-legal-contact .disc {
  margin-bottom: 6px;
}

.hv-legal-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #20282d;
  text-decoration: none;
}

.hv-legal-inline-link:hover {
  color: #20282d;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .hv-legal-content {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .hv-legal-section__title {
    font-size: 20px;
  }
}

/* ========== FAQ page ========== */
.hv-faq-hero .title-area-left {
  margin-top: 0;
}

.hv-faq-hero__pre {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d666f;
}

.hv-faq-hero__disc {
  margin: 16px auto 0;
  max-width: 40rem;
  font-size: 17px;
  line-height: 1.7;
  color: #5d666f;
}

.hv-faq-page {
  padding-top: 20px;
}

.hv-faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 48px;
}

.hv-faq-nav__item {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f6f7f8;
  color: #1c2539;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.hv-faq-nav__item:hover {
  background: #20282d;
  color: #fff;
}

.hv-faq-category {
  max-width: 52rem;
  margin: 0 auto 48px;
}

.hv-faq-category__heading {
  margin-bottom: 18px;
}

.hv-faq-category__heading .title {
  margin: 0;
  font-size: 24px;
  color: #1c2539;
}

.hv-faq-accordion .accordion-item.is-featured {
  border-color: rgba(32, 40, 45, 0.28) !important;
  box-shadow: 0 8px 22px rgba(32, 40, 45, 0.06);
}

.hv-faq-accordion .accordion-body p {
  margin: 0 0 12px;
}

.hv-faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.hv-faq-service-links {
  margin: 8px 0 0;
  padding-left: 1.1rem;
}

.hv-faq-service-links li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: #5d666f;
}

.hv-faq-service-links a {
  font-weight: 600;
  color: #20282d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hv-faq-inline-cta {
  margin-top: 16px;
}

.hv-faq-still {
  max-width: 52rem;
  margin: 20px auto 0;
  padding: 32px 34px;
  background: #f6f7f8;
  border-radius: 16px;
}

.hv-faq-still .title {
  margin: 0 0 10px;
  font-size: 26px;
  color: #1c2539;
}

.hv-faq-still .disc {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #5d666f;
}

.hv-faq-final-cta .cta-main-wrapper-inner {
  text-align: center;
}

.hv-faq-final-cta__pre {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.hv-faq-final-cta .disc {
  max-width: 34rem;
  margin-inline: auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .hv-faq-still {
    padding: 24px 20px;
    text-align: center;
  }

  .hv-faq-still .text-lg-end {
    text-align: center !important;
  }

  .hv-faq-category__heading .title {
    font-size: 22px;
  }
}

/* Honeypot — hidden from humans, visible to naive bots */
.hv-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hv-newsletter-success,
.hv-newsletter-error {
  margin: 16px 0 0;
  text-align: center;
  font-size: 15px;
}

.hv-newsletter-success {
  color: #fff;
}

.hv-newsletter-error {
  color: #ffd7d7;
}

.hv-newsletter-supporting {
  margin: 12px 0 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.5;
}

/* Prevent newsletter/CTA form overflow on tablet widths */
@media only screen and (max-width: 991px) {
  .cta-inner-content-inner-page form {
    width: 100%;
    max-width: 100%;
  }

  .cta-inner-content-inner-page form input {
    width: 100%;
    max-width: 100%;
  }
}

/* Soften long header CTA label wrapping without redesign */
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .header-two .main-header .content .header-right a.rts-btn {
    white-space: nowrap;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
