body {
    color: #020904;
    background-color: #f1dac4;
    font-family: "Ubuntu", sans-serif;
}
a {
    color: #14213d;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #28a745;
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", sans-serif;
}
section {
    padding: 2rem 0;
    overflow: hidden;
}
.content-section {
    margin-top: 80px;
    background-color: #eefaf5;
}
.navbar {
    background: rgba(255, 255, 255, 1) !important;
    transition: 1.5s ease-in;
}
.scrolled {
    background: rgba(0, 0, 0, 0.8) !important;
}
.scrolled .bg-white {
    background: #fff;
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #9c6205;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: larger;
}
.navbar-custom .nav-link:hover {
    color: #28a745;
}
.navbar-custom .btn-custom {
    background-color: #9c6205; /* Brown from the palette */
    color: #f6e8ea;
}
.navbar-custom .btn-custom:hover {
    background-color: #28a745;
}
.navbar-custom .nav-item {
    margin-right: 2em;
}

.hero-section {
    background-image: url("../images/house-photo-1.webp");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    padding: 200px 20px 80px 20px;
    position: relative;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
}
.hero-content h1 {
    font-family: "Lexend", sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 50px;
}
.hero-content p {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.hero-content .sm-green {
    color: #28a745;
}
.search-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.search-bar input,
.search-bar select,
.search-bar button {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.search-bar input {
    flex: 1 1 auto;
    min-width: 200px;
}

.search-bar button {
    background-color: #fca311;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-bar button:hover {
    background-color: #28a745;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .search-bar input {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 24px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .search-bar {
        flex-direction: column;
        gap: 5px;
    }

    .search-bar input,
    .search-bar select,
    .search-bar button {
        width: 100%;
    }
}
/*****Property List****/
.list-image img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    display: block;
}
.latest-properties {
    background-color: #f1dac4;
}

.latest-properties h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: #14213d;
}

.property-card {
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    border: 1px solid #9c6205;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    width: 100%;
    transition: transform 0.6s;
}

.property-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    border: 1px solid #28a745;
}

.property-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.property-image .price-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(37, 37, 37, 0.8);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: bold;
}

.property-details {
    padding: 0;
}

.property-details h3 {
    font-size: 1.125rem;
}

.property-details p {
    font-size: 0.875rem;
    color: #555;
}

.property-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    margin-top: 0.625rem;
}

.property-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #555;
}

.property-card .details-button {
    display: block;
    text-align: center;
    padding: 10px;

    background-color: #9c6205;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.property-card .details-button:hover {
    background-color: #28a745;
}
/*****End Property List****/

/*****Bread Crumb****/
.breadcrumb {
    font-weight: bold;
    font-family: "lexend";
    font-size: 0.8125rem;
}
.breadcrumb a {
    text-decoration: none;
    color: black;
}
.breadcrumb a:hover {
    color: #28a745;
}
.breadcrumb .activebread {
    color: #28a745;
}
/*****End Bread Crumb****/
/*****Property Page****/

.property-header {
    background-color: #eefaf5;
}
.property-header .price {
    color: #28a745;
    font-weight: bold;
}
.property-header .meta-info {
    color: #6c757d;
}

.carousel-thumbnails img {
    height: 80px;
    cursor: pointer;
    opacity: 0.6;
}
.carousel-thumbnails img.active {
    opacity: 1;
    border: 2px solid #28a745;
}

.property-about {
    background-color: #fff;
}

.property-about h5 {
    color: #14213d;
}
.property-about p {
    color: #010101;
    font-size: 1.125rem;
}
.sm-list-feature {
    font-size: 1rem;
    font-weight: 600;
}
.sm-list-feature ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
}
.sm-list-feature ul li:before {
    content: "\2714\0020";
    color: #00a65a;
    margin-left: -20px;
}
/********Agent About***/
.agent-about .profile-username {
    color: #14213d;
    font-size: 1.5rem;
}

/********End Agent About***********/

/********Recent****/
.recent h3 {
    color: #14213d;
    font-size: 1.25rem;
}
.recent h4 {
    color: #14213d;
    font-size: 1rem;
    font-weight: 700;
}
.recent .price {
    color: #28a745;
}

/*******Footer***/
.footer-text {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}
.footer {
    background-color: #14213d;
    color: #e5e5e5;
    padding: 40px 20px;
}
.footer .container {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1 1 250px;
    margin: 10px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 15px;
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fca311;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #ffffff;
}

.footer-column h4 {
    margin-bottom: 15px;
    color: #fca311;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #e5e5e5;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-column form {
    display: flex;
    flex-direction: column;
}

.footer-column input[type="email"] {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
}

.footer-column button {
    background-color: #fca311;
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.footer-column button:hover {
    background-color: #000000;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
/*********END Footer********/

.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box .info-box-icon > img {
    max-width: 100%;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}

.info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}

.info-box .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #007bff;
}

.card-primary:not(.card-outline) > .card-header,
.card-primary:not(.card-outline) > .card-header a {
    color: #fff;
}

.card-primary:not(.card-outline) > .card-header a.active {
    color: #1f2d3d;
}

.card-primary.card-outline {
    border-top: 3px solid #007bff;
}

.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 80%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.img-bordered {
    border: 3px solid #adb5bd;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #adb5bd;
    padding: 2px;
}

.img-rounded {
    border-radius: 0.25rem;
}

.img-circle {
    border-radius: 50%;
}

.img-size-64,
.img-size-50,
.img-size-32 {
    height: auto;
}

.img-size-64 {
    width: 64px;
}

.img-size-50 {
    width: 50px;
}

.img-size-32 {
    width: 32px;
}

.size-32,
.size-40,
.size-50 {
    display: block;
    text-align: center;
}

.size-32 {
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.size-40 {
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.size-50 {
    height: 50px;
    line-height: 50px;
    width: 50px;
}

/**************to Delete********/
