body {
    font-family: 'Cairo', 'Tajawal', 'Segoe UI', sans-serif;
    background: #fff;
    color: #005430;
}

/* فلتر القوائم المنسدلة المخصصة */
.filter-dropdown-menu {
    background: #fff;
    border-radius: 0.7rem;
    box-shadow: 0 4px 16px 0 #00543022;
    border: 1px solid #e2e2e2;
    min-width: 220px;
    padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    text-align: right;
    right: 0;
    left: auto;
    z-index: 1050;
    margin-top: 0.3rem;
    font-size: 1.06rem;
}
.filter-dropdown-menu label {
    font-weight: 500;
    color: #005430;
    cursor: pointer;
    padding: 0.22rem 0.3rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.filter-dropdown-menu label:hover {
    background: #f6fffa;
}
.filter-dropdown-menu input[type="checkbox"] {
    accent-color: #005430;
    margin-left: 0.5rem;
    margin-right: 0.1rem;
    width: 1.1em;
    height: 1.1em;
}

.site-footer {
    background: #d09039;
    margin-top: 40px;
    font-family: 'Cairo', 'Tajawal', Arial, sans-serif;
}
.footer-main {
    background: #d09039;
    color: #fff;
    font-size: 1.09rem;
}
.footer-main .footer-contact,
.footer-main .footer-location {
    margin-right: 0.7rem;
    font-size: 1.06rem;
}
.footer-bottom {
    background: #c2812a;
    color: #111;
    font-size: 0.91rem;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.footer-twitter svg {
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
    margin-bottom: 2px;
}
.footer-twitter:hover svg path {
    fill: #005430;
}
.footer-twitter {
    color: #fff;
    margin-right: 0.3rem;
    font-size: 1.13rem;
    vertical-align: middle;
    transition: color 0.2s;
}
.footer-twitter:hover {
    color: #005430;
}

    .footer-main .row > div {
        margin-bottom: 0.7rem;
    }
    .footer-main {
        font-size: 0.97rem;
    }
    .footer-bottom {
        font-size: 0.92rem;
    }
}

    font-family: 'Cairo', 'Tajawal', 'Segoe UI', sans-serif;
    background: #fff;
    color: #005430;
}
.navbar {
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px 0 rgba(0,84,48,0.07);
    background: #fff !important;
    border-bottom: 3px solid #00543022;
}
.navbar .navbar-brand span {
    color: #005430;
    letter-spacing: 2px;
}
.navbar .nav-link.active, .navbar .nav-link:hover {
    color: #005430 !important;
    font-weight: bold;
    border-bottom: 2px solid #005430;
    background: #f6fffa;
    border-radius: 8px;
}
.carousel {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 8px 32px 0 rgba(0,84,48,0.08);
    border: 3px solid #00543022;
}
.carousel-item img {
    object-fit: cover;
    height: 340px;
}

.all-ads-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #eafaf2;
    color: #005430;
    font-weight: bold;
    font-size: 1.14rem;
    border-radius: 2rem;
    box-shadow: 0 2px 12px 0 #00543018;
    padding: 0.6rem 2.2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: 1.5px solid #b3e3d1;
    justify-content: center;
    text-decoration: none;
}
.all-ads-link .icon {
    font-size: 1.3em;
    margin-left: 0.3em;
    color: inherit;
}
.all-ads-link:hover {
    background: #005430;
    color: #fff;
    box-shadow: 0 4px 20px 0 #00543033;
    text-decoration: none;
}
@media (max-width: 767px) {
    .all-ads-link {
        padding: 0.5rem 1.2rem;
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }
}

.card {
    border: 1.5px solid #00543022;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(0,84,48,0.06);
    transition: transform 0.18s;
    background: #fff;
}
.card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 32px 0 rgba(0,84,48,0.13);
    border-color: #00543077;
}
.card-img-top {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    min-height: 180px;
    max-height: 260px;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    background: #f3f3f3;
    display: block;
}
    background: #f6fffa;
}

    justify-content: center;
}

    background: #005430;
    color: #fff;
    box-shadow: 0 4px 20px 0 #00543033;
    text-decoration: none;
}

    background: #005430;
    color: #fff !important;
    text-decoration: none;
}

    .card-img-top {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        min-height: 120px;
        max-height: 180px;
        border-top-left-radius: 1.2rem;
        border-top-right-radius: 1.2rem;
        background: #f3f3f3;
        display: block;
    }
}

.property-info {
    background: #f6fffa;
    border-radius: 1.2rem;
    padding: 1.2rem 0.75rem 0.8rem 0.75rem;
    box-shadow: 0 2px 8px 0 #00543011;
    margin-bottom: 1rem;
}
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #005430;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
    box-shadow: 0 2px 8px 0 #00543022;
    border: 2px solid #fff;
}
.info-label {
    font-size: 0.97rem;
    color: #005430cc;
    margin-bottom: 0.1rem;
}
.info-value {
    font-size: 1.07rem;
    color: #005430;
    font-weight: bold;
    letter-spacing: 1px;
}

    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #eafaf2;
    color: #005430;
    font-weight: bold;
    font-size: 1.14rem;
    border-radius: 2rem;
    box-shadow: 0 2px 12px 0 #00543018;
    padding: 0.6rem 2.2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: 1.5px solid #b3e3d1;
    justify-content: center;
}

    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #eafaf2;
    color: #005430;
    font-weight: bold;
    font-size: 1.14rem;
    border-radius: 2rem;
    box-shadow: 0 2px 12px 0 #00543018;
    padding: 0.6rem 2.2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: 1.5px solid #b3e3d1;
    justify-content: center;
}

    background: #005430;
    color: #fff;
    box-shadow: 0 4px 20px 0 #00543033;
    text-decoration: none;
}

    background: #005430;
    color: #fff !important;
    text-decoration: none;
}

    .icon-circle {
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
    }
    .property-info {
        padding: 0.7rem 0.3rem 0.3rem 0.3rem;
        font-size: 0.97rem;
    }
    .info-label {
        font-size: 0.87rem;
    }
    .info-value {
        font-size: 0.97rem;
    }
}
.property-info .badge {
    font-size: 1.12rem;
    letter-spacing: 1px;
    border-radius: 1rem;
}
.property-info .fw-bold, .property-info .fs-5 {
    color: #005430 !important;
}
.property-info .text-muted {
    color: #999 !important;
}
.property-info i {
    margin-left: 0.3rem;
    color: #00543099;
}
.property-info .row > div {
    border-left: 1px solid #e0f0e7;
}
.property-info .row > div:last-child {
    border-left: none;
}

    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #eafaf2;
    color: #005430;
    font-weight: bold;
    font-size: 1.14rem;
    border-radius: 2rem;
    box-shadow: 0 2px 12px 0 #00543018;
    padding: 0.6rem 2.2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: 1.5px solid #b3e3d1;
    justify-content: center;
}

    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #eafaf2;
    color: #005430;
    font-weight: bold;
    font-size: 1.14rem;
    border-radius: 2rem;
    box-shadow: 0 2px 12px 0 #00543018;
    padding: 0.6rem 2.2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: 1.5px solid #b3e3d1;
    justify-content: center;
}

    background: #005430;
    color: #fff;
    box-shadow: 0 4px 20px 0 #00543033;
    text-decoration: none;
}
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #eafaf2;
    color: #005430 !important;
    font-size: 1.22rem;
    font-weight: bold;
    padding: 0.65rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 2px 8px 0 #00543013;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.all-ads-link .icon {
    font-size: 1.3em;
    margin-left: 0.3em;
    color: inherit;
}

    font-size: 1.3em;
    margin-left: 0.3em;
    color: inherit;
}

    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

    background: #005430;
    color: #fff;
    box-shadow: 0 4px 20px 0 #00543033;
    text-decoration: none;
}

    background: #005430;
    color: #fff !important;
    text-decoration: none;
}

    .property-info {
        padding: 0.7rem 0.3rem 0.3rem 0.3rem;
        font-size: 0.97rem;
    }
    .property-info .badge {
        font-size: 0.97rem;
    }
}
.property-details {
    background: #fff;
    border: 1.2px dashed #00543055;
    border-radius: 1rem;
    color: #005430;
    box-shadow: 0 2px 8px 0 #00543008;
}
.property-details .fw-bold {
    font-size: 1.08rem;
    letter-spacing: 1px;
}
.property-details-text {
    color: #3a3a3a;
    line-height: 1.7;
    padding-right: 0.5rem;
}
.card-body ul li {
    margin-bottom: 0.5rem;
    color: #005430;
    font-weight: 500;
}
.btn-primary, .btn-outline-primary {
    border-radius: 2rem;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    background: #005430;
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px 0 #00543022;
    transition: background 0.18s, color 0.18s;
}
.btn-primary:hover, .btn-outline-primary:hover {
    background: #fff;
    color: #005430;
    border: 2px solid #005430;
}
.form-control, .form-select {
    border-radius: 2rem;
    font-size: 1rem;
    padding: 0.7rem 1.25rem;
    border: 1.5px solid #00543044;
    background: #f6fffa;
    color: #005430;
}
.form-control:focus, .form-select:focus {
    border-color: #005430;
    box-shadow: 0 0 0 0.15rem #00543033;
}
.bg-white {
    border-radius: 1.5rem;
    background: #fff !important;
}
/* Responsive tweaks for RTL */
@media (max-width: 991px) {
    .navbar .navbar-collapse {
        background: #fff;
        border-radius: 1rem;
        margin-top: 0.5rem;
        padding: 1rem;
    }
}
