
/*==========================================================
# Property Block
==========================================================*/
.property-block .entry-thumbnail {
    position: relative;
}

.property-block .post-meta {
    display: flex;
    align-items: center;
}


.brdr{ border:#000 solid 1px !important; }
.brdr:hover{ border:#000 solid 1px !important; }

.property-block .entry-thumbnail .entry-thumbnail-image,
.property-block .entry-thumbnail > a {
    position: relative;
    display: block;
}

.property-block .entry-thumbnail .entry-thumbnail-image::before,
.property-block .entry-thumbnail > a::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(49,49,69);
    background: linear-gradient(0deg, rgba(49,49,69,0.8) 0%, rgba(49,49,69,0) 50%);
}

.property-block .property-type,
.property-block .property-type a {
    font-family: var(--uc-accent-font);
    font-size: 13px;
    text-decoration: none;
    color: var(--uc-default-color);
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
}

.property-block .entry-thumbnail .type {
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 10;
}

.property-block .entry-thumbnail .type span {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--uc-accent-font);
    letter-spacing: 1px;
    margin-right: 3px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: var(--uc-white-color);
}

.property-block .entry-header .badge .rent,
.property-block .entry-header .badge .sale,
.property-block .type .rent,
.property-block .type .sale {
    background-color: #92241e;
}

.property-block .entry-header .badge .featured,
.property-block .type .featured {
    background-color: #0e0e0e;
}

.property-block .listing-price {
    line-height: 1;
}

.quick-meta {
    margin: 0;
}

.quick-meta li {
    list-style: none;
}

.property-block .entry-thumbnail .quick-meta {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 5px;
    z-index: 10;
}

.property-block .entry-thumbnail .quick-meta li a {
    color: #ffffff;
    font-size: 13px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--uc-white-color);
    text-align: center;
    border-radius: 3px;
}

.property-block .property-seller-name {
    display: flex;
    gap: 10px;
}

.property-block .property-seller-name img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.property-block .property-seller-name a {
    text-decoration: none;
}

.property-block .post-date {
    font-family: var(--uc-primary-font);
    font-size: 13px;
    color: var(--uc-default-color);
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
}

.property-block .listing-title,
.property-block .listing-title a {
    font-weight: 600;
    color: var(--uc-dark-color);
    font-size: 17px;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 0.5px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.property-block .listing-title:hover,
.property-block .listing-title a:hover {
    color: var(--uc-primary-color);
}

.property-block ul {
    margin: 0;
}

.property-block ul li {
    list-style: none;
}

.entry-footer .entry-author .property-author a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.entry-footer .entry-author .property-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.entry-footer .message-author a {
    font-family: var(--uc-accent-font);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 35px;
    display: table;
    color: #fff;
    background-color: var(--uc-light-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background: #92241e;
}

.property-grid-1 .listing-price {
    font-weight: 600;
    color: var(--uc-primary-color);
    display: flex;
    font-family: var(--uc-primary-font);
    font-size: 20px;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.property-grid-1 .listing-price small {
    font-size: 13px;
    font-weight: 500;
    color: var(--uc-default-color);
    letter-spacing: 0.5px;
}

.property-grid-1 .entry-wrapper {
    background-color: #fff;
}

.property-grid-1 .entry-content-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.property-grid-1 .listing-location {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--uc-text-color2);
    line-height: 25px;
}

.property-grid-1 .property-info {
    display: flex;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--uc-light-color);
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.property-grid-1 .property-info li {
    color: var(--uc-dark-color);
    font-size: 14px;
}

.property-grid-1 .property-info li span { 
    display: inline-block; 
    text-align: center; 
    border-radius: 50%;
    font-size: 13px; 
    margin-right: 5px; 
}

.property-grid-1 .post-meta {
    justify-content: space-between;
    align-items: center;
}

.property-grid-2 .post-date {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    color: #fff;
    font-family: var(--uc-primary-font);
    font-weight: 400;
    line-height: 30px;
}

.property-grid-2 .entry-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.property-grid-2 .property-info {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.property-grid-2 .property-info li {
    color: var(--uc-dark-color);
    font-size: 14px;
}

.property-grid-2 .property-info li span { 
    display: inline-block; 
    text-align: center; 
    border-radius: 50%;
    font-size: 13px; 
    margin-right: 5px; 
}

.property-grid-2 .property-type a {
    color: var(--uc-white-color);
    text-transform: capitalize;
    background-color: var(--uc-secondary-color);
    padding: 5px 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.property-grid-2 .listing-price {
    font-weight: 700;
    color: var(--uc-primary-color);
    display: flex;
    font-family: var(--uc-primary-font);
    font-size: 20px;
    align-items: end;
    gap: 5px;
}

.property-grid-2 .listing-price small {
    font-size: 14px;
    font-weight: 400;
    color: var(--uc-default-color);
}

.property-grid-2 .listing-location {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--uc-text-color2);
}

.property-grid-3 .entry-thumbnail .listing-price {
    position: absolute;
    left: 15px;
    bottom: 18px;
    color: #fff;
    z-index: 10;
    /* font-family: var(--uc-primary-font); */
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 500;
}

.property-grid-3 .entry-thumbnail .listing-price small {
    font-size: 13px;
    font-weight: 400;
}

.property-grid-3 .property-type a {
    color: var(--uc-white-color);
    text-transform: capitalize;
    background-color: var(--uc-primary-color);
    padding: 3px 5px;
    font-weight: 400;
    letter-spacing: 1px;
}

.property-grid-3 .entry-header .post-meta {
    gap: 10px;
}

.property-grid-3 .entry-wrapper {
    background-color: var(--uc-white-color);
}

.property-grid-3 .entry-content-wrapper {
    padding: 20px;
}

.property-grid-3 .listing-location {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--uc-text-color2);
}

.property-grid-3 .property-info {
    display: flex;
    gap: 15px;
    padding: 0;
    justify-content: start;
    width: 100%;
}

.property-grid-3 .property-info li span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 5px;
}

.property-grid-3 .property-info li {
    color: var(--uc-dark-color);
    font-size: 14px;
}

.property-grid-3 .entry-footer {
    margin-top: 15px;
}

.property-grid-3 .entry-footer .entry-author {
    display: flex;
    justify-content: space-between;
}

.property-grid-4 .entry-wrapper {
    background-color: var(--uc-white-color);
}

.property-grid-4 .entry-thumbnail .property-author {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 10;
}

.property-grid-4 .entry-thumbnail .property-author a {
    text-decoration: none;
    display: flex;
    gap: 10px;
    color: var(--uc-white-color);
    align-items: center;
    font-family: var(--uc-primary-font);
    letter-spacing: 1px;
    font-weight: 400;
}

.property-grid-4 .entry-thumbnail .property-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.property-grid-4 .entry-content-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--uc-text-color4);
    margin-top: -1px;
}

.property-grid-4 .listing-location {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--uc-text-color2);
}

.property-grid-4 .entry-content .property-info {
    display: flex;
    gap: 20px;
}

.property-grid-4 .entry-content .property-info li {
    display: flex;
    justify-content: start;
    flex-direction: column;
    color: var(--uc-secondary-color);
}

.property-grid-4 .entry-content {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
}

.property-grid-4 .entry-content img {
    width: 20px;
    display: initial;
}

.property-grid-4 .entry-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.property-grid-4 .entry-footer .quick-meta {
    display: flex;
    gap: 5px;
}

.property-grid-4 .entry-footer .quick-meta li {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: var(--uc-light-gray-color);
}

.property-grid-4 .entry-footer .listing-price {
    font-size: 18px;
    font-family: var(--uc-primary-font);
    color: var(--uc-primary-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 1px;
}

.property-grid-4 .entry-footer .listing-price small {
    color: var(--uc-default-color);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
}

.property-grid-4 .entry-footer .quick-meta a {
    display: block;
    color: var(--uc-default-color);
}

.property-grid-4 .entry-thumbnail .view-fiender {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 20;
    display: flex;
    gap: 5px;
    margin: 0;
}

.property-grid-4 .entry-thumbnail .view-fiender li {
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    list-style: none;
}

.property-grid-4 .entry-thumbnail .view-fiender li a {
    color: var(--uc-white-color);
}

.property-grid-5 .entry-header .type {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-bottom: 20px;
}

.property-grid-5 .entry-header .type span {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--uc-accent-font);
    letter-spacing: 1px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.property-grid-5 .entry-thumbnail .quick-meta {
    display: flex;
    gap: 5px;
}

.property-grid-5 .entry-thumbnail .quick-meta li a {
    font-size: 14px;
    color: var(--uc-dark-color);
    background-color: var(--uc-white-color);
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    border-radius: 3px;
}

.property-grid-5 .entry-content-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--uc-text-color4);
    margin-top: -1px;
    background-color: var(--uc-white-color);
}

.property-grid-5.property-block .listing-title,
.property-grid-5.property-block .listing-title a {
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.property-grid-5 .entry-header .listing-location {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: var(--uc-text-color2);
}

.property-grid-5 .entry-footer .listing-price {
    padding: 8px 12px;
    font-size: 15px;
    background-color: var(--uc-primary-color);
    color: var(--uc-white-color);
    display: flex;
    width: max-content;
    gap: 5px;
    border-radius: 3px;
    font-family: var(--uc-primary-font);
    letter-spacing: 1px;
    margin-top: 15px;
}

.property-grid-5 .entry-footer .listing-price small {
    font-size: 13px;
    font-weight: 400;
    color: var(--uc-white-color);
}

.property-grid-5 .entry-content .entry-status {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.property-grid-5 .entry-footer {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--uc-text-color4);
}

.property-grid-5 .entry-content .property-info {
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    width: 100%;
}

.property-grid-5 .entry-content .property-info li {
    color: var(--uc-default-color);
    font-size: 14px;
}

.property-grid-5 .entry-content .property-info li span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 5px;
    color: var(--uc-dark-color);
}

.property-grid-6 .entry-header .type {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-bottom: 20px;
}

.property-grid-6 .entry-header .type span {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--uc-accent-font);
    letter-spacing: 1px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.property-grid-6 .entry-thumbnail .quick-meta {
    display: flex;
    gap: 5px;
}

.property-grid-6 .entry-thumbnail .quick-meta li a {
    font-size: 14px;
    color: var(--uc-dark-color);
    background-color: var(--uc-white-color);
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    border-radius: 3px;
}

.property-grid-6 .entry-content-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--uc-gray-color);
    margin-top: -1px
}

.property-grid-6.property-block .listing-title,
.property-grid-6.property-block .listing-title a {
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.property-grid-6 .entry-header .listing-location {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: var(--uc-text-color2);
}

.property-grid-6 .entry-header .listing-price {
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--uc-primary-color);
    color: var(--uc-white-color);
    display: flex;
    width: max-content;
    gap: 5px;
    border-radius: 5px;
    font-family: var(--uc-primary-font);
    letter-spacing: 1px;
    align-items: center;
}

.property-grid-6 .entry-header .listing-price small {
    font-size: 13px;
    font-weight: 400;
    color: var(--uc-white-color);
}

.property-grid-6 .entry-content .entry-status {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.property-grid-6 .entry-footer {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--uc-text-color4);
}

.property-grid-6 .entry-footer .property-info {
    display: flex;
    gap: 15px;
    padding-top: 20px;
    justify-content: space-between;
    width: 100%;
}

.property-grid-6 .entry-footer .property-info li {
    color: var(--uc-default-color);
    font-size: 14px;
}

.property-grid-6 .entry-footer .property-info li span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 5px;
    color: var(--uc-dark-color);
}

.property-grid-7 .entry-header {
    margin-bottom: 15px;
}

.property-grid-7 .listing-price {
    font-weight: 700;
    color: var(--uc-primary-color);
    display: flex;
    font-family: var(--uc-primary-font);
    font-size: 20px;
    align-items: center;
    gap: 5px;
}

.property-grid-7 .listing-price small {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.property-grid-7.property-block .listing-title,
.property-grid-7.property-block .listing-title a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.property-grid-7.property-block .listing-title:hover,
.property-grid-7.property-block .listing-title a:hover {
    color: var(--uc-primary-color);
}

.property-grid-7 .listing-location {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #fff;
}

.property-grid-7 .property-info {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    align-items: star;
    justify-content: start;
    width: 100%;
}

.property-grid-7 .property-info li {
    color: #fff;
    font-size: 14px;
}

.property-grid-7 .entry-footer .quick-meta {
    display: flex;
    gap: 15px;
}

.property-grid-7 .property-info li span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 5px;
}

.property-grid-7 .entry-footer .quick-meta li a {
    color: #fff;
    font-size: 12px;
}

.property-grid-7 .entry-footer {
    display: flex;
    justify-content: space-between;
}

.property-grid-7 .entry-footer .post-date {
    font-family: var(--uc-primary-font);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.property-grid-7 .entry-wrapper {
    position: relative;
}

.property-grid-7 .entry-thumbnail::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgb(49,49,69);
    background: linear-gradient(0deg, rgba(49,49,69,1) 10%, rgba(49,49,69,0.20) 60%);
    z-index: 10;
}

.property-grid-7 .entry-content-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
}

.property-grid-slider .entry-content-wrapper {
    padding: 20px;
    position: relative;
}

.property-grid-slider .type {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.property-grid-slider .type span {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--uc-accent-font);
    letter-spacing: 1px;
    margin-right: 3px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: var(--uc-white-color);
}

.property-grid-slider .property-info {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
    border-radius: 25px;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.property-grid-slider .property-info li {
    color: var(--uc-dark-color);
    font-size: 14px;
}

.property-grid-slider .property-info li span { 
    display: inline-block; 
    text-align: center; 
    border-radius: 50%;
    font-size: 13px; 
    margin-right: 5px; 
}

.property-grid-slider .entry-pricing {
    display: flex;
    justify-content: space-between;
}

.property-grid-slider .listing-price {
    font-weight: 600;
    color: var(--uc-primary-color);
    display: flex;
    font-family: var(--uc-primary-font);
    font-size: 20px;
    align-items: center;
    gap: 5px;
    line-height: 30px;
}

.property-grid-slider .listing-price small {
    font-size: 13px;
    font-weight: 500;
    color: var(--uc-default-color);
    letter-spacing: 0.5px;
}

.property-grid-slider .quick-meta li {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: var(--uc-secondary-color);
    display: inline-block;
    margin: 2px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.property-grid-slider .quick-meta li a {
    display: block;
    color: var(--uc-white-color);
}

.property-grid-slider .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.property-grid-slider .property-type a {
    color: var(--uc-primary-color);
    font-weight: 500;
    letter-spacing: 1px;
}

.property-grid-slider .listing-location i {
    font-size: 13px;
}

.property-grid-slider .entry-footer .entry-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-grid-slider .entry-footer .entry-author .property-author img {
    border-radius: 100% !important;
}

.property-grid-slider .entry-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
}

.property-grid-slider .entry-footer .message-author {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.property-grid-slider .entry-footer .message-author a {
    width: 100%;
    line-height: 40px;
    text-align: center;
    background-color: var(--uc-primary-color);
    color: var(--uc-white-color);
    letter-spacing: 2px;
}

.property-list-1 .entry-wrapper,
.property-list-2 .entry-wrapper {
    display: flex;
    background-color: var(--uc-white-color);
    flex-direction: row;
}

.property-list-1 .entry-wrapper .entry-thumbnail,
.property-list-2 .entry-wrapper .entry-thumbnail {
    width: 380px;
}

.property-list-1 .entry-content-wrapper,
.property-list-2 .entry-content-wrapper {
    padding: 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.property-list-1.property-block .listing-title, 
.property-list-1.property-block .listing-title a,
.property-list-2.property-block .listing-title, 
.property-list-2property-block .listing-title a {
    font-weight: 600;
    color: var(--uc-dark-color);
    font-size: 20px;
    margin-bottom: 0;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 0.5px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.property-list-1 .listing-price {
    font-weight: 600;
    color: var(--uc-primary-color);
    display: flex;
    font-family: var(--uc-primary-font);
    font-size: 20px;
    align-items: center;
    gap: 5px;
    line-height: 30px;
}

.property-list-1 .listing-price small {
    font-size: 13px;
    font-weight: 500;
    color: var(--uc-default-color);
    letter-spacing: 0.5px;
}

.property-list-1 .listing-location {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--uc-text-color2);
    line-height: 25px;
}

.property-list-1 .property-info {
    display: flex;
    gap: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: var(--uc-light-color);
    align-items: center;
    justify-content: start;
    width: max-content;
}

.property-list-1 .property-info li {
    color: var(--uc-dark-color);
    font-size: 14px;
}

.property-list-1 .property-info li span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 5px;
}

.property-list-1 .post-meta {
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.property-list-1 .entry-footer,
.property-list-2 .entry-footer {
    margin-top: auto;
}

.property-list-2 .property-type a {
    color: var(--uc-white-color);
    text-transform: capitalize;
    background-color: var(--uc-secondary-color);
    padding: 3px 5px;
    font-weight: 400;
    letter-spacing: 1px;
}

.property-list-2 .post-date {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    color: #fff;
    font-family: var(--uc-primary-font);
    font-weight: 400;
}

.property-list-2 .listing-location {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--uc-text-color2);
}

.property-list-2 .property-info {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    align-items: star;
    justify-content: start;
    width: 100%;
}

.property-list-2 .property-info li {
    color: var(--uc-dark-color);
    font-size: 14px;
}

.property-list-2 .property-info li span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 5px;
}

.property-list-2 .listing-price {
    font-weight: 700;
    color: var(--uc-primary-color);
    display: flex;
    font-family: var(--uc-primary-font);
    font-size: 20px;
    align-items: center;
    gap: 5px;
}

.property-list-2 .listing-price small {
    font-size: 14px;
    font-weight: 400;
    color: var(--uc-default-color);
}

.property-list-2 .entry-footer .entry-author {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.property-list-2 .entry-footer .entry-author a {
    color: var(--uc-dark-color);
}


.widget {
    margin-bottom: 24px;
    color: var(--uc-dark-color);
    font-family: var(--uc-primary-font);
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 35px;
}

.listing-sidebar .widget {
    background-color: #fff;
}

.listing-sidebar .quick-search {
    padding: 0;
}

.property-carousel-widget .property-grid-1 .entry-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.widget-listing li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.widget-listing li .listing-title,
.widget-listing li .listing-title a {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}

.widget-listing li .listing-price {
    display: flex;
    gap: 5px;
    color: var(--uc-primary-color);
    font-family: var(--uc-primary-font);
    font-weight: 600;
}

.widget-listing li .property-info li {
    color: var(--uc-dark-color);
    font-size: 14px;
}

.widget-listing li .listing-price small {
    font-size: 13px;
    color: var(--uc-text-color2);
}

.widget-listing li img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.widget.footer-widget {
    color: var(--uc-white-color);
    font-family: var(--uc-primary-font);
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 0;
}

.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    color: var(--uc-dark-color);
    letter-spacing: 2px;
    font-family: var(--uc-primary-font);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
}

.footer-widget .widget-title {
    color: var(--uc-white-color);
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.footer-light .footer-widget .widget-title {
    color: var(--uc-dark-color);
    font-weight: 600;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.widget ul {
    margin: 0;
}

.widget ul li {
    line-height: 25px;
    list-style: none;
}

.widget ul li a {
    text-decoration: none;
}

.widget .widget-listing {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-widget {
    display: flex;
    gap: 20px;
}

.social-widget li a,
.social-widget a {
    font-size: 14px;
    text-decoration: none;
    color: var(--uc-dark-color);
}

.footer-widget.social-widget li a,
.footer-widget.social-widget a {
    color: var(--uc-white-color);
}

.footer-light .footer-widget.social-widget li a,
.footer-light .footer-widget.social-widget a {
    color: var(--uc-default-color);
}

.widget ul li a {
    text-decoration: none;
    color: var(--uc-dark-color);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.widget.footer-widget ul li a {
    color: var(--uc-white-color);
}

.footer-light .widget.footer-widget ul li a {
    color: var(--uc-default-color);
}

.footer-light .widget ul li a:hover,
.widget ul li a:hover {
    color: var(--uc-primary-color);
}

.widget-sidebar-nav {
    background-color: var(--uc-white-color);
}

.widget-sidebar-nav ul li {
    padding: 10px 0;
}

.widget-sidebar-nav ul li:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--uc-gray-color);
}

.widget-category ul li {
    padding: 10px 0;
}

.widget-category ul li a span {
    color: var(--uc-primary-color);
}

.widget-category ul li:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--uc-gray-color);
}

.blog-sidebar .widget {
    background-color: var(--uc-white-color);
}

.widget_search .search-field {
    border: 1px solid;
    border-color: var(--uc-gray-color);
    font-size: 14px;
    color: var(--uc-dark-color);
    height: 50px;
    padding: 12px 15px;
    border-radius: 3px;
    width: 100%;
}

.widget_search .search-field:focus,
.widget_search .search-field:focus-visible {
    border: none;
}

.widget_search input[type="submit"] {
    display: none;
}

.widget_categories ul li {
    padding: 10px 0;
    color: var(--uc-primary-color);
}

.widget_categories ul li a {
    color: var(--uc-dark-color);
}

.widget_categories ul li:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--uc-gray-color);
}

.widget_recent_entries ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget_recent_entries ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.widget_recent_entries .post-meta {
    display: flex;
    gap: 15px;
}

.widget_recent_entries .post-meta a {
    color: var(--uc-text-gray-color);
    font-size: 13px;
    position: relative;
    padding: 0;
}

.widget_recent_entries .post-meta a:not(:last-child)::after {
    content: "|";
    position: absolute;
    color: var(--uc-text-gray-color);
    right: -7px;
    top: -1px;
    height: 100%;
    width: 1px;
}

.widget_tag_cloud ul {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.widget_tag_cloud ul li a {
    background-color: var(--uc-light-color);
    color: var(--uc-text-gray-color);
    padding: 0 7px;
    font-size: 13px;
    display: block;
    line-height: 2;
}

.widget_tag_cloud ul li a:hover {
    color: var(--uc-white-color);
    background-color: var(--uc-primary-color);
}


/*=========================================================
Listing Page
=========================================================*/
.listing-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.listing-filter-bar .short-by-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.short-by-wrapper .view-style button {
    border: 0;
    background-color: transparent;
}

.listing-filter-bar .scrollableList {
    border: 0;
    background-color: transparent;
}

.scrollableList {
    color:#666;
    width:180px;
    float: left;
    background: #FFF;
    display:none;
    border-radius: 0;
    border: 1px solid #DEDEDE;
    position: relative;
}

.scrollableList i {
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 35%;
}

.scrollableList ul {
    padding: 3px 0px 3px 0px;
    margin: 0;
    position: absolute;
    width: 180px;
    background: #FAFAFA;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #DEDEDE;
    z-index: 100;
}

.scrollableList ul li {
    list-style:none;
    cursor:pointer;
    margin-left: 14px;
    line-height: 25px;
}

.selectedOption {
    cursor:pointer;
    padding: 0 12px;
    position: relative;
    z-index: 10;
    line-height: 40px;
}

.scrollableList ul li:hover {
    color:#c33;
}

.selectedOption:hover {
    color:#333;
}

.listing-ordering {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-ordering label {
    order: 1;
    color: var(--uc-dark-color);
}

.listing-ordering .scrollableList {
    background-color: transparent;
    border: 0;
}

.scrollableList {
    order: 2;
}

.push-nav-toggle {
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    padding: 0;
}

.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
    height: 100vh;
    width: 360px;
    padding: 100px 40px;
    overflow-y: scroll;
    position: fixed;
    background-color: var(--uc-white-color);
    min-height: 100%;
    top: 0;
    left: -360px;
    opacity: 0;
    z-index: 1000;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push::-webkit-scrollbar {
    display: none;
}

#page_wrapper.overlay::before {
    background-color: var(--uc-secondary-opacity-color);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 100;
}

.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push.visible {
    animation-name: slideInLeft;
    animation-duration: 0.3s;
    left: 0;
    opacity: 1;
}

.slide-nav-close {
    position: absolute;
    top: 24px;
    left: 40px;
    border-radius: 0 !important;
    line-height: 25px;
    font-size: 13px;
    cursor: pointer !important;
}

.select-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.select-custom li {
    list-style: none;
    line-height: normal;
}

.select-custom li label {
    padding: 3px 12px;
    border: 1px solid #d7d7d8;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: block;
}

.select-custom li input[type="radio"]:checked+label {
    border-color: var(--uc-primary-color);
    color: var(--uc-primary-color);
}

.select-custom li input[type="radio"]:checked+label:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 1px;
    border: 12px;
    border-style: solid;
    border-color: var(--uc-primary-color) transparent transparent transparent;
    transform: rotate(-45deg);
    right: -12px;
    bottom: -12px;
}

.select-custom li input[type="radio"]:checked+label:after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 5px;
    right: -1px;
    bottom: 9px;
    width: 8px;
    height: 8px;
    color: #FFF;
    font-weight: 900;
    z-index: 9;
}

.slide-filter .price-range-toggle {
    width: 100%
}

.custom-check-box {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.custom-check-box li {
    list-style: none;
}

.custom-check-box li .hide {
    display: none;
}

.custom-check-box label {
    padding-left: 27px;
    position: relative;
    cursor: pointer;
    line-height: 28px;
}

.custom-check-box label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 18px;
    top: .25rem;
    width: 18px;
    box-sizing: border-box;
    border-radius: .25rem;
    content: "";
    left: 0;
    position: absolute;
    transition: border-color 0.3s ease 0s;
}
 
.custom-check-box input[type="checkbox"]:checked+label::before {
    font-size: 7px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    border: none;
    background-color: var(--uc-primary-color);
    color: var(--uc-white-color);
}


.property-block{ 
background:#fff; border: none; border-radius: 0px; padding: 0px;


 }


 
/*==========================================================
Pagination
==========================================================*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    gap: 2px;
    margin: 0;
}

.pagination li {
    list-style: none;
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    color: var(--uc-dark-color);
    text-align: center;
    padding: 0;
    font-weight: 500;
    height: 40px;
    width: 40px;
    justify-content: center;
    font-family: var(--uc-primary-font);
    border-radius: 100%;
    border-color: transparent;
}

.pagination .page-item.active .page-link {
    color: #fff;
}

.pagination-wrap {
    margin-top: 50px;
}

.pagination .page-link, 
.pagination .page-item.disabled .page-link {
    background: transparent;
}


.listing-tabs .nav-tabs .nav-link {
    border-color: transparent;
    text-transform: uppercase;
    padding: 20px;
    width: auto;
    min-width: 150px;
    text-align: center;
    background-color: #ebebeb;
    line-height: 14px;
    white-space: nowrap;
    font-size: 13px;
    color: #000;
    margin-left: 2px;
    border-radius: 0px;







}


.breadcrumb-item li a{ color:#fff !important }



.entry-single-header{padding-top: 30%;}



/*==========================================================
Single Property
==========================================================*/
.single-property-page .entry-single-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.entry-single-title {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--uc-dark-color);
    margin-bottom: 0;
    line-height: 45px;
}

.single-property-page .entry-single-wrapper .entry-single-header {
    display: flex;
    justify-content: space-between;
}

.single-property-page .entry-single-header .listing-location {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--uc-text-color2);
    line-height: 25px;
}

.entry-property-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 20px;
}

.single-property-control {
    display: flex;
    gap: 5px;
}

.single-property-control li {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.single-property-control li a {
    color: #fff;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: var(--uc-dark-color);
    border-radius: 3px;
}

.single-property-page .entry-single-header .type span{
    padding: 5px 8px;
    font-family: var(--uc-primary-font);
    letter-spacing: 2px;
    background-color: var(--uc-primary-color) !important;
    text-transform: uppercase;
    font-size: 12px;
}

.single-property-page .listing-price {
    font-size: 24px;
    color: var(--uc-primary-color);
    font-family: var(--uc-primary-font);
    letter-spacing: 1px;
    font-weight: 600;
}

.single-property-page .listing-price small {
    font-size: 14px;
    color: var(--uc-text-color);
}

.single-property-page .listing-available {
    padding: 5px 8px;
    background-color: var(--uc-secondary-color);
    color: #fff;
    font-size: 12px;
    font-family: var(--uc-primary-font);
    letter-spacing: 1px;
    font-weight: 400;
}

.booking-shedule-tour,
.single-property-calculator,
.single-property-details,
.single-property-description,
.single-property-overview {
    padding: 25px;
    background-color: #fff;
    position: relative;
}

.single-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.single-content-wrapper .update-on {
    position: absolute;
    right: 35px;
    top: 25px;
    font-size: 12px;
    color: var(--uc-text-color3);
}

.single-content-wrapper .property-feature,
.single-content-wrapper .property-address,
.single-content-wrapper .property-info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-content-wrapper .property-info li {
    width: 48%;
    flex: 0 0 auto;
    padding: 10px;
    display: flex;
    gap: 10px;
}

.single-content-wrapper .property-address li {
    width: 50%;
    flex: 0 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.single-content-wrapper .property-feature li {
    width: 33%;
    flex: 0 0 auto;
    display: flex;
}

.single-content-wrapper .property-feature li span,
.single-content-wrapper .property-info li span,
.single-content-wrapper .property-address li span {
    font-weight: 500;
    color: var(--uc-dark-color);
}

.loan-calculator .input-group-prepend .input-group-text {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 0;
    font-family: var(--uc-primary-font);
}

.loan-result .input-group-prepend .input-group-text {
    height: 40px;
    text-align: center;
    border-radius: 0;
    font-family: var(--uc-primary-font);
}

.loan-result,
.loan-calculator {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#data-loading {
    display: none;
}

.loan-result {
    display: none;
}

.ac-block .ac-title {
    padding: 10px 15px;
    background-color: var(--uc-light-gray-color);
    color: var(--uc-dark-color);
    font-family: var(--uc-primary-font);
    font-weight: 600;
    font-size: 16px;
    display: block;
    cursor: pointer;
    letter-spacing: 2px;
}

.ac-block .ac-collapse {
    display: none;
}

.simple-accordion {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.select-tour-type {
    display: flex;
    gap: 10px;
}

.select-tour-type label {
    flex: 0 1 auto;
    width: 50%;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #676767;
    font-weight: 500;
}

.select-tour-type input[type="radio"]:checked+label {
    border-color: var(--uc-primary-color);
    color: #000;
}

.shedule-booking-form .scrollableList {
    width: 100%;
}

.shedule-booking-form .scrollableList ul {
    width: calc(100% + 2px);
    height: 200px;
    overflow-y: auto;
}

.overflow-mobile-scroll {
    overflow-x: none;
}

.nav-tab-line {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: var(--uc-dark-color);
}

.nav-tab-line li {
    line-height: 40px;
    position: relative;
}

.nav-tab-line li.active {
    color: var(--uc-primary-color) !important;
}

.nav-tab-line li.active:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    height: 2px;
    background-color: var(--uc-primary-color);
}

table td,
table th {
    border: none;
    padding: 10px;
}

.table-striped td {
    border-top: 1px solid #dee2e6;
}

.table-striped th {
    box-shadow: none;
}

.comment-head { 
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 5px;
    gap: 20px;
    justify-content: space-between;
}

.user-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comments-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-rating i {
    font-size: 10px;
}

.btn-review {
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: var(--uc-primary-color);
    color: var(--uc-white-color);
    text-decoration: none;
    display: block;
    line-height: 30px;
    height: max-content;
}

.comments-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comments-body .media {
    display: flex;
    flex-basis: auto;
    align-items: start;
}

.comments-user-name {
    font-size: 17px;
    color: var(--uc-dark-color);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 20px;
    line-height: 1.2;
    top: 0;
    width: 60px;
    font-family: star;
}

.star-rating::before {
    content: '\f005\f005\f005\f005\f005';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #d3ced2;
    float: left;
    top: 3px;
    left: 0;
    position: absolute;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--uc-default-color);
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: '\f005\f005\f005\f005\f005';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    top: 3px;
    position: absolute;
    left: 0;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--bs-yellow);
}

.comments-date {
    font-family: var(--uc-primary-font);
    font-weight: 500;
    letter-spacing: 1px;
}

.comments-body .media-replay {
    display: flex;
    flex-basis: auto;
    align-items: start;
    margin-top: 30px;
}

.comments-body .media img {
    width: 50px;
    height: 50px;
}

.leave-feedback-wrapper {
    background-color: var(--uc-white-color);
    padding: 35px;
}

.leave-feedback-form .scrollableList {
    width: 100%;
}

.leave-feedback-form .scrollableList ul {
    width: calc(100% + 2px);
}

.related-property-list {
    margin-top: 50px;
}

.contact-with-agent {
    background-color: var(--uc-white-color);
    padding: 0px;
}

.single-agent-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.single-agent-info img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.single-agent-info .agent-block {
    display: flex;
    flex-direction: column;
    line-height: initial;
    gap: 5px;
}


.single-contact-agent .scrollableList {
    width: 100%;
}

.single-contact-agent .createdList {
    width: calc(100% + 2px);
}


.listing-price{ font-size:36px }




.off_btn{ background:#fff; border:solid 1px #222 !important;  padding-left: 10px; padding-right: 10px; color: #222}

.off_btn:hover;{ background:#a00104 !important;}



.entry-single-header span img{ width:40px }




@media screen and (max-width: 720px) {

.single-content-wrapper .property-info li{ width:100%  }



}



.date-slider{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.arrow{
  cursor: pointer;
  font-size: 11px;
  user-select: none;
  padding: 5px 15px;
  border-radius: 50%;
  border: #ddd solid 1px;
  width: 40px;
  height: 40px;
}

.days{
  display: flex;
  gap: 10px;
}

.day-card{
  width: 80px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0;
}

.day-card .dow{
  font-size: 12px;
  color: gray;
}

.day-card .date{
  font-size: 20px;
  font-weight: bold;
}

.day-card .mon{
  font-size: 12px;
  color: gray;
}

.day-card.selected{
  border:2px solid #007bff;
  background:#e7f0ff;
}



.download-btn{
    padding: 12px 22px;
    background: #92241e;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
  }
  .download-btn:hover{
    background:#005fd1;
  }

  /* Overlay */
  .popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.55);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999;
  }

  /* Popup box */
  .popup-box{
    background:#fff;
    padding:25px;
    border-radius:10px;
    width:350px;
    position:relative;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    animation:fadeIn .25s ease;
  }

  @keyframes fadeIn{
    from{opacity:0; transform:scale(.9);}
    to{opacity:1; transform:scale(1);}
  }

  /* Close button */
  .close-btn{
    position:absolute;
    right:12px;
    top:10px;
    font-size:20px;
    cursor:pointer;
  }

  .popup-box h2{
    margin-top:0;
  }

  .download-link{
    display:block;
    text-align:center;
    padding:12px;
    background:#28a745;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    margin-top:15px;
  }
  .download-link:hover{
    background:#1f8a39;
  }





  .nav-btn {
  /* Shared Styles */
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  background-color: white;
  transition: all 0.2s ease;
  flex: 1; /* Makes them equal width */
  min-width: 150px;
  
  /* Unselected State (Grey/Light Border) */
  border: 1px solid #e0e0e0;
  color: #000;
  font-weight: 400;
}

.nav-btn.active {
  /* Selected State (Black Border/Bold) */
  border: 2px solid #000;
  font-weight: 700;
  padding: 11px 23px; /* Adjust padding to prevent "jumping" due to 2px border */
}

.nav-btn:hover:not(.active) {
  background-color: #f9f9f9;
}



  .nav-btn1 {
  /* Shared Styles */
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  background-color: white;
  transition: all 0.2s ease;
  flex: 1; /* Makes them equal width */
  min-width: 150px;
  
  /* Unselected State (Grey/Light Border) */
  border: 1px solid #e0e0e0;
  color: #000;
  font-weight: 400;
}

.nav-btn1.active {
  /* Selected State (Black Border/Bold) */
  border: 2px solid #000;
  font-weight: 700;
  padding: 11px 23px; /* Adjust padding to prevent "jumping" due to 2px border */
}

.nav-btn1:hover:not(.active) {
  background-color: #f9f9f9;
}


.select-btn {
  /* Default (Unselected) Style */
  padding: 15px 10px;
  background-color: white;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.1s ease;
  
  /* Light border for unselected buttons */
  border: 1px solid #eeeeee;
}

/* The "Selected" Style from your image */
.select-btn.active {
  border: 2px solid #000; /* Thick black border */
  font-weight: 700;       /* Bold text */
  padding: 14px 9px;     /* Adjust padding so button size doesn't change */
}

.select-btn:hover:not(.active) {
  background-color: #fafafa;
}


.map-price{ width:150px; position: absolute; text-align: center; background: #fff; padding: 20px; margin: auto; left: 0; right: 0; font-size: 18px; font-weight: bold; top: 31%; }