
.firstm-site-header{
  width:100%;height:var(--fmh-height,110px);background:var(--fmh-bg,transparent);color:var(--fmh-text,#211b19);
  font-family:"Tajawal",Arial,sans-serif;position:relative;z-index:99990;box-sizing:border-box;border:0;
  transition:background .22s ease,box-shadow .22s ease,backdrop-filter .22s ease,transform .22s ease;
}
body.firstm-custom-header-sticky:not(.firstm-custom-header-home) .firstm-site-header{position:sticky;top:0}
body.firstm-custom-header-home.firstm-custom-header-sticky .firstm-site-header{position:fixed;inset-inline:0;top:0}
body.admin-bar.firstm-custom-header-home.firstm-custom-header-sticky .firstm-site-header{top:32px}
body.firstm-custom-header-shadow:not(.firstm-custom-header-home) .firstm-site-header{box-shadow:0 10px 30px rgba(36,30,27,.055),0 1px 0 rgba(255,255,255,.65)}
.firstm-site-header.is-inner-header{background:var(--fmh-inner-bg,#fff)}
/* Homepage starts transparent over the hero, then the sticky state becomes a clean solid header. */
.firstm-site-header.is-home-header{background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
body.firstm-custom-header-home.firstm-custom-header-sticky .firstm-site-header.is-home-header.is-scrolled{
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 10px 32px rgba(40,31,26,.07),0 1px 0 rgba(255,255,255,.88)!important;
  -webkit-backdrop-filter:blur(14px) saturate(135%);
  backdrop-filter:blur(14px) saturate(135%)!important;
}
.firstm-site-header *{box-sizing:border-box}
.firstm-header-inner{height:100%;max-width:1440px;margin:0 auto;padding:0 34px;display:flex;align-items:center;gap:25px;direction:inherit}
.firstm-header-logo{width:112px;min-width:112px;height:84px;display:flex;align-items:center;justify-content:center;text-decoration:none}
.firstm-header-logo img{display:block;max-width:82px;max-height:78px;width:auto;height:auto;object-fit:contain}
.firstm-header-nav{display:flex;align-items:center;justify-content:center;gap:10px;margin-inline:auto;white-space:nowrap}
.firstm-nav-link{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 14px;border-radius:24px;color:var(--fmh-text,#211b19);text-decoration:none!important;font-weight:800;font-size:16px;line-height:1;letter-spacing:-.15px;transition:transform .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}
.firstm-nav-link:hover{color:var(--fmh-accent,#ef6a24);transform:translateY(-1px)}
.firstm-nav-link.is-active{background:var(--fmh-accent,#ef6a24);color:#fff!important;padding-inline:20px;box-shadow:0 10px 24px rgba(239,106,36,.22)}
.firstm-nav-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.firstm-header-tools{display:flex;align-items:center;gap:9px;min-width:178px;justify-content:flex-start}
[dir="rtl"] .firstm-header-tools{direction:ltr}[dir="ltr"] .firstm-header-tools{direction:rtl}
.firstm-tool{position:relative;min-width:44px;width:44px;height:44px;border:1px solid rgba(44,35,31,.12);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.9);color:#201b19;text-decoration:none!important;overflow:visible;transition:.2s ease;backdrop-filter:blur(8px);box-shadow:0 6px 20px rgba(38,30,25,.035)}
.firstm-tool:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(27,22,20,.09)}
.firstm-tool svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.firstm-whatsapp{background:#21c866!important;border-color:#21c866;color:#fff}.firstm-whatsapp svg{width:25px;height:25px;fill:currentColor;stroke:none}
.firstm-country{width:auto;min-width:62px;padding:0 9px;gap:6px;border-radius:24px!important;overflow:hidden;background:rgba(255,255,255,.9)!important}
.firstm-country .flag-eg,.firstm-country .flag-uk{width:29px;height:29px;border-radius:50%;display:flex;flex-direction:column;overflow:hidden;position:relative;box-shadow:0 0 0 1px rgba(0,0,0,.05);flex:none}
.firstm-country .flag-eg i{flex:1;display:block}.firstm-country .flag-eg i:nth-child(1){background:#ce1126}.firstm-country .flag-eg i:nth-child(2){background:#fff;position:relative}.firstm-country .flag-eg i:nth-child(2):after{content:"";position:absolute;width:4px;height:5px;background:#c69b32;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:1px}.firstm-country .flag-eg i:nth-child(3){background:#000}
.firstm-country .flag-uk svg{display:block;width:100%;height:100%}
.firstm-lang-code{font-size:10px;font-weight:900;line-height:1;color:#232528;direction:ltr}
.firstm-account:after{content:attr(aria-label);position:absolute;bottom:-35px;left:50%;transform:translateX(-50%) translateY(-3px);background:#17191b;color:#fff;font-family:"Tajawal",Arial,sans-serif;font-size:10px;white-space:nowrap;padding:6px 9px;border-radius:7px;opacity:0;pointer-events:none;transition:.15s ease}.firstm-account:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}
.firstm-mobile-toggle{display:none;width:44px;height:44px;border:1px solid rgba(44,35,31,.12);background:rgba(255,255,255,.92);border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0;cursor:pointer}.firstm-mobile-toggle span{width:20px;height:2px;background:#211b19;border-radius:10px;transition:.2s}.firstm-site-header.is-open .firstm-mobile-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.firstm-site-header.is-open .firstm-mobile-toggle span:nth-child(2){opacity:0}.firstm-site-header.is-open .firstm-mobile-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
@media(max-width:1180px){.firstm-header-inner{padding:0 20px;gap:13px}.firstm-header-nav{gap:4px}.firstm-nav-link{font-size:14px;padding:0 9px}.firstm-header-logo{width:92px;min-width:92px}.firstm-header-logo img{max-width:68px}.firstm-header-tools{min-width:auto}.firstm-country{min-width:58px;padding-inline:7px}}
@media(max-width:900px){
  .firstm-site-header{height:auto;min-height:78px}.firstm-header-inner{min-height:78px;position:relative;padding:0 14px;gap:9px}
  .firstm-header-logo{width:72px;min-width:72px;height:66px}.firstm-header-logo img{max-width:58px;max-height:58px}
  .firstm-mobile-toggle{display:flex;order:3}.firstm-header-tools{order:2;gap:7px;margin-inline:auto 0}.firstm-header-logo{order:1}
  [dir="ltr"] .firstm-header-logo{order:1}[dir="ltr"] .firstm-header-tools{margin-inline:0 auto}
  .firstm-header-nav{position:absolute;top:calc(100% + 8px);right:14px;left:14px;background:rgba(255,255,255,.985);border:1px solid rgba(30,20,15,.08);border-radius:18px;padding:10px;box-shadow:0 18px 45px rgba(25,15,10,.12);display:none;flex-direction:column;align-items:stretch;gap:4px;white-space:normal;backdrop-filter:blur(16px)}
  .firstm-site-header.is-open .firstm-header-nav{display:flex}.firstm-nav-link{justify-content:flex-start;min-height:48px;padding-inline:15px;font-size:14px}.firstm-nav-link.is-active{border-radius:13px;box-shadow:none}
  .firstm-tool{width:40px;height:40px;min-width:40px}.firstm-country{width:58px}.firstm-country .flag-eg,.firstm-country .flag-uk{width:27px;height:27px}
}
@media(max-width:782px){body.admin-bar.firstm-custom-header-home.firstm-custom-header-sticky .firstm-site-header{top:46px}}
@media(max-width:560px){
  .firstm-header-inner{padding:0 10px;gap:6px}.firstm-header-logo{width:58px;min-width:58px}.firstm-header-logo img{max-width:50px;max-height:50px}
  .firstm-header-tools{gap:5px}.firstm-tool,.firstm-mobile-toggle{width:37px;height:37px;min-width:37px}.firstm-tool svg{width:19px;height:19px}.firstm-whatsapp svg{width:22px;height:22px}.firstm-country{width:54px;min-width:54px;padding-inline:5px}.firstm-country .flag-eg,.firstm-country .flag-uk{width:25px;height:25px}.firstm-lang-code{font-size:9px}
}
@media(max-width:410px){.firstm-lang-code{display:none}.firstm-country{width:37px;min-width:37px;padding:0}.firstm-country .flag-eg,.firstm-country .flag-uk{width:27px;height:27px}}
