/* start deluxe properties styles*/

.deluxe .property-card .col-md-4{
    width: 35.15%;
}

.deluxe .property-card .col-md-3{
    width: 22%;
}

.deluxe .property-card {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    font-family: 'Montserrat';
}


.deluxe .carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.deluxe .carousel-inner,
.deluxe .item,
.deluxe .item img {
    width: 100%;
    height: 100%;
}

.deluxe .item img {
    object-fit: cover;
    height: 280px;
}

.deluxe .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    transition: height 0.3s ease;
    z-index: 2;
    padding: 20px;
}

.deluxe .carousel-wrapper:hover .overlay {
    height: 100%;
}

.deluxe .left-image-carousel{
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.deluxe .sign_banner_text {
  position: absolute;
  top: 10px;
  z-index: 1;
  text-align: center;
  line-height: 1;
  color: white;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  transform: unset;
  left: unset !important;
  width: unset;
  padding: 10px 20px 10px !important;
  border-radius: 0px 4px 4px 0px;
}
.deluxe .property-details{
    margin-left: 0;
    margin-right: 0;
}
.deluxe .property-details h6 a,
.deluxe .more-details {
    text-decoration: none;
    transition: 0.3s ease;
}

.deluxe .property-details span{
    text-decoration: none;
    font-size: 17px;
    transition: font-size 0.1s ease;
}

.deluxe .property-details:hover span{
    font-size: 16px;
}

.deluxe .property-details:hover h6 a,
.deluxe .property-details:hover .more-details {
    text-decoration-line: revert;
}

.deluxe .property-meta i {
    font-size: 16px;
    margin-right: 8px;
    color: #555;
}

.deluxe .deluxe-right-icons.property-features.property-meta{
    padding: 30px 20px;
}

.deluxe .ref-more-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 17px;
}

.deluxe .ref-more-details span{
    margin: 0;
}

.deluxe .deluxe-right-icons {
  padding-left: 20px;
}

.deluxe h5{
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 1em !important;
    color: #333;
}

.deluxe h6{
    font-size: 20px;
    font-weight: 500 !important;
    transition: 0.15s;
}

.deluxe p.text-muted, .deluxe span.text-muted, .deluxe .deluxe-right-icons{
    font-size: 17px;
    line-height: 20px;
    font-family: "Montserrat";
}

.deluxe .deluxe-right-icons i.fa{
    color: #555;
}

.deluxe .deluxe-right-icons {
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 20px;
    align-items: center; 
}

.deluxe .deluxe-icons-flex-inner {
  display: flex;
  flex-direction: column;
  gap: 33px;
  margin: 10px;
}

.deluxe .deluxe-feature {
  display: flex;
  align-items: center;
  text-align: left;
}

.deluxe .deluxe-feature i {
  margin-right: 20px;
  font-size: 25px;
}

.deluxe .middle-description{
    position: relative;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    position: relative;
}

.deluxe .middle-description h6{
    margin-top: 0;
}

.deluxe .vertical-separator {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  height: 240px;
  width: 1px;
  background-color: #ccc;
}

/* Base control style - hidden by default */
.deluxe .carousel-control {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: none;
    border: none;
    box-shadow: none;
    transition: opacity 0.3s ease;
}

/* Show arrows when property-card is hovered */
.deluxe .property-card:hover .carousel-control {
    opacity: 1;
}

/* White filled triangle arrows */
.carousel-hotspot{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
}

.carousel-control {
  z-index: 10; 
}
.carousel-arrow {
    display: inline-block;
    width: 0;
    height: 0;
}

.carousel-arrow-left {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 18px solid white;
}

.carousel-arrow-right {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid white;
}

/* Position controls */
.deluxe .left.carousel-control {
    left: 10px;
}

.deluxe .right.carousel-control {
    right: 10px;
}
/*.property-card:hover .carousel-control {
    background-color: rgba(0, 0, 0, 0.2);
}*/
/* hover effect - make them slightly larger on hover */
.deluxe .carousel-control:hover .carousel-arrow {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

@media (max-width: 992px) {
    .deluxe .ref-more-details {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .deluxe .deluxe-right-icons.property-features.property-meta{
        padding: 20px;
    }
    .deluxe .deluxe-feature i{
        margin-right: 5px;
    }
    .deluxe .property-card{
        flex-direction: column;
    }
    .deluxe .property-card .col-md-4, .deluxe .property-card .col-md-3{
        width: auto;
    }
    .deluxe .deluxe-icons-flex-inner{
        flex-direction: row;
    }
    
    .deluxe .vertical-separator {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 20px;
        right: 20px;
        width: auto;
        height: 1px;
        background-color: #eee;
    }

    .deluxe .carousel-control {
        opacity: 1 !important; /* always visible */
    }
}

@media (max-width: 767px) {
  .deluxe .deluxe-right-icons {
    border-left: none;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
    .top-bar-property-info span {
      display: none;
    }
    .top-bar-back-button-inner.back-to-top {
        width: auto;
        margin-right: 0;
    }
}

/* end deluxe properties styles*/
