/* Equal-height service cards */
.feature-images__one > .row > [class*="col-"] {
  display: flex;
}

.feature-images__one .ht-box-images.style-01 {
  display: flex;
  width: 100%;
  height: 100%;
}

.feature-images__one .ht-box-images.style-01 .image-box-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-images__one .ht-box-images.style-01 .image-box-wrap .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.feature-images__one .ht-box-images.style-01 .image-box-wrap .content .text {
  flex: 1 1 auto;
}

/* Equal height cards on service detail pages */
.row > [class*="col-"]:has(.equal-service-card) {
  display: flex;
}

.equal-service-card {
  width: 100%;
  height: 100%;
}

.equal-service-card .icon-box-wrap,
.equal-service-card .image-box-wrap {
  height: 100%;
}

/* How We Help — keep gradation design, force vertical (number left, content right) */
.ht-gradation.style-01.ht-gradation--vertical {
  display: block;
  margin-left: 0;
  margin-right: 0;
  max-width: 900px;
  margin: 0 auto;
}

.ht-gradation.style-01.ht-gradation--vertical .item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-grow: 0;
  padding: 0;
}

.ht-gradation.style-01.ht-gradation--vertical .item .line {
  left: 23px;
  height: 100%;
  width: 1px;
  top: 48px;
  background: #ededed;
}

.ht-gradation.style-01.ht-gradation--vertical .item:last-child .line {
  display: none;
}

.ht-gradation.style-01.ht-gradation--vertical .circle-wrap {
  flex: 0 0 48px;
  margin-bottom: 0;
  margin-right: 0;
}

.ht-gradation.style-01.ht-gradation--vertical .content-wrap {
  padding: 0 0 50px 30px;
  flex: 1 1 auto;
}

.ht-gradation.style-01.ht-gradation--vertical .item:last-child .content-wrap {
  padding-bottom: 0;
}

/* Why GTRZ — image cards */
.why-gtrz-card {
  height: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  flex-direction: column;
}

.why-gtrz-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.16);
}

.why-gtrz-card__image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.why-gtrz-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.why-gtrz-card:hover .why-gtrz-card__image img {
  transform: scale(1.08);
}

.why-gtrz-card__content {
  padding: 28px 26px 32px;
  flex: 1 1 auto;
}

.why-gtrz-card__content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
  color: #002fa7;
}

.why-gtrz-card__content .text {
  color: #696969;
  margin: 0;
}

/* GTRZ logo — icon (dark) + text */
.gtrz-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
  text-decoration: none;
}

.header__logo {
  overflow: visible;
  justify-content: flex-start !important;
}

.gtrz-logo__icon {
  display: block;
  width: auto !important;
  height: 42px !important;
  max-width: none;
  object-fit: contain;
}

.gtrz-logo__text {
  display: block;
  width: auto !important;
  height: 28px !important;
  max-width: none;
  object-fit: contain;
}

.gtrz-logo--light .gtrz-logo__icon {
  height: 48px !important;
}

.gtrz-logo--light .gtrz-logo__text {
  height: 32px !important;
}

.mobile-menu-overlay__header .gtrz-logo__icon {
  height: 36px !important;
}

.mobile-menu-overlay__header .gtrz-logo__text {
  height: 24px !important;
}

/* Homepage service cards — keep mixed icon assets equal size */
.ht-box-images.style-09 .box-image img {
  width: 100px;
  height: 104px;
  object-fit: contain;
  margin: 0 auto;
}

/* Our Services page — keep mixed icon assets equal size */
.ht-box-images.style-01 .box-image img {
  width: 100px;
  height: 108px;
  object-fit: contain;
  margin: 0 auto;
}
