/**
 * Shkian site chrome — header, mobile drawer, footer
 * White header + dark footer + teal accents (سامانه هوشمند کیان / Shkian)
 * v1.4.6 — mobile trust badges one row (specificity fix)
 */

:root {
  --skc-bg: #ffffff;
  --skc-surface: #ffffff;
  --skc-text: #12312e;
  --skc-muted: #5f7471;
  --skc-line: #d7e6e2;
  --skc-accent: #0d9488;
  --skc-accent-dark: #0f766e;
  --skc-accent-soft: #e6f7f4;
  --skc-glass: rgba(255, 255, 255, 0.92);
  --skc-glass-strong: #ffffff;
  --skc-footer-bg: #0b1f1d;
  --skc-footer-bg-2: #102826;
  --skc-on-dark: rgba(255, 255, 255, 0.94);
  --skc-on-dark-muted: rgba(255, 255, 255, 0.68);
  --skc-on-dark-line: rgba(255, 255, 255, 0.12);
  --skc-shadow-soft: 0 1px 0 rgba(215, 230, 226, 0.95), 0 8px 24px rgba(15, 55, 50, 0.05);
  --skc-radius: 12px;
  --skc-radius-sm: 10px;
  --skc-header-h: 68px;
  --skc-drawer-w: min(300px, 86vw);
  --skc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --skc-max: 1304px;
  --skc-btn-h: 40px;
  --skc-btn-h-sm: 36px;
}

/* -------------------------------------------------------------------------
   Sticky white header
   ------------------------------------------------------------------------- */

body.skc-chrome #ahura-header-main-wrap {
  position: sticky;
  top: 0;
  z-index: 10050;
  width: 100%;
}

body.skc-chrome #ahura-header-main-wrap > .topbar.in_custom_header,
body.skc-chrome #ahura-header-main-wrap .elementor-346 {
  background: transparent !important;
}

body.skc-chrome .elementor-346 .elementor-element-e25a340,
body.skc-chrome .elementor-346 .elementor-element-cc21da0 {
  background: var(--skc-glass) !important;
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--skc-line) !important;
  box-shadow: var(--skc-shadow-soft) !important;
  transition: background 0.25s var(--skc-ease), box-shadow 0.25s var(--skc-ease);
  padding: 0 !important;
  border-radius: 0 !important;
  border-width: 0 0 1px 0 !important;
}

body.skc-chrome.skc-scrolled .elementor-346 .elementor-element-e25a340,
body.skc-chrome.skc-scrolled .elementor-346 .elementor-element-cc21da0 {
  background: var(--skc-glass-strong) !important;
  box-shadow: 0 1px 0 rgba(215, 230, 226, 0.98), 0 10px 28px rgba(15, 55, 50, 0.07) !important;
}

body.skc-chrome .elementor-346 .elementor-element-e25a340 > .elementor-container,
body.skc-chrome .elementor-346 .elementor-element-cc21da0 > .elementor-container {
  max-width: var(--skc-max);
  margin-inline: auto;
  min-height: var(--skc-header-h) !important;
  height: auto !important;
  padding-inline: 20px !important;
  padding-block: 0 !important;
  align-items: center !important;
  gap: 12px;
}

/* Logo */
body.skc-chrome .elementor-346 .elementor-element-e64850e,
body.skc-chrome .elementor-346 .elementor-element-41ddc7d,
body.skc-chrome .elementor-346 .elementor-element-ddb6ef5,
body.skc-chrome .elementor-346 .elementor-element-e64850e .elementor-widget-container,
body.skc-chrome .elementor-346 .elementor-element-41ddc7d .elementor-widget-container,
body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-widget-container {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

body.skc-chrome .elementor-346 .elementor-element-e64850e img,
body.skc-chrome .elementor-346 .elementor-element-41ddc7d img,
body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 img {
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* -------------------------------------------------------------------------
   Desktop header layout
   ------------------------------------------------------------------------- */

@media (min-width: 1025px) {
  body.skc-chrome {
    --skc-header-h: 72px;
    --skc-btn-h: 42px;
  }

  body.skc-chrome .elementor-346 .elementor-element-e25a340 > .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-e25a340 > .elementor-container > .elementor-column {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    width: auto !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-0c3707e {
    flex: 0 0 auto !important;
    max-width: 180px !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-03ae8b7 {
    flex: 1 1 auto !important;
    max-width: none !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-03ae8b7 > .elementor-element-populated {
    padding: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  body.skc-chrome .elementor-346 .elementor-element-fccc032,
  body.skc-chrome .elementor-346 .elementor-element-730c64c {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-e25a340 .elementor-widget-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    flex-wrap: nowrap;
  }

  body.skc-chrome .elementor-346 .elementor-element-e25a340 .elementor-widget-button {
    width: auto !important;
    margin: 0 !important;
  }

  /* Never show hamburger on desktop */
  body.skc-chrome .mega-menu2-element .mm2-side-wrapper,
  body.skc-chrome .mega-menu2-element .mm2-side-button,
  body.skc-chrome .mega-menu2-element .mm2-side-container,
  body.skc-chrome .mega-menu2-element .mm2-wrapper,
  body.skc-chrome .mega-menu2-element .mm2-button,
  body.skc-chrome .elementor-346 .elementor-menu-toggle,
  body.skc-chrome .elementor-346 .elementor-nav-menu--dropdown,
  body.skc-chrome #ahura-header-main-wrap .elementor-menu-toggle,
  body.skc-chrome #ahura-header-main-wrap .mm2-side-wrapper,
  body.skc-chrome #ahura-header-main-wrap .mm2-side-button,
  body.skc-chrome .elementor-346 .elementor-widget-ahura_elementor_mega_menu2 {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
  }
}

/* Desktop nav */
body.skc-chrome .elementor-346 .elementor-nav-menu--main .elementor-nav-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

body.skc-chrome .elementor-346 .elementor-nav-menu--main .elementor-item {
  color: var(--skc-text) !important;
  fill: var(--skc-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 12px !important;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
  line-height: 1.3 !important;
  white-space: nowrap;
}

body.skc-chrome .elementor-346 .elementor-nav-menu--main .elementor-item:hover,
body.skc-chrome .elementor-346 .elementor-nav-menu--main .elementor-item:focus,
body.skc-chrome .elementor-346 .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--skc-accent-dark) !important;
  fill: var(--skc-accent-dark) !important;
  background: var(--skc-accent-soft) !important;
}

/* -------------------------------------------------------------------------
   Buttons — clean, even, polished (PC + shared base)
   ------------------------------------------------------------------------- */

body.skc-chrome .elementor-346 .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  background-image: none !important;
  background-color: var(--skc-accent) !important;
  color: #fff !important;
  fill: #fff !important;
  border: 1.5px solid var(--skc-accent) !important;
  border-radius: 999px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em;
  padding: 0 20px !important;
  min-height: var(--skc-btn-h) !important;
  height: var(--skc-btn-h) !important;
  min-width: 118px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  white-space: nowrap;
  text-align: center !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease,
    transform 0.18s ease, box-shadow 0.18s ease !important;
}

body.skc-chrome .elementor-346 .elementor-button .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  width: 100%;
}

body.skc-chrome .elementor-346 .elementor-button .elementor-button-text {
  width: 100%;
  text-align: center;
}

body.skc-chrome .elementor-346 .elementor-button:hover,
body.skc-chrome .elementor-346 .elementor-button:focus {
  background-color: var(--skc-accent-dark) !important;
  border-color: var(--skc-accent-dark) !important;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.22) !important;
  transform: translateY(-1px);
}

/* Outline secondary — same size as primary */
body.skc-chrome .elementor-346 .elementor-element-1397050 .elementor-button,
body.skc-chrome .elementor-346 .elementor-element-1d3682b .elementor-button,
body.skc-chrome .elementor-346 .elementor-element-7c94fe5 .elementor-button {
  background-color: #fff !important;
  color: var(--skc-accent-dark) !important;
  fill: var(--skc-accent-dark) !important;
  border-color: rgba(13, 148, 136, 0.35) !important;
  box-shadow: none !important;
}

body.skc-chrome .elementor-346 .elementor-element-1397050 .elementor-button:hover,
body.skc-chrome .elementor-346 .elementor-element-1397050 .elementor-button:focus,
body.skc-chrome .elementor-346 .elementor-element-1d3682b .elementor-button:hover,
body.skc-chrome .elementor-346 .elementor-element-1d3682b .elementor-button:focus,
body.skc-chrome .elementor-346 .elementor-element-7c94fe5 .elementor-button:hover,
body.skc-chrome .elementor-346 .elementor-element-7c94fe5 .elementor-button:focus {
  background-color: var(--skc-accent-soft) !important;
  border-color: var(--skc-accent) !important;
  color: var(--skc-accent-dark) !important;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.12) !important;
}

  /* Desktop CTA pair: identical footprint + tight gap (columns are separate) */
@media (min-width: 1025px) {
  body.skc-chrome .elementor-346 .elementor-element-e25a340 > .elementor-container {
    justify-content: flex-start !important;
    gap: 0 !important;
    column-gap: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-e25a340 > .elementor-container > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-0c3707e {
    margin-inline-start: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-03ae8b7 {
    flex: 1 1 auto !important;
    margin-inline: 12px !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-fccc032,
  body.skc-chrome .elementor-346 .elementor-element-730c64c {
    flex: 0 0 auto !important;
    width: 124px !important;
    max-width: 124px !important;
    min-width: 124px !important;
    align-self: center !important;
    --e-column-margin-right: 0px !important;
    --e-column-margin-left: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-fccc032 > .elementor-widget-wrap,
  body.skc-chrome .elementor-346 .elementor-element-730c64c > .elementor-widget-wrap,
  body.skc-chrome .elementor-346 .elementor-element-fccc032 > .elementor-element-populated,
  body.skc-chrome .elementor-346 .elementor-element-730c64c > .elementor-element-populated {
    padding: 0 !important;
    margin: 0 !important;
    width: 124px !important;
  }

  /* Primary (بیمار) then outline (مرکز) with 12px between in RTL packing */
  body.skc-chrome .elementor-346 .elementor-element-fccc032 {
    margin-inline-end: 12px !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-730c64c {
    margin-inline-end: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-31f8cff,
  body.skc-chrome .elementor-346 .elementor-element-1397050,
  body.skc-chrome .elementor-346 .elementor-element-1d3682b {
    width: auto !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-31f8cff .elementor-button,
  body.skc-chrome .elementor-346 .elementor-element-1397050 .elementor-button,
  body.skc-chrome .elementor-346 .elementor-element-1d3682b .elementor-button {
    min-width: 124px !important;
    width: 124px !important;
    height: 44px !important;
    min-height: 44px !important;
    font-size: 13.5px !important;
    padding: 0 16px !important;
    border-width: 1.5px !important;
    box-sizing: border-box !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-e25a340 .elementor-widget-wrap {
    gap: 0 !important;
  }
}

/* -------------------------------------------------------------------------
   Mobile / tablet header — perfect sizing
   ------------------------------------------------------------------------- */

@media (max-width: 1024px) {
  body.skc-chrome {
    --skc-header-h: 56px;
    --skc-btn-h: var(--skc-btn-h-sm);
  }

  body.skc-chrome .elementor-346 .elementor-element-cc21da0 > .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    direction: rtl !important;
    gap: 8px !important;
    padding: 0 8px !important;
    min-height: var(--skc-header-h) !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-cc21da0 > .elementor-container > .elementor-column {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-cc21da0 .elementor-widget-wrap,
  body.skc-chrome .elementor-346 .elementor-element-cc21da0 .elementor-element-populated {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
    gap: 0;
  }

  /* Hamburger stays on physical RIGHT in RTL header (first column) */
  body.skc-chrome .elementor-346 .elementor-element-cdd304a {
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    margin: 0 !important;
    order: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-cdd304a .elementor-widget-wrap,
  body.skc-chrome .elementor-346 .elementor-element-cdd304a .elementor-element-populated {
    width: 100% !important;
    justify-content: center !important;
  }

  /* Logo column on physical LEFT — LTR pack inside so img hugs left edge */
  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    order: 0 !important;
    direction: ltr !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-widget-wrap,
  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-element-populated,
  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-widget-container {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding: 0 !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-widget-image,
  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-widget-image a {
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 img {
    max-height: 32px !important;
    max-width: min(150px, 48vw) !important;
    margin: 0 !important;
    display: block !important;
  }

  /* ALL header buttons → drawer only (mobile + tablet) */
  body.skc-chrome .elementor-346 .elementor-element-cc21da0 > .elementor-container > .elementor-element-1c908ef,
  body.skc-chrome .elementor-346 .elementor-element-cc21da0 > .elementor-container > .elementor-element-7c94fe5,
  body.skc-chrome .elementor-346 .elementor-element-1c908ef,
  body.skc-chrome .elementor-346 .elementor-element-7c94fe5,
  body.skc-chrome .elementor-346 .elementor-element-6cdfb2d,
  body.skc-chrome .elementor-346 .elementor-element-1d3682b,
  body.skc-chrome .elementor-346 .elementor-element-1397050,
  body.skc-chrome .elementor-346 .elementor-element-cc21da0 .elementor-widget-button {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
  }

  body.skc-chrome .mega-menu2-element .mm2-side-wrapper {
    display: block !important;
  }

  body.skc-chrome .mega-menu2-element .mm2-wrapper {
    display: none !important;
  }

  body.skc-chrome .mega-menu2-element .mm2-side-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 11px !important;
    border: 1px solid var(--skc-line) !important;
    background: #fff !important;
    color: var(--skc-text) !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.skc-chrome .mega-menu2-element .mm2-side-button:hover,
  body.skc-chrome .mega-menu2-element .mm2-side-button:focus-visible,
  body.skc-chrome .mega-menu2-element .mm2-side-button.skc-is-open {
    background: var(--skc-accent-soft) !important;
    border-color: var(--skc-accent) !important;
    color: var(--skc-accent-dark) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.16) !important;
  }

  body.skc-chrome .mega-menu2-element .mm2-side-button svg,
  body.skc-chrome .mega-menu2-element .mm2-side-button i {
    width: 18px;
    height: 18px;
    font-size: 16px;
  }

  /* Hide Ahura button text inside hamburger if present */
  body.skc-chrome .mega-menu2-element .mm2-side-button .mm2-side-button-text,
  body.skc-chrome .mega-menu2-element .mm2-side-button span:not(.ah-icon):not([class*="icon"]) {
    display: none !important;
  }
}

/* Phones */
@media (max-width: 767px) {
  body.skc-chrome {
    --skc-header-h: 54px;
  }

  body.skc-chrome .elementor-346 .elementor-element-cc21da0 > .elementor-container {
    padding-inline: 8px !important;
    gap: 8px !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 {
    justify-content: flex-start !important;
    direction: ltr !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-widget-wrap,
  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-element-populated,
  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 .elementor-widget-container {
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body.skc-chrome .elementor-346 .elementor-element-ddb6ef5 img {
    max-height: 30px !important;
    max-width: min(140px, 52vw) !important;
  }

  body.skc-chrome .mega-menu2-element .mm2-side-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 10px !important;
  }
}

/* -------------------------------------------------------------------------
   Mobile drawer
   ------------------------------------------------------------------------- */

body.skc-chrome .mega-menu2-element .mm2-side-container {
  z-index: 100000 !important;
  transition: opacity 0.28s var(--skc-ease) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.skc-chrome .mega-menu2-element .mm2-side-container.mm2-side-show {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.skc-chrome .mega-menu2-element .mm2-side-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(18, 49, 46, 0.42) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.28s var(--skc-ease);
}

body.skc-chrome .mega-menu2-element .mm2-side-container.mm2-side-show .mm2-side-overlay {
  opacity: 1;
}

body.skc-chrome .mega-menu2-element .mm2-side-content {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  width: var(--skc-drawer-w) !important;
  background: #fff !important;
  box-shadow: -10px 0 36px rgba(15, 55, 50, 0.12) !important;
  border-inline-start: 1px solid var(--skc-line);
  display: flex !important;
  flex-direction: column;
  right: calc(-1 * var(--skc-drawer-w) - 12px) !important;
  left: auto !important;
  transition: right 0.32s var(--skc-ease) !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.skc-chrome .mega-menu2-element .mm2-side-container.mm2-side-show .mm2-side-content {
  right: 0 !important;
}

body.skc-chrome .mega-menu2-element .mm2-side-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex !important;
  align-items: center;
  padding: 14px 14px 12px !important;
  background: #fff;
  border-bottom: 1px solid var(--skc-line) !important;
  gap: 10px;
}

body.skc-chrome .mega-menu2-element .mm2-side-head img {
  max-width: 110px !important;
  max-height: 34px;
  object-fit: contain;
}

body.skc-chrome .skc-drawer-close {
  margin-inline-start: auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--skc-line);
  background: #fff;
  color: var(--skc-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

body.skc-chrome .skc-drawer-close:hover,
body.skc-chrome .skc-drawer-close:focus-visible {
  background: var(--skc-accent-soft);
  border-color: var(--skc-accent);
  color: var(--skc-accent-dark);
  outline: none;
}

body.skc-chrome .skc-drawer-close svg {
  width: 16px;
  height: 16px;
  display: block;
}

body.skc-chrome .mega-menu2-element .mm2-side-content .menu-topmenu-container,
body.skc-chrome .mega-menu2-element .mm2-side-content .menu {
  margin: 0;
  padding: 10px 10px 16px;
  list-style: none;
}

body.skc-chrome .mega-menu2-element .mm2-side-content ul li a {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  min-height: 46px;
  padding: 12px 14px !important;
  margin: 2px 0;
  border-radius: var(--skc-radius-sm);
  color: var(--skc-text) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

body.skc-chrome .mega-menu2-element .mm2-side-content ul li a:hover,
body.skc-chrome .mega-menu2-element .mm2-side-content ul li a:focus-visible {
  background: var(--skc-accent-soft) !important;
  color: var(--skc-accent-dark) !important;
  outline: none;
}

body.skc-chrome .skc-drawer-cta {
  margin-top: auto;
  padding: 12px 14px calc(16px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--skc-line);
  display: grid;
  gap: 8px;
  background: #f8fbfa;
}

body.skc-chrome .skc-drawer-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body.skc-chrome .skc-drawer-cta a.skc-cta-primary {
  background: var(--skc-accent);
  color: #fff;
  border: 1.5px solid var(--skc-accent);
}

body.skc-chrome .skc-drawer-cta a.skc-cta-primary:hover,
body.skc-chrome .skc-drawer-cta a.skc-cta-primary:focus-visible {
  background: var(--skc-accent-dark);
  outline: none;
}

body.skc-chrome .skc-drawer-cta a.skc-cta-secondary {
  background: #fff;
  color: var(--skc-accent-dark);
  border: 1.5px solid var(--skc-line);
}

body.skc-chrome .skc-drawer-cta a.skc-cta-secondary:hover,
body.skc-chrome .skc-drawer-cta a.skc-cta-secondary:focus-visible {
  border-color: var(--skc-accent);
  background: var(--skc-accent-soft);
  outline: none;
}

body.skc-chrome.skc-drawer-open {
  overflow: hidden;
}

/* -------------------------------------------------------------------------
   Footer — dark
   ------------------------------------------------------------------------- */

body.skc-chrome .website-footer.footer-template-custom,
body.skc-chrome .website-footer .elementor-345 {
  background: var(--skc-footer-bg) !important;
  color: var(--skc-on-dark);
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Desktop footer shell — full width dark */
@media (min-width: 1025px) {
  body.skc-chrome .website-footer .elementor-hidden-desktop {
    display: none !important;
  }

  body.skc-chrome .website-footer .elementor-345 .e-con.e-parent,
  body.skc-chrome .website-footer .elementor-element-86344e1 {
    background: linear-gradient(180deg, var(--skc-footer-bg-2) 0%, var(--skc-footer-bg) 55%, #081816 100%) !important;
    border-top: 1px solid var(--skc-on-dark-line) !important;
    padding-block: 48px 28px !important;
    padding-inline: clamp(20px, 4vw, 48px) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Never show desktop-only footer block on phone/tablet */
@media (max-width: 1024px) {
  body.skc-chrome .website-footer .elementor-hidden-mobile,
  body.skc-chrome .website-footer .elementor-hidden-tablet,
  body.skc-chrome .website-footer .elementor-element-86344e1 {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

body.skc-chrome .website-footer .e-con,
body.skc-chrome .website-footer .elementor-element.e-con {
  background: transparent !important;
}

body.skc-chrome .website-footer .elementor-heading-title {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  position: relative;
  padding-bottom: 8px;
}

body.skc-chrome .website-footer .elementor-heading-title::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--skc-accent);
}

body.skc-chrome .website-footer .elementor-widget-text-editor,
body.skc-chrome .website-footer .elementor-widget-text-editor p,
body.skc-chrome .website-footer .elementor-widget-text-editor a,
body.skc-chrome .website-footer .elementor-icon-list-text,
body.skc-chrome .website-footer li,
body.skc-chrome .website-footer p {
  color: var(--skc-on-dark-muted) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

body.skc-chrome .website-footer a {
  text-decoration: none !important;
  color: var(--skc-on-dark-muted) !important;
}

body.skc-chrome .website-footer a:hover,
body.skc-chrome .website-footer a:focus-visible {
  color: #5eead4 !important;
  outline: none;
}

body.skc-chrome .website-footer .elementor-widget-text-editor a[href^="tel"] {
  color: #5eead4 !important;
  font-weight: 700;
  font-size: 15px !important;
  direction: ltr;
  display: inline-block;
}

body.skc-chrome .website-footer .elementor-social-icon {
  background: rgba(13, 148, 136, 0.22) !important;
  color: #5eead4 !important;
  border-radius: 11px !important;
  width: 40px !important;
  height: 40px !important;
}

body.skc-chrome .website-footer .elementor-social-icon:hover,
body.skc-chrome .website-footer .elementor-social-icon:focus-visible {
  background: var(--skc-accent) !important;
  color: #fff !important;
  outline: none;
}

body.skc-chrome .website-footer .elementor-widget-image img {
  filter: brightness(1.05);
  opacity: 0.95;
}

body.skc-chrome .website-footer .elementor-element-768cb48 .elementor-heading-title {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  padding-bottom: 0;
  margin-top: 16px !important;
}

body.skc-chrome .website-footer .elementor-element-768cb48 .elementor-heading-title::after {
  display: none;
}

@media (max-width: 767px) {
  body.skc-chrome .website-footer.footer-template-custom,
  body.skc-chrome .website-footer .elementor-345 {
    overflow-x: hidden;
  }

  /*
   * MOBILE FOOTER REDESIGN (5085fa9)
   * Compact dark strip: brand → contact → links → social → store → trusts
   */
  body.skc-chrome .website-footer .elementor-element-5085fa9 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 14px 16px 12px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #0b1f1d !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-sizing: border-box !important;
  }

  body.skc-chrome .website-footer .elementor-element-5085fa9 .e-con,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .e-con.e-child,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element.e-con {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    gap: 6px !important;
    row-gap: 6px !important;
    column-gap: 6px !important;
  }

  body.skc-chrome .website-footer .elementor-element-5085fa9 > .e-con + .e-con {
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  body.skc-chrome .website-footer .elementor-heading-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin: 0 0 2px !important;
    padding-bottom: 4px !important;
    letter-spacing: 0;
  }

  body.skc-chrome .website-footer .elementor-heading-title::after {
    width: 18px !important;
    height: 2px !important;
  }

  body.skc-chrome .website-footer .elementor-widget-text-editor,
  body.skc-chrome .website-footer .elementor-widget-text-editor p,
  body.skc-chrome .website-footer .elementor-widget-text-editor a,
  body.skc-chrome .website-footer li,
  body.skc-chrome .website-footer p {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  /* Hide bulky / duplicate blocks */
  body.skc-chrome .website-footer .elementor-element-c179f0a,
  body.skc-chrome .website-footer .elementor-element-768cb48,
  body.skc-chrome .website-footer .elementor-element-2deda54,
  body.skc-chrome .website-footer .elementor-element-841a558,
  body.skc-chrome .website-footer .elementor-element-12c6f6d {
    display: none !important;
  }

  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-widget-text-editor p:empty,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-widget-text-editor > div:empty {
    display: none !important;
  }

  /* Links: tight 2-col */
  body.skc-chrome .website-footer .elementor-element-246e1aa {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 10px !important;
    align-items: start !important;
  }

  body.skc-chrome .website-footer .elementor-element-246e1aa > .elementor-element {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.skc-chrome .website-footer .elementor-widget-text-editor a,
  body.skc-chrome .website-footer .elementor-icon-list-item a {
    display: inline-block;
    min-height: 0;
    padding-block: 3px;
  }

  body.skc-chrome .website-footer .elementor-widget-text-editor a[href^="tel"] {
    font-size: 14px !important;
    margin-top: 0;
  }

  body.skc-chrome .website-footer .elementor-element-6bd161a .elementor-widget-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  /* Brand logo small */
  body.skc-chrome .website-footer .elementor-element-4e35f91 .elementor-widget-image img {
    max-width: 96px !important;
    max-height: 28px !important;
    height: auto !important;
  }

  /* Social: compact row */
  body.skc-chrome .website-footer .elementor-social-icons-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 6px !important;
    justify-content: flex-start !important;
  }

  body.skc-chrome .website-footer .elementor-social-icon {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    border-radius: 9px !important;
  }

  /* Store badges: ~100×30 strip */
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-widget-image img[src*="bazaar"],
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-widget-image img[src*="myket"],
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-widget-image img[src*="play"],
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-widget-image img[src*="sibapp"],
  body.skc-chrome .website-footer .elementor-element-352bfa5 img,
  body.skc-chrome .website-footer .elementor-element-4b0b73c img {
    max-height: 30px !important;
    max-width: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Trust badges: ONE horizontal row (all 5 including enamad) */
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
  }

  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed > .e-con,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed > .elementor-element,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed > .elementor-element.e-con,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-913aec8 {
    width: auto !important;
    max-width: none !important;
    flex: 1 1 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    gap: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed .elementor-widget-image,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed .elementor-widget-container {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed img,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-98fa5ed a img,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-913aec8 img,
  body.skc-chrome .website-footer .elementor-element-5085fa9 .elementor-element-913aec8 a img {
    max-width: 40px !important;
    max-height: 40px !important;
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body.skc-chrome .website-footer .elementor-widget-image a {
    display: inline-block;
    margin: 0;
    line-height: 0;
  }

  body.skc-chrome #goto-top {
    bottom: 14px !important;
    inset-inline-end: 12px !important;
    inset-inline-start: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.skc-chrome .elementor-346 .elementor-element-e25a340,
  body.skc-chrome .elementor-346 .elementor-element-cc21da0,
  body.skc-chrome .mega-menu2-element .mm2-side-container,
  body.skc-chrome .mega-menu2-element .mm2-side-content,
  body.skc-chrome .elementor-346 .elementor-button {
    transition: none !important;
  }
}
