 body {
            font-family: 'Poppins', sans-serif;
        }

        /* NAVBAR */
        .navbar-brand img {
            height: 45px;
        }

        /* SLIDER */

        .carousel-item {
            height: 600px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }

        .carousel-caption {
            bottom: 40%;
        }

        .carousel-caption h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 48px;
        }

        .carousel-caption p {
            font-size: 18px;
        }
        /* service */

.property-section{
padding:60px 0;
}

.property-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
transition:0.3s;
height:100%;
}

.property-card:hover{
transform:translateY(-6px);
}

.property-img{
width:100%;
height:220px;
object-fit:cover;
}

.property-content{
padding:18px;
}

.property-type{
font-size:13px;
color:red;
font-weight:600;
text-transform:uppercase;
}

.property-title{
font-size:20px;
font-weight:600;
margin-top:5px;
}

.property-location{
font-size:14px;
color:#777;
margin-top:5px;
}

.property-info{
font-size:13px;
color:red;
margin-top:10px;
}
.section-title{
padding:70px 0 30px;
}

.section-title h2{
font-family:'Montserrat',sans-serif;
font-weight:700;
font-size:36px;
color:#222;
position:relative;
display:inline-block;
}

.section-title h2:after{
content:"";
width:60px;
height:3px;
background:#ff6a00;
display:block;
margin:12px auto 0;
}

.section-title p{
color:#777;
font-size:16px;
margin-top:10px;
}
.cities-section{
padding:60px 0;
background:#f5f5f5;
}

.city-heading{
font-size:32px;
font-weight:700;
color:black;
margin-bottom:35px;
font-family: 'Montserrat', sans-serif;
}

.city-card{
background:#222;
border-radius:12px;
overflow:hidden;
text-align:center;
transition:0.3s;
}

.city-card img{
height:160px;
width:100%;
object-fit:cover;
}

.city-content{
padding:15px;
background:#2c2c2c;
color:#fff;
}

.city-content h5{
margin-bottom:5px;
font-size:18px;
}

.city-content p{
font-size:14px;
color:#bbb;
margin:0;
}

.city-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* TRENDING LOCATION */

.trending-section{
padding:70px 0;
background:#f5f5f5;
}

.trending-title{
font-size:32px;
font-weight:700;
color:black;
margin-bottom:40px;
font-family:'Montserrat',sans-serif;
}

.trend-card{
position:relative;
overflow:hidden;
border-radius:12px;
}

.trend-card img{
width:100%;
height:300px;
object-fit:cover;
transition:0.5s;
}

.trend-card:hover img{
transform:scale(1.1);
}

.trend-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.trend-content{
position:absolute;
bottom:20px;
left:20px;
right:20px;
display:flex;
justify-content:space-between;
align-items:center;
}

.location-btn{
background:#fff;
padding:8px 18px;
border-radius:30px;
font-weight:500;
color:#333;
text-decoration:none;
}

.listing{
color:#fff;
font-weight:500;
}


/* BLOG SECTION */

.blog-section{
padding:70px 0;
background:#f5f5f5;
}

.blog-subtitle{
color:#777;
letter-spacing:2px;
font-size:14px;
margin-bottom:5px;
}

.blog-title{
font-size:36px;
font-weight:700;
font-family:'Montserrat',sans-serif;
margin-bottom:10px;
position:relative;
}

.blog-title:after{
content:"";
width:50px;
height:3px;

display:block;
margin-top:10px;
}

.blog-card{
background:#fff;
border-radius:8px;
overflow:hidden;
transition:0.3s;
box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.blog-img{
overflow:hidden;
}

.blog-img img{
width:100%;
height:220px;
object-fit:cover;
transition:0.5s;
}

.blog-card:hover img{
transform:scale(1.1);
}

.blog-content{
padding:20px;
}

.blog-content h5{
font-size:20px;
font-weight:600;
margin-bottom:10px;
}

.blog-content p{
font-size:14px;
color:#777;
margin-bottom:15px;
}

.blog-date{
font-size:13px;
color:red;
}

.footer-section{
background:#071521;
color:#fff;
padding:70px 0 30px;
}

.footer-section h5{
font-weight:600;
margin-bottom:20px;
}

.footer-section ul{
list-style:none;
padding:0;
}

.footer-section ul li{
margin-bottom:8px;
}

.footer-section ul li a{
color:#ccc;
text-decoration:none;
font-size:14px;
}

.footer-section ul li a:hover{
color:#ff6a00;
}

.footer-line{
border-color:#1f2c36;
margin-top:20px;
}

.footer-section p{
color:#bbb;
font-size:14px;
}

.social-icons a{
color:#fff;
margin-right:10px;
font-size:14px;
}

.footer-bottom{
border-top:1px solid #1f2c36;
margin-top:30px;
padding-top:20px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}

.footer-links a{
color:#bbb;
margin-left:15px;
font-size:14px;
text-decoration:none;
}

.footer-links a:hover{
color:#ff6a00;
}

.search-box{
display:flex;
justify-content:center;
align-items:center;
margin-top:20px;
}

.search-box input{
width:350px;
height:45px;
border:none;
padding:0 15px;
border-radius:30px 0 0 30px;
outline:none;
font-size:14px;
}

.search-box button{
height:45px;
padding:0 25px;
border:none;
background:#ff6a00;
color:#fff;
font-weight:600;
border-radius:0 30px 30px 0;
cursor:pointer;
transition:0.3s;
}

.search-box button:hover{
background:#e55d00;
}