body{
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

.container-fluid{
  flex: 1 !important;
}

/* Change the brand "Navbar" text color */
.navbar-brand {
    color: #000 !important; /* #000 is Black */
}

/* Change the links (Home, Features, etc.) color */
.nav-link {
    color: #000 !important; /* Change #000 to any color like #333 or red */
}

/* Optional: Change color when you hover over them */
/* Responsive Cards and Grid */
.listing-card {
  border: none !important;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  background: #fff;
  transition: box-shadow 0.2s;
}
.listing-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
.card-img-top {
  border-radius: 1rem 1rem 0 0 !important;
  width: 100% !important;
  object-fit: cover !important;
  min-height: 180px;
  max-height: 220px;
}
.card-body {
  padding: 0.7rem 1rem 1rem 1rem !important;
}
.listing-link {
  text-decoration: none !important;
  color: black !important;
  display: block;
}
/* Responsive Media Queries */
@media (max-width: 1200px) {
  .f-info {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .listing-card {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 900px) {
  .row-cols-lg-3 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navbar {
    height: 4rem;
  }
  .f-info {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  #filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.2rem;
  }
  .filter {
    margin-right: 0.5rem;
    font-size: 0.95rem;
  }
  .hide-mobile {
    display: none !important;
  }
  .dropdown {
    display: inline-block;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-card {
    margin-bottom: 1rem;
  }
  .navbar {
    height: 3.2rem;
  }
  .footer {
    padding: 12px 0;
    font-size: 13px;
  }
  .f-info {
    font-size: 12px;
    padding: 0 8px;
  }
  .card-img-top {
    min-height: 120px;
    max-height: 160px;
  }
  .policy-container {
    padding: 18px;
    margin: 20px auto;
  }
}
@media (max-width: 500px) {
  .navbar {
    height: 2.5rem;
  }
  .footer {
    font-size: 11px;
    padding: 8px 0;
  }
  .f-info {
    font-size: 10px;
    padding: 0 2px;
  }
  .card-img-top {
    min-height: 80px;
    max-height: 120px;
  }
  .policy-container {
    padding: 8px;
    margin: 10px auto;
  }
}

.footer {
  width: 100vw;
  background-color: #111;
  padding: 20px 0;
  margin-top: auto;
  position: static;
  left: 0;
  bottom: 0;
  z-index: 100;
  box-sizing: border-box;
}

.f-info {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #aaa;
  font-size: 14px;
}

/* Social Icons */
.f-info-socials {
  display: flex;
  gap: 18px;
}

.f-info-socials i {
  color: #aaa;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.f-info-socials i:hover {
  color: #00bfff;
}

/* Center text */
.f-info-brand {
  text-align: center;
  flex: 1;
}

/* Links */
.f-info-links {
  display: flex;
  gap: 16px;
}

.f-info-links a {
  color: #aaa;
  text-decoration: none;
}

.f-info-links a:hover {
  color: #fff;
}

/* Cards */
.listing-card{
  border: none !important;
  margin-bottom: 2rem;
}

.card-img-top{
  border-radius: 1rem !important;
  width: 100% !important;
  object-fit: cover !important;
}

.card-body{
  padding: 0 !important;
}

.listing-link{
  text-decoration: none !important;
  color: black !important;
}

/* Card Effect on Hover :overlay */
.card-img-overlay{
  opacity: 0;
}
.card-img-overlay:hover{
  opacity: 0.2;
  background-color: white;
}

/* New Page  */
.add-btn{
  background-color: #fe424d;
  border: none;
}

/* Edit Page  */
.edit-btn{
  background-color: #fe424d;
  border: none;
}

/* Show Page */
.show-img{
  height: 30vh;
}

.show-card{
  padding-left: 0;
  padding-right: 0;
}


/* Map */
#map{
  height: 400px;
  width: 100vh;
}
.fa-compass {
   color: #fe424d !important;
   font-size: 2rem;
}
.policy-container {
  max-width: 850px;
  margin: 60px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.policy-container h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #222;
}

.policy-container h2 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.policy-container p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.policy-container ul {
  padding-left: 20px;
  margin-top: 10px;
}

.policy-container li {
  margin-bottom: 8px;
  color: #555;
}

.email-link {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background-color: #ff385c; /* Airbnb style pink */
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.email-link:hover {
  background-color: #e03150;
  transform: translateY(-2px);
}
