.elementor-32850 .elementor-element.elementor-element-3956667{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32850 .elementor-element.elementor-element-3956667:not(.elementor-motion-effects-element-type-background), .elementor-32850 .elementor-element.elementor-element-3956667 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d6cea4e );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ce9f808 */.outer-container {
  width: 100vw;
  height: calc(700px + 120px);
  position: relative;
  overflow: hidden;
}

#search-locations-g-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}

.finder-limiter {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
/* Wrapper */
.finder-wrapper {
  font-family: Prestandard;
  position: absolute;
  top: 7%;
  left: 5%;
  z-index: 1000;
  width: 470px;
  height: 700px;
  display: flex;
  flex-direction: column;
  background-color: white;
  font-size: 14px;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: auto;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10), 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

/* Search bar */
.place-picker-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  gap: 6px;
}

.place-picker-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.place-picker-title {
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

/* Autocomplete input area */
.autocomplete-wrapper {
  width: 70%;
  position: relative;

}

/* Input styling */
#placeSearchInput {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid rgb(0, 0, 0, 0.15);
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
}

/* Select dropdown on the right */
.custom-select {
  display: flex;
  justify-content: center;
  width: 25%;
}

#select-miles {
  border: none;
  font-size: 14px;
}


.custom-select select {
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  height: 42px;
}

/* Suggestions dropdown */
.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
}

/* Suggestion items */
.suggestions li {
  padding: 10px 12px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
}

.suggestions li:hover {
  background-color: #f1f1f1;
}

.suggestions:empty {
  display: none;
  border: none;
  box-shadow: none;
}

/* display locations */
#display-locations-by-miles {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

/* each location */
.each-location-container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items:start;
  gap: 20px;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.each-location-container:hover {
  background-color: #F6FCFE;
}

.location-label {
  min-width: 26px;
  min-height: 26px;
  height: 26px;
  width: 26px;
  background-color: #2150FD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}


/* buttom request */
.request-container {
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  background-color: #2150FD;
  color: white;
}

.request-container p {
  font-weight: 500;
}

a.request-button {
  border: none;
  background-color: white;
  color: #2150FD;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

a.request-button:hover {
  color: #139ad2;
}

.sub-request {
  color: rgb(255, 255, 255, 0.6);
}

.custom-round-pin {
  width: 28px;
  height: 28px;
  background-color: #2150FD;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  font-family: Prestandard;

}

/*.pin-no-letter{*/
/*    background-color: black;*/
/*}*/

.inner-circle {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.custom-marker-info {
  background-color: white;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Prestandard;
  gap: 3px;

}
.custom-marker-info p{
  margin: 0;
  padding: 0;
}
.custom-marker-info div {
  margin: 0;
  padding: 0;
}


.close-info-box {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.close-icon {
  width: 15px;
  height: 15px;
  color: black;
}

.location-list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 3px;
}

.location-list p{
  margin: 0;
  padding: 0;
}
.location-list div {
  margin: 0;
  padding: 0;
}

.location-title {
  font-weight: 700;
}
a.location-web {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

a.location-web:hover {
  color: #139ad2;
}

.location-sub-text {
  color: rgb(144, 144, 144);
  display: flex;
  align-items: center;
  gap: 10px;
}

.location-icon {
  width: 13px;
  height: 13px;
}

.location-address-line2 {
  height: 27px;
}

a.location-phone {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
}

a.location-phone:hover {
  color: #139ad2;
}

#useMyLocationBtn {
  width: fit-content;
  background-color: inherit;
  border: none;
  text-align: center;
  color:#2150FD;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 0;
}
.current-location {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .finder-wrapper{
    bottom: 0;
    top: auto;
    left: 0;
    width: 100vw;
    height: 60%;
    border-radius: 16px 16px 0px 0px;
  }
  #search-locations-g-map {
    position: relative;
    height: 50%;
    width: 100vw;
  }

}/* End custom CSS */