.elementor-50 .elementor-element.elementor-element-e4cb165{--display:flex;}.elementor-50 .elementor-element.elementor-element-99689da .tpg-el-main-wrapper .tpg-el-image-wrap img{width:inherit;}.elementor-50 .elementor-element.elementor-element-99689da .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap img{object-position:inherit;}.elementor-50 .elementor-element.elementor-element-99689da .tpg-el-main-wrapper .rt-holder:hover .tpg-el-image-wrap img{object-position:inherit;}.elementor-50 .elementor-element.elementor-element-99689da .rt-tpg-container .tpg-post-holder .rt-detail .read-more a{border-style:solid;border-width:1px 1px 1px 1px;border-color:#D4D4D4;}body .elementor-50 .elementor-element.elementor-element-99689da .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover{border-style:solid;border-width:1px 1px 1px 1px;border-color:#7a64f2;}.elementor-50 .elementor-element.elementor-element-fb3e15c{--display:flex;}.elementor-50 .elementor-element.elementor-element-2c1baaf{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#C6B7B75C;--border-color:#C6B7B75C;--border-radius:4px 4px 4px 4px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-50 .elementor-element.elementor-element-01a3102{--display:flex;}.elementor-50 .elementor-element.elementor-element-4325d28{--display:flex;}.elementor-50 .elementor-element.elementor-element-71b9837{--display:flex;}.elementor-50 .elementor-element.elementor-element-dcc3c76{--n-tabs-heading-justify-content:flex-start;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:center;--n-tabs-title-flex-grow:0;--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-padding-top:12px;--n-tabs-title-padding-right:18px;--n-tabs-title-padding-bottom:12px;--n-tabs-title-padding-left:18px;--n-tabs-title-font-size:14px;--n-tabs-title-color:var( --e-global-color-a9fe860 );}.elementor-50 .elementor-element.elementor-element-dcc3c76.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not( :hover ){box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);}.elementor-50 .elementor-element.elementor-element-dcc3c76.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:"Inter", Sans-serif;font-weight:500;}/* Start custom CSS for html, class: .elementor-element-79c8eb5 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-73816da */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-948de69 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79c8eb5 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-73816da */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-948de69 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79c8eb5 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-73816da */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-948de69 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79c8eb5 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-73816da */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-948de69 */.zameen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Force 4 columns on laptop/desktop */
.zameen-list a {
    flex: 1 1 23%; /* slightly less than 25% to account for gaps */
    min-width: 23%; /* ensures 4 items per row */
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

/* Tablet 768px – 1023px: 2 columns */
@media (max-width: 1023px) and (min-width: 768px) {
    .zameen-list a {
        flex: 1 1 48%;
        min-width: 48%;
    }
}

/* Mobile < 768px: 1 column */
@media (max-width: 767px) {
    .zameen-list a {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* Toggle button aligned right */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.society-sort-toggle {
    padding: 6px 12px;
    background: #0047AB;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.society-sort-toggle:hover { background: #0056b3; }

.society-sort-toggle .arrow { 
    display: inline-block; 
    transition: transform 0.3s; 
}/* End custom CSS */
/* Start custom CSS for nested-tabs, class: .elementor-element-dcc3c76 */.zameen-list {
    column-count: 4;
    column-gap: 40px;
}

.zameen-list a {
    display: block;
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.zameen-list a:hover {
    color: #2e7d32;
}/* End custom CSS */