/* High End Appliance Repair — icon logo + hero title */

.site-logo,
.header-logo img,
.copyright__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Square symbol only (no company name in image) */
.site-logo--icon {
  aspect-ratio: 1 / 1;
}

/* Desktop header — display ~52px, file 256×256 for retina */
.header-bottom-3 .header-logo img,
.header-menu-2 .header-logo img {
  max-height: 52px;
  max-width: 52px;
}

/* Mobile header */
@media (max-width: 991.98px) {
  .mobile-header .header-logo,
  .header-menu-2 .header-logo {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 0;
  }

  .mobile-header .header-logo img,
  .header-menu-2 .header-logo img {
    max-height: 44px;
    max-width: 44px;
    min-height: 36px;
  }
}

.copyright__logo img {
  max-height: 56px;
  max-width: 56px;
  margin: 0 auto;
}

/* Hero: long company name on index slider */
.aslider--title__her {
  font-size: 72px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aslider--title__her {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .aslider--title__her {
    font-size: 34px;
    letter-spacing: 0;
  }
}

/* CTA block after How It Works — title 30% smaller */
.news__service .section-title--cta-sm {
  font-size: 42px;
  line-height: 1.12;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news__service .section-title--cta-sm {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .news__service .section-title--cta-sm {
    font-size: 29px;
  }
}

/* Area detail pages — long H2 titles 40% smaller than default (25% + 20%) */
.section-title--area-sm {
  font-size: 36px;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title--area-sm {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .section-title--area-sm {
    font-size: 26px;
  }
}

/* About page — How it works block headings 30% smaller */
.about-feature-area .subtitle {
  font-size: 14px;
}

.about-feature-area .section-title {
  font-size: 42px;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-feature-area .section-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .about-feature-area .section-title {
    font-size: 29px;
  }
}

.about-feature-area .afeature__text--title {
  font-size: 19px;
}

.ajax-response {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}

.ajax-response:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0;
  background: transparent !important;
}

.ajax-response.success:not(:empty),
.ajax-response.error:not(:empty) {
  display: block;
  margin-top: 15px;
}

.ajax-response.success {
  color: #198754;
}

.ajax-response.error {
  color: #dc3545;
}

.acontact__form .ajax-response.success:not(:empty),
.acontact__form .ajax-response.error:not(:empty) {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.acontact__form .ajax-response.success:not(:empty) {
  background: #151735;
}

form.her-page-form .ajax-response.success:not(:empty),
form.her-page-form .ajax-response.error:not(:empty) {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

form.her-page-form .ajax-response.success:not(:empty) {
  background: #151735;
}

form.her-page-form .ajax-response.error:not(:empty) {
  background: #b42318;
}
