/* EL-KAYAN Store identity — Classic theme */
:root {
  --elk-navy: #0b3155;
  --elk-navy-deep: #07243f;
  --elk-blue: #145c8c;
  --elk-cyan: #18a7c5;
  --elk-red: #ef2929;
  --elk-ink: #152536;
  --elk-muted: #647487;
  --elk-paper: #f5f8fb;
  --elk-white: #ffffff;
  --elk-radius: 14px;
  --elk-shadow: 0 12px 34px rgba(7, 36, 63, .10);
}

html { scroll-behavior: smooth; }
body {
  color: var(--elk-ink);
  background: var(--elk-paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.lang-ar { font-family: Tahoma, Arial, sans-serif; }
a { color: var(--elk-blue); transition: color .2s ease, opacity .2s ease; }
a:hover { color: var(--elk-cyan); text-decoration: none; }

/* Header */
#header { background: var(--elk-white); box-shadow: 0 5px 24px rgba(7,36,63,.08); }
#header .header-nav {
  margin: 0;
  border: 0;
  background: var(--elk-navy-deep);
  color: rgba(255,255,255,.9);
}
#header .header-nav a,
#header .header-nav .blockcart,
#header .header-nav .blockcart a,
#header .header-nav .material-icons { color: var(--elk-white); }
#header .header-nav .blockcart { background: rgba(255,255,255,.10); }
#_desktop_language_selector,
#_mobile_language_selector { display: none !important; }
.elk-nav-left { display: flex; align-items: center; gap: .9rem; min-height: 48px; }
.elk-nav-left #contact-link { margin: 0; white-space: nowrap; }
.elk-utility-links { display: inline-flex; align-items: center; gap: .45rem; }
#header .header-nav .elk-utility-chip {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  min-height: 32px;
  padding: .38rem .68rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: var(--elk-white);
  font-size: .76rem;
  line-height: 1;
}
#header .header-nav .elk-utility-chip:hover { border-color: var(--elk-cyan); background: rgba(255,255,255,.1); }
.elk-utility-chip b { color: inherit; font-weight: 750; }
.elk-utility-chip--facebook > span {
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #1877f2;
  font: 800 14px/1 Arial, sans-serif;
}
#header .header-nav .elk-utility-chip--language { border-color: rgba(24,167,197,.65); }
.elk-utility-chip--language .material-icons { font-size: 18px; }
.elk-utility-links--mobile { display: flex; justify-content: center; padding: .4rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
#header .header-top { padding: 1.15rem 0; background: var(--elk-white); }
#header .header-top .container { display: flex; align-items: center; }
#header .logo {
  content: url("/store/img/logo.png?v=20260716");
  width: auto;
  max-width: 210px;
  max-height: 76px;
  object-fit: contain;
}
#header .header-top a[data-depth="0"] {
  color: var(--elk-navy);
  font-weight: 700;
  letter-spacing: .01em;
}
#header .header-top a[data-depth="0"]:hover { color: var(--elk-cyan); }
#header .top-menu a[data-depth="0"] { padding-inline: .85rem; }
#search_widget form input {
  border: 1px solid #dce5ed;
  border-radius: 999px;
  background: var(--elk-paper);
  padding-inline: 1.15rem 3rem;
}
#search_widget form button { color: var(--elk-navy); inset-inline-end: .55rem; }

/* General layout */
#wrapper { padding-top: 2rem; background: var(--elk-paper); }
.breadcrumb { font-size: .85rem; }
.breadcrumb a { color: var(--elk-muted); }
.page-header h1, .h1, .h2, .h3 { color: var(--elk-navy); font-weight: 750; letter-spacing: -.02em; }
.featured-products .products-section-title,
.product-accessories .products-section-title {
  position: relative;
  margin-bottom: 2rem;
  color: var(--elk-navy);
  text-transform: none;
}
.featured-products .products-section-title::after,
.product-accessories .products-section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: .65rem auto 0;
  border-radius: 99px;
  background: var(--elk-cyan);
}

/* Hero and home blocks */
#carousel, .carousel { border-radius: 20px; overflow: hidden; box-shadow: var(--elk-shadow); }
.carousel .carousel-item .caption {
  max-width: 560px;
  padding: 1.5rem 1.75rem;
  border-radius: var(--elk-radius);
  background: rgba(7,36,63,.82);
  backdrop-filter: blur(6px);
}
.carousel .carousel-item .caption h2,
.carousel .carousel-item .caption p { color: var(--elk-white); }
.banner img, .custom-text { border-radius: var(--elk-radius); }
.custom-text { border: 0; box-shadow: var(--elk-shadow); }

/* Product cards */
.products { align-items: stretch; }
.product-miniature { margin-bottom: 1.5rem; }
.product-miniature .thumbnail-container {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e2eaf0;
  border-radius: var(--elk-radius);
  background: var(--elk-white);
  box-shadow: 0 7px 24px rgba(7,36,63,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-miniature .thumbnail-container:hover {
  transform: translateY(-5px);
  border-color: rgba(24,167,197,.45);
  box-shadow: var(--elk-shadow);
}
.product-miniature .product-description { position: relative; background: var(--elk-white); padding-bottom: 1rem; }
.product-miniature .product-title a { color: var(--elk-ink); font-weight: 700; line-height: 1.45; }
.product-miniature .product-price-and-shipping { color: var(--elk-blue); font-size: 1.05rem; font-weight: 800; }
.product-flags li.product-flag {
  border-radius: 0 999px 999px 0;
  background: var(--elk-cyan);
  box-shadow: none;
  font-size: .72rem;
  letter-spacing: .03em;
}
.lang-rtl .product-flags li.product-flag { border-radius: 999px 0 0 999px; }
.highlighted-informations { background: rgba(255,255,255,.96); }

/* Buttons, fields and panels */
.btn-primary, .btn-secondary, .btn-tertiary {
  border: 0;
  border-radius: 9px;
  padding: .78rem 1.2rem;
  font-weight: 750;
  text-transform: none;
  box-shadow: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn-primary { background: var(--elk-blue); }
.btn-primary:hover, .btn-primary:focus {
  background: var(--elk-cyan);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(24,167,197,.22);
}
.btn-secondary { background: var(--elk-navy); color: var(--elk-white); }
.form-control, .input-group .form-control, select.form-control {
  min-height: 44px;
  border: 1px solid #d9e3eb;
  border-radius: 9px;
  background: var(--elk-white);
}
.form-control:focus { border-color: var(--elk-cyan); outline: 0; box-shadow: 0 0 0 3px rgba(24,167,197,.13); }
.card, .block-categories, .product-information, .tabs, .cart-grid-body .card, .cart-grid-right .card {
  border: 1px solid #e2eaf0;
  border-radius: var(--elk-radius);
  box-shadow: 0 8px 26px rgba(7,36,63,.06);
}

/* Product and checkout */
.product-cover img { border-radius: var(--elk-radius); box-shadow: var(--elk-shadow); }
.product-prices .current-price { color: var(--elk-blue); font-weight: 850; }
.tabs .nav-tabs .nav-link.active { color: var(--elk-blue); border-bottom-color: var(--elk-cyan); }
.cart-summary-line .value, .cart-summary-line.cart-total .value { color: var(--elk-navy); font-weight: 800; }

/* Footer */
#footer { padding-top: 3.2rem; background: var(--elk-navy-deep); color: rgba(255,255,255,.76); }
#footer .footer-container { margin-top: 0; padding: 2.5rem 0; box-shadow: none; background: transparent; }
#footer .h3, #footer .h4, #footer .block-contact-title, #footer .block_newsletter h3 { color: var(--elk-white); }
#footer a, #footer .block-contact { color: rgba(255,255,255,.72); }
#footer a:hover { color: var(--elk-cyan); }
#footer .block_newsletter form input[type="email"] { border-radius: 9px 0 0 9px; border: 0; }
.lang-rtl #footer .block_newsletter form input[type="email"] { border-radius: 0 9px 9px 0; }

/* RTL and responsive */
.lang-rtl { text-align: right; }
.lang-rtl #header .header-top .container,
.lang-rtl .row { direction: rtl; }
.lang-rtl .material-icons { direction: rtl; }

@media (max-width: 767px) {
  #header .header-nav { background: var(--elk-navy-deep); }
  #header .header-top { padding: .7rem 0; }
  #header .logo { max-width: 155px; max-height: 58px; }
  #wrapper { padding-top: 1rem; }
  #carousel, .carousel { border-radius: 12px; }
  .carousel .carousel-item .caption { inset-inline: 1rem; max-width: calc(100% - 2rem); padding: 1rem; }
  .carousel .carousel-item .caption h2 { font-size: 1.25rem; }
  .product-miniature .thumbnail-container { border-radius: 11px; }
}

/* EL-KAYAN storefront homepage */
.elk-home { --elk-home-gap: clamp(3.75rem, 7vw, 6.5rem); }
.elk-home .elk-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  min-height: 480px;
  margin-bottom: var(--elk-home-gap);
  overflow: hidden;
  border-radius: 26px;
  isolation: isolate;
  color: var(--elk-white);
  background: linear-gradient(125deg, #061f38 0%, #0b3155 52%, #125e87 100%);
  box-shadow: 0 28px 70px rgba(7,36,63,.22);
}
.elk-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to right, #000, transparent 78%);
  mask-image: linear-gradient(to right, #000, transparent 78%);
}
.lang-rtl .elk-hero__grid {
  -webkit-mask-image: linear-gradient(to left, #000, transparent 78%);
  mask-image: linear-gradient(to left, #000, transparent 78%);
}
.elk-hero__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); }
.elk-hero__glow--one { width: 420px; height: 420px; inset: -210px auto auto -120px; background: rgba(24,167,197,.24); }
.elk-hero__glow--two { width: 360px; height: 360px; inset: auto -120px -200px auto; background: rgba(239,41,41,.13); }
.elk-hero__content {
  align-self: center;
  max-width: 720px;
  padding: 2.2rem 2rem 5.35rem 3.3rem;
}
.lang-rtl .elk-hero__content { padding: 2.2rem 3.3rem 5.35rem 2rem; }
.elk-eyebrow, .elk-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--elk-cyan);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.elk-eyebrow::before, .elk-kicker::before { content: ""; width: 27px; height: 3px; border-radius: 99px; background: currentColor; }
.elk-hero h1 {
  max-width: 720px;
  margin: .75rem 0 1rem;
  color: var(--elk-white);
  font-size: clamp(2.15rem, 3.6vw, 3.15rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.lang-rtl .elk-hero h1 { line-height: 1.22; letter-spacing: -.025em; }
.elk-hero__content > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.65; }
.elk-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.elk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .75rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.elk-btn:hover { transform: translateY(-2px); }
.elk-btn--primary { color: var(--elk-white); background: var(--elk-cyan); box-shadow: 0 10px 28px rgba(24,167,197,.28); }
.elk-btn--primary:hover { color: var(--elk-white); background: #20b7d5; }
.elk-btn--ghost { color: var(--elk-white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); }
.elk-btn--ghost:hover { color: var(--elk-white); border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.14); }
.elk-btn--light { min-width: 210px; color: var(--elk-navy); background: var(--elk-white); }
.elk-btn--light:hover { color: var(--elk-navy); background: #eef9fc; }
.elk-hero__visual { position: relative; align-self: center; justify-self: center; width: min(310px, 84%); aspect-ratio: 1; }
.elk-system-orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.elk-system-orbit--outer { inset: 4%; animation: elk-spin 28s linear infinite; }
.elk-system-orbit--inner { inset: 20%; border-style: dashed; animation: elk-spin 20s linear infinite reverse; }
.elk-system-core {
  position: absolute;
  inset: 33%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 55px rgba(0,0,0,.25);
  transform: rotate(45deg);
}
.elk-system-core img { width: 80%; height: 80%; object-fit: contain; transform: rotate(-45deg); }
.elk-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 16px;
  color: var(--elk-white);
  background: rgba(7,36,63,.86);
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.elk-node .material-icons { font-size: 25px; }
.elk-node--1 { inset: 5% auto auto 44%; }
.elk-node--2 { inset: 43% 1% auto auto; }
.elk-node--3 { inset: auto auto 3% 42%; }
.elk-node--4 { inset: 43% auto auto 1%; }
.elk-hero__stats {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.13);
  background: rgba(2,18,34,.34);
  backdrop-filter: blur(8px);
}
.elk-hero__stats > div { display: flex; align-items: center; gap: .75rem; min-height: 76px; padding: .75rem 1.6rem; border-inline-end: 1px solid rgba(255,255,255,.11); }
.elk-hero__stats > div:last-child { border: 0; }
.elk-hero__stats strong { color: var(--elk-cyan); font-size: 1.55rem; }
.elk-hero__stats span { color: rgba(255,255,255,.74); font-size: .82rem; font-weight: 650; }
@keyframes elk-spin { to { transform: rotate(360deg); } }

.elk-section { margin-bottom: var(--elk-home-gap); }
.elk-section-heading { max-width: 720px; margin: 0 auto 2.6rem; text-align: center; }
.elk-section-heading .elk-kicker { justify-content: center; }
.elk-section-heading h2, .elk-project-cta h2 { margin: .8rem 0; color: var(--elk-navy); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 850; letter-spacing: -.035em; }
.elk-section-heading p { margin: 0; color: var(--elk-muted); font-size: 1rem; line-height: 1.75; }
.elk-solutions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.elk-solution-card {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 112px;
  padding: 1.15rem;
  border: 1px solid #dfe8ef;
  border-radius: 16px;
  color: var(--elk-ink);
  background: var(--elk-white);
  box-shadow: 0 7px 24px rgba(7,36,63,.055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.elk-solution-card:hover { color: var(--elk-ink); transform: translateY(-4px); border-color: rgba(24,167,197,.46); box-shadow: var(--elk-shadow); }
.elk-solution-card__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 14px; color: var(--elk-cyan); background: rgba(24,167,197,.1); }
.elk-solution-card__icon .material-icons { font-size: 28px; }
.elk-solution-card__body { min-width: 0; }
.elk-solution-card__body strong { display: block; margin-bottom: .32rem; color: var(--elk-navy); font-size: .95rem; line-height: 1.35; }
.elk-solution-card__body small { display: block; color: var(--elk-muted); font-size: .78rem; line-height: 1.45; }
.elk-solution-card__arrow { color: #9bacba; font-size: 20px; transition: transform .2s ease, color .2s ease; }
.elk-solution-card:hover .elk-solution-card__arrow { color: var(--elk-cyan); transform: translateX(3px); }
.lang-rtl .elk-solution-card__arrow { transform: rotate(180deg); }
.lang-rtl .elk-solution-card:hover .elk-solution-card__arrow { transform: rotate(180deg) translateX(3px); }

.elk-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: var(--elk-home-gap);
  overflow: hidden;
  border: 1px solid #dfe8ef;
  border-radius: 18px;
  background: #dfe8ef;
  box-shadow: 0 10px 35px rgba(7,36,63,.07);
}
.elk-benefits article { display: flex; gap: .9rem; min-height: 132px; padding: 1.55rem 1.25rem; background: var(--elk-white); }
.elk-benefits article > .material-icons { flex: 0 0 auto; color: var(--elk-cyan); font-size: 30px; }
.elk-benefits strong { display: block; margin-bottom: .4rem; color: var(--elk-navy); font-size: .92rem; }
.elk-benefits span { display: block; color: var(--elk-muted); font-size: .77rem; line-height: 1.55; }

.elk-project-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-bottom: var(--elk-home-gap);
  padding: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(125deg, #0b3155, #0c4f79);
  box-shadow: 0 22px 52px rgba(7,36,63,.18);
}
.elk-project-cta .elk-kicker { color: #73d8ec; }
.elk-project-cta h2 { margin: .65rem 0; color: var(--elk-white); }
.elk-project-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.elk-products-slot:empty { display: none; }

/* Footer refinement */
#footer .block_newsletter { padding: 0 0 2rem; border: 0; }
#footer .block_newsletter .row { align-items: center; padding: 1.5rem; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055); }
#footer .block_newsletter p, #footer .block_newsletter #block-newsletter-label { color: rgba(255,255,255,.75); }
#footer .block_newsletter form .btn-primary { background: var(--elk-cyan); }

@media (max-width: 991px) {
  .elk-home .elk-hero { grid-template-columns: 1fr; min-height: 540px; }
  .elk-hero__content { z-index: 2; align-self: start; max-width: 680px; padding: 2.6rem 2.25rem 0; }
  .lang-rtl .elk-hero__content { padding: 2.6rem 2.25rem 0; }
  .elk-hero h1 { font-size: clamp(2.15rem, 6vw, 3.1rem); }
  .elk-hero__visual {
    position: absolute;
    inset-inline-end: 2.5rem;
    bottom: 74px;
    width: 240px;
    margin: 0;
    opacity: .28;
    pointer-events: none;
  }
  .elk-hero__stats span { font-size: .74rem; }
  .elk-solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .elk-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .elk-home { --elk-home-gap: 3.5rem; }
  .elk-home .elk-hero { min-height: 500px; border-radius: 18px; }
  .elk-hero__content { padding: 2rem 1.35rem 0; text-align: start; }
  .lang-rtl .elk-hero__content { padding: 2rem 1.35rem 0; }
  .elk-hero h1 { margin-top: .7rem; font-size: 1.9rem; line-height: 1.12; }
  .lang-rtl .elk-hero h1 { font-size: 1.82rem; line-height: 1.3; }
  .elk-hero__content > p { font-size: .94rem; line-height: 1.7; }
  .elk-hero__actions { gap: .55rem; margin-top: 1.35rem; }
  .elk-btn { min-height: 46px; padding: .65rem 1rem; font-size: .83rem; }
  .elk-hero__visual { inset-inline-end: -34px; bottom: 76px; width: 178px; margin: 0; opacity: .2; }
  .elk-node { width: 44px; height: 44px; border-radius: 13px; }
  .elk-node .material-icons { font-size: 21px; }
  .elk-hero__stats > div { display: block; min-height: 72px; padding: .7rem .5rem; text-align: center; }
  .elk-hero__stats strong, .elk-hero__stats span { display: block; }
  .elk-hero__stats strong { font-size: 1.2rem; }
  .elk-hero__stats span { margin-top: .16rem; font-size: .61rem; line-height: 1.3; }
  .elk-section-heading { margin-bottom: 1.7rem; }
  .elk-section-heading h2, .elk-project-cta h2 { font-size: 1.75rem; }
  .elk-section-heading p { font-size: .9rem; }
  .elk-solutions-grid { grid-template-columns: 1fr; gap: .75rem; }
  .elk-solution-card { min-height: 96px; grid-template-columns: 50px 1fr auto; padding: .9rem; border-radius: 13px; }
  .elk-solution-card__icon { width: 50px; height: 50px; border-radius: 12px; }
  .elk-benefits { grid-template-columns: 1fr; border-radius: 14px; }
  .elk-benefits article { min-height: 104px; padding: 1.2rem; }
  .elk-project-cta { grid-template-columns: 1fr; gap: 1.35rem; padding: 1.6rem; border-radius: 16px; }
  .elk-btn--light { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .elk-system-orbit { animation: none; }
}

/* Catalog mega menu */
@media (min-width: 768px) {
  #_desktop_top_menu { position: relative; z-index: 50; }
  #top-menu[data-depth="0"] { display: flex; align-items: center; margin: 0; }
  #top-menu > li { position: relative; }
  #top-menu > li::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 100%;
    height: 12px;
  }
  #top-menu > li > a[data-depth="0"] {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: .7rem 1.25rem;
    border-radius: 10px;
    color: var(--elk-white);
    background: var(--elk-navy);
    box-shadow: 0 8px 20px rgba(7,36,63,.14);
  }
  #top-menu > li > a[data-depth="0"]::before {
    content: "apps";
    margin-inline-end: .55rem;
    font-family: "Material Icons";
    font-size: 20px;
    font-weight: normal;
  }
  #top-menu > li > a[data-depth="0"]:hover { color: var(--elk-white); background: var(--elk-blue); }
  #top-menu > li > .sub-menu {
    display: block !important;
    inset-inline-start: 0;
    inset-inline-end: auto;
    top: calc(100% + 9px) !important;
    width: min(760px, 78vw);
    min-width: 680px;
    margin: 0;
    padding: 1.05rem;
    border: 1px solid #dce7ee;
    border-radius: 16px;
    background: rgba(255,255,255,.985);
    box-shadow: 0 24px 60px rgba(7,36,63,.2);
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }
  #top-menu > li:hover > .sub-menu,
  #top-menu > li:focus-within > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    transform: translateY(0);
  }
  #top-menu > li > .sub-menu::before {
    content: "";
    position: absolute;
    inset-inline-start: 28px;
    top: -7px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #dce7ee;
    border-left: 1px solid #dce7ee;
    background: var(--elk-white);
    transform: rotate(45deg);
  }
  .lang-rtl #top-menu > li > .sub-menu::before { transform: rotate(225deg); }
  #top-menu > li > .sub-menu ul[data-depth="1"] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .4rem;
    margin: 0;
  }
  #top-menu > li > .sub-menu li { float: none; width: auto; margin: 0; }
  #top-menu > li > .sub-menu a[data-depth="1"] {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: .7rem .8rem;
    border-radius: 9px;
    color: var(--elk-navy);
    font-size: .82rem;
    font-weight: 750;
    line-height: 1.35;
  }
  #top-menu > li > .sub-menu a[data-depth="1"]::before {
    content: "chevron_right";
    flex: 0 0 auto;
    margin-inline-end: .4rem;
    color: var(--elk-cyan);
    font-family: "Material Icons";
    font-size: 18px;
    font-weight: normal;
  }
  .lang-rtl #top-menu > li > .sub-menu a[data-depth="1"]::before { content: "chevron_left"; }
  #top-menu > li > .sub-menu a[data-depth="1"]:hover { color: var(--elk-blue); background: #eef8fb; }
}

@media (max-width: 767px) {
  body { padding-bottom: 59px; }
  #header .header-nav .elk-utility-chip { min-height: 29px; padding: .3rem .58rem; font-size: .7rem; }
  .elk-utility-chip--facebook > span { width: 17px; height: 17px; font-size: 12px; }
  #mobile_top_menu_wrapper { background: var(--elk-white); }
  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] { color: var(--elk-navy); font-weight: 800; }
  #mobile_top_menu_wrapper .top-menu a[data-depth="1"] { padding-inline-start: 1.5rem; color: var(--elk-ink); }
  .lang-rtl #mobile_top_menu_wrapper .top-menu a[data-depth="1"] { padding-inline: 1.5rem 1rem; }
}

/* Branded footer */
.elk-footer {
  margin-top: 4rem;
  padding: 4rem 0 1.4rem;
  color: rgba(255,255,255,.72);
  background: linear-gradient(135deg, var(--elk-navy-deep), var(--elk-navy));
}
.elk-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr 1.15fr; gap: 3rem; }
.elk-footer h3 { margin: .35rem 0 1.25rem; color: var(--elk-white); font-size: .96rem; font-weight: 800; }
.elk-footer nav, .elk-footer section { min-width: 0; }
.elk-footer nav > a {
  display: block;
  width: fit-content;
  margin: 0 0 .75rem;
  color: rgba(255,255,255,.7);
  font-size: .82rem;
}
.elk-footer a:hover { color: var(--elk-cyan); }
.elk-footer__logo { display: inline-flex; padding: .7rem .85rem; border-radius: 12px; background: var(--elk-white); }
.elk-footer__logo img { display: block; width: 150px; height: auto; }
.elk-footer__brand p { max-width: 390px; margin: 1.2rem 0; font-size: .82rem; line-height: 1.8; }
.elk-footer__facebook { display: inline-flex; align-items: center; gap: .48rem; color: var(--elk-white); font-size: .8rem; font-weight: 750; }
.elk-footer__facebook span { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #1877f2; font: 800 16px/1 Arial, sans-serif; }
.elk-footer__contact > a,
.elk-footer__contact > p { display: flex; align-items: flex-start; gap: .6rem; margin: 0 0 .85rem; color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.5; }
.elk-footer__contact .material-icons { color: var(--elk-cyan); font-size: 18px; }
.elk-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.13); }
.elk-footer__bottom p { margin: 0; color: rgba(255,255,255,.52); font-size: .75rem; }

@media (max-width: 991px) {
  .elk-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.4rem; }
}

@media (max-width: 575px) {
  .elk-footer { margin-top: 2.5rem; padding: 2.8rem 0 1.25rem; }
  .elk-footer__grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .elk-footer__bottom { display: block; }
  .elk-footer__bottom p + p { margin-top: .45rem; }
}

/* Persistent contact actions */
.elk-contact-dock {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 16px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 15px;
  background: var(--elk-navy-deep);
  box-shadow: 0 16px 40px rgba(7,36,63,.28);
  transform: translateX(-50%);
}
.elk-contact-dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  min-height: 48px;
  padding: .65rem 1rem;
  border-inline-end: 1px solid rgba(255,255,255,.15);
  color: var(--elk-white);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.elk-contact-dock a:last-child { border: 0; }
.elk-contact-dock a:hover { color: var(--elk-white); filter: brightness(1.08); }
.elk-contact-dock .material-icons { font-size: 19px; }
.elk-contact-dock__call { background: var(--elk-navy); }
.elk-contact-dock__whatsapp { background: #168b55; }
.elk-contact-dock__quote { background: var(--elk-red); }

@media (max-width: 767px) {
  .elk-contact-dock {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 1px 0 0;
    border-radius: 0;
    transform: none;
  }
  .elk-contact-dock a { flex: 1 1 0; min-width: 0; min-height: 58px; padding: .45rem .25rem; flex-direction: column; gap: .14rem; font-size: .67rem; }
  .elk-contact-dock .material-icons { font-size: 20px; }
}
