.lang-switch {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}
.lang-switch a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}
body {
    line-height: 1.8;
}
.container {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f5f5f5;
    color: #222;
    direction: rtl;
}

header {
    background: #0b3c5d;
    color: #fff;
    padding: 20px;
    text-align: center;
}

nav {
    background: #1d2731;
    text-align: center;
}

nav a {
    color: #fff;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
}

nav a:hover {
    background: #0b3c5d;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 30px;
    background: #fff;
}

h1, h2 {
    color: #0b3c5d;
}

footer {
    background: #1d2731;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
}
.lang {
    text-align: left;
    font-size: 14px;
}
.hero {
    background: linear-gradient(rgba(11,60,93,0.85), rgba(11,60,93,0.85)),
                url('hero.jpg');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}
.hero h1 {
    font-size: 36px;
}
.hero p {
    font-size: 20px;
}
.features {
    display: flex;
    gap: 20px;
}
.features div {
    background: #f0f0f0;
    padding: 20px;
    flex: 1;
    text-align: center;
    border-radius: 5px;
}
.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.services div {
    border: 1px solid #ddd;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
}

.stats {
    background: #0b3c5d;
    color: white;
    display: flex;
    justify-content: space-around;
    padding: 40px;
}
