﻿.section-1 {
    background-color: #b7ae83;
}

.section-2 {
    background-color: #b7ae83;
}

.section-3 {
    padding: 0px 0px 10px 32px;
}

.section-4 {
    padding: 0px 0px 10px 32px;
}

.chevron-double-right-custom {
    color: #b7ae83;
    width: 5px;
    height: 5px;
}

.link {
    text-decoration: none;
    color: #b7ae83;
}

.link-black-text {
    text-decoration: none;
    color: #b7ae83;
    cursor: pointer;
    font-size: 15px;
}


.title {
    color: #b7ae83;
    font-size:22px;
    font-weight:bold;
}

.address {
    color: grey;
    font-size: 15px;
}

.updateDate {
    color: black;
    font-size: 12px;
}

.info-text {
    color: black;
    font-size: 15px;
    display:flex; 
    justify-content:end;
}


.price-text {
    color: #fe5a1d;
    font-size: 15px;
    font-weight: bold;
    margin-right:15px;
}

.details-section {
    margin-bottom:5px;
    padding: 10px 20px 10px 20px;   
    border: 1px solid lightgrey;
}

.padding-0 {
padding:0px;
}

.viewlist {
list-style-type:none;
float:left;
margin-right:8px;
padding:0px;
}

    .viewlist a {
        text-decoration: none;
        color: black;
    }
.view-checkbox {
    color: #fe5a1d;
    margin-right:5px;
}

 .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.propertyImgIcon {
    background: rgba(33, 150, 243, 0.8);
    border: 0px;
    display: inline-block;
    width: 50px;
    height: 25px;
    position: center;
    margin: 4px auto;
    opacity: 0.9;
    border-radius: 3px;
    text-align: center;
    color: white;
}

.propertyPriceIcon {
    background: rgba(204,0,51,0.8);
    border: 0px;
    display: inline-block;
    width: 130px;
    padding: 3px 1px 3px 1px;
    opacity: 0.9;
    border-radius: 0px 0px 0px 4px;
    text-align: right;
    color: white;
}


body {
    background: #000;
    color: #000;
}

.swiper {
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwipe {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    margin-top:10px;
    height: 100px;
    box-sizing: border-box;
    padding: 50px 10px 50px 10px;
}

    .mySwiper2 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.swiper-button-bg {
    background-color:red;
}


.truncate-overflow {
    --max-lines: 3;
    position: relative;
    max-height: calc(1.4rem * 2);
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}

    .truncate-overflow::before {
        position: absolute;
        content: "...";
        bottom: 0;
        right: 0;
    }

    .truncate-overflow::after {
        content: "";
        position: absolute;
        /*
        inset-inline-end: 0;
        */
        right: 0;
        /* missing bottom on purpose*/
        width: 1rem;
        height: 1rem;
        background: white;
    }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
}

.transp {
    opacity: 0.8;
}

.nav-link {
    --bs-breadcrumb-divider: '≫';
    --bs-breadcrumb-divider-color: #b7ae83;
}

.card-photo {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 200px;
    border:none;
}

.icon {
    text-decoration: none;
    color: black;
}

.icon-img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px auto;
}

.icon-text {
    display: block;
    padding: 3px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
}

.d-flex .flex-grow-1 {
    font-size: 15px;
}

.vendor360 iframe {
    height: 100%;
    width: 100%;
}

.ovp-description {
  white-space: pre-wrap;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 7.8em; /* Fallback for non-webkit, line-height * 2 */
  line-height: 1.3em;
  -webkit-line-clamp: 6; /* if you change this, make sure to change the fallback line-height and height */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ovp-description-showall {
  white-space: pre-wrap;
}

.read-more-btn {
  text-decoration: none;
  background-color: #EDF2F7;
  color: #1D4B7B;
  border: none;
  padding: 2px 4px;
  font-size: 7px;
}

  .read-more-btn:hover {
    color: #2868AC;
  }

