.index-fitured-card-img {
  width: 100%;
  height: 400px !important ;
}
.city-card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}
.city-card-footer img {
  width: auto !important;
  height: 55px;
  background: #fff;
  border-radius: 12%;
  padding: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .index-fitured-card-img {
    width: 100%;
    height: auto !important ;
  }
}

.desktop-sidebar {
  position: fixed;
  top: 0;
  right: -300px; /* Initially hidden */
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 0px 20px 30px;
  overflow-y: auto;
  transition: 0.4s;
}

.desk-menu a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  background-color: #002172;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.desk-menu a i {
  font-size: 22px;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.desktop-sidebar.open {
  right: 0; /* When open, the sidebar slides into view */
}

.desktop-sidebar .menu-close {
  text-align: right;
  padding: 15px;
}

.desktop-sidebar .navbar-nav .nav-item a.active {
  color: #2c374c;
}
.desktop-sidebar .navbar-nav .nav-item a {
  border-bottom: 1px solid #f3f4f6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.desktop-sidebar .navbar-nav .nav-link {
  padding: 10px 0;
  display: block;
}
.desktop-sidebar .navbar-nav .nav-item .dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 0px 0px 0px 20px;
  list-style: circle;
}

body.desktop-sidebar-open {
  overflow: hidden; /* Prevent background scroll when sidebar is open */
}

.recdetails-logo {
  background: #fff;
  padding: 5px;
  width: auto;
  height: 70px;
  border-radius: 7px;
}

.property-nav {
  background-color: #002172;
  padding: 15px 5px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.3s ease;
}

.property-nav.sticky {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 998;
  padding: 15px 120px;
}

.property-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.property-nav ul li {
  display: block;
}

.property-nav ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
  padding: 7px 11px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.property-nav ul li a:hover {
  background-color: #ccc;
}

.property-details-table .table th {
  background-color: #f8f9fa !important;
  font-weight: bold !important;
  text-align: center !important;
}

.property-details-table .table td {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 12px !important;
}

.counter-content {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.counter-card {
  background: transparent;
  border: 1px solid silver;
  padding: 15px 0px;
}
@media only screen and (max-width: 767px) {
  .recdetails-logo {
    height: 60px;
  }
  .mobile-mb-15px {
    margin-bottom: 15px;
  }
  .property-nav.sticky {
    top: 60px;
    padding: 10px 5px;
  }
  .counter-card {
    background: transparent;
    border: 1px solid silver;
    padding: 10px 0px;
  }
}
