@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root{
    --primary-color: #351a0f;
    --accent-color: #f0f0f0;
    --secondary-color: #ac5431;
    --text-color: #494949;
    --white-color: #ffffff;
    --black-color: #000000;
    --arabic-font: 'Tajawal', sans-serif;
    --transition: all 0.3s linear 0s;

    
}
@media (max-width: 991px) {
    #nav{
        padding: 0 1rem;
    }
    #navbarSupportedContent{
        background: var(--white-color);
        border-radius: 10px;
        border: 1px solid var(--secondary-color);
        max-width: 95%;
        margin: 0.5rem auto 1rem;
        padding: 0.9rem;
    }
    #nav-item{
        border: 1px solid #c7d5e1;
        margin-bottom: 0.8rem;
        border-radius: 10px;
        padding: 0.5rem;
    }
    #nav-item:hover{
        background: #e1d3c756;
    }
    #Btnnav_toggler{
        color: var(--primary-color);
        border-radius: 10px;
        border: 1px solid var(--secondary-color);
        padding: 0.4rem;
        line-height: 1rem;
        transition: var(--transition);
        font-size: 25px;

    }
    #Btnnav_toggler:hover{
        background: var(--secondary-color);
        color: var(--white-color);
    }
}
@media (max-width: 991.98px) {
    .banner-title {
        font-size: 2.1rem;
    }
    /* .banner-search-box {
        padding: 18px 8px 10px 8px;
    } */
    /* .search-input {
        min-width: 120px;
        font-size: 1em;
    } */
}

@media (max-width: 768px) {
    .property-type-card{
        padding: 20px 15px;
    }
    .property-type-icon{
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .banner-bg {
        min-height: 420px;
        padding: 0;
    }
    .banner-content {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .banner-title {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .search-fields {
        flex-direction: column;
        gap: 8px;
    }
    .banner-stats {
        flex-direction: column;
        gap: 8px;
        margin-top: 10px;
        width: 100%;
    }
    .stat-item {
        width: 100%;
        justify-content: center;
        font-size: 0.95em;
        padding: 6px 0;
    }
    .dropdown-list {
        border-radius: 10px;
    }
    .property-types {
        padding: 50px 0;
    }
    .section-title {
        font-size: 24px;
    }
    .property-type-card {
        padding: 20px 15px;
    }
    .property-type-icon {
        width: 60px;
        height: 60px;
    }
    .property-type-icon i {
        font-size: 24px;
    }
    .property-type-title {
        font-size: 16px;
    }
    .property-submission-section{
        padding: 30px 0;
    }
}
@media (max-width: 568px) {
    .property-type-card{
        padding: 15px;
    }
    .property-type-title{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .property-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}