.stud-dashboard-ui987 .room-card {
  background: #111;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 370px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.stud-dashboard-ui987 .room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.37);
}

.stud-dashboard-ui987 .overlay-content {
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 40px;
  z-index: 2;
}

.stud-dashboard-ui987 .recommended-badge {
  display: inline-block;
  background: #facc15;
  color: #111;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.stud-dashboard-ui987 .hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}

.stud-dashboard-ui987 .hero-sub {
  font-size: 1.05rem;
  opacity: 0.95;
}

.stud-dashboard-ui987 .green-panel {
  background: var(--bs-primary);
  color: white;
  border-radius: 20px;
  padding: 20px;
  height: 370px;
}

.stud-dashboard-ui987 .green-panel h5 {
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 1.25rem;
}

.stud-dashboard-ui987 .visit-card {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 14px;
  transition: all 0.2s;
}

.stud-dashboard-ui987 .visit-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.stud-dashboard-ui987 .date-badge {
  background: #4ade80;
  color: #111;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block;
  width: 48px;
  text-align: center;
}

.stud-dashboard-ui987 .manage-btn {
  background: white;
  color: var(--bs-primary);
  border: none;
  font-weight: 800;
  padding: 14px 24px;
  border-radius: 22px;
  margin-top: auto;
  font-size: 1.05rem;
}

.stud-dashboard-ui987 .manage-btn:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

.stud-dashboard-ui987 .bottom-text {
  margin-top: 20px;
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 992px) {
  .stud-dashboard-ui987 .room-card,
  .stud-dashboard-ui987 .green-panel {
    height: 460px;
  }

  .stud-dashboard-ui987 .hero-heading {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .stud-dashboard-ui987 .room-card,
  .stud-dashboard-ui987 .green-panel {
    height: auto;
    min-height: 420px;
  }

  .stud-dashboard-ui987 .overlay-content {
    bottom: 10px;
    left: 25px;
    right: 25px;
  }
}

.stud-dashboard-ui987 .property234 .sub-heading-234 {
  letter-spacing: 2px;
  font-size: 13px;
}

.stud-dashboard-ui987 .property234 .prop-card-789 {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 30px 30px 15px 15px;
}

.stud-dashboard-ui987 .property234 .property-img-3456 {
  transition: transform 0.3s ease;
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}

.stud-dashboard-ui987 .property234 .card:hover .property-img-3456 {
  transform: scale(1.05);
}

.stud-dashboard-ui987 .property234 .heart-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.stud-dashboard-ui987 .property234 .rating-badge {
  background: white;
  padding: 3px 8px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
}

.stud-dashboard-ui987 .propertySlider .swiper-button-next,
.stud-dashboard-ui987 .propertySlider .swiper-button-prev {
  color: #000;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.stud-dashboard-ui987 .propertySlider .swiper-button-next::after,
.stud-dashboard-ui987 .propertySlider .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}

/************ Dashboard Page End ************/

.bookmark-cards-ui123 .main-container {
  background: #f8f9fa;
  padding: 10px 40px;
}

.bookmark-cards-ui123 .listing-card {
  border: 1px solid #e0e0e0;
  border-radius: 20px !important;
  overflow: hidden;
  background: white;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  min-height: 170px;
}

.bookmark-cards-ui123 .img-container {
  width: 250px;
  flex-shrink: 0;
  height: 165px;
}

.bookmark-cards-ui123 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 10px 10px 20px;
}

.bookmark-cards-ui123 .badge-custom {
  background-color: #e8f5e9;
  color: var(--primary);
  font-size: 0.7rem;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 600;
}

.bookmark-cards-ui123 .action-btns {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-self: flex-start;
}

.bookmark-cards-ui123 .action-btns i {
  font-size: 1.5rem;
  color: var(--primary);
}

@media (max-width: 768px) {
  .bookmark-cards-ui123 .main-container {
    padding: 10px 15px;
  }

  .bookmark-cards-ui123 .listing-card {
    flex-direction: column;
    min-height: auto;
  }

  .bookmark-cards-ui123 .img-container {
    width: 100%;
    height: 150px;
  }

  .bookmark-cards-ui123 .img-container img {
    border-radius: 20px 20px 0 0;
  }

  .bookmark-cards-ui123 .card-body {
    padding: 12px !important;
    position: relative;
    font-size: 0.85rem;
  }

  /* Title aur Price ko width control do */
  .bookmark-cards-ui123 h4 {
    font-size: 1rem;
    width: 85%;
  }
  .bookmark-cards-ui123 h5 {
    font-size: 0.9rem;
  }

  .bookmark-cards-ui123 .action-btns {
    position: absolute;
    top: 15px;
    right: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .bookmark-cards-ui123 .action-btns i {
    font-size: 1.2rem;
  }

  /* Layout ko tight karne ke liye */
  .bookmark-cards-ui123 .d-flex {
    flex-wrap: wrap;
  }
}

/* **************** bookmark page end **************** */

.compare-card-1234 .comparison-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
}

.compare-card-1234 .comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 800px;
}

.compare-card-1234 .comparison-table th,
.compare-card-1234 .comparison-table td {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
}

.compare-card-1234 .comparison-table td:first-child {
  text-align: left;
  background-color: #f8f9fa;
  font-weight: 700;
  color: #333;
  width: 200px;
  border-right: 1px solid #f0f0f0;
}

.compare-card-1234 .table-card {
  min-width: 220px;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
}

.compare-card-1234 .btn-remove-compare {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(220, 53, 69, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.compare-card-1234 .btn-remove-compare:hover {
  background: #dc3545;
  transform: scale(1.1);
}

.compare-card-1234 .table-card img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 10px;
}

.compare-card-1234 .btn-contact {
  background-color: #2a5a3a;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  border: none;
  font-weight: 600;
  margin-top: 10px;
}

.compare-card-1234 .tick-icon {
  color: #2a5a3a;
  font-size: 24px;
}

.compare-card-1234 .cross-icon {
  color: #dc3545;
  font-size: 24px;
}

/* ************************ Compare Card End ************************** */
