@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --brand-color: #EA580C;
}

.inter-font {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

button {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.header-new {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.header-new a {
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.btn-post {
    color: var(--brand-color) !important;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 10px 1rem;
}

.btn-login {
    background-color: var(--brand-color);
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 1rem;
}

.hero-section {
    background: url(https://static.ieplads.com/bmsjs/banners/99acres-hp/1366/1366-casagrand-casamia-II.webp);
    background-size: cover;
    background-position: center;
    min-height: 40vh;
    margin-bottom: 10%;
}

@media (max-width: 991px) {
    .hero-pc {
        display: none !important;
    }

    .hero-section {
        background: #fff;
    }
}

@media (min-width: 992px) {
    .hero-mobile {
        display: none !important;
    }
}

.mobile-hero-section {
    padding: 1.5rem;
}

.hero-img-mobile {
    width: 100vw;
    height: 30vh;
    object-fit: cover;
}

section {
    padding: 30px !important;
    background-color: #fff;
}

.section-area {
    margin-top: 20px;
    padding-bottom: 50px !important;
}

.hr-cs {
    margin: 15px 0 15px !important;
}

.mr-cs-10 {
    margin-right: 10px !important;
}

.featured-heading {
    font-size: 25.5px;
    font-weight: 700;
    color: #1F2937;
}

.featured-desc {
    font-size: 13.6px;
    font-weight: 400;
    color: #4B5563;
    margin-top: 10px;
    margin-bottom: 40px;
}

.featured-link {
    font-size: 13.6px;
    font-weight: 450;
    color: var(--brand-color);
    margin-right: 10px;
}

.featured-card {
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.featured-img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}

.featured-price {
    font-size: 15.3px;
    font-weight: 600;
    color: var(--brand-color);
    margin-bottom: 8px;
}

.featured-name {
    font-size: 13.6px;
    font-weight: 500;
    color: #1F2937;
    margin-bottom: 8px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.featured-location {
    font-size: 11.9px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}

.featured-list {
    font-size: 11.9px;
    font-weight: 400;
    color: #333333;
    margin-top: 2px;
    margin-left: 4px;
}

.featured-agent-img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.featured-agent-name {
    font-size: 10.2px;
    font-weight: 400;
    color: #4B5563;
    margin-left: 10px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.featured-agent-details {
    font-size: 11.9px;
    font-weight: 500;
    color: var(--brand-color);
}

.bg-grey-custom {
    background-color: #F5F5F5 !important;
}

.type-card {
    margin-top: 20px;
    position: relative;
}

.type-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    border-radius: 8px;
    background: linear-gradient(to top, rgba(0, 0, 0), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.type-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.type-overlay {
    position: absolute;
    bottom: 18px;
    left: 18px;
    color: white;
    z-index: 9;
}

.type-name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
}

.type-desc {
    font-size: 11.9px;
    font-weight: 400;
}

.type-arrow {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 9;
    font-size: 11.9px;
    font-weight: 400;
    color: #fff;
}

.need-card {
    border-radius: 15px;
    padding: 20px 40px;
    box-shadow: 0px 10px 10px 1px rgba(128, 128, 128, 0.1);
    text-align: center;
    height: 100%;
    margin-top: 30px;
}

.need-title {
    font-size: 13.6px;
    font-weight: 600;
    color: #1F2937;
    margin-top: 15px;
}

.need-desc {
    font-size: 11.9px;
    font-weight: 400;
    color: #4B5563;
    margin-top: 15px;
}

.upcoming-box {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    height: calc(100% - 20px);
    margin-top: 20px;
}

.upcoming-card {
    position: relative;
    margin-top: 20px;
}

.upcoming-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    border-radius: 8px;
    background: linear-gradient(to top, rgba(0, 0, 0), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.upcoming-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.locate-title {
    font-size: 20.4px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 10px;
}

.locate-desc {
    font-size: 17px;
    font-weight: 400;
    color: #1F2937;
}

.locate-card {
    background-color: #F5F5F5 !important;
    border-radius: 8px;
    margin-top: 20px;
    padding: 20px;
}

.city-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.custom-footer {
    background-color: #F5F5F5 !important;
}

.custom-footer h5 {
    font-size: 15.3px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
}

.custom-footer a {
    font-size: 13.6px;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
    text-decoration: none !important;
}

.download-title {
    font-size: 17px;
    font-weight: 700;
    color: #333333;
}

.download-desc {
    font-size: 13.6px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.footer-apps {
    justify-content: end;
}

.footer-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--brand-color);
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 13.6px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.footer-contact {
    font-size: 13.6px;
    font-weight: 400;
    color: #333333;
}

.copyright-text {
    font-size: 11.9px;
    font-weight: 400;
    color: #333333;
}

@media (max-width: 992px) {
    .footer-apps {
        justify-content: start;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .featured-heading {
        font-size: 23px;
        font-weight: 700;
        color: #1F2937;
    }
}

@media (max-width: 576px) {
    .featured-heading {
        font-size: 15px;
        font-weight: 700;
        color: #1F2937;
    }

    .featured-link {
        font-size: 11px;
        font-weight: 450;
        color: var(--brand-color);
        margin-right: 10px;
    }
}