
body {
    font-family: 'Vazirmatn', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #222;
    direction: rtl;
}


header {
    background: url('apple_store_blurred.jpg') center center / cover no-repeat;
    background-color: #002147;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    position: relative;
}

header::before {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
    z-index: 0;
}

header * {
    position: relative;
    z-index: 1;
}



nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

nav a {
    color: #ffffff;
    text-decoration: none;
}

section {
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

section#products ul {
    list-style: none;
    padding: 0;
}

section#products li {
    margin: 5px 0;
    color: #005f99;
}

a.whatsapp {
    display: inline-block;
    margin-top: 10px;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}

footer {
    background-color: #001f3f;
    color: #fff;
    text-align: center;
    padding: 20px;
}
