.truncated-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncated-text.expanded {
    -webkit-line-clamp: unset;
}

.show-more svg, .show-more-equipment svg {
    margin-left:4px;
    transition: transform .4s ease-in-out;
}
.rotate-180 { transform: rotate(180deg); }
.show-more, .show-more-equipment {
    border-bottom: 1px solid rgba(18, 20, 23, 0.20);
}
#start-date, #end-date {border: 1px solid rgba(244, 244, 244, 0.20);}



.input-group-lg .form-control {
    border: none;
    box-shadow: none;
}

.input-group-lg .form-control:focus {
    outline: none;
    box-shadow: none;
}

#find-other-villa {
    color: rgba(18, 20, 23, 0.60);
    font-family: "novecento-sans-wide";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (min-width: 768px) {
    .show-more, .show-more-equipment { max-width:max-content; }
}
.download-btn {
    transition: .3s ease-in-out;
}
.download-btn svg path {
    stroke: var(--bs-dark);
    transition: stroke .3s ease-in-out;
}

.download-btn:hover svg path {
    stroke: var(--bs-white);
}

.glightbox-container .gslider{
    background: #f4f4f4;
}