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';
}

/* loop style 2 */
    
    .real-estate-gallery-post-thumbnail {
        position: relative;
    }
    
    .real-estate-gallery-image-slider {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-bottom: 0 !important;
    }
    
    .real-estate-gallery-image-slider img {
        height: 289px;
        object-fit: cover;
    }
    
    .real-estate-gallery-image-slider a img {
        height: 289px !important;
        transition: var(--transition);
    }
    
    .real-estate-gallery-image-slider a img:hover {
        transform: scale(1.2) rotate(2deg);
    }
    
    .real-estate-gallery-image-slider ul.slick-dots {
        position: absolute;
        bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100%;
    }
    
    .real-estate-gallery-image-slider .slick-dots li {
        width: 15px;
    }
    
    .real-estate-gallery-image-slider .slick-dots li button {
        /* Inactive dot style */
        font-size: 0;
        line-height: 0;
        display: block;
        width: 5px;
        height: 5px;
        padding: 0;
        border: none;
        border-radius: 50%;
        text-indent: -9999px;
        cursor: pointer;
        opacity: 0.5;
        background: var(--white-700);
    }
    
    .real-estate-gallery-image-slider .slick-dots li.slick-active button {
        background: var(--white-700);
        opacity: 1;
    }
    
    .real-estate-gallery-image-slider .slick-dots li button::before {
        display: none;
    }
    
    .real-estate-gallery-post-thumbnail .feature-and-offer-btns {
        position: absolute;
        top: 8px;
        left: 8px;
        display: flex;
        align-items: center;
        gap: 0 8px;
        flex-wrap: wrap;
    }
    
    .real-estate-gallery-post-thumbnail .feature-and-offer-btns button.feature {
        background: var(--primary-font-color) 000;
        border-radius: 5px;
        color: var(--white-700);
        font-family: var(--primary-font);
        font-size: 13px;
        font-weight: 600;
        padding: 5px 9px;
        display: flex;
        line-height: 15px;
        align-items: center;
        border: unset;
    }
    
    .real-estate-gallery-post-thumbnail .feature-and-offer-btns button.feature span {
        background: var(--white-700);
        color: var(--primary-font-color);
        font-size: 10px;
        margin-right: 5px;
        padding: 1px 3px 3px 3px;
        border-radius: 3px;
    }
    
    .real-estate-gallery-post-thumbnail .feature-and-offer-btns button.special-offer {
        border-radius: 5px;
        background: var(--white-700);
        color: var(--primary-font-color);
        font-family: var(--primary-font);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        color: #CA4444;
        border: transparent;
        padding: 6px 10px;
    }
    
    .realestate-save-posts {
        position: absolute;
        top: 8px;
        right: 8px;
        display: flex;
        width: 40px;
        height: 40px;
        padding: 11.5px 11px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background: #0000001a;
        color: var(--white-700);
        cursor: pointer;
    }

    .realestate-save-posts i {
        font-size: 17px;
    }
    
    .real-estate-gallery-post-details {
        padding: 16px 14px 0 0;
        position: relative;
    }
    
    .real-estate-gallery-post-details a {
        text-decoration: none;
    }
    
    .real-estate-gallery-post-details .post-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1px;
        flex-wrap: wrap;
    }
    
    .real-estate-gallery-post-details .post-header .title {
        color: var(--primary-font-color);
        font-family: var(--primary-font);
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        margin: 0;
        max-width: calc(100% - 0px);
        text-overflow: ellipsis;
        overflow: hidden;
        transition: var(--transition);
        word-wrap: break-word;
        white-space: nowrap;
    }
    
    .real-estate-gallery-post-details .post-header .title:hover {
        color: var(--a-hover-color);
    }
    
    .real-estate-gallery-post-details .post-header a {
        max-width: calc(100% - 50px);
        text-overflow: ellipsis;
        overflow: hidden;
        word-wrap: break-word;
        white-space: nowrap;
    }
    
    .real-estate-gallery-post-details .post-header .post-rating {
        color: var(--primary-font-color);
        font-family: var(--primary-font);
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        display: flex;
        align-items: center;
        gap: 0 4px;
    }
    
    .real-estate-gallery-post-details .post-header .post-rating i {
        margin-right: 4px;
    }
    
    .real-estate-gallery-post-details .post-category {
        margin-bottom: 10px;
    }
    
    .real-estate-gallery-post-details .post-category p {
        margin: 0;
        color: var(--primary-font-color);
        font-family: var(--primary-font);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .real-estate-gallery-post-details .post-category p:hover {
        color: var(--a-hover-color);
    }
    
    .real-estate-gallery-post-details .item-details {
        margin-bottom: 15px;
    }
    
    .real-estate-gallery-post-details .item-details ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        gap: 0 10px;
        flex-wrap: wrap;
    }
    
    .real-estate-gallery-post-details .item-details ul li {
        list-style: none;
        display: flex;
        padding: 6px 11px;
        align-items: center;
        gap: 5px;
        border-radius: 32px;
        background: #F4F5F7;
        color: var(--primary-font-color);
        text-align: center;
        font-family: var(--primary-font);
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
    }
    
    .real-estate-gallery-post-details .post-price h4 {
        color: var(--primary-font-color);
        font-family: var(--primary-font);
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
    }
    
    @media (max-width: 991px) {
        .real-estate-gallery-post-thumbnail .feature-and-offer-btns {
            gap: 5px 8px;
        }
        .real-estate-gallery-post-details .item-details ul {
            gap: 8px 10px;
        }
    }
    
    .real-estate-gallery-post {
        margin-bottom: 47px;
    }
    /* list view  */
    
    .loop-style1-grid-slider:not(.slick-initialized) {
        display: none;
    }
    
    .realestate-search-result-output.realestate-list .col-lg-6.col-md-12.mb-20 {
        width: 100%;
    }
    
    .realestate-search-result-output.realestate-list .real-estate-gallery-post .real-estate-gallery-post-thumbnail {
        width: 260px;
        border-radius: 10px 0 0 10px;
    }
    
    .realestate-search-result-output.realestate-list .real-estate-gallery-post {
        display: flex;
        margin-bottom: 15px;
    }
    
    .realestate-search-result-output.realestate-list .real-estate-gallery-post .real-estate-gallery-post-thumbnail img {
        height: 238px;
    }
    
    .realestate-search-result-output.realestate-list .real-estate-gallery-post .real-estate-gallery-post-details {
        width: calc(100% - 260px);
        border: 1px solid #CBCBCB;
        border-radius: 0 10px 10px 0 !important;
        border-left: 0;
        padding: 20px;
    }
    
    .realestate-search-result-output.realestate-list .realestate-save-posts {
        left: 14px;
        bottom: 12px;
        top: unset;
        background: #00000052;
    }
    .real-estate-gallery-post-details .post-header .title:hover {
        color: var(--primary-color);
    }