.bfj-service-finder {
  background-color: #3e495c;
  padding: 32px 0;
}
.bfj-service-finder__wrapper {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.bfj-service-finder__filter {
  background-color: #f2f4fa;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 465px;
  padding: 40px 30px;
  width: 100%;
  color: white;
}
.bfj-service-finder__filter h4 {
  border-bottom: 1px solid #00a0af;
  color: #00a0af;
  font-size: 26px;
  line-height: 1.38;
  margin: 0;
  padding-bottom: 10px;
}
.bfj-service-finder__map {
  height: 100%;
  min-height: 720px;
  width: 100%;
  background-color: #e0e0e0;
  position: relative;
}
.bfj-service-finder__input input,
.bfj-service-finder__input select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 18px;
  background-color: white;
  color: #3e495c;
}
.bfj-service-finder__input select {
  cursor: pointer;
}
.bfj-service-finder__input input:focus,
.bfj-service-finder__input input:active,
.bfj-service-finder__input select:focus {
  border: 1px solid #00a0af;
}
.bfj-service-finder__line-break {
  align-items: center;
  color: #00a0af;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 20px;
  justify-content: center;
  line-height: 20px;
}
.bfj-service-finder__line-break:before, .bfj-service-finder__line-break:after {
  content: "";
  background: #00a0af;
  flex: 1;
  height: 1px;
}
.bfj-service-finder__actions {
  display: flex;
}
.bfj-service-finder__actions button,
.bfj-service-finder__actions a {
  background: #3e495c;
  padding: 13px 20px;
  border: 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
}
.bfj-service-finder__actions button {
  color: #fff;
}
.bfj-service-finder__actions a {
  background: none;
  color: #3e495c;
}
.bfj-service-finder__key {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.bfj-service-finder__key span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #3e495c;
}

.bfj-service-results {
  padding: 60px 0;
}
.bfj-service-results__header h5 {
  color: #00a0af;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.bfj-service-results__list {
  gap: 30px 0;
}
.bfj-service-results__card {
  border: 1px solid #3e495c;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.bfj-service-results__card:hover img {
  transform: scale(1.2);
}
.bfj-service-results__image {
  background: #3e495c;
  border-radius: 15px;
  height: 290px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bfj-service-results__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}
.bfj-service-results__status {
  background: #00a0af;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  position: absolute;
  text-transform: uppercase;
  left: 15px;
  top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.bfj-service-results__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bfj-service-results__info h5 {
  color: #3e495c;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}
.bfj-service-results__info h6 {
  color: #00a0af;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.bfj-service-results__info a {
  align-items: center;
  color: #d11242;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  justify-content: center;
  text-decoration: none;
}
.bfj-service-results__info a:hover {
  text-decoration: underline;
}

.info-window-content {
  max-width: 320px;
}
.info-window-content img {
  border-radius: 10px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  width: 100%;
}
.info-window-content h5,
.info-window-content a {
  color: #3e495c;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.info-window-content a {
  color: #d11242;
  text-decoration: none;
}

.gm-style-iw-chr {
  position: relative;
  z-index: 20;
}
.gm-style-iw-chr button {
  border: 1px solid #000 !important;
  border-radius: 50%;
  background: #fff !important;
  opacity: 1 !important;
}

.gm-style .gm-style-iw-d {
  position: relative;
  top: -25px;
}

.input-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.input-icon {
  position: absolute;
  right: 12px;
  font-size: 18px;
  pointer-events: none;
}

.radius-or {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #00bcd4;
  margin: 10px 0;
  letter-spacing: 2px;
}

.btn-apply {
  background-color: #2d3e50;
  color: white;
  border: none;
}
.btn-apply:hover {
  background-color: #1e2936;
}

.btn-clear {
  background-color: transparent;
  color: #00bcd4;
  border: 1px solid #ddd;
}
.btn-clear:hover {
  background-color: #f5f5f5;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.legend-dot.red {
  background-color: #e74c3c;
}
.legend-dot.teal {
  background-color: #1abc9c;
}
.legend-dot.black {
  background-color: #2c3e50;
}

@media (max-width: 768px) {
  .bfj-service-finder__wrapper {
    flex-direction: column;
  }
  .bfj-service-finder__filter {
    max-width: 100%;
  }
  .bfj-service-finder__map {
    min-height: 400px;
  }
}
