
/* Rakaez final enterprise fixes - May 2026 */
:root{--rq-dark:#101820;--rq-teal:#0e6b68;--rq-teal-2:#0a4d4b;--rq-gold:#c9a84c;--rq-surface:#ffffff;--rq-soft:#f7f4ed;}
.rq-header{z-index:9999}.rq-header-inner{min-height:86px}.rq-logo-frame{width:78px!important;height:78px!important;min-width:78px!important;border-radius:20px!important}.rq-logo-img{width:70px!important;height:70px!important;object-fit:contain!important}.rq-logo-text strong{font-size:15px!important}.rq-logo-text small{font-size:11px!important}.rq-desktop-nav{gap:10px!important}.rq-nav-link{white-space:nowrap}.rq-mobile-logo img{width:74px!important;height:74px!important;object-fit:contain!important}.footer-logo img{width:82px!important;height:auto!important}.whatsapp-float{background:#25d366!important}
@media(max-width:768px){.rq-header-inner{min-height:74px;padding-block:7px!important}.rq-logo-frame{width:64px!important;height:64px!important;min-width:64px!important}.rq-logo-img{width:58px!important;height:58px!important}.rq-logo-text strong{font-size:12px!important;line-height:1.35}.rq-logo-text small{display:none!important}html[dir=rtl] .section-title,html[dir=rtl] .section-header,html[dir=rtl] .page-hero-text,html[dir=rtl] .page-hero-text h1,html[dir=rtl] .page-hero-text p,html[dir=rtl] .whb-contact-form-head,html[dir=rtl] .whb-map-title{text-align:right!important}html[dir=ltr] .page-hero-text,html[dir=ltr] .page-hero-text h1,html[dir=ltr] .page-hero-text p{text-align:left!important}}
.rq-contact-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:42px}.rq-contact-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#fbf8f1);border:1px solid rgba(201,168,76,.25);box-shadow:0 18px 42px rgba(16,24,32,.08);border-radius:24px;padding:26px 22px;transition:.28s ease;min-height:178px}.rq-contact-card:before{content:'';position:absolute;inset-inline-start:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,var(--rq-gold),var(--rq-teal))}.rq-contact-card:hover{transform:translateY(-7px);box-shadow:0 28px 62px rgba(16,24,32,.14);border-color:rgba(14,107,104,.35)}.rq-contact-card-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,var(--rq-teal),var(--rq-teal-2));color:var(--rq-gold);display:flex;align-items:center;justify-content:center;font-size:23px;margin-bottom:17px}.rq-contact-card h3{margin:0 0 10px;color:var(--rq-dark);font-size:20px;font-weight:900}.rq-contact-card p,.rq-contact-card a{color:#4b5563;line-height:1.75;font-weight:700;text-decoration:none}.rq-contact-card a:hover{color:var(--rq-teal)}.rq-contact-card .multi-emails a{display:block;font-size:13px;direction:ltr;text-align:inherit}.whb-contact-top-grid{display:none!important}.whb-map-box{border-radius:26px!important;overflow:hidden!important;border:1px solid rgba(201,168,76,.35)!important;box-shadow:0 22px 55px rgba(16,24,32,.12)!important}.whb-contact-alert{display:none;margin-top:16px;padding:14px 16px;border-radius:14px;font-weight:800}.whb-contact-alert.success{display:block;background:#e9f9ef;color:#166534;border:1px solid #bbf7d0}.whb-contact-alert.error{display:block;background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}@media(max-width:1100px){.rq-contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.rq-contact-cards{grid-template-columns:1fr;gap:16px}.rq-contact-card{min-height:auto;padding:22px 18px}.rq-contact-card h3{font-size:18px}}

/* Contact page visible cards placement fix - remove the large empty white area after hero */
body:has(.rq-contact-quick-section) .whb-contact-v2{
  padding-top:42px!important;
  margin-top:0!important;
}
.rq-contact-quick-section{
  position:relative!important;
  z-index:20!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf6 100%)!important;
  padding:0 0 18px!important;
  margin:0!important;
  overflow:visible!important;
}
.rq-contact-quick-section .container{
  position:relative!important;
  z-index:2!important;
}
.rq-contact-quick-section .rq-contact-cards{
  margin-top:-58px!important;
  margin-bottom:0!important;
}
.rq-contact-quick-section .rq-contact-card{
  background:linear-gradient(145deg,#ffffff 0%,#fffaf0 100%)!important;
}
@media(max-width:768px){
  .rq-contact-quick-section{padding-bottom:6px!important;}
  .rq-contact-quick-section .rq-contact-cards{margin-top:-34px!important;}
  body:has(.rq-contact-quick-section) .whb-contact-v2{padding-top:28px!important;}
}
@media(max-width:480px){
  .rq-contact-quick-section .rq-contact-cards{margin-top:-24px!important;}
}


/* ============================================================
   FINAL USER FIX 2026-05-28
   1) Contact quick cards must NEVER disappear or leave a blank area.
   2) Arabic mobile menu items must align fully to the right.
   3) Header logo: remove border/background and make it wider/clearer.
   ============================================================ */

/* Header logo: clean professional shape without border box */
html body #site-header .rq-logo-frame,
html body .rq-header .rq-logo-frame{
  width:96px!important;
  height:58px!important;
  flex:0 0 96px!important;
  min-width:96px!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:0!important;
  overflow:visible!important;
}
html body #site-header .rq-logo-img,
html body .rq-header .rq-logo-img{
  width:96px!important;
  height:58px!important;
  max-width:96px!important;
  object-fit:contain!important;
  filter:none!important;
}
html body #site-header .rq-logo{gap:14px!important;min-width:360px!important;}

@media(max-width:880px){
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame{
    width:82px!important;
    height:54px!important;
    flex-basis:82px!important;
    min-width:82px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:0!important;
  }
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:82px!important;
    height:54px!important;
    max-width:82px!important;
    object-fit:contain!important;
  }
  html body #site-header .rq-logo{min-width:0!important;}
}

/* Mobile drawer Arabic alignment - works with current rq-mobile-link classes */
@media(max-width:880px){
  html[dir="rtl"] body #mobileMenu .rq-mobile-nav,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-nav{
    direction:rtl!important;
    text-align:right!important;
  }
  html[dir="rtl"] body #mobileMenu .rq-mobile-link,
  html[dir="rtl"] body #mobileMenu .rq-mobile-cta,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-link,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-cta{
    direction:rtl!important;
    text-align:right!important;
    justify-content:flex-start!important;
    flex-direction:row!important;
    gap:12px!important;
  }
  html[dir="rtl"] body #mobileMenu .rq-mobile-link span,
  html[dir="rtl"] body #mobileMenu .rq-mobile-cta span,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-link span,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-cta span{
    display:block!important;
    flex:1 1 auto!important;
    text-align:right!important;
  }
  html[dir="rtl"] body #mobileMenu .rq-mobile-link i,
  html[dir="rtl"] body #mobileMenu .rq-mobile-cta i,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-link i,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-cta i{
    margin:0!important;
    flex:0 0 34px!important;
    order:0!important;
  }
  html[dir="ltr"] body #mobileMenu .rq-mobile-link span,
  html[dir="ltr"] body #mobileMenu .rq-mobile-cta span{
    text-align:left!important;
  }
}

/* Contact page: remove blank area and force cards visible immediately */
body.contact-page .page-hero.section-intro-header,
body.contact-page section.page-hero.section-intro-header{
  margin-bottom:0!important;
  min-height:auto!important;
  height:auto!important;
  padding-bottom:52px!important;
}
body.contact-page .rq-contact-quick-section{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:34px 0 28px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf6 100%)!important;
  overflow:visible!important;
  transform:none!important;
}
body.contact-page .rq-contact-quick-section .container{
  min-height:0!important;
  height:auto!important;
  padding-top:0!important;
  padding-bottom:0!important;
  transform:none!important;
}
body.contact-page .rq-contact-quick-section .rq-contact-cards,
body.contact-page .rq-contact-quick-section [data-sa="stagger-children"]{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  margin:0!important;
  padding:0!important;
}
body.contact-page .rq-contact-quick-section .rq-contact-card,
body.contact-page .rq-contact-quick-section [data-sa="stagger-children"] > *{
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
}
body.contact-page .whb-contact-v2{
  margin-top:0!important;
  padding-top:40px!important;
}
@media(max-width:768px){
  body.contact-page .page-hero.section-intro-header{padding-bottom:38px!important;}
  body.contact-page .rq-contact-quick-section{padding:24px 0 18px!important;}
  body.contact-page .whb-contact-v2{padding-top:24px!important;}
}

/* FINAL LOGO CLEANUP + WHATSAPP NUMBER FIX 2026-05-28 */
html body #site-header .rq-logo-frame,
html body .rq-header .rq-logo-frame,
html body .rq-mobile-logo img{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  overflow:visible!important;
}
html body #site-header .rq-logo-frame::before,
html body #site-header .rq-logo-frame::after,
html body .rq-header .rq-logo-frame::before,
html body .rq-header .rq-logo-frame::after{
  display:none!important;
  content:none!important;
}
html body #site-header .rq-logo-img,
html body .rq-header .rq-logo-img{
  width:118px!important;
  height:66px!important;
  max-width:118px!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
html body #site-header .rq-logo-frame,
html body .rq-header .rq-logo-frame{
  width:118px!important;
  height:66px!important;
  flex:0 0 118px!important;
  min-width:118px!important;
}
html body #site-header .rq-logo{gap:16px!important;}
@media(max-width:880px){
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame{
    width:96px!important;
    height:58px!important;
    flex:0 0 96px!important;
    min-width:96px!important;
  }
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:96px!important;
    height:58px!important;
    max-width:96px!important;
  }
}


/* ============================================================
   FINAL HEADER LOGO + ENGLISH TRANSLATION POLISH 2026-05-28
   ============================================================ */
html body .rq-header .rq-header-inner{min-height:76px!important;height:76px!important;align-items:center!important;gap:14px!important;}
html body .rq-header .rq-logo{gap:6px!important;min-width:0!important;align-items:center!important;text-decoration:none!important;}
html[dir="rtl"] body .rq-header .rq-logo{margin-inline-start:0!important;margin-inline-end:auto!important;}
html[dir="ltr"] body .rq-header .rq-logo{margin-inline-end:0!important;margin-inline-start:auto!important;}
html body .rq-header .rq-logo-frame,
html body .rq-header .rq-logo-frame *,
html body .rq-header .rq-logo-frame::before,
html body .rq-header .rq-logo-frame::after,
html body .rq-header .rq-logo::before,
html body .rq-header .rq-logo::after{
  border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;
  text-decoration:none!important;content:none!important;background-image:none!important;
}
html body .rq-header .rq-logo-frame{width:88px!important;height:72px!important;min-width:88px!important;flex:0 0 88px!important;padding:0!important;margin:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;}
html body .rq-header .rq-logo-img{width:82px!important;height:72px!important;max-width:82px!important;max-height:72px!important;display:block!important;object-fit:contain!important;filter:none!important;mix-blend-mode:normal!important;}
html body .rq-header .rq-logo-text{margin:0!important;padding:0!important;line-height:1.1!important;gap:1px!important;display:flex!important;flex-direction:column!important;}
html body .rq-header .rq-logo-text strong{font-size:15px!important;font-weight:900!important;color:#0f5c5c!important;white-space:nowrap!important;}
html body .rq-header .rq-logo-text small{font-size:10px!important;font-weight:700!important;color:rgba(15,49,49,.54)!important;white-space:nowrap!important;}
@media(max-width:1050px){html body .rq-header .rq-logo-text strong{font-size:13px!important}html body .rq-header .rq-logo-text small{font-size:9px!important}}
@media(max-width:880px){
  html body .rq-header .rq-header-inner{height:70px!important;min-height:70px!important;}
  html body .rq-header .rq-logo-frame{width:74px!important;height:64px!important;min-width:74px!important;flex-basis:74px!important;}
  html body .rq-header .rq-logo-img{width:70px!important;height:62px!important;max-width:70px!important;max-height:62px!important;}
  html body .rq-header .rq-logo-text{display:none!important;}
}

/* keep Arabic mobile drawer text fully right aligned */
@media(max-width:880px){
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-nav{direction:rtl!important;text-align:right!important;}
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-link,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-cta{direction:rtl!important;justify-content:flex-start!important;text-align:right!important;}
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-link span,
  html[dir="rtl"] body .rq-mobile-menu .rq-mobile-cta span{margin-inline-start:0!important;margin-inline-end:0!important;text-align:right!important;}
}


/* ============================================================
   FINAL USER UPDATE 2026-05-28 (Arabic-only)
   1) No language switcher (removed from markup).
   2) Logo image flush against the firm-name text (zero gap,
      frame width fits the image exactly — no inner whitespace).
   3) Mobile: show the Arabic firm name beside the logo so users
      know it is ركائز القسط للمحاماة والاستشارات القانونية.
   ============================================================ */

/* Hide any leftover lang UI just in case it is ever re-injected */
.rq-lang,#headerLang,.rq-mobile-lang{display:none!important;}

/* --- Logo: image directly next to text, no gap, no inner padding --- */
html body .rq-header .rq-logo{
  gap:0!important;
  align-items:center!important;
}
html body .rq-header .rq-logo-frame{
  width:72px!important;
  min-width:72px!important;
  flex:0 0 72px!important;
  height:72px!important;
  padding:0!important;
  margin:0!important;
  justify-content:center!important;
}
html body .rq-header .rq-logo-img{
  width:72px!important;
  max-width:72px!important;
  height:72px!important;
  max-height:72px!important;
  object-fit:contain!important;
}
/* pull the text snug against the logo */
html[dir="rtl"] body .rq-header .rq-logo-text{margin-inline-start:2px!important;padding-inline-start:0!important;}

/* --- Mobile (<=880px): bring back the firm name next to the logo --- */
@media(max-width:880px){
  html body .rq-header .rq-logo-text{
    display:flex!important;
    flex-direction:column!important;
    line-height:1.2!important;
    margin-inline-start:2px!important;
  }
  html body .rq-header .rq-logo-text strong{
    display:block!important;
    font-size:11px!important;
    font-weight:900!important;
    color:#0f5c5c!important;
    line-height:1.25!important;
    white-space:normal!important;   /* allow the long Arabic name to wrap */
    max-width:60vw!important;
  }
  html body .rq-header .rq-logo-text small{display:none!important;}
  /* tighter logo so the name has room on small screens */
  html body .rq-header .rq-logo-frame{
    width:58px!important;min-width:58px!important;flex-basis:58px!important;height:58px!important;
  }
  html body .rq-header .rq-logo-img{
    width:58px!important;max-width:58px!important;height:58px!important;max-height:58px!important;
  }
  html body .rq-header .rq-logo{max-width:calc(100% - 60px)!important;}
}
@media(max-width:420px){
  html body .rq-header .rq-logo-text strong{font-size:10px!important;max-width:56vw!important;}
  html body .rq-header .rq-logo-frame{
    width:50px!important;min-width:50px!important;flex-basis:50px!important;height:50px!important;
  }
  html body .rq-header .rq-logo-img{
    width:50px!important;max-width:50px!important;height:50px!important;max-height:50px!important;
  }
}


/* ============================================================
   FINAL USER UPDATE #2 2026-05-28
   1) Mobile: logo hard to the right edge, company name directly
      beside it with NO gap.
   2) Desktop: company name directly beside logo, no gap.
   3) Nav underline sits directly under the menu text (not far below).
   ============================================================ */

/* ---------- 1 & 2: logo + name flush, no gap ---------- */
html body .rq-header .rq-logo{
  gap:2px!important;
  align-items:center!important;
}
html body .rq-header .rq-logo-frame{
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
}
html[dir="rtl"] body .rq-header .rq-logo-text{
  margin-inline-start:0!important;
  padding-inline-start:0!important;
}

/* ---------- DESKTOP (>=881px) ---------- */
@media(min-width:881px){
  /* keep the name showing right next to the logo */
  html body .rq-header .rq-logo-text{
    display:flex!important;flex-direction:column!important;
    line-height:1.2!important;margin-inline-start:2px!important;
  }
  html body .rq-header .rq-logo-text strong{
    font-size:15px!important;font-weight:900!important;color:#0f5c5c!important;white-space:nowrap!important;
  }
  html body .rq-header .rq-logo-text small{
    font-size:10px!important;font-weight:700!important;color:rgba(15,49,49,.55)!important;white-space:nowrap!important;
  }

  /* 3) underline directly under the text */
  html body .rq-header .rq-desktop-nav .rq-nav-link{
    height:auto!important;min-height:0!important;
    align-items:center!important;
    padding:0 0 4px 0!important;
    line-height:1.2!important;
  }
  html body .rq-header .rq-desktop-nav .rq-nav-link::after{
    bottom:-2px!important;height:2px!important;left:0!important;right:0!important;
  }
}

/* ---------- MOBILE (<=880px) ---------- */
@media(max-width:880px){
  /* logo pinned to the right edge, toggle to the left */
  html[dir="rtl"] body .rq-header .rq-header-inner{
    flex-direction:row!important;
    justify-content:space-between!important;
    padding:0 12px!important;
    gap:0!important;
  }
  /* logo group flush right with text immediately beside it */
  html body .rq-header .rq-logo{
    order:0!important;
    gap:2px!important;
    min-width:0!important;
    flex-shrink:1!important;
    align-items:center!important;
    margin:0!important;
  }
  html body .rq-header .rq-logo-frame{
    width:48px!important;height:48px!important;min-width:48px!important;flex:0 0 48px!important;
    padding:0!important;margin:0!important;border:0!important;background:transparent!important;border-radius:0!important;
  }
  html body .rq-header .rq-logo-img{
    width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain!important;
  }
  /* show the Arabic name right next to the logo, no gap */
  html body .rq-header .rq-logo-text{
    display:flex!important;flex-direction:column!important;line-height:1.2!important;
    margin-inline-start:2px!important;padding:0!important;
  }
  html body .rq-header .rq-logo-text strong{
    display:block!important;font-size:11px!important;font-weight:900!important;color:#0f5c5c!important;
    line-height:1.25!important;white-space:normal!important;max-width:56vw!important;
  }
  html body .rq-header .rq-logo-text small{display:none!important;}
  /* toggle stays on the far left */
  html body .rq-header .rq-menu-toggle{order:2!important;margin:0!important;flex:0 0 auto!important;}
}
@media(max-width:420px){
  html body .rq-header .rq-logo-frame{
    width:42px!important;height:42px!important;min-width:42px!important;flex-basis:42px!important;
  }
  html body .rq-header .rq-logo-img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;}
  html body .rq-header .rq-logo-text strong{font-size:10px!important;max-width:54vw!important;}
}

/* ============================================================
   FINAL HARD FIX - Logo + company name as ONE locked brand unit
   Reason: previous rules from different CSS files were fighting each other.
   This block is intentionally last and uses explicit RTL/LTR rules.
   ============================================================ */
html body .rq-header .rq-logo,
html[dir="rtl"] body .rq-header .rq-logo,
html[dir="ltr"] body .rq-header .rq-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  column-gap:0!important;
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  flex:0 1 auto!important;
  margin:0!important;
  padding:0!important;
  text-decoration:none!important;
}

html[dir="rtl"] body .rq-header .rq-logo{flex-direction:row!important; direction:rtl!important;}
html[dir="ltr"] body .rq-header .rq-logo{flex-direction:row!important; direction:ltr!important;}

html body .rq-header .rq-logo-frame,
html[dir="rtl"] body .rq-header .rq-logo-frame,
html[dir="ltr"] body .rq-header .rq-logo-frame{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  height:66px!important;
  flex:0 0 58px!important;
}

html body .rq-header .rq-logo-img{
  display:block!important;
  width:66px!important;
  height:66px!important;
  max-width:66px!important;
  max-height:66px!important;
  object-fit:contain!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}

html body .rq-header .rq-logo-text,
html[dir="rtl"] body .rq-header .rq-logo-text,
html[dir="ltr"] body .rq-header .rq-logo-text{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  line-height:1.05!important;
  gap:1px!important;
  padding:0!important;
  flex:0 1 auto!important;
}

/* Negative margin removes the visual empty space caused by the logo image canvas. */
html[dir="rtl"] body .rq-header .rq-logo-text{
  margin-right:-8px!important;
  margin-left:0!important;
  text-align:right!important;
}
html[dir="ltr"] body .rq-header .rq-logo-text{
  margin-left:-8px!important;
  margin-right:0!important;
  text-align:left!important;
}

html body .rq-header .rq-logo-text strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#0f5c5c!important;
  font-weight:900!important;
  font-size:15px!important;
  line-height:1.08!important;
  white-space:nowrap!important;
}
html body .rq-header .rq-logo-text small{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:rgba(15,49,49,.55)!important;
  font-weight:700!important;
  font-size:10px!important;
  line-height:1.05!important;
  white-space:nowrap!important;
}

@media(max-width:880px){
  html[dir="rtl"] body .rq-header .rq-header-inner{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding-left:14px!important;
    padding-right:10px!important;
    gap:0!important;
  }
  html[dir="ltr"] body .rq-header .rq-header-inner{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding-left:10px!important;
    padding-right:14px!important;
    gap:0!important;
  }
  html body .rq-header .rq-logo-frame,
  html[dir="rtl"] body .rq-header .rq-logo-frame,
  html[dir="ltr"] body .rq-header .rq-logo-frame{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:50px!important;
    flex:0 0 44px!important;
  }
  html body .rq-header .rq-logo-img{
    width:52px!important;
    height:52px!important;
    max-width:52px!important;
    max-height:52px!important;
  }
  html[dir="rtl"] body .rq-header .rq-logo-text{margin-right:-7px!important;margin-left:0!important;}
  html[dir="ltr"] body .rq-header .rq-logo-text{margin-left:-7px!important;margin-right:0!important;}
  html body .rq-header .rq-logo-text strong{
    display:block!important;
    font-size:10.5px!important;
    line-height:1.12!important;
    max-width:46vw!important;
    white-space:normal!important;
  }
  html body .rq-header .rq-logo-text small{display:none!important;}
  html body .rq-header .rq-menu-toggle{flex:0 0 auto!important;margin:0!important;}
}

@media(max-width:420px){
  html body .rq-header .rq-logo-frame,
  html[dir="rtl"] body .rq-header .rq-logo-frame,
  html[dir="ltr"] body .rq-header .rq-logo-frame{
    width:40px!important;min-width:40px!important;max-width:40px!important;flex-basis:40px!important;height:48px!important;
  }
  html body .rq-header .rq-logo-img{width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important;}
  html[dir="rtl"] body .rq-header .rq-logo-text{margin-right:-8px!important;}
  html[dir="ltr"] body .rq-header .rq-logo-text{margin-left:-8px!important;}
  html body .rq-header .rq-logo-text strong{font-size:10px!important;max-width:48vw!important;}
}


/* ==========================================================
   FINAL: use full transparent logo image only in header
   Company name is already inside the image, so remove old text.
   ========================================================== */
html body .rq-header .rq-logo,
html[dir="rtl"] body .rq-header .rq-logo,
html[dir="ltr"] body .rq-header .rq-logo{
  gap:0!important;
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
}
html body .rq-header .rq-logo-text,
html body .rq-header .rq-logo-text strong,
html body .rq-header .rq-logo-text small,
html body .rq-mobile-logo span{
  display:none!important;
}
html body .rq-header .rq-logo-frame,
html[dir="rtl"] body .rq-header .rq-logo-frame,
html[dir="ltr"] body .rq-header .rq-logo-frame{
  width:190px!important;
  height:96px!important;
  min-width:190px!important;
  max-width:190px!important;
  flex:0 0 190px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html body .rq-header .rq-logo-frame::before,
html body .rq-header .rq-logo-frame::after,
html body .rq-header .rq-logo::before,
html body .rq-header .rq-logo::after{
  display:none!important;
  content:none!important;
}
html body .rq-header .rq-logo-img{
  width:190px!important;
  height:96px!important;
  max-width:190px!important;
  max-height:96px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  filter:none!important;
}
html body .rq-mobile-logo{
  gap:0!important;
  padding:0!important;
  margin:0!important;
}
html body .rq-mobile-logo img{
  width:170px!important;
  height:86px!important;
  max-width:170px!important;
  max-height:86px!important;
  object-fit:contain!important;
  display:block!important;
}
@media (max-width: 991px){
  html body .rq-header-inner{
    min-height:82px!important;
  }
  html body .rq-header .rq-logo-frame,
  html[dir="rtl"] body .rq-header .rq-logo-frame,
  html[dir="ltr"] body .rq-header .rq-logo-frame{
    width:150px!important;
    height:76px!important;
    min-width:150px!important;
    max-width:150px!important;
    flex-basis:150px!important;
  }
  html body .rq-header .rq-logo-img{
    width:150px!important;
    height:76px!important;
    max-width:150px!important;
    max-height:76px!important;
  }
}
@media (max-width: 420px){
  html body .rq-header .rq-logo-frame,
  html[dir="rtl"] body .rq-header .rq-logo-frame,
  html[dir="ltr"] body .rq-header .rq-logo-frame{
    width:136px!important;
    height:70px!important;
    min-width:136px!important;
    max-width:136px!important;
    flex-basis:136px!important;
  }
  html body .rq-header .rq-logo-img{
    width:136px!important;
    height:70px!important;
    max-width:136px!important;
    max-height:70px!important;
  }
}

/* ==========================================================
   REAL FINAL NAVBAR LOGO FIX - 2026-05-28
   Use horizontal transparent logo asset for header only.
   Prevent every old CSS rule from shrinking the logo.
   ========================================================== */
html body #site-header .rq-header,
html body .rq-header{
  height:88px!important;
  min-height:88px!important;
}
html body #site-header .rq-header-inner,
html body .rq-header .rq-header-inner{
  height:88px!important;
  min-height:88px!important;
  align-items:center!important;
}
html body #site-header .rq-logo,
html body .rq-header .rq-logo{
  width:268px!important;
  min-width:268px!important;
  max-width:268px!important;
  height:70px!important;
  flex:0 0 268px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  gap:0!important;
  padding:0!important;
  margin:0!important;
}
html body #site-header .rq-logo-frame,
html body .rq-header .rq-logo-frame{
  width:268px!important;
  min-width:268px!important;
  max-width:268px!important;
  height:70px!important;
  min-height:70px!important;
  max-height:70px!important;
  flex:0 0 268px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body #site-header .rq-logo-img,
html body .rq-header .rq-logo-img{
  width:268px!important;
  min-width:268px!important;
  max-width:268px!important;
  height:70px!important;
  min-height:70px!important;
  max-height:70px!important;
  object-fit:contain!important;
  display:block!important;
  filter:none!important;
  transform:none!important;
  opacity:1!important;
  image-rendering:auto!important;
}
html body #site-header .rq-logo-text,
html body .rq-header .rq-logo-text,
html body #site-header .rq-logo-text *,
html body .rq-header .rq-logo-text *{
  display:none!important;
}

@media(max-width:1180px) and (min-width:881px){
  html body #site-header .rq-logo,
  html body .rq-header .rq-logo,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:238px!important;
    min-width:238px!important;
    max-width:238px!important;
    height:62px!important;
    min-height:62px!important;
    max-height:62px!important;
    flex-basis:238px!important;
  }
}
@media(max-width:880px){
  body{padding-top:74px!important;}
  html body #site-header .rq-header,
  html body .rq-header{
    height:74px!important;
    min-height:74px!important;
  }
  html body #site-header .rq-header-inner,
  html body .rq-header .rq-header-inner{
    height:74px!important;
    min-height:74px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  html body #site-header .rq-logo,
  html body .rq-header .rq-logo,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:210px!important;
    min-width:210px!important;
    max-width:210px!important;
    height:55px!important;
    min-height:55px!important;
    max-height:55px!important;
    flex-basis:210px!important;
  }
  html body .rq-mobile-menu{top:74px!important;max-height:calc(100vh - 74px)!important;}
}
@media(max-width:420px){
  html body #site-header .rq-logo,
  html body .rq-header .rq-logo,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:188px!important;
    min-width:188px!important;
    max-width:188px!important;
    height:49px!important;
    min-height:49px!important;
    max-height:49px!important;
    flex-basis:188px!important;
  }
}

/* === RQ NAVBAR LOGO FINAL CROP/ALIGNMENT FIX ===
   Fixes the previous trimmed logo/top triangle issue by using a clean horizontal logo
   and forcing the navbar/header containers to stop clipping it. */
html body .rq-header,
html body #site-header,
html body .rq-header-inner{
  overflow:visible!important;
}
html body .rq-header,
html body #site-header .rq-header{
  height:94px!important;
  min-height:94px!important;
}
html body .rq-header .rq-header-inner,
html body #site-header .rq-header-inner{
  height:94px!important;
  min-height:94px!important;
  align-items:center!important;
  overflow:visible!important;
}
html body .rq-header .rq-logo,
html body .rq-header .rq-logo-frame,
html body .rq-header .rq-logo-img{
  width:400px!important;
  min-width:400px!important;
  max-width:400px!important;
  height:90px!important;
  min-height:90px!important;
  max-height:90px!important;
  flex:0 0 400px!important;
  overflow:visible!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
}
html body .rq-header .rq-logo,
html body .rq-header .rq-logo-frame{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html body .rq-header .rq-logo-img{
  display:block!important;
}
@media(max-width:1180px) and (min-width:881px){
  html body .rq-header .rq-logo,
  html body .rq-header .rq-logo-frame,
  html body .rq-header .rq-logo-img{
    width:330px!important;
    min-width:330px!important;
    max-width:330px!important;
    height:74px!important;
    min-height:74px!important;
    max-height:74px!important;
    flex-basis:330px!important;
  }
}
@media(max-width:880px){
  body{padding-top:92px!important;}
  html body .rq-header,
  html body #site-header .rq-header{
    height:92px!important;
    min-height:92px!important;
  }
  html body .rq-header .rq-header-inner,
  html body #site-header .rq-header-inner{
    height:92px!important;
    min-height:92px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html body .rq-header .rq-logo,
  html body .rq-header .rq-logo-frame,
  html body .rq-header .rq-logo-img{
    width:270px!important;
    min-width:270px!important;
    max-width:270px!important;
    height:61px!important;
    min-height:61px!important;
    max-height:61px!important;
    flex-basis:270px!important;
  }
  html body .rq-mobile-menu{top:92px!important;max-height:calc(100vh - 92px)!important;}
}
@media(max-width:420px){
  html body .rq-header .rq-logo,
  html body .rq-header .rq-logo-frame,
  html body .rq-header .rq-logo-img{
    width:240px!important;
    min-width:240px!important;
    max-width:240px!important;
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
    flex-basis:240px!important;
  }
}

/* ==========================================================
   RQ HEADER DESKTOP REPAIR - 2026-05-29
   Scope: navbar/header only. Fixes desktop visibility and removes
   the unwanted green filled strip below the navbar.
   ========================================================== */
@media (min-width:881px){
  html body{
    padding-top:94px!important;
  }

  html body #site-header{
    display:block!important;
    position:relative!important;
    z-index:99999!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    background:transparent!important;
    border:0!important;
    overflow:visible!important;
  }

  html body #site-header::before,
  html body #site-header::after,
  html body .rq-header::before,
  html body .rq-header::after,
  html body .rq-header-inner::before,
  html body .rq-header-inner::after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    background:transparent!important;
  }

  html body .rq-header,
  html body #site-header .rq-header{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:94px!important;
    min-height:94px!important;
    max-height:94px!important;
    z-index:99999!important;
    background:#ffffff!important;
    border:0!important;
    border-bottom:1px solid rgba(15,92,92,.10)!important;
    box-shadow:0 10px 28px rgba(15,49,49,.06)!important;
    overflow:visible!important;
    transform:none!important;
  }

  html body .rq-header .rq-header-inner,
  html body #site-header .rq-header-inner{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    max-width:1440px!important;
    height:94px!important;
    min-height:94px!important;
    max-height:94px!important;
    margin:0 auto!important;
    padding-inline-start:clamp(42px,5vw,82px)!important;
    padding-inline-end:clamp(54px,6vw,104px)!important;
    gap:clamp(28px,4vw,58px)!important;
    background:#ffffff!important;
    border:0!important;
    overflow:visible!important;
  }

  html body .rq-header .rq-logo,
  html body #site-header .rq-logo{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    justify-content:center!important;
    width:400px!important;
    min-width:400px!important;
    max-width:400px!important;
    height:90px!important;
    min-height:90px!important;
    max-height:90px!important;
    flex:0 0 400px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    text-decoration:none!important;
  }

  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-img,
  html body #site-header .rq-logo-img{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:400px!important;
    min-width:400px!important;
    max-width:400px!important;
    height:90px!important;
    min-height:90px!important;
    max-height:90px!important;
    flex:0 0 400px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    filter:none!important;
  }

  html body .rq-header .rq-desktop-nav,
  html body #site-header .rq-desktop-nav{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    height:94px!important;
    margin:0!important;
    padding:0!important;
    gap:clamp(18px,2.3vw,34px)!important;
    background:transparent!important;
    overflow:visible!important;
    transform:none!important;
  }

  html body .rq-header .rq-nav-link,
  html body #site-header .rq-nav-link{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    align-items:center!important;
    justify-content:center!important;
    height:auto!important;
    min-height:0!important;
    padding:8px 0 7px!important;
    margin:0!important;
    color:#344f4f!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:15px!important;
    font-weight:800!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    transform:none!important;
  }

  html body .rq-header .rq-nav-link::after,
  html body #site-header .rq-nav-link::after{
    content:''!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    height:2px!important;
    background:#c9a84c!important;
    border-radius:999px!important;
    opacity:0!important;
    transform:scaleX(0)!important;
    transform-origin:center!important;
    transition:opacity .2s ease,transform .2s ease!important;
  }

  html body .rq-header .rq-nav-link:hover,
  html body .rq-header .rq-nav-link.active,
  html body #site-header .rq-nav-link:hover,
  html body #site-header .rq-nav-link.active{
    color:#0f5c5c!important;
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
  }

  html body .rq-header .rq-nav-link:hover::after,
  html body .rq-header .rq-nav-link.active::after,
  html body #site-header .rq-nav-link:hover::after,
  html body #site-header .rq-nav-link.active::after{
    opacity:1!important;
    transform:scaleX(1)!important;
  }

  html body .rq-header .rq-nav-cta,
  html body #site-header .rq-nav-cta{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:max-content!important;
    min-height:44px!important;
    padding:0 22px!important;
    margin:0!important;
    border:1px solid rgba(201,168,76,.55)!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#d8bd65,#b9902f)!important;
    color:#122b2b!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    box-shadow:0 10px 24px rgba(185,144,47,.18)!important;
    transform:none!important;
  }

  html body .rq-header .rq-menu-toggle,
  html body #site-header .rq-menu-toggle,
  html body .rq-mobile-menu{
    display:none!important;
  }
}

@media (min-width:881px) and (max-width:1180px){
  html body .rq-header .rq-header-inner,
  html body #site-header .rq-header-inner{
    padding-inline-start:28px!important;
    padding-inline-end:36px!important;
    gap:22px!important;
  }
  html body .rq-header .rq-logo,
  html body #site-header .rq-logo,
  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-img,
  html body #site-header .rq-logo-img{
    width:330px!important;
    min-width:330px!important;
    max-width:330px!important;
    height:74px!important;
    min-height:74px!important;
    max-height:74px!important;
    flex-basis:330px!important;
  }
  html body .rq-header .rq-desktop-nav,
  html body #site-header .rq-desktop-nav{
    gap:16px!important;
  }
  html body .rq-header .rq-nav-link,
  html body #site-header .rq-nav-link{
    font-size:13px!important;
  }
  html body .rq-header .rq-nav-cta,
  html body #site-header .rq-nav-cta{
    min-height:40px!important;
    padding-inline:16px!important;
    font-size:13px!important;
  }
}

/* === RQ MOBILE LOGO CLARITY ONLY FIX ===
   Requested mobile-only adjustment: make the combined logo/text clearer and less compressed
   without changing the mobile menu/header structure or desktop navbar. */
@media (max-width:880px){
  html body #site-header .rq-header,
  html body .rq-header{
    overflow:visible!important;
  }

  html body #site-header .rq-header-inner,
  html body .rq-header .rq-header-inner{
    overflow:visible!important;
  }

  html body #site-header .rq-logo,
  html body .rq-header .rq-logo,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:245px!important;
    min-width:245px!important;
    max-width:245px!important;
    height:55px!important;
    min-height:55px!important;
    max-height:55px!important;
    flex:0 0 245px!important;
    overflow:visible!important;
  }

  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    object-fit:contain!important;
    object-position:center center!important;
    image-rendering:auto!important;
    -webkit-font-smoothing:antialiased!important;
    backface-visibility:hidden!important;
    transform:translateZ(0)!important;
  }
}

@media (max-width:420px){
  html body #site-header .rq-logo,
  html body .rq-header .rq-logo,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:232px!important;
    min-width:232px!important;
    max-width:232px!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    flex:0 0 232px!important;
  }
}

@media (max-width:360px){
  html body #site-header .rq-logo,
  html body .rq-header .rq-logo,
  html body #site-header .rq-logo-frame,
  html body .rq-header .rq-logo-frame,
  html body #site-header .rq-logo-img,
  html body .rq-header .rq-logo-img{
    width:218px!important;
    min-width:218px!important;
    max-width:218px!important;
    height:49px!important;
    min-height:49px!important;
    max-height:49px!important;
    flex:0 0 218px!important;
  }
}

/* === RQ WHY CHOOSE REQUESTED UPDATE 2026-06-07 === */
.rq-why-title-one-line{
  white-space:nowrap!important;
  max-width:100%!important;
}
.rq-wc-left{
  gap:0!important;
}
.rq-wc-features{
  list-style:none!important;
  padding:0!important;
  margin:0 0 28px!important;
  display:grid!important;
  gap:12px!important;
  direction:rtl!important;
}
.rq-wc-features li{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:13px 15px!important;
  border:1px solid rgba(201,168,76,.24)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,244,232,.82))!important;
  box-shadow:0 12px 30px rgba(5,41,38,.07)!important;
  color:var(--navy)!important;
  font-family:'Cairo',sans-serif!important;
  font-weight:800!important;
  font-size:.93rem!important;
  line-height:1.45!important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease!important;
}
.rq-wc-features li:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 18px 42px rgba(5,41,38,.12)!important;
  border-color:rgba(201,168,76,.48)!important;
}
.rq-wc-feature-icon{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--navy),#0b6b63)!important;
  box-shadow:0 10px 24px rgba(5,83,76,.18)!important;
}
.rq-wc-feature-icon i{
  font-size:15px!important;
}
@media(max-width:1180px){
  .rq-why-title-one-line{white-space:normal!important;}
}
@media(max-width:1050px){
  .rq-wc-features{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:680px){
  .rq-wc-features{grid-template-columns:1fr!important;margin-bottom:22px!important;}
  .rq-wc-features li{justify-content:flex-start!important;font-size:.9rem!important;}
}
