/*
Theme Name: Al Adeid Centers
Author: Al Adeid
Description: Professional Arabic/English legal services theme for Dubai Courts Services
Version: 1.0
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6f9;
}

.header {
    background: #0d3b66;
    padding: 20px;
    text-align: center;
    color: white;
}

.hero {
    background: #0d3b66;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.hero h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.btn {
    background: #c6a961;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
}

.section {
    padding: 60px 20px;
    text-align: center;
}

.footer {
    background: #0d3b66;
    color: white;
    padding: 20px;
    text-align: center;
}
