.elementor-71 .elementor-element.elementor-element-c2b21b2{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-69e15c0 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.hero-realty-section{
    width:100%;
    font-family:'Poppins',sans-serif;
}

/* Container */

.hero-realty-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* Top Section */

.hero-top{
    background:#082b63;
    color:#fff;
    padding:70px 0;
}

.hero-top h2{
    text-align:center;
    font-size:40px;
    font-weight:600;
    margin-bottom:35px;
}

.hero-top p{
    font-size:17px;
    line-height:1.9;
    color:#f3f3f3;
    margin-bottom:22px;
    text-align:justify;
}

/* Bottom Section */

.hero-bottom{
    background:#e6dbc8;
    padding:60px 0;
    text-align:center;
}

.project-status{
    font-size:18px;
    color:#222;
    margin-bottom:30px;
}

.project-status strong{
    font-weight:600;
}

.disclaimer{
    max-width:1000px;
    margin:0 auto 35px;
    font-size:15px;
    color:#555;
    line-height:1.8;
}

.read-more-btn{
    display:inline-block;
    text-decoration:none;
    color:#111;
    font-size:22px;
    font-weight:500;
    position:relative;
    transition:.3s;
}

.read-more-btn::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:0;
    height:2px;
    background:#082b63;
    transition:.3s;
}

.read-more-btn:hover{
    color:#082b63;
}

.read-more-btn:hover::after{
    width:100%;
}

.privacy-link{
    margin-top:35px;
}

.privacy-link a{
    color:#222;
    text-decoration:underline;
    font-size:16px;
    transition:.3s;
}

.privacy-link a:hover{
    color:#082b63;
}

/* Responsive */

@media(max-width:992px){

.hero-top{
    padding:60px 0;
}

.hero-top h2{
    font-size:34px;
}

.hero-top p{
    font-size:16px;
}

}

@media(max-width:768px){

.hero-top{
    padding:50px 0;
}

.hero-top h2{
    font-size:28px;
}

.hero-top p{
    text-align:left;
    font-size:15px;
}

.project-status{
    font-size:16px;
}

.disclaimer{
    font-size:14px;
}

.read-more-btn{
    font-size:20px;
}

}

@media(max-width:480px){

.hero-top h2{
    font-size:24px;
}

.hero-top p{
    font-size:14px;
}

.hero-bottom{
    padding:45px 20px;
}

.read-more-btn{
    font-size:18px;
}

}/* End custom CSS */