:root {
	--wd-text-font: "vazir", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "vazir bold", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "vazir", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "vazir", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "vazir", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "vazir bold", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(9,36,65);
	--wd-alternative-color: rgb(48,196,244);
	--btn-default-font-family: "vazir", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "vazir", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 700;
	--btn-accented-bgcolor: rgb(9,36,65);
	--btn-accented-bgcolor-hover: rgb(48,196,244);
	--btn-font-family: "vazir", Arial, Helvetica, sans-serif;
	--btn-font-weight: 700;
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(245,245,245);
	background-image: url();
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(233,235,239);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "vazir";
	src: url("//ghafarigroup.com/wp-content/uploads/2024/09/Vazir-Regular.woff2") format("woff2"), 
url("//ghafarigroup.com/wp-content/uploads/2024/09/Vazir-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "vazir bold";
	src: url("//ghafarigroup.com/wp-content/uploads/2024/09/Vazir-Bold-1.woff2") format("woff2"), 
url("//ghafarigroup.com/wp-content/uploads/2024/09/Vazir-Bold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/*
 * Ghafari Group — Elementor / Woodmart shared stylesheet
 * Add the `gh-site` class to the page-level Elementor container.
 * All reset rules are scoped so this file does not restyle unrelated pages.
 */
@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap");

:root {
  --gh-navy: #092441;
  --gh-navy-2: #10365d;
  --gh-cyan: #30c4f4;
  --gh-cyan-dark: #08a8df;
  --gh-ink: #242424;
  --gh-muted: #6f7680;
  --gh-line: #dce3ea;
  --gh-soft: #f5f8fb;
  --gh-white: #ffffff;
  --gh-radius: 14px;
  --gh-container: 1280px;
  --gh-shadow: 0 20px 50px rgba(9, 36, 65, 0.09);
}

.gh-site,
.gh-site * {
  box-sizing: border-box;
}

.gh-site {
  scroll-behavior: smooth;
  margin: 0;
  background: var(--gh-white);
  color: var(--gh-ink);
  font-family: "Vazirmatn", Vazir, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.gh-site a {
  color: inherit;
  text-decoration: none;
}

.gh-site button,
.gh-site input,
.gh-site select,
.gh-site textarea {
  font: inherit;
}

.gh-site img {
  display: block;
  max-width: 100%;
}

.gh-site {
  min-height: 100vh;
  overflow: clip;
}

.gh-container {
  width: min(calc(100% - 48px), var(--gh-container));
  margin-inline: auto;
}

.gh-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  right: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--gh-navy);
  color: #fff;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.gh-skip-link:focus {
  transform: translateY(0);
}

.gh-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 82px;
  border-bottom: 1px solid rgba(9, 36, 65, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.gh-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 34px;
}

.gh-brand {
  display: flex;
  width: 174px;
  flex: 0 0 auto;
  align-items: center;
}

.gh-brand img {
  width: 100%;
  height: 54px;
  object-fit: contain;
  object-position: right center;
}

.gh-nav {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
}

.gh-nav a {
  position: relative;
  padding-block: 30px;
  color: #26384a;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.gh-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 0;
  height: 2px;
  background: var(--gh-cyan);
  content: "";
  transition: width 220ms ease;
}

.gh-nav a:hover::after,
.gh-nav a:focus-visible::after {
  width: 100%;
}

.gh-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.gh-lang {
  padding: 10px 6px;
  color: var(--gh-navy);
  font-size: 12px;
  font-weight: 700;
}

.gh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 1px solid var(--gh-cyan);
  border-radius: 9px;
  background: var(--gh-cyan);
  color: var(--gh-navy);
  font-size: 14px;
  font-weight: 700;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.gh-button svg,
.gh-capability-card__body > a svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gh-button:hover,
.gh-button:focus-visible {
  border-color: var(--gh-cyan-dark);
  background: var(--gh-cyan-dark);
  color: #fff;
  transform: translateY(-2px);
}

.gh-button--small {
  min-height: 44px;
  padding-inline: 18px;
}

.gh-button--outline {
  border-color: rgba(9, 36, 65, 0.58);
  background: transparent;
  color: var(--gh-navy);
}

.gh-button--outline:hover,
.gh-button--outline:focus-visible {
  border-color: var(--gh-navy);
  background: var(--gh-navy);
  color: #fff;
}

.gh-mobile-menu {
  display: none;
}

.gh-section {
  scroll-margin-top: 92px;
}

.gh-hero {
  background:
    radial-gradient(circle at 95% 15%, rgba(48, 196, 244, 0.09), transparent 28%),
    #fff;
}

.gh-hero__grid {
  display: grid;
  min-height: 640px;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
}

.gh-hero__content {
  display: flex;
  padding: 82px 62px 54px 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.gh-eyebrow {
  margin: 0 0 18px;
  color: #138ebd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.gh-eyebrow::before {
  display: inline-block;
  width: 24px;
  height: 2px;
  margin-left: 10px;
  background: var(--gh-cyan);
  content: "";
  vertical-align: middle;
}

.gh-hero h1 {
  max-width: 570px;
  margin: 0;
  color: var(--gh-ink);
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.36;
}

.gh-hero h1 span {
  color: var(--gh-navy);
}

.gh-hero__lead {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--gh-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

.gh-hero__actions {
  display: flex;
  margin-top: 30px;
  gap: 12px;
}

.gh-hero__trust {
  display: flex;
  margin-top: 42px;
  align-items: center;
  gap: 13px;
  color: var(--gh-navy);
}

.gh-hero__trust-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(48, 196, 244, 0.55);
  border-radius: 50%;
  background: rgba(48, 196, 244, 0.09);
  color: #0698cb;
  font-size: 18px;
  font-weight: 700;
}

.gh-hero__trust strong,
.gh-hero__trust small {
  display: block;
}

.gh-hero__trust strong {
  font-size: 13px;
  font-weight: 700;
}

.gh-hero__trust small {
  margin-top: 4px;
  color: var(--gh-muted);
  font-size: 11px;
}

.gh-hero__media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--gh-navy);
}

.gh-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 60%, rgba(9, 36, 65, 0.26)),
    linear-gradient(0deg, rgba(9, 36, 65, 0.23), transparent 42%);
  content: "";
  pointer-events: none;
}

.gh-hero__media > img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  transition: transform 600ms ease;
}

.gh-hero__media:hover > img {
  transform: scale(1.025);
}

.gh-hero__media-label {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  max-width: 310px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(9, 36, 65, 0.88);
  color: #fff;
  backdrop-filter: blur(12px);
}

.gh-hero__media-label span,
.gh-hero__media-label strong {
  display: block;
}

.gh-hero__media-label span {
  margin-bottom: 6px;
  color: var(--gh-cyan);
  font-size: 11px;
  font-weight: 700;
}

.gh-hero__media-label strong {
  font-size: 14px;
  line-height: 1.8;
}

.gh-stats {
  border-block: 1px solid var(--gh-line);
  background: #fff;
}

.gh-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gh-stat {
  position: relative;
  padding: 25px 14px 24px;
  text-align: center;
}

.gh-stat + .gh-stat::before {
  position: absolute;
  top: 24%;
  right: 0;
  width: 1px;
  height: 52%;
  background: var(--gh-line);
  content: "";
}

.gh-stat strong,
.gh-stat span {
  display: block;
}

.gh-stat strong {
  color: var(--gh-navy);
  font-size: 20px;
  font-weight: 800;
}

.gh-stat span {
  margin-top: 6px;
  color: var(--gh-muted);
  font-size: 12px;
}

.gh-stats__note {
  padding: 0 0 14px;
  color: #9299a2;
  font-size: 9px;
  text-align: center;
}

.gh-section--light {
  background: var(--gh-soft);
}

.gh-capabilities {
  padding: 92px 0 104px;
}

.gh-section-heading {
  max-width: 700px;
  margin: 0 auto 44px;
  text-align: center;
}

.gh-section-heading .gh-eyebrow {
  margin-bottom: 12px;
}

.gh-section-heading h2 {
  margin: 0;
  color: var(--gh-navy);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.gh-section-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--gh-muted);
  font-size: 15px;
  line-height: 2;
}

.gh-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gh-capability-card {
  overflow: hidden;
  border: 1px solid var(--gh-line);
  border-radius: var(--gh-radius);
  background: #fff;
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.gh-capability-card:hover {
  border-color: rgba(48, 196, 244, 0.72);
  box-shadow: var(--gh-shadow);
  transform: translateY(-5px);
}

.gh-capability-card__image {
  height: 230px;
  overflow: hidden;
  background: #dfe6ed;
}

.gh-capability-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.gh-capability-card:hover .gh-capability-card__image img {
  transform: scale(1.03);
}

.gh-capability-card__body {
  padding: 26px 26px 24px;
}

.gh-capability-card__body h3 {
  margin: 0;
  color: var(--gh-navy);
  font-size: 21px;
  font-weight: 800;
}

.gh-capability-card__body > p {
  min-height: 58px;
  margin: 11px 0 18px;
  color: var(--gh-muted);
  font-size: 13px;
  line-height: 1.9;
}

.gh-capability-card__body ul {
  display: grid;
  margin: 0 0 23px;
  padding: 0;
  gap: 8px;
  color: #4f5b67;
  font-size: 12px;
  list-style: none;
}

.gh-capability-card__body li::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 9px;
  border-radius: 50%;
  background: var(--gh-cyan);
  content: "";
  vertical-align: middle;
}

.gh-capability-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a9fd3;
  font-size: 13px;
  font-weight: 700;
}

.gh-capability-card__body > a:hover,
.gh-capability-card__body > a:focus-visible {
  color: var(--gh-navy);
}

.gh-companies,
.gh-projects,
.gh-process,
.gh-insights {
  padding: 104px 0;
}

.gh-section-heading--inline {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  text-align: right;
}

.gh-section-heading--inline > p {
  width: min(100%, 470px);
  margin: 0 0 4px;
  color: var(--gh-muted);
  font-size: 14px;
  line-height: 2;
}

.gh-company-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.gh-company-card {
  position: relative;
  display: grid;
  min-height: 186px;
  overflow: hidden;
  grid-template-columns: 190px 1fr;
  align-items: center;
  border: 1px solid var(--gh-line);
  border-radius: var(--gh-radius);
  background: #fff;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.gh-company-card:hover,
.gh-company-card:focus-visible {
  border-color: rgba(48, 196, 244, 0.72);
  box-shadow: var(--gh-shadow);
  transform: translateY(-4px);
}

.gh-company-card__logo {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 186px;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(48, 196, 244, 0.12), rgba(9, 36, 65, 0.04)),
    #f8fafc;
}

.gh-company-card__logo--dark {
  background:
    radial-gradient(circle at 30% 20%, rgba(48, 196, 244, 0.18), transparent 42%),
    var(--gh-navy);
}

.gh-company-card__logo img {
  width: 95px;
  height: 95px;
  object-fit: contain;
}

.gh-company-card__body {
  padding: 30px 34px;
}

.gh-company-card__body > span {
  color: #1396c6;
  font-size: 11px;
  font-weight: 700;
}

.gh-company-card__body h3 {
  margin: 7px 0 3px;
  color: var(--gh-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 800;
  direction: ltr;
  text-align: right;
}

.gh-company-card__body p {
  margin: 0;
  color: var(--gh-muted);
  font-size: 13px;
  line-height: 1.8;
}

.gh-company-card__external {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(9, 36, 65, 0.18);
  border-radius: 8px;
  color: var(--gh-navy);
}

.gh-company-card__external svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gh-history {
  padding: 110px 0;
}

.gh-history__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  gap: 76px;
}

.gh-history__media {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: var(--gh-radius);
  background: var(--gh-navy);
}

.gh-history__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 36, 65, 0.72), transparent 58%);
  content: "";
}

.gh-history__media img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: grayscale(0.68) contrast(1.08);
}

.gh-history__caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: #fff;
}

.gh-history__caption span,
.gh-history__caption strong {
  display: block;
}

.gh-history__caption span {
  margin-bottom: 8px;
  color: var(--gh-cyan);
  font-size: 11px;
  font-weight: 700;
}

.gh-history__caption strong {
  max-width: 380px;
  font-size: 20px;
  line-height: 1.8;
}

.gh-history__content {
  align-self: center;
}

.gh-history__content > h2 {
  max-width: 600px;
  margin: 0;
  color: var(--gh-navy);
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.5;
}

.gh-history__intro {
  max-width: 620px;
  margin: 18px 0 34px;
  color: var(--gh-muted);
  font-size: 15px;
  line-height: 2;
}

.gh-timeline {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0 30px 0 0;
  gap: 0;
  list-style: none;
}

.gh-timeline::before {
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 10px;
  width: 1px;
  background: rgba(9, 36, 65, 0.22);
  content: "";
}

.gh-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 114px 1fr;
  padding: 0 0 23px;
  gap: 18px;
}

.gh-timeline li::before {
  position: absolute;
  top: 8px;
  right: -30px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--gh-soft);
  border-radius: 50%;
  background: var(--gh-cyan);
  box-shadow: 0 0 0 1px rgba(9, 36, 65, 0.28);
  content: "";
}

.gh-timeline__year {
  color: #0b93c3;
  font-size: 13px;
  font-weight: 800;
}

.gh-timeline h3 {
  margin: 0;
  color: var(--gh-navy);
  font-size: 15px;
  font-weight: 800;
}

.gh-timeline p {
  margin: 5px 0 0;
  color: var(--gh-muted);
  font-size: 12px;
  line-height: 1.8;
}

.gh-execution {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 12% 10%, rgba(48, 196, 244, 0.14), transparent 31%),
    linear-gradient(135deg, #061b30, var(--gh-navy) 50%, #0d3154);
  color: #fff;
}

.gh-execution::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.gh-execution .gh-container {
  position: relative;
  z-index: 1;
}

.gh-execution__heading {
  display: grid;
  margin-bottom: 44px;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
}

.gh-execution__heading .gh-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
  color: var(--gh-cyan);
}

.gh-execution__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
}

.gh-execution__heading > p:last-child {
  width: min(100%, 500px);
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  line-height: 2;
}

.gh-execution__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(255, 255, 255, 0.13);
}

.gh-execution-card {
  padding: 34px 28px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.gh-execution-card:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.gh-execution-card__icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(48, 196, 244, 0.42);
  border-radius: 12px;
  background: rgba(48, 196, 244, 0.08);
  color: var(--gh-cyan);
}

.gh-execution-card__icon svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.gh-execution-card h3 {
  margin: 22px 0 9px;
  font-size: 17px;
  font-weight: 800;
}

.gh-execution-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.9;
}

.gh-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gh-project-card {
  overflow: hidden;
  border: 1px solid var(--gh-line);
  border-radius: var(--gh-radius);
  background: #fff;
  transition:
    transform 230ms ease,
    box-shadow 230ms ease,
    border-color 230ms ease;
}

.gh-project-card:hover {
  border-color: rgba(48, 196, 244, 0.7);
  box-shadow: var(--gh-shadow);
  transform: translateY(-5px);
}

.gh-project-card__image {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #dce4eb;
}

.gh-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.gh-project-card:hover .gh-project-card__image img {
  transform: scale(1.03);
}

.gh-project-card__image > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 7px;
  background: rgba(9, 36, 65, 0.92);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.gh-project-card__body {
  padding: 25px 25px 24px;
}

.gh-project-card__type {
  margin: 0 0 8px;
  color: #0a9ed2;
  font-size: 10px;
  font-weight: 700;
}

.gh-project-card h3 {
  min-height: 64px;
  margin: 0;
  color: var(--gh-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
}

.gh-project-card dl {
  display: grid;
  margin: 18px 0 22px;
  padding: 0;
  gap: 10px;
}

.gh-project-card dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  padding-top: 10px;
  border-top: 1px solid #edf1f4;
  gap: 10px;
}

.gh-project-card dt {
  color: #9299a2;
  font-size: 10px;
}

.gh-project-card dd {
  margin: 0;
  color: #4e5964;
  font-size: 11px;
  line-height: 1.8;
}

.gh-project-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a9ed2;
  font-size: 12px;
  font-weight: 700;
}

.gh-project-card__body > a svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gh-clients {
  padding: 96px 0 104px;
}

.gh-clients__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--gh-line);
  border-right: 1px solid var(--gh-line);
}

.gh-client-logo {
  display: grid;
  height: 120px;
  place-items: center;
  border-bottom: 1px solid var(--gh-line);
  border-left: 1px solid var(--gh-line);
  background: #fff;
}

.gh-client-logo img {
  width: 104px;
  height: 66px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.58;
  transition:
    filter 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.gh-client-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

.gh-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gh-process__grid::before {
  position: absolute;
  top: 33px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: var(--gh-line);
  content: "";
}

.gh-process-step {
  position: relative;
  z-index: 1;
  min-height: 208px;
  padding: 26px 23px;
  border: 1px solid var(--gh-line);
  border-radius: 12px;
  background: #fff;
}

.gh-process-step__number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(48, 196, 244, 0.55);
  border-radius: 50%;
  background: #f2fbfe;
  color: #078ebd;
  font-size: 15px;
  font-weight: 800;
}

.gh-process-step h3 {
  margin: 0;
  color: var(--gh-navy);
  font-size: 17px;
  font-weight: 800;
}

.gh-process-step p {
  margin: 10px 0 0;
  color: var(--gh-muted);
  font-size: 12px;
  line-height: 1.9;
}

.gh-inquiry {
  padding: 0 0 108px;
}

.gh-inquiry__shell {
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.78fr 1.22fr;
  border-radius: 18px;
  background: var(--gh-navy);
  box-shadow: 0 28px 70px rgba(9, 36, 65, 0.15);
}

.gh-inquiry__info {
  position: relative;
  padding: 58px 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 100%, rgba(48, 196, 244, 0.22), transparent 34%),
    var(--gh-navy);
  color: #fff;
}

.gh-inquiry__info .gh-eyebrow {
  color: var(--gh-cyan);
}

.gh-inquiry__info h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.55;
}

.gh-inquiry__info > p {
  margin: 17px 0 38px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  line-height: 2;
}

.gh-inquiry__contact,
.gh-inquiry__address {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gh-inquiry__contact span,
.gh-inquiry__address span {
  display: block;
  margin-bottom: 6px;
  color: var(--gh-cyan);
  font-size: 10px;
  font-weight: 700;
}

.gh-inquiry__contact a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  direction: ltr;
  text-align: right;
}

.gh-inquiry__address p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.9;
}

.gh-inquiry__form {
  padding: 56px 54px;
  background: #f7f9fb;
}

.gh-form {
  display: grid;
  gap: 18px;
}

.gh-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gh-form label {
  display: grid;
  gap: 8px;
}

.gh-form label > span {
  color: #4b5967;
  font-size: 11px;
  font-weight: 700;
}

.gh-form input,
.gh-form select,
.gh-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d9e1e8;
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: var(--gh-ink);
  font-size: 12px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.gh-form textarea {
  min-height: 108px;
  resize: vertical;
  line-height: 1.8;
}

.gh-form input:focus,
.gh-form select:focus,
.gh-form textarea:focus {
  border-color: var(--gh-cyan-dark);
  box-shadow: 0 0 0 3px rgba(48, 196, 244, 0.12);
}

.gh-form__submit {
  display: flex;
  align-items: center;
  gap: 18px;
}

.gh-form__submit .gh-button {
  width: auto;
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.gh-form__submit p {
  margin: 0;
  color: #8a929b;
  font-size: 10px;
  line-height: 1.8;
}

.gh-form__success {
  padding: 13px 15px;
  border: 1px solid rgba(48, 196, 244, 0.52);
  border-radius: 8px;
  background: rgba(48, 196, 244, 0.09);
  color: var(--gh-navy);
  font-size: 11px;
  line-height: 1.9;
}

.gh-insights {
  padding-top: 0;
}

.gh-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gh-insight-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--gh-line);
  border-radius: var(--gh-radius);
  background: #fff;
  transition:
    border-color 220ms ease,
    transform 220ms ease;
}

.gh-insight-card:hover,
.gh-insight-card:focus-visible {
  border-color: rgba(48, 196, 244, 0.72);
  transform: translateY(-4px);
}

.gh-insight-card > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gh-insight-card > div {
  padding: 23px 23px 25px;
}

.gh-insight-card span {
  color: #0c9dcc;
  font-size: 10px;
  font-weight: 700;
}

.gh-insight-card h3 {
  margin: 8px 0 9px;
  color: var(--gh-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
}

.gh-insight-card p {
  margin: 0;
  color: var(--gh-muted);
  font-size: 11px;
  line-height: 1.9;
}

.gh-footer {
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 8% 0, rgba(48, 196, 244, 0.12), transparent 27%),
    #061a2e;
  color: #fff;
}

.gh-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.75fr);
  padding-bottom: 48px;
  gap: 48px;
}

.gh-footer__brand img {
  width: 170px;
  height: 85px;
  object-fit: contain;
  object-position: right center;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.gh-footer__brand p {
  max-width: 330px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 2;
}

.gh-footer h3 {
  margin: 8px 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.gh-footer__grid > div:not(.gh-footer__brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gh-footer__grid a,
.gh-footer__grid > div > p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.8;
  transition: color 180ms ease;
}

.gh-footer__grid a:hover,
.gh-footer__grid a:focus-visible {
  color: var(--gh-cyan);
}

.gh-footer__bottom {
  display: flex;
  padding: 20px 0 22px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
}

.gh-mobile-actions {
  display: none;
}

@media (max-width: 1120px) {
  .gh-nav {
    gap: 14px;
  }

  .gh-nav a {
    font-size: 12px;
  }

  .gh-brand {
    width: 146px;
  }

  .gh-hero__content {
    padding-right: 26px;
  }
}

@media (max-width: 920px) {
  .gh-container {
    width: min(calc(100% - 40px), var(--gh-container));
  }

  .gh-header {
    height: 66px;
  }

  .gh-header__inner {
    gap: 14px;
  }

  .gh-brand {
    width: 145px;
    margin-left: auto;
  }

  .gh-brand img {
    height: 46px;
  }

  .gh-nav,
  .gh-lang {
    display: none;
  }

  .gh-header__actions {
    margin-right: auto;
  }

  .gh-button--small {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .gh-mobile-menu {
    position: relative;
    display: block;
    order: -1;
  }

  .gh-mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    cursor: pointer;
    place-content: center;
    gap: 4px;
    list-style: none;
  }

  .gh-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .gh-mobile-menu summary span {
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background: var(--gh-navy);
  }

  .gh-mobile-menu__panel {
    position: fixed;
    z-index: 110;
    top: 66px;
    right: 20px;
    left: 20px;
    display: grid;
    padding: 16px;
    border: 1px solid var(--gh-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--gh-shadow);
    gap: 3px;
  }

  .gh-mobile-menu__panel a {
    min-height: 46px;
    padding: 12px;
    border-bottom: 1px solid #edf1f5;
    color: var(--gh-navy);
    font-size: 14px;
    font-weight: 600;
  }

  .gh-hero__grid {
    grid-template-columns: 1fr;
  }

  .gh-hero__content {
    min-height: auto;
    padding: 72px 0 48px;
  }

  .gh-hero__media,
  .gh-hero__media > img {
    min-height: 520px;
  }

  .gh-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gh-stat:nth-child(4),
  .gh-stat:nth-child(5) {
    border-top: 1px solid var(--gh-line);
  }

  .gh-stat + .gh-stat::before {
    display: none;
  }

  .gh-capability-grid {
    grid-template-columns: 1fr;
  }

  .gh-capability-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
  }

  .gh-capability-card__image {
    height: auto;
    min-height: 290px;
  }

  .gh-section-heading--inline {
    display: grid;
    align-items: start;
    gap: 18px;
  }

  .gh-section-heading--inline > p {
    width: 100%;
  }

  .gh-company-grid {
    grid-template-columns: 1fr;
  }

  .gh-history__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .gh-history__media,
  .gh-history__media img {
    min-height: 520px;
  }

  .gh-execution__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-execution-card:nth-child(3),
  .gh-execution-card:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gh-project-grid {
    grid-template-columns: 1fr;
  }

  .gh-project-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .gh-project-card__image {
    height: auto;
    min-height: 320px;
  }

  .gh-clients__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .gh-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-process__grid::before {
    display: none;
  }

  .gh-inquiry__shell {
    grid-template-columns: 1fr;
  }

  .gh-inquiry__info {
    padding: 52px;
  }

  .gh-insight-grid {
    grid-template-columns: 1fr;
  }

  .gh-insight-card {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
  }

  .gh-insight-card > img {
    height: 100%;
    min-height: 230px;
  }

  .gh-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .gh-container {
    width: min(calc(100% - 40px), var(--gh-container));
  }

  .gh-brand {
    width: 126px;
  }

  .gh-button--small {
    width: 73px;
    padding-inline: 8px;
    line-height: 1.25;
  }

  .gh-hero__content {
    padding-top: 50px;
  }

  .gh-eyebrow {
    font-size: 12px;
  }

  .gh-hero h1 {
    font-size: 38px;
    line-height: 1.45;
  }

  .gh-hero__lead {
    font-size: 15px;
    line-height: 1.95;
  }

  .gh-hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .gh-button {
    width: 100%;
  }

  .gh-hero__trust {
    margin-top: 32px;
  }

  .gh-hero__media,
  .gh-hero__media > img {
    min-height: 360px;
  }

  .gh-hero__media-label {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .gh-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-stat {
    padding: 22px 7px;
  }

  .gh-stat:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--gh-line);
  }

  .gh-capabilities {
    padding-block: 70px;
  }

  .gh-section-heading {
    text-align: right;
  }

  .gh-section-heading h2 {
    font-size: 31px;
    line-height: 1.55;
  }

  .gh-capability-card {
    display: block;
  }

  .gh-capability-card__image {
    min-height: 215px;
  }

  .gh-capability-card__body > p {
    min-height: 0;
  }

  .gh-companies,
  .gh-projects,
  .gh-process,
  .gh-insights {
    padding-block: 72px;
  }

  .gh-company-card {
    min-height: 150px;
    grid-template-columns: 116px 1fr;
  }

  .gh-company-card__logo {
    min-height: 150px;
  }

  .gh-company-card__logo img {
    width: 70px;
    height: 70px;
  }

  .gh-company-card__body {
    padding: 24px 20px;
  }

  .gh-company-card__body h3 {
    font-size: 21px;
  }

  .gh-company-card__external {
    bottom: 12px;
    left: 12px;
  }

  .gh-history {
    padding-block: 72px;
  }

  .gh-history__grid {
    gap: 44px;
  }

  .gh-history__media,
  .gh-history__media img {
    min-height: 390px;
  }

  .gh-history__content > h2 {
    font-size: 32px;
    line-height: 1.55;
  }

  .gh-timeline li {
    grid-template-columns: 82px 1fr;
    gap: 12px;
  }

  .gh-execution {
    padding-block: 68px;
  }

  .gh-execution__heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 15px;
  }

  .gh-execution__heading .gh-eyebrow {
    margin-bottom: 0;
  }

  .gh-execution__heading h2 {
    font-size: 31px;
    line-height: 1.55;
  }

  .gh-execution__heading > p:last-child {
    width: 100%;
  }

  .gh-execution__grid {
    grid-template-columns: 1fr;
  }

  .gh-execution-card {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gh-execution-card:last-child {
    border-bottom: 0;
  }

  .gh-project-card {
    display: block;
  }

  .gh-project-card__image {
    min-height: 240px;
  }

  .gh-project-card h3 {
    min-height: 0;
  }

  .gh-clients {
    padding-block: 72px;
  }

  .gh-clients__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gh-client-logo {
    height: 100px;
  }

  .gh-client-logo img {
    width: 78px;
    height: 54px;
  }

  .gh-process__grid {
    grid-template-columns: 1fr;
  }

  .gh-process-step {
    min-height: auto;
  }

  .gh-inquiry {
    padding-bottom: 72px;
  }

  .gh-inquiry__shell {
    width: 100%;
    border-radius: 0;
  }

  .gh-inquiry__info,
  .gh-inquiry__form {
    padding: 42px 20px;
  }

  .gh-form__row {
    grid-template-columns: 1fr;
  }

  .gh-form__submit {
    display: grid;
  }

  .gh-form__submit .gh-button {
    width: 100%;
  }

  .gh-insight-card {
    display: block;
  }

  .gh-insight-card > img {
    height: 210px;
    min-height: 0;
  }

  .gh-footer {
    padding-top: 56px;
  }

  .gh-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gh-footer__bottom {
    display: grid;
    padding-bottom: 90px;
    gap: 8px;
  }

  .gh-mobile-actions {
    position: fixed;
    z-index: 95;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    padding: 6px;
    border: 1px solid rgba(9, 36, 65, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 44px rgba(9, 36, 65, 0.2);
    backdrop-filter: blur(12px);
    gap: 6px;
  }

  .gh-mobile-actions a {
    display: grid;
    min-height: 48px;
    place-items: center;
    border: 1px solid var(--gh-navy);
    border-radius: 8px;
    color: var(--gh-navy);
    font-size: 12px;
    font-weight: 800;
  }

  .gh-mobile-actions a:last-child {
    border-color: var(--gh-cyan);
    background: var(--gh-cyan);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-site {
    scroll-behavior: auto;
  }

  .gh-site *,
  .gh-site *::before,
  .gh-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
