.hero__bg img,
.hero__bg picture,
.service-banner__bg img,
.service-banner__bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--makel {
  position: relative;
  overflow: hidden;
}

.hero--makel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background: radial-gradient(62% 82% at 50% 96%, rgba(255, 96, 63, 0.72) 0%, rgba(255, 96, 63, 0.26) 40%, rgba(255, 96, 63, 0) 76%);
  z-index: 2;
}

.hero--makel .hero__shape-six {
  position: absolute;
  right: 4%;
  bottom: -13%;
  z-index: 2;
  font-size: clamp(220px, 28vw, 560px);
  line-height: 0.86;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.14);
  user-select: none;
  pointer-events: none;
  animation: cgHeroPulse 7.2s ease-in-out infinite;
}

@keyframes cgHeroPulse {
  0% { transform: translateY(0); opacity: 0.12; }
  50% { transform: translateY(-8px); opacity: 0.2; }
  100% { transform: translateY(0); opacity: 0.12; }
}

.navbar__brand img {
  max-width: 100%;
  height: auto;
}

.card-cases__image img,
.card-property__image img,
.card-process__image img,
.quote-section__image img,
.action__bg img,
.image-text__image > img,
.large-image img {
  width: 100%;
  display: block;
}

.card-cases__image figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card-cases__image figure img {
  height: 100%;
  object-fit: cover;
}

.card-cases__content-inner p:last-child {
  margin-bottom: 0;
}

.card-property__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.card-property__image img {
  height: 100%;
  object-fit: cover;
}

.fast-facts__block .h2 > span {
  display: inline-block;
  min-width: 1ch;
}

.service-list__content h2 a {
  color: inherit;
}

.service-list__content ul {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 767px) {
  .hero--makel .hero__shape-six {
    right: -8%;
    bottom: -17%;
    font-size: clamp(180px, 62vw, 340px);
  }

  .hero--makel::after {
    height: 46%;
  }
}
