/* .hero-image {
    display: block;
    width: 100%;
    height: auto;
}



.bg-white {
    background-color: white;
}

@media (max-width: 768px) {
    .search-section {
        width: 95%;
        bottom: -30px;
    }
}
.search-btn{
    background-color: #F00;
} */


 /* Hero Section Background */
 .hero-section {
    background: url('../img/landing-image.png') center/cover no-repeat;
    height: 100vh;
    position: relative;
    color: white;
}

/* Overlay for Readability */
.hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hero Content */
.hero-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
}

.hero-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-content p {
    font-size: 1.2rem;
}

/* Login Button */
.login-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 3;
    font-weight: bold;
}
.button-search{
   background-color: red;
}



/* form color */
.form-color{
 background: white;   
}
.find-property{
    color: #F00;
}
/* Search Form on Large Screens */
.search-section {
    position: absolute;
    top:95%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 3;
}

/* Search Form for Small Screens */
.search-section-small {
    display: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-content {
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .search-section {
        display: none;
    }

    .search-section-small {
        display: block;
        margin-top: 20px;
    }
}


.crown-jewels {
    color: #F00;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 150% */
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.Handpicked{
color: rgba(47, 35, 79, 0.80);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 19px;
font-style: normal;
font-weight: 200;
line-height: 32px; /* 133.333% */
}
.Features-Build{
    background: rgba(206, 197, 197);
} 
.feature-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.feature-title {
    color: #D70000;
    font-weight: bold;
}
.learn-more {
    border: 1px solid #D70000;
    color: #D70000;
}
.learn-more:hover {
    background-color: #D70000;
    color: white;
}
.buy-rent-btn {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
   
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.buy-rent-btn {
 border: 1px solid #414241;
color: #414241;
}
.buy-rent-btn:hover {
    background-color: #414241;
    color: white;
}

.section-title {
            color: #D70000;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }
        .btn-primary {
            background-color: #D70000;
            border-color: #D70000;
        }
        .btn-primary:hover {
            background-color: #b50000;
            border-color: #b50000;
        }
       
        

            /* Testimonial Section */
            .testimonial-section {
                text-align: center;
                padding: 60px 20px;
            }
    
            .testimonial-title {
                color: #d50000;
                font-weight: bold;
                font-size: 2rem;
            }
    
            .testimonial-card {
                background: #fff;
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
                text-align: center;
            }
    
            .testimonial-card img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                margin-top: 10px;
            }
    
            .testimonial-carousel .carousel-indicators button {
                background-color: red;
            }
    
            /* Download Section */
            .download-section {
                background: #f4f4f4;
                padding: 60px 20px;
            }
    
            .download-title {
                font-size: 2.5rem;
                font-weight: bold;
            }
    
            .download-text {
                color: red;
                font-weight: bold;
            }
    
            .app-buttons img {
                width: 150px;
                margin-top: 10px;
            }
    
            /* Responsive Adjustments */
            @media (max-width: 768px) {
                .download-title {
                    text-align: center;
                }
                .download-section img {
                    width: 100%;
                }
            }




            /* Subscription Section */
        .subscribe-section {
            background: red;
            color: white;
            padding: 50px 20px;
            text-align: center;
        }

        .subscribe-section h2 {
            font-weight: bold;
            font-size: 2rem;
        }

        .subscribe-input {
            max-width: 400px;
            margin: 20px auto;
        }


                 
        /* About us */
        .about-section {
            background: url('../img/about.png') no-repeat center center/cover;
            color: white;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            width: 100%;
        }
        .about-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }
        .about-content {
            position: relative;
            z-index: 2;
            background: red;
            padding: 40px;
            border-radius: 10px;
            max-width: 600px;
        }


.testimonial-section {
    text-align: center;
    padding: 60px 0;
}

.testimonial-section h2 {
    color: red;
    font-weight: bold;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    word-wrap: break-word;
    max-width: 100%;
}

.testimonial-card img {
    width: 50px;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}


.favorite-icon {
    position: relative;
    z-index: 10; /* Ensure it's above the carousel and other elements */
    cursor: pointer;
}

.property-card {
    height: 100%; /* Full height inside the column */
    display: flex;
    flex-direction: column;
  }

  .carousel-inner img,
  .card-img-top {
    height: 250px;
    object-fit: cover;
  }

  .card-body {
    flex-grow: 1; /* Push footer to the bottom if added */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .property-price{
    background-color: red;
}
.get-started{
    background-color: red;
}
.viewmore{
    background-color: red;
}