body[data-page="ac_service_dubai"] .hero-photo {
  background-position: center 12%;
}

body[data-page="ac_service_dubai"] .rating-block {
  position: relative;
  padding-right: 54px;
  color: var(--navy);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body[data-page="ac_service_dubai"] .rating-block:hover,
body[data-page="ac_service_dubai"] .rating-block:focus-visible {
  border-color: #d29a05;
  box-shadow: 0 14px 34px rgba(7, 19, 63, .13);
  transform: translateY(-2px);
  outline: none;
}

.rating-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #e4c968;
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  font-size: 1rem;
  transform: translateY(-50%);
}

.brand-strip {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
  background: #f7f9fc;
}

.brand-strip-heading {
  display: flex;
  margin-bottom: 20px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.brand-strip-heading h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -.02em;
}

.brand-strip-heading p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  text-align: right;
}

.brand-strip-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: #fff;
  list-style: none;
}

.brand-strip-grid li {
  display: grid;
  min-height: 74px;
  place-items: center;
  padding: 14px 10px;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.brand-strip-grid li:last-child {
  border-right: 0;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: min(100%, 126px);
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.brand-logo--daikin {
  max-width: 118px;
}

.brand-logo--general {
  max-width: 120px;
}

.brand-logo--carrier {
  max-width: 108px;
}

.brand-logo--mitsubishi {
  max-width: 104px;
}

.brand-logo--lg {
  max-width: 78px;
}

.brand-logo--samsung {
  max-width: 108px;
}

.brand-logo--gree {
  max-width: 112px;
}

.brand-logo--super-general {
  max-width: 120px;
}

body[data-page="ac_service_dubai"] .review-layout {
  grid-template-columns: .6fr 1.4fr;
  align-items: start;
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="ac_service_dubai"] .review-card {
  display: flex;
  min-height: 100%;
  padding: 25px 23px;
  flex-direction: column;
}

body[data-page="ac_service_dubai"] .review-card > p {
  margin-top: 14px;
  font-size: clamp(.95rem, 1.25vw, 1.1rem);
  line-height: 1.55;
}

body[data-page="ac_service_dubai"] .review-card footer {
  margin-top: auto;
  padding-top: 18px;
}

.review-google-link {
  display: flex;
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}

.review-google-link:hover,
.review-google-link:focus-visible {
  color: var(--red);
  outline: none;
}

@media (max-width: 980px) {
  body[data-page="ac_service_dubai"] .review-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .brand-strip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .brand-strip-grid li:nth-child(4) {
    border-right: 0;
  }

  .brand-strip-grid li:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .review-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body[data-page="ac_service_dubai"] .hero-photo {
    background-position: center top;
  }

  body[data-page="ac_service_dubai"] .rating-block {
    padding-right: 52px;
  }

  .brand-strip {
    padding: 26px 0;
  }

  .brand-strip-heading {
    display: grid;
    gap: 8px;
  }

  .brand-strip-heading p {
    text-align: left;
  }

  .brand-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-strip-grid li,
  .brand-strip-grid li:nth-child(4) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .brand-strip-grid li:nth-child(even) {
    border-right: 0;
  }

  .brand-strip-grid li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}
