@media (max-width:768px) {
  body {
    font-size: 14px !important;
  }

  .loginAuth {
    line-height: 1.1rem !important;
  }

  .nav-menu:hover .agent-submenu {
    opacity: 100% !important;
    visibility: visible !important;
    transition: 0.2s all ease-in;
    z-index: 1111;
    min-width: 320px;
    top: 305%;
    height: 100%;
    padding: 11px 11px;
  }

  .nav-menu:hover .loginAuth::before {
    bottom: -37px;
  }

  .nav-menu:hover .agent-submenu {
    left: -100% !important;
    transform: translateX(-20%);
  }
}

#addressSearch {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
}

.autocomplete-list li {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-list li:hover {
  background-color: #007bff;
  color: white;
}

.coordinates {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.property-slick .slick-prev:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../../assets/img/icon/prev.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.property-slick .slick-next:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../../assets/img/icon/next.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-red-500,
.wishlist a.bg-red-500 {
  background-color: red;
  color: white;
}

.auction-badge {
  font-size: 10px;
}

/* Footer CSS */
.footer--link {
  cursor: pointer;
}

.footer--link:hover .footer-link_view {
  color: #fff !important;

}

.footer-link_view:hover {
  color: #fff !important;
}

.gps-icon {
  width: 25px;
  max-width: 25px;
  height: auto;
}
@media (max-width:400px) {
  .gps-icon {
    width: 18px;
    max-width: 18px;
    height: auto;
  }
}
.badge.bg-danger {
  font-size: 14px !important;
  border-radius: 50px !important;
  font-weight: 500 !important;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.badge.bg-success {
  font-size: 14px !important;
  border-radius: 50px !important;
  font-weight: 500 !important;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.property-binding #endsInText {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.property-binding #endsInText br {
  display: none;
}

.spec-list {
  list-style-type: disc !important;
  padding-left: 0 !important;
  position: relative;
  flex-wrap: wrap;
}

.spec-list li {
  font-family: var(--default-font) !important;
  font-size: var(--font-size) !important;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 9px;
}

.spec-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #000;
  top: 0;
}

.property-title {
  min-height: 56px;
  max-height: 56px;
  overflow-y: hidden;
}

.property-location {
  min-height: 32px;
  max-height: 32px;
  overflow-y: hidden;
}

.property-facilities {
  min-height: 46px;
  max-height: 46px;
  overflow-y: hidden;
}

.guide-toggle {
  height: 0px;
  opacity: 0;
}

.breedcamp-container {
  background-image: url('/assets/img/banner-2.jpg');
  min-height: 300px;
}

.hero-section p,
li {
  text-align: justify;
}

.title-f {
  text-align: center;
}

.auction-fee-details,
th,
tr,
td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px;
}