.elementor-520 .elementor-element.elementor-element-ba7bfa4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8b87e83 */.shs-service h2,
.shs-services-hero h1,
.shs-services-cta h2 {
  color: #e3a81a; /* slightly softer than #f6ba18 */
}

.shs-service {
  padding: 56px 0;
}

.shs-anchor-grid a {
  transition: all 0.2s ease;
}

.shs-anchor-grid a:hover {
  transform: translateY(-2px);
}

.shs-button {
  box-shadow: 0 6px 18px rgba(77,113,183,0.25);
}

.shs-service {
  border-bottom: none;
  position: relative;
}

.shs-service:after {
  content: "";
  display: block;
  height: 1px;
  background: #ececec;
  margin-top: 56px;
}


.shs-location-support {
  background: #ffffff;
  padding: 72px 32px;
  text-align: center;
  border-top: 1px solid #ececec;
}

.shs-location-support h2,
.shs-faq-section h2 {
  margin: 0 auto 18px;
  max-width: 850px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #f6ba18;
}

.shs-location-support p {
  margin: 0 auto 30px;
  max-width: 780px;
  font-size: 20px;
  line-height: 1.6;
  color: #3e4154;
}

.shs-location-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.shs-location-links a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  padding: 14px 20px;
  color: #2f3142;
  text-decoration: none;
  font-weight: 700;
  background: #ffffff;
  transition: all 0.2s ease;
}

.shs-location-links a:hover {
  background: #4d71b7;
  border-color: #4d71b7;
  color: #ffffff;
  transform: translateY(-2px);
}

.shs-faq-section {
  background: #ffffff;
  padding: 72px 32px;
  border-top: 1px solid #ececec;
}

.shs-faq-section h2 {
  margin-left: 0;
  text-align: left;
}

.shs-faq-item {
  border-bottom: 1px solid #ececec;
  padding: 26px 0;
}

.shs-faq-item h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  color: #2f3142;
}

.shs-faq-item p {
  margin: 0;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.65;
  color: #3e4154;
}

@media (max-width: 767px) {
  .shs-location-support,
  .shs-faq-section {
    padding: 52px 20px;
  }

  .shs-location-links {
    flex-direction: column;
  }

  .shs-location-links a {
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */