/*
  Masader Al-Jazeera - CSS optimized safely
  Method:
  - Same selectors were merged.
  - Duplicate properties inside each selector were resolved by keeping the latest value.
  - Earlier non-conflicting properties were preserved.
  - @media/@supports blocks were kept as separate cascade scopes.
  - @keyframes blocks were preserved without merging.
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.skip-link {
  position: absolute;
  top: -60px;
  right: 12px;
  background: var(--gold);
  color: #000;
  padding: 10px 18px;
  border-radius: 10px;
  z-index: 999;
}

.skip-link:focus {
  top: 12px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  direction: rtl;
}

body {
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
  font-size: clamp(15px, 0.9vw, 17px);
  line-height: 1.85;
  font-family: "Cairo", "Tajawal", "IBM Plex Sans Arabic", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
}

:root {
  --navy: #10192c;
  --navy2: #1d2638;
  --dark: #030b20;
  --card: #101b31;
  --gold: #f59b00;
  --gold2: #ffb000;
  --text: #fff;
  --muted: #98a4b8;
  --line: rgba(255, 255, 255, 0.1);
  --space-xs: clamp(8px, 1vw, 12px);
  --space-sm: clamp(12px, 1.4vw, 18px);
  --space-md: clamp(18px, 2vw, 28px);
  --space-lg: clamp(32px, 4vw, 56px);
  --space-xl: clamp(54px, 7vw, 88px);
  --container: min(1720px, 100%);
  --header-container: min(1320px, calc(100% - 48px));
  --header-orange: var(--gold, #f59b00);
  --header-line: rgba(255, 255, 255, .14);
}

h1, h2, h3, h4, h5, h6, p, a, button, span, li, label, input, textarea, select, .btn, .pill, .hero h1, .hero h1 span, .section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2, .partners h2, .suppliers h2, .inner-hero h1, .policy-hero h1, .policy-card-header h2, .about-text-block h2, .about-mini-section h2, .main-nav a, .main-nav button {
  letter-spacing: normal !important;
  word-spacing: normal;
  text-transform: none;
  font-family: "Cairo", "Tajawal", "IBM Plex Sans Arabic", Arial, sans-serif;
  font-feature-settings: normal;
}

input[type="email"], input[type="tel"], input[type="url"], .ltr {
  direction: ltr;
  text-align: left;
}

input:not([type="email"]):not([type="tel"]):not([type="url"]), textarea {
  direction: rtl;
  text-align: right;
}

.container {
  width: min(1296px, 92%);
  margin: auto;
}

.container, .header-top .container, .header-main .container {
  width: var(--container);
  margin-inline: auto;
}

.container, .header-top .container, .header-main .container, .hero .container, .section .container, .footer .container {
  width: min(1720px, 100%) !important;
  max-width: 1720px !important;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 40px) !important;
  box-sizing: border-box;
}

.header-top .container {
  height: 100%;
}

.site-header, .header-top, .header-main, .main-nav, .dropdown, .mega, .news-bar, .footer, .section, .about-page-main, .policy-page-main {
  direction: rtl;
}

.header-main .container {
  width: min(1296px, 92%);
  max-width: 1296px;
  height: 100%;
}

.header-main .pill {
  padding: 10px 18px !important;
  font-size: 13px !important;
  border-radius: 999px;
  white-space: nowrap;
  background: linear-gradient(135deg, #ffb000, #f39200) !important;
  color: #071127 !important;
}

.header-top .container, .header-main .container {
  width: var(--container) !important;
  max-width: 1720px !important;
}

.news-bar .container {
  height: 100%;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  direction: rtl;
}

.hero-content, .hero h1, .hero h1 span, .lead, .eyebrow, .hero-actions {
  direction: rtl;
  unicode-bidi: plaintext;
}

.section-head span, .quality span, .about span, .products span {
  color: var(--gold);
}

.section {
  padding: 92px 0;
  padding-block: var(--space-xl);
}

.section-head {
  text-align: right;
  max-width: 760px;
  margin-bottom: var(--space-md);
}

.section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2 {
  font-weight: 900;
  width: auto;
  max-width: 900px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.35;
  margin-bottom: var(--space-md);
}

.section-head p:not(.eyebrow), .quality-text>p, .about-text>p, .plate p, .team p {
  color: var(--muted);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.9;
  max-width: 760px;
}

.section-link {
  display: inline-flex;
  color: #fff;
  font-weight: 900;
  margin: 0 0 var(--space-md);
  font-size: 16px;
  gap: 9px;
}

.cards.three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
  align-items: stretch;
}

.split {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 70px);
}

.logo-grid div {
  background: #f8f9fb;
  border: 1px solid #e5e9ef;
  border-radius: 14px;
  color: #49627f;
  font-weight: 900;
  display: grid;
  place-items: center;
  min-height: 96px;
  height: auto;
  padding: 18px 12px;
  font-size: clamp(16px, 1.5vw, 22px);
  text-align: center;
}

.suppliers .eyebrow {
  justify-content: center;
}

.two-line-title br, .quality h2.two-line-title br, .about h2.two-line-title br {
  display: block !important;
}

.quality h2.two-line-title, .about h2.two-line-title {
  width: 100%;
  max-width: 760px;
  white-space: normal;
  line-height: 1.34;
}

.about .container.split.reverse {
  align-items: center;
}

.new-footer .container {
  width: min(1417px, 95%);
  margin-inline: auto;
}

.footer.new-footer>.container {
  width: min(864px, calc(100% - 38px));
  position: relative;
}

.policy-cta .container {
  display: grid;
  place-items: center;
}

.pill, .btn.gold {
  background: linear-gradient(#ffb300, #f39200);
  color: #070b16;
  font-weight: 900;
  border-radius: 999px;
  padding: 13px 27px;
  box-shadow: 0 10px 25px rgba(245, 155, 0, 0.3);
}

.eyebrow:before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 3px;
  background: var(--gold);
  order: 2;
}

.btn {
  display: inline-block;
  border-radius: 14px;
  padding: 15px 28px;
  font-weight: 900;
}

.btn.glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  backdrop-filter: blur(4px);
}

.btn.navy {
  background: #10192c;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.pill, .btn.gold, .btn {
  padding: clamp(11px, 1vw, 14px) clamp(20px, 2vw, 28px);
  font-size: clamp(14px, 0.95vw, 16px);
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: var(--space-xs);
  font-size: clamp(14px, 1vw, 16px);
}

.section-light {
  background: #f6f8fb;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 46px;
}

.section-title span {
  color: #ff9700;
  font-weight: 900;
}

.section-title h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 8px 0 0;
  color: #111a31;
  font-weight: 900;
}

.section-title.dark {
  text-align: right;
  margin: 0 0 28px;
}

.section-title.dark h2 {
  color: #fff;
  font-size: 36px;
}

.section-title.dark p {
  color: #8793aa;
  max-width: 780px;
}

.fuel-strip .container, .emergency-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.section-head-row {
  display: flex;
  justify-content: flex-end;
  margin: 70px 0 20px;
}

.section-head-row h2 {
  font-size: 38px;
  color: #071127;
}

.section-head-row h2 span {
  color: #ff9800;
}

.contact-panel .section-title {
  text-align: center;
}

.orange-line {
  margin-bottom: var(--space-lg);
  width: 90px;
  height: 4px;
  background: #f97316;
  margin: 0 auto 40px;
  border-radius: 20px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.top-links b, .top-social a {
  color: var(--gold);
  font-weight: 400;
}

.top-links i, .top-social i {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.14);
}

.top-social .lang-btn {
  background: transparent;
  border: 0;
  color: #cdd4e1;
}

.main-nav a.active {
  color: var(--gold);
  font-weight: 800;
  position: relative;
}

.main-nav a.active:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -31px;
  height: 3px;
  background: var(--gold);
  border-radius: 4px;
}

.has-dropdown {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 85px;
  right: 0;
  min-width: 230px;
  background: #111a2d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s;
  z-index: 80;
}

.has-dropdown.open .dropdown, .has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #dfe6f4;
}

.dropdown a:hover {
  background: rgba(245, 155, 0, 0.12);
  color: var(--gold);
}

.mega {
  width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mega h4 {
  color: var(--gold);
  font-size: 15px;
  margin: 8px 12px;
}

.search:hover {
  background: rgba(245, 155, 0, 0.16);
  border-color: rgba(245, 155, 0, 0.45);
}

.mobile-toggle {
  display: none !important;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 23px;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  min-width: 44px;
  min-height: 44px;
}

.search-panel {
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 22, 0.78);
  backdrop-filter: blur(7px);
  z-index: 99999999;
  display: none;
  align-items: flex-start !important;
  justify-content: center;
  padding-top: 90px;
  padding: clamp(72px, 8vh, 110px) 16px 24px !important;
  overflow-y: auto !important;
}

.search-panel.open {
  display: flex;
}

.search-box {
  width: min(780px, calc(100vw - 32px)) !important;
  background: #10192c;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(18px, 2vw, 26px) !important;
  padding: clamp(20px, 3vw, 34px) !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
  position: relative;
  max-height: calc(100dvh - 110px) !important;
  overflow: auto !important;
}

.search-close {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.search-box h2 {
  font-size: clamp(23px, 3vw, 34px) !important;
  margin-bottom: 18px !important;
  padding-inline-end: 44px !important;
}

.search-box form {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: stretch !important;
}

.search-box input {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #071127;
  color: #fff;
  border-radius: 14px !important;
  padding: 13px 15px !important;
  width: 100% !important;
  min-height: 50px !important;
  font-size: 15px !important;
}

.search-box form button {
  border: 0;
  border-radius: 14px !important;
  padding: 0 28px;
  background: linear-gradient(135deg, #ffb000, #f39200) !important;
  font-weight: 900;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 50px !important;
  padding-inline: 22px !important;
  color: #071127 !important;
}

.search-results {
  margin-top: 20px;
  display: grid;
  gap: 10px;
  max-height: min(46vh, 360px) !important;
  overflow-y: auto !important;
  padding-inline-end: 4px !important;
}

.top-links a, .top-social a, .lang-btn {
  font-size: 15px;
  font-weight: 700;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}

.top-social a {
  font-size: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  color: var(--gold, #f59b00) !important;
  background: transparent !important;
  border: 0 !important;
  transition: color .2s ease, transform .2s ease, background .2s ease !important;
  min-height: 22px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.top-links, .top-social {
  display: flex !important;
  align-items: center !important;
  gap: 14px;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

.lang-dropdown a {
  display: block !important;
  padding: 8px 12px !important;
  color: #fff !important;
  border-radius: 8px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 36px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  transition: background .2s ease, color .2s ease, transform .2s ease !important;
  white-space: nowrap !important;
  margin: 0 !important;
  font-weight: 700 !important;
  float: none !important;
}

.lang-dropdown a:hover {
  background: rgba(245, 155, 0, .12) !important;
  color: var(--gold, #f59b00) !important;
  transform: translateX(-1px) !important;
}

.lang-menu:hover .lang-dropdown, .lang-menu:focus-within .lang-dropdown {
  display: block;
}

.brand, .header-actions {
  min-width: auto;
}

.header-top .header-row, .header-main .header-row {
  max-width: 100%;
  margin: 0 auto;
}

.main-nav>ul>li {
  flex: 0 0 auto;
  white-space: nowrap;
}

.main-nav a, .main-nav button {
  background: transparent;
  border: 0;
  color: #e8edf7;
  font-size: 15px;
  display: flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
  min-width: max-content;
}

.has-dropdown:hover .nav-arrow, .has-dropdown.open .nav-arrow, .lang-menu:hover .lang-arrow, .lang-menu.open .lang-arrow {
  transform: rotate(180deg);
  background: rgba(245, 155, 0, 0.18);
  color: var(--gold);
}

.lang-menu {
  position: relative;
  margin-inline-start: 4px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto !important;
  line-height: 1 !important;
}

.lang-dropdown {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  position: absolute !important;
  top: calc(100% + 8px) !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  min-width: 148px !important;
  padding: 8px !important;
  background: linear-gradient(180deg, #121d35 0%, #0d1830 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34) !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  z-index: 1002;
  transition: opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0s linear 0.7s !important;
  align-items: stretch !important;
}

.lang-menu:hover .lang-dropdown, .lang-menu:focus-within .lang-dropdown, .lang-menu.open .lang-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  display: block;
}

.main-nav a, .main-nav button, .lang-btn {
  align-items: center;
  line-height: 1.2;
}

.main-nav>ul>li>a, .main-nav>ul>li>button {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.lang-btn {
  cursor: pointer !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  display: inline-flex;
  align-items: center;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  white-space: nowrap;
  gap: 7px !important;
  min-height: 30px !important;
  color: #dfe7f2 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  height: 30px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease !important;
}

.main-nav a, .main-nav button, .main-nav>ul>li>a, .main-nav>ul>li>button {
  font-size: clamp(14px, 1vw, 16px);
}

.policy-card-header h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
}

.policy-card-header time {
  display: block;
  color: #9aa8bc;
  font-size: 13px;
  margin-top: 3px;
}

.header-main .main-nav a, .header-main .main-nav button {
  padding-inline: 4px;
}

.policy-card-header {
  color: #fff;
  padding: 34px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #101b31;
}

.header-main .brand {
  grid-column: 1 !important;
  flex: none;
  min-width: 0 !important;
  justify-self: start !important;
  justify-content: flex-start !important;
  gap: 12px;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
}

.brand-name {
  color: #f3f6fb;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.brand-name small {
  display: block;
  color: #e0e6f2;
  font-size: 9px;
  font-weight: 700;
}

.brand-seal {
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(10px, 0.85vw, 12px);
  width: 58px;
  height: 58px;
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.header-main .main-nav {
  flex: 1 1 auto;
  grid-column: 2 !important;
  justify-content: center !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.header-main .main-nav>ul {
  justify-content: center !important;
  gap: clamp(14px, 1.55vw, 28px) !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button {
  color: #dfe6f3;
  font-size: clamp(13px, .94vw, 15px) !important;
  font-weight: 800 !important;
  padding: 30px 0;
  padding-block: 27px !important;
}

.header-main .main-nav a.active, .header-main .main-nav button.active, .header-main .has-dropdown:hover>button {
  color: var(--gold);
}

.header-main .main-nav a.active::after, .header-main .main-nav button.active::after {
  content: none;
}

.header-main .header-actions {
  grid-column: 3 !important;
  flex: none;
  min-width: max-content !important;
  justify-self: end !important;
  justify-content: flex-end;
  gap: 10px !important;
}

.header-main .search {
  width: 38px !important;
  height: 38px !important;
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
}

.header-main .products-dropdown:hover .products-mega, .header-main .products-dropdown.open .products-mega {
  transform: translate(50%, 0);
}

.header-main .mega-tabs .tab.active, .header-main .mega-tabs .tab:hover {
  color: var(--gold);
  border-color: rgba(190, 207, 238, 0.95);
}

.header-main .mega-list a {
  position: relative;
  display: block;
  padding: 8px 18px 8px 4px;
  color: #d4dceb;
  font-size: 14px;
  line-height: 1.45;
  border-radius: 8px;
}

.header-main .mega-list a::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #657492;
  transform: translateY(-50%);
}

.header-main .mega-list a:hover {
  color: var(--gold);
  background: rgba(245, 155, 0, 0.10);
}

.header-main .mega-list a:hover::before {
  background: var(--gold);
}

.header-main .mega-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 8px 18px;
  border: 1px solid rgba(190, 207, 238, 0.82);
  border-radius: 12px;
  color: #dce5f4;
  font-size: 14px;
  font-weight: 800;
  background: transparent;
  text-align: center;
}

.header-main .mega-list {
  margin: 5px 0 0 14px;
  margin-inline-start: auto;
  padding: 12px 14px;
  background: #0f1a30;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  display: none;
  width: min(260px, 100%);
  margin-top: 10px;
}

.header-main .products-mega:hover .mega-list-1, .header-main .products-mega:focus-within .mega-list-1 {
  display: block;
}

.header-main .products-mega:has(.mega-tab-1:hover) .mega-list, .header-main .products-mega:has(.mega-tab-1:focus) .mega-list, .header-main .products-mega:has(.mega-tab-2:hover) .mega-list, .header-main .products-mega:has(.mega-tab-2:focus) .mega-list, .header-main .products-mega:has(.mega-tab-3:hover) .mega-list, .header-main .products-mega:has(.mega-tab-3:focus) .mega-list, .header-main .products-mega:has(.mega-list:hover) .mega-list, .header-main .products-mega:has(.mega-list:focus-within) .mega-list {
  display: none;
}

.header-main .products-mega:has(.mega-tab-1:hover) .mega-list-1, .header-main .products-mega:has(.mega-tab-1:focus) .mega-list-1, .header-main .products-mega:has(.mega-list-1:hover) .mega-list-1, .header-main .products-mega:has(.mega-list-1:focus-within) .mega-list-1 {
  display: block;
}

.header-main .products-mega:has(.mega-tab-2:hover) .mega-list-2, .header-main .products-mega:has(.mega-tab-2:focus) .mega-list-2, .header-main .products-mega:has(.mega-list-2:hover) .mega-list-2, .header-main .products-mega:has(.mega-list-2:focus-within) .mega-list-2 {
  display: block;
}

.header-main .products-mega:has(.mega-tab-3:hover) .mega-list-3, .header-main .products-mega:has(.mega-tab-3:focus) .mega-list-3, .header-main .products-mega:has(.mega-list-3:hover) .mega-list-3, .header-main .products-mega:has(.mega-list-3:focus-within) .mega-list-3 {
  display: block;
}

.header-main .products-mega:has(.mega-tab-1:hover) .mega-tab-1, .header-main .products-mega:has(.mega-tab-2:hover) .mega-tab-2, .header-main .products-mega:has(.mega-tab-3:hover) .mega-tab-3, .header-main .products-mega:has(.mega-tab-1:focus) .mega-tab-1, .header-main .products-mega:has(.mega-tab-2:focus) .mega-tab-2, .header-main .products-mega:has(.mega-tab-3:focus) .mega-tab-3 {
  color: var(--gold);
  border-color: rgba(245, 155, 0, 0.65);
  background: rgba(245, 155, 0, 0.08);
}

.header-main .products-dropdown {
  position: static;
}

.header-main .products-mega {
  position: absolute;
  top: calc(100% + 0px);
  right: 50%;
  transform: translate(50%, 10px);
  min-width: 0;
  border-radius: 15px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  width: min(620px, 92vw);
  padding: 0 0 16px;
  pointer-events: auto;
  padding-bottom: 16px;
}

.header-main .products-dropdown.open .products-mega, .header-main .products-dropdown:hover .products-mega, .header-main .products-dropdown:focus-within .products-mega {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
}

.header-main .mega-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 26px 25px;
  background: #0d172d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 3;
}

.header-main .mega-tabs .tab.active {
  color: var(--gold) !important;
  border-color: rgba(245, 155, 0, 0.65) !important;
  background: rgba(245, 155, 0, 0.08) !important;
}

.header-main .products-mega .mega-list, .header-main .products-mega:hover .mega-list, .header-main .products-mega:focus-within .mega-list, .header-main .products-mega:hover .mega-list-1, .header-main .products-mega:focus-within .mega-list-1 {
  display: none !important;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
}

.header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button, .lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav-arrow, .lang-arrow {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  margin-inline-start: 2px;
  color: currentColor;
  place-items: center;
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  padding: 0 !important;
  margin: 0;
  border-radius: 50%;
  line-height: 1;
  font-size: 0 !important;
  vertical-align: middle;
  transform: none !important;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.has-dropdown:hover .nav-arrow, .has-dropdown.open .nav-arrow, .lang-menu:hover .lang-arrow, .lang-menu.open .lang-arrow, .lang-menu:focus-within .lang-arrow {
  transform: none;
  background: rgba(245, 155, 0, 0.18);
  border-color: rgba(245, 155, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 155, 0, 0.08);
  color: var(--gold);
}

.search, .header-main .search {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center;
  font-size: 0 !important;
  min-width: 42px !important;
  min-height: 42px !important;
}

.search::before, .header-main .search::before {
  content: none !important;
  display: block;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.08);
  font-size: 22px;
  color: #fff;
}

.nav-arrow, .lang-arrow, .has-dropdown:hover .nav-arrow, .has-dropdown.open .nav-arrow, .lang-menu:hover .lang-arrow, .lang-menu.open .lang-arrow, .lang-menu:focus-within .lang-arrow {
  transform: none !important;
}

.nav-arrow::before, .lang-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-inline-end: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease;
  transform: translateY(-1px) rotate(45deg) !important;
  transform-origin: center center !important;
}

.has-dropdown:hover .nav-arrow::before, .has-dropdown.open .nav-arrow::before, .lang-menu:hover .lang-arrow::before, .lang-menu.open .lang-arrow::before, .lang-menu:focus-within .lang-arrow::before {
  transform: translateY(-1px) rotate(315deg) !important;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 2px solid #1f83d3;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(115deg,
      #333847 0%,
      #20283b 36%,
      #10192c 100%);
}

.header-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top {
  color: #dfe6f4 !important;
  height: auto;
  padding-block: 5px !important;
  font-size: 14px;
  min-height: 42px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(3, 11, 32, 0.32) !important;
  overflow: visible !important;
}

.header-main {
  height: auto;
  padding-block: 0;
  background: rgba(16, 25, 44, 0.44);
  min-height: 82px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.header-main .header-row {
  height: 100%;
  justify-content: space-between;
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) max-content !important;
  align-items: center !important;
  gap: clamp(14px, 2vw, 30px) !important;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.35;
  font-size: 13px;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-width: fit-content;
}

.main-nav {
  min-width: 0;
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-nav>ul {
  flex-wrap: nowrap;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: 100%;
  list-style: none;
}

.header-actions {
  min-width: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.footer-about .brand.foot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  margin: 0 0 17px;
  color: #ffffff;
}

.footer-about .brand.foot .brand-seal {
  width: 39px;
  height: 39px;
  border-width: 1px;
  font-size: 7px;
  line-height: 1.15;
  flex: 0 0 39px;
}

.footer-about .brand.foot span:last-child {
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #ffffff;
  text-decoration: none;
}

.footer-brand-text {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.footer-brand-text small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  color: #ffffff;
}

.aml-policy-page .policy-card-header {
  min-height: 122px;
  padding: 28px 42px;
  background: linear-gradient(100deg, #0c1328 0%, #17233b 100%);
}

.aml-policy-page .policy-card-header h2 {
  font-size: 34px;
}

.hero:after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 52px;
  height: 120px;
  background: #030b20;
  transform: skewY(5deg);
  transform-origin: left top;
}

.hero.is-changing .hero-content {
  opacity: 0.25;
  transform: translateY(10px);
}

.side-arrows {
  position: absolute;
  left: 68px;
  top: 45%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.side-arrows button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
}

.side-arrows button:first-child {
  background: #fff;
  color: var(--gold);
}

.side-arrows button:last-child {
  background: var(--gold);
  color: #fff;
}

.dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55);
  transition: 0.25s;
}

.dots .on {
  width: 42px;
  background: var(--gold);
}

.news-bar b {
  border: 1px solid rgba(245, 155, 0, 0.4);
  padding: 7px 18px;
  border-radius: 12px;
  color: #ffc04b;
  white-space: nowrap;
}

.news-track {
  display: flex;
  gap: 42px;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: newsTicker 40s linear infinite;
}

.news-track:hover {
  animation-play-state: paused;
}

.news-bar p {
  white-space: nowrap;
  color: #d8deeb;
}

.hero-actions {
  display: flex;
  gap: var(--space-sm);
  margin-top: var(--space-md);
  flex-wrap: wrap;
}

.news-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #071127;
  border-top: 1px solid rgba(245, 155, 0, 0.55);
  z-index: 4;
  overflow: hidden;
  min-height: 62px;
  padding-block: 10px;
  height: 58px;
  margin-top: 15px;
  padding: 10px 0;
}

.news-bar-secondary {
  bottom: 58px;
  background: #10192c;
  border-top-color: rgba(255, 255, 255, 0.12);
}

.news-track-alt {
  animation-duration: 30s;
  animation-direction: normal;
}

.dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  bottom: 134px;
}

.news-bar b, .news-bar-secondary b {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 40px;
  padding: 7px 18px;
  border: 1px solid rgba(245, 155, 0, 0.4);
  border-radius: 12px;
  color: #ffc04b;
  background: transparent;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.news-track, .news-track-alt {
  animation-name: newsTicker;
  animation-direction: normal;
}

.inner-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?q=80&w=1800&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-top: 0;
}

.inner-hero::after {
  content: "";
  position: absolute;
  inset-inline: -5%;
  bottom: -70px;
  height: 130px;
  background: #fff;
  transform: rotate(-4deg);
  transform-origin: center;
  z-index: 2;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 39, .66);
  z-index: 1;
}

.inner-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 42px;
}

.inner-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 1000;
  line-height: 1.1;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 800;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb span:last-child {
  color: var(--gold, #ff9d00);
}

.about-page-main .inner-hero-content, .about-page-main .inner-hero-content *, .about-page-main .breadcrumb, .about-page-main .breadcrumb * {
  text-align: center;
}

.policy-hero {
  position: relative;
  min-height: 395px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?q=80&w=1800&auto=format&fit=crop") center/cover no-repeat;
  color: #fff;
}

.policy-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 10, 29, .55), rgba(4, 10, 29, .82));
}

.policy-hero:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 82px;
  background: #fff;
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
}

.policy-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 20px;
}

.policy-hero h1 {
  font-size: 68px;
  line-height: 1.1;
  font-weight: 900;
  text-shadow: 0 6px 22px rgba(0, 0, 0, .35);
  margin-bottom: 18px;
}

.policy-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #dfe6f2;
  font-size: 14px;
}

.policy-breadcrumb a, .policy-breadcrumb strong {
  color: var(--gold);
}

.hero h1 {
  text-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
  font-size: clamp(40px, 6vw, 72px);
  max-width: 980px;
  line-height: 1.18;
  font-weight: 900;
}

.hero-slides {
  position: relative;
}

.hero-slide {
  display: none;
}

.hero-slide.is-active {
  display: block;
}

.hero-title-like {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.18;
  max-width: 980px;
  font-weight: 900;
  text-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg,
      rgba(125, 132, 145, 0.54),
      rgba(31, 41, 64, 0.74) 35%,
      rgba(4, 11, 30, 0.6)),
    var(--hero-image) center bottom/cover;
  transition: background-image 0.45s ease;
  min-height: clamp(620px, calc(100vh - 118px), 820px);
  padding-bottom: 128px;
  width: 100%;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: right;
  padding-bottom: 70px;
  transition: opacity 0.25s ease,
    transform 0.25s ease;
  padding-block: clamp(70px, 9vw, 120px) clamp(105px, 10vw, 145px);
  width: 100%;
  max-width: 1720px;
  margin-inline: auto;
  padding-inline: 40px;
  box-sizing: border-box;
}

.aml-policy-page .policy-hero, .policy-page-main .policy-hero {
  min-height: 470px;
  background-image: linear-gradient(90deg, rgba(5, 10, 27, .56), rgba(5, 10, 27, .72)), url("../img/compliance-hero-bg.jpg");
  background-position: center top;
  background-size: cover;
}

.design-hero {
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.design-hero:after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -70px;
  width: 110%;
  height: 145px;
  background: #f6f8fb;
  transform: rotate(-4.5deg);
  transform-origin: right bottom;
}

.design-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 27, .68);
}

.warranty-page .design-hero {
  background-image: url("../img/warranty-hero-bg.jpg");
}

.governance-page .design-hero {
  background-image: url("../img/governance-hero-bg.jpg");
}

.design-hero-content {
  position: relative;
  z-index: 2;
  margin-top: 72px;
}

.design-hero h1 {
  font-size: 34px;
  line-height: 1.1;
  margin: 12px 0 10px;
  font-weight: 800;
  letter-spacing: -1px;
}

.design-hero p {
  max-width: 760px;
  margin: 0 auto 14px;
  color: #dce3ef;
  font-size: 20px;
  opacity: .9;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(246, 154, 6, .16);
  color: #ffad16;
  border: 1px solid rgba(246, 154, 6, .4);
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 800;
}

.design-hero.center .design-hero-content {
  text-align: center;
  margin-inline: auto;
}

.fuel-hero {
  background-image: linear-gradient(120deg, rgba(7, 17, 39, .92), rgba(7, 17, 39, .72)), url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?q=80&w=1800&auto=format&fit=crop");
}

.articles-hero {
  background-image: linear-gradient(120deg, rgba(7, 17, 39, .98), rgba(7, 17, 39, .9)), url("https://images.unsplash.com/photo-1573164713988-8665fc963095?q=80&w=1800&auto=format&fit=crop");
}

.mobile-hero {
  background-image: linear-gradient(120deg, rgba(7, 17, 39, .82), rgba(7, 17, 39, .62)), url("https://images.unsplash.com/photo-1625047509248-ec889cbff17f?q=80&w=1800&auto=format&fit=crop");
}

.service-card:before, .product:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(4, 11, 30, 0.45), #050d22);
}

.service-card>* {
  position: relative;
}

.service-card {
  border-radius: 25px;
  border: 1px solid rgba(139, 160, 196, 0.25);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(280px, 31vw, 350px);
  padding: clamp(24px, 2.8vw, 34px);
}

.service-card h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
}

.img-service {
  background-image: url("../img/compliance-hero-bg.jpg");
}

.photo-frame {
  position: relative;
}

.float-card small {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.certs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 35px 0;
}

.certs div {
  background: #0a1430;
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 16px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.certs small, .features small, .stats small {
  display: block;
  color: var(--muted);
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 30px 0;
}

.features div {
  font-weight: 900;
}

.photo-frame img {
  object-fit: cover;
  border-radius: 28px;
  border: 12px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin-inline: auto;
  aspect-ratio: 13 / 16;
}

.float-card {
  position: absolute;
  background: #121d33;
  border-radius: 14px;
  font-weight: 900;
  right: clamp(10px, 2vw, 28px);
  bottom: clamp(20px, 3vw, 35px);
  padding: clamp(18px, 2vw, 24px) clamp(22px, 3vw, 34px);
  font-size: clamp(20px, 2vw, 24px);
  max-width: calc(100% - 32px);
  overflow-wrap: anywhere;
}

.certs, .features, .stats {
  gap: var(--space-sm);
}

.certs div, .features div, .stats div {
  padding: clamp(16px, 2vw, 22px);
}

.quality-card {
  background: linear-gradient(135deg, #ff9d00, #f07b00);
  color: #fff;
  border-radius: 14px;
  padding: 34px;
  text-align: right;
  box-shadow: 0 22px 42px rgba(240, 123, 0, .22);
}

.quality-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.quality-card p {
  line-height: 2;
  margin: 0 0 20px;
}

.quality-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quality-items span {
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  font-weight: 900;
  background: rgba(255, 255, 255, .12);
}

.about-text-block, .about-mini-section {
  max-width: 800px;
  margin: 56px auto 0;
  text-align: right;
}

.about-text-block h2, .about-mini-section h2 {
  color: #071127;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 1000;
  line-height: 1.25;
  position: relative;
  width: fit-content;
  margin: 0 0 24px auto;
  text-align: right;
}

.about-text-block h2::after, .about-mini-section h2::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #ff9d00;
  bottom: -9px;
  width: 100%;
  inset-inline-start: 0;
}

.about-page-video p, .about-page-image figcaption, .play-badge, .cert-grid div, .quality-items span {
  text-align: center;
}

.footer-about p, .footer-grid-new nav a, .footer-grid-new address p {
  color: #828ba1;
  font-size: 12px;
  line-height: 1.9;
  font-weight: 500;
}

.footer-about {
  text-align: right;
}

.footer-about p {
  margin-top: 20px;
  text-align: right;
  width: 285px;
  max-width: 100%;
  margin: 0 0 29px;
  color: var(--footer-muted);
  font-size: 17px;
  line-height: 1.88;
}

.about-images img {
  position: absolute;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
}

.about-images img:first-child {
  width: 68%;
  height: 420px;
  left: 12%;
  top: 40px;
}

.about-images img:nth-child(2) {
  width: 55%;
  height: 260px;
  right: 0;
  bottom: 30px;
  border: 8px solid #fff;
}

.about-images {
  position: relative;
  min-height: clamp(430px, 45vw, 540px);
}

.about-photo-card, .about-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
}

.about-photo-card img, .about-video-card video {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.about-photo-card .years {
  top: 18px;
  right: 18px;
}

.about-media {
  display: grid;
  align-self: stretch;
  max-width: 560px;
  margin-inline: auto;
  gap: 14px;
  grid-template-columns: 1fr;
}

.about-photo-card {
  width: 92%;
  margin-inline-start: auto;
  z-index: 2;
  border: 8px solid #fff;
  transform: translateY(10px);
}

.about-video-card {
  background: #10192c;
  border: 8px solid #fff;
  width: 92%;
  margin-inline-end: auto;
  margin-top: -6px;
  z-index: 1;
}

.about-photo-card img {
  height: clamp(260px, 28vw, 360px);
}

.about-video-card video {
  height: clamp(250px, 26vw, 340px);
}

.about-profile {
  background: #fff;
  padding-top: clamp(35px, 5vw, 70px);
}

.about-content, .about-sidebar {
  direction: rtl;
}

.about-sidebar a {
  display: block;
  padding: 17px 18px;
  color: #071127;
  border-bottom: 1px solid #edf1f7;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}

.about-sidebar a.active, .about-sidebar a:hover {
  color: #ff9d00;
}

.about-showcase {
  max-width: 780px;
  margin-inline: auto;
  display: grid;
  gap: 18px;
}

.about-showcase .media-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f9fc;
  box-shadow: 0 22px 40px rgba(7, 17, 39, .13);
}

.about-page-video video, .about-page-image img {
  display: block;
  width: 100%;
  height: clamp(300px, 35vw, 470px);
  object-fit: cover;
}

.about-page-image img {
  height: clamp(240px, 28vw, 360px);
}

.about-page-video p, .about-page-image figcaption {
  margin: 0;
  padding: 12px 16px;
  color: #ff8c00;
  text-align: center;
  font-weight: 900;
  background: #fff;
}

.about-text-block p {
  color: #526078;
  font-size: 17px;
  line-height: 2.05;
  margin: 0 0 20px;
}

.about-page-main, .about-page-main * {
  text-align: right;
}

.about-page-main {
  direction: rtl;
  background: #fff;
}

.about-layout {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 48px !important;
  direction: rtl !important;
  align-items: start;
}

.about-sidebar {
  position: sticky;
  top: 115px;
  border-inline-end: 3px solid #ff9d00;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 17, 39, .05);
  padding: 0;
  grid-column: 1 !important;
  direction: rtl !important;
  text-align: right !important;
}

.about-content {
  grid-column: 2 !important;
  direction: rtl !important;
  text-align: right !important;
}

.about-content h1, .about-content h2, .about-content h3, .about-content h4, .about-content p, .about-content li {
  direction: rtl !important;
  text-align: right !important;
}

.about-showcase, .media-card, .about-page-image {
  direction: rtl !important;
}

.plate-img {
  position: relative;
}

.plate-img span {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--gold);
  padding: 18px 25px;
  border-radius: 14px;
  font-weight: 900;
}

.plate-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  height: clamp(300px, 34vw, 400px);
}

.product label {
  position: absolute;
  top: 22px;
  right: 22px;
  background: var(--gold);
  color: #000;
  border-radius: 10px;
  padding: 6px 14px;
  font-weight: 900;
}

.product p {
  color: var(--muted);
}

.product footer span {
  color: #cbd3e3;
}

.product button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: #1e2d48;
  color: #fff;
}

.product {
  background: #111c33;
  border: 1px solid rgba(139, 160, 196, 0.18);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.product img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  height: clamp(230px, 24vw, 285px);
}

.product h3, .product p, .product footer {
  position: relative;
  padding: 0 30px;
  padding-inline: clamp(20px, 2.3vw, 30px);
}

.product h3 {
  font-size: clamp(22px, 1.8vw, 26px);
  line-height: 1.4;
  margin-top: var(--space-md);
}

.product footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 30px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: auto;
  margin-bottom: var(--space-md);
}

.partners {
  text-align: center;
}

.partners h2 {
  font-size: clamp(32px, 3.4vw, 42px);
}

.suppliers {
  padding-top: 84px;
  background: #fff;
}

.supplier-lead {
  max-width: 850px;
  margin: -28px auto 38px;
  color: #607086;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.9;
  text-align: center;
}

.supplier-grid div {
  min-height: 118px;
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
  border-color: #dfe5ee;
  box-shadow: 0 14px 28px rgba(16, 25, 44, 0.07);
}

#clients {
  padding: 100px 0;
  background: #f8fafc;
}

#clients-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 15px;
  color: #0f172a;
}

.partner-item {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.partner-item:hover {
  transform: translateY(-6px);
}

.partner-item img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}

.team-imgs img {
  width: 50%;
  height: 245px;
  object-fit: cover;
  border-radius: 16px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 35px;
}

.stats div {
  background: #1a273d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px 40px;
}

.stats b {
  color: var(--gold);
  font-size: 34px;
}

.team-imgs {
  display: flex;
  gap: var(--space-sm);
}

.guarantee-section ul {
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
  max-width: 540px;
}

.guarantee-section li {
  margin: 9px 0;
}

.guarantee-section li::before {
  content: "⊙";
  color: #ff9d00;
  font-weight: 1000;
  margin-inline-end: 8px;
}

.policy-card-icon {
  width: 58px;
  height: 58px;
  background: rgba(245, 155, 0, .25);
  color: #ffb000;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 27px;
}

.policy-card-body {
  padding: 36px 34px 32px;
  color: #5e6b7d;
  font-size: 16px;
  line-height: 2.05;
}

.policy-card-body p {
  margin-bottom: 28px;
}

.policy-card-body h3 {
  color: #071127;
  font-size: 26px;
  font-weight: 900;
  margin: 16px 0 12px;
  text-align: right;
}

.policy-card, .policy-sidebar {
  direction: rtl;
}

.policy-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 9px 25px rgba(7, 17, 39, .13);
  border: 1px solid #e8edf4;
  min-height: 100%;
}

.policy-card-body, .policy-card-body p, .policy-card-body li, .policy-note, .policy-note p, .policy-note h3 {
  text-align: right;
}

.aml-policy-page .policy-content-section {
  padding: 78px 0 70px;
}

.aml-policy-page .policy-layout {
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 34px;
}

.aml-policy-page .policy-card-body {
  padding: 42px 50px 34px;
}

.aml-policy-page .policy-card-body h3 {
  display: inline-block;
  border-bottom: 3px dotted #071127;
  line-height: 1.1;
}

.aml-policy-page .policy-sidebar h2 {
  min-height: 86px;
  font-size: 21px;
}

.aml-policy-page .policy-sidebar a {
  min-height: 64px;
  padding: 12px 24px;
}

.aml-policy-page .policy-note {
  max-width: calc(100% - 306px - 34px);
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.aml-policy-page+.footer.new-footer {
  margin-top: 0 !important;
}

.warranty-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.warranty-cards article {
  background: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(17, 26, 49, .06);
}

.card-body a, .csr-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff9700;
  color: #081025;
  border-radius: 12px;
  font-weight: 900;
  min-height: 46px;
  padding: 0 24px;
  box-shadow: 0 10px 20px rgba(255, 151, 0, .25);
}

.warranty-exceptions {
  background: #0c1328;
  color: #fff;
  padding: 86px 0;
}

.exceptions-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 58px;
  align-items: center;
}

.requirements-card {
  background: #18243b;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.requirements-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
}

.requirements-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requirements-card li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #c8d0df;
}

.requirements-card li:before {
  content: "✓";
  color: #ff9700;
  margin-left: 10px;
}

.requirements-card p {
  background: rgba(255, 151, 0, .13);
  border: 1px solid rgba(255, 151, 0, .34);
  border-radius: 10px;
  padding: 14px;
  margin: 22px 0 0;
  color: #ffbd47;
  font-weight: 800;
}

.exception-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.exception-list p {
  margin: 0;
  background: #131d32;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 18px;
  color: #b8c1d2;
}

.exception-list p:before {
  content: "⚠";
  color: #ff6b72;
  margin-left: 10px;
}

.claim-steps {
  padding-bottom: 95px;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  text-align: center;
}

.steps:before {
  content: "";
  position: absolute;
  top: 38px;
  right: 12%;
  left: 12%;
  height: 2px;
  background: #dfe5ed;
}

.steps article {
  position: relative;
  z-index: 1;
}

.steps b {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: #ff9700;
  font-size: 30px;
  box-shadow: 0 10px 24px rgba(17, 26, 49, .16);
  border: 1px solid #fff4d6;
}

.steps h3 {
  font-size: 22px;
  color: #111a31;
  margin: 0 0 8px;
}

.steps p {
  color: #728097;
}

.governance-section {
  padding: 95px 0 130px;
}

.governance-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 32px;
  align-items: start;
  direction: ltr;
}

.governance-layout>* {
  direction: rtl;
}

.governance-side {
  display: grid;
  gap: 26px;
}

.news-box, .quick-box, .board-card, .documents-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(17, 26, 49, .12);
  overflow: hidden;
}

.csr-box {
  background: #111a31;
  color: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(17, 26, 49, .14);
}

.csr-box h3 {
  font-size: 22px;
  margin: 0 0 14px;
}

.csr-box p {
  color: #c1cadb;
}

.governance-main {
  display: grid;
  gap: 28px;
}

.board-card h2, .documents-card h2 {
  margin: 0;
  background: #ff9700;
  color: #fff;
  padding: 22px 34px;
  font-size: 30px;
  font-weight: 900;
}

.board-card ol {
  list-style: none;
  margin: 0;
  padding: 14px 32px 34px;
  counter-reset: item;
}

.board-card li {
  counter-increment: item;
  position: relative;
  min-height: 72px;
  padding: 18px 58px 18px 0;
  border-bottom: 1px solid #e7ebf2;
  color: #69768b;
}

.board-card li:before {
  content: counter(item);
  position: absolute;
  right: 0;
  top: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff2d8;
  color: #ff9700;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.board-card b {
  display: block;
  color: #111a31;
  font-size: 17px;
}

.doc-list {
  padding: 28px;
}

.doc-list a {
  display: grid;
  grid-template-columns: 1fr 34px 34px 34px;
  gap: 12px;
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e3e8f0;
  border-radius: 10px;
  padding: 15px 18px;
  margin-bottom: 14px;
  color: #111a31;
  font-weight: 800;
}

.doc-list b {
  color: #ff9700;
  background: #fff2d8;
  border-radius: 8px;
  display: grid;
  place-items: center;
  height: 32px;
}

.doc-list i {
  font-style: normal;
  color: #7890ab;
  background: #e9eff6;
  border-radius: 8px;
  display: grid;
  place-items: center;
  height: 32px;
}

.designed-page+.footer, .designed-page~.footer {
  padding-top: 110px;
}

.newsletter form {
  display: flex;
  gap: 8px;
  direction: ltr;
}

.newsletter input {
  width: 430px;
  padding: 18px;
  border: 0;
  border-radius: 12px;
  text-align: right;
}

.newsletter button {
  background: #071127;
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 0 32px;
  font-weight: 900;
}

.footer address {
  font-style: normal;
}

.newsletter {
  background: var(--gold);
  color: #111;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-xl);
  padding: clamp(28px, 4vw, 48px);
  gap: var(--space-md);
}

.newsletter h3 {
  font-size: clamp(24px, 2.4vw, 32px);
}

.footer {
  background: #040a1d;
  padding: 70px 0 25px;
  padding-block: var(--space-lg) 28px;
  margin-top: 0 !important;
  padding-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: clamp(28px, 4vw, 52px);
}

.footer h3 {
  margin-bottom: 14px;
}

.footer p, .footer a {
  display: block;
  color: #aab4c7;
  margin: 10px 0;
  margin-block: 8px;
  line-height: 1.85;
}

.policy-newsletter-wrap {
  background: #040a1d;
  padding: 0 0 46px;
}

.policy-newsletter-wrap .newsletter {
  margin-top: 0;
  transform: translateY(-16px);
}

.footer-grid-new a, .footer-grid-new p {
  color: #8f9bb2;
  font-size: 16px;
  line-height: 2;
}

.footer-grid-new address span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  background: #111b31;
  color: #f59b00;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.footer.new-footer {
  position: relative;
  margin-top: 0 !important;
  padding: 0 0 22px;
  background: radial-gradient(circle at 18% 0%, rgba(26, 43, 76, 0.35), transparent 30%),
    linear-gradient(180deg, #030a1c 0%, #050b1e 100%);
  color: #ffffff;
  overflow: visible;
}

.footer-newsletter>div {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  text-align: right;
}

.footer-newsletter h3 {
  margin-bottom: 4px;
  margin: 0 0 6px;
  color: #071127;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 1000;
}

.footer-newsletter p {
  margin: 0;
  color: rgba(7, 17, 39, 0.72);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-newsletter form {
  position: relative;
  z-index: 1;
  flex: 0 0 358px;
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
  margin: 0;
}

.footer-newsletter input {
  width: 280px;
  height: 37px;
  border: 0;
  outline: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #6d7789;
  padding: 0 18px;
  text-align: right;
  font-family: inherit;
  font-size: 12px;
  box-shadow: none;
}

.footer-newsletter input::placeholder {
  color: #9aa3b1;
}

.footer-newsletter button {
  padding: 0 30px;
  width: 72px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: #071127;
  color: #ffffff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: none;
}

.footer-grid-new {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  grid-template-columns: 1.55fr 0.9fr 0.9fr 1.2fr;
  gap: 58px;
  direction: rtl;
  align-items: start;
  padding: 25px 45px 36px;
}

.footer-grid-new>* {
  min-width: 0;
}

.footer-grid-new h3 {
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 900;
}

.footer-grid-new h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 29px;
  height: 2px;
  background: #ffb000;
  border-radius: 6px;
}

.footer-grid-new nav a {
  margin-bottom: 10px;
  display: block;
  width: fit-content;
  margin: 0 0 9px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-grid-new nav a:hover {
  color: #ffb000;
  transform: translateX(-3px);
}

.footer-grid-new address {
  font-style: normal;
}

.footer-grid-new address p {
  margin-bottom: 16px;
  position: relative;
  margin: 0 0 11px;
  padding-right: 29px;
}

.footer-grid-new address p span {
  position: absolute;
  top: 2px;
  right: 0;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: #101a31;
  color: #ffb000;
  font-size: 10px;
}

.footer-social a:hover {
  color: #081022;
  transform: translateY(-2px);
  background: var(--gold, #f59b00);
}

.new-footer {
  --footer-bg: #020817;
  --footer-bg-2: #050d22;
  --footer-text: #e9edf5;
  --footer-muted: #8f99ad;
  --footer-line: rgba(255, 255, 255, 0.13);
  --footer-gold: #ff9a00;
  --footer-gold-2: #ffad16;
  --footer-input: #ffffff;
  position: relative;
  margin-top: 0 !important;
  padding: 0;
  background: radial-gradient(circle at 50% -20%, rgba(20, 42, 85, 0.45), transparent 42%),
    linear-gradient(180deg, var(--footer-bg-2), var(--footer-bg));
  color: var(--footer-text);
  font-family: Cairo, sans-serif;
  overflow: visible;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.2fr 0.78fr 0.78fr 1fr;
  gap: clamp(52px, 7vw, 112px);
  align-items: start;
  direction: rtl;
}

.footer-logo {
  width: 55px;
  height: 55px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.05;
  font-weight: 900;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.footer-logo small {
  display: block;
  font-size: 7px;
}

.footer-social {
  margin-top: 18px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  direction: ltr;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  transition: transform 0.2s ease, color 0.2s ease;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
}

.footer-col, .footer-contact {
  text-align: right;
  font-style: normal;
}

.footer-col h3, .footer-contact h3 {
  position: relative;
  margin: 0 0 31px;
  padding-bottom: 13px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.footer-col h3::after, .footer-contact h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: var(--footer-gold);
}

.footer-col a {
  display: block;
  margin: 0 0 16px;
  color: var(--footer-muted);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover {
  color: var(--footer-gold);
  transform: translateX(-3px);
}

.footer-contact p {
  position: relative;
  margin: 0 0 22px;
  padding-right: 48px;
  color: var(--footer-muted);
  font-size: 12px;
  line-height: 1.75;
}

.footer-contact p span {
  position: absolute;
  right: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--footer-gold);
  font-size: 14px;
}

.footer-contact b {
  font-weight: 500;
  color: #7f889b;
}

.footer-bottom {
  padding-top: 34px;
  margin: 0;
  margin-top: 53px;
  border-top: 1px solid var(--footer-line);
  min-height: 70px;
  padding: 31px 31px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #747f94;
  font-size: 12px;
  direction: rtl;
}

.footer-bottom p {
  color: #68728b;
  font-size: 10px;
  line-height: 1.7;
  margin: 0;
}

.footer-bottom b {
  color: var(--footer-gold);
  font-weight: 900;
}

.copy {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  color: #8894aa;
  margin-top: var(--space-lg);
}

.footer, .footer.new-footer, .new-footer {
  position: relative;
  margin-top: 0 !important;
  padding-top: 0;
  overflow: visible;
}

.footer-newsletter-wrap {
  max-width: 1720px !important;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1400px, calc(100% - 40px));
  z-index: 30;
}

.footer-newsletter {
  margin-top: -70px;
  z-index: 2;
  top: -99px;
  margin: 0 auto 22px;
  direction: rtl;
  color: #071127;
  position: relative;
  width: 100%;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 28px;
  background: linear-gradient(135deg,
      #ff9400 0%,
      #ff9f0f 55%,
      #ffb322 100%);
  box-shadow: 0 25px 60px rgba(255, 145, 0, 0.28),
    0 10px 25px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.footer-newsletter::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  left: -80px;
  top: -120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.footer-newsletter::after {
  top: -82px;
  left: 26px;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -60px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.newsletter-text {
  color: #071127;
  position: relative;
  z-index: 2;
  text-align: right;
}

.newsletter-text h3 {
  margin: 0 0 10px;
  color: #071127;
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 1000;
  line-height: 1.3;
}

.newsletter-text p {
  margin: 0;
  color: rgba(7, 17, 39, .78);
  font-size: 16px;
  line-height: 1.9;
}

.newsletter-form {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  direction: ltr;
}

.newsletter-form input {
  width: min(420px, 45vw);
  height: 58px;
  border: 0;
  outline: 0;
  border-radius: 16px;
  background: #fff;
  padding: 0 22px;
  color: #071127;
  text-align: right;
  font-family: inherit;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.newsletter-form input::placeholder {
  color: #97a2b5;
}

.newsletter-form button {
  height: 58px;
  min-width: 135px;
  border: 0;
  border-radius: 16px;
  background: #071127;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.newsletter-form button:hover {
  background: #0d1730;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.footer-inner {
  width: min(1184px, calc(100% - 50px));
  margin: -1px auto 0;
  padding: 63px 0 0;
  padding-top: clamp(140px, 12vw, 190px);
}

.unified-newsletter-wrap {
  background: #040a1d;
  padding: 0;
  margin: 0;
}

.unified-newsletter {
  transform: none !important;
  position: relative;
  z-index: 3;
  box-shadow: 0 24px 50px rgba(7, 12, 27, .22) !important;
  margin: 0 auto;
}

.back-home {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #071127;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
}

.goals-section .numbered-list {
  max-width: 800px;
  margin-inline: 0 auto;
}

.goals-section .numbered-list li {
  direction: rtl;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
}

.goals-section .numbered-list span {
  white-space: nowrap;
}

.policy-content-section {
  padding: 80px 0 70px;
  background: #fff;
}

.play-badge {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff9d00;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 16px 35px rgba(255, 157, 0, .35);
  pointer-events: none;
}

.soft-box {
  background: #f7f9fc;
  border-inline-end: 3px solid #ff9d00;
  border-radius: 12px;
  padding: 24px 28px;
  color: #526078;
  font-size: 16px;
  line-height: 1.95;
  text-align: right;
}

.soft-box h3 {
  color: #071127;
  margin: 0 0 10px;
  font-size: 22px;
}

.values-title {
  color: #071127;
  font-size: 22px;
  margin: 34px 0 18px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.activity-grid, .location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.values-grid article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid #e4e9f2;
  border-radius: 12px;
  background: #fff;
  text-align: right;
  position: relative;
}

.values-grid article span {
  float: left;
  width: 34px;
  height: 34px;
  background: #fff4df;
  border-radius: 9px;
  position: relative;
}

.values-grid article span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff9d00;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.values-grid h4 {
  color: #071127;
  margin: 20px 0 8px;
  font-size: 18px;
  font-weight: 1000;
}

.values-grid p {
  color: #65718a;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.numbered-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 620px;
  counter-reset: goals;
}

.numbered-list li {
  counter-increment: goals;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  text-align: right;
  margin: 0 0 20px;
}

.numbered-list li::before {
  content: counter(goals);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ff9d00;
  color: #fff;
  font-weight: 1000;
}

.numbered-list b {
  display: block;
  color: #071127;
  font-size: 22px;
  margin-bottom: 5px;
}

.numbered-list span {
  display: block;
  color: #65718a;
  font-size: 15px;
  line-height: 1.8;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cert-grid div {
  min-height: 92px;
  border: 1px solid #ff9d00;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #071127;
  font-weight: 1000;
  background: #fff;
}

.policy-page-main {
  background: #fff;
  color: #142033;
  text-align: right;
}

.policy-sidebar a:last-child {
  border-bottom: 0;
}

.policy-sidebar a.active {
  background: #fff8ee;
  color: #f28b00;
  border-right: 3px solid #f28b00;
}

.policy-sidebar a.active .side-icon {
  color: #f28b00;
}

.policy-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.policy-list li {
  position: relative;
  padding-right: 28px;
  margin: 8px 0;
  color: #5e6b7d;
}

.policy-list li:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.policy-list strong {
  color: #ff9700;
  font-weight: 900;
}

.policy-actions {
  border-top: 1px solid #e7edf5;
  margin-top: 34px;
  padding-top: 28px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.policy-actions a {
  border-radius: 12px;
  padding: 13px 24px;
  font-weight: 900;
  font-size: 14px;
}

.policy-note {
  margin-top: 32px;
  background: #eaf4ff;
  border: 1px solid #b7d7ff;
  border-radius: 10px;
  padding: 22px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  color: #516174;
}

.policy-note span {
  background: #2f7cff;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.policy-note h3 {
  color: #071127;
  font-weight: 900;
  margin-bottom: 4px;
}

.policy-cta {
  background: #040a1d;
  color: #fff;
  text-align: center;
  padding: 86px 0 110px;
}

.policy-cta h2 {
  font-size: 42px;
  line-height: 1.35;
  font-weight: 900;
  margin-bottom: 8px;
}

.policy-cta p {
  color: #9da8bb;
  margin-bottom: 28px;
  font-weight: 700;
}

.policy-cta a {
  background: #ff9700;
  color: #fff;
  border-radius: 12px;
  padding: 14px 38px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(245, 155, 0, .25);
}

.policy-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 34px;
  direction: ltr;
}

.policy-sidebar {
  overflow: hidden;
  position: sticky;
  top: 110px;
  border: 1px solid #ff9700;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(245, 155, 0, .14);
}

.policy-sidebar h2 {
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff9700 0%, #f28b00 100%);
  color: #fff;
  min-height: 76px;
  padding: 24px 26px;
  margin: 0;
}

.policy-sidebar a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  background: #fff;
  color: #26354d;
  border-bottom: 1px solid #edf1f7;
  justify-content: flex-start;
}

.policy-sidebar a.active, .policy-sidebar a:hover {
  background: #fff7eb;
  color: #f28b00;
  border-right: 4px solid #f28b00;
}

.policy-sidebar .side-icon {
  color: #9aa8bc;
  min-width: 24px;
  text-align: center;
}

.policy-sidebar a.active .side-icon, .policy-sidebar a:hover .side-icon {
  color: #f28b00;
}

.result-item {
  display: block;
  background: #071127;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
}

.result-item strong {
  display: block;
  color: #fff;
}

.result-item span {
  color: var(--muted);
  font-size: 14px;
}

.no-results {
  color: #ffcf75;
}

.news-ticker {
  flex: 1;
  overflow: hidden;
}

.dark {
  background: #030b20;
}

.light {
  background: #f4f4f4;
  color: #121b30;
}

.bg1 {
  background-image: url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?q=80&w=800&auto=format&fit=crop");
}

.bg2 {
  background-image: url("https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?q=80&w=800&auto=format&fit=crop");
}

.bg3 {
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?q=80&w=800&auto=format&fit=crop");
}

.bg4 {
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?q=80&w=800&auto=format&fit=crop");
}

.bg5 {
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?q=80&w=800&auto=format&fit=crop");
}

.bg6 {
  background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?q=80&w=800&auto=format&fit=crop");
}

.reverse {
  direction: ltr;
}

.reverse>* {
  direction: rtl;
}

.years small {
  display: block;
  color: #607086;
  font-size: 15px;
}

.lead {
  color: #d6dce8;
  font-size: clamp(17px, 1.35vw, 21px);
  max-width: 780px;
  margin-top: var(--space-sm);
}

.icon {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-sm);
}

.years {
  position: absolute;
  top: 0;
  right: 5%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
  color: var(--gold);
  font-weight: 900;
  padding: clamp(18px, 2vw, 24px) clamp(24px, 2.4vw, 34px);
  font-size: clamp(28px, 3vw, 34px);
}

.video-caption {
  position: absolute;
  right: 18px;
  left: 18px;
  bottom: 16px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 17, 39, 0.78);
  backdrop-filter: blur(8px);
  font-weight: 800;
  text-align: center;
}

.dark-note {
  background: #071127;
  color: #fff;
  border-radius: 12px;
  padding: 28px;
  line-height: 2;
  text-align: center;
  margin-bottom: 28px;
}

.side-icon {
  width: 22px;
  text-align: center;
  color: #9aa6ba;
  font-size: 18px;
}

.share-btn {
  background: #f3f6fa;
  color: #2c394d;
}

.download-btn {
  background: #ff9700;
  color: #fff;
  box-shadow: 0 8px 18px rgba(245, 155, 0, .28);
}

.cta-icon {
  width: 42px;
  height: 42px;
  border: 4px solid #ffb000;
  border-radius: 50%;
  color: #ffb000;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 26px;
}

.social-separator {
  width: 1px;
  height: 15px;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.14);
  display: inline-block;
}

.card-img {
  height: 170px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 22, .18);
}

.card-img span {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff;
  color: #ff9700;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.img-parts {
  background-image: url("../img/warranty-hero-bg.jpg");
  background-position: right 60% top 5%;
}

.img-equipment {
  background-image: url("../img/warranty-hero-bg.jpg");
  background-position: left top;
}

.card-body {
  padding: 28px;
  text-align: center;
}

.card-body h3 {
  font-size: 24px;
  margin: 0 0 12px;
  color: #111a31;
}

.card-body p {
  color: #6f7a8e;
  font-size: 16px;
  margin-bottom: 24px;
}

.news-box h3 {
  background: #ff9700;
  color: #fff;
  padding: 18px 24px;
  margin: 0;
  font-size: 22px;
}

.news-box ul {
  list-style: none;
  margin: 0;
  padding: 18px;
}

.news-box li {
  background: #f6f8fb;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 14px 18px;
  color: #607086;
}

.news-box li:before {
  content: "•";
  color: #ff9700;
  font-size: 24px;
  margin-left: 8px;
}

.quick-box {
  padding: 28px;
}

.quick-box h3 {
  margin: 0 0 18px;
  color: #111a31;
}

.quick-box a {
  display: block;
  color: #607086;
  padding: 10px 0;
}

.documents-card h2 {
  background: #111a31;
}

.fuel-strip, .emergency-bar {
  background: #ff9800;
  color: #071127;
  font-weight: 800;
}

.catalog-page, .articles-page, .mobile-intro, .emergency-form-section, .contact-panel {
  background: #f4f7fb;
  padding: 70px 0;
}

.filter-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 34px;
}

.filter-pills button {
  border: 1px solid #dce4ef;
  background: #fff;
  border-radius: 999px;
  padding: 9px 20px;
  color: #42526a;
}

.filter-pills .active {
  background: #071127;
  color: #fff;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.catalog-card {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(7, 17, 39, .04);
}

.catalog-card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 20px;
}

.catalog-card h3 {
  font-size: 18px;
  color: #071127;
  margin: 0 0 18px;
}

.catalog-card p {
  color: #718096;
  font-size: 13px;
}

.stars {
  color: #ffae00;
  letter-spacing: 2px;
  margin: 8px 0 18px;
}

.catalog-card a, .wide-form button, .emergency-form button {
  display: block;
  color: #071127;
  padding: 12px 20px;
  border-radius: 11px;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 55px 0 0;
}

.pagination a, .pagination b {
  color: #071127;
  text-decoration: none;
}

.pagination b {
  background: #0d6efd;
  color: #fff;
  border-radius: 10px;
  padding: 12px 16px;
}

.wide-form {
  max-width: 760px;
  margin: auto;
  background: #fff;
  padding: 44px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(7, 17, 39, .18);
  display: grid;
  gap: 20px;
}

.wide-form input, .wide-form select, .wide-form textarea, .emergency-form input, .emergency-form textarea {
  width: 100%;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: #f8fafc;
  padding: 15px;
  color: #071127;
}

.wide-form textarea, .emergency-form textarea {
  min-height: 120px;
  resize: vertical;
}

.wide-form button {
  justify-self: start;
  min-width: 120px;
}

.featured-article {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(7, 17, 39, .14);
  margin-top: -115px;
  position: relative;
  z-index: 2;
}

.featured-article img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.featured-text {
  padding: 58px;
}

.featured-text span, .article-card span, .mobile-tech span {
  color: #ff9800;
  font-weight: 900;
}

.featured-text h2 {
  font-size: 42px;
  line-height: 1.25;
  color: #071127;
  margin: 15px 0;
}

.featured-text p, .article-card p {
  color: #64748b;
  line-height: 1.9;
}

.featured-text a, .article-card a {
  color: #071127;
  font-weight: 900;
  text-decoration: none;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.article-card {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  overflow: hidden;
  padding-bottom: 22px;
}

.article-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.article-card h3, .article-card p, .article-card a, .article-card span {
  display: block;
  margin-left: 22px;
  margin-right: 22px;
}

.article-card h3 {
  color: #071127;
  font-size: 20px;
  line-height: 1.5;
}

.more-wrap {
  text-align: center;
  margin-top: 55px;
}

.more-btn {
  display: inline-block;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #fff;
  color: #071127;
  padding: 14px 32px;
  font-weight: 800;
  text-decoration: none;
}

.emergency-bar a {
  color: #071127;
  text-decoration: none;
  font-size: 20px;
}

.mobile-intro {
  background: #fff;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-cards article {
  background: #f7f9fc;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  padding: 35px;
  text-align: right;
}

.feature-cards b {
  background: #fff;
  color: #ff9800;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  padding: 13px;
  display: inline-block;
}

.feature-cards h3 {
  color: #071127;
}

.feature-cards p {
  color: #64748b;
}

.mobile-tech {
  background: #121b2f;
  color: #fff;
  padding: 80px 0;
}

.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.tech-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tech-images img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
}

.tech-images img:first-child {
  grid-row: span 2;
  height: 396px;
}

.mobile-tech h2 {
  font-size: 38px;
  line-height: 1.35;
}

.mobile-tech ul {
  list-style: none;
  padding: 0;
}

.mobile-tech li {
  margin: 24px 0;
}

.mobile-tech li b {
  font-size: 20px;
}

.mobile-tech p {
  color: #aab5c5;
}

.emergency-form {
  max-width: 780px;
  margin: auto;
  background: #fff;
  border-radius: 28px;
  padding: 46px;
  box-shadow: 0 25px 65px rgba(7, 17, 39, .18);
  text-align: center;
}

.emergency-form .form-icon {
  width: 54px;
  height: 54px;
  margin: auto;
  background: #ffe1e1;
  color: #e11d2e;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.emergency-form>div:not(.form-icon) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.emergency-form>* {
  margin-top: 16px;
}

.emergency-form button {
  background: #e11d2e;
  color: #fff;
  display: inline-block;
  margin-top: 24px;
}

.footer+* {
  margin-top: 0 !important;
}

main {
  margin-bottom: 0 !important;
}

main>section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.top-links a, .top-social a, .lang-btn, .header-actions .search, .mobile-toggle, .section-link, .service-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-links {
  gap: 0 !important;
  justify-content: flex-start !important;
}

.top-links a {
  gap: 7px !important;
  color: #dfe7f2 !important;
  transition: color .25s ease, transform .25s ease;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  padding-inline: 0 !important;
}

.top-links a:hover {
  color: var(--gold);
  transform: translateY(-1px);
}

.top-links a i {
  color: #ffffff !important;
  font-size: 12px !important;
  flex: 0 0 auto !important;
  width: 14px !important;
  min-width: 14px !important;
}

.top-links>i, .top-social>i {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, .14);
  flex: 0 0 1px;
}

.top-social {
  gap: 8px !important;
  flex-wrap: wrap;
  justify-content: flex-end !important;
}

.top-social a:hover {
  background: rgba(245, 155, 0, 0.10) !important;
  color: #071127;
  border-color: var(--gold);
  transform: translateY(-1px) !important;
}

.top-social a i, .top-links a i, .search i, .mobile-toggle i, .service-card .icon i {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  line-height: 1;
}

.top-social a i {
  font-size: 13px !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  color: currentColor !important;
}

.lang-btn:hover, .lang-menu:focus-within .lang-btn {
  color: var(--gold) !important;
  border-color: rgba(245, 155, 0, .45) !important;
  background: rgba(245, 155, 0, .12) !important;
}

.header-actions .search {
  color: #fff;
  border-radius: 50%;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.header-actions .search:hover {
  color: var(--gold);
  transform: translateY(-1px);
}

.mobile-toggle i {
  font-size: 20px !important;
  color: #ffffff !important;
}

.service-card .icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(245, 155, 0, .14);
  color: var(--gold);
  border: 1px solid rgba(245, 155, 0, .28);
  margin-bottom: 18px;
  font-size: 24px;
}

.service-card:hover .icon {
  background: var(--gold);
  color: #071127;
}

.header-top .container.header-row, .header-top .header-row {
  min-height: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

.top-links a span {
  display: inline-block !important;
  line-height: 1.2 !important;
}

.top-links i, .top-social i, .lang-btn i, .search i, .mobile-toggle i {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  overflow: visible !important;
}

.top-separator {
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 17px !important;
  min-height: 17px !important;
  background: rgba(255, 255, 255, 0.24) !important;
  margin-inline: 13px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 1 !important;
}

.top-social .top-separator {
  margin-inline: 12px !important;
}

.lang-btn:hover, .lang-menu:focus-within .lang-btn, .lang-menu.open .lang-btn {
  background: rgba(245, 155, 0, 0.14) !important;
  border-color: rgba(245, 155, 0, 0.35) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

.lang-btn span {
  display: inline-block !important;
  line-height: 1 !important;
}

.lang-btn .fa-globe {
  font-size: 12px !important;
  color: #ffffff !important;
}

.lang-btn .lang-caret {
  font-size: 9px !important;
  color: #cdd4e1 !important;
  transition: transform .2s ease !important;
}

.lang-menu:hover .lang-caret, .lang-menu:focus-within .lang-caret, .lang-menu.open .lang-caret {
  transform: rotate(180deg) !important;
}

.search i, .header-main .search i {
  font-size: 15px !important;
  color: #ffffff !important;
}

html[dir="rtl"], body[dir="rtl"], .lang-ar {
  direction: rtl;
}

html[dir="ltr"], body[dir="ltr"], .lang-en {
  direction: ltr;
}

html[dir="ltr"] body, html[dir="ltr"] .site-header, html[dir="ltr"] .header-top, html[dir="ltr"] .header-main, html[dir="ltr"] .main-nav, html[dir="ltr"] .dropdown, html[dir="ltr"] .mega, html[dir="ltr"] .news-bar, html[dir="ltr"] .footer, html[dir="ltr"] .section, html[dir="ltr"] .about-page-main, html[dir="ltr"] .policy-page-main, html[dir="ltr"] .hero-content, html[dir="ltr"] .hero h1, html[dir="ltr"] .hero h1 span, html[dir="ltr"] .lead, html[dir="ltr"] .eyebrow, html[dir="ltr"] .hero-actions {
  direction: ltr;
}

html[dir="ltr"] .section-head, html[dir="ltr"] .section-title.dark, html[dir="ltr"] .section-head p, html[dir="ltr"] .quality-text, html[dir="ltr"] .about-text, html[dir="ltr"] .plate, html[dir="ltr"] .team {
  text-align: left;
}

html[dir="ltr"] input:not([type="email"]):not([type="tel"]):not([type="url"]), html[dir="ltr"] textarea {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] .eyebrow:before {
  order: 0;
}

html[dir="ltr"] .main-nav a.active:after {
  right: 0;
  left: 0;
}

html[dir="ltr"] .dropdown {
  right: auto;
  left: 0;
}

html[dir="ltr"] .lang-dropdown {
  inset-inline-end: auto;
  inset-inline-start: 0;
  text-align: left;
}

html[dir="ltr"] .header-main .mega-list a {
  padding: 8px 4px 8px 18px;
}

html[dir="ltr"] .header-main .mega-list a::before {
  right: auto;
  left: 2px;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

.lang-menu::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 100%;
  height: 18px;
}

.quality .container.split {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  overflow: hidden;
  gap: clamp(28px, 4vw, 70px);
}

.quality-text, .quality .photo-frame {
  min-width: 0;
  max-width: 100%;
}

.quality h2, .quality h2.two-line-title {
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1.32 !important;
}

.quality .certs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
}

.quality .certs div {
  min-width: 0;
  overflow-wrap: anywhere;
}

.quality .photo-frame img {
  max-width: 100%;
  height: clamp(320px, 42vw, 560px);
}

.quality .float-card {
  max-width: calc(100% - 28px);
  overflow-wrap: anywhere;
}

.lang-menu.open .lang-dropdown, .lang-menu:hover .lang-dropdown, .lang-menu:focus-within .lang-dropdown {
  transition-delay: 0s !important;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img, video, iframe, svg {
  max-width: 100%;
  height: auto;
}

html[dir="rtl"], html[dir="rtl"] body, .lang-ar {
  direction: rtl;
  text-align: right;
}

html[dir="ltr"], html[dir="ltr"] body, .lang-en {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] .site-header, html[dir="ltr"] .header-top, html[dir="ltr"] .header-main, html[dir="ltr"] .main-nav, html[dir="ltr"] .dropdown, html[dir="ltr"] .mega, html[dir="ltr"] .news-bar, html[dir="ltr"] .footer, html[dir="ltr"] .section, html[dir="ltr"] .about-page-main, html[dir="ltr"] .policy-page-main {
  direction: ltr;
}

html[dir="ltr"] .section-head, html[dir="ltr"] .section-title.dark, html[dir="ltr"] .hero-content, html[dir="ltr"] .quality-card, html[dir="ltr"] .contact-panel, html[dir="ltr"] .policy-card-header, html[dir="ltr"] .about-text, html[dir="ltr"] .quality-text {
  text-align: left;
}

.lang-menu:hover .lang-dropdown, .lang-menu:focus-within .lang-dropdown, .lang-menu.open .lang-dropdown, .lang-menu.is-open .lang-dropdown, .lang-menu.is-closing .lang-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  transition: opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0s linear 0s !important;
}

.lang-dropdown a, .lang-dropdown {
  display: block !important;
  width: 100% !important;
  padding: 9px 14px !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

.quality, .quality .container, .quality .split, .quality-text, .quality h2, .quality h2.two-line-title, .certs, .photo-frame {
  min-width: 0;
}

.quality h2.two-line-title {
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.3;
  font-size: clamp(28px, 4vw, 56px);
}

.quality h2.two-line-title br {
  display: block !important;
}

.quality-text>p, .quality .section-head p:not(.eyebrow) {
  max-width: 100%;
}

.mobile-extra {
  display: none;
}

.sitemap-newsletter-wrap {
  background: transparent;
  position: relative;
  z-index: 2;
}

.sitemap-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, #f59b00, #ffb000);
  color: #081022;
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 24px 70px rgba(245, 155, 0, .25);
}

.sitemap-newsletter h3 {
  margin: 0 0 4px;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 1000;
  color: #081022;
}

.sitemap-newsletter p {
  margin: 0;
  color: rgba(8, 16, 34, .78);
  font-weight: 800;
}

.sitemap-newsletter form {
  display: flex;
  gap: 10px;
  width: 100%;
}

.sitemap-newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  border-radius: 14px;
  padding: 15px 16px;
  background: #fff;
  color: #081022;
  outline: none;
}

.sitemap-newsletter button {
  border: 0;
  border-radius: 14px;
  padding: 0 24px;
  background: #10192c;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.sitemap-footer {
  background: #070f24;
  color: #fff;
  padding: clamp(56px, 6vw, 82px) 0 22px;
  margin-top: -18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.sitemap-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.sitemap-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 1000;
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 10px;
}

.sitemap-footer h3::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 99px;
  background: var(--gold, #f59b00);
}

.sitemap-footer p, .sitemap-footer a, .sitemap-footer address {
  color: #aab5c9;
  font-style: normal;
  line-height: 1.9;
  font-size: 15px;
}

.sitemap-footer nav a {
  display: block;
  margin-bottom: 9px;
  transition: color .2s ease, transform .2s ease;
}

.sitemap-footer nav a:hover, .sitemap-footer address a:hover, .sitemap-footer .footer-highlight-link {
  color: var(--gold, #f59b00);
}

.sitemap-footer nav a:hover {
  transform: translateX(-3px);
}

html[dir="ltr"] .sitemap-footer nav a:hover {
  transform: translateX(3px);
}

.sitemap-copy {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sitemap-copy p {
  margin: 0;
  color: #8591a7;
  font-size: 14px;
}

.float-whatsapp {
  position: fixed;
  left: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff !important;
  z-index: 9999;
  box-shadow: 0 16px 38px rgba(37, 211, 102, .35);
  font-size: 28px;
}

.catalog-page {
  background: #f4f7fb;
  color: #10192c;
  direction: rtl;
}

.catalog-hero {
  position: relative;
  min-height: 245px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(4, 11, 30, .42), rgba(4, 11, 30, .88)),
    var(--catalog-hero-image, url("../img/compliance-hero-bg.jpg")) center/cover no-repeat;
  border-bottom: 3px solid #0ea5e9;
}

.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(14, 165, 233, .15), transparent 35%);
  pointer-events: none;
}

.catalog-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.catalog-hero-content {
  text-align: right;
}

.catalog-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 1.2;
  font-weight: 1000;
}

.catalog-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

.catalog-breadcrumb a {
  color: rgba(255, 255, 255, .88);
}

.catalog-breadcrumb span:last-child {
  color: var(--gold, #f59b00);
}

.catalog-download {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 12px;
  background: linear-gradient(#ffb300, #f39200);
  color: #070b16;
  font-weight: 1000;
  box-shadow: 0 12px 30px rgba(245, 155, 0, .28);
  white-space: nowrap;
}

.catalog-news-line {
  background: #111a2d;
  color: #dfe6f4;
  border-bottom: 1px solid #dfe5ef;
  overflow: hidden;
}

.catalog-news-line .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-block: 0;
}

.catalog-news-label {
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  background: #f59b00;
  color: #071127;
  font-size: 14px;
  font-weight: 1000;
}

.catalog-news-ticker {
  min-width: 0;
  overflow: hidden;
  flex: 1;
}

.catalog-news-track {
  display: flex;
  gap: 40px;
  width: max-content;
  white-space: nowrap;
  animation: catalogTicker 38s linear infinite;
}

.catalog-news-track p {
  margin: 0;
  color: #d8deeb;
  font-size: 13px;
}

.catalog-news-track b {
  color: #f59b00;
  margin-inline-end: 8px;
}

.catalog-filter-bar {
  background: #fff;
  border-bottom: 1px solid #e5eaf2;
}

.catalog-filter-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-block: 8px;
}

.catalog-filter-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 18px;
  border: 1px solid #d9e2ef;
  background: #f8fafc;
  color: #64748b;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.catalog-filter-pill.is-active, .catalog-filter-pill:hover {
  background: #10192c;
  color: #fff;
  border-color: #10192c;
}

.catalog-products-section {
  padding: clamp(32px, 4vw, 54px) 0 clamp(60px, 6vw, 90px);
  background: #f4f7fb;
}

.catalog-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.catalog-product-card {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .03);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.catalog-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 155, 0, .35);
  box-shadow: 0 18px 35px rgba(15, 23, 42, .08);
}

.catalog-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
  padding: 22px 22px 16px;
  background: #fff;
}

.catalog-product-image img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 155px;
  object-fit: cover;
  border-radius: 2px;
}

.catalog-product-body {
  padding: 18px 22px 20px;
  background: #fff;
}

.catalog-product-card h3 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 900;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-product-price {
  display: block;
  margin-bottom: 6px;
  color: #7b8797;
  font-size: 12px;
  font-weight: 700;
}

.catalog-rating {
  margin-bottom: 14px;
  color: #ffb000;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
}

.catalog-quote-btn {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fb9700;
  color: #071127;
  font-size: 13px;
  font-weight: 1000;
  transition: transform .2s ease, filter .2s ease;
}

.catalog-quote-btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.catalog-empty {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px dashed #d9e2ef;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  color: #64748b;
  font-weight: 800;
}

.catalog-pagination {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-pagination nav, .catalog-pagination .pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}

.catalog-pagination a, .catalog-pagination span {
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5eaf2;
  color: #10192c;
  font-weight: 800;
}

.catalog-pagination .active span, .catalog-pagination span[aria-current="page"] {
  background: #f59b00;
  border-color: #f59b00;
  color: #071127;
}

[dir="ltr"] .catalog-page, .lang-en .catalog-page {
  direction: ltr;
}

[dir="ltr"] .catalog-hero-content, .lang-en .catalog-hero-content {
  text-align: left;
}

[dir="ltr"] .catalog-news-track, .lang-en .catalog-news-track {
  animation-name: catalogTickerLTR;
}

.iti {
  width: 100%;
}

.iti__country-list {
  color: #000 !important;
  background: #fff !important;
  text-align: left;
  z-index: 99999;
}

.iti__country {
  color: #000 !important;
}

.iti__country-name, .iti__dial-code {
  color: #000 !important;
}

.iti__selected-country {
  color: #000 !important;
}

.iti__search-input {
  color: #000 !important;
}

.custom-select, .custom-select option {
  color: #000 !important;
}

.iti__country-name, .iti__dial-code, .iti__selected-dial-code, .iti__selected-country, .iti__country {
  color: #000 !important;
}

.captcha-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
}

.captcha-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.captcha-title i {
  color: #f59e0b;
}

.captcha-box {
  background: #f8fafc;
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.captcha-error {
  margin-top: 10px;
  color: #dc2626;
  font-size: 14px;
  font-weight: 600;
}

.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.hero-title-area {
  text-align: right;
}

.hero-title-area h1 {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 800;
}

.policy-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.news-track p {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  white-space: nowrap;
}

.accent-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f59e0b;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

.accent-link:hover {
  opacity: .8;
  color: #f59e0b;
}

.about-hero-pdf {
  flex-direction: column;
  gap: 6px;
  background: rgba(245, 158, 11, .12);
  border: 1px solid rgba(245, 158, 11, .35);
  padding: 18px 28px;
  border-radius: 14px;
  flex-shrink: 0;
  transition: background .25s;
}

.about-hero-pdf:hover {
  background: rgba(245, 158, 11, .22);
}

.about-hero-pdf i {
  font-size: 36px;
}

.about-hero-pdf span {
  font-size: 13px;
  color: #fff;
}

.header-main .brand, .brand.brand-logo-only {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.brand-logo-wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: clamp(250px, 6vw, 96px) !important;
  height: clamp(100px, 5vw, 76px) !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.brand-logo-img, .brand-logo-only .brand-logo-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  padding: 0 !important;
}

.header-main .brand-name, .brand .brand-name, .brand-seal, .brand-seal-fallback, .brand-logo-wrap .brand-seal-fallback {
  display: none !important;
}

.header-top .header-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  flex-direction: row !important;
  min-height: 34px !important;
}

.header-top .top-links, .header-top .top-social {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  flex-direction: row !important;
  min-width: 0 !important;
}

.header-top .top-links a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #d6deeb !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: color 0.25s ease, transform 0.25s ease;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  min-width: 0 !important;
}

.header-top .top-links a:hover {
  color: var(--gold, #f59b00) !important;
  transform: translateY(-1px);
}

.header-top .top-links i, .header-top .top-social i {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  color: currentColor !important;
}

.header-top .lang-menu {
  display: inline-flex !important;
  position: relative !important;
}

.header-top .top-social {
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  flex: 0 0 auto !important;
}

.header-top .top-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 23px !important;
  height: 23px !important;
  min-width: 23px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--header-orange) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: color .2s ease, transform .2s ease, background .2s ease;
}

.header-top .top-social a i {
  color: var(--header-orange) !important;
  font-size: 13px !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  line-height: 1 !important;
}

.header-top .top-social a:hover, .header-top .top-social a:hover i {
  color: var(--gold2, #ffb000) !important;
}

.header-top .top-social a:hover {
  transform: translateY(-1px);
  color: var(--gold2, #ffb000) !important;
}

.header-top .top-separator {
  display: inline-block !important;
  width: 1px !important;
  height: 15px !important;
  min-width: 1px !important;
  background: rgba(255, 255, 255, .18) !important;
  margin-inline: 3px !important;
  opacity: 1 !important;
}

.site-header .header-top .container, .site-header .header-main .container {
  width: var(--header-container) !important;
  max-width: 1320px !important;
  padding-inline: 0 !important;
}

.header-top .top-links {
  justify-content: flex-start !important;
  flex: 1 1 auto !important;
  overflow: hidden !important;
}

.header-top .top-links a i {
  color: var(--header-orange) !important;
  font-size: 12px !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  flex: 0 0 auto !important;
}

.header-top .top-social a:hover i {
  color: var(--gold2, #ffb000) !important;
}

.header-top .lang-btn {
  min-height: 28px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  color: #e8eef8 !important;
  border: 1px solid rgba(245, 155, 0, .32) !important;
  background: rgba(245, 155, 0, .08) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  gap: 6px !important;
}

.header-top .lang-btn i {
  color: var(--header-orange) !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  font-size: 11px !important;
}

.header-top .lang-dropdown {
  top: calc(100% + 8px) !important;
  min-width: 145px !important;
  z-index: 1005 !important;
}

.brand-logo-img {
  display: block !important;
  width: auto !important;
  height: 62px !important;
  max-width: 142px !important;
  object-fit: contain !important;
}

.brand-name, .brand-seal, .brand-seal-fallback {
  display: none !important;
}

.search-results .result-item, .result-item {
  display: grid !important;
  gap: 4px !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .055) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
}

@keyframes newsTicker {
0% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(100%);
  }
}

@media (min-width: 992px) {
.hero h1 br, .section-head h2 br, .quality h2 br, .about h2 br, .plate h2 br, .products h2 br, .team h2 br {
  display: none;
}

.section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2, .partners h2, .suppliers h2 {
  width: 100%;
  max-width: 1180px;
  white-space: normal;
  line-height: 1.22;
  margin-bottom: clamp(22px, 2.6vw, 34px);
}

.plate h2 {
  font-size: clamp(34px, 3.35vw, 52px);
}

.hero h1 {
  max-width: 1200px;
  white-space: normal;
  line-height: 1.12;
}
}

@media (max-width: 480px) {
.supplier-grid.logo-grid {
  grid-template-columns: 1fr;
}
}

@media (max-width: 640px) {
.inner-hero {
  min-height: 280px;
}

.about-profile {
  padding-top: 32px;
}

.about-sidebar, .values-grid, .activity-grid, .location-grid, .cert-grid, .quality-items {
  grid-template-columns: 1fr;
}

.about-page-video video, .about-page-image img {
  height: 260px;
}

.about-text-block, .about-mini-section {
  margin-top: 42px;
}

.header-main {
  min-height: 96px;
  padding-block: 12px;
}

.goals-section .numbered-list span {
  white-space: normal;
}
}

@media (max-width:1000px) {
.policy-layout {
  grid-template-columns: 1fr;
}

.policy-sidebar {
  position: static;
  order: 2;
}

.policy-card {
  order: 1;
}

.policy-hero h1 {
  font-size: 44px;
}

.policy-card-header h2 {
  font-size: 27px;
}

.policy-cta h2 {
  font-size: 30px;
}
}

@media (max-width:650px) {
.policy-content-section {
  padding-top: 45px;
}

.policy-card-header {
  padding: 25px 20px;
}

.policy-card-body {
  padding: 25px 20px;
}

.policy-actions {
  flex-direction: column;
}

.policy-actions a {
  text-align: center;
}

.policy-note {
  display: block;
}

.policy-note span {
  margin-bottom: 12px;
}

.policy-hero {
  min-height: 330px;
}

.policy-breadcrumb {
  font-size: 13px;
  flex-wrap: wrap;
}

.policy-sidebar a {
  font-size: 14px;
}
}

@media (max-width: 1350px) {
.header-main .brand {
  flex-basis: 285px;
  min-width: 285px;
}

.header-main .header-actions {
  flex-basis: 235px;
  min-width: 235px;
}

.header-main .main-nav>ul {
  gap: 24px;
}
}

@media (max-width: 420px) {
:root {
  --container: min(100% - 22px, 390px);
}

.brand-seal {
  width: 48px;
  height: 48px;
}

.mobile-toggle {
  width: 40px;
  height: 40px;
}

.section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2 {
  font-size: 28px;
}

.product h3, .service-card h3 {
  font-size: 21px;
}

.hero h1 {
  font-size: 31px;
  line-height: 1.35;
}
}

@media (max-width: 1250px) {
.main-nav>ul {
  gap: 20px;
}

.main-nav a, .main-nav button {
  font-size: 14px;
}

.header-main .container, .header-top .container {
  width: min(1240px, calc(100% - 32px));
}

.brand {
  min-width: 260px;
  flex-basis: 230px;
}

.header-actions {
  min-width: 220px;
  flex-basis: 190px;
}

.header-main .header-row {
  grid-template-columns: 255px minmax(0, 1fr) 225px;
  gap: 18px;
}

.header-main .main-nav>ul {
  gap: 22px;
}
}

@media (min-width: 1101px) {
.header-main .products-dropdown {
  position: relative;
}

.header-main .products-dropdown.open .products-mega, .header-main .products-dropdown:hover .products-mega, .header-main .products-dropdown:focus-within .products-mega {
  transform: translate(50%, 0) !important;
}

.header-main .mega-tabs {
  display: contents !important;
}

.header-main .mega-tab-1 {
  grid-column: 1;
  grid-row: 1;
}

.header-main .mega-tab-2 {
  grid-column: 2;
  grid-row: 1;
}

.header-main .mega-tab-3 {
  grid-column: 3;
  grid-row: 1;
}

.header-main .mega-list-1 {
  grid-column: 1;
  grid-row: 2;
}

.header-main .mega-list-2 {
  grid-column: 2;
  grid-row: 2;
}

.header-main .mega-list-3 {
  grid-column: 3;
  grid-row: 2;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
}

.header-main .products-mega .mega-tabs .tab, .header-main .products-mega>.tab {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  text-align: center;
  padding: 12px 14px;
  border-radius: 14px;
  background-color: #18243b !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #eaf0fb !important;
  transition: background-color 0.25s ease,
      border-color 0.25s ease,
      color 0.25s ease,
      box-shadow 0.25s ease;
}

.header-main .products-mega .mega-tabs .tab:hover, .header-main .products-mega .mega-tabs .tab.active, .header-main .products-mega:has(.mega-tab-1:hover) .mega-tab-1, .header-main .products-mega:has(.mega-tab-2:hover) .mega-tab-2, .header-main .products-mega:has(.mega-tab-3:hover) .mega-tab-3 {
  background-color: rgba(245, 155, 0, 0.18) !important;
  border-color: rgba(245, 155, 0, 0.5) !important;
  color: var(--gold) !important;
  box-shadow: inset 0 0 0 1px rgba(245, 155, 0, 0.12);
}

.header-main .products-mega .mega-list a {
  text-align: center;
  justify-content: center;
  padding: 10px 8px;
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.035);
  border: 1px solid transparent;
  border-radius: 10px;
}

.header-main .products-mega .mega-list a:hover {
  background-color: rgba(245, 155, 0, 0.13) !important;
  border-color: rgba(245, 155, 0, 0.28);
}

.header-main .products-mega {
  width: min(860px, 92vw) !important;
  min-width: 760px;
  right: 50% !important;
  left: auto !important;
  transform: translate(50%, 10px) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  align-items: start;
  background: #0f1a30 !important;
  border: 1px solid rgba(245, 155, 0, 0.22) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42) !important;
  gap: 6px 18px !important;
  padding: 16px 16px 18px !important;
}

.header-main .products-mega .mega-tab-1, .header-main .products-mega .mega-tab-2, .header-main .products-mega .mega-tab-3 {
  background: rgba(13, 23, 45, 0.98) !important;
  border: 1px solid rgba(190, 207, 238, 0.82) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.header-main .products-mega .mega-tab-1:hover, .header-main .products-mega .mega-tab-2:hover, .header-main .products-mega .mega-tab-3:hover, .header-main .products-mega .mega-tab-1.active, .header-main .products-mega .mega-tab-2.active, .header-main .products-mega .mega-tab-3.active {
  color: var(--gold) !important;
  background: rgba(245, 155, 0, 0.08) !important;
  border-color: rgba(245, 155, 0, 0.65) !important;
}

.header-main .products-mega .mega-list {
  width: 100%;
  min-width: 0;
  padding: 10px;
  border-radius: 14px;
  background-color: #101d34 !important;
  margin-top: 10px !important;
  margin-bottom: 16px !important;
  background: rgba(13, 23, 45, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

.header-main .products-mega .mega-list a:not(:last-child) {
  margin-bottom: 8px;
}
}

@media (max-width: 1200px) {
.container, .header-top .container, .header-main .container, .hero .container, .section .container, .footer .container {
  padding-inline: 24px;
}

.header-main .header-row {
  gap: 20px;
}

.main-nav>ul {
  gap: 18px;
}
}

@media (max-width: 1100px) {
.mobile-toggle {
  display: block;
}

.main-nav li {
  margin: 8px 0;
}

.main-nav a.active:after {
  display: none;
}

.has-dropdown.open .dropdown {
  display: block;
}

.header-actions {
  min-width: auto;
}

.brand {
  min-width: auto;
}

.header-top {
  font-size: 12px;
}

.top-links, .top-social {
  gap: 10px;
}

.brand, .header-actions {
  flex: none;
  min-width: auto;
}

.main-nav a, .main-nav button {
  min-width: 0;
  white-space: normal;
}

.lang-dropdown {
  position: absolute;
}

.main-nav>ul>li>a, .main-nav>ul>li>button {
  width: 100%;
  justify-content: space-between;
}

.nav-arrow {
  margin-inline-start: 10px;
}

.site-header {
  position: relative;
}

.main-nav>ul {
  white-space: normal;
  display: grid;
  gap: 8px;
}

.dropdown, .mega {
  position: static;
  width: 100%;
  display: none;
  margin-top: 8px;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  padding: 10px;
}

.cards.three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split, .footer-grid {
  grid-template-columns: 1fr;
}

.reverse {
  direction: rtl;
}

.about-images, .photo-frame, .plate-img, .team-imgs {
  order: -1;
}

.footer-grid {
  gap: 30px;
}

.header-top .container, .header-main .container {
  width: 92%;
  max-width: 100%;
}

.header-main .brand, .header-main .header-actions {
  flex: none;
  min-width: auto;
}

.policy-layout {
  grid-template-columns: 1fr;
  direction: rtl;
}

.header-main {
  min-height: 78px;
  padding-block: 0;
}

.header-main .main-nav {
  position: absolute;
  top: 78px;
  display: none;
  justify-content: initial;
}

.header-main .main-nav.show {
  display: block;
}

.header-main .products-dropdown {
  position: relative;
}

.header-main .mega-list {
  width: 100%;
  margin: 8px 0 0;
}

.header-main .mega-list, .header-main .products-mega:hover .mega-list-1, .header-main .products-mega:focus-within .mega-list-1 {
  width: 100%;
}

.header-main .products-dropdown.open .products-mega {
  display: block !important;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
  width: 100%;
}

.header-main .products-mega {
  position: static;
  width: 100%;
  transform: none !important;
  margin-top: 8px;
  padding-bottom: 10px;
  display: block !important;
}

.header-main .mega-tabs {
  padding: 14px;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 8px;
}

.header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button {
  padding: 12px 0;
  justify-content: space-between;
}

.header-main .products-mega .mega-list {
  margin: 8px 0 12px;
  margin-bottom: 16px !important;
}

.header-main .products-mega .mega-list a:not(:last-child) {
  margin-bottom: 8px;
}

.main-nav {
  position: absolute;
  right: 0;
  left: 0;
  background: #10192c;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  flex: none;
  top: 100%;
  padding: 18px 5%;
  display: none;
}

.main-nav.show {
  display: block;
}

.header-main .header-row {
  gap: 14px;
  min-height: 78px;
  display: flex;
  justify-content: space-between;
}
}

@media (max-width: 768px) {
.container, .header-top .container, .header-main .container, .hero .container, .section .container, .footer .container {
  padding-inline: 18px;
}

.header-main {
  min-height: 82px;
}

.header-top {
  display: none;
}
}

@media (max-width: 991px) {
.hero {
  padding-bottom: 136px;
}

.news-bar {
  min-height: 54px;
}

.news-bar-secondary {
  bottom: 54px;
}

.dots {
  bottom: 126px;
}

.about-media, .photo-frame, .plate-img, .team-imgs {
  order: -1;
}

.about-photo-card img, .about-video-card video {
  height: clamp(230px, 45vw, 320px);
}

.supplier-lead {
  margin-top: -12px;
}

.about-media {
  max-width: 680px;
}

.about-photo-card, .about-video-card {
  width: 100%;
  margin-inline: auto;
  transform: none;
}

.about-video-card {
  margin-top: 0;
}

.about-sidebar {
  position: static;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-inline-end: 0;
  border-top: 3px solid #ff9d00;
}

.activity-grid, .location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-layout {
  direction: rtl;
  grid-template-columns: 1fr !important;
}

.about-sidebar, .about-content {
  grid-column: auto !important;
}
}

@media (max-width: 1000px) {
.header-top {
  display: none;
}

.header-main {
  height: 78px;
}

.main-nav {
  top: 78px;
}

.hero h1, .section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2 {
  font-size: 40px;
}

.cards.three, .split, .footer-grid, .logo-grid {
  grid-template-columns: 1fr;
}

.hero {
  min-height: 720px;
}

.side-arrows {
  display: none;
}

.newsletter {
  display: block;
}

.newsletter form {
  margin-top: 20px;
}

.newsletter input {
  width: 100%;
}

.photo-frame img {
  height: 420px;
}

.float-card {
  right: 10px;
}

.about-images {
  min-height: 450px;
}

.hero-title-like {
  font-size: 40px;
}

.footer-newsletter, .footer-bottom {
  flex-direction: column;
  align-items: stretch;
  text-align: right;
}

.footer-newsletter form {
  width: 100%;
}

.footer-newsletter input {
  width: 100%;
}

.footer-grid-new {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
}

@media (max-width: 600px) {
.container {
  width: 90%;
}

.hero h1 {
  font-size: 34px;
}

.hero-actions {
  flex-direction: column;
  align-items: flex-start;
}

.cards.three {
  gap: 18px;
}

.logo-grid {
  grid-template-columns: 1fr 1fr;
}

.newsletter {
  padding: 28px;
}

.newsletter form {
  display: block;
}

.newsletter button {
  height: 50px;
  margin-top: 10px;
  width: 100%;
}

.search-box form {
  display: block;
}

.search-box form button {
  height: 48px;
  margin-top: 10px;
  width: 100%;
}

.news-track {
  animation-duration: 18s;
}

.news-bar p:nth-of-type(n + 2) {
  display: block;
}

.mega {
  grid-template-columns: 1fr;
}

.hero-title-like {
  font-size: 34px;
}

.brand-name {
  display: none;
}

.header-actions .pill {
  display: none;
}

.hero-content {
  padding-inline: 18px;
}

.footer-newsletter {
  padding: 28px;
}

.footer-newsletter form {
  flex-direction: column;
}

.footer-grid-new {
  grid-template-columns: 1fr;
}
}

@media (max-width: 900px) {
.footer.new-footer>.container {
  width: min(100% - 32px, 720px);
}

.footer-newsletter {
  padding: 24px;
  flex-direction: column;
  align-items: stretch;
  text-align: right;
}

.footer-newsletter form {
  flex-basis: auto;
  width: 100%;
}

.footer-newsletter input {
  width: 100%;
  flex: 1;
}

.footer-grid-new {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  padding-inline: 10px;
}

.footer-bottom {
  padding-inline: 10px;
}
}

@media (max-width: 560px) {
.footer.new-footer {
  margin-top: 0 !important;
}

.footer-newsletter {
  top: -20px;
  border-radius: 12px;
  min-height: auto;
}

.footer-newsletter form {
  display: grid;
  gap: 10px;
  direction: rtl;
}

.footer-newsletter button, .footer-newsletter input {
  width: 100%;
  height: 42px;
}

.footer-grid-new {
  grid-template-columns: 1fr;
  gap: 28px;
}

.footer-bottom {
  flex-direction: column;
  align-items: flex-start;
}
}

@media (max-width: 1050px) {
.footer-content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 70px;
}
}

@media (max-width: 760px) {
:root {
  --container: min(100% - 28px, 680px);
}

body {
  line-height: 1.8;
}

.header-top {
  display: none;
}

.header-main {
  padding-block: 10px;
}

.search {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.hero:after {
  bottom: 52px;
  height: 84px;
}

.lead {
  font-size: 16px;
}

.hero-actions {
  flex-direction: column;
  align-items: stretch;
}

.hero-actions .btn {
  text-align: center;
}

.section {
  padding-block: 56px;
}

.section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2 {
  font-size: clamp(30px, 8vw, 38px);
  margin-bottom: 18px;
}

.cards.three, .certs, .features, .stats, .logo-grid {
  grid-template-columns: 1fr;
}

.service-card {
  min-height: 260px;
}

.about-images {
  min-height: 390px;
}

.about-images img:first-child {
  width: 82%;
  height: 300px;
  left: 0;
}

.about-images img:nth-child(2) {
  width: 68%;
  height: 190px;
}

.years {
  right: 0;
}

.team-imgs {
  flex-direction: column;
}

.team-imgs img {
  width: 100%;
  height: 230px;
}

.newsletter {
  display: grid;
  border-radius: 22px;
}

.newsletter form {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.newsletter input, .newsletter button {
  width: 100%;
  min-height: 52px;
}

.search-box {
  padding: 28px 18px 20px;
}

.hero {
  align-items: flex-start;
  min-height: 760px;
  padding-bottom: 150px;
}

.hero-content {
  padding-block: 74px 120px;
  padding-bottom: 150px;
}

.news-bar .container {
  gap: 10px;
}

.news-bar b {
  padding: 6px 12px;
  font-size: 13px;
  min-width: max-content;
}

.news-bar-secondary {
  bottom: 54px;
}

.dots {
  bottom: 124px;
}

.video-caption {
  position: static;
  display: block;
  border-radius: 0;
}

.supplier-grid.logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-bar b, .news-bar-secondary b {
  min-width: 135px;
  min-height: 36px;
  padding: 6px 12px;
  font-size: 14px;
}

.quality h2.two-line-title, .about h2.two-line-title {
  max-width: 100%;
  line-height: 1.45;
}

.hero h1 {
  font-size: clamp(34px, 10vw, 46px);
  line-height: 1.3;
}

.new-footer {
  margin-top: 0 !important;
}

.footer-newsletter-wrap, .footer-inner {
  width: min(100% - 28px, 680px);
}

.footer-newsletter {
  padding: 28px 20px;
  min-height: auto;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.newsletter-text {
  text-align: center;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
}

.newsletter-form input, .newsletter-form button {
  width: 100%;
}

.footer-inner {
  padding-top: 34px;
}

.footer-content {
  grid-template-columns: 1fr;
  gap: 36px;
}

.footer-about p {
  width: 100%;
}

.footer-social {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-bottom {
  margin-top: 36px;
  padding-inline: 0;
  flex-direction: column;
  text-align: center;
}
}

@media (max-width: 900px) {
.footer, .footer.new-footer, .new-footer {
  margin-top: 0 !important;
}

.footer-newsletter-wrap {
  width: calc(100% - 24px);
}

.footer-newsletter {
  flex-direction: column;
  text-align: center;
  border-radius: 24px;
  gap: 22px;
}

.newsletter-text {
  text-align: center;
}

.newsletter-form {
  width: 100%;
  flex-direction: column;
}

.newsletter-form input, .newsletter-form button {
  width: 100%;
}

.footer-inner {
  padding-top: 220px;
}
}

@media (max-width: 1080px) {
.aml-policy-page .policy-note {
  max-width: 100%;
}
}

@media (max-width:980px) {
.design-hero h1 {
  font-size: 42px;
}

.design-hero p {
  font-size: 16px;
}

.warranty-cards, .exceptions-grid, .steps, .governance-layout, .exception-list {
  grid-template-columns: 1fr;
}

.steps:before {
  display: none;
}

.section-title.dark {
  text-align: center;
}

.unified-newsletter {
  transform: none;
}

.designed-page+.footer, .designed-page~.footer {
  padding-top: 40px;
}
}

@media (max-width: 992px) {
.catalog-grid, .article-grid, .feature-cards {
  grid-template-columns: repeat(2, 1fr);
}

.featured-article, .tech-grid {
  grid-template-columns: 1fr;
}

.featured-article {
  margin-top: 0;
}

.fuel-strip .container, .emergency-bar .container {
  flex-direction: column;
  text-align: center;
}

.catalog-card img {
  height: 190px;
}
}

@media (max-width: 600px) {
.catalog-grid, .article-grid, .feature-cards {
  grid-template-columns: 1fr;
}

.featured-text {
  padding: 30px;
}

.featured-text h2, .mobile-tech h2 {
  font-size: 28px;
}

.wide-form, .emergency-form {
  padding: 26px;
}

.emergency-form>div:not(.form-icon) {
  grid-template-columns: 1fr;
}

.tech-images {
  grid-template-columns: 1fr;
}

.tech-images img:first-child {
  height: 220px;
}
}

@media (max-width: 991px) {
.logo-grid {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 1100px) {
.header-top .header-row {
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 10px;
}

.top-links, .top-social {
  justify-content: center;
}

.top-social a {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
}

@media (max-width: 1200px) {
.header-top .container.header-row, .header-top .header-row {
  height: auto !important;
  min-height: 44px !important;
  padding-block: 7px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px 18px !important;
}

.top-links, .top-social {
  justify-content: center !important;
}
}

@media (max-width: 768px) {
.top-links {
  gap: 0 !important;
}

.top-links a {
  font-size: 11px !important;
  gap: 5px !important;
}

.top-links a i {
  width: 12px !important;
  min-width: 12px !important;
  font-size: 11px !important;
}

.top-social {
  gap: 6px !important;
}

.top-social a {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
}

.top-social a i {
  font-size: 12px !important;
}

.top-separator, .top-social .top-separator {
  height: 14px !important;
  min-height: 14px !important;
  margin-inline: 8px !important;
}

.lang-btn {
  height: 26px !important;
  min-height: 26px !important;
  padding-inline: 8px !important;
  font-size: 11px !important;
  gap: 5px !important;
}
}

@media (max-width: 1400px) {
.header-main .header-row {
  grid-template-columns: 240px minmax(0, 1fr) 220px;
  gap: 22px;
}

.header-main .main-nav>ul {
  gap: clamp(14px, 1.7vw, 26px);
}
}

@media (max-width: 1100px) {
.header-top {
  display: none;
}

.header-main {
  min-height: 76px;
}

.header-main .header-row {
  display: flex !important;
  min-height: 76px;
  gap: 12px;
}

.mobile-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  order: 3;
}

.header-main .brand {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}

.header-main .header-actions {
  order: 2;
  gap: 8px;
}

.header-main .header-actions .pill {
  display: none;
}

.header-main .main-nav {
  position: fixed !important;
  inset: 76px 0 auto 0;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  display: none !important;
  width: 100%;
  padding: 14px clamp(16px, 4vw, 30px) 24px;
  background: #10192c;
  border-top: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .35);
  z-index: 1000;
}

.header-main .main-nav.show {
  display: block !important;
}

.header-main .main-nav>ul {
  display: grid !important;
  width: 100%;
  gap: 8px;
  justify-content: stretch;
}

.header-main .main-nav>ul>li, .main-nav>ul>li {
  width: 100%;
  white-space: normal;
}

.header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button {
  width: 100%;
  justify-content: space-between;
  padding: 14px 0;
  min-width: 0;
}

.dropdown, .header-main .products-mega {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  transform: none !important;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  display: none;
}

.has-dropdown.open>.dropdown, .has-dropdown:focus-within>.dropdown {
  display: block;
}

.header-main .mega-tabs {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
  width: 100%;
}

.lang-menu {
  position: relative;
}

.lang-dropdown {
  inset-inline-end: 0;
  min-width: 150px;
}
}

@media (max-width: 768px) {
.split, .cards.three, .logo-grid {
  grid-template-columns: 1fr !important;
}

.section {
  padding-block: clamp(42px, 8vw, 70px);
}

.section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2 {
  font-size: clamp(28px, 8vw, 42px);
}

.hero {
  min-height: 650px;
}

.hero-actions {
  flex-direction: column;
  align-items: stretch;
}

.hero-actions .btn {
  text-align: center;
}

.news-bar {
  height: auto;
  min-height: 54px;
}

.news-bar-secondary {
  bottom: 54px;
}

.side-arrows {
  left: 16px;
  top: auto;
  bottom: 158px;
  flex-direction: row;
}

html[dir="rtl"] .side-arrows {
  left: 16px;
  right: auto;
}

.search-box form {
  flex-direction: column;
}

.search-box form button {
  min-height: 48px;
}
}

@media (max-width: 480px) {
.brand-name {
  font-size: 11px;
}

.brand-name small {
  font-size: 8px;
}

.brand-seal {
  width: 46px;
  height: 46px;
  font-size: 9px;
}

.header-main .search {
  width: 38px;
  height: 38px;
}

.mobile-toggle {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.container, .header-top .container, .header-main .container, .hero .container, .section .container, .footer .container {
  padding-inline: 14px;
}
}

@media (max-width: 992px) {
.quality .container.split {
  grid-template-columns: 1fr !important;
  gap: 28px;
  overflow: visible;
}

.quality h2, .quality h2.two-line-title {
  font-size: clamp(28px, 7vw, 42px) !important;
}

.quality .photo-frame {
  order: 2;
}

.quality-text {
  order: 1;
}
}

@media (max-width: 560px) {
.quality .certs {
  grid-template-columns: 1fr !important;
  gap: 12px;
  margin: 24px 0;
}

.quality .photo-frame img {
  height: 280px;
  border-width: 8px;
  border-radius: 20px;
}

.quality .float-card {
  position: static;
  margin-top: 12px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
}

@media (min-width: 993px) {
.mobile-toggle {
  display: none !important;
}

.header-main .main-nav, .main-nav {
  display: flex !important;
}
}

@media (max-width: 1200px) {
.header-main .header-row {
  grid-template-columns: 250px minmax(0, 1fr) 220px;
  gap: 24px;
}

.header-main .main-nav>ul {
  gap: 22px;
}

.logo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 992px) {
.header-top .header-row {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.top-links, .top-social {
  justify-content: center;
  flex-wrap: wrap;
}

.header-main {
  min-height: 76px;
}

.header-main .header-row {
  position: relative;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 76px;
  gap: 14px;
}

.header-main .brand {
  grid-column: 2;
  justify-self: center;
  min-width: 0;
}

.brand-name {
  font-size: 12px;
}

.brand-seal {
  width: 48px;
  height: 48px;
  font-size: 9px;
}

.mobile-toggle {
  display: inline-flex !important;
  grid-column: 1;
  justify-self: start;
}

.header-actions {
  grid-column: 3 !important;
  justify-self: end !important;
}

.header-actions .pill {
  display: none !important;
}

.header-main .main-nav, .main-nav {
  display: none !important;
  position: absolute;
  top: 100%;
  inset-inline: 0;
  width: 100%;
  background: #10192c;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 0 0 18px 18px;
  padding: 18px;
  z-index: 999;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.header-main .main-nav.show, .main-nav.show {
  display: flex !important;
}

.main-nav>ul, .header-main .main-nav>ul {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  white-space: normal;
}

.main-nav>ul>li, .main-nav a, .main-nav button, .header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button {
  width: 100%;
  min-width: 0;
  justify-content: space-between;
  padding: 12px 10px;
  white-space: normal;
}

.dropdown, .header-main .products-mega {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  transform: none !important;
  margin-top: 8px;
  box-shadow: none;
}

.has-dropdown.open .dropdown, .has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-main .mega-tabs {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 14px;
}

.header-main .mega-list {
  width: 100%;
  margin-inline: 0;
}

.split, .quality .container.split, .about .container.split.reverse, .plate .container.split {
  grid-template-columns: 1fr !important;
}

.cards.three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero {
  min-height: auto;
  padding-bottom: 150px;
}

.hero-content {
  padding-block: 70px 120px;
}

.side-arrows {
  left: 20px;
}
}

@media (max-width: 768px) {
.section {
  padding-block: clamp(48px, 10vw, 70px);
}

.section-head h2, .quality h2, .about h2, .plate h2, .products h2, .team h2, .quality h2.two-line-title {
  font-size: clamp(26px, 8vw, 38px) !important;
  line-height: 1.35;
}

.certs, .features, .stats {
  grid-template-columns: 1fr !important;
}

.cards.three, .logo-grid {
  grid-template-columns: 1fr;
}

.news-bar .container {
  gap: 12px;
  padding-inline: 14px !important;
}

.news-bar b, .news-bar-secondary b {
  min-width: auto;
  font-size: 13px;
  padding: 7px 10px;
}

.hero h1, .hero-title-like {
  font-size: clamp(32px, 10vw, 48px);
}

.search-box form {
  flex-direction: column;
}

.search-box form button {
  min-height: 48px;
}

.photo-frame img {
  aspect-ratio: 4 / 3;
  border-width: 8px;
}

.float-card {
  position: static;
  margin: -20px auto 0;
  width: min(92%, 360px);
  text-align: center;
}
}

@media (max-width: 480px) {
.container, .header-top .container, .header-main .container, .hero .container, .section .container, .footer .container {
  padding-inline: 14px !important;
}

.top-links a span {
  font-size: 12px;
}

.brand-name {
  display: none;
}

.brand-seal {
  width: 46px;
  height: 46px;
}

.mobile-toggle, .search, .header-main .search {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.quality h2.two-line-title {
  font-size: 26px !important;
}

.btn, .pill, .btn.gold {
  width: 100%;
  text-align: center;
}

.hero-actions {
  width: 100%;
}
}

@media (max-width: 992px) {
.header-main, .site-header .header-main {
  min-height: 72px !important;
  height: auto !important;
  padding-block: 0 !important;
  overflow: visible;
}

.header-main .container, .header-main .header-row {
  min-height: 72px !important;
  height: 72px !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  align-items: center !important;
  justify-items: stretch !important;
  gap: 10px !important;
  padding-block: 0 !important;
  position: relative !important;
}

.mobile-toggle {
  display: inline-flex !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  vertical-align: middle !important;
}

.mobile-toggle i {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 22px !important;
  background: transparent !important;
}

.header-main .brand {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

.header-main .header-actions {
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 0 !important;
}

.header-main .search {
  align-self: center !important;
  margin: 0 !important;
}

.header-main .main-nav, .main-nav {
  top: 72px !important;
}
}

@media (max-width: 480px) {
.header-main .container, .header-main .header-row {
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  min-height: 66px !important;
  height: 66px !important;
}

.mobile-toggle, .search, .header-main .search {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
}

.header-main .main-nav, .main-nav {
  top: 66px !important;
}
}

@media (min-width: 993px) {
.mobile-toggle {
  display: none !important;
}

.main-nav {
  display: flex !important;
}

.main-nav.show {
  display: flex !important;
}
}

@media (max-width: 992px) {
html, body {
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.header-top {
  display: none !important;
}

.header-main {
  min-height: 72px !important;
  height: auto !important;
}

.header-main .container, .header-main .header-row {
  width: 100% !important;
  max-width: 100% !important;
}

.header-main .header-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 72px !important;
  height: 72px !important;
  gap: 12px !important;
  padding-inline: 16px !important;
  position: relative;
}

.brand {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  max-width: calc(100% - 116px);
}

.brand-seal {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  font-size: 9px !important;
}

.brand-name {
  font-size: 11px !important;
  line-height: 1.3 !important;
  overflow: hidden;
}

.brand-name small {
  font-size: 8px !important;
}

.mobile-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  flex: 0 0 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  z-index: 10001;
}

.mobile-toggle i {
  display: block;
  line-height: 1;
  font-size: 20px;
}

.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
}

.header-actions .pill {
  display: none !important;
}

.header-main .search, .search {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
}

.main-nav {
  position: fixed !important;
  top: 72px !important;
  bottom: 0 !important;
  width: min(360px, 92vw) !important;
  max-width: 92vw !important;
  height: calc(100vh - 72px) !important;
  background: linear-gradient(180deg, #10192c 0%, #071127 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 10000 !important;
  display: block !important;
  padding: 14px 16px 24px !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: inset-inline-start .28s ease, inset-inline-end .28s ease, opacity .22s ease, visibility .22s ease;
}

html[dir="rtl"] .main-nav, .site-header[dir="rtl"] .main-nav {
  inset-inline-end: -100% !important;
  inset-inline-start: auto !important;
}

html[dir="ltr"] .main-nav, .site-header[dir="ltr"] .main-nav {
  inset-inline-start: -100% !important;
  inset-inline-end: auto !important;
}

html[dir="rtl"] .main-nav.show, .site-header[dir="rtl"] .main-nav.show {
  inset-inline-end: 0 !important;
}

html[dir="ltr"] .main-nav.show, .site-header[dir="ltr"] .main-nav.show {
  inset-inline-start: 0 !important;
}

.main-nav.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.main-nav>ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: 100% !important;
  white-space: normal !important;
}

.main-nav>ul>li {
  width: 100% !important;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  white-space: normal !important;
}

.main-nav>ul>li>a, .main-nav>ul>li>button {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 15px 2px !important;
  color: #eef4ff !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  text-align: inherit !important;
}

.dropdown, .header-main .products-mega {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: #0d1830 !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: none !important;
}

.has-dropdown.open>.dropdown, .products-dropdown.open>.products-mega {
  display: block !important;
}

.header-main .mega-tabs {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-main .mega-tabs .tab {
  width: 100% !important;
  min-height: auto !important;
  padding: 12px !important;
  justify-content: center !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}

.header-main .mega-list, .header-main .products-mega .mega-list {
  position: static !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 10px !important;
  display: none !important;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
}

.header-main .mega-list a, .dropdown a {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  white-space: normal !important;
  line-height: 1.55 !important;
}

.mobile-extra {
  display: block !important;
  border-bottom: 0 !important;
  margin-top: 18px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, .14) !important;
}

.mobile-quote-btn {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: linear-gradient(#ffb300, #f39200) !important;
  color: #070b16 !important;
  border-radius: 999px !important;
  padding: 13px 16px !important;
  margin: 0 0 12px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 26px rgba(245, 155, 0, .24);
}

.mobile-language {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

.mobile-language a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 11px 10px !important;
  text-align: center !important;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.mobile-language a.is-active, .mobile-language a:hover {
  background: rgba(245, 155, 0, .18) !important;
  border-color: rgba(245, 155, 0, .55) !important;
  color: var(--gold) !important;
}
}

@media (max-width: 480px) {
.header-main .header-row {
  padding-inline: 12px !important;
}

.brand-name {
  max-width: 155px;
}

.main-nav {
  width: 92vw !important;
}
}

@media (min-width: 993px) {
.mobile-extra {
  display: none !important;
}
}

@media (max-width: 992px) {
.site-header {
  overflow: visible !important;
}

.header-main {
  position: relative !important;
  min-height: 74px !important;
  overflow: visible !important;
  background: linear-gradient(115deg, #20283b 0%, #10192c 100%) !important;
}

.header-main .container, .header-main .header-row {
  overflow: visible !important;
}

.header-main .header-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 74px !important;
  gap: 10px !important;
  padding-inline: 16px !important;
}

.header-main .brand {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 104px) !important;
  order: 1 !important;
}

.brand-seal {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  font-size: 9px !important;
}

.brand-name {
  min-width: 0 !important;
  max-width: 185px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.3 !important;
}

.header-actions {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.header-actions .pill {
  display: none !important;
}

.mobile-toggle {
  order: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  flex: 0 0 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .09) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  color: #fff !important;
}

.mobile-toggle[aria-expanded="true"] {
  background: rgba(245, 155, 0, .18) !important;
  border-color: rgba(245, 155, 0, .55) !important;
  color: var(--gold) !important;
}

.main-nav {
  position: absolute !important;
  top: 100% !important;
  right: 12px !important;
  left: 12px !important;
  bottom: auto !important;
  inset-inline-start: 12px !important;
  inset-inline-end: 12px !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: calc(100vh - 92px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-8px) !important;
  padding: 10px !important;
  margin: 0 !important;
  background: linear-gradient(180deg, #121d33 0%, #0a1430 100%) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-top: 3px solid var(--gold) !important;
  border-radius: 0 0 20px 20px !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .35) !important;
  z-index: 10000 !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

.main-nav.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.main-nav>ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: normal !important;
}

.main-nav>ul>li {
  width: 100% !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .045) !important;
  overflow: hidden !important;
  white-space: normal !important;
}

.main-nav>ul>li>a, .main-nav>ul>li>button {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  color: #f4f7ff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  text-align: inherit !important;
  background: transparent !important;
}

.main-nav>ul>li>a.active, .main-nav>ul>li.open>button {
  color: var(--gold) !important;
  background: rgba(245, 155, 0, .10) !important;
}

.nav-arrow {
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
}

.dropdown, .header-main .products-mega {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 12px 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.has-dropdown.open>.dropdown, .products-dropdown.open>.products-mega {
  display: block !important;
}

.dropdown a {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  align-items: center !important;
  padding: 11px 14px !important;
  margin-top: 6px !important;
  border-radius: 12px !important;
  background: rgba(7, 17, 39, .58) !important;
  border: 1px solid rgba(255, 255, 255, .07) !important;
  color: #dce5f4 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  white-space: normal !important;
}

.dropdown a:hover {
  color: var(--gold) !important;
  background: rgba(245, 155, 0, .12) !important;
  border-color: rgba(245, 155, 0, .25) !important;
}

.header-main .mega-tabs {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 4px 0 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-main .mega-tabs .tab {
  width: 100% !important;
  min-width: 0 !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 12px !important;
  border-radius: 12px !important;
  background: rgba(7, 17, 39, .58) !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  color: #dce5f4 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-align: center !important;
  white-space: normal !important;
}

.header-main .mega-tabs .tab.active {
  color: #071127 !important;
  background: linear-gradient(#ffb300, #f39200) !important;
  border-color: transparent !important;
}

.header-main .mega-list, .header-main .products-mega .mega-list {
  position: static !important;
  display: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 8px !important;
  background: rgba(3, 11, 32, .55) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
}

.header-main .mega-list a {
  display: block !important;
  width: 100% !important;
  padding: 9px 12px !important;
  margin: 0 !important;
  color: #dce5f4 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
}

.header-main .mega-list a+a {
  border-top: 1px solid rgba(255, 255, 255, .06) !important;
}

.header-main .mega-list a::before {
  display: none !important;
}

.mobile-extra {
  display: grid !important;
  gap: 12px !important;
  padding: 12px !important;
  margin-top: 4px !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 16px !important;
}

.mobile-quote-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 13px 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(#ffb300, #f39200) !important;
  color: #071127 !important;
  font-weight: 1000 !important;
  text-align: center !important;
  box-shadow: 0 10px 22px rgba(245, 155, 0, .22) !important;
}

.mobile-language {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
}

.mobile-language a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 10px !important;
  border-radius: 12px !important;
  background: rgba(7, 17, 39, .58) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.mobile-language a.is-active, .mobile-language a:hover {
  color: var(--gold) !important;
  border-color: rgba(245, 155, 0, .45) !important;
  background: rgba(245, 155, 0, .12) !important;
}
}

@media (max-width:480px) {
.header-main .header-row {
  padding-inline: 12px !important;
}

.main-nav {
  right: 8px !important;
  left: 8px !important;
  inset-inline-start: 8px !important;
  inset-inline-end: 8px !important;
  max-height: calc(100vh - 86px) !important;
}

.brand-name {
  max-width: 150px !important;
  font-size: 12px !important;
}
}

@media (max-width: 992px) {
.sitemap-newsletter {
  grid-template-columns: 1fr;
}

.sitemap-footer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 640px) {
.sitemap-newsletter form {
  flex-direction: column;
}

.sitemap-newsletter button {
  min-height: 48px;
}

.sitemap-footer-grid {
  grid-template-columns: 1fr;
}

.sitemap-copy {
  display: grid;
  text-align: center;
  justify-content: center;
}

.float-whatsapp {
  left: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  font-size: 24px;
}
}

@keyframes catalogTicker {
from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

@keyframes catalogTickerLTR {
from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
.catalog-products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-hero .container {
  grid-template-columns: 1fr;
}

.catalog-download {
  justify-self: start;
}
}

@media (max-width: 992px) {
.catalog-hero {
  min-height: 220px;
}

.catalog-news-line .container {
  padding-inline: 0;
  width: 100%;
}

.catalog-news-label {
  padding-inline: 16px;
}

.catalog-products-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.catalog-product-image {
  height: 190px;
}
}

@media (max-width: 600px) {
.catalog-hero .container, .catalog-filter-bar .container, .catalog-products-section .container {
  padding-inline: 18px;
}

.catalog-hero {
  min-height: 210px;
}

.catalog-download {
  width: 100%;
  justify-content: center;
}

.catalog-products-grid {
  grid-template-columns: 1fr;
}

.catalog-product-image {
  height: 210px;
}

.catalog-product-image img {
  height: 160px;
}
}

@media (max-width: 768px) {
.hero-header, .hero-title-area {
  text-align: center;
  flex-direction: column;
}
}

@media (max-width: 576px) {
.about-hero-pdf {
  width: 100%;
  justify-content: center;
}
}

@media (max-width: 992px) {
body.mobile-menu-open {
  overflow: hidden !important;
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  overflow: visible !important;
  background: linear-gradient(135deg, #232b3f 0%, #10192c 100%) !important;
  border-top: 2px solid #1f83d3 !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28) !important;
}

.header-top {
  display: block !important;
  min-height: auto !important;
  padding-block: 8px !important;
}

.header-top .container.header-row, .header-top .header-row {
  width: 100% !important;
  max-width: 100% !important;
  padding-inline: 14px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
}

.header-top .top-links {
  flex: 1 1 100% !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.header-top .top-links a {
  min-height: 34px !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  font-size: 12px !important;
}

.header-top .top-links a i {
  color: var(--gold, #f59b00) !important;
  font-size: 13px !important;
}

.header-top .top-social {
  flex: 1 1 100% !important;
  justify-content: center !important;
  gap: 11px !important;
}

.header-main {
  min-height: 72px !important;
  padding-block: 0 !important;
  background: rgba(16, 25, 44, 0.62) !important;
}

.header-main .container.header-row, .header-main .header-row {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) 46px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 72px !important;
  height: 72px !important;
  padding-inline: 14px !important;
}

.mobile-toggle {
  grid-column: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 15px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.mobile-toggle[aria-expanded="true"] {
  background: rgba(245, 155, 0, 0.18) !important;
  border-color: rgba(245, 155, 0, 0.55) !important;
  color: var(--gold, #f59b00) !important;
}

.header-main .brand {
  grid-column: 2 !important;
  justify-self: center !important;
  justify-content: center !important;
  width: auto !important;
}

.brand-logo-wrap {
  width: 200px !important;
  height: 60px !important;
}

.header-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.header-actions .pill {
  display: none !important;
}

.mobile-toggle, .header-actions .search, .search, .header-main .search {
  border-radius: 15px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
}

.header-main .main-nav, .main-nav {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  inset-inline: 12px !important;
  width: auto !important;
  max-height: calc(100vh - 150px) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  display: none !important;
  padding: 14px !important;
  background: rgba(11, 20, 38, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 22px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(14px) !important;
  z-index: 100000 !important;
}

.header-main .main-nav.show, .header-main .main-nav.is-open, .main-nav.show, .main-nav.is-open {
  display: block !important;
}

.main-nav>ul, .header-main .main-nav>ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.main-nav>ul>li {
  width: 100% !important;
  white-space: normal !important;
}

.main-nav a, .main-nav button, .header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 14px !important;
  border-radius: 15px !important;
  color: #eef3fb !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-align: start !important;
}

.main-nav a.active, .main-nav a:hover, .main-nav button:hover, .has-dropdown.open>button {
  color: var(--gold, #f59b00) !important;
  background: rgba(245, 155, 0, 0.10) !important;
  border-color: rgba(245, 155, 0, 0.28) !important;
}

.dropdown, .mega, .header-main .products-mega {
  position: static !important;
  display: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 8px 0 0 !important;
  padding: 10px !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background: rgba(3, 11, 32, 0.42) !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.has-dropdown.open>.dropdown, .has-dropdown.open>.mega, .header-main .products-dropdown.open>.products-mega {
  display: block !important;
}

.header-main .mega-tabs {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-main .mega-tabs .tab, .dropdown a {
  display: flex !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 10px 12px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border-radius: 12px !important;
  color: #dbe5f5 !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  font-size: 13px !important;
  text-align: start !important;
}

.header-main .products-mega .mega-list, .header-main .products-mega:hover .mega-list, .header-main .products-mega:focus-within .mega-list {
  display: none !important;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
}

.mobile-extra {
  display: grid !important;
  gap: 12px !important;
  margin-top: 8px !important;
  padding: 12px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
}

.mobile-quote-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 13px 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ffb11a 0%, #ff8a00 100%) !important;
  color: #08101f !important;
  font-weight: 1000 !important;
  text-align: center !important;
  box-shadow: 0 14px 30px rgba(255, 138, 0, 0.30) !important;
}

.mobile-language {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.mobile-language a {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  border-radius: 13px !important;
  color: #fff !important;
  background: rgba(7, 17, 39, 0.62) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.mobile-language a.is-active, .mobile-language a:hover {
  color: #08101f !important;
  background: linear-gradient(135deg, #ffb11a, #ff8a00) !important;
  border-color: transparent !important;
}
}

@media (max-width: 425px) {
.header-top {
  padding-block: 10px !important;
}

.header-top .container.header-row, .header-top .header-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 12px !important;
  padding-inline: 12px !important;
}

.header-top .top-links {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 8px !important;
}

.header-top .top-links a {
  width: 100% !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  text-align: center !important;
}

.header-top .top-links a span {
  text-align: center !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.header-top .top-social {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 0 !important;
  overflow: visible !important;
}

.header-top .top-social a, .header-top .top-social a:nth-of-type(n) {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: var(--gold, #f59b00) !important;
}

.header-main .container.header-row, .header-main .header-row {
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  min-height: 68px !important;
  height: 68px !important;
  padding-inline: 10px !important;
}

.brand-logo-wrap {
  width: 200px !important;
  height: 60px !important;
}

.mobile-toggle, .header-actions .search, .search, .header-main .search {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
}

.header-main .main-nav, .main-nav {
  inset-inline: 8px !important;
  top: calc(100% + 8px) !important;
  max-height: calc(100vh - 178px) !important;
  border-radius: 18px !important;
}
}

@media (max-width: 360px) {
.header-top .top-social {
  gap: 10px !important;
}

.header-top .top-social a {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  font-size: 17px !important;
}

.brand-logo-wrap {
  width: 150px !important;
  height: 60px !important;
}
}

@media (max-width: 1440px) {
:root {
  --header-container: min(1240px, calc(100% - 44px));
}

.header-main .header-row {
  grid-template-columns: 132px minmax(0, 1fr) max-content !important;
  gap: 18px !important;
}

.brand-logo-img {
  height: 56px !important;
  max-width: 128px !important;
}

.header-main .main-nav>ul {
  gap: clamp(10px, 1.15vw, 18px) !important;
}

.header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button {
  font-size: 13px !important;
  gap: 6px !important;
}

.header-main .pill {
  padding-inline: 14px !important;
}

.header-top .top-links a {
  font-size: 12px !important;
}

.header-top .top-social a, .header-top .top-social a i {
  font-size: 12.5px !important;
}
}

@media (max-width: 1100px) {
:root {
  --header-container: min(100%, calc(100% - 32px));
}

.header-main .header-row {
  grid-template-columns: auto auto auto !important;
  justify-content: space-between !important;
}

.mobile-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.header-main .main-nav {
  position: fixed !important;
  top: var(--mobile-menu-top, 0);
  inset-inline: 0 !important;
  height: calc(100dvh - var(--mobile-menu-top, 0px)) !important;
  width: 100% !important;
  background: rgba(8, 16, 35, .98) !important;
  backdrop-filter: blur(14px);
  padding: 18px 16px 28px !important;
  display: none !important;
  overflow-y: auto !important;
  z-index: 998 !important;
}

.header-main .main-nav.show, .header-main .main-nav.is-open {
  display: block !important;
}

.header-main .main-nav>ul {
  width: min(520px, 100%) !important;
  margin-inline: auto !important;
  display: grid !important;
  gap: 10px !important;
  justify-content: stretch !important;
}

.header-main .main-nav>ul>li {
  width: 100% !important;
  white-space: normal !important;
}

.header-main .main-nav>ul>li>a, .header-main .main-nav>ul>li>button {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: space-between !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .055) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  font-size: 14px !important;
}

.header-main .dropdown, .header-main .products-mega {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: none !important;
  margin-top: 8px !important;
  padding: 10px !important;
  background: rgba(255, 255, 255, .045) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.header-main .has-dropdown.open>.dropdown, .header-main .products-dropdown.open>.products-mega {
  display: block !important;
}

.header-main .products-mega .mega-tabs {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-main .products-mega .mega-list.is-active {
  display: block !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
}

.header-actions .pill {
  display: none !important;
}
}

@media (max-width: 768px) {
:root {
  --header-container: min(100%, calc(100% - 24px));
}

.header-top {
  padding-block: 8px !important;
}

.header-top .header-row {
  flex-direction: column !important;
  gap: 8px !important;
}

.header-top .top-links {
  width: 100% !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  overflow: visible !important;
  gap: 8px !important;
}

.header-top .top-links a {
  flex: 0 1 auto !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .045) !important;
}

.header-top .top-social {
  width: 100% !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
}

.header-top .lang-menu {
  display: none !important;
}

.header-main {
  min-height: 68px !important;
}

.header-main .header-row {
  min-height: 68px !important;
}

.brand-logo-img {
  height: 48px !important;
  max-width: 112px !important;
}

.header-main .search {
  width: 36px !important;
  height: 36px !important;
}

.mobile-toggle {
  width: 40px !important;
  height: 40px !important;
}
}

@media (max-width: 425px) {
:root {
  --header-container: calc(100% - 20px);
}

.header-top .top-links {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 7px !important;
}

.header-top .top-links a {
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 8px 10px !important;
}

.header-top .top-social {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px !important;
}

.header-top .top-social a {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  font-size: 12px !important;
}

.header-top .top-social a i {
  font-size: 12px !important;
}

.header-top .top-separator {
  display: inline-block !important;
  height: 12px !important;
  margin-inline: 2px !important;
  background: rgba(245, 155, 0, .35) !important;
}

.brand-logo-img {
  height: 43px !important;
  max-width: 100px !important;
}
}

@media (max-width: 520px) {
.search-panel {
  padding-top: 60px !important;
}

.search-box {
  width: calc(100vw - 20px) !important;
  padding: 18px !important;
  max-height: calc(100dvh - 74px) !important;
}

.search-box form {
  grid-template-columns: 1fr !important;
}

.search-box form button {
  width: 100% !important;
}

.search-close {
  width: 34px !important;
  height: 34px !important;
  top: 12px !important;
  left: 12px !important;
}
}

@media (max-width: 992px) {
.header-main .header-row {
  position: relative !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.brand {
  position: absolute !important;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 20;
}

.mobile-toggle, .search {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.header-actions {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.pill {
  display: none !important;
}

.main-nav {
  display: none;
}
}

@media (max-width: 1200px) {
.header-main .header-row {
  display: grid !important;
  grid-template-columns: 60px 1fr 60px !important;
  align-items: center;
  position: relative;
  gap: 0 !important;
}

.brand {
  grid-column: 2 !important;
  justify-self: center !important;
  margin: 0 auto !important;
}

.mobile-toggle {
  display: flex !important;
  grid-column: 3;
  justify-self: end;
}

.header-actions {
  grid-column: 1;
  justify-self: start;
}

.main-nav, .pill {
  display: none !important;
}
}

/* =========================================================
   FINAL MOBILE FIXES - language links, centered logo, menu toggle
   Added safely at the end so latest styles win.
   ========================================================= */

/* 1) Language dropdown links on two lines */
.lang-dropdown,
.lang-menu .lang-dropdown {
  min-width: 120px;
}

.lang-dropdown a,
.lang-menu .lang-dropdown a {
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  text-align: right !important;
  line-height: 1.35 !important;
}

.lang-dropdown a + a,
.lang-menu .lang-dropdown a + a {
  margin-top: 4px;
}

/* 2 + 3) Small screens: centered logo + working mobile menu */
@media (max-width: 991px) {
  .header-main .header-row {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 78px !important;
    gap: 0 !important;
  }

  .header-main .brand,
  .brand {
    position: absolute !important;
    left: 55% !important;
    right: auto !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    z-index: 5;
  }

  .header-main .header-actions {
    position: absolute !important;
    left: 16px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 6;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 16px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 7;
  }

  .header-main .main-nav,
  .main-nav {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: #10192c !important;
    border-top: 1px solid rgba(255,255,255,.1) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.25) !important;
    padding: 12px 18px 18px !important;
    display: none !important;
    z-index: 9999 !important;
  }

  /* Works with common JS classes/attributes */
  .main-nav.open,
  .main-nav.active,
  .main-nav.is-open,
  .header-main .main-nav.open,
  .header-main .main-nav.active,
  .header-main .main-nav.is-open,
  .site-header.menu-open .main-nav,
  .site-header.nav-open .main-nav,
  body.menu-open .main-nav,
  body.nav-open .main-nav,
  .mobile-toggle[aria-expanded="true"] ~ .main-nav,
  .mobile-toggle.active ~ .main-nav,
  .mobile-toggle.open ~ .main-nav {
    display: block !important;
  }

  .main-nav > ul,
  .header-main .main-nav > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .main-nav > ul > li,
  .header-main .main-nav > ul > li {
    width: 100% !important;
  }

  .main-nav > ul > li > a,
  .main-nav > ul > li > button,
  .header-main .main-nav > ul > li > a,
  .header-main .main-nav > ul > li > button {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }

  .dropdown,
  .mega,
  .products-mega,
  .header-main .products-mega {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    margin-top: 8px !important;
  }
}

/* Extra small screens: keep logo compact and centered */
@media (max-width: 575px) {
  .brand-name {
    font-size: 11px !important;
  }

  .brand-name small {
    font-size: 8px !important;
  }

  .brand-seal {
    width: 46px !important;
    height: 46px !important;
    font-size: 9px !important;
  }

  .header-main .header-actions .pill {
    display: none !important;
  }
}

/* ==========================================================
   FINAL RESPONSIVE HEADER FIX
   This block intentionally overrides previous header/mobile rules.
   ========================================================== */

.site-header {
  isolation: isolate;
}

.header-top,
.header-main {
  overflow: visible !important;
}

.header-top .header-row,
.header-main .header-row {
  width: 100% !important;
}

.brand-logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .mobile-toggle {
    display: none !important;
  }

 html[dir="rtl"] .header-main .main-nav {
    display: flex !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: translateX(-7%) !important;

  }

  html[dir="ltr"] .header-main .main-nav {
    display: flex !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: translateX(4%) !important;
  }
}

@media (max-width: 1199px) {
  body.mobile-menu-open {
    overflow: hidden !important;
  }

  .header-top {
    min-height: auto !important;
    padding-block: 8px !important;
  }

  .header-top .header-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .top-links,
  .top-social {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px 14px !important;
    min-width: 0 !important;
  }

  .top-links a,
  .top-social a,
  .lang-btn {
    max-width: 100% !important;
  }

  .top-separator {
    display: none !important;
  }

  .header-main {
    min-height: 88px !important;
    position: relative !important;
  }

  .header-main .header-row {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) 52px !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 88px !important;
    gap: 8px !important;
    position: relative !important;
  }

  .header-main .brand {
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
    width: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: inline-flex !important;
    justify-content: center !important;
  }

  .brand-logo-wrap,
  .brand-logo-only {
    max-width: 100% !important;
  }

  .brand-logo-img {
    width: auto !important;
    max-width: min(260px, 56vw) !important;
    max-height: 64px !important;
    object-fit: contain !important;
  }

  .mobile-toggle {
    grid-column: 1 !important;
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    z-index: 10001 !important;
  }

  .header-main .header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    min-width: 0 !important;
    z-index: 10001 !important;
  }

  .header-main .header-actions .pill {
    display: none !important;
  }

  .header-main .search,
  .search {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  .header-main .main-nav,
  .main-nav {
    display: none !important;
    position: fixed !important;
    top: var(--mobile-menu-top, 150px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100dvh - var(--mobile-menu-top, 150px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: linear-gradient(180deg, #10192c 0%, #071127 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, .10) !important;
    border-radius: 0 !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .34) !important;
    padding: 12px 16px 18px !important;
    z-index: 9999 !important;
    margin: 0 !important;
  }

  .header-main .main-nav.show,
  .header-main .main-nav.is-open,
  .main-nav.show,
  .main-nav.is-open {
    display: block !important;
  }

  .header-main .main-nav > ul,
  .main-nav > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  .header-main .main-nav > ul > li,
  .main-nav > ul > li {
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    white-space: normal !important;
  }

  .header-main .main-nav > ul > li > a,
  .header-main .main-nav > ul > li > button,
  .main-nav > ul > li > a,
  .main-nav > ul > li > button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .055) !important;
    border: 1px solid rgba(255, 255, 255, .085) !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    text-align: start !important;
    white-space: normal !important;
  }

  .header-main .main-nav a.active::after,
  .main-nav a.active::after {
    content: none !important;
  }

  .header-main .has-dropdown:hover > .dropdown,
  .header-main .has-dropdown:hover > .products-mega,
  .has-dropdown:hover > .dropdown,
  .has-dropdown:hover > .products-mega {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .header-main .has-dropdown.open > .dropdown,
  .header-main .products-dropdown.open > .products-mega,
  .has-dropdown.open > .dropdown,
  .products-dropdown.open > .products-mega {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .header-main .dropdown,
  .header-main .products-mega,
  .dropdown,
  .products-mega,
  .mega {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transform: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    margin: 6px 0 0 !important;
    padding: 8px !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, .18) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: none !important;
  }

  .header-main .dropdown a,
  .dropdown a {
    padding: 10px 12px !important;
    border-radius: 10px !important;
    white-space: normal !important;
  }

  .header-main .mega-tabs,
  .mega-tabs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .header-main .mega-tabs .tab,
  .mega-tabs .tab {
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
  }

  .header-main .products-mega .mega-list,
  .header-main .products-mega:hover .mega-list,
  .header-main .products-mega:focus-within .mega-list,
  .products-mega .mega-list {
    display: none !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 8px !important;
  }

  .header-main .products-mega .mega-list.is-active,
  .products-mega .mega-list.is-active {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .header-top .container,
  .header-main .container {
    padding-inline: 12px !important;
  }

  .top-links a span {
    font-size: 12px !important;
  }

  .top-links a,
  .lang-btn {
    min-height: 30px !important;
  }

  .top-social a {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .header-main,
  .header-main .header-row {
    min-height: 80px !important;
  }

  .brand-logo-img {
    max-width: min(220px, 54vw) !important;
    max-height: 58px !important;
  }

  .mobile-toggle,
  .header-main .search,
  .search {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }
}

@media (max-width: 420px) {
  .header-main .header-row {
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    gap: 6px !important;
  }

  .brand-logo-img {
    max-width: min(190px, 52vw) !important;
  }

  .top-links {
    gap: 8px !important;
  }

  .top-links a {
    padding-inline: 8px !important;
  }
}

/* =========================================================
   CLEAN MOBILE MAIN NAV
   - Full height: starts from top of screen
   - Reversed direction:
     Arabic / RTL  => opens from LEFT
     English / LTR => opens from RIGHT
   - One final block to override old mobile conflicts
   ========================================================= */
@media (max-width: 992px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 100002 !important;
  }

  /*
    Main mobile drawer.
    Important: top is 0 and height is 100dvh so it starts from the very top.
  */
  .site-header .header-main .main-nav,
  .site-header .main-nav,
  .header-main .main-nav,
  .main-nav {
    display: block !important;
    position: fixed !important;

    top: 0 !important;
    bottom: 0 !important;

    width: min(340px, 86vw) !important;
    max-width: min(340px, 86vw) !important;
    min-width: 0 !important;

    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;

    margin: 0 !important;
    padding: 26px 18px 30px !important;

    background: linear-gradient(180deg, #10192c 0%, #071127 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;

    z-index: 100001 !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transition:
      transform .35s ease,
      opacity .25s ease,
      visibility .25s ease !important;

    will-change: transform !important;
  }

  /*
    Arabic / RTL
    Reversed direction: menu is on LEFT and enters from LEFT.
  */
  html[dir="rtl"] .site-header .header-main .main-nav,
  html[dir="rtl"] .site-header .main-nav,
  .site-header[dir="rtl"] .header-main .main-nav,
  .site-header[dir="rtl"] .main-nav,
  .site-header.lang-ar .header-main .main-nav,
  .site-header.lang-ar .main-nav {
    left: 0 !important;
    right: auto !important;
    inset-inline-start: 0 !important;
    inset-inline-end: auto !important;
    transform: translate3d(-110%, 0, 0) !important;
    box-shadow: 24px 0 60px rgba(0, 0, 0, .45) !important;
    direction: rtl !important;
    text-align: right !important;
  }

  html[dir="rtl"] .site-header .header-main .main-nav.show,
  html[dir="rtl"] .site-header .header-main .main-nav.is-open,
  html[dir="rtl"] .site-header .main-nav.show,
  html[dir="rtl"] .site-header .main-nav.is-open,
  .site-header[dir="rtl"] .header-main .main-nav.show,
  .site-header[dir="rtl"] .header-main .main-nav.is-open,
  .site-header[dir="rtl"] .main-nav.show,
  .site-header[dir="rtl"] .main-nav.is-open,
  .site-header.lang-ar .header-main .main-nav.show,
  .site-header.lang-ar .header-main .main-nav.is-open,
  .site-header.lang-ar .main-nav.show,
  .site-header.lang-ar .main-nav.is-open {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /*
    English / LTR
    Reversed direction: menu is on RIGHT and enters from RIGHT.
  */
  html[dir="ltr"] .site-header .header-main .main-nav,
  html[dir="ltr"] .site-header .main-nav,
  .site-header[dir="ltr"] .header-main .main-nav,
  .site-header[dir="ltr"] .main-nav,
  .site-header.lang-en .header-main .main-nav,
  .site-header.lang-en .main-nav {
    right: 0 !important;
    left: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: 0 !important;
    transform: translate3d(110%, 0, 0) !important;
    box-shadow: -24px 0 60px rgba(0, 0, 0, .45) !important;
    direction: ltr !important;
    text-align: left !important;
  }

  html[dir="ltr"] .site-header .header-main .main-nav.show,
  html[dir="ltr"] .site-header .header-main .main-nav.is-open,
  html[dir="ltr"] .site-header .main-nav.show,
  html[dir="ltr"] .site-header .main-nav.is-open,
  .site-header[dir="ltr"] .header-main .main-nav.show,
  .site-header[dir="ltr"] .header-main .main-nav.is-open,
  .site-header[dir="ltr"] .main-nav.show,
  .site-header[dir="ltr"] .main-nav.is-open,
  .site-header.lang-en .header-main .main-nav.show,
  .site-header.lang-en .header-main .main-nav.is-open,
  .site-header.lang-en .main-nav.show,
  .site-header.lang-en .main-nav.is-open {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .site-header .main-nav > ul,
  .site-header .header-main .main-nav > ul,
  .main-nav > ul,
  .header-main .main-nav > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 6px !important;
    list-style: none !important;
    white-space: normal !important;
  }

  .site-header .main-nav > ul > li,
  .site-header .header-main .main-nav > ul > li,
  .main-nav > ul > li,
  .header-main .main-nav > ul > li {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    white-space: normal !important;
  }

  .site-header .main-nav a,
  .site-header .main-nav button,
  .site-header .header-main .main-nav > ul > li > a,
  .site-header .header-main .main-nav > ul > li > button,
  .main-nav a,
  .main-nav button {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 14px 4px !important;
    text-align: inherit !important;
    white-space: normal !important;
    line-height: 1.5 !important;
  }

  .site-header .main-nav a.active::after,
  .site-header .header-main .main-nav a.active::after,
  .main-nav a.active::after {
    content: none !important;
  }

  /*
    Dropdowns inside mobile drawer.
    They become normal vertical blocks instead of absolute desktop menus.
  */
  .site-header .main-nav .dropdown,
  .site-header .header-main .main-nav .dropdown,
  .main-nav .dropdown,
  .header-main .main-nav .dropdown,
  .site-header .main-nav .products-mega,
  .site-header .header-main .main-nav .products-mega,
  .header-main .products-mega {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    inset: auto !important;
    transform: none !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    margin: 6px 0 10px !important;
    padding: 10px !important;

    border-radius: 14px !important;
    box-shadow: none !important;
    background: rgba(7, 17, 39, .72) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
  }

  .site-header .main-nav .has-dropdown:not(.open) > .dropdown,
  .site-header .header-main .main-nav .has-dropdown:not(.open) > .dropdown {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .site-header .main-nav .has-dropdown.open > .dropdown,
  .site-header .header-main .main-nav .has-dropdown.open > .dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .site-header .main-nav .mega-tabs,
  .site-header .header-main .main-nav .mega-tabs,
  .header-main .mega-tabs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 10px !important;
    box-shadow: none !important;
  }

  .site-header .main-nav .mega-tabs .tab,
  .site-header .header-main .main-nav .mega-tabs .tab,
  .header-main .mega-tabs .tab {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .site-header .main-nav .mega-list,
  .site-header .header-main .main-nav .mega-list,
  .header-main .mega-list {
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 10px !important;
  }

  .site-header .main-nav .mega-list a,
  .site-header .header-main .main-nav .mega-list a,
  .header-main .mega-list a {
    display: block !important;
    width: 100% !important;
    padding: 9px 18px !important;
  }

  body.mobile-menu-open::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, .58) !important;
  z-index: 99998 !important;
}

/* القائمة فوق الأوفرلاي */
.site-header .main-nav,
.site-header .header-main .main-nav {
  z-index: 100000 !important;
}

/* زر التوغل يبقى فوق القائمة/الأوفرلاي حتى يمكن الإغلاق */
.mobile-toggle {
  z-index: 100001 !important;
}

}
body.mobile-menu-open .mobile-toggle {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 992px) {

  /* توسيط اللوغو في الشاشات الصغيرة خصوصاً EN */
  .header-main .header-row {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html[dir="rtl"] .header-main .brand,
    .site-header.lang-ar .header-main .brand{
        position:absolute !important;
        left:60% !important;
        right:auto !important;
        margin:0 !important;
    }

    /* الإنجليزية */
    html[dir="ltr"] .header-main .brand,
    .site-header.lang-en .header-main .brand{
        position:absolute !important;
        left:40% !important;
        right:auto !important;
        margin:0 !important;
    }

    

  .mobile-toggle {
    position: relative !important;
    z-index: 100002 !important;
  }

  /* في الإنجليزي اجعل القائمة تظهر من اليسار وليس اليمين */
  html[dir="ltr"] .site-header .main-nav,
  .site-header[dir="ltr"] .main-nav,
  .site-header.lang-en .main-nav {
    left: 0 !important;
    right: auto !important;
    transform: translate3d(-110%, 0, 0) !important;
  }

  html[dir="ltr"] .site-header .main-nav.show,
  html[dir="ltr"] .site-header .main-nav.is-open,
  .site-header[dir="ltr"] .main-nav.show,
  .site-header[dir="ltr"] .main-nav.is-open,
  .site-header.lang-en .main-nav.show,
  .site-header.lang-en .main-nav.is-open {
    transform: translate3d(0, 0, 0) !important;
  }
}
