.elementor-27 .elementor-element.elementor-element-8afd0cb{--display:flex;--min-height:400px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;}.elementor-27 .elementor-element.elementor-element-8afd0cb:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-8afd0cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ca9c570 );}.elementor-27 .elementor-element.elementor-element-8afd0cb::before, .elementor-27 .elementor-element.elementor-element-8afd0cb > .elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-8afd0cb > .e-con-inner > .elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-8afd0cb > .elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-8afd0cb > .e-con-inner > .elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-8afd0cb > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://teknr1.thestackly.site/wp-content/uploads/2026/07/pexels-photo-7173673-scaled.avif");--background-overlay:'';background-position:center center;background-size:cover;}.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-27 .elementor-element.elementor-element-8a7b7fb .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:60px;font-weight:700;color:var( --e-global-color-astglobalcolor4 );}.elementor-27 .elementor-element.elementor-element-5377634{--display:flex;}.elementor-27 .elementor-element.elementor-element-4531c8a{--display:flex;}.elementor-27 .elementor-element.elementor-element-7572380{--display:flex;}body.elementor-page-27:not(.elementor-motion-effects-element-type-background), body.elementor-page-27 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4b652f9 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-27 .elementor-element.elementor-element-8afd0cb{--min-height:350px;}.elementor-27 .elementor-element.elementor-element-8a7b7fb .elementor-heading-title{font-size:55px;}}@media(max-width:767px){.elementor-27 .elementor-element.elementor-element-8afd0cb{--min-height:300px;}.elementor-27 .elementor-element.elementor-element-8a7b7fb .elementor-heading-title{font-size:45px;}}/* Start custom CSS for html, class: .elementor-element-1db29d3 *//* ==========================
   WHY INVEST WITH US
========================== */

.invest-premium{
    padding:80px 50px 0px;
    background:#FAF8F3;
}

.invest-premium .section-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.invest-premium .section-heading span{
    display:inline-block;
    color:#D4AF37;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.invest-premium .section-heading h2{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#1A1A1A;
    margin:0;
}

/* Grid */

.invest-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    align-items:center;
}

.invest-card{
    background:#FFFFFF;
    padding:35px;
    border-radius:24px;
    border:1px solid #E5E7EB;
    transition:.4s ease;
}

.invest-card:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.invest-icon{
    width:70px;
    height:70px;
    background:#0F3D3E;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.invest-icon i{
    color:#FFFFFF;
    font-size:28px;
}

.invest-card h3{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:24px;
    font-weight:600;
    color:#1A1A1A;
    margin-bottom:15px;
}

.invest-card p{
    font-family:'DM Sans',sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#5F6368;
    margin:0;
}

/* Center Circle */

.invest-center{
    width:280px;
    height:280px;
    margin:auto;
    background:#0F3D3E;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.invest-center h2{
    color:#D4AF37;
    font-size:70px;
    margin:0;
    font-family:'Plus Jakarta Sans',sans-serif;
}

.invest-center span{
    color:#FFFFFF;
    font-size:18px;
    max-width:180px;
    line-height:1.6;
}

/* Tablet */

@media(max-width:1024px){

    .invest-premium{
        padding:50px 30px 0px;
    }

    .invest-grid{
        grid-template-columns:1fr 1fr;
    }

    .invest-center{
        width:220px;
        height:220px;
    }

    .invest-center h2{
        font-size:55px;
    }

    .invest-premium .section-heading h2{
        font-size:34px;
    }
}

/* Mobile */

@media(max-width:767px){

    .invest-premium{
        padding:30px 10px 0px;
    }

    .invest-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .invest-premium .section-heading h2{
        font-size:28px;
    }

    .invest-card{
        padding:25px;
    }

    .invest-center{
        width:200px;
        height:200px;
    }

    .invest-center h2{
        font-size:45px;
    }

    .invest-center span{
        font-size:15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edf9d15 *//* ==========================
   FEATURED LISTINGS
========================== */

.featured-showcase{
    padding:80px 50px 0px 50px;
    background:#FFFFFF;
}

/* Heading */

.featured-showcase .section-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.featured-showcase .section-heading span{
    display:inline-block;
    color:#D4AF37;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.featured-showcase .section-heading h2{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#1A1A1A;
    margin:0;
}

/* Property Row */

.property-row{
    display:grid;
    grid-template-columns:380px 1fr auto auto;
    align-items:center;
    gap:50px;
    padding:35px 0;
    border-bottom:1px solid #E5E7EB;
    transition:.4s ease;
}

.property-row:hover{
    padding-left:20px;
}

/* Image */

.property-image{
    overflow:hidden;
    border-radius:24px;
}

.property-image img{
    width:100%;
    height:340px;
    object-fit:cover;
    display:block;
    transition:.8s ease;
}

.property-row:hover .property-image img{
    transform:scale(1.08);
}

/* Content */

.property-content{
    max-width:550px;
}

.property-type{
    display:inline-block;
    color:#D4AF37;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.property-content h3{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:34px;
    font-weight:700;
    line-height:1.2;
    color:#1A1A1A;
    margin:0 0 12px;
}

.property-content p{
    font-family:'DM Sans',sans-serif;
    font-size:16px;
    color:#5F6368;
    margin:0;
}

/* Price */

.property-price{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:36px;
    font-weight:700;
    color:#0F3D3E;
    white-space:nowrap;
}

/* Link */

.property-link{
    color:#0F3D3E;
    text-decoration:none;
    font-weight:600;
    font-size:16px;
    white-space:nowrap;
    transition:.3s;
}

.property-link:hover{
    color:#D4AF37;
}

/* Tablet */

@media(max-width:1024px){

    .featured-showcase{
        padding:50px 30px 0px 30px;
    }

    .featured-showcase .section-heading h2{
        font-size:34px;
    }

    .property-row{
        grid-template-columns:230px 1fr;
        gap:30px;
    }

    .property-image img{
        height:220px;
    }

    .property-price{
        margin-left:310px;
        margin-top:15px;
        font-size:30px;
    }

    .property-link{
        margin-left:310px;
        display:inline-block;
        margin-top:10px;
    }

    .property-content h3{
        font-size:28px;
    }
}

/* Mobile */

@media(max-width:767px){

    .featured-showcase{
        padding:30px 10px 0px 10px;
    }

    .featured-showcase .section-heading{
        margin-bottom:40px;
    }

    .featured-showcase .section-heading h2{
        font-size:28px;
    }

    .property-row{
        grid-template-columns:1fr;
        gap:20px;
        padding:25px 0;
    }

    .property-row:hover{
        padding-left:0;
    }

    .property-image img{
        width:100%;
        height:280px;
    }

    .property-content h3{
        font-size:24px;
    }

    .property-content p{
        font-size:15px;
    }

    .property-price{
        margin-left:0;
        font-size:28px;
    }

    .property-link{
        margin-left:0;
        margin-top:0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-231b087 *//* ==========================
   FAQ + CTA SECTION
========================== */

.faq-cta-section{
    padding:80px 50px 50px 50px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    overflow:hidden;
    border-radius:30px;
}

.faq-side{
    background:#FAF8F3;
    padding:60px;
}

.cta-side{
    background:#0F3D3E;
    padding:60px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.section-tag{
    display:inline-block;
    color:#D4AF37;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.faq-side h2,
.cta-side h2{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:30px;
}

.faq-side h2{
    color:#1A1A1A;
}

.cta-side h2{
    color:#FFFFFF;
}

.faq-item{
    padding:20px 0;
    border-bottom:1px solid #E5E7EB;
}

.faq-item:last-child{
    border-bottom:none;
}

.faq-item h3{
    font-size:20px;
    margin-bottom:10px;
    color:#1A1A1A;
}

.faq-item p{
    color:#5F6368;
    line-height:1.8;
    margin:0;
}

.cta-side p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    margin-bottom:35px;
}

.cta-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:all .3s ease;
}

.btn-primary{
    background:#D4AF37;
    color:#1A1A1A;
}

.btn-secondary{
    background:transparent;
    border:1px solid rgba(255,255,255,.25);
    color:#FFFFFF;
}

/* Hover */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background:#FFFFFF;
    color:#1A1A1A !important;
    text-decoration:none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
    background:#FFFFFF;
    color:#0F3D3E !important;
    border-color:#FFFFFF;
    text-decoration:none;
}

/* Visited */

.btn-primary:visited{
    color:#1A1A1A;
}

.btn-secondary:visited{
    color:#FFFFFF;
}

/* Tablet */

@media(max-width:1024px){

    .faq-cta-section{
        padding:50px 30px 30px 30px;
        grid-template-columns:1fr;
    }

    .faq-side,
    .cta-side{
        padding:40px;
    }

    .faq-side h2,
    .cta-side h2{
        font-size:34px;
    }
}

/* Mobile */

@media(max-width:767px){

    .faq-cta-section{
        padding:30px 10px 20px 10px;
        border-radius:20px;
    }

    .faq-side,
    .cta-side{
        padding:25px;
    }

    .faq-side h2,
    .cta-side h2{
        font-size:28px;
    }

    .faq-item h3{
        font-size:18px;
    }

    .cta-buttons{
        flex-direction:column;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
    }
}/* End custom CSS */