/* Bootstrap and site-wide styles already present above */

/* Business card hover effect */
.stores_list_modal {
  transition: none;
  cursor: default;
  background-color: transparent;
}

.stores_list_modal .listing-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.stores_list_modal .listing-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive hero heading styling */
.responsive-hero-heading {
  font-family: 'Muli', Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 110px;
  font-size: 105px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.responsive-hero-subheading {
  font-family: 'Muli', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199px) {
  .responsive-hero-heading {
    font-size: 72px;
    line-height: 86px;
  }
}
}

@media (max-width: 899px) {
  .responsive-hero-heading {
    font-size: 30px;
    line-height: 38px;
  }
  .responsive-hero-subheading {
    font-size: 18px;
  }
}
  .responsive-hero-subheading {
    font-size: 18px;
  }
}


  .responsive-hero-subheading {
    font-size: 16px;
  }
}

/* Clean up form padding spacing */
.form-search-wrap {
  border-radius: 0.4rem !important;
  background: #fff;
  box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
  padding: 1.5rem !important;
}

@media (max-width: 1199.98px) {
  .form-search-wrap {
    padding: 1rem !important;
    padding-left: 1rem !important;
  }
  .form-search-wrap .form-control {
    height: 55px;
  }
  .form-search-wrap .btn {
    width: 100% !important;
    display: block;
  }
}

.form-search-wrap .form-control {
  border: none;
}

.form-search-wrap .btn {
  border-radius: 30px;
  padding: 10px 30px;
}

.input-label-absolute {
  position: relative;
}

.input-label-absolute-right .label-absolute {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

#form_location {
  padding-right: 2rem;
}
