.vm-qa-hero {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.vm-qa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 48, 96, 0.8) 5%, rgba(0, 48, 96, 0) 100%);
  z-index: 1;
}
.vm-qa-hero__overlay {
  display: none;
}
.vm-qa-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  align-self: end;
  padding: 30px 0;
}
.vm-qa-hero__title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vm-breadcrumb {
  font-size: 16px;
  font-weight: 500px;
}

.vm-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.vm-breadcrumb__item {
  display: flex;
  align-items: center;
}
.vm-breadcrumb__item::after {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
}
.vm-breadcrumb__item:last-child::after {
  display: none;
}
.vm-breadcrumb__item--active {
  color: #fff;
}

.vm-breadcrumb__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-right: 8px;
}
.vm-breadcrumb__link:hover {
  color: #EB0738;
}

.vm-section__heading {
  margin-bottom: 42px;
}
.vm-section__heading h2 {
  margin: 0px;
  font-size: 32px;
  color: #073459;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 24px;
  text-transform: capitalize;
  position: relative;
}
.vm-section__heading h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #eb0738;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.vm-section__heading .summary {
  margin: 24px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #141414;
}

.form-system .ff-default .ff-el-form-control {
  font-size: 16px;
  color: #757575;
  height: 44px;
}
.form-system .ff-default .ff_btn_style {
  background-color: #eb0738 !important;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 36px;
}
.form-system .ff-message-success {
  color: #141414;
}

.vm-section {
  padding: 60px 0;
}

.vm-section-form {
  margin-bottom: 30px;
}

.vm-facilities-maps {
  margin-top: 20px;
}

.vm-facilities-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  border-bottom: none;
  justify-content: center;
  padding-bottom: 0;
}

.vm-facilities-tab {
  padding: 12px 28px;
  border: 2px solid transparent;
  background: #f0f0f0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  border-radius: 50px;
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.vm-facilities-tab:hover {
  background: #e0e0e0;
  color: #333;
}
.vm-facilities-tab.is-active {
  background: #EB0738;
  color: #fff;
  border-color: #EB0738;
}

.maps-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
}

.vm-facility-map-container iframe {
  width: 100% !important;
  height: 600px !important;
  border-radius: 24px;
}

@media (max-width: 900px) {
  .vm-qa-hero {
    min-height: 240px;
    padding: 0;
  }
  .vm-qa-hero__title {
    font-size: 20px;
  }
  .vm-qa-hero__content {
    gap: 5px;
    flex-direction: column;
    padding: 20px 15px;
    align-items: flex-start;
  }
  .vm-breadcrumb__list {
    font-size: 12px;
    gap: 8px;
  }
  .vm-breadcrumb__item::after {
    margin-left: 8px;
  }
  .vm-section {
    padding: 30px 0;
  }
  .vm-section__heading {
    margin-bottom: 24px;
  }
  .vm-section__heading .summary {
    margin: 16px 0;
    font-size: 14px;
  }
  .vm-section__heading h2 {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .form-system .ff-default .ff_btn_style {
    font-size: 14px;
  }
  .fluentform .ff_t_c p {
    font-size: 14px;
  }
  .ff-default .ff-el-input--label label {
    font-size: 14px;
  }
  .fluentform .ff-el-group {
    margin-bottom: 16px !important;
  }
  .form-system .ff-default .ff-el-form-control {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .vm-facilities-tabs {
    gap: 8px;
  }
  .vm-facilities-tab {
    padding: 10px 18px;
    font-size: 13px;
  }
  .vm-facility-map {
    height: 350px !important;
  }
}/*# sourceMappingURL=contact.css.map */