/* Start custom CSS */.back-to-properties {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    gap: 5px;
   
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 500;
}

.refine-note {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
    color: #666;
}
.grid-view .labels-wrap {
  position: absolute;
  top: -2px !important;
  left: 0px;
  right: auto;
}

.grid-view .labels-wrap a {

  padding: 6px 13.16px; 
  margin-left: 0px;
}

.slick-next,
.slick-prev {
  position: absolute !important;
  width: 54px !important;
  height: 54px !important;
  padding: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 50%;
  bottom: -27px;
  top: auto !important;
  z-index: 10;
}

/* NEXT arrow — right side */
.slick-next {
 
  left: auto;
  right: -1px !important;
  transform: rotate(180deg); /* only rotate next if your arrow points right by default */
}

/* PREV arrow — left side */
.slick-prev {
    
  left: -18px !important;
  right: auto;
  transform: none; /* no rotation */
}

.banner-title, h2 {
    font-size: 8.125rem;
    line-height: 8.125rem;
    margin-bottom: 20px;
    color: #fff;
}/* End custom CSS */