.elementor-80 .elementor-element.elementor-element-2463ba0{--display:flex;--min-height:500px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.4;--margin-top:-160px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-80 .elementor-element.elementor-element-2463ba0:not(.elementor-motion-effects-element-type-background), .elementor-80 .elementor-element.elementor-element-2463ba0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://baitaqareya.com/wp-content/uploads/2025/11/pexels-njeromin-14530324-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:auto;}.elementor-80 .elementor-element.elementor-element-2463ba0::before, .elementor-80 .elementor-element.elementor-element-2463ba0 > .elementor-background-video-container::before, .elementor-80 .elementor-element.elementor-element-2463ba0 > .e-con-inner > .elementor-background-video-container::before, .elementor-80 .elementor-element.elementor-element-2463ba0 > .elementor-background-slideshow::before, .elementor-80 .elementor-element.elementor-element-2463ba0 > .e-con-inner > .elementor-background-slideshow::before, .elementor-80 .elementor-element.elementor-element-2463ba0 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-80 .elementor-element.elementor-element-a66ec85{width:var( --container-widget-width, 55% );max-width:55%;margin:55px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:55%;--container-widget-flex-grow:0;}.elementor-80 .elementor-element.elementor-element-a66ec85 .elementskit-section-title-wraper .elementskit-section-title{color:#FFFFFF;margin:0px 0px 0px 0px;font-size:40px;}.elementor-80 .elementor-element.elementor-element-a66ec85 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-80 .elementor-element.elementor-element-a66ec85 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-80 .elementor-element.elementor-element-a66ec85 .elementskit-section-title-wraper .elementskit-section-subtitle{color:#FFFFFF;font-weight:500;margin:8px 0px 0px 0px;}.elementor-80 .elementor-element.elementor-element-b286e40{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-80 .elementor-element.elementor-element-b286e40.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-80 .elementor-element.elementor-element-34624c8{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}@media(max-width:1024px) and (min-width:768px){.elementor-80 .elementor-element.elementor-element-b286e40{--width:880px;}}@media(max-width:1024px){.elementor-80 .elementor-element.elementor-element-2463ba0{--min-height:500px;}.elementor-80 .elementor-element.elementor-element-a66ec85{width:var( --container-widget-width, 70% );max-width:70%;margin:65px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-80 .elementor-element.elementor-element-a66ec85 .elementskit-section-title-wraper .elementskit-section-title{font-size:30px;}}@media(max-width:767px){.elementor-80 .elementor-element.elementor-element-2463ba0{--min-height:388px;}.elementor-80 .elementor-element.elementor-element-a66ec85{margin:95px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-80 .elementor-element.elementor-element-a66ec85 .elementskit-section-title-wraper .elementskit-section-title{font-size:25px;}.elementor-80 .elementor-element.elementor-element-a66ec85 .elementskit-section-title-wraper .elementskit-section-subtitle{font-size:15px;}}/* Start custom CSS for es-listings-widget, class: .elementor-element-34624c8 *//* TABLET VIEW (max-width 1024px) -> Force 2 Columns */
@media (max-width: 1024px) {
    /* Target the container to ensure it allows wrapping */
    .es-listings.es-listings--grid-3 {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    /* Target the individual property cards */
    .es-listings.es-listings--grid-3 .es-listing {
        width: 50% !important;      /* Sets width to half the screen */
        max-width: 50% !important;
        flex: 0 0 50% !important;
        box-sizing: border-box !important; /* Ensures padding doesn't break the layout */
    }
}

/* MOBILE VIEW (max-width 767px) -> Force 1 Column */
@media (max-width: 767px) {
    .es-listings.es-listings--grid-3 .es-listing {
        width: 100% !important;     /* Sets width to full screen */
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}
/* TABLET ONLY (Landscape & Portrait) - Force 2 Columns */
@media (min-width: 768px) and (max-width: 1024px) {
    
    /* 1. Force the Container to use Grid Layout with 2 Columns */
    .es-listings.es-listings--grid-3 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 20px !important; /* Adjust spacing between items if needed */
    }

    /* 2. Reset the individual Item width so they fit into the grid */
    .es-listings.es-listings--grid-3 .es-listing {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin-right: 0 !important; /* Remove old margins if any */
    }
}
/* Hide "Powered by Estatik" credits */
.es-powered-by, 
.es-credits, 
.estatik-powered-by {
    display: none !important;
}

/* Fallback: Hides any link pointing to estatik.net inside the listings */
.es-listings a[href*="estatik.net"] {
    display: none !important;
}
/* Hides the "Powered by Estatik" text */
.es-powered {
    display: none !important;
}/* End custom CSS */