@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --themeColor: #146301;
    --themeColor2:rgb(224, 206, 124);
    --fontColor: #000;
    --borderColor: #e6e6e6;

    /* Sizing */
    --max-width: 1400px;
    --section-gap:40px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    

}
a:hover{
    color: var(--themeColor);
}
.mouse-pointer:hover {
  cursor: pointer; /* Changes to hand pointer */
}
/* Global class */
.w-40{
    width: 40%;
}
.w-30{
    width: 30%;
}
.w-200{
    width: 200px;
}
.w-400{
    width: 400px;
}

.required{
    color: red;
}
.square-50{
    width: 50px;
    height: 50px;
}
.square-75{
    width: 75px;
    height: 75px;
}
.square-100{
    width: 100px !important;
    height: 100px !important;
}
.square-200{
    width: 200px;
    height: 200px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-26{
    font-size: 26px;
}

.content-center{
    align-content: center;
}
.bg-grey{
    background-color: rgb(235, 235, 235);
}

.object-fit-cover{
    object-fit: cover;
}
.btn-theme{
    border: none;
    background-color: var(--themeColor);
    padding: 10px 14px;
    color: white;
}
.bg-theme{
    background-color: var(--themeColor);
    color: white;
}
.fl-wrapper{

    z-index: 999 !important;
}
 
a{
    text-decoration: none;
    color: var(--fontColor);
}

.display-gird-2{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill,minmax(500px,1fr));
    
    gap: 20px;
}


.center-one {
    place-items: center;
  }

.height-100{
    height: 100px;
}
.height-200{
    height: 200px;
}
.height-300{
    height: 300px;
}

.aligh-centent-center{
    align-content:center
}

body {
    font-family: Poppins, sans-serif;
}
.z-9{
    z-index: 9 !important;
}
.material-icons-outlined{
vertical-align: middle;
}
/* Global class end */
/* .navbar{
max-width: var(--max-width);

} */
 .h-50vh{
    height: 50vh;
 }
 .h-75vh{
    height: 75vh;
 }
.nav-link {
    color: #000;
    margin: 0 10px;
}

.hero-section {
    background: url('../img/hero.png') center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: var(--themeColor);
    position: relative;
    margin-bottom: 60px;
}

.hero-section>div p {
    color: var(--fontColor) !important;

}

.search-bar {
    height: 80px;
    background-color: rgb(235, 235, 235);
    padding: 0 28px;
    border-radius: 14px;
    align-content: center;
    position: absolute;
    bottom: -40px;
    width: 65%;

}

.search-btn {
    border: none;
    background-color: var(--themeColor);
    color: white;
    padding: 7px 14px;
    border-radius: 8px;
    width: 100%;

}

.tab-section {
    text-transform: uppercase;
    gap: 40px;
    font-weight: bold;
    color: gray;
    margin-bottom: 18px;
}

.tab-selected {
    border-bottom: 2px solid var(--themeColor);
    color: var(--fontColor);
}

.property-section{
    margin-bottom: var(--section-gap);

}

.property-items{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
    gap: 20px;

}

.property-card {
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 2px solid var(--borderColor);
    padding: 18px;
    overflow: hidden;
    background: white;
    width: 100%;
}

.property-img{
    position: relative;
}
.property-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.property-img .inspection{
    background-color: yellow;
    padding: 8px 16px;
    position: absolute;
    top: 0;
    right: 0;

}



.property-title-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    /* font-weight: bold; */
    

}
.property-title-section>div p, h6{
    line-height: 1.5;
    margin-bottom: 0;
}
.property-title-section>div  h6{

    color: grey;
}

.property-title-section>div p{
    color: var(--fontColor);
}

.property-feature-section{
    display: flex;
    justify-content: space-between;
    color: grey;
}

.property-price-section{
    display: flex;
    justify-content: space-between;
}
.property-agents{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;

}
.property-agents-item{
    width: 50%;
}

.under-development{
    z-index: 99;
    background-color: rgb(231, 231, 3);
    color: #ff0000;
    bottom: 50px;
    right: 50px;
    padding: 20px;
    width: 200px;
    position: fixed;
}

.why-choose-us{
    background-color:var(--themeColor2);
    padding: 20px;
    margin-bottom: var(--section-gap);
    border-radius: 14px;


}

/* About us */


/* Property details css */
.photo-gird{
    display: grid;
    grid-template-columns:  repeat(auto-fill ,minmax(360px,1fr));
    gap: 10px;
}
/* Property details css end */





.footer {
    padding: 40px 0;
    border-top: 1px solid var(--themeColor);
}

@media (max-width: 768px) {
    .hero-section {
        height: 300px;
        padding: 20px;
        margin-bottom: 90px;


    }
    .why-choose-us{
        width: 90%;
    }

    .hero-section h1 {
        font-size: 1.5rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .search-bar {
        width: 60%;
        height: 160px;
        padding: 14px 28px;
        bottom: -70px;

    }
}

@media (max-width: 550px) {
    .search-bar {
        width: 80%;

    }

}

@media screen and (max-width: 990px) {
    #property-menu {
        display: none !important;
    }
}

@media screen and (max-width:460px) {
    .display-gird-2{
        grid-template-columns: repeat(auto-fill,minmax(330px,1fr));
    }
    
}