.elementor-13 .elementor-element.elementor-element-54efb83{--display:flex;--min-height:400px;--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;--overlay-opacity:0.6;}.elementor-13 .elementor-element.elementor-element-54efb83:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-54efb83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://images.pexels.com/photos/36767278/pexels-photo-36767278.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-13 .elementor-element.elementor-element-54efb83::before, .elementor-13 .elementor-element.elementor-element-54efb83 > .elementor-background-video-container::before, .elementor-13 .elementor-element.elementor-element-54efb83 > .e-con-inner > .elementor-background-video-container::before, .elementor-13 .elementor-element.elementor-element-54efb83 > .elementor-background-slideshow::before, .elementor-13 .elementor-element.elementor-element-54efb83 > .e-con-inner > .elementor-background-slideshow::before, .elementor-13 .elementor-element.elementor-element-54efb83 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-08bb85a .elementor-heading-title{font-family:"Bodoni Moda", Sans-serif;font-size:55px;font-weight:800;color:var( --e-global-color-astglobalcolor4 );}.elementor-13 .elementor-element.elementor-element-83bd0e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-16a960c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-8866723{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9620b08 );}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-13 .elementor-element.elementor-element-54efb83:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-54efb83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-13 .elementor-element.elementor-element-54efb83{--min-height:350px;}.elementor-13 .elementor-element.elementor-element-08bb85a .elementor-heading-title{font-size:48px;}}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-54efb83{--min-height:300px;}.elementor-13 .elementor-element.elementor-element-08bb85a .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-5ee786f *//* ==========================
   WHY INVEST WITH US
========================== */

.invest-section{
    padding:80px 50px 0;
    background:#FCFAF7;
}

.invest-header{
    max-width:700px;
    margin:0 auto 70px;
    text-align:center;
}

.invest-tag{
    display:inline-block;

    color:#C76B3C;

    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:600;

    letter-spacing:1px;
    text-transform:uppercase;

    margin-bottom:15px;
}

.invest-header h2{
    margin:0 0 20px;

   font-family: 'Bodoni Moda', serif;
    font-size:45px;
    font-weight:700;
    line-height:1.2;

    color:#111827;
}

.invest-header p{
    font-family:'Inter',sans-serif;
    font-size:17px;
    line-height:1.9;

    color:#6B7280;
}

.invest-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.invest-card{
    position:relative;

    background:#fff;

    padding:40px;

    border-radius:30px;

    border:1px solid #ECE7E2;

    overflow:hidden;

    transition:.4s;

    box-shadow:
    0 10px 30px rgba(0,0,0,.04);
}

.invest-card:hover{
    transform:translateY(-10px);

    border-color:#C76B3C;

    box-shadow:
    0 25px 50px rgba(0,0,0,.08);
}

.invest-number{
    position:absolute;

    top:15px;
    right:20px;

    font-family: 'Bodoni Moda', serif;
    font-size:90px;
    font-weight:800;

    color:rgba(199,107,60,.06);

    line-height:1;
}

.invest-card h3{
    margin:0 0 15px;

    font-family: 'Bodoni Moda', serif;
    font-size:28px;
    font-weight:700;

    color:#111827;
}

.invest-card p{
    margin:0;

    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.8;

    color:#6B7280;
}

/* ==========================
   TABLET
========================== */

@media(max-width:1024px){

    .invest-section{
        padding:50px 30px 0;
    }

    .invest-header h2{
        font-size:35px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .invest-section{
        padding:30px 10px 0;
    }

    .invest-header h2{
        font-size:25px;
    }

    .invest-grid{
        grid-template-columns:1fr;
    }

    .invest-card{
        padding:30px;
    }

    .invest-card h3{
        font-size:22px;
    }

    .invest-number{
        font-size:70px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-832b5da *//* ==========================
   PROPERTY SHOWCASE
========================== */

*{
    box-sizing:border-box;
}

.property-showcase{
    padding:80px 50px 0;
    background:#FCFAF7;
    overflow:hidden;
}

/* ==========================
   HEADER
========================== */

.showcase-header{
    max-width:700px;
    margin:0 auto 80px;
    text-align:center;
}

.section-tag{
    display:inline-block;

    color:#C76B3C;

    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:600;

    text-transform:uppercase;
    letter-spacing:1px;

    margin-bottom:15px;
}

.showcase-header h2{
    margin:0;

    font-family: 'Bodoni Moda', serif;
    font-size:45px;
    font-weight:700;
    line-height:1.2;

    color:#111827;
}

/* ==========================
   PROPERTY ITEM
========================== */

.showcase-item{
    max-width:1200px;
    margin:0 auto 100px;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;

    align-items:center;
}

/* Reverse Layout */

.showcase-item.reverse .showcase-image{
    order:2;
}

.showcase-item.reverse .showcase-content{
    order:1;
}

/* ==========================
   IMAGE
========================== */

.showcase-image{
    width:100%;
    overflow:hidden;
    border-radius:24px;
}

.showcase-image img{
    width:100%;
    height:500px;

    object-fit:cover;
    display:block;

    transition:.6s ease;
}

.showcase-item:hover .showcase-image img{
    transform:scale(1.05);
}

/* ==========================
   CONTENT
========================== */

.showcase-content{
    width:100%;
    max-width:500px;
}

/* Align Content */

.showcase-item:not(.reverse) .showcase-content{
    margin-right:auto;
}

.showcase-item.reverse .showcase-content{
    margin-left:auto;
}

.property-location{
    display:inline-block;

    color:#C76B3C;

    font-family:'Inter',sans-serif;
    font-size:14px;
    font-weight:600;

    text-transform:uppercase;
    letter-spacing:1px;

    margin-bottom:15px;
}

.showcase-content h3{
    margin:0 0 20px;

    font-family: 'Bodoni Moda', serif;
    font-size:42px;
    font-weight:700;
    line-height:1.2;

    color:#111827;
}

.showcase-content p{
    margin:0 0 25px;

    font-family:'Inter',sans-serif;
    font-size:17px;
    line-height:1.9;

    color:#6B7280;
}

/* ==========================
   META
========================== */

.property-meta{
    display:flex;
    flex-wrap:wrap;
    gap:15px;

    margin-bottom:25px;
}

.property-meta span{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 18px;

    background:#F3ECE5;

    border-radius:50px;

    font-family:'Inter',sans-serif;
    font-size:14px;
    font-weight:600;

    color:#111827;
}

/* ==========================
   PRICE
========================== */

.property-price{
    margin-bottom:30px;

   font-family: 'Bodoni Moda', serif;
    font-size:34px;
    font-weight:800;

    color:#C76B3C;
}

/* ==========================
   BUTTON
========================== */

.property-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 32px;

    background:#C76B3C;
    color:#fff !important;

    text-decoration:none;

    border-radius:50px;

    font-family:'Inter',sans-serif;
    font-size:16px;
    font-weight:600;

    transition:.3s ease;
}

.property-btn:hover{
    background:#A8572D;
    color:#fff !important;

    transform:translateY(-3px);

    box-shadow:0 12px 25px rgba(199,107,60,.25);
}

.property-btn:focus,
.property-btn:active,
.property-btn:visited{
    color:#fff !important;
    text-decoration:none;
}

/* ==========================
   TABLET
========================== */

@media(max-width:1024px){

    .property-showcase{
        padding:50px 30px 0;
    }

    .showcase-header{
        margin-bottom:60px;
    }

    .showcase-header h2{
        font-size:35px;
    }

    .showcase-item{
        grid-template-columns:1fr;
        gap:35px;
        margin-bottom:70px;
    }

    .showcase-item.reverse .showcase-image,
    .showcase-item.reverse .showcase-content{
        order:unset;
    }

    .showcase-content{
        max-width:100%;
        margin:0 !important;
    }

    .showcase-image img{
        height:450px;
    }

    .showcase-content h3{
        font-size:32px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .property-showcase{
        padding:30px 10px 0;
    }

    .showcase-header{
        margin-bottom:50px;
    }

    .showcase-header h2{
        font-size:25px;
    }

    .showcase-item{
        gap:25px;
        margin-bottom:50px;
    }

    .showcase-image{
        border-radius:20px;
    }

    .showcase-image img{
        height:300px;
    }

    .showcase-content h3{
        font-size:24px;
    }

    .showcase-content p{
        font-size:16px;
    }

    .property-meta{
        gap:10px;
    }

    .property-meta span{
        font-size:13px;
        padding:8px 14px;
    }

    .property-price{
        font-size:28px;
    }

    .property-btn{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c52345 *//* ==========================
   FAQ SECTION
========================== */

.faq-section{
    padding:80px 50px 40px 50px;
    background:#FCFAF7;
}

.faq-container{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:40% 60%;
    gap:60px;
}

/* Left */

.faq-tag{
    display:inline-block;

    color:#C76B3C;

    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:600;

    text-transform:uppercase;
    letter-spacing:1px;

    margin-bottom:15px;
}

.faq-left h2{
    margin:0 0 20px;
font-family: 'Bodoni Moda', serif;
    font-size:45px;
    font-weight:700;

    color:#111827;
}

.faq-left p{
    margin-bottom:30px;

    font-family:'Inter',sans-serif;
    font-size:17px;
    line-height:1.9;

    color:#6B7280;
}

/* Button */

.faq-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 32px;

    background:#C76B3C;
    color:#fff !important;

    text-decoration:none;

    border-radius:50px;

    font-family:'Inter',sans-serif;
    font-weight:600;
}

.faq-btn:hover{
    background:#A8572D;
}

/* Right */

.faq-right{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-item{
    background:#fff;

    border:1px solid #ECE7E2;

    border-radius:24px;

    padding:25px 30px;

    transition:.3s;
}

.faq-item[open]{
    border-color:#C76B3C;
}

.faq-item summary{
    list-style:none;
    cursor:pointer;

   font-family: 'Bodoni Moda', serif;
    font-size:22px;
    font-weight:700;

    color:#111827;

    position:relative;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:'+';

    position:absolute;
    right:0;

    color:#C76B3C;

    font-size:28px;
    font-weight:700;
}

.faq-item[open] summary::after{
    content:'−';
}

.faq-item p{
    margin-top:20px;

    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.9;

    color:#6B7280;
}
@media(max-width:1024px){

.faq-section{
    padding:50px 30px 30px 30px;
}

.faq-container{
    grid-template-columns:1fr;
    gap:40px;
}

.faq-left h2{
    font-size:35px;
}

}

@media(max-width:767px){

.faq-section{
    padding:30px 10px 20px 10px;
}

.faq-left h2{
    font-size:25px;
}

.faq-item{
    padding:20px;
}

.faq-item summary{
    font-size:18px;
}

}/* End custom CSS */