<!DOCTYPE html><html lang="ar"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title> Our branches - RSFIL</title><style>
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@300;400;700&display=swap');
:root {
--brand-red: #be2222; /* لون رسفل الرسمي في المتجر */
--ink: #1c1c1c;
--paper: #faf9f7;
--line: #e7e3df;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'El Messiri', sans-serif;
background: var(--paper);
color: var(--ink);
line-height: 1.7;
}
.branches-page { max-width: 980px; margin: 0 auto; padding: 56px 24px 40px; }
.brand-mark {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 40px;
}
.brand-mark img {
width: 44px;
height: 44px;
border-radius: 8px;
object-fit: cover;
}
.brand-mark span {
font-weight: 700;
font-size: 1.05em;
color: var(--ink);
}
.page-head { margin-bottom: 44px; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.page-head h1 {
font-weight: 700;
font-size: 2.1em;
color: var(--ink);
margin-bottom: 8px;
}
.page-head p {
color: var(--brand-red);
font-weight: 400;
font-size: 1.05em;
}
.branch-list { display: flex; flex-direction: column; }
.branch-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 26px 4px;
border-bottom: 1px solid var(--line);
}
.branch-row:first-child { padding-top: 0; }
.branch-info { display: flex; align-items: center; gap: 16px; }
.pin {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1.5px solid var(--brand-red);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.pin svg { width: 18px; height: 18px; fill: var(--brand-red); }
.branch-name {
font-weight: 700;
font-size: 1.3em;
color: var(--ink);
}
.branch-tag {
font-size: 0.85em;
color: #8a8a8a;
font-weight: 400;
}
.map-link {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--brand-red);
text-decoration: none;
font-weight: 700;
font-size: 0.95em;
white-space: nowrap;
border-bottom: 1.5px solid transparent;
transition: border-color 0.2s ease;
}
.map-link:hover { border-color: var(--brand-red); }
.map-link svg { width: 14px; height: 14px; fill: var(--brand-red); transform: rotate(135deg); }
footer {
text-align: center;
padding: 40px 20px 10px;
font-size: 0.85em;
color: #9a9a9a;
}
@media (max-width: 560px) {
.page-head h1 { font-size: 1.6em; }
.branch-row { flex-wrap: wrap; }
.branch-name { font-size: 1.1em; }
}
</style></head><body style=";text-align:left;direction:ltr">
RSFIL | RSFIL Online Store Our branches
We are always near you
</body></html>