
/*
Theme Name: Facility Inspired Theme
Theme URI: https://ftgta.store
Author: Your Name
Author URI: https://ftgta.store
Description: قالب ووردبريس مستوحى من facility-store.com
Version: 1.0
Text Domain: facility-inspired
*/

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}
header {
    background-color: #202124;
    color: white;
    padding: 20px;
    text-align: center;
}
footer {
    background-color: #202124;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
.card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
}
