/* --- تصميم صفحة المستأجر --- */
body {
    font-family: 'Cairo', sans-serif;
}
.hero-section {
    background-color: var(--bs-tertiary-bg);
    padding: 5rem 0;
}
.status-check-section {
    padding: 5rem 0;
    background-color: var(--bs-body-bg);
}
.section-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.theme-toggler {
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 100;
}