body  {
    --primary-color: #BC7635;
    --primary-color-700: #FFF5EC;
    --secondary-color: #1F193B;
    --primary-font-color: #070026;
    --secondary-font-color: #E6F2FF;
    --a-hover-color: #BC7635;
    --heading-color: #070026;
    --descprition-color: #73777D;
    --deaf-font-color: #222222;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #eaeef7;
    --primary-border-color-600: #e5edf966;
    --grid-text-color: #73777D;
    --overlay-color: #000000;
    --stats-bg-color: #F4F5F7;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-500: #FFFFFFDE;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #34b53a;
    --green-500: #00A884;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --golden-700: #F8BB18;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: 'Urbanist';
    --icons-font: "Font Awesome 6 Free";
    --transition: 300ms;
    --overlay-opacity: 0.6;
    /* Icons Variables */
    --chevron-down-icon-code: "\f078";
    --heart-filled-icon-code: "\f004";
    --star-filled-icon-code: "\f005";
    --square-icon-code: "\f0c8";
    --check-icon-code: "\f00c";
    --circle-icon-code: "\f111";
    --close-icon-code: "\f00d";
    --marker-icon-code: "\f3c5";
    --search-icon-code: "\f002";
    --remove-heart-icon-code: "\e4ff";
    --loading-icon: "\f110";
    --bs-body-font-family: 'Urbanist';
}
.real-estate-post-style2-thumbnail {
    position: relative;
    color: #fff;
}

.real-estate-post-style2-thumbnail .post-img {
    height: 424px;
    position: relative;
    transition: var(--transition);
    overflow: hidden;
}

.real-estate-post-style2-thumbnail .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-estate-post-style2-thumbnail .post-top-tags {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-45px);
    transition: var(--transition);
}

.real-estate-post-style2 {
    border-radius: 8px;
    background: #FFF;
    transition: var(--transition);
    overflow: hidden;
    height: 424px;
}

.real-estate-post-style2-thumbnail .post-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(359deg, #00000082, transparent);
    left: 0;
    right: 0;
    top: 0;
}

.real-estate-post-style2-thumbnail .post-title-btns {
    display: flex;
    width: 100%;
    padding: 15px;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.real-estate-post-style2-thumbnail .media-count {
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 0 11px;
}

.real-estate-post-style2-thumbnail .media-count span {
    border-radius: 4px 5px;
    background: #00000066;
    padding: 3px 7px;
    cursor: pointer;
    font-size: 13px;
}

.real-estate-post-style2-thumbnail .tags-wrapper {
    display: flex;
    gap: 0 10px;
    margin-right: 10px;
}

.real-estate-post-style2-thumbnail .tags-wrapper span {
    font-size: 13px;
    background: #000;
    padding: 9px 5px;
    cursor: pointer;
}

.real-estate-post-style2-thumbnail .post-title-box span.states {
    padding: 5px 10px;
    border-radius: 5px;
    background:#FE6847;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
}

.real-estate-post-style2-thumbnail .post-title-box a {
    text-decoration: none;
}

.real-estate-post-style2-thumbnail .post-title-box h3 {
    color: var(--white-700);
    font-size: 19px;
    transition: var(--transition);
    font-weight: 500;
    line-height: 22.8px;
    margin: 10px 0 0 0;
}

.real-estate-post-style2-thumbnail .post-title-box h3:hover {
    color: var(--primary-color);
}

.real-estate-post-style2-thumbnail .post-compare-fav-box {
    display: flex;
    gap: 0 13px;
    position: absolute;
    z-index: 999;
    right: 25px;
    top: 30px;
}

.real-estate-post-style2-thumbnail .post-compare-fav-box span {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.real-estate-post-style2-thumbnail .post-compare-fav-box span:hover {
    color: var(--primary-color);
}

.real-estate-post-style2-content {
    display: flex;
    justify-content: space-between; 
    padding: 0;
    height: 0;
    transform: rotateX(92deg);
    transition: var(--transition);
}
.real-estate-post-style2:hover {
    box-shadow: 0px 2px 4px 0 #00000017;
}
.real-estate-post-style2:hover .real-estate-post-style2-content {
    padding: 15px;
    height: auto;
    transform: rotateX(0deg);
}

.real-estate-post-style2:hover .real-estate-post-style2-thumbnail .post-img {
    height: 338px;
}

.real-estate-post-style2:hover .real-estate-post-style2-thumbnail .post-top-tags {
    transform: translateY(0);
}

.real-estate-post-style2-content .post-price p {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 5px;
}

.real-estate-post-style2-content .post-price span.price {
    color: #4081FF;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
}
.real-estate-post-style2-content .post-price span.price {
    color: var(--primary-color); 
}
.real-estate-post-style2-content .post-details ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0 14px;
}

.real-estate-post-style2-content .post-details ul li {
    list-style: none;
}
.real-estate-post-style2-content .post-details ul li h6 span {
    color: #808080;
}
.real-estate-post-style2-content .post-details ul li span {
    color: #00000054;
    gap: 0 8px;
    align-items: center;
    font-size: 13px;
}

.real-estate-post-style2-content .post-details ul li .nmbrs span {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

.real-estate-post-style2-content .post-details ul li .nmbrs i {
    color: #B3B3B3;
    font-size: 16px;
}

.real-estate-post-style2-content .post-details ul li .nmbrs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 2px;
    padding-left: 4px;
}

.real-estate-post-style2-content .post-details ul li .nmbrs span p {
    margin: 0;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-align: right;
}

.real-estate-post-style2-content .post-details ul li h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.real-estate-post-style2 a {
    text-decoration: none;
    display: inline;
}