:root{
    /* Colors */
    --primary:#0d6efd;
    --heading:#252c40;
    --text:#52627f;
    --light-bg:#f5f6fc;
    --white:#ffffff;
    --border:#ececf8;
    /* Font Sizes */
    --fs-h1:24px;
    --fs-h2:22px;
    --fs-h3:20px;
    --fs-h4:18px;
    --fs-body:16px;
    --fs-small:14px;
    --fs-xs:12px;
    /* Font Weight */
    --fw-bold:700;
    --fw-semi:600;
    --fw-normal:400;
    /* Radius */
    --radius-lg:16px;
    --radius-md:12px;
    --radius-sm:8px;
    /* Shadow */
    --shadow:0 8px 24px rgba(0,0,0,.08);
    /* Spacing */
    --section-space:80px;
}
@media (max-width:767px){

    :root{
        --fs-h1:22px;
        --fs-h2:20px;
        --fs-h3:18px;
        --fs-h4:16px;
        --fs-body:14px;
        --fs-small:13px;
        --fs-xs:11px;
    }
}

body{
    font-family: "Roboto", sans-serif;
    /* background:#f5f5f5; */
}

/* NAVBAR */

.navbar .nav-link.active{
    color:#02070e !important;
    font-weight:700;
    position:relative;
}

.navbar .nav-link.active::after{
    content:'';
    position:absolute;
    bottom:-5px;
    left:0;
    width:100%;
    height:2px;
    background:#16544f;
}
.custom-navbar{
    background:#16544f;
    padding:4px 0;
}

.navbar-brand img{
    height:50px;
}

.custom-navbar .nav-link{
    color: #fff !important;
    font-weight: 300;
    margin-left: 10px;
    font-size: 16px;
}

/* HERO */

.hero-section{
    position:relative;
    height:400px;
    background:url('../images/banner.jpg') center center/cover no-repeat;
}
.custom-navbar .nav-link.cstm_menu_btn{
	background: #fff;
    color: #16544f !important;
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.free_badge {
    background: #16544f;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 5px;
}
.hero-overlay{
    width:100%;
    height:100%;
}

.hero-content{
    padding-top:70px;
}

.hero-content h1{
    color:#000;
    font-size:40px;
    font-weight:700;
}

/* SEARCH CARD */

.search-card{
    position:absolute;
    left:50%;
    bottom:-80px;
    transform:translateX(-50%);

    width:100%;
    max-width:920px;

    background:#fff;
    border-radius:18px;

    box-shadow:
    0 5px 20px rgba(0,0,0,.10);

    overflow:hidden;
    z-index:100;
}

.search-tabs{
    padding:20px 25px;
    border-bottom:1px solid #eee;
    gap:25px;
	padding-bottom: 0;
}

.search-tabs .nav-link{
    border: none;
    background: none;
    color: #555;
    font-weight: 400;
    padding: 0 0 12px;
    font-size: 16px;
}

.search-tabs .nav-link.active{
    color:#000;
    border-bottom:3px solid #16544f;
}

.search-row{
    min-height:80px;
}

.search-input{
    border:none;
    border-radius:0;
    height:80px;
    padding:0 20px;
    box-shadow:none !important;
}

.search-row .col-lg-3{
    border-right:1px solid #eee;
}

.search-btn{
    height:50px;
    margin:15px;
    background:#16544f;
    border:none;
    color:#fff;
    font-weight:600;
}

.search-btn:hover{
    background:#0068e0;
}

/* CONTENT */

.content-section{
    /* background:#fff; */
    padding-top:140px;
    /* min-height:500px; */
}
.search_btn_cont {
    flex: 1;
    flex-direction: row-reverse;
    display: flex;
}
.pd_top_zero {
    padding-top: 0 !important;
}
.swiper-button-prev, .swiper-button-next{
	width:30px!important;
	height:30px!important;
	border-radius:30px;
	background:#16544f!important;
}
.swiper-button-next:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 13px!important;
}
.swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 13px!important;
}
.title_color {
    color: #16544f;
}
.button_bg {
    background: #16544f;
    border: 1px solid #16544f;
}
/* TABLET */

@media(max-width:991px){

    .hero-section{
        height:400px;
    }

    .search-card{
        width:95%;
        bottom:-120px;
    }

    .content-section{
        padding-top:180px;
    }

    .search-tabs{
        overflow-x:auto;
        flex-wrap:nowrap;
        white-space:nowrap;
    }
}

/* MOBILE */

@media(max-width:767px){

    .hero-section{
        height:300px;
    }

    .hero-content{
        text-align:center;
    }

    .hero-content h1{
        font-size:28px;
    }

    /* Hide Tabs */
    .search-tabs{
        display:none;
    }

    /* Hide Property Type */
    .search-row .col-lg-3,
    .search-row .col-md-4{
        display:none;
    }

    .search-card{
        bottom:-40px;
        width:95%;
        padding:15px;
        border-radius:12px;
    }

    .search-row{
        display:flex;
        align-items:center;
        gap:10px;
    }

    /* Search Input */
    .search-row .col-lg-7,
    .search-row .col-md-5{
        display:block !important;
        width:70%;
        flex:1;
    }

    .search-input{
        height:50px;
        border:1px solid #e5e7eb !important;
        border-radius:8px;
        padding:0 15px;
    }

    /* Search Button */
    .search-row .col-lg-2,
    .search-row .col-md-3{
        display:block !important;
        width:auto;
    }

    .search-btn{
        margin:0;
        height:50px;
        min-width:100px;
        border-radius:8px;
    }

    .content-section{
        padding-top:90px;
    }
}




.recommended-projects{
    background:#fff;
}

/* CARD */

.property-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    transition:.3s;
}

.property-card:hover{
    transform:translateY(-3px);
}

.property-image{
    position:relative;
    overflow:hidden;
}

.property-image img{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:10px;
}

.rera-badge{
    position:absolute;
    top:10px;
    left:10px;

    background:rgba(0,0,0,.6);
    color:#fff;

    font-size:10px;
    padding:3px 8px;

    border-radius:20px;
}

.ready-badge{
    position:absolute;
    right:10px;
    top:10px;
    background:#111;
    color:#fff;
    font-size:10px;
    padding:4px 8px;
    border-radius:5px;
}

.AREA-badge{
    position:absolute;
    left:10px;
    top:10px;
    background:#111;
    color:#fff;
    font-size:10px;
    padding:4px 8px;
    border-radius:5px;
}

.property-body{
    padding-top:10px;
}

.property-body h6{
    font-weight:700;
    font-size:14px;
}

.property-body p{
    font-size:12px;
    color:#666;
    margin-bottom:5px;
}

.property-body h5{
    font-size:14px;
    font-weight:700;
}

/* SIDEBAR */

.sidebar-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    padding:20px;
}

.user-icon{
    width:35px;
    height:35px;

    border-radius:50%;
    background:#f1f1f1;

    display:flex;
    align-items:center;
    justify-content:center;
}

.sidebar-ad{
    background:#f8f8f8;
    border-radius:10px;
    overflow:hidden;
}

/* TABLET */

@media(max-width:991px){

    .sidebar-card{
        margin-top:20px;
    }

}


.property-types-section{
    padding:60px 0;
}

.section-title h2{
    font-size:28px;
    font-weight:700;
    color:#253858;
    margin-bottom:4px;
}

.section-title p{
    color:#8993a4;
    margin:0;
    font-size:14px;
}

.type-card{
    position:relative;
    height:250px;
    border-radius:12px;
    overflow:hidden;
    cursor:pointer;
    transition:.3s;
}

.type-card:hover{
    transform:translateY(-5px);
}

.apartment-card{
    background:#f6efdf;
}

.land-card{
    background:#edf5fb;
}

.villa-card{
    background:#dff3e6;
}

.type-content{
    padding:22px;
    position:relative;
    z-index:2;
}

.type-content h3{
    font-size:30px;
    line-height:1.2;
    font-weight:700;
    color:#344563;
    margin-bottom:10px;
}

.type-content span{
    color:#8993a4;
    font-size:14px;
}

.type-image{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
}

.type-image img{
    width:100%;
    height:140px;
    object-fit:cover;
    object-position:center;
}

/* Tablet */

@media(max-width:991px){

    .type-card{
        height:220px;
    }

    .type-content h3{
        font-size:24px;
    }

}

/* Mobile */

@media(max-width:767px){

    .property-types-section{
        padding:40px 0;
    }

    .type-card{
        height:210px;
    }

    .type-content{
        padding:18px;
    }

    .type-content h3{
        font-size:22px;
    }

    .type-image img{
        height:120px;
    }

}





.site-footer{
    background:#0b1623;
    padding:70px 0 30px;
    color:#fff;
}

.site-footer h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:25px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#c6ced8;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
}

.footer-contact p{
    margin-bottom:5px;
    color:#fff;
}

.footer-contact small{
    color:#98a4b3;
}

.social-icons{
    display:flex;
    gap:18px;
}

.social-icons a{
    color:#fff;
    font-size:22px;
}

.app-buttons{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.app-buttons img{
    max-width:180px;
    width:100%;
}

.site-footer hr{
    border-color:rgba(255,255,255,.1);
    margin:40px 0 20px;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom p{
    color:#98a4b3;
    font-size:13px;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

    .site-footer{
        padding:50px 0 20px;
    }

    .site-footer h5{
        margin-bottom:15px;
    }

}

/* Mobile */

@media(max-width:767px){

    .site-footer{
        text-align:left;
    }

    .social-icons{
        margin-top:10px;
    }

    .app-buttons img{
        max-width:160px;
    }

}


.recommended-section{
    background:#fff;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#16544f;
    margin-bottom:10px;
}

.section-heading p{
    font-size:22px;
    color:#5c6f8d;
}

.property-card{
    display:flex;
    flex-direction:column;
}

.property-img{
    position:relative;
    border-radius:12px;
    overflow:hidden;
}

.property-img img{
    width:100%;
    /* height:290px; */
    object-fit:cover;
    display:block;
}

.wishlist-btn{
    position:absolute;
    top:15px;
    right:15px;

    width:42px;
    height:42px;

    border:none;
    background:transparent;
    color:#fff;
    font-size:28px;
}

.price-tag{
    position:absolute;
    left:15px;
    bottom:15px;

    background:#fff;
    padding:8px 14px;

    border-radius:8px;

    font-size:14px;
    font-weight:700;
}

.property-body{
    padding-top:15px;
}

.property-body h5{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}

.location{
    color:#4d5f78;
    margin-bottom:8px;
}

.property-footer{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;

    color:#4d5f78;
    font-size:14px;
}

.swiper{
    padding-bottom:20px;
}

.swiper-button-next,
.swiper-button-prev{
    width:auto;
    height:auto;
    background:transparent;
    box-shadow:none;
    margin-top:-40px;
    color:#16544f;
    transition:.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    transform:scale(1.15);
    color:#0f3532;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:34px;
    font-weight:700;
}




/*about us css*/
.about-section{
    position:relative;
    padding:var(--section-space) 0;
    background:var(--white);
    overflow:hidden;
}

.about-title{
    text-align:center;
    font-size:var(--fs-h1);
    font-weight:var(--fw-bold);
    color:var(--heading);
    margin-bottom:50px;
}

/* Layout */

.about-layout{
    position:relative;
    min-height:420px;
}

/* Doodle */

.doodle-bg{
    position:absolute;
    left:130px;
    top:10px;
    width:25%;
    z-index:1;
}

/* Image */

.about-image{
    width:58%;
    margin-left:auto;
}

.about-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:var(--radius-lg);
    display:block;
}

/* Content */

.about-content{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:62%;
    background:var(--white);
    border-radius:var(--radius-md);
    padding:40px;
    box-shadow:var(--shadow);
    z-index:5;
}

.blog-label{
    display:block;
    font-size:var(--fs-xs);
    letter-spacing:5px;
    color:#59617c;
    margin-bottom:20px;
}

.about-content h3{
    font-size:var(--fs-h3);
    line-height:1.4;
    font-weight:var(--fw-bold);
    color:var(--heading);
    margin-bottom:15px;
}

.about-content p{
    font-size:var(--fs-small);
    line-height:1.8;
    color:var(--text);
    margin-bottom:20px;
}

.about-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#5d5cf5;
    font-size:var(--fs-small);
    font-weight:var(--fw-semi);
}

.about-content a:hover{
    color:#4d4ce8;
}
.stats-section{
    background:var(--light-bg);
    padding:var(--section-space) 0;
}

.top-content{
    margin-bottom:50px;
}

.stats-heading{
    font-size:var(--fs-h1);
    font-weight:var(--fw-bold);
    line-height:1.4;
    color:var(--heading);
    max-width:500px;
}

.stats-content{
    padding-left:30px;
}

.stats-content p{
    font-size:var(--fs-body);
    line-height:1.8;
    color:var(--text);
    margin-bottom:20px;
}

.stats-divider{
    border:0;
    border-top:1px solid var(--border);
    opacity:1;
}

.stats-row{
    padding-top:50px;
}

.stat-item{
    max-width:320px;
    margin:auto;
}

.stat-item h3{
    font-size:var(--fs-h1);
    font-weight:var(--fw-bold);
    color:var(--heading);
    margin-bottom:10px;
}

.stat-item p{
    font-size:var(--fs-small);
    line-height:1.7;
    color:var(--text);
}
@media (max-width:991px){

    .about-layout{
        min-height:500px;
    }

    .about-content{
        width:75%;
        padding:30px;
    }

    .about-image img{
        height:350px;
    }

    .stats-content{
        padding-left:0;
        margin-top:20px;
    }

    .stats-row{
        row-gap:30px;
    }

}
@media (max-width:767px){

    .about-section,
    .stats-section{
        padding:50px 0;
    }

    .about-title{
        margin-bottom:30px;
    }

    .about-layout{
        display:flex;
        flex-direction:column;
        min-height:auto;
    }

    .doodle-bg{
        display:none;
    }

    .about-image{
        width:100%;
        order:1;
    }

    .about-image img{
        height:220px;
        border-radius:12px;
    }

    .about-content{
        position:relative;
        width:100%;
        left:auto;
        top:auto;
        transform:none;
        padding:20px;
        margin-top:-20px;
    }

    .stats-heading{
        margin-bottom:20px;
    }

    .stats-content{
        padding-left:0;
    }

    .stats-row{
        padding-top:30px;
        row-gap:25px;
    }

    .stat-item{
        text-align:center;
    }
}
.history-section{
    padding:80px 0;
    background:#fff;
}

.history-wrapper{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.history-subtitle{
    display:block;
    font-size:var(--fs-h2);
    font-weight:var(--fw-semi);
    color:var(--heading);
    margin-bottom:30px;
}

.history-title{
    font-size:var(--fs-h1);
    font-weight:var(--fw-bold);
    color:var(--heading);
    margin-bottom:30px;
    line-height:1.3;
}

.history-description{
    max-width:1200px;
    margin:auto;

    font-size:var(--fs-body);
    line-height:2;
    color:var(--text);
}
@media (max-width:991px){

    .history-section{
        padding:60px 0;
    }

    .history-description{
        max-width:100%;
        padding:0 20px;
    }

}
@media (max-width:767px){

    .history-section{
        padding:50px 0;
    }

    .history-subtitle{
        font-size:18px;
        margin-bottom:15px;
    }

    .history-title{
        font-size:22px;
        margin-bottom:20px;
    }

    .history-description{
        font-size:14px;
        line-height:1.8;
        padding:0 15px;
    }

}




/*contact us css*/
.contact-section{
    padding:80px 0;
    background:#fff;
}

.contact-title{
    font-size:var(--fs-h1);
    font-weight:var(--fw-bold);
    color:var(--heading);
}

/* Left Side */

.contact-info h3{
    font-size:var(--fs-h2);
    font-weight:var(--fw-bold);
    color:var(--heading);
    margin-bottom:30px;
}

.info-block{
    margin-bottom:35px;
}

.info-block h4{
    font-size:var(--fs-h4);
    font-weight:var(--fw-semi);
    color:var(--heading);
    margin-bottom:10px;
}

.info-block p{
    font-size:var(--fs-body);
    line-height:1.8;
    color:var(--text);
    margin:0;
}

.info-block a{
    color:var(--primary);
    text-decoration:none;
}

/* Form */

.contact-form-wrapper{
    width:100%;
}

.form-note{
    font-size:var(--fs-small);
    color:var(--text);
    margin-bottom:20px;
}

.form-label{
    font-size:var(--fs-small);
    font-weight:var(--fw-semi);
    color:var(--heading);
    margin-bottom:8px;
}

.form-control{
    height:50px;
    border:1px solid #d9dde7;
    border-radius:6px;
    font-size:var(--fs-small);
    padding:10px 15px;
    box-shadow:none !important;
}

textarea.form-control{
    height:auto;
    resize:none;
}

.form-control:focus{
    border-color:var(--primary);
}

.contact-btn{
    background:var(--primary);
    color:#fff;
    border:none;
    border-radius:6px;
    padding:12px 30px;
    font-size:var(--fs-small);
    font-weight:var(--fw-semi);
}

.contact-btn:hover{
    background:#0b5ed7;
    color:#fff;
}
@media(max-width:767px){

    .contact-section{
        padding:50px 0;
    }

    .contact-title{
        font-size:22px;
    }

    .contact-info h3{
        font-size:18px;
    }

    .info-block{
        margin-bottom:25px;
    }

    .info-block h4{
        font-size:16px;
    }

    .info-block p{
        font-size:14px;
    }

    .contact-form-wrapper{
        margin-top:10px;
    }

    .contact-btn{
        width:100%;
    }

}