/* Main Sidebar */
.sidebar-area {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.sidebar-area .widget-box {
    margin-bottom: 20px;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.sidebar-area .widget-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 2px solid #ff0000; /* accent color */
    padding-bottom: 5px;
}

/* Footer Widgets */
.footer-widget {
    background: #222;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.footer-widget h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.sidebar-area, .footer-widget {
    direction: rtl;
    text-align: right;
}
