:root{
  --bg:#f4f6f8;
  --white:#ffffff;
  --soft:#eef2f6;
  --ink:#17202c;
  --text:#243244;
  --muted:#64748b;
  --line:rgba(23,32,44,.13);
  --gold:#c9a23d;
  --gold2:#f2d575;
  --red:#b31318;
  --blue:#1e344d;
  --panel:#ffffff;
  --shadow:0 18px 55px rgba(23,32,44,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Inter","Segoe UI",Arial,Helvetica,sans-serif;
  line-height:1.68;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(1220px,92%);margin:auto}
.gold-strip{height:7px;width:100%;background:linear-gradient(90deg,var(--gold),var(--gold2),var(--gold));box-shadow:0 2px 12px rgba(201,162,61,.22)}
.topbar{background:#ffffff;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:8px 0}
.header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 8px 30px rgba(23,32,44,.06)}
.navwrap{display:flex;align-items:center;justify-content:space-between;padding:11px 0}
.brand{display:flex;align-items:center;gap:14px}
.brand img{width:84px;height:84px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.16))}
.brand-title{font-weight:900;letter-spacing:.5px;color:var(--ink);font-size:18px}
.brand-sub{display:block;font-size:12px;color:var(--muted);margin-top:1px}
.nav{display:flex;align-items:center;gap:15px;font-size:14px;color:var(--text);font-weight:650}
.nav a{opacity:.94}
.nav a:hover{color:var(--red)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 20px;font-weight:900;border:1px solid rgba(23,32,44,.13);transition:.25s;background:#fff;color:var(--ink)}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(23,32,44,.1)}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;border-color:var(--gold)}
.btn-red{background:linear-gradient(135deg,#d82127,var(--red));color:white;border-color:#d82127}
.menu-btn{display:none;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:12px;padding:10px 13px;font-size:22px}
.hero{
  position:relative;
  min-height:82vh;
  background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.55),rgba(255,255,255,.18)),url('../img/gallery/hero.webp') center/cover no-repeat;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero:after{content:"";position:absolute;inset:auto 0 0 0;height:22%;background:linear-gradient(0deg,var(--bg),transparent)}
.hero-content{position:relative;z-index:2;max-width:820px;padding:86px 0}
.badge{display:inline-flex;border:1px solid rgba(201,162,61,.58);background:rgba(201,162,61,.12);color:#86651a;border-radius:999px;padding:9px 15px;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.14em}
h1{font-size:clamp(40px,6vw,78px);line-height:1.04;margin:18px 0;font-weight:900;letter-spacing:-1.8px;color:var(--ink)}
h2{font-size:clamp(29px,3.8vw,48px);line-height:1.14;margin:0;letter-spacing:-.7px;color:var(--ink);font-weight:900}
h3{font-size:22px;line-height:1.25;margin:0 0 10px;color:var(--ink);font-weight:850}
p{margin-top:0}
.lead{font-size:20px;line-height:1.8;color:#34445a;max-width:820px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px;max-width:860px}
.stat{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 10px 30px rgba(23,32,44,.08)}
.stat b{font-size:24px;color:var(--ink);display:block}
.stat span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.section{padding:84px 0}
.section.alt{background:linear-gradient(180deg,#ffffff,#eef2f6)}
.section-head{max-width:860px;margin-bottom:38px}
.eyebrow{color:#956f17;font-weight:950;font-size:12px;letter-spacing:.24em;text-transform:uppercase;margin-bottom:10px}
.gold-line{width:92px;height:5px;border-radius:99px;background:linear-gradient(90deg,var(--gold),var(--gold2));margin:18px 0 22px}
.section-head p{color:#516176;font-size:18px}
.grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--panel);border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow);overflow:hidden}
.card:hover{border-color:rgba(201,162,61,.62)}
.icon{width:50px;height:50px;border-radius:18px;background:rgba(201,162,61,.13);color:#956f17;display:grid;place-items:center;font-size:25px;margin-bottom:18px}
.card p,.muted{color:#58687d}
.service-card{padding:0;transition:.25s;background:#fff}
.service-card:hover{transform:translateY(-4px)}
.card-img{width:100%;height:230px;object-fit:cover;border-bottom:1px solid var(--line)}
.service-card .inside{padding:25px}
.read{color:var(--red);font-weight:900;display:inline-block;margin-top:14px}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center}
.visual{border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}
.visual img{width:100%;height:520px;object-fit:cover}
.project{padding:0}
.project img{height:260px;width:100%;object-fit:cover}
.project .inside{padding:26px}
.tag{display:inline-flex;background:rgba(201,162,61,.12);border:1px solid rgba(201,162,61,.35);color:#7e5d12;border-radius:999px;font-size:12px;font-weight:900;padding:6px 11px;margin-bottom:14px}
.cta{background:linear-gradient(135deg,#ffffff,#f6f0dd,#fff);border:1px solid rgba(201,162,61,.32);border-radius:34px;padding:46px;display:flex;justify-content:space-between;gap:30px;align-items:center;box-shadow:var(--shadow)}
.page-hero{
  padding:96px 0;
  background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.70),rgba(255,255,255,.35)),var(--page-bg) center/cover no-repeat;
  border-bottom:1px solid var(--line);
}
.breadcrumb{color:#956f17;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.16em;margin-bottom:12px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gallery a{border-radius:20px;overflow:hidden;border:1px solid var(--line);box-shadow:0 10px 24px rgba(23,32,44,.09);background:#fff}
.gallery img{height:200px;width:100%;object-fit:cover;transition:.25s}
.gallery img:hover{transform:scale(1.04)}
.contact-box{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}
.form input,.form textarea{width:100%;padding:16px;border-radius:15px;background:#fff;border:1px solid var(--line);color:var(--ink);margin-bottom:14px;font:inherit}
.form textarea{min-height:155px}
.hidden-field{display:none!important}
.qr{width:145px;background:#fff;border-radius:18px;padding:10px;margin-top:12px;border:1px solid var(--line)}
.qr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.qr-card{border:1px solid var(--line);border-radius:20px;padding:14px;text-align:center;background:#fff;box-shadow:0 8px 20px rgba(23,32,44,.06)}
.qr-card img{margin:auto;width:118px}
.qr-card b{display:block;color:var(--ink);font-size:13px;margin-top:9px}
.map{border:0;width:100%;height:370px;border-radius:24px;filter:saturate(.95) contrast(1.02);box-shadow:var(--shadow)}
.footer{background:#ffffff;border-top:1px solid var(--line);padding:36px 0 18px;color:#526176}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr;gap:32px}
.footer-logo{width:96px;margin-bottom:12px}
.copy{border-top:1px solid var(--line);margin-top:25px;padding-top:15px;color:#7a8797;font-size:12px}
.float{position:fixed;right:17px;bottom:17px;z-index:90;border-radius:999px;background:#25D366;color:#041b0b;padding:13px 17px;font-weight:950;box-shadow:0 18px 45px rgba(0,0,0,.25)}
@media(max-width:1050px){
  .nav{display:none;position:absolute;top:107px;left:0;right:0;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .menu-btn{display:block}
  .grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}
  .split,.contact-box{grid-template-columns:1fr}
  .visual img{height:390px}
  .qr-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .topbar .container{font-size:12px}
  .brand img{width:62px;height:62px}
  .brand-title{font-size:15px}
  .brand-sub{display:none}
  .hero{min-height:76vh;background-position:center}
  .section{padding:58px 0}
  .stats,.grid-4,.grid-3,.grid-2,.gallery,.qr-grid{grid-template-columns:1fr}
  .cta{padding:30px;align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .card-img,.project img,.gallery img{height:210px}
}

/* Étape 3 - corrections professionnelles */
.brand-sub{
  color:var(--gold)!important;
  font-weight:800;
  letter-spacing:.02em;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.brand-sub .trade{
  display:inline-flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
}
.brand-sub .trade-icon{
  width:18px;
  height:18px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:rgba(201,162,61,.14);
  color:var(--gold);
  font-size:12px;
}
.stat{
  position:relative;
  padding-left:64px!important;
  min-height:86px;
}
.stat-icon{
  position:absolute;
  left:16px;
  top:18px;
  width:36px;
  height:36px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  font-size:20px;
  box-shadow:0 8px 18px rgba(201,162,61,.25);
}
.contact-label{
  color:var(--ink);
  font-weight:850;
}
.secure-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(201,162,61,.11);
  border:1px solid rgba(201,162,61,.28);
  color:#5e4a14;
  font-size:13px;
}
.form-status{
  display:none;
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:#eef7ef;
  border:1px solid rgba(20,120,50,.22);
  color:#145c2c;
  font-weight:750;
}
@media(max-width:680px){
  .brand-sub{display:none!important}
  .stat{padding-left:58px!important}
}



/* ==============================
   V7 - 08 POINTS CORRIGÉS FORCÉS
   ============================== */

/* 1. Bande supérieure raffinée, claire, inspirée du logo */
body .topbar{
  background:linear-gradient(90deg,#fffaf2 0%,#f6edda 45%,#eef3f8 100%)!important;
  color:#26364b!important;
  border-bottom:1px solid rgba(201,162,61,.40)!important;
  box-shadow:0 8px 22px rgba(23,32,44,.07)!important;
}
body .topbar .container{
  width:min(1220px,94%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:7px 0!important;
  flex-wrap:nowrap!important;
}
body .topbar-left,
body .topbar-right{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
}
body .topbar-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  background:#ffffff!important;
  border:1px solid rgba(201,162,61,.34)!important;
  color:#26364b!important;
  border-radius:999px!important;
  padding:5px 10px!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:800!important;
  box-shadow:0 4px 12px rgba(23,32,44,.055)!important;
}
body .topbar-pill.logo-pill{
  color:#b31318!important;
  font-weight:950!important;
  background:linear-gradient(135deg,#fff,#fff3cf)!important;
}

/* 2. Bouton contact du menu identique aux autres liens */
body .nav .btn-gold,
body .nav a.btn-gold{
  background:transparent!important;
  color:var(--text)!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  min-width:auto!important;
  font-weight:650!important;
}
body .nav .btn-gold:hover,
body .nav a.btn-gold:hover{
  color:var(--red)!important;
  transform:none!important;
}

/* 3 & 4. CTA bas de page plus petit, aligné, homogène */
body .cta{
  padding:22px 30px!important;
  min-height:118px!important;
  border-radius:26px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:22px!important;
}
body .cta h2{
  font-size:clamp(20px,2.1vw,30px)!important;
  line-height:1.16!important;
  letter-spacing:-.35px!important;
  margin:0 0 5px!important;
  max-width:800px!important;
}
body .cta p{
  font-size:13.5px!important;
  line-height:1.48!important;
  color:#4e5e73!important;
  margin:0!important;
  max-width:760px!important;
}
body .cta .btn{
  min-width:140px!important;
  padding:9px 15px!important;
  font-size:13px!important;
  white-space:nowrap!important;
}

/* 4. Footer compact, aligné, homogène */
body .footer{
  padding:22px 0 12px!important;
}
body .footer-grid{
  grid-template-columns:1.25fr .65fr .95fr!important;
  gap:22px!important;
  align-items:start!important;
}
body .footer-logo{
  width:66px!important;
  margin:0 0 8px!important;
}
body .footer strong{
  display:block!important;
  font-size:13.5px!important;
  line-height:1.25!important;
  margin-bottom:6px!important;
}
body .footer p,
body .footer a{
  font-size:12.5px!important;
  line-height:1.5!important;
}
body .copy{
  margin-top:14px!important;
  padding-top:9px!important;
  font-size:11px!important;
}

/* 5 & 6. Textes enrichis */
.page-intro-rich{
  font-size:16.5px!important;
  line-height:1.86!important;
  color:#46586e!important;
}
.highlight-list{
  display:grid!important;
  gap:12px!important;
  margin-top:22px!important;
}
.highlight-list span{
  display:flex!important;
  gap:10px!important;
  align-items:flex-start!important;
  color:#405067!important;
  font-size:15.5px!important;
}
.highlight-list b{color:var(--ink)!important}
.mini-icon{
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  border-radius:10px!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(201,162,61,.14)!important;
  color:#8f6814!important;
}

/* 7. Contact premium */
.contact-card-list{display:grid!important;gap:14px!important;margin-top:22px!important}
.contact-line{
  display:grid!important;
  grid-template-columns:46px 1fr!important;
  gap:13px!important;
  align-items:center!important;
  padding:15px!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(23,32,44,.06)!important;
}
.contact-line .ci{
  width:46px!important;
  height:46px!important;
  border-radius:16px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,var(--gold2),var(--gold))!important;
  color:#111!important;
  font-size:22px!important;
}
.contact-line small{
  color:var(--muted)!important;
  display:block!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-size:11px!important;
}
.contact-line b{color:var(--ink)!important;font-size:16px!important}
.form select{
  width:100%!important;
  padding:16px!important;
  border-radius:15px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  color:var(--ink)!important;
  margin-bottom:14px!important;
  font:inherit!important;
}
.form-grid-2{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
}
.form-grid-2 input,.form-grid-2 select{margin-bottom:0!important}
.form .full{margin-top:14px!important}
.contact-hero-note{
  margin-top:18px!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(201,162,61,.32)!important;
  max-width:860px!important;
  color:#405067!important;
}

/* 8. Bouton multilingue actionné */
.lang-switch{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  margin-left:4px!important;
}
.lang-switch button{
  border:1px solid rgba(23,32,44,.13)!important;
  background:#fff!important;
  color:#223047!important;
  min-width:34px!important;
  height:30px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.lang-switch button.active{
  background:linear-gradient(135deg,var(--gold2),var(--gold))!important;
  color:#111!important;
}
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .topbar .container,
html[dir="rtl"] .navwrap{direction:rtl}

@media(max-width:1180px){
  body .topbar .container{flex-wrap:wrap!important}
  body .topbar-left,body .topbar-right{flex-wrap:wrap!important;white-space:normal!important}
}
@media(max-width:900px){
  body .cta{grid-template-columns:1fr!important}
  .form-grid-2{grid-template-columns:1fr!important}
}
@media(max-width:680px){
  body .topbar-pill{font-size:11px!important}
  body .cta{padding:20px!important}
  body .cta h2{font-size:22px!important}
  body .footer-grid{grid-template-columns:1fr!important}
}



/* ==============================
   V8 - HEADER / MULTILINGUE / CONTACT PHP
   ============================== */

/* Header harmonisé sur une seule ligne */
.header .navwrap{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  flex-wrap:nowrap!important;
  padding:8px 0!important;
}
.header .brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex:0 0 auto!important;
  min-width:245px!important;
}
.header .brand img{
  width:58px!important;
  height:58px!important;
  object-fit:contain!important;
}
.header .brand-title{
  font-size:15px!important;
  line-height:1.05!important;
  white-space:nowrap!important;
}
.header .brand-sub{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  align-items:center!important;
  color:var(--gold)!important;
  font-size:10.5px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.header .brand-sub .trade{
  display:inline-flex!important;
  align-items:center!important;
  gap:3px!important;
  white-space:nowrap!important;
}
.header .brand-sub .trade-icon{
  width:15px!important;
  height:15px!important;
  font-size:9px!important;
  border-radius:50%!important;
}
.header .nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  flex:1 1 auto!important;
  font-size:13px!important;
  white-space:nowrap!important;
  min-width:0!important;
}
.header .nav a{
  padding:0!important;
  white-space:nowrap!important;
}
.lang-switch{
  display:flex!important;
  gap:5px!important;
  align-items:center!important;
  flex:0 0 auto!important;
}
.lang-switch button{
  min-width:30px!important;
  height:27px!important;
  font-size:11px!important;
  padding:0!important;
}
.menu-btn{display:none!important}

/* Moyens page image presentation */
.moyens-feature{
  margin-top:34px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}
.moyens-feature .visual img{
  height:440px;
  object-fit:cover;
}
.moyens-feature .feature-text{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:28px;
  box-shadow:var(--shadow);
}

/* Contact form refinement */
.form .secure-note{display:none!important}
.form button[type="submit"]{
  margin-top:8px;
}
.form-status{
  display:none;
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:#eef7ef;
  border:1px solid rgba(20,120,50,.22);
  color:#145c2c;
  font-weight:750;
}

/* Multilingual visibility */
[data-lang-block]{display:none}
html[data-current-lang="fr"] [data-lang-block="fr"],
html[data-current-lang="ar"] [data-lang-block="ar"],
html[data-current-lang="en"] [data-lang-block="en"]{display:initial}
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .navwrap,
html[dir="rtl"] .topbar .container{direction:rtl}

/* Responsive fallback */
@media(max-width:1180px){
  .header .brand{min-width:210px!important}
  .header .brand-sub{display:none!important}
  .header .nav{gap:9px!important;font-size:12.5px!important}
}
@media(max-width:980px){
  .menu-btn{display:block!important}
  .header .nav{
    display:none!important;
    position:absolute!important;
    top:74px!important;
    left:0!important;
    right:0!important;
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid var(--line)!important;
    padding:20px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    white-space:normal!important;
  }
  .header .nav.open{display:flex!important}
  .moyens-feature{grid-template-columns:1fr}
  .moyens-feature .visual img{height:330px}
}

/* V10 - MULTILINGUE FIXE PAR PAGES */
.lang-switch{
  display:flex!important;
  gap:6px!important;
  align-items:center!important;
}
.lang-switch a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:34px!important;
  height:30px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#26364b!important;
  border:1px solid rgba(23,32,44,.15)!important;
  font-size:12px!important;
  font-weight:900!important;
}
.lang-switch a.active{
  background:linear-gradient(135deg,var(--gold2),var(--gold))!important;
  color:#111!important;
}
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] .topbar .container,
html[dir="rtl"] .navwrap,
html[dir="rtl"] .footer-grid,
html[dir="rtl"] .contact-box,
html[dir="rtl"] .split{
  direction:rtl;
}
html[dir="rtl"] .actions{justify-content:flex-start}


/* V11 - multilingue complet par pages statiques */
.lang-switch{display:flex!important;gap:6px!important;align-items:center!important}
.lang-switch a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:30px!important;border-radius:999px!important;background:#fff!important;color:#26364b!important;border:1px solid rgba(23,32,44,.15)!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important}
.lang-switch a.active{background:linear-gradient(135deg,var(--gold2),var(--gold))!important;color:#111!important}
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] .topbar .container,
html[dir="rtl"] .navwrap,
html[dir="rtl"] .footer-grid,
html[dir="rtl"] .contact-box,
html[dir="rtl"] .split{direction:rtl}
html[dir="rtl"] .actions{justify-content:flex-start}
html[dir="rtl"] .brand{direction:rtl}
html[dir="rtl"] .nav{direction:rtl}
