.hero-section-homepage {
  overflow: hidden;
  position: relative;
}

.hero-container {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.hero-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--blueGradientTopBottom);
  z-index: 1;
}
.hero-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-content {
  padding: 200px 24px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-content {
    padding: 180px 16px 180px 16px;
  }
}
.hero-content .intro-text,
.hero-content .form-subtitle {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "BubbleHeader";
  color: var(--bubbleWhite);
  font-size: var(--paragraphSmall);
  margin-bottom: 40px;
}
.hero-content h1 {
  font-size: var(--displayText);
  background: var(--orangeGradientTopBottom);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 32px;
  line-height: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: var(--headerThree);
    margin-bottom: 32px;
    text-align: center;
  }
}
.hero-content .subtitle {
  font-size: var(--paragraphLarge);
  color: var(--bubbleWhite);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 140%;
  font-family: "BubbleText";
}
@media (max-width: 768px) {
  .hero-content .subtitle {
    margin-bottom: 60px;
    font-size: var(--paragraphMain);
  }
}
.hero-content .bubble-header-search-form {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero-content .bubble-header-search-form {
    flex-direction: column;
  }
}
.hero-content .bubble-header-search-form .form-row {
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: var(--bubbleWhite);
  padding: 0 20px;
}
.hero-content .bubble-header-search-form .form-row:first-child {
  border-radius: 12px 0 0 12px;
  border-right: solid var(--bubbleNeutral-200) 1px;
}
@media (max-width: 768px) {
  .hero-content .bubble-header-search-form .form-row:first-child {
    border-radius: 12px 12px 0 0;
    border-bottom: solid 1px var(--bubbleNeutral-200);
  }
}
.hero-content .bubble-header-search-form .form-row input {
  border: 0;
  outline: 0;
  padding: 20px 16px;
  font-family: "BubbleText";
  font-size: var(--paragraphMain);
  width: 100%;
}
.hero-content .bubble-header-search-form button {
  font-family: "BubbleHeader";
  font-size: var(--paragraphMain);
  color: var(--bubbleWhite);
  text-transform: capitalize;
  background-color: var(--bubbleorange-100);
  border: 0;
  outline: 0;
  padding: 20px 16px;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  width: 132px;
}
@media (max-width: 768px) {
  .hero-content .bubble-header-search-form button {
    border-radius: 0 0 12px 12px;
    width: 100%;
  }
}
.hero-content .bubble-header-search-form button:hover {
  background-color: var(--bubbleorange-200);
  transition: all ease-in-out 300ms;
}

.list-of-location-section {
  padding-bottom: 120px;
}
@media (max-width: 500px) {
  .list-of-location-section {
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 60px;
  }
}

.loctions-container {
  padding: 80px;
  background-color: var(--bubbleWhite);
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  border-radius: 24px;
  margin-top: -80px;
  border-top: solid 4px var(--bubbleorange-100);
}
@media (max-width: 500px) {
  .loctions-container {
    padding: 40px 24px;
  }
}

.location-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
}
.location-items .address-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: solid 1px var(--bubbleNeutral-300);
}
@media (max-width: 768px) {
  .location-items .address-details {
    flex-direction: column;
    gap: 0;
  }
}
.location-items .address-details:last-child {
  padding-bottom: 0;
  border: 0;
}
.location-items .address-city-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 250px;
}
@media (max-width: 768px) {
  .location-items .address-city-details {
    max-width: 100%;
    width: 100%;
  }
}
.location-items .address-city-details .location-name {
  display: flex;
  gap: 6px;
  align-items: center;
}
.location-items .address-city-details .location-name h6 {
  color: var(--bubbleNeutral-100);
  font-family: "BubbleText";
}
.location-items .address-city-details .location-address,
.location-items .address-city-details .location-post-code {
  font-size: var(--paragraphMain);
}
.location-items .address-link-and-distance {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}
.location-items .address-link-and-distance a {
  background-color: var(--bubbleorange-100);
  color: var(--bubbleWhite);
  padding: 16px;
  border-radius: 8px;
  font-family: "BubbleHeader";
  font-size: var(--paragraphMain);
  text-transform: capitalize;
  text-align: center;
}
.location-items .address-link-and-distance a:hover {
  background-color: var(--bubbleorange-200);
}
.location-items .address-link-and-distance .location-distance {
  width: 100%;
  text-align: right;
  font-size: var(--paragraphMain);
}
@media (max-width: 768px) {
  .location-items .address-link-and-distance {
    flex-direction: column;
    gap: 12px;
  }
  .location-items .address-link-and-distance .location-distance {
    order: 1;
    text-align: left;
  }
  .location-items .address-link-and-distance a {
    order: 2;
  }
}/*# sourceMappingURL=locator-page-styles.css.map */