.search-property .grid-desktop-rental {
  gap: 25px;
}
.search-property .container-rental {
  padding: 0 28px;
}
.gs-filter-section .gs-container {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.search-property .tittle-container {
  padding: 2% 4% 0 4%;
}

.search-property .tittle-container P {
  margin-top: 20px;
  text-align: justify;
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.6;
}

.search-property .prop-main-title {
  font-size: 25px;
}

.gs-filter-section {
  padding: 20px 0 0 0;
}

/* Toggle Bar */
.gs-filter-section .gs-filter-toggle {
  display: none;
  background: #1e3a5f;
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.gs-filter-section .gs-filter-icon {
  width: 20px;
  height: 20px;
}

/* Form */
.gs-filter-section .gs-filter-form {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #1e3a5f;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.gs-filter-section .gs-field {
  flex: 1;
  min-width: 150px;
}

.gs-filter-section .gs-field select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
}

.gs-filter-section .gs-search-btn {
  padding: 12px 28px;
  background: #ff7a00;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #f97316, #ff8c42);
  color: white;
  box-shadow: 0 5px 15px rgba(249, 115, 22, 0.3);
  font-family: "Jost", sans-serif;
}

.gs-filter-section .gs-search-btn:hover {
  background: #ff9500;
}
.gs-filter-section .gs-icon-wrap {
  width: 22px;
  height: 16px;
  position: relative;
}

.gs-filter-section .gs-icon-wrap span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: 0.4s ease;
}

.gs-filter-section .gs-icon-wrap span:nth-child(1) {
  top: 0;
}

.gs-filter-section .gs-icon-wrap span:nth-child(2) {
  top: 7px;
}

.gs-filter-section .gs-icon-wrap span:nth-child(3) {
  bottom: 0;
}

/* ACTIVE → CROSS */

.gs-filter-section .gs-filter-toggle.active .gs-icon-wrap span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.gs-filter-section .gs-filter-toggle.active .gs-icon-wrap span:nth-child(2) {
  opacity: 0;
}

.gs-filter-section .gs-filter-toggle.active .gs-icon-wrap span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 7px;
}

/* No property css*/
#gs-no-property .no-property-wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

#gs-no-property .no-property-box {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 15px 35px -10px rgba(0, 70, 150, 0.15);
  padding: 10px 0px 30px 0px;
  text-align: center;
  border: 1px solid rgba(0, 102, 204, 0.08);
}

#gs-no-property .no-property-icon {
  font-size: 5.5rem;
  color: #18365b;
  margin-bottom: 1.2rem;
  opacity: 0.85;
}

#gs-no-property .no-property-box h2 {
  margin-bottom: 1rem;
  font-size: 25px;
  font-weight: 600;
  color: #18365b;
  font-family: "Outfit", sans-serif;
}

#gs-no-property .no-property-box p {
  margin: 0 auto 2rem auto;
  font-size: 1.125rem;
  color: #64748b;
  max-width: 600px;
  line-height: 1.6;
  margin: 0 auto 2rem auto;
}

#gs-no-property .no-property-actions {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-bottom: 2.8rem;
  flex-wrap: wrap;
}

#gs-no-property .btn-reset {
  background: #0066cc;
  color: white;
  padding: 0.9rem 2rem;
  border-radius: 60px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 102, 204, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#gs-no-property .btn-reset:hover {
  background: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 102, 204, 0.25);
}

#gs-no-property .btn-home {
  background: transparent;
  color: #0066cc;
  padding: 0.9rem 2rem;
  border-radius: 60px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1.5px solid #0066cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#gs-no-property .btn-home:hover {
  background: #e6f0ff;
  border-color: #0052a3;
  color: #0052a3;
}

#gs-no-property .popular-locations {
  border-top: 1px solid #e2e9f2;
  padding-top: 2rem;
}

#gs-no-property .popular-locations h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5f6b7a;
  margin-bottom: 1.4rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

#gs-no-property .location-tags {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

#gs-no-property .location-tags a {
  background: #f0f5fe;
  color: #0066cc;
  padding: 0.6rem 1.5rem;
  border-radius: 40px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

#gs-no-property .location-tags a:hover {
  background: #0066cc;
  color: white;
  border-color: #0066cc;
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 102, 204, 0.2);
}

/* pagination css */
/* Wrapper */
.search-property .swiper-button-next,
.search-property .swiper-button-prev {
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}
.search-property .pagination-wrapper {
  padding: 20px;
  margin: 0px 0 30px;
  display: flex;
  justify-content: center;
}

/* UL */
.search-property .pagination-wrapper ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* All Buttons */
.search-property .pagination-wrapper ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-width: 42px; */
  height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #dcdfe6;
  background-color: #ffffff;
  color: #2c3e50;
  transition: all 0.25s ease;
}

/* Hover */
.search-property .pagination-wrapper ul li a:hover {
  background-color: #1f3c88;
  color: #ffffff;
  border-color: #1f3c88;
}

/* ACTIVE PAGE */
.search-property .pagination-wrapper ul li.active a {
  background-color: #ff6b00;
  color: #ffffff;
  border-color: #ff6b00;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(255, 107, 0, 0.3);
}

.search-property .pagination-wrapper ul li.disabled span {
  background-color: #f2f2f2;
  color: #b5b5b5;
  cursor: not-allowed;
}

.search-property .pagination-wrapper ul li:first-child a,
.search-property .pagination-wrapper ul li:last-child a {
  font-weight: 600;
  padding: 0 18px;
}

/* search formating label */
.search-property .gs-filter-form {
  font-size: 16px;
  font-family: "Jost", sans-serif;
}

.search-property .floating-group {
  position: relative;
}

.search-property .floating-group select {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ccc;
}

.search-property .floating-group label {
  position: absolute;
  left: 10px;
  top: 12px;
  background: rgb(233, 233, 237);
  padding: 1px 5px;
  transition: 0.3s ease;
  border-radius: 4px;
  pointer-events: none;
  font-size: 14px;
  font-family: "Jost", sans-serif;
}

.search-property .floating-group select:focus + label,
.search-property .floating-group select.has-value + label {
  /* top: -8px; */
  top: -14px;
  font-size: 12px;
  color: #000;
}

.search-property .select2-container {
  width: 259px !important;
}

.search-property .select2-container--default .select2-selection--multiple {
  height: 42px;
}

/* Responsive */
@media (max-width: 576px) {
  .search-property .pagination-wrapper {
    display: block; /* flex hata do */
    overflow-x: auto;
    text-align: center; /* small content center karega */
    padding: 0 10px;
  }

  .search-property .pagination-wrapper ul {
    display: inline-flex; /* inline-flex important */
    flex-wrap: nowrap;
    gap: 8px;
    white-space: nowrap;
  }

  .search-property .prime-areas {
    padding: 0px 20px;
  }

  .search-property .rental-sec {
    padding: 0px 0px;
    background: none;
    position: relative;
  }

  .search-property .container-rental {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .gs-filter-section .gs-field {
    min-width: 259px;
  }

  .gs-filter-section .gs-filter-toggle {
    display: flex;
  }

  .gs-filter-section .gs-filter-form {
    overflow: hidden;
    max-height: 0;
    flex-direction: column;
    margin-top: 10px;
    padding: 0 25px;
    transition:
      max-height 0.4s ease,
      padding 0.3s ease;
  }

  .gs-filter-section .gs-filter-form.active {
    max-height: 600px; /* enough height */
    padding: 25px;
  }

  .gs-filter-section .gs-search-btn {
    width: 100%;
  }

  /* Icon rotate */
  .gs-filter-section .gs-filter-toggle.active .gs-filter-icon {
    transform: rotate(180deg);
    transition: 0.3s ease;
  }
}

@media (max-width: 600px) {
  /* no property css */
  #gs-no-property .no-property-icon {
    margin-bottom: 0px;
  }

  #gs-no-property .no-property-box {
    padding: 0px 1.5rem 0px 1.5rem;
  }

  #gs-no-property .no-property-box h2 {
    font-size: 19px;
  }

  #gs-no-property .no-property-box p {
    font-size: 1rem;
  }

  #gs-no-property .no-property-actions {
    gap: 0.8rem;
  }

  #gs-no-property .btn-reset,
  #gs-no-property .btn-home {
    padding: 0.8rem 1.5rem;
    width: 100%;
  }

  #gs-no-property .location-tags a {
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
  }

  #gs-no-property .no-property-wrapper {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 35px;
    width: 92%;
  }
}

@media (max-width: 500px) {
  .search-property .tittle-container {
    padding: 30px 4% 0 4%;
  }
  .search-property .prop-main-title {
    font-size: 20px;
  }

  .search-property .prop-img-box .propertySwiper {
    height: 160px;
  }

  .search-property .card-image-rental .propertySwiper {
    height: 180px;
  }

  .swiper-pagination {
    display: none;
  }

  .search-property .floating-group select:focus + label,
  .search-property .floating-group select.has-value + label {
    /* top: -8px; */
    top: -12px;
    font-size: 12px;
    color: #000;
  }
}

.search-property .swiper-button-next::after,
.search-property .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}
.search-property .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
}
.search-property .swiper-pagination-bullet-active {
  background: #ff6600;
}
.search-property .propertySwiper {
  width: 100%;
  height: 230px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.search-property .swiper-pagination {
  position: absolute;
  bottom: 8px !important;
  /* Image ke andar rakhega */
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}
.search-property .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  width: 7px;
  height: 7px;
}
.search-property .swiper-pagination-bullet-active {
  background: #ff6600;
  transform: scale(1.2);
}
