/*
Theme Name: GoHaych
Theme URI: https://gohaych.co.uk/
Author: GoHaych
Description: Custom responsive WordPress theme for the GoHaych business and outsourcing website.
Version: 1.0.17
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: gohaych
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
.gohaych-default-content { width: min(1120px, calc(100% - 40px)); margin: 0 auto 60px; padding-top: 159px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gohaych-form-status { margin-top: 12px; font: 600 14px/1.5 Poppins, Arial, sans-serif; }
.gohaych-form-status.is-error { color: #b42318; }
.gohaych-form-status.is-success { color: #067647; }
.gohaych-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
body.admin-bar .gohaych-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .gohaych-header { top: 46px; } }

/* Live-site parity for the dedicated service pages. */
body.gohaych-service-parity {
  --gohaych-live-gold: #b19540;
  --gohaych-live-black: #000;
  --gohaych-live-copy: #8d8d8d;
}

/* Live-homepage services section. */
.gh-home-services {
  padding: 0 0 38px;
  background: #fff;
  color: #231f20;
  font-family: "Poppins", sans-serif;
}

.gh-home-services__inner {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.gh-home-services__eyebrow {
  margin: 0;
  color: #8d8d8d;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.38;
  text-align: center;
}

.gh-home-services h2 {
  margin: 0 0 38px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
}

@media (min-width: 768px) {
  body.home .about-section {
    margin-bottom: 118px;
  }

  body.home .testimonials-section {
    min-height: 367px;
  }
}

@media (min-width: 922px) {
  body.home .site-content > .site-container {
    padding-right: 0;
    padding-left: 0;
  }

  body.home .homepage-layout .content-block.hero-section {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  body.home .about-section {
    height: 782px;
    min-height: 782px;
    margin-bottom: 0;
  }

  body.home .gh-home-services {
    padding-bottom: 45px;
  }

  body.home .gh-home-services__eyebrow {
    margin-bottom: 0 !important;
  }

  body.home .gh-home-services h2 {
    margin-bottom: 40px;
  }

  body.home .gh-home-service-card__icon {
    align-items: center;
  }

  body.home .gh-home-service-card__icon img {
    box-sizing: content-box;
    width: 70px;
    height: 70px;
    padding: 35px;
  }

  body.home .gohaych-testimonial-slider__track {
    min-height: 189px !important;
  }

  body.home .faq-section .sa-advanced-accordion .sa-ac-item:last-child {
    margin-bottom: 0;
  }

  body.home .content-block-028 {
    animation: gohaych-home-float-left 1.4s ease-in-out infinite alternate;
    will-change: transform;
  }

  body.home .content-block-016 {
    animation: gohaych-home-float-right 1.4s ease-in-out infinite alternate;
    will-change: transform;
  }
}

body.home .gohaych-testimonial-slider {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

body.home .about-section .service-box {
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

body.home .about-section .service-box .icon-box-description {
  color: #000 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
}

body.home .gohaych-testimonial-slider__track {
  min-height: 205px;
}

body.home .gohaych-testimonial-slide {
  display: none;
  animation: gohaych-testimonial-fade .35s ease;
}

body.home .gohaych-testimonial-slide.is-active {
  display: block;
}

body.home .gohaych-testimonial-slide blockquote {
  max-width: 1040px;
  min-height: 72px;
  margin: 0 auto 34px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  line-height: 1.32;
}

body.home .gohaych-testimonial-slide__name {
  margin: 0 0 6px;
  font-size: 25px;
  line-height: 1.25;
}

body.home .gohaych-testimonial-slide__role {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

body.home .gohaych-testimonial-slider__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

body.home .gohaych-testimonial-slider__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

body.home .gohaych-testimonial-slider__dots button.is-active,
body.home .gohaych-testimonial-slider__dots button:hover,
body.home .gohaych-testimonial-slider__dots button:focus-visible {
  background: #000;
}

body.home .gohaych-testimonial-slider__dots button:focus-visible {
  outline: 2px solid #b19540;
  outline-offset: 4px;
  transform: scale(1.1);
}

body.home .faq-section .sa-ac-trigger {
  cursor: pointer;
}

body.home .faq-section .sa-ac-trigger:focus-visible {
  outline: 2px solid #b19540;
  outline-offset: 2px;
}

body.home .faq-section .sa-ac-panel {
  overflow: hidden;
  transition: height .4s ease;
}

@keyframes gohaych-testimonial-fade {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes gohaych-home-float-left {
  from { transform: translate(0, 0); }
  to { transform: translate(27px, 10px); }
}

@keyframes gohaych-home-float-right {
  from { transform: translate(-12px, -31px); }
  to { transform: translate(9px, -9px); }
}

@media (prefers-reduced-motion: reduce) {
  body.home .gohaych-testimonial-slide { animation: none; }
  body.home .faq-section .sa-ac-panel { transition: none; }
  body.home .content-block-028,
  body.home .content-block-016 {
    animation: none;
    transform: none !important;
  }
}

.gh-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 20px;
}

.gh-home-service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #231f20;
}

.gh-home-service-card:last-child:nth-child(3n + 1) {
  grid-column: 2;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.gh-home-service-card__icon {
  position: relative;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-home-service-card__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ececec 0%, #f7f7f7 58%, #fff 100%);
  transform: translate(-50%, -50%);
}

.gh-home-service-card__icon img {
  position: relative;
  z-index: 1;
  width: 145px;
  height: 145px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  filter: grayscale(1) brightness(.15);
}

.gh-home-service-card h3 {
  margin: 10px 0 16px;
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

body.home .gh-home-service-card {
  align-items: center;
  text-align: center;
}

body.home .gh-home-service-card h3,
body.home .gh-home-service-card p {
  width: 100%;
  text-align: center;
}

.gh-home-service-card p {
  min-height: 96px;
  margin: 0;
  color: #6d6d6d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.gh-home-service-card a {
  align-self: center;
  margin-top: auto;
  color: #000;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.gh-home-service-card a:hover,
.gh-home-service-card a:focus-visible {
  color: #b19540;
  transform: scale(1.05);
}

.gh-home-service-card a:focus-visible {
  outline: 2px solid #b19540;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .gh-home-services {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 35px;
  }

  .gh-home-services__inner {
    width: 100%;
  }

  .gh-home-services__eyebrow {
    font-size: 26px;
  }

  .gh-home-services h2 {
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 1;
  }

  .gh-home-services__grid {
    width: calc(100% - 30px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .gh-home-service-card,
  .gh-home-service-card:last-child:nth-child(3n + 1) {
    width: 100%;
    min-height: 325px;
    grid-column: auto;
    margin-left: 0;
  }

  .gh-home-service-card__icon {
    height: 145px;
  }

  .gh-home-service-card__icon img {
    box-sizing: content-box;
    width: 66px;
    height: 66px;
    padding: 30px;
  }

  .gh-home-service-card__icon::before {
    width: 126px;
    height: 126px;
  }

  .gh-home-service-card h3 {
    font-size: 22px;
    line-height: 1.15;
    text-align: center;
  }

  .gh-home-service-card p {
    min-height: 0;
    text-align: center;
  }

  body.home .about-section {
    margin-bottom: 306px;
  }

  body.home .testimonials-section {
    min-height: 318px;
  }

  body.home .gohaych-testimonial-slider {
    width: calc(100% - 30px);
  }

  body.home .gohaych-testimonial-slider__track {
    min-height: 250px;
  }

  body.home .gohaych-testimonial-slide blockquote {
    min-height: 125px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.45;
  }

  body.home .gohaych-testimonial-slide__name {
    font-size: 21px;
  }

  body.home .faq-section,
  body.home .contact_section {
    width: calc(100% + 40px) !important;
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

body:not(.home) {
  font-family: "Manrope", sans-serif;
}

/* Articles archive and long-form reading experience. */
.gh-articles,
.gh-single {
  --gh-ink: #0b0b0b;
  --gh-paper: #f5f3ed;
  --gh-gold: #b19540;
  --gh-muted: #676767;
  color: var(--gh-ink);
  background: #fff;
  font-family: "Manrope", sans-serif;
}

.gh-articles *,
.gh-single * { box-sizing: border-box; }

.gh-articles__hero {
  padding: 174px 20px 78px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(177, 149, 64, .2), transparent 26%),
    #050505;
}

.gh-articles__hero-inner,
.gh-articles__body,
.gh-single__article { width: min(1140px, 100%); margin-inline: auto; }

.gh-articles__eyebrow,
.gh-single__eyebrow {
  margin: 0 0 18px;
  color: var(--gh-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gh-articles__hero h1 {
  max-width: 800px;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.04;
}

.gh-articles__intro {
  max-width: 660px;
  margin: 26px 0 0;
  color: #c8c8c8;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.gh-articles__body { padding: 72px 20px 96px; }

.gh-articles__heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cfcfcf;
}

.gh-articles__heading-row h2 {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.gh-articles__heading-row span {
  color: var(--gh-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gh-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gh-article-card { min-width: 0; margin: 0; background: var(--gh-paper); }

.gh-article-card__link {
  min-height: 390px;
  height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.gh-article-card__link:hover,
.gh-article-card__link:focus-visible {
  background: #fff;
  border-color: var(--gh-ink);
  outline: none;
  transform: translateY(-5px);
}

.gh-article-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
  color: var(--gh-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gh-article-card__number { color: var(--gh-gold); font-size: 14px; }

.gh-article-card h3 {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.35;
}

.gh-article-card p {
  margin: 0 0 28px;
  color: var(--gh-muted);
  font-size: 15px;
  line-height: 1.7;
}

.gh-article-card__action {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #cfcac0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gh-article-card__action span { font-size: 22px; font-weight: 400; }

.gh-pagination { margin-top: 56px; }
.gh-pagination .page-numbers { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.gh-pagination a,
.gh-pagination .current {
  min-width: 44px;
  min-height: 44px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gh-ink);
  border: 1px solid #cfcfcf;
  font-weight: 700;
  text-decoration: none;
}
.gh-pagination a:hover,
.gh-pagination a:focus-visible,
.gh-pagination .current { color: #fff; background: var(--gh-ink); border-color: var(--gh-ink); }

.gh-articles__empty { padding: 70px 0; text-align: center; }

.gh-single { padding: 165px 20px 100px; }
.gh-single__article { max-width: 920px; }
.gh-single__header { max-width: 820px; margin: 0 auto 52px; }
.gh-single__back { display: inline-block; margin-bottom: 52px; color: var(--gh-muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.gh-single__back:hover,
.gh-single__back:focus-visible { color: var(--gh-gold); }
.gh-single__header h1 {
  margin: 0 0 24px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.14;
  overflow-wrap: anywhere;
}
.gh-single__header time { color: var(--gh-muted); font-size: 14px; }
.gh-single__featured { margin: 0 0 54px; }
.gh-single__featured img { width: 100%; height: auto; display: block; }
.gh-single__content { max-width: 760px; margin: 0 auto; color: #242424; font-size: 17px; line-height: 1.8; }
.gh-single__content > :first-child { margin-top: 0; }
.gh-single__content h2,
.gh-single__content h3 { color: var(--gh-ink); font-family: "Libre Baskerville", serif; line-height: 1.3; }
.gh-single__content h2 { margin: 2em 0 .65em; font-size: clamp(27px, 4vw, 38px); }
.gh-single__content h3 { margin: 1.8em 0 .6em; font-size: clamp(22px, 3vw, 29px); }
.gh-single__content p,
.gh-single__content ul,
.gh-single__content ol { margin: 0 0 1.35em; }
.gh-single__content a { color: #806b25; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh-single__content figure { max-width: 100%; margin: 2.2em 0; overflow-x: auto; }
.gh-single__content table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 15px; line-height: 1.5; }
.gh-single__content th,
.gh-single__content td { padding: 13px 15px; border: 1px solid #cfcfcf; text-align: left; vertical-align: top; }
.gh-single__content th { color: #fff; background: var(--gh-ink); }
.gh-single__content blockquote { margin: 2em 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--gh-gold); font-family: "Libre Baskerville", serif; font-size: 21px; }

@media (max-width: 900px) {
  .gh-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .gohaych-default-content { width: calc(100% - 30px); padding-top: 147px; }
  .gh-articles__hero { padding: 151px 20px 58px; }
  .gh-articles__body { padding: 52px 15px 72px; }
  .gh-articles__heading-row { align-items: flex-start; flex-direction: column; }
  .gh-articles__grid { grid-template-columns: 1fr; }
  .gh-article-card__link { min-height: 340px; padding: 24px; }
  .gh-article-card__topline { margin-bottom: 30px; }
  .gh-single { padding: 151px 15px 72px; }
  .gh-single__back { margin-bottom: 38px; }
  .gh-single__header { margin-bottom: 40px; }
  .gh-single__content { font-size: 16px; line-height: 1.75; }
}

body.gohaych-service-parity main {
  overflow: hidden;
  font-family: "Manrope", sans-serif !important;
}

body.gohaych-service-parity :is(
  section[class$="-hero"],
  .hero-section
) {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

body.gohaych-service-parity :is(
  section[class$="-choice"],
  .benefits-section,
  .sales-why,
  .it-benefits,
  .uk1_why-choose-us
) {
  padding: 40px 0 !important;
}

body.gohaych-service-parity :is(
  section[class$="-partner"],
  .partner-section,
  .why_section
) {
  padding: 40px 0 !important;
  background: #fff !important;
}

body.gohaych-service-parity :is(
  section[class$="-services"],
  .services-section
) {
  padding: 80px 0 !important;
  background: var(--gohaych-live-black) !important;
  color: #fff !important;
}

body.gohaych-service-parity :is(
  section[class$="-process"],
  .process-section
) {
  padding: 50px 0 !important;
  background: #fff !important;
}

@media (min-width: 1001px) {
  body.gohaych-service-e-commerce-services .commerce-services-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body.gohaych-service-human-resource-services .hr-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.gohaych-service-sales-customer-service .sales-service-grid {
    gap: 30px !important;
  }
}

body.gohaych-service-parity :is(
  [class*="choice-card"],
  .benefit-card,
  .uk1_card,
  .it-benefit-card
) {
  min-height: 260px;
  padding: 40px 20px !important;
  border-radius: 12px !important;
  background: #000 !important;
  color: #fff !important;
}

body.gohaych-service-parity :is(
  .service-card,
  [class$="-service-card"],
  [class*="-service-card "]
):not([class*="full-time"]) {
  padding: 40px 32px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .03) !important;
  color: #fff !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease !important;
}

body.gohaych-service-parity :is(
  .service-card,
  [class$="-service-card"],
  [class*="-service-card "]
):not([class*="full-time"]):hover {
  transform: translateY(-6px);
  border-color: var(--gohaych-live-gold) !important;
  background: rgba(255, 255, 255, .07) !important;
}

body.gohaych-service-parity :is(
  .service-card,
  [class$="-service-card"],
  [class*="-service-card "]
) :is(h3, p) {
  color: inherit !important;
}

body.gohaych-service-parity .gohaych-live-service-icon {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  object-fit: contain;
}

body.gohaych-service-parity :is(
  [class*="choice-card"],
  .benefit-card,
  .uk1_card,
  .it-benefit-card
) > .gohaych-live-service-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  filter: grayscale(1);
}

body.gohaych-service-parity :is(
  [class*="benefit-icon"],
  [class*="partner-icon"],
  [class*="feature-icon"],
  .why_icon
) .gohaych-live-service-icon {
  width: 35px;
  height: 35px;
  margin: 0;
}

body.gohaych-service-it-services-support .it-benefit-card .it-benefit-icon .gohaych-live-service-icon {
  width: 90px;
  height: 90px;
  filter: grayscale(1);
}

body.gohaych-service-sales-customer-service .sales-faq-wrap {
  width: min(1140px, calc(100% - 40px));
}

body.gohaych-service-sales-customer-service .sales-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  align-items: start;
}

body.gohaych-service-parity :is(
  [class*="process-icon"],
  [class*="step-icon"],
  [class*="step-top"]
) .gohaych-live-service-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

body.gohaych-service-parity .gohaych-service-extra:not(.gohaych-service-revealed) {
  display: none !important;
}

body.gohaych-service-parity .gohaych-service-extra.gohaych-service-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body.gohaych-service-parity.gohaych-motion-ready .gohaych-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease var(--gohaych-reveal-delay, 0ms),
              transform .55s ease var(--gohaych-reveal-delay, 0ms) !important;
}

body.gohaych-service-parity.gohaych-motion-ready .gohaych-reveal.gohaych-reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

body.gohaych-service-parity .gohaych-view-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

body.gohaych-service-parity :is(
  .gohaych-view-more,
  button[aria-expanded][class*="btn"],
  button[aria-expanded][class*="button"]
) {
  min-width: 154px;
  min-height: 48px;
  padding: 13px 26px !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.gohaych-service-parity :is(
  .gohaych-view-more,
  button[aria-expanded][class*="btn"],
  button[aria-expanded][class*="button"]
):hover,
body.gohaych-service-parity :is(
  .gohaych-view-more,
  button[aria-expanded][class*="btn"],
  button[aria-expanded][class*="button"]
):focus-visible {
  border-color: var(--gohaych-live-gold) !important;
  background: var(--gohaych-live-gold) !important;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  body.gohaych-service-parity :is(
    section[class$="-hero"],
    .hero-section
  ) {
    min-height: 55vh !important;
    padding: 80px 15px 20px !important;
  }

  body.gohaych-service-parity :is(
    section[class$="-hero"],
    .hero-section
  ) h1 {
    margin-bottom: 0 !important;
    font-size: 36px !important;
    line-height: 1.3 !important;
  }

  body.gohaych-service-parity :is(
    section[class$="-choice"],
    .benefits-section,
    .sales-why,
    .it-benefits,
    .uk1_why-choose-us
  ) {
    padding: 35px 0 !important;
  }

  body.gohaych-service-parity :is(
    section[class$="-choice"],
    .benefits-section,
    .sales-why,
    .it-benefits,
    .uk1_why-choose-us
  ) .content-container {
    width: calc(100% - 15px) !important;
  }

  body.gohaych-service-parity :is(
    [class*="choice-card"],
    .benefit-card,
    .uk1_card,
    .it-benefit-card
  ) {
    height: 160px !important;
    min-height: 160px !important;
  }

  body.gohaych-service-parity :is(
    [class*="choice-card"],
    .benefit-card,
    .uk1_card,
    .it-benefit-card
  ) > .gohaych-live-service-icon {
    width: 70px;
    height: 70px;
  }

  body.gohaych-service-it-services-support .it-benefit-card .it-benefit-icon .gohaych-live-service-icon {
    width: 70px;
    height: 70px;
  }

  body.gohaych-service-sales-customer-service .sales-faq-wrap {
    width: min(100% - 28px, 900px);
  }

  body.gohaych-service-sales-customer-service .sales-faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.gohaych-service-parity :is(
    section[class$="-services"],
    .services-section
  ) {
    padding: 40px 0 !important;
  }

  body.gohaych-service-parity :is(
    section[class$="-services"],
    .services-section,
    section[class$="-process"],
    .process-section
  ) .content-container {
    width: 100% !important;
  }

  body.gohaych-service-parity :is(
    section[class$="-process"],
    .process-section
  ) {
    padding: 40px 0 !important;
  }

  body.gohaych-service-parity :is(
    .service-card,
    [class$="-service-card"],
    [class*="-service-card "]
  ):not([class*="full-time"]) {
    padding: 20px 15px !important;
    border-color: rgba(212, 162, 76, .6) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gohaych-service-parity .gohaych-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
