/* Block: locations
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: hp-locations__inner, hp-locations__header, hp-locations__buttons, cnm-icon, icon-plane-light, locations
 */

.hp-offer__item .cnm-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #230704;
}

.hp-locations__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.hp-locations__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.hp-locations__header h2 {
  color: #230704;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.hp-locations__buttons {
  display: flex;
  gap: 20px;
}

.hp-locations__buttons .btn-layout {
  gap: 12px;
  min-width: 117px;
  border-radius: 50px;
  padding: 24px 30px;
  height: auto;
  min-height: 43px;
  border-color: #230704;
  background: #230704;
  color: #F7EEE5;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  justify-content: center;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.hp-locations__buttons .btn-layout:hover,
.hp-locations__buttons .btn-layout:focus {
  border-color: #EFD9AF;
  background: #EFD9AF;
  color: #230704;
}

.hp-locations__buttons .btn-layout .cnm-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

@media (max-width: 991px) {
  .hp-locations__buttons .btn-layout {
    font-size:14px;
  }
  
  .hp-whoweare__text h2,
    .hp-content-row__text h2,
    .hp-offer__left h2,
    .hp-locations__header h2,
    .hp-locations__detail h3,
    .hp-testimonials__inner h2 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .hp-whoweare__text h2,
    .hp-content-row__text h2,
    .hp-offer__left h2,
    .hp-locations__header h2,
    .hp-locations__detail h3,
    .hp-testimonials__inner h2 {
    font-size: 31px;
  }
  
  .hp-services__card .btn-layout,
    .hp-locations__buttons .btn-layout {
    padding: 12px 16px;
  }
  
  .hp-locations__buttons {
    flex-direction: column;
  }
}

.contact-info .info-body,
.contact-info .info-body *:not(.cnm-icon) {
  color: var(--leather, #230704) !important;
  font-family: "Open Sans" !important;
}

.contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.contact-info .info-group--location > .info-head .cnm-icon {
  flex: 0 0 auto;
  color: #230704;
  font-size: 24px;
}

.location-info-section .contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.lt-cta .cnm-icon {
  font-size: 16px;
}

