/* Start Listing Card 1 CSS */
.listing-card-style-1 {
    box-shadow: 0px 0px 20px 1px #f0f1f3;
    overflow: hidden;
}
.listing-card-style-1 .listing-main-container {
    background-color: #ffffff;
}
.listing-card-style-1 .listing-container {
    padding: 15px;
}
.listing-card-style-1 .listing-img {
    height: auto;
    width: 100%;
}
.listing-card-style-1 .listing-content {
    padding-bottom: 15px;
    text-align: center;
}
.listing-card-style-1 .elementor-listing-name-wrapper {
    font-size: 25px;
}
.listing-card-style-1 .elementor-listing-price-wrapper {
    font-size: 25px;
}
.listing-card-style-1 .view-listing-btn {
    padding: 10px 0px;
    width: 100%;
    background-color: #3a3a3a;
    display: block;
    text-align: center;
    color: #fff;
}
.elementor-star-rating__wrapper {
    justify-content: center;
}
.listing-card-style-1 .listing-img-overlay {
    position: absolute;
    width: 100%;
    height: 68.5%;
    top: 0;
    left: 0;
}
.listing-card-style-1 .listing-card-share {
    text-align: right;
}
.listing-card-style-1 .listing-card-share img {
    width: 55px;
}
/* End Listing Card 1 */

/* Start Listing Card 2 CSS */
.listing-card-style-2 {
    overflow: hidden;
}
.listing-card-style-2 .listing-content-price {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}
.listing-card-style-2 .bg-color {
    background: #e25f13;
}
.listing-card-style-2 .bg-color-name {
    background: #e25f13;
}
.listing-card-style-2 .listing-content-min {
    top: 15px;
}
.listing-card-style-2 .listing-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
}
.listing-card-style-2 .elementor-listing-price-wrapper {
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 20px;
}
.listing-card-style-2 .listing-container-content {
    position: relative;
}
.listing-card-style-2 .listing-content-name {
    position: absolute;
    top: -20px;
    left: 0;
    padding: 5px 15px;
}
.listing-card-style-2 .elementor-listing-name-wrapper {
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.listing-card-style-2 .listing-content {
    padding: 30px 15px 15px;
}
.listing-card-style-2 .elementor-listing-description-wrapper {
    color: #d8d8d8;
    margin-bottom: 0px;
}
.listing-card-style-2 .listing-img-overlay {
    position: absolute;
    width: 100%;
    height: 57%;
    top: 0;
    left: 0;
}
.listing-card-style-2 .listing-card-share {
    text-align: right;
}
.listing-card-style-2 .listing-card-share img {
    width: 55px;
}
/* End Listing Card 2 */

/* Start Listing Card 3 CSS */
.listing-card-style-3 {
    margin: 70px 20px 20px 20px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 100px 0 0 0;
    box-shadow: 0 0 60px -15px rgba(0, 0, 0, 0.25);
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.listing-card-style-3 h2 {
    margin: 0;
    padding: 1rem 0px;
    text-align: center;
    font-weight: bold;
}
.listing-card-style-3 .actions {
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    -o-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.listing-card-style-3:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.listing-card-style-3 .actions .listing-footer {
    text-align: center;
    width: 50%;
    float: left;
    background: transparent;
    border: none;
    padding: 1rem;
    font-size: 1em;
    -webkit-transition: background 300ms ease, -webkit-transform 300ms ease;
    transition: background 300ms ease, -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease, background 300ms ease;
    transition: transform 300ms ease, background 300ms ease;
    transition: transform 300ms ease, background 300ms ease, -webkit-transform 300ms ease;
    outline: none;
    font-family: Lato, sans-serif;
    cursor: pointer;
}
.listing-card-style-3 .avatar {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.listing-card-style-3 .avatar:hover {
    -webkit-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
}
.listing-card-style-3 .avatar img {
    width: 100%;
    height: 150px;
    border-radius: 50%;
}
.listing-card-style-3 .listing-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
}
.listing-card-style-3 .elementor-star-rating__wrapper {
    justify-content: center;
}
.listing-card-style-3 .listing-img-cover3 {
    height: 150px;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}
.listing-card-style-3 .listing-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.listing-card-style-3 .listing-card-share {
    text-align: right;
}
.listing-card-style-3 .listing-card-share img {
    width: 55px;
}
/* End Listing Card 3 */

/* Start Listing Card 4 CSS */
.listing-card-style-4 {
    border: 15px solid #ffffff;
    border-radius: 15px;
    box-shadow: 1px 2px 3px 2px #D1D0D0;
    overflow: hidden;
}
.listing-card-style-4 .listing-main-container {
    background-color: #ffffff;
}
.listing-card-style-4 .listing-container {
    padding: 15px;
}
.listing-card-style-4 .listing-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(0.8);
    height: 100%;
    width: 100%;
}
.listing-card-style-4 .listing-content {
    padding-bottom: 15px;
    text-align: center;
}
.listing-card-style-4 .elementor-listing-name-wrapper {
    background: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 25px;
}
.listing-card-style-4 .elementor-listing-price-wrapper {
    font-size: 25px;
}
.listing-card-style-4 .view-listing-btn {
    padding: 10px 30px;
    width: 100%;
    background-color: #3a3a3a;
    color: #fff;
    position: relative;
    top: 25px;
}
.listing-card-style-4 .listing-button {
    text-align: right;
}
.elementor-star-rating__wrapper {
    justify-content: center;
}
.listing-card-style-4 .listing-card-share {
    text-align: right;
}
.listing-card-style-4 .listing-card-share img {
    width: 55px;
}
.listing-card-style-4 .listing-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
/* End Listing Card 4 */

/* Start Listing Card 5 CSS */
.listing-card-style-5 {
    border: 15px solid #ffffff;
    border-radius: 15px;
    box-shadow: 1px 2px 3px 2px #D1D0D0;
    overflow: hidden;
}
.listing-card-style-5 .listing-main-container {
    background-color: #ffffff;
}
.listing-card-style-5 .listing-container {
    padding: 15px;
}
.listing-card-style-5 .listing-card-left {
    width: 30%;
    display: inline-block;
}
.listing-card-style-5 .listing-card-right {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}
.listing-card-style-5 .listing-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    filter: brightness(0.8);
    height: 100%;
    width: 100%;
    padding: 50%;
}
.listing-card-style-5 .listing-content {
    padding-bottom: 15px;
    text-align: center;
}
.listing-card-style-5 .elementor-listing-name-wrapper {
    background: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 25px;
}
.listing-card-style-5 .elementor-listing-price-wrapper {
    font-size: 25px;
}
.listing-card-style-5 .view-listing-btn {
    padding: 10px 30px;
    width: 100%;
    background-color: #3a3a3a;
    color: #fff;
    position: relative;
    top: 25px;
    right: 25px;
}
.listing-card-style-5 .listing-button {
    text-align: right;
}
.elementor-star-rating__wrapper {
    justify-content: center;
}
.listing-card-style-5 .listing-card-share {
    text-align: right;
}
.listing-card-style-5 .listing-card-share img {
    width: 55px;
}
.listing-card-style-5 .listing-card-share {
    text-align: right;
}
.listing-card-style-5 .listing-card-share img {
    width: 55px;
}
.listing-card-style-5 .listing-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.listing-card-style-5 .listing-card-flip-box {
    background-color: transparent;
    perspective: 1000px;
}
.listing-card-style-5 .listing-card-flip-inner {
    position: relative;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.listing-card-style-5 .listing-card-flip-box:hover .listing-card-flip-inner {
    transform: rotateY(180deg);
}
.listing-card-style-5 .listing-card-flip-box-front {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.listing-card-style-5 .listing-card-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
}
.listing-card-style-5 .listing-card-flip-front {
    background-color: rgba(0,0,0, 0.9);
    color: #ffffff;
    border-radius: 50%;
}
.listing-card-style-5 .listing-card-flip-back {
    background-color: rgba(0,0,0, 0.9);
    color: #ffffff;
    border-radius: 50%;
    transform: rotateY(180deg);
}
.listing-card-style-5 .listing-card-flip-back h4 {
    color: #ffffff;
    position: relative;
    top: 42%;
    transform: translate(1px,-10px);
    font-size: 1rem;
}
.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002606"!important;
}
/* End Listing Card 5 CSS */
