/* =========================================================
   MSTEC FINAL PREMIUM CSS
   Generated: 2026-07-02_17-31-27
   Purpose: merged production UI enhancement layer
   ========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800;900&display=swap");


/* ===== SOURCE: css/mstec-live-splash.css ===== */

/* === MSTEC LIVE PREMIUM SPLASH START === */

html.mstec-splash-lock,
html.mstec-splash-lock body {
  overflow: hidden;
}

#mstec-live-splash,
#mstec-live-splash * {
  box-sizing: border-box;
}

#mstec-live-splash {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(51, 180, 255, .16), transparent 28%),
    radial-gradient(circle at 20% 20%, rgba(15, 143, 255, .08), transparent 24%),
    linear-gradient(135deg, #eef7ff 0%, #f9fcff 48%, #edf6ff 100%);
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity .32s ease, visibility .32s ease;
}

#mstec-live-splash.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.mstec-live-splash-inner {
  position: relative;
  width: 182px;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mstec-live-splash-logo-wrap {
  width: 114px;
  height: 114px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(145deg, #0a3e78 0%, #0f6fd6 52%, #20b8ff 100%);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    0 22px 52px rgba(5, 35, 72, .24),
    0 10px 28px rgba(15, 143, 255, .18),
    inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.mstec-live-splash-logo-wrap::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}

.mstec-live-splash-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .14));
}

.mstec-live-splash-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.mstec-live-splash-ring.one {
  width: 174px;
  height: 174px;
  border: 3px solid transparent;
  border-top-color: #0f8fff;
  border-right-color: #35c7ff;
  border-left-color: rgba(15, 143, 255, .16);
  border-bottom-color: rgba(53, 199, 255, .08);
  box-shadow: 0 0 22px rgba(15, 143, 255, .12);
  animation: mstecLiveSplashSpin .9s linear infinite;
}

.mstec-live-splash-ring.two {
  width: 146px;
  height: 146px;
  border: 2px dashed rgba(15, 143, 255, .34);
  animation: mstecLiveSplashSpinReverse 1.35s linear infinite;
  opacity: .96;
}

.mstec-live-splash-pulse {
  position: absolute;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,143,255,.18) 0%, rgba(15,143,255,.05) 45%, transparent 72%);
  animation: mstecLiveSplashPulse 1.15s ease-in-out infinite;
  z-index: 1;
}

body.mstec-live-splash-active #app #loader,
body.mstec-live-splash-done #app #loader {
  display: none !important;
}

@keyframes mstecLiveSplashSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes mstecLiveSplashSpinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes mstecLiveSplashPulse {
  0%, 100% {
    transform: scale(.92);
    opacity: .62;
  }

  50% {
    transform: scale(1.07);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .mstec-live-splash-inner {
    width: 152px;
    height: 152px;
  }

  .mstec-live-splash-logo-wrap {
    width: 96px;
    height: 96px;
    border-radius: 25px;
    padding: 12px;
  }

  .mstec-live-splash-ring.one {
    width: 146px;
    height: 146px;
  }

  .mstec-live-splash-ring.two {
    width: 122px;
    height: 122px;
  }

  .mstec-live-splash-pulse {
    width: 106px;
    height: 106px;
  }
}

/* === MSTEC LIVE PREMIUM SPLASH END === */


/* ===== SOURCE: css/mstec-live-header.css ===== */

:root {
  --mstec-bg:#f3f7fb;
  --mstec-white:#ffffff;
  --mstec-text:#16324e;
  --mstec-muted:#6b7f94;
  --mstec-line:rgba(15,35,62,.08);
  --mstec-dark:#08131f;
  --mstec-blue:#117bda;
  --mstec-blue-2:#2ab8ff;
  --mstec-blue-3:#0d5ca8;
  --mstec-soft:#eef6ff;
  --mstec-shadow:0 18px 55px rgba(7,23,43,.12);
  --mstec-shadow-soft:0 12px 30px rgba(17,123,218,.10);
}

.mstec-live-header,
.mstec-live-header * {
  box-sizing: border-box;
}

.mstec-live-header {
  direction: rtl;
  position: relative;
  z-index: 100000;
  font-family: "Alexandria", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--mstec-text);
  background: transparent;
}

.mstec-live-header a {
  color: inherit;
  text-decoration: none;
}

.mstec-live-header img {
  max-width: 100%;
  display: block;
}

.mstec-live-header button {
  font-family: inherit;
}

.mstec-live-container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

/* Floating black notice */
.mstec-floating-wrap {
  padding: 12px 0 8px;
  background:
    radial-gradient(circle at top right, rgba(42,184,255,.08), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.mstec-floating-bar {
  background: linear-gradient(180deg, rgba(8,19,31,.98), rgba(13,29,46,.98));
  color: #fff;
  border-radius: 18px;
  padding: 14px 20px;
  box-shadow: var(--mstec-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.mstec-floating-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(42,184,255,.10), transparent 16%),
    radial-gradient(circle at 80% 10%, rgba(42,184,255,.08), transparent 18%);
  pointer-events: none;
}

.mstec-floating-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39b8ff;
  box-shadow:
    0 0 0 6px rgba(57,184,255,.10),
    0 0 18px rgba(57,184,255,.85);
  animation: mstecPulse 1.6s infinite ease-in-out;
  position: relative;
  z-index: 2;
  flex: 0 0 10px;
}

@keyframes mstecPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.18); opacity: .82; }
}

.mstec-floating-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

/* Main header */
.mstec-site-head {
  padding: 8px 0 8px;
  background:
    radial-gradient(circle at top right, rgba(42,184,255,.08), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.mstec-header-shell {
  background: linear-gradient(135deg, #0f71c8 0%, #1388e6 55%, #21b4ff 100%);
  border-radius: 28px;
  box-shadow: var(--mstec-shadow);
  padding: 14px 18px 16px;
  position: relative;
  overflow: hidden;
}

.mstec-header-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.14), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.10), transparent 24%);
  pointer-events: none;
}

.mstec-header-main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  direction: ltr;
}

.mstec-logo-box {
  width: 205px;
  min-width: 205px;
  min-height: 82px;
  border-radius: 22px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(8,24,39,.25), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  display: grid;
  place-items: center;
}

.mstec-logo-box img {
  width: 100%;
  object-fit: contain;
}

.mstec-main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  direction: rtl;
}

.mstec-main-nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 14px;
  border-radius: 14px;
  transition: .25s ease;
  white-space: nowrap;
}

.mstec-main-nav a:hover,
.mstec-main-nav a.active {
  background: rgba(8,24,39,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
}

.mstec-header-actions {
  min-width: 270px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.mstec-action-btn {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  transition: .25s ease;
  white-space: nowrap;
}

.mstec-action-btn.phone {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,.36);
}

.mstec-action-btn.phone:hover {
  background: rgba(255,255,255,.22);
  transform: translateY(-2px);
}

.mstec-action-btn.whatsapp {
  background: #fff;
  color: #0d5ca8;
  box-shadow: 0 10px 26px rgba(255,255,255,.18);
}

.mstec-action-btn.whatsapp:hover {
  transform: translateY(-2px);
}

.mstec-contact-strip {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 22px;
  box-shadow: var(--mstec-shadow-soft);
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  overflow: hidden;
}

.mstec-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 16px;
}

.mstec-contact-item + .mstec-contact-item {
  border-right: 1px solid rgba(15,35,62,.08);
}

.mstec-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg,#eef6ff,#dbeeff);
  color: #117bda;
  box-shadow: inset 0 0 0 1px rgba(17,123,218,.10);
  flex: 0 0 48px;
}

.mstec-contact-icon.whatsapp {
  color: #20b15a;
  background: linear-gradient(180deg,#f1fff7,#dbffe8);
}

.mstec-contact-text {
  min-width: 0;
}

.mstec-contact-label {
  font-size: 12px;
  color: var(--mstec-muted);
  margin-bottom: 5px;
  font-weight: 600;
}

.mstec-contact-value {
  font-size: 15px;
  font-weight: 800;
  color: #0d5ca8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hide old Vue header only */
body.mstec-live-header-ready #fsb_background,
body.mstec-live-header-ready #app .navbar,
body.mstec-live-header-ready #app nav.navbar {
  display: none !important;
}

body.mstec-live-header-ready .mstec-old-header-hidden {
  display: none !important;
}

@media (max-width: 1150px) {
  .mstec-header-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mstec-logo-box {
    order: 1;
  }

  .mstec-main-nav {
    order: 2;
    width: 100%;
  }

  .mstec-header-actions {
    order: 3;
    width: 100%;
    min-width: unset;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .mstec-live-container {
    width: min(100% - 20px, 1280px);
  }

  .mstec-floating-text {
    font-size: 12px;
  }

  .mstec-header-shell {
    padding: 14px 12px;
    border-radius: 22px;
  }

  .mstec-logo-box {
    width: 180px;
    min-width: 180px;
    min-height: 76px;
  }

  .mstec-main-nav {
    gap: 6px;
  }

  .mstec-main-nav a {
    font-size: 12px;
    padding: 10px 12px;
  }

  .mstec-header-actions {
    gap: 8px;
  }

  .mstec-action-btn {
    font-size: 12px;
    min-height: 42px;
    padding: 0 14px;
  }

  .mstec-contact-strip {
    grid-template-columns: 1fr;
  }

  .mstec-contact-item + .mstec-contact-item {
    border-right: none;
    border-top: 1px solid rgba(15,35,62,.08);
  }
}

/* === FINAL BLACK HEADER KILL SWITCH === */
body.mstec-live-header-ready > header:not(#mstec-live-header),
body.mstec-live-header-ready > nav,
body.mstec-live-header-ready > .modern-header,
body.mstec-live-header-ready > .premium-header,
body.mstec-live-header-ready > .enterprise-header,
body.mstec-live-header-ready > .site-header,
body.mstec-live-header-ready > .main-header,
body.mstec-live-header-ready > .top-header,
body.mstec-live-header-ready > .black-header,
body.mstec-live-header-ready > .header,
body.mstec-live-header-ready #modern-header,
body.mstec-live-header-ready #premium-header,
body.mstec-live-header-ready #enterprise-header,
body.mstec-live-header-ready .modern-header,
body.mstec-live-header-ready .premium-header,
body.mstec-live-header-ready .enterprise-header,
body.mstec-live-header-ready .black-header {
  display: none !important;
}

body.mstec-live-header-ready #mstec-live-header {
  display: block !important;
}
/* === END FINAL BLACK HEADER KILL SWITCH === */


/* ===== SOURCE: css/mstec-final-real-header-fix.css ===== */

/* === MSTEC FINAL REAL HEADER FIX START === */

#mstec-live-header .mstec-header-main,
#mstec-live-header .mstec-final-header-main {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  direction: rtl !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

/* اللوجو يمين */
#mstec-live-header .mstec-logo-box,
#mstec-live-header .mstec-final-logo-box {
  order: 1 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

/* المنيو في النص وعلى سطر واحد */
#mstec-live-header .mstec-main-nav,
#mstec-live-header .mstec-final-nav {
  order: 2 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding: 0 8px !important;
}

#mstec-live-header .mstec-main-nav::-webkit-scrollbar,
#mstec-live-header .mstec-final-nav::-webkit-scrollbar {
  display: none !important;
}

#mstec-live-header .mstec-main-nav a,
#mstec-live-header .mstec-final-nav a,
#mstec-live-header .mstec-main-nav button,
#mstec-live-header .mstec-final-nav button {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

/* شيل الجزء اللي على اليمين: واتساب + رقم الهاتف */
#mstec-live-header .mstec-header-actions,
#mstec-live-header .mstec-final-actions-remove {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* منع كسر الأقسام لسطرين */
#mstec-live-header .mstec-header-shell {
  overflow: hidden !important;
}

@media (max-width: 1199.98px) {
  #mstec-live-header .mstec-header-main,
  #mstec-live-header .mstec-final-header-main {
    gap: 16px !important;
  }

  #mstec-live-header .mstec-main-nav,
  #mstec-live-header .mstec-final-nav {
    justify-content: flex-start !important;
    gap: 10px !important;
  }
}

@media (max-width: 767.98px) {
  #mstec-live-header .mstec-header-main,
  #mstec-live-header .mstec-final-header-main {
    gap: 12px !important;
  }

  #mstec-live-header .mstec-main-nav,
  #mstec-live-header .mstec-final-nav {
    justify-content: flex-start !important;
    gap: 8px !important;
  }
}

/* === MSTEC FINAL REAL HEADER FIX END === */


/* ===== SOURCE: css/mstec-mobile-header-slider-fix.css ===== */

/* === MSTEC MOBILE HEADER + SLIDER FIX START === */

@media (max-width: 767.98px) {

  /* الهيدر في الموبايل: اللوجو لوحده فوق والأقسام تحته */
  #mstec-live-header .mstec-header-main,
  #mstec-live-header .mstec-final-header-main {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 14px !important;
    direction: rtl !important;
    padding: 14px 14px 16px !important;
  }

  /* اللوجو لوحده في النص */
  #mstec-live-header .mstec-logo-box,
  #mstec-live-header .mstec-final-logo-box {
    order: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }

  #mstec-live-header .mstec-logo-box img,
  #mstec-live-header .mstec-final-logo-box img,
  #mstec-live-header img[src*="logo"] {
    width: min(78vw, 300px) !important;
    max-width: 300px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* الأقسام تحت اللوجو في شريط واحد */
  #mstec-live-header .mstec-main-nav,
  #mstec-live-header .mstec-final-nav {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 8px 6px 9px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10) !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  #mstec-live-header .mstec-main-nav::-webkit-scrollbar,
  #mstec-live-header .mstec-final-nav::-webkit-scrollbar {
    display: none !important;
  }

  #mstec-live-header .mstec-main-nav a,
  #mstec-live-header .mstec-final-nav a,
  #mstec-live-header .mstec-main-nav button,
  #mstec-live-header .mstec-final-nav button {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  /* شيل أزرار الاتصال من صف اللوجو في الموبايل لو ظهرت */
  #mstec-live-header .mstec-header-actions,
  #mstec-live-header .mstec-final-actions-remove {
    display: none !important;
  }

  /* الكارت الخارجي للهيدر */
  #mstec-live-header .mstec-header-shell {
    overflow: hidden !important;
    border-radius: 28px !important;
  }

  /* السلايدر في الموبايل: الصورة كاملة بدون قص */
  #mstec-live-slider .mstec-live-slider-card {
    padding: 10px !important;
    border-radius: 24px !important;
  }

  #mstec-live-slider .mstec-live-slider {
    min-height: unset !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
  }

  #mstec-live-slider .mstec-live-slide img {
    object-fit: contain !important;
    background: #ffffff !important;
    padding: 0 !important;
  }

  #mstec-live-slider .mstec-live-slide::after {
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(17,123,218,.04)) !important;
  }

  #mstec-live-slider .mstec-live-slider-dots {
    left: 50% !important;
    right: auto !important;
    bottom: 14px !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 420px) {
  #mstec-live-header .mstec-logo-box img,
  #mstec-live-header .mstec-final-logo-box img,
  #mstec-live-header img[src*="logo"] {
    width: min(82vw, 280px) !important;
  }

  #mstec-live-header .mstec-main-nav a,
  #mstec-live-header .mstec-final-nav a,
  #mstec-live-header .mstec-main-nav button,
  #mstec-live-header .mstec-final-nav button {
    font-size: 12.5px !important;
    padding: 8px 12px !important;
  }
}

/* === MSTEC MOBILE HEADER + SLIDER FIX END === */


/* ===== SOURCE: css/mstec-live-slider.css ===== */

/* === MSTEC LIVE PREMIUM SLIDER START === */
.mstec-live-slider-stage,
.mstec-live-slider-stage * {
  box-sizing: border-box;
}

.mstec-live-slider-stage {
  direction: rtl;
  position: relative;
  z-index: 20;
  padding: 8px 0 18px;
  background:
    radial-gradient(circle at top right, rgba(42,184,255,.08), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.mstec-live-slider-container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.mstec-live-slider-card {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(7,23,43,.12);
  padding: 16px;
}

.mstec-live-slider {
  position: relative;
  min-height: 470px;
  border-radius: 24px;
  overflow: hidden;
  background: #dde8f3;
  isolation: isolate;
}

.mstec-live-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease, transform .55s ease;
  transform: scale(1.015);
}

.mstec-live-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.mstec-live-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mstec-live-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9,25,40,.02), rgba(9,25,40,.10)),
    radial-gradient(circle at bottom left, rgba(17,123,218,.16), transparent 24%);
  pointer-events: none;
}

.mstec-live-slider-dots {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
  z-index: 4;
}

.mstec-live-slider-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  cursor: pointer;
  transition: .25s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}

.mstec-live-slider-dot.active {
  width: 30px;
  background: #ffffff;
}

body.mstec-live-slider-ready .mstec-old-home-slider-hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .mstec-live-slider-container {
    width: min(100% - 20px, 1280px);
  }

  .mstec-live-slider-card {
    padding: 12px;
    border-radius: 22px;
  }

  .mstec-live-slider {
    min-height: 340px;
    border-radius: 20px;
  }
}

@media (max-width: 560px) {
  .mstec-live-slider {
    min-height: 260px;
  }
}
/* === MSTEC LIVE PREMIUM SLIDER END === */


/* ===== SOURCE: css/mstec-live-welcome.css ===== */

/* === MSTEC LIVE WELCOME PREMIUM START === */

body {
  background: #f3f8fc;
}

.container-fluid.welcome,
.container-fluid.welcome * {
  box-sizing: border-box;
}

.container-fluid.welcome {
  position: relative;
  overflow: hidden;
  padding: 34px 0 24px !important;
  background:
    radial-gradient(circle at top right, rgba(28, 153, 255, .12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(11, 98, 194, .10), transparent 24%),
    linear-gradient(180deg, #edf6fc 0%, #f7fbff 50%, #eef7fd 100%);
}

.container-fluid.welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,0)),
    radial-gradient(circle at 18% 20%, rgba(53, 182, 255, .08), transparent 18%);
  pointer-events: none;
}

.container-fluid.welcome > .row {
  width: min(1280px, calc(100% - 34px));
  margin: 0 auto 26px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.container-fluid.welcome > .row::before,
.container-fluid.welcome > .row::after {
  display: none !important;
}

.container-fluid.welcome > .row > [class*="col-"] {
  padding: 0 !important;
}

.container-fluid.welcome > .row > .col-md-6 {
  flex: 1 1 calc(50% - 13px);
  max-width: calc(50% - 13px);
}

.mstec-welcome-video-col,
.mstec-welcome-copy-col {
  min-width: 0;
}

.mstec-video-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 14px;
  border-radius: 30px;
  background:
    linear-gradient(160deg, #071527 0%, #0a2240 55%, #0f396f 100%);
  border: 1px solid rgba(87, 187, 255, .18);
  box-shadow:
    0 24px 70px rgba(5, 22, 45, .18),
    inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}

.mstec-video-shell::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 177, 255, .35) 0%, rgba(46, 177, 255, 0) 70%);
  pointer-events: none;
}

.mstec-video-shell::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 22px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 125, 255, .18) 0%, rgba(0, 125, 255, 0) 72%);
  pointer-events: none;
}

.mstec-video-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}

.mstec-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.mstec-video-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #37b7ff;
  box-shadow:
    0 0 0 5px rgba(55, 183, 255, .15),
    0 0 12px rgba(55, 183, 255, .8);
  animation: mstecGlowPulse 1.6s infinite ease-in-out;
}

.mstec-video-note {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.mstec-video-shell iframe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 470px;
  border: 0 !important;
  border-radius: 22px;
  background: #000;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}

.mstec-premium-copy {
  position: relative;
  min-height: 100%;
  padding: 30px 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(245,250,255,.96) 100%);
  border: 1px solid rgba(17, 99, 184, .10);
  box-shadow:
    0 22px 60px rgba(8, 39, 79, .11),
    inset 0 1px 0 rgba(255,255,255,.65);
  overflow: hidden;
}

.mstec-premium-copy::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 162, 255, .18) 0%, rgba(32, 162, 255, 0) 70%);
  pointer-events: none;
}

.mstec-premium-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,0)),
    radial-gradient(circle at bottom right, rgba(17, 132, 255, .08), transparent 22%);
  pointer-events: none;
}

.mstec-premium-copy > * {
  position: relative;
  z-index: 2;
}

.mstec-premium-copy .border-title {
  margin-bottom: 22px;
}

.mstec-premium-copy .border-title h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 12px 22px !important;
  border-radius: 18px !important;
  background: linear-gradient(90deg, #1177d8 0%, #1d97f2 55%, #39bfff 100%) !important;
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  box-shadow: 0 16px 35px rgba(19, 121, 216, .22);
}

.mstec-premium-copy .border-title h2::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.14);
}

.mstec-premium-copy > p {
  margin: 0 0 18px !important;
  color: #476078 !important;
  font-size: 15.2px !important;
  line-height: 2.08 !important;
  direction: rtl;
}

.mstec-copy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}

.mstec-copy-point {
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(246,250,255,.98) 100%);
  border: 1px solid rgba(15, 122, 216, .10);
  box-shadow:
    0 12px 30px rgba(6, 38, 76, .07),
    inset 0 1px 0 rgba(255,255,255,.7);
}

.mstec-copy-point::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: radial-gradient(circle, rgba(56, 190, 255, .13) 0%, rgba(56, 190, 255, 0) 74%);
  pointer-events: none;
}

.mstec-copy-point h4 {
  margin: 0 0 8px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0d3560 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  direction: rtl;
}

.mstec-copy-point h4::before {
  content: "";
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
  background: linear-gradient(180deg, #51d0ff 0%, #1488ff 100%);
  box-shadow:
    0 0 0 6px rgba(20, 136, 255, .12),
    0 0 16px rgba(20, 136, 255, .35);
}

.mstec-copy-point p {
  margin: 0 !important;
  color: #526a81 !important;
  font-size: 14.5px !important;
  line-height: 2.02 !important;
  direction: rtl;
}

.container-fluid.welcome .custom-widget,
.container-fluid.welcome .shop-info {
  position: relative;
  z-index: 2;
}

.container-fluid.welcome .custom-widget {
  width: min(1280px, calc(100% - 34px));
  margin: 0 auto;
}

.container-fluid.welcome .shop-info {
  border-radius: 26px;
  padding: 18px 16px !important;
  background: linear-gradient(135deg, #07162a 0%, #0c2444 45%, #0f4b84 100%);
  box-shadow: 0 18px 48px rgba(4, 21, 45, .16);
  overflow: hidden;
}

.container-fluid.welcome .shop-info::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 185, 255, .22) 0%, rgba(67, 185, 255, 0) 72%);
  pointer-events: none;
}

.container-fluid.welcome .shop-info .row {
  align-items: stretch;
}

.container-fluid.welcome .shop-info .col-sm-4 {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 10px 14px;
}

.container-fluid.welcome .shop-info .col-sm-4:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: rgba(255,255,255,.12);
}

.container-fluid.welcome .shop-info img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
  margin-bottom: 10px;
}

.container-fluid.welcome .shop-info p {
  margin: 0;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
}

@keyframes mstecGlowPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 5px rgba(55, 183, 255, .15),
      0 0 12px rgba(55, 183, 255, .8);
  }
  50% {
    transform: scale(1.12);
    box-shadow:
      0 0 0 7px rgba(55, 183, 255, .10),
      0 0 18px rgba(55, 183, 255, 1);
  }
}

@media (max-width: 1199.98px) {
  .mstec-video-shell iframe {
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .container-fluid.welcome {
    padding: 26px 0 18px !important;
  }

  .container-fluid.welcome > .row {
    width: min(100% - 20px, 1280px);
    gap: 20px;
  }

  .container-fluid.welcome > .row > .col-md-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .mstec-video-shell iframe {
    min-height: 360px;
  }

  .mstec-premium-copy {
    padding: 24px 20px;
  }

  .container-fluid.welcome .custom-widget {
    width: min(100% - 20px, 1280px);
  }
}

@media (max-width: 767.98px) {
  .mstec-video-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .mstec-premium-copy .border-title h2 {
    font-size: 18px !important;
    width: 100%;
    justify-content: center;
  }

  .mstec-video-shell,
  .mstec-premium-copy {
    border-radius: 24px;
  }

  .mstec-video-shell iframe {
    min-height: 300px;
    border-radius: 18px;
  }

  .mstec-copy-point {
    border-radius: 18px;
  }

  .container-fluid.welcome .shop-info .col-sm-4:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .container-fluid.welcome > .row {
    width: calc(100% - 14px);
  }

  .mstec-video-shell {
    padding: 12px;
  }

  .mstec-video-shell iframe {
    min-height: 240px;
  }

  .mstec-premium-copy {
    padding: 18px 14px;
  }

  .mstec-premium-copy > p {
    font-size: 14px !important;
  }

  .mstec-copy-point h4 {
    font-size: 16px !important;
  }

  .mstec-copy-point p {
    font-size: 13.7px !important;
  }

  .container-fluid.welcome .custom-widget {
    width: calc(100% - 14px);
  }
}

/* === MSTEC LIVE WELCOME PREMIUM END === */

/* === MSTEC WELCOME LUXURY TYPOGRAPHY PATCH START === */
.container-fluid.welcome,
.container-fluid.welcome * {
  font-family: "Alexandria", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.mstec-premium-copy {
  padding: 34px 34px 30px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(63, 190, 255, .13), transparent 18rem),
    radial-gradient(circle at 92% 88%, rgba(17, 123, 218, .10), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(247,252,255,.98) 100%) !important;
  border: 1px solid rgba(18, 126, 220, .12) !important;
  box-shadow:
    0 28px 75px rgba(7, 35, 72, .12),
    inset 0 1px 0 rgba(255,255,255,.78) !important;
}

.mstec-premium-copy .border-title {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 26px !important;
}

.mstec-premium-copy .border-title h2 {
  min-width: min(520px, 100%) !important;
  justify-content: center !important;
  padding: 13px 26px !important;
  border-radius: 19px !important;
  background:
    linear-gradient(90deg, #1177d8 0%, #1496ee 58%, #42c8ff 100%) !important;
  font-size: clamp(18px, 2.1vw, 25px) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  letter-spacing: -.25px !important;
  box-shadow:
    0 18px 38px rgba(19, 121, 216, .22),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.mstec-premium-copy .border-title h2::before {
  width: 11px !important;
  height: 11px !important;
  background: #eaffff !important;
  box-shadow:
    0 0 0 7px rgba(255,255,255,.14),
    0 0 18px rgba(255,255,255,.72) !important;
}

.mstec-premium-copy > p {
  max-width: 92% !important;
  margin: 0 auto 22px !important;
  color: #385672 !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  line-height: 2.15 !important;
  text-align: center !important;
  letter-spacing: -.15px !important;
}

.mstec-copy-grid {
  gap: 18px !important;
  margin-top: 20px !important;
}

.mstec-copy-point {
  padding: 22px 24px 20px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,252,255,.98) 100%) !important;
  border: 1px solid rgba(17, 123, 218, .13) !important;
  box-shadow:
    0 16px 38px rgba(7, 40, 80, .075),
    inset 0 1px 0 rgba(255,255,255,.85) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.mstec-copy-point:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 123, 218, .22) !important;
  box-shadow:
    0 22px 52px rgba(17, 123, 218, .12),
    inset 0 1px 0 rgba(255,255,255,.88) !important;
}

.mstec-copy-point h4 {
  margin-bottom: 10px !important;
  color: #0a315d !important;
  font-size: clamp(16px, 1.55vw, 19px) !important;
  font-weight: 900 !important;
  line-height: 1.7 !important;
  letter-spacing: -.2px !important;
}

.mstec-copy-point h4::before {
  width: 12px !important;
  height: 12px !important;
  background: linear-gradient(180deg, #62d4ff 0%, #1488ff 100%) !important;
  box-shadow:
    0 0 0 7px rgba(20, 136, 255, .11),
    0 0 18px rgba(20, 136, 255, .38) !important;
}

.mstec-copy-point p {
  color: #516b83 !important;
  font-size: 13.8px !important;
  font-weight: 500 !important;
  line-height: 2.15 !important;
  letter-spacing: -.1px !important;
}

.mstec-copy-point::after {
  content: "";
  position: absolute;
  inset-inline-start: 22px;
  bottom: 0;
  width: 82px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #1488ff, #55d1ff);
  opacity: .75;
}

@media (max-width: 767.98px) {
  .mstec-premium-copy {
    padding: 22px 16px !important;
    border-radius: 24px !important;
  }

  .mstec-premium-copy > p {
    max-width: 100% !important;
    font-size: 13.4px !important;
    text-align: right !important;
  }

  .mstec-copy-point {
    padding: 18px 16px 17px !important;
  }

  .mstec-copy-point p {
    font-size: 13.2px !important;
  }
}
/* === MSTEC WELCOME LUXURY TYPOGRAPHY PATCH END === */

/* === MSTEC DAY OFFER PREMIUM PATCH START === */

.welcome .container.products {
  position: relative !important;
  margin-top: 26px !important;
  padding: 26px 24px 30px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 10% 10%, rgba(67, 193, 255, .12), transparent 18rem),
    radial-gradient(circle at 90% 85%, rgba(19, 122, 216, .08), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(246,251,255,.98) 100%) !important;
  border: 1px solid rgba(17, 123, 218, .10) !important;
  box-shadow:
    0 30px 80px rgba(8, 34, 72, .12),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
  overflow: hidden !important;
}

.welcome .container.products::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 180, 255, .14), transparent 70%);
  pointer-events: none;
}

.welcome .container.products > .text-center.mb-5 {
  margin-bottom: 28px !important;
}

.welcome .container.products .border-title {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.welcome .container.products .border-title h2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: min(420px, 100%) !important;
  margin: 0 auto !important;
  padding: 14px 28px !important;
  border-radius: 18px !important;
  background: linear-gradient(90deg, #1177d8 0%, #1e95ee 55%, #42c8ff 100%) !important;
  color: #fff !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: clamp(19px, 2.2vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: -.25px !important;
  box-shadow:
    0 18px 42px rgba(16, 130, 230, .24),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
}

.welcome .container.products .border-title h2::before,
.welcome .container.products .border-title h2::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  box-shadow: 0 0 14px rgba(255,255,255,.8);
}

.welcome .container.products > .text-center.mb-5 > p {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  color: #5e7388 !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  letter-spacing: -.1px !important;
}

/* card area */
.welcome .container.products [style*="direction:rtl"] {
  position: relative !important;
}

.welcome .container.products [style*="direction:rtl"] > .row {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
}

.welcome .container.products .col-md-4 {
  margin-bottom: 18px !important;
}

.welcome .container.products .card {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(16, 124, 220, .11) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(249,252,255,.98) 100%) !important;
  box-shadow:
    0 22px 55px rgba(8, 35, 74, .10),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease !important;
}

.welcome .container.products .card::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 5px;
  background: linear-gradient(90deg, #0f8fff 0%, #37c8ff 100%);
  z-index: 2;
}

.welcome .container.products .card:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(16, 124, 220, .18) !important;
  box-shadow:
    0 28px 70px rgba(11, 76, 141, .16),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.welcome .container.products .card-img-top {
  width: 100% !important;
  height: 330px !important;
  object-fit: contain !important;
  padding: 26px 24px 10px !important;
  background:
    radial-gradient(circle at top, rgba(77, 187, 255, .08), transparent 60%),
    linear-gradient(180deg, rgba(246,251,255,.98), rgba(255,255,255,1)) !important;
}

.welcome .container.products .card-body {
  padding: 12px 20px 22px !important;
}

.welcome .container.products .card-title {
  margin-bottom: 14px !important;
  color: #0d2d55 !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.8 !important;
  letter-spacing: -.2px !important;
}

.welcome .container.products .pricex {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 8px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(17,123,218,.08), rgba(67,194,255,.10)) !important;
  color: #1177d8 !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.welcome .container.products .pricex del {
  color: #8e9eb0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* buttons */
.welcome .container.products .cart-btn {
  display: flex !important;
  gap: 12px !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin-top: 18px !important;
}

.welcome .container.products .cart-btn .more,
.welcome .container.products .cart-btn .pay {
  min-width: 140px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: -.12px !important;
  transition: all .28s ease !important;
}

.welcome .container.products .cart-btn .more {
  background: linear-gradient(90deg, #1177d8 0%, #33b9ff 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(17, 123, 218, .22) !important;
}

.welcome .container.products .cart-btn .more:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 36px rgba(17, 123, 218, .28) !important;
}

.welcome .container.products .cart-btn .pay {
  background: #fff !important;
  color: #0d2d55 !important;
  border: 1.5px solid rgba(18, 124, 220, .22) !important;
  box-shadow: 0 10px 24px rgba(10, 64, 120, .08) !important;
}

.welcome .container.products .cart-btn .pay:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(18, 124, 220, .38) !important;
  box-shadow: 0 14px 28px rgba(10, 64, 120, .12) !important;
}

.welcome .container.products .cart-btn .pay i {
  margin-inline-end: 8px !important;
  color: #15a9ff !important;
}

/* modal same spirit */
.welcome .container.products .modal-content {
  border: 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: 0 26px 70px rgba(6, 26, 54, .20) !important;
}

.welcome .container.products .modal-header {
  background: linear-gradient(90deg, #1177d8, #35bdff) !important;
  color: #fff !important;
}

.welcome .container.products .modal-title {
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-weight: 800 !important;
}

.welcome .container.products .modal-body,
.welcome .container.products .modal-footer {
  font-family: "Alexandria", system-ui, sans-serif !important;
}

/* responsive */
@media (max-width: 991.98px) {
  .welcome .container.products {
    padding: 22px 16px 24px !important;
    border-radius: 26px !important;
  }

  .welcome .container.products .card-img-top {
    height: 280px !important;
  }
}

@media (max-width: 767.98px) {
  .welcome .container.products .border-title h2 {
    min-width: 100% !important;
    padding: 12px 16px !important;
    font-size: 20px !important;
  }

  .welcome .container.products > .text-center.mb-5 > p {
    font-size: 12.8px !important;
  }

  .welcome .container.products .card {
    border-radius: 22px !important;
  }

  .welcome .container.products .card-img-top {
    height: 230px !important;
    padding: 20px 14px 8px !important;
  }

  .welcome .container.products .card-title {
    font-size: 16px !important;
  }

  .welcome .container.products .cart-btn .more,
  .welcome .container.products .cart-btn .pay {
    min-width: calc(50% - 6px) !important;
    height: 44px !important;
    font-size: 13px !important;
  }
}

/* === MSTEC DAY OFFER PREMIUM PATCH END === */

/* === MSTEC PREMIUM INFO STRIP PATCH START === */

.welcome .custom-widget {
  margin: 30px auto 0 !important;
  padding: 0 !important;
}

.welcome .custom-widget .shop-info {
  position: relative !important;
  overflow: hidden !important;
  padding: 22px 26px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 8% 20%, rgba(70, 196, 255, .13), transparent 11rem),
    radial-gradient(circle at 92% 80%, rgba(28, 143, 255, .12), transparent 12rem),
    linear-gradient(135deg, #08213d 0%, #0d3560 55%, #0a2a4b 100%) !important;
  border: 1px solid rgba(118, 182, 234, .16) !important;
  box-shadow:
    0 28px 80px rgba(5, 25, 49, .18),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.welcome .custom-widget .shop-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,0) 18%, rgba(255,255,255,.03) 50%, rgba(255,255,255,0) 82%);
  pointer-events: none;
}

.welcome .custom-widget .shop-info .row {
  margin: 0 !important;
  align-items: stretch !important;
}

.welcome .custom-widget .shop-info .col-sm-4 {
  position: relative !important;
  min-height: 118px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 12px 18px !important;
}

.welcome .custom-widget .shop-info .col-sm-4:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  inset-inline-start: 100%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(190, 216, 241, .22) 18%,
    rgba(190, 216, 241, .22) 82%,
    rgba(255,255,255,0)
  );
}

/* icon container feel */
.welcome .custom-widget .shop-info img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain !important;
  margin-bottom: 14px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05)) !important;
  border: 1px solid rgba(181, 220, 255, .14) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 10px 24px rgba(0,0,0,.10) !important;
}

/* premium text style */
.welcome .custom-widget .shop-info p {
  margin: 0 !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  letter-spacing: -.2px !important;
  color: #d7c28f !important; /* شامبين دهبي فاخر */
  text-shadow: 0 1px 0 rgba(0,0,0,.10) !important;
}

/* لو فيه span او نص فرعي مستقبلاً */
.welcome .custom-widget .shop-info span,
.welcome .custom-widget .shop-info small {
  display: block !important;
  margin-top: 6px !important;
  color: #a8bdd2 !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* soft hover */
.welcome .custom-widget .shop-info .col-sm-4 {
  transition: transform .28s ease, opacity .28s ease !important;
}

.welcome .custom-widget .shop-info .col-sm-4:hover {
  transform: translateY(-3px) !important;
}

/* responsive */
@media (max-width: 991.98px) {
  .welcome .custom-widget .shop-info {
    padding: 18px 16px !important;
    border-radius: 24px !important;
  }

  .welcome .custom-widget .shop-info p {
    font-size: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .welcome .custom-widget .shop-info .col-sm-4 {
    min-height: auto !important;
    padding: 14px 10px !important;
  }

  .welcome .custom-widget .shop-info .col-sm-4:not(:last-child)::after {
    display: none !important;
  }

  .welcome .custom-widget .shop-info .col-sm-4:not(:last-child) {
    margin-bottom: 14px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(190, 216, 241, .18) !important;
  }

  .welcome .custom-widget .shop-info img {
    width: 28px !important;
    height: 28px !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
    border-radius: 16px !important;
  }

  .welcome .custom-widget .shop-info p {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }
}

/* === MSTEC PREMIUM INFO STRIP PATCH END === */

/* === MSTEC WHITE PREMIUM INFO STRIP START === */

.welcome .custom-widget {
  margin: 34px auto 0 !important;
  padding: 0 !important;
}

.welcome .custom-widget .shop-info {
  position: relative !important;
  overflow: hidden !important;
  padding: 18px 22px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 10% 20%, rgba(43, 159, 255, .08), transparent 180px),
    radial-gradient(circle at 90% 80%, rgba(0, 195, 255, .06), transparent 200px),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid rgba(31, 135, 226, .12) !important;
  box-shadow:
    0 18px 50px rgba(13, 58, 102, .10),
    inset 0 1px 0 rgba(255,255,255,.85) !important;
}

.welcome .custom-widget .shop-info::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(32, 150, 255, .04), rgba(255,255,255,0) 20%, rgba(32, 150, 255, .03) 50%, rgba(255,255,255,0) 80%);
}

.welcome .custom-widget .shop-info .row {
  margin: 0 !important;
  align-items: stretch !important;
}

.welcome .custom-widget .shop-info .col-sm-4 {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  min-height: 128px !important;
  padding: 18px 14px !important;
  transition: transform .28s ease, box-shadow .28s ease !important;
}

.welcome .custom-widget .shop-info .col-sm-4:hover {
  transform: translateY(-4px) !important;
}

.welcome .custom-widget .shop-info .col-sm-4:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  inset-inline-start: 100%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(35, 136, 223, 0),
    rgba(35, 136, 223, .18) 20%,
    rgba(35, 136, 223, .18) 80%,
    rgba(35, 136, 223, 0)
  );
}

/* icon style */
.welcome .custom-widget .shop-info img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
  margin-bottom: 14px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, #f5fbff 0%, #eaf5ff 100%) !important;
  border: 1px solid rgba(36, 145, 235, .16) !important;
  box-shadow:
    0 10px 24px rgba(40, 130, 220, .10),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

/* title text */
.welcome .custom-widget .shop-info p {
  position: relative !important;
  margin: 0 !important;
  font-family: "Alexandria", "Cairo", sans-serif !important;
  font-size: clamp(18px, 1.6vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
  letter-spacing: -.2px !important;
  color: #173a63 !important;
}

/* subtle premium accent dot */
.welcome .custom-widget .shop-info p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-inline-end: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1a9bff 0%, #3bc7ff 100%);
  box-shadow: 0 0 0 5px rgba(34, 169, 255, .10);
  vertical-align: middle;
}

/* if any future small text exists */
.welcome .custom-widget .shop-info span,
.welcome .custom-widget .shop-info small {
  display: block !important;
  margin-top: 6px !important;
  color: #6d86a1 !important;
  font-family: "Alexandria", "Cairo", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* mobile */
@media (max-width: 991.98px) {
  .welcome .custom-widget .shop-info {
    padding: 16px !important;
    border-radius: 24px !important;
  }

  .welcome .custom-widget .shop-info .col-sm-4 {
    min-height: 116px !important;
  }

  .welcome .custom-widget .shop-info p {
    font-size: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .welcome .custom-widget .shop-info .col-sm-4 {
    min-height: auto !important;
    padding: 16px 10px !important;
  }

  .welcome .custom-widget .shop-info .col-sm-4:not(:last-child)::after {
    display: none !important;
  }

  .welcome .custom-widget .shop-info .col-sm-4:not(:last-child) {
    margin-bottom: 14px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(34, 139, 230, .12) !important;
  }

  .welcome .custom-widget .shop-info img {
    width: 30px !important;
    height: 30px !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
    border-radius: 16px !important;
  }

  .welcome .custom-widget .shop-info p {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }
}

/* === MSTEC WHITE PREMIUM INFO STRIP END === */


/* ===== SOURCE: css/mstec-live-products.css ===== */

/* === MSTEC LIVE PRODUCTS PREMIUM START === */

.mstec-live-products-section,
.mstec-live-products-section * {
  box-sizing: border-box;
  font-family: "Alexandria", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.mstec-live-products-section {
  position: relative !important;
  overflow: hidden !important;
  width: min(1280px, calc(100% - 34px)) !important;
  margin: 34px auto !important;
  padding: 32px 26px 36px !important;
  border-radius: 36px !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(64, 190, 255, .12), transparent 260px),
    radial-gradient(circle at 92% 92%, rgba(18, 122, 220, .09), transparent 280px),
    linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(247,252,255,.99) 100%) !important;
  border: 1px solid rgba(17, 123, 218, .11) !important;
  box-shadow:
    0 30px 82px rgba(8, 35, 72, .11),
    inset 0 1px 0 rgba(255,255,255,.86) !important;
  direction: rtl !important;
}

.mstec-live-products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.36), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 50% 0%, rgba(20, 150, 255, .05), transparent 36%);
  pointer-events: none;
}

.mstec-live-products-section > * {
  position: relative;
  z-index: 2;
}

.mstec-live-products-section .text-center.mb-5,
.mstec-live-products-section > .text-center {
  margin-bottom: 34px !important;
}

.mstec-live-products-section .border-title {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 12px !important;
}

.mstec-live-products-section .border-title h2,
.mstec-live-products-section h2:first-child {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-width: min(420px, 100%) !important;
  margin: 0 auto !important;
  padding: 13px 28px !important;
  border-radius: 19px !important;
  background: linear-gradient(90deg, #1177d8 0%, #1597ef 55%, #43c8ff 100%) !important;
  color: #ffffff !important;
  font-size: clamp(20px, 2.1vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  letter-spacing: -.25px !important;
  box-shadow:
    0 18px 42px rgba(16, 130, 230, .24),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
}

.mstec-live-products-section .border-title h2::before,
.mstec-live-products-section h2:first-child::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #eaffff;
  box-shadow:
    0 0 0 7px rgba(255,255,255,.14),
    0 0 18px rgba(255,255,255,.72);
}

.mstec-live-products-section .text-center p,
.mstec-live-products-section > p {
  color: #526b84 !important;
  font-size: 13.8px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  letter-spacing: -.1px !important;
}

.mstec-products-category-title {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 34px 0 18px !important;
  padding: 0 4px !important;
  color: #0c3564 !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
  letter-spacing: -.25px !important;
}

.mstec-products-category-title::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #55d2ff 0%, #1589ff 100%);
  box-shadow:
    0 0 0 8px rgba(21, 137, 255, .10),
    0 0 18px rgba(21, 137, 255, .34);
}

.mstec-products-category-title::after {
  content: "اسحب لمشاهدة المزيد";
  margin-inline-start: auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17,123,218,.08), rgba(67,200,255,.10));
  color: #168be8;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  border: 1px solid rgba(22, 139, 232, .10);
}

.mstec-products-track-wrap {
  position: relative !important;
  margin-bottom: 26px !important;
}

.mstec-products-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
  user-select: none !important;
  padding: 6px 4px 24px !important;
  margin: 0 !important;
}

.mstec-products-track.is-dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
}

.mstec-products-track::-webkit-scrollbar {
  height: 10px;
}

.mstec-products-track::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(17, 123, 218, .07);
}

.mstec-products-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, #1589ff, #42c8ff);
  border: 2px solid #eef7ff;
}

.mstec-products-track > [class*="col-"],
.mstec-products-track > div {
  flex: 0 0 clamp(290px, 30.5vw, 392px) !important;
  max-width: clamp(290px, 30.5vw, 392px) !important;
  width: clamp(290px, 30.5vw, 392px) !important;
  padding: 0 !important;
  margin: 0 !important;
  scroll-snap-align: start !important;
}

.mstec-live-products-section .card {
  position: relative !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(16, 124, 220, .12) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at top right, rgba(65, 193, 255, .06), transparent 220px),
    linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(249,252,255,.99) 100%) !important;
  box-shadow:
    0 20px 54px rgba(8, 35, 74, .095),
    inset 0 1px 0 rgba(255,255,255,.94) !important;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}

.mstec-live-products-section .card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #1177d8 0%, #42c8ff 100%);
  z-index: 3;
}

.mstec-live-products-section .card:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(16, 124, 220, .22) !important;
  box-shadow:
    0 28px 72px rgba(11, 76, 141, .15),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.mstec-live-products-section .card-img-top,
.mstec-live-products-section .card img {
  width: 100% !important;
  height: 310px !important;
  object-fit: contain !important;
  padding: 22px 18px 12px !important;
  background:
    radial-gradient(circle at center top, rgba(77, 187, 255, .09), transparent 62%),
    linear-gradient(180deg, rgba(247,251,255,.98), rgba(255,255,255,1)) !important;
}

.mstec-live-products-section .card-body {
  padding: 14px 20px 22px !important;
  text-align: right !important;
}

.mstec-live-products-section .card-title,
.mstec-live-products-section .card h4,
.mstec-live-products-section .card h5 {
  margin: 0 0 12px !important;
  color: #0d315c !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.85 !important;
  letter-spacing: -.18px !important;
}

.mstec-live-products-section .card-text,
.mstec-live-products-section .card p {
  color: #536c83 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
}

.mstec-live-products-section .pricex,
.mstec-live-products-section .price,
.mstec-live-products-section [class*="price"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 6px 0 4px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(17,123,218,.08), rgba(67,194,255,.10)) !important;
  color: #1177d8 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.mstec-live-products-section del {
  color: #8ea0b2 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.mstec-live-products-section .cart-btn,
.mstec-live-products-section .card .cart-btn {
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin-top: 16px !important;
}

.mstec-live-products-section .cart-btn a,
.mstec-live-products-section .cart-btn button,
.mstec-live-products-section .more,
.mstec-live-products-section .pay {
  min-width: 124px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  letter-spacing: -.1px !important;
  transition: all .26s ease !important;
}

.mstec-live-products-section .more,
.mstec-live-products-section .cart-btn a:first-child {
  background: linear-gradient(90deg, #1177d8 0%, #34baff 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 28px rgba(17, 123, 218, .22) !important;
}

.mstec-live-products-section .pay,
.mstec-live-products-section .cart-btn a:last-child,
.mstec-live-products-section .cart-btn button {
  background: #fff !important;
  color: #0d315c !important;
  border: 1.5px solid rgba(18, 124, 220, .22) !important;
  box-shadow: 0 10px 24px rgba(10, 64, 120, .08) !important;
}

.mstec-live-products-section .more:hover,
.mstec-live-products-section .pay:hover,
.mstec-live-products-section .cart-btn a:hover,
.mstec-live-products-section .cart-btn button:hover {
  transform: translateY(-2px) !important;
}

.mstec-products-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.93);
  color: #1177d8;
  box-shadow: 0 14px 34px rgba(8, 35, 72, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s ease;
}

.mstec-products-arrow:hover {
  background: linear-gradient(90deg, #1177d8, #36bdff);
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}

.mstec-products-arrow.prev {
  right: -8px;
}

.mstec-products-arrow.next {
  left: -8px;
}

.mstec-products-arrow svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 991.98px) {
  .mstec-live-products-section {
    width: min(100% - 20px, 1280px) !important;
    padding: 26px 16px 30px !important;
    border-radius: 28px !important;
  }

  .mstec-products-track {
    gap: 16px !important;
    padding-bottom: 20px !important;
  }

  .mstec-products-track > [class*="col-"],
  .mstec-products-track > div {
    flex-basis: 310px !important;
    max-width: 310px !important;
    width: 310px !important;
  }

  .mstec-live-products-section .card-img-top,
  .mstec-live-products-section .card img {
    height: 270px !important;
  }

  .mstec-products-arrow {
    display: none !important;
  }

  .mstec-products-category-title::after {
    content: "اسحب يمين وشمال";
  }
}

@media (max-width: 575.98px) {
  .mstec-live-products-section {
    width: calc(100% - 14px) !important;
    padding: 22px 12px 26px !important;
    border-radius: 24px !important;
  }

  .mstec-live-products-section .border-title h2,
  .mstec-live-products-section h2:first-child {
    min-width: 100% !important;
    padding: 12px 16px !important;
    font-size: 20px !important;
  }

  .mstec-products-category-title {
    font-size: 19px !important;
    margin-top: 28px !important;
  }

  .mstec-products-category-title::after {
    font-size: 11px !important;
    padding: 7px 10px !important;
  }

  .mstec-products-track > [class*="col-"],
  .mstec-products-track > div {
    flex-basis: 82vw !important;
    max-width: 82vw !important;
    width: 82vw !important;
  }

  .mstec-live-products-section .card {
    border-radius: 24px !important;
  }

  .mstec-live-products-section .card-img-top,
  .mstec-live-products-section .card img {
    height: 235px !important;
    padding: 18px 12px 8px !important;
  }

  .mstec-live-products-section .card-body {
    padding: 12px 15px 18px !important;
  }

  .mstec-live-products-section .cart-btn a,
  .mstec-live-products-section .cart-btn button,
  .mstec-live-products-section .more,
  .mstec-live-products-section .pay {
    min-width: calc(50% - 5px) !important;
    height: 42px !important;
    font-size: 12.8px !important;
  }
}

/* === MSTEC LIVE PRODUCTS PREMIUM END === */


/* ===== SOURCE: css/mstec-live-products-polish.css ===== */

/* === MSTEC PRODUCTS POLISH / CATEGORY TITLE FIX START === */

.mstec-live-products-section .mstec-products-title-holder {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 10px 0 18px !important;
  padding: 0 !important;
  direction: rtl !important;
}

.mstec-live-products-section .mstec-products-title-holder.col-md-12,
.mstec-live-products-section .mstec-products-title-holder[class*="col-"] {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.mstec-live-products-section .mstec-products-title-holder .border-title {
  margin: 0 !important;
  display: block !important;
  width: auto !important;
}

.mstec-live-products-section .mstec-products-title-holder .mstec-products-category-title,
.mstec-live-products-section .mstec-products-title-holder h1,
.mstec-live-products-section .mstec-products-title-holder h2,
.mstec-live-products-section .mstec-products-title-holder h3,
.mstec-live-products-section .mstec-products-title-holder h4 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 58px !important;
  margin: 0 0 0 auto !important;
  padding: 14px 22px 14px 18px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: linear-gradient(90deg, #1177d8 0%, #1597ef 55%, #47caff 100%) !important;
  color: #ffffff !important;
  font-size: clamp(18px, 1.7vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  letter-spacing: -.25px !important;
  white-space: nowrap !important;
  box-shadow:
    0 18px 38px rgba(17, 123, 218, .18),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.mstec-live-products-section .mstec-products-title-holder .mstec-products-category-title::before,
.mstec-live-products-section .mstec-products-title-holder h1::before,
.mstec-live-products-section .mstec-products-title-holder h2::before,
.mstec-live-products-section .mstec-products-title-holder h3::before,
.mstec-live-products-section .mstec-products-title-holder h4::before {
  content: "" !important;
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  background: #ecffff !important;
  box-shadow:
    0 0 0 7px rgba(255,255,255,.14),
    0 0 18px rgba(255,255,255,.65) !important;
  flex: 0 0 11px !important;
}

.mstec-live-products-section .mstec-products-title-holder .mstec-products-category-title::after,
.mstec-live-products-section .mstec-products-title-holder h1::after,
.mstec-live-products-section .mstec-products-title-holder h2::after,
.mstec-live-products-section .mstec-products-title-holder h3::after,
.mstec-live-products-section .mstec-products-title-holder h4::after {
  content: none !important;
}

.mstec-live-products-section .mstec-products-track-wrap {
  margin-top: 0 !important;
  margin-bottom: 26px !important;
}

.mstec-live-products-section .mstec-products-track {
  align-items: stretch !important;
}

.mstec-live-products-section .mstec-products-track > .mstec-products-title-holder,
.mstec-live-products-section .mstec-products-track > .col-md-12.text-right,
.mstec-live-products-section .mstec-products-track > .col-12.text-right {
  display: none !important;
}

.mstec-live-products-section .mstec-products-track > [class*="col-"],
.mstec-live-products-section .mstec-products-track > div {
  flex: 0 0 clamp(280px, 29vw, 372px) !important;
  max-width: clamp(280px, 29vw, 372px) !important;
  width: clamp(280px, 29vw, 372px) !important;
}

.mstec-live-products-section .card {
  border-radius: 28px !important;
}

.mstec-live-products-section .card-body {
  padding-top: 16px !important;
}

.mstec-live-products-section .card-title,
.mstec-live-products-section .card h4,
.mstec-live-products-section .card h5 {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.mstec-live-products-section .pricex,
.mstec-live-products-section .price,
.mstec-live-products-section [class*="price"] {
  padding: 9px 15px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
}

.mstec-live-products-section .cart-btn {
  margin-top: 14px !important;
}

.mstec-live-products-section .cart-btn a,
.mstec-live-products-section .cart-btn button,
.mstec-live-products-section .more,
.mstec-live-products-section .pay {
  min-width: 132px !important;
  height: 45px !important;
  font-size: 13.5px !important;
  border-radius: 999px !important;
}

@media (max-width: 991.98px) {
  .mstec-live-products-section .mstec-products-title-holder {
    margin: 6px 0 14px !important;
  }

  .mstec-live-products-section .mstec-products-title-holder .mstec-products-category-title,
  .mstec-live-products-section .mstec-products-title-holder h1,
  .mstec-live-products-section .mstec-products-title-holder h2,
  .mstec-live-products-section .mstec-products-title-holder h3,
  .mstec-live-products-section .mstec-products-title-holder h4 {
    min-height: 54px !important;
    padding: 12px 18px 12px 16px !important;
    font-size: 18px !important;
  }

  .mstec-live-products-section .mstec-products-track > [class*="col-"],
  .mstec-live-products-section .mstec-products-track > div {
    flex-basis: 300px !important;
    max-width: 300px !important;
    width: 300px !important;
  }
}

@media (max-width: 575.98px) {
  .mstec-live-products-section .mstec-products-title-holder {
    margin: 4px 0 12px !important;
  }

  .mstec-live-products-section .mstec-products-title-holder .mstec-products-category-title,
  .mstec-live-products-section .mstec-products-title-holder h1,
  .mstec-live-products-section .mstec-products-title-holder h2,
  .mstec-live-products-section .mstec-products-title-holder h3,
  .mstec-live-products-section .mstec-products-title-holder h4 {
    min-height: 50px !important;
    max-width: 92% !important;
    white-space: normal !important;
    text-align: center !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    padding: 11px 16px !important;
    border-radius: 18px !important;
  }

  .mstec-live-products-section .mstec-products-track > [class*="col-"],
  .mstec-live-products-section .mstec-products-track > div {
    flex-basis: 80vw !important;
    max-width: 80vw !important;
    width: 80vw !important;
  }
}

/* === MSTEC PRODUCTS POLISH / CATEGORY TITLE FIX END === */


/* ===== SOURCE: css/mstec-live-products-force-motion.css ===== */

/* === MSTEC GUARANTEED PRODUCTS MOTION START === */

.mstec-force-motion-viewport {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 6px 2px 24px !important;
  direction: ltr !important;
}

.mstec-force-motion-viewport::before,
.mstec-force-motion-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 20px;
  width: 82px;
  z-index: 8;
  pointer-events: none;
}

.mstec-force-motion-viewport::before {
  right: 0;
  background: linear-gradient(270deg, rgba(247,252,255,.98), rgba(247,252,255,0));
}

.mstec-force-motion-viewport::after {
  left: 0;
  background: linear-gradient(90deg, rgba(247,252,255,.98), rgba(247,252,255,0));
}

.mstec-force-motion-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate3d(var(--mstec-force-x, 0px), 0, 0);
  will-change: transform;
  cursor: grab !important;
  user-select: none !important;
  touch-action: pan-y !important;
}

.mstec-force-motion-track.is-force-dragging {
  cursor: grabbing !important;
}

.mstec-force-motion-track > [class*="col-"],
.mstec-force-motion-track > div {
  flex: 0 0 clamp(280px, 29vw, 372px) !important;
  max-width: clamp(280px, 29vw, 372px) !important;
  width: clamp(280px, 29vw, 372px) !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mstec-force-motion-track .card,
.mstec-force-motion-track .card * {
  direction: rtl !important;
}

.mstec-force-motion-clone {
  pointer-events: none !important;
}

.mstec-force-motion-track .mstec-force-non-product {
  display: none !important;
}

.mstec-force-motion-viewport .mstec-products-arrow {
  display: none !important;
}

@media (max-width: 991.98px) {
  .mstec-force-motion-track {
    gap: 16px !important;
  }

  .mstec-force-motion-track > [class*="col-"],
  .mstec-force-motion-track > div {
    flex-basis: 300px !important;
    max-width: 300px !important;
    width: 300px !important;
  }

  .mstec-force-motion-viewport::before,
  .mstec-force-motion-viewport::after {
    width: 46px;
  }
}

@media (max-width: 575.98px) {
  .mstec-force-motion-track > [class*="col-"],
  .mstec-force-motion-track > div {
    flex-basis: 80vw !important;
    max-width: 80vw !important;
    width: 80vw !important;
  }

  .mstec-force-motion-viewport::before,
  .mstec-force-motion-viewport::after {
    width: 32px;
  }
}

/* === MSTEC GUARANTEED PRODUCTS MOTION END === */


/* ===== SOURCE: css/mstec-live-products-whatsapp.css ===== */

/* === MSTEC PRODUCT WHATSAPP PREMIUM START === */

.mstec-live-products-section .card .cart-btn {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 16px !important;
}

.mstec-live-products-section .card .cart-btn .more,
.mstec-live-products-section .card .cart-btn .pay,
.mstec-live-products-section .card .cart-btn a:not(.mstec-product-whatsapp-btn),
.mstec-live-products-section .card .cart-btn button:not(.mstec-product-whatsapp-btn) {
  width: 100% !important;
  min-width: 0 !important;
  height: 45px !important;
  border-radius: 999px !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.mstec-product-whatsapp-btn {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 48px !important;
  margin-top: 2px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  font-family: "Alexandria", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: -.15px !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.20), transparent 30%),
    linear-gradient(90deg, #0f9f63 0%, #18c979 48%, #21d991 100%) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow:
    0 16px 34px rgba(20, 190, 112, .22),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
  transition:
    transform .26s ease,
    box-shadow .26s ease,
    filter .26s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.mstec-product-whatsapp-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.22) 42%, transparent 68%);
  transform: translateX(120%);
  transition: transform .55s ease;
  pointer-events: none;
}

.mstec-product-whatsapp-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  filter: saturate(1.04) !important;
  box-shadow:
    0 20px 42px rgba(20, 190, 112, .30),
    inset 0 1px 0 rgba(255,255,255,.32) !important;
}

.mstec-product-whatsapp-btn:hover::before {
  transform: translateX(-120%);
}

.mstec-product-whatsapp-btn svg {
  width: 21px !important;
  height: 21px !important;
  flex: 0 0 21px !important;
  display: block !important;
  fill: currentColor !important;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.12));
}

.mstec-product-whatsapp-btn span {
  position: relative !important;
  z-index: 2 !important;
}

.mstec-force-motion-clone {
  pointer-events: auto !important;
}

@media (max-width: 575.98px) {
  .mstec-live-products-section .card .cart-btn {
    gap: 9px !important;
  }

  .mstec-live-products-section .card .cart-btn .more,
  .mstec-live-products-section .card .cart-btn .pay,
  .mstec-live-products-section .card .cart-btn a:not(.mstec-product-whatsapp-btn),
  .mstec-live-products-section .card .cart-btn button:not(.mstec-product-whatsapp-btn) {
    height: 42px !important;
    font-size: 12.7px !important;
  }

  .mstec-product-whatsapp-btn {
    height: 46px !important;
    font-size: 13.2px !important;
  }

  .mstec-product-whatsapp-btn svg {
    width: 19px !important;
    height: 19px !important;
  }
}

/* === MSTEC PRODUCT WHATSAPP PREMIUM END === */


/* ===== SOURCE: css/mstec-live-lastwork-direct.css ===== */

/* === MSTEC LASTWORK DIRECT PREMIUM START === */

.say {
  position: relative !important;
  overflow: hidden !important;
  padding: 72px 0 82px !important;
  background:
    radial-gradient(circle at 10% 18%, rgba(54, 182, 255, .13), transparent 280px),
    radial-gradient(circle at 90% 20%, rgba(17, 123, 218, .08), transparent 300px),
    linear-gradient(180deg, #f6fbff 0%, #eef7ff 55%, #f8fcff 100%) !important;
}

.say,
.say * {
  font-family: "Alexandria", system-ui, sans-serif !important;
}

body.mstec-lastwork-direct-ready .say .owl-carousel,
body.mstec-lastwork-direct-ready .say .VueCarousel,
body.mstec-lastwork-direct-ready .say .carousel:not(#mstec-live-lastwork-direct),
body.mstec-lastwork-direct-ready .say .owl-stage-outer,
body.mstec-lastwork-direct-ready .say .owl-nav,
body.mstec-lastwork-direct-ready .say .owl-dots {
  display: none !important;
}

.say .text-center.mb-5 {
  margin-bottom: 28px !important;
}

.say .border-title {
  display: flex !important;
  justify-content: center !important;
}

.say .border-title h2 {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 28px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,252,255,.96)) !important;
  border: 1px solid rgba(17, 123, 218, .13) !important;
  color: #103a67 !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  font-weight: 900 !important;
  letter-spacing: -.3px !important;
  box-shadow:
    0 20px 45px rgba(9, 45, 88, .09),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.say .border-title h2::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(180deg, #55d2ff, #1589ff);
  box-shadow: 0 0 0 7px rgba(21, 137, 255, .11);
}

#mstec-live-lastwork-direct,
#mstec-live-lastwork-direct * {
  box-sizing: border-box;
}

#mstec-live-lastwork-direct {
  position: relative;
  z-index: 5;
  width: min(1280px, calc(100% - 34px));
  margin: 0 auto;
  direction: ltr;
}

.mstec-lastwork-viewport {
  position: relative;
  overflow: hidden;
  padding: 10px 0 26px;
}

.mstec-lastwork-viewport::before,
.mstec-lastwork-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 22px;
  width: 86px;
  z-index: 7;
  pointer-events: none;
}

.mstec-lastwork-viewport::before {
  right: 0;
  background: linear-gradient(270deg, rgba(246,251,255,.98), rgba(246,251,255,0));
}

.mstec-lastwork-viewport::after {
  left: 0;
  background: linear-gradient(90deg, rgba(246,251,255,.98), rgba(246,251,255,0));
}

.mstec-lastwork-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  width: max-content;
  transform: translate3d(var(--mstec-lastwork-x, 0px), 0, 0);
  will-change: transform;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.mstec-lastwork-track.is-dragging {
  cursor: grabbing;
}

.mstec-lastwork-card {
  direction: rtl;
  flex: 0 0 260px;
  width: 260px;
  min-height: 392px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(67, 200, 255, .08), transparent 190px),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,252,255,.99));
  border: 1px solid rgba(17, 123, 218, .13);
  box-shadow:
    0 22px 52px rgba(8, 35, 72, .105),
    inset 0 1px 0 rgba(255,255,255,.92);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.mstec-lastwork-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 90px;
  height: 5px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, #1177d8, #43c8ff);
}

.mstec-lastwork-card:hover {
  transform: translateY(-7px);
  border-color: rgba(17, 123, 218, .23);
  box-shadow:
    0 30px 70px rgba(8, 35, 72, .15),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.mstec-lastwork-imgbox {
  height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  margin-bottom: 18px;
  border-radius: 23px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  border: 1px solid rgba(17, 123, 218, .09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}

.mstec-lastwork-imgbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.mstec-lastwork-title {
  min-height: 70px;
  margin: 0 0 12px;
  color: #103a67;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 4px;
}

.mstec-lastwork-tag {
  margin: auto auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #5d7894;
  background: rgba(17, 123, 218, .075);
  border: 1px solid rgba(17, 123, 218, .10);
  font-size: 12px;
  font-weight: 800;
}

.mstec-lastwork-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #55d2ff, #1589ff);
  box-shadow: 0 0 0 6px rgba(21, 137, 255, .10);
}

.mstec-lastwork-empty {
  direction: rtl;
  text-align: center;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  color: #103a67;
  font-weight: 800;
}

@media (min-width: 1200px) {
  .mstec-lastwork-card {
    flex-basis: 270px;
    width: 270px;
  }
}

@media (max-width: 991.98px) {
  #mstec-live-lastwork-direct {
    width: min(100% - 20px, 1280px);
  }

  .mstec-lastwork-track {
    gap: 16px;
  }

  .mstec-lastwork-card {
    flex-basis: 235px;
    width: 235px;
    min-height: 360px;
    border-radius: 26px;
  }

  .mstec-lastwork-imgbox {
    height: 185px;
  }

  .mstec-lastwork-title {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .say {
    padding: 54px 0 62px !important;
  }

  #mstec-live-lastwork-direct {
    width: calc(100% - 14px);
  }

  .mstec-lastwork-viewport::before,
  .mstec-lastwork-viewport::after {
    width: 34px;
  }

  .mstec-lastwork-card {
    flex-basis: 76vw;
    width: 76vw;
    min-height: 350px;
    padding: 14px;
    border-radius: 24px;
  }

  .mstec-lastwork-imgbox {
    height: 178px;
    border-radius: 20px;
  }

  .mstec-lastwork-title {
    font-size: 17px;
    min-height: auto;
  }
}

/* === MSTEC LASTWORK DIRECT PREMIUM END === */


/* ===== SOURCE: css/mstec-live-footer-premium.css ===== */

/* === MSTEC / AQUA TRUST PREMIUM FOOTER START === */

footer.mstec-footer-premium,
footer.mstec-footer-premium * {
  box-sizing: border-box;
  font-family: "Alexandria", system-ui, sans-serif !important;
}

footer.mstec-footer-premium {
  position: relative !important;
  margin-top: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(67, 200, 255, .18), transparent 240px),
    radial-gradient(circle at 88% 15%, rgba(15, 143, 255, .10), transparent 260px),
    linear-gradient(135deg, #071b33 0%, #0b3158 52%, #1177d8 100%) !important;
  color: #ffffff !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

footer.mstec-footer-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 30%, transparent 70%, rgba(255,255,255,.03)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.02) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

footer.mstec-footer-premium .mstec-footer-wrap {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  padding: 34px 0 20px;
}

footer.mstec-footer-premium .mstec-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 20px;
  align-items: stretch;
}

footer.mstec-footer-premium .mstec-footer-card {
  position: relative;
  min-height: 100%;
  padding: 22px 22px 20px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 18px 45px rgba(3, 16, 33, .22),
    inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

footer.mstec-footer-premium .mstec-footer-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  width: 92px;
  height: 4px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, #43c8ff, #8ce7ff);
  opacity: .95;
}

footer.mstec-footer-premium .mstec-footer-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.2px;
}

footer.mstec-footer-premium .mstec-footer-title::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(180deg, #86eaff, #2ca8ff);
  box-shadow: 0 0 0 6px rgba(67, 200, 255, .13);
  flex: 0 0 auto;
}

footer.mstec-footer-premium .mstec-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer.mstec-footer-premium .mstec-footer-brand-name {
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.25;
}

footer.mstec-footer-premium .mstec-footer-brand-sub {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

footer.mstec-footer-premium .mstec-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

footer.mstec-footer-premium .mstec-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

footer.mstec-footer-premium .mstec-badge:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.2);
  color: #ffffff;
  text-decoration: none;
}

footer.mstec-footer-premium .mstec-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

footer.mstec-footer-premium .mstec-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  min-height: 44px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  transition: .25s ease;
}

footer.mstec-footer-premium .mstec-footer-link:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.18);
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

footer.mstec-footer-premium .mstec-footer-contact-list {
  display: grid;
  gap: 12px;
}

footer.mstec-footer-premium .mstec-contact-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.09);
}

footer.mstec-footer-premium .mstec-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(67, 200, 255, .22), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.14);
  color: #ffffff;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

footer.mstec-footer-premium .mstec-contact-text {
  min-width: 0;
}

footer.mstec-footer-premium .mstec-contact-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 700;
}

footer.mstec-footer-premium .mstec-contact-value,
footer.mstec-footer-premium .mstec-contact-value a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

footer.mstec-footer-premium .mstec-contact-value a:hover {
  color: #bfefff;
}

footer.mstec-footer-premium .mstec-footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}

footer.mstec-footer-premium .mstec-footer-copy {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

footer.mstec-footer-premium .mstec-footer-copy strong {
  color: #bfefff;
  font-weight: 900;
}

footer.mstec-footer-premium .mstec-footer-note {
  color: rgba(255,255,255,.70);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  footer.mstec-footer-premium .mstec-footer-wrap {
    width: min(100% - 18px, 1240px);
    padding: 28px 0 18px;
  }

  footer.mstec-footer-premium .mstec-footer-top {
    grid-template-columns: 1fr;
  }

  footer.mstec-footer-premium .mstec-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  footer.mstec-footer-premium .mstec-footer-card {
    padding: 18px 16px 17px;
    border-radius: 22px;
  }

  footer.mstec-footer-premium .mstec-footer-title {
    font-size: 16px;
  }

  footer.mstec-footer-premium .mstec-footer-brand-name {
    font-size: 21px;
  }

  footer.mstec-footer-premium .mstec-footer-link {
    width: 100%;
  }

  footer.mstec-footer-premium .mstec-contact-item {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 11px 12px;
  }

  footer.mstec-footer-premium .mstec-contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 17px;
  }

  footer.mstec-footer-premium .mstec-footer-copy {
    font-size: 12px;
  }
}

/* === MSTEC / AQUA TRUST PREMIUM FOOTER END === */


/* ===== SOURCE: css/mstec-live-order-modal-premium.css ===== */

/* === MSTEC ORDER MODAL PREMIUM STYLE START === */

body .modal,
body .modal * {
  font-family: "Alexandria", system-ui, sans-serif !important;
  box-sizing: border-box;
}

body .modal {
  direction: rtl !important;
}

body .modal-backdrop.show {
  opacity: .62 !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(43, 173, 255, .18), transparent 28%),
    #061527 !important;
}

body .modal-dialog {
  max-width: min(820px, calc(100% - 24px)) !important;
  margin: 28px auto !important;
}

body .modal-content {
  border: 1px solid rgba(17, 123, 218, .14) !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(67, 200, 255, .10), transparent 230px),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow:
    0 30px 90px rgba(5, 24, 50, .24),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

body .modal-header {
  position: relative !important;
  padding: 22px 26px !important;
  border-bottom: 1px solid rgba(17, 123, 218, .10) !important;
  background:
    linear-gradient(90deg, rgba(17,123,218,.10), rgba(67,200,255,.08)),
    #ffffff !important;
}

body .modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  width: 92px;
  height: 4px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, #1177d8, #43c8ff);
}

body .modal-title {
  margin: 0 !important;
  color: #103a67 !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  letter-spacing: -.25px !important;
}

body .modal-header .close {
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #103a67 !important;
  background: rgba(17, 123, 218, .07) !important;
  border: 1px solid rgba(17, 123, 218, .12) !important;
  opacity: 1 !important;
  text-shadow: none !important;
  transition: .25s ease !important;
}

body .modal-header .close:hover {
  background: rgba(17, 123, 218, .13) !important;
  transform: rotate(90deg) !important;
}

body .modal-body {
  padding: 26px !important;
  background:
    radial-gradient(circle at 90% 20%, rgba(67,200,255,.07), transparent 220px),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

body .modal-body label,
body .modal-body .form-check-label {
  display: inline-block !important;
  margin-bottom: 9px !important;
  color: #173f6d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
}

body .modal-body .form-group {
  margin-bottom: 18px !important;
}

body .modal-body .form-control,
body .modal-body input[type="text"],
body .modal-body input[type="tel"],
body .modal-body input[type="email"],
body .modal-body textarea {
  width: 100% !important;
  min-height: 48px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(17, 123, 218, .18) !important;
  background: rgba(255,255,255,.96) !important;
  color: #102f52 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 14px !important;
  box-shadow:
    0 10px 26px rgba(8, 35, 72, .045),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  outline: none !important;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease !important;
}

body .modal-body textarea.form-control,
body .modal-body textarea {
  min-height: 118px !important;
  resize: vertical !important;
}

body .modal-body .form-control:focus,
body .modal-body input:focus,
body .modal-body textarea:focus {
  border-color: rgba(17, 123, 218, .46) !important;
  background: #ffffff !important;
  box-shadow:
    0 0 0 4px rgba(17, 123, 218, .09),
    0 14px 32px rgba(8, 35, 72, .07) !important;
}

body .modal-body input[type="radio"] {
  accent-color: #1177d8 !important;
  transform: scale(1.08);
  margin-inline-start: 7px !important;
}

body .modal-body .form-check,
body .modal-body .custom-control {
  margin-bottom: 8px !important;
}

body .modal-footer {
  padding: 18px 26px !important;
  border-top: 1px solid rgba(17, 123, 218, .10) !important;
  background:
    linear-gradient(90deg, rgba(17,123,218,.08), rgba(67,200,255,.08)),
    #f8fbff !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: flex-start !important;
}

body .modal-footer .btn {
  min-width: 132px !important;
  height: 46px !important;
  border-radius: 999px !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: -.12px !important;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}

body .modal-footer .btn-primary {
  color: #ffffff !important;
  background: linear-gradient(90deg, #1177d8 0%, #34baff 100%) !important;
  box-shadow: 0 16px 32px rgba(17, 123, 218, .24) !important;
}

body .modal-footer .btn-secondary,
body .modal-footer .btn-default {
  color: #173f6d !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 123, 218, .18) !important;
  box-shadow: 0 12px 26px rgba(8, 35, 72, .07) !important;
}

body .modal-footer .btn:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 575.98px) {
  body .modal-dialog {
    max-width: calc(100% - 14px) !important;
    margin: 14px auto !important;
  }

  body .modal-content {
    border-radius: 24px !important;
  }

  body .modal-header,
  body .modal-body,
  body .modal-footer {
    padding-inline: 16px !important;
  }

  body .modal-title {
    font-size: 18px !important;
  }

  body .modal-footer {
    flex-direction: column-reverse !important;
  }

  body .modal-footer .btn {
    width: 100% !important;
  }
}

/* === MSTEC ORDER MODAL PREMIUM STYLE END === */


/* ==========================================================
   MSTEC PREMIUM MOBILE V2 - STEP 1
   Compact Header
========================================================== */

@media (max-width:768px){

/* شريط التنبيه */
.mstec-top-notice,
.top-notice,
.notice-bar{
    min-height:46px!important;
    padding:8px 14px!important;
    border-radius:18px!important;
    font-size:14px!important;
    line-height:1.5!important;
}

/* اللوجو */
.navbar-brand,
.logo,
.header-logo{
    width:165px!important;
    max-width:165px!important;
    margin:8px auto!important;
    display:block!important;
}

/* القائمة */
.navbar-nav,
.header-menu{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:8px!important;
    padding:8px 6px!important;
    scrollbar-width:none!important;
}

.navbar-nav::-webkit-scrollbar,
.header-menu::-webkit-scrollbar{
    display:none!important;
}

.navbar-nav li,
.header-menu li{
    flex:0 0 auto!important;
}

.navbar-nav a,
.header-menu a{
    padding:10px 18px!important;
    border-radius:16px!important;
    font-size:14px!important;
    white-space:nowrap!important;
}

}


/* =====================================================
   MSTEC PREMIUM V3
   STEP 1 : Compact Floating Bar
===================================================== */

.mstec-floating-wrap{
    padding:6px 0!important;
    background:#071b33!important;
}

.mstec-floating-bar{
    min-height:38px!important;
    padding:8px 18px!important;
    border-radius:999px!important;
    background:#0b203d!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 8px 25px rgba(0,0,0,.22)!important;
}

.mstec-floating-text{
    font-size:13px!important;
    font-weight:700!important;
    color:#fff!important;
    letter-spacing:.2px;
}

.mstec-floating-dot{
    width:9px!important;
    height:9px!important;
    background:#2ea8ff!important;
    box-shadow:
        0 0 8px #2ea8ff,
        0 0 18px #2ea8ff;
    animation:mstecPulseBlue 1.6s infinite;
}

@keyframes mstecPulseBlue{
0%{transform:scale(.8);opacity:.6}
50%{transform:scale(1.2);opacity:1}
100%{transform:scale(.8);opacity:.6}
}


/* ==========================================================
   MSTEC PREMIUM V3
   Compact Header Mobile
========================================================== */

@media (max-width:768px){

.mstec-logo-box{
width:112px!important;
height:112px!important;
padding:12px!important;
margin:10px auto 6px!important;
border-radius:20px!important;
background:linear-gradient(180deg,#0b5ed7,#083b88)!important;
box-shadow:0 14px 36px rgba(0,80,200,.18)!important;
}

.mstec-logo-box img{
width:100%!important;
height:100%!important;
object-fit:contain!important;
}

.mstec-main-nav{
margin-top:8px!important;
padding:0 6px 8px!important;
overflow-x:auto!important;
overflow-y:hidden!important;
white-space:nowrap!important;
scrollbar-width:none!important;
}

.mstec-main-nav::-webkit-scrollbar{
display:none!important;
}

.mstec-main-nav ul{
display:flex!important;
flex-wrap:nowrap!important;
gap:8px!important;
}

.mstec-main-nav li{
flex:0 0 auto!important;
}

.mstec-main-nav a{
padding:8px 16px!important;
border-radius:999px!important;
font-size:13px!important;
font-weight:700!important;
background:#fff!important;
color:#0b2d63!important;
box-shadow:0 8px 18px rgba(0,0,0,.08)!important;
}

}


@media (max-width:768px){
.mstec-contact-strip{
display:none!important;
}
}

@media (max-width:768px){

.mstec-mobile-quick-contact{
display:flex!important;
align-items:center!important;
justify-content:center!important;
gap:10px!important;
width:max-content!important;
margin:8px auto 6px!important;
padding:7px 12px!important;
border-radius:999px!important;
background:rgba(255,255,255,.92)!important;
box-shadow:0 10px 28px rgba(4,55,110,.14)!important;
border:1px solid rgba(31,158,255,.18)!important;
}

.mstec-mobile-quick-contact a{
width:34px!important;
height:34px!important;
border-radius:13px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
font-size:17px!important;
text-decoration:none!important;
color:#0a5fb5!important;
background:linear-gradient(180deg,#ffffff,#eaf7ff)!important;
box-shadow:inset 0 0 0 1px rgba(25,150,255,.15)!important;
}

.mstec-mobile-quick-contact a:nth-child(2){
color:#16b957!important;
background:linear-gradient(180deg,#f4fff8,#dcffe9)!important;
}

.mstec-logo-box{
width:96px!important;
height:72px!important;
padding:9px!important;
margin:6px auto!important;
border-radius:20px!important;
}

.mstec-header-shell{
padding:10px 10px 12px!important;
border-radius:24px!important;
}

.mstec-main-nav{
margin-top:6px!important;
padding-bottom:4px!important;
}

}

@media (max-width:768px){
.mstec-mobile-quick-contact{
display:flex!important;align-items:center!important;justify-content:center!important;
gap:10px!important;width:max-content!important;margin:8px auto 6px!important;
padding:7px 12px!important;border-radius:999px!important;background:#fff!important;
box-shadow:0 10px 28px rgba(4,55,110,.16)!important;z-index:50!important;position:relative!important;
}
.mstec-mobile-quick-contact a{
width:34px!important;height:34px!important;border-radius:13px!important;display:flex!important;
align-items:center!important;justify-content:center!important;text-decoration:none!important;
font-size:17px!important;color:#0a5fb5!important;background:#eef8ff!important;
}
.mstec-mobile-quick-contact a:nth-child(2){color:#18b85a!important;background:#eafff1!important}
.mstec-contact-strip{display:none!important}
}


@media (max-width:768px){
.mstec-v3-top-icons{
display:flex!important;
visibility:visible!important;
opacity:1!important;
align-items:center!important;
justify-content:center!important;
gap:9px!important;
width:max-content!important;
margin:7px auto 5px!important;
padding:6px 10px!important;
border-radius:999px!important;
background:#ffffff!important;
position:relative!important;
z-index:9999!important;
box-shadow:0 12px 28px rgba(3,45,90,.16)!important;
border:1px solid rgba(32,160,255,.18)!important;
}
.mstec-v3-top-icons a{
width:32px!important;
height:32px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
border-radius:12px!important;
text-decoration:none!important;
font-size:16px!important;
font-weight:900!important;
color:#0b63b6!important;
background:#eef8ff!important;
}
.mstec-v3-top-icons .wa{
color:#16b957!important;
background:#eafff1!important;
font-size:13px!important;
box-shadow:inset 0 0 0 7px #16b957!important;
}
.mstec-contact-strip{display:none!important}
}
\n
@media (max-width:768px){
.mstec-v3-top-icons,
.mstec-mobile-quick-contact{
display:none!important;
}
.mstec-contact-strip{
display:grid!important;
grid-template-columns:repeat(3,1fr)!important;
gap:6px!important;
margin:8px 6px 10px!important;
padding:7px!important;
border-radius:20px!important;
background:rgba(255,255,255,.94)!important;
box-shadow:0 12px 30px rgba(3,55,105,.14)!important;
border:1px solid rgba(32,160,255,.14)!important;
}
.mstec-contact-item{
min-width:0!important;
padding:6px 3px!important;
border-radius:14px!important;
background:linear-gradient(180deg,#ffffff,#eef9ff)!important;
box-shadow:none!important;
display:flex!important;
flex-direction:column!important;
align-items:center!important;
justify-content:center!important;
gap:3px!important;
}
.mstec-contact-icon{
width:30px!important;
height:30px!important;
border-radius:11px!important;
margin:0!important;
}
.mstec-contact-icon svg{
width:16px!important;
height:16px!important;
}
.mstec-contact-label{
font-size:10px!important;
line-height:1.1!important;
color:#6b7c8f!important;
font-weight:800!important;
}
.mstec-contact-value{
font-size:11px!important;
line-height:1.1!important;
font-weight:900!important;
color:#0756a8!important;
white-space:nowrap!important;
}
}

@media (max-width:768px){.mstec-v3-top-icons,.mstec-mobile-quick-contact{display:none!important}.mstec-contact-strip{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin:8px 8px 10px!important;padding:7px!important;border-radius:20px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 12px 28px rgba(3,55,105,.14)!important}.mstec-contact-item{min-width:0!important;padding:6px 2px!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;background:linear-gradient(180deg,#fff,#eef9ff)!important}.mstec-contact-icon{width:28px!important;height:28px!important;border-radius:10px!important;margin:0!important}.mstec-contact-icon svg{width:15px!important;height:15px!important}.mstec-contact-label{font-size:9px!important;line-height:1.1!important;font-weight:800!important;color:#6d7f91!important}.mstec-contact-value{font-size:10px!important;line-height:1.1!important;font-weight:900!important;color:#0756a8!important;white-space:nowrap!important}}

/* === MSTEC KILL EXTRA V3 HEADER LAYERS START === */
#mstec-live-header .mstec-mobile-quick-contact,
#mstec-live-header .mstec-v3-top-icons,
.mstec-mobile-quick-contact,
.mstec-v3-top-icons {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
/* === MSTEC KILL EXTRA V3 HEADER LAYERS END === */

/* === MSTEC SAFE PREMIUM COMPACT MOBILE HEADER START === */
@media (max-width: 767.98px) {

  #mstec-live-header,
  #mstec-live-header * {
    box-sizing: border-box !important;
  }

  #mstec-live-header {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    direction: rtl !important;
    background: transparent !important;
  }

  #mstec-live-header .mstec-floating-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 6px 7px 0 !important;
    background: transparent !important;
  }

  #mstec-live-header .mstec-live-container {
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #mstec-live-header .mstec-floating-bar {
    width: 100% !important;
    min-height: 32px !important;
    margin: 0 auto !important;
    padding: 8px 12px 9px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #06192d 0%, #082b4e 55%, #061d35 100%) !important;
    border: 1px solid rgba(38, 169, 255, 0.32) !important;
    box-shadow: 0 8px 20px rgba(2, 25, 55, 0.14) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  #mstec-live-header .mstec-floating-dot {
    flex: 0 0 8px !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #20a8ff !important;
    box-shadow:
      0 0 0 4px rgba(32, 168, 255, 0.13),
      0 0 14px rgba(32, 168, 255, 0.9) !important;
  }

  #mstec-live-header .mstec-floating-text {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 52px) !important;
    color: #ffffff !important;
    font-size: clamp(7.8px, 2.32vw, 10.6px) !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.45px !important;
    word-spacing: -1.5px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    transform: translateY(-0.5px) !important;
  }

  #mstec-live-header .mstec-site-head {
    width: 100% !important;
    margin: 0 !important;
    padding: 6px 7px 5px !important;
    background: transparent !important;
  }

  #mstec-live-header .mstec-header-shell {
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
    padding: 8px !important;
    border-radius: 20px !important;
    overflow: visible !important;
    background:
      radial-gradient(circle at 14% 0%, rgba(32, 168, 255, 0.10), transparent 130px),
      linear-gradient(180deg, #ffffff 0%, #f4fbff 100%) !important;
    border: 1px solid rgba(10, 100, 160, 0.08) !important;
    box-shadow:
      0 14px 30px rgba(2, 28, 62, 0.10),
      inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  }

  #mstec-live-header .mstec-header-main,
  #mstec-live-header .mstec-final-header-main {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 34px !important;
    grid-template-areas:
      "search logo menu"
      "nav nav nav" !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    direction: rtl !important;
  }

  #mstec-live-header .mstec-logo-box,
  #mstec-live-header .mstec-final-logo-box {
    grid-area: logo !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 7px 10px !important;
    border-radius: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(145deg, #0d7ae0 0%, #21b6ff 100%) !important;
    border: 1px solid rgba(11, 116, 212, 0.24) !important;
    box-shadow:
      0 8px 18px rgba(7, 85, 160, 0.14),
      inset 0 1px 0 rgba(255,255,255,0.28) !important;
  }

  #mstec-live-header .mstec-logo-box img,
  #mstec-live-header .mstec-final-logo-box img,
  #mstec-live-header img[src*="logo"] {
    width: min(24vw, 92px) !important;
    max-width: 92px !important;
    min-width: 70px !important;
    height: auto !important;
    max-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    display: block !important;
    filter: drop-shadow(0 1px 1px rgba(255,255,255,.15)) !important;
  }

  #mstec-live-header .mstec-header-actions,
  #mstec-live-header .mstec-final-actions-remove {
    display: none !important;
  }

  #mstec-live-header .mstec-main-nav,
  #mstec-live-header .mstec-final-nav {
    grid-area: nav !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 1px 0 0 !important;
    padding: 2px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  #mstec-live-header .mstec-main-nav a svg,
  #mstec-live-header .mstec-final-nav a svg,
  #mstec-live-header .mstec-main-nav a i,
  #mstec-live-header .mstec-final-nav a i {
    display: none !important;
  }

  #mstec-live-header .mstec-main-nav a,
  #mstec-live-header .mstec-final-nav a,
  #mstec-live-header .mstec-main-nav button,
  #mstec-live-header .mstec-final-nav button {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    min-height: 27px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #06233f !important;
    border: 1px solid rgba(8, 88, 145, 0.08) !important;
    box-shadow: 0 6px 14px rgba(4, 48, 92, 0.07) !important;
    font-size: clamp(9px, 2.55vw, 10.8px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.25px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  #mstec-live-header .mstec-main-nav a::before,
  #mstec-live-header .mstec-final-nav a::before {
    content: "" !important;
    width: 13px !important;
    height: 13px !important;
    flex: 0 0 13px !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    opacity: 0.95 !important;
  }

  #mstec-live-header .mstec-main-nav a:nth-child(1)::before,
  #mstec-live-header .mstec-final-nav a:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231582dd' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 9.5V21h14V9.5'/%3E%3C/svg%3E") !important;
  }

  #mstec-live-header .mstec-main-nav a:nth-child(2)::before,
  #mstec-live-header .mstec-final-nav a:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231582dd' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2C9.3 5.6 6 8.7 6 13a6 6 0 0 0 12 0c0-4.3-3.3-7.4-6-11z'/%3E%3C/svg%3E") !important;
  }

  #mstec-live-header .mstec-main-nav a:nth-child(3)::before,
  #mstec-live-header .mstec-final-nav a:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231582dd' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='10' width='6' height='10' rx='1.5'/%3E%3Crect x='10' y='6' width='4' height='14' rx='1.2'/%3E%3Crect x='15' y='12' width='6' height='8' rx='1.5'/%3E%3C/svg%3E") !important;
  }

  #mstec-live-header .mstec-main-nav a:nth-child(4)::before,
  #mstec-live-header .mstec-final-nav a:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231582dd' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M7 12h10'/%3E%3Cpath d='M10 17h4'/%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3C/svg%3E") !important;
  }

  #mstec-live-header .mstec-main-nav a:nth-child(5)::before,
  #mstec-live-header .mstec-final-nav a:nth-child(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231582dd' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1.4'/%3E%3C/svg%3E") !important;
  }

  #mstec-live-header .mstec-main-nav a:nth-child(6)::before,
  #mstec-live-header .mstec-final-nav a:nth-child(6)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231582dd' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l2.7 5.47 6.03.88-4.36 4.25 1.03 6-5.4-2.84-5.4 2.84 1.03-6L3.27 9.35l6.03-.88L12 3z'/%3E%3C/svg%3E") !important;
  }

  #mstec-live-header .mstec-contact-strip {
    width: 100% !important;
    min-height: 0 !important;
    margin: 6px 0 0 !important;
    padding: 5px !important;
    border-radius: 17px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(7, 83, 135, 0.07) !important;
    box-shadow:
      0 9px 20px rgba(4, 49, 92, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    overflow: hidden !important;
  }

  #mstec-live-header .mstec-contact-item {
    min-width: 0 !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 6px 5px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%) !important;
    box-shadow: 0 6px 14px rgba(4, 54, 98, 0.06) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  #mstec-live-header .mstec-contact-item + .mstec-contact-item {
    border: 0 !important;
  }

  #mstec-live-header .mstec-contact-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 3px !important;
    border-radius: 7px !important;
    background: linear-gradient(145deg, #e5f7ff 0%, #ffffff 100%) !important;
    color: #1594dd !important;
    box-shadow: inset 0 0 0 1px rgba(21, 148, 221, 0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #mstec-live-header .mstec-contact-icon.whatsapp {
    background: linear-gradient(145deg, #e8fff1 0%, #ffffff 100%) !important;
    color: #1fa855 !important;
    box-shadow: inset 0 0 0 1px rgba(31, 168, 85, 0.18) !important;
  }

  #mstec-live-header .mstec-contact-icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  #mstec-live-header .mstec-contact-text {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
  }

  #mstec-live-header .mstec-contact-label,
  #mstec-live-header .mstec-contact-value {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #06345d !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.2px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  #mstec-live-header .mstec-contact-label {
    font-size: 7.9px !important;
    opacity: 0.82 !important;
  }

  #mstec-live-header .mstec-contact-value {
    margin-top: 2px !important;
    font-size: 8.4px !important;
  }
}
/* === MSTEC SAFE PREMIUM COMPACT MOBILE HEADER END === */

/* === MSTEC CONTACT ICON SQUARE FIX START === */
@media (max-width: 767.98px) {
  #mstec-live-header .mstec-contact-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    flex: 0 0 20px !important;
  }

  #mstec-live-header .mstec-contact-icon svg {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    display: block !important;
  }

  #mstec-live-header .mstec-contact-item {
    gap: 4px !important;
  }
}
/* === MSTEC CONTACT ICON SQUARE FIX END === */

/* === MSTEC PREMIUM MOBILE SLIDER COMPACT FIT START === */
@media (max-width: 767.98px) {

  #mstec-live-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px auto 8px !important;
    padding: 0 7px !important;
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
  }

  #mstec-live-header + #mstec-live-slider {
    margin-top: 2px !important;
  }

  #mstec-live-slider .mstec-live-container,
  #mstec-live-slider .container,
  #mstec-live-slider .container-fluid {
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #mstec-live-slider .mstec-live-slider-shell,
  #mstec-live-slider .mstec-slider-shell,
  #mstec-live-slider .mstec-live-slider-card,
  #mstec-live-slider .mstec-slider-card,
  #mstec-live-slider [class*="slider-shell"],
  #mstec-live-slider [class*="slider-card"] {
    position: relative !important;
    width: 100% !important;
    max-width: 460px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 7px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
    border: 1px solid rgba(8, 93, 150, 0.08) !important;
    box-shadow:
      0 12px 28px rgba(2, 31, 66, 0.09),
      inset 0 1px 0 rgba(255,255,255,0.95) !important;
  }

  #mstec-live-slider .mstec-live-slider-track,
  #mstec-live-slider .mstec-slider-track,
  #mstec-live-slider [class*="slider-track"] {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  #mstec-live-slider .mstec-live-slide,
  #mstec-live-slider .mstec-slide,
  #mstec-live-slider [class*="live-slide"] {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    background: transparent !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  #mstec-live-slider .mstec-live-slide-media,
  #mstec-live-slider .mstec-slide-media,
  #mstec-live-slider .mstec-slider-media,
  #mstec-live-slider .mstec-live-slide-image,
  #mstec-live-slider [class*="slide-media"],
  #mstec-live-slider [class*="slider-media"],
  #mstec-live-slider [class*="image-wrap"] {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: transparent !important;
  }

  #mstec-live-slider img,
  #mstec-live-slider picture,
  #mstec-live-slider picture img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 13px !important;
  }

  #mstec-live-slider .mstec-live-slider-dots,
  #mstec-live-slider .mstec-slider-dots,
  #mstec-live-slider [class*="slider-dot"]:not(button):not(.active) {
    margin: 0 !important;
  }

  #mstec-live-slider .mstec-live-slider-dots,
  #mstec-live-slider .mstec-slider-dots,
  #mstec-live-slider [class*="slider-dots"] {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 12px !important;
    transform: translateX(-50%) !important;
    z-index: 5 !important;
    width: auto !important;
    min-height: 0 !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    background: transparent !important;
  }

  #mstec-live-slider .mstec-live-slider-dot,
  #mstec-live-slider .mstec-slider-dot,
  #mstec-live-slider [class*="slider-dot"] {
    width: 18px !important;
    height: 5px !important;
    min-width: 18px !important;
    min-height: 5px !important;
    max-width: 18px !important;
    max-height: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
  }

  #mstec-live-slider .mstec-live-slider-dot.active,
  #mstec-live-slider .mstec-slider-dot.active,
  #mstec-live-slider [class*="slider-dot"].active {
    background: #ffffff !important;
  }
}
/* === MSTEC PREMIUM MOBILE SLIDER COMPACT FIT END === */

/* === MSTEC PREMIUM MOBILE SLIDER HEIGHT COLLAPSE START === */
@media (max-width: 767.98px) {

  #mstec-live-header + #mstec-live-slider {
    margin-top: 4px !important;
  }

  #mstec-live-slider,
  #mstec-live-slider .mstec-live-container,
  #mstec-live-slider .container,
  #mstec-live-slider .container-fluid {
    min-height: 0 !important;
    height: auto !important;
  }

  #mstec-live-slider .mstec-live-slider-shell,
  #mstec-live-slider .mstec-slider-shell,
  #mstec-live-slider .mstec-live-slider-card,
  #mstec-live-slider .mstec-slider-card,
  #mstec-live-slider [class*="slider-shell"],
  #mstec-live-slider [class*="slider-card"] {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 18px !important;
  }

  #mstec-live-slider .mstec-live-slider-track,
  #mstec-live-slider .mstec-slider-track,
  #mstec-live-slider [class*="slider-track"],
  #mstec-live-slider .mstec-live-slide,
  #mstec-live-slider .mstec-slide,
  #mstec-live-slider [class*="live-slide"] {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  #mstec-live-slider .mstec-live-slide {
    display: block !important;
    padding: 0 !important;
  }

  #mstec-live-slider .mstec-live-slide.active,
  #mstec-live-slider .mstec-slide.active {
    display: block !important;
  }

  #mstec-live-slider .mstec-live-slide > *,
  #mstec-live-slider .mstec-slide > *,
  #mstec-live-slider [class*="live-slide"] > * {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  #mstec-live-slider .mstec-live-slide-media,
  #mstec-live-slider .mstec-slide-media,
  #mstec-live-slider .mstec-slider-media,
  #mstec-live-slider .mstec-live-slide-image,
  #mstec-live-slider [class*="slide-media"],
  #mstec-live-slider [class*="slider-media"],
  #mstec-live-slider [class*="image-wrap"] {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  #mstec-live-slider img,
  #mstec-live-slider picture,
  #mstec-live-slider picture img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  /* إخفاء أي بلوك فاضي داخل السلايدر ياخد مساحة */
  #mstec-live-slider .mstec-live-slide-content:empty,
  #mstec-live-slider .mstec-slide-content:empty,
  #mstec-live-slider .mstec-live-slide-caption:empty,
  #mstec-live-slider .mstec-slide-caption:empty,
  #mstec-live-slider [class*="slide-content"]:empty,
  #mstec-live-slider [class*="slide-caption"]:empty,
  #mstec-live-slider [class*="slide-body"]:empty,
  #mstec-live-slider [class*="slider-body"]:empty {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* لو فيه بلوك نصي/سفلي تحت الصورة، نلغي أي حجز مساحة */
  #mstec-live-slider .mstec-live-slide-content,
  #mstec-live-slider .mstec-slide-content,
  #mstec-live-slider .mstec-live-slide-caption,
  #mstec-live-slider .mstec-slide-caption,
  #mstec-live-slider [class*="slide-content"],
  #mstec-live-slider [class*="slide-caption"],
  #mstec-live-slider [class*="slide-body"],
  #mstec-live-slider [class*="slider-body"] {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* منع أي spacer أو pseudo elements من حجز فراغ */
  #mstec-live-slider *::before,
  #mstec-live-slider *::after {
    max-height: none !important;
  }

  #mstec-live-slider .mstec-live-slider-dots,
  #mstec-live-slider .mstec-slider-dots,
  #mstec-live-slider [class*="slider-dots"] {
    bottom: 6px !important;
  }

  #mstec-live-slider .mstec-live-slider-dot,
  #mstec-live-slider .mstec-slider-dot,
  #mstec-live-slider [class*="slider-dot"] {
    width: 16px !important;
    height: 5px !important;
    min-width: 16px !important;
    min-height: 5px !important;
    max-width: 16px !important;
    max-height: 5px !important;
  }
}
/* === MSTEC PREMIUM MOBILE SLIDER HEIGHT COLLAPSE END === */

/* === MSTEC SLIDER MEASURED HEIGHT FIX START === */
@media (max-width: 767.98px) {
  #mstec-live-slider.mstec-slider-measured {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
    padding: 0 7px !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  #mstec-live-slider.mstec-slider-measured,
  #mstec-live-slider.mstec-slider-measured .mstec-live-container,
  #mstec-live-slider.mstec-slider-measured .container,
  #mstec-live-slider.mstec-slider-measured .container-fluid,
  #mstec-live-slider.mstec-slider-measured [class*="container"] {
    min-height: 0 !important;
    height: auto !important;
  }

  #mstec-live-slider.mstec-slider-measured .mstec-measured-slider-box {
    min-height: 0 !important;
    height: calc(var(--mstec-slider-real-height, 0px) + 14px) !important;
    max-height: calc(var(--mstec-slider-real-height, 0px) + 14px) !important;
    padding: 7px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 20px !important;
  }

  #mstec-live-slider.mstec-slider-measured .mstec-measured-slider-inner {
    min-height: 0 !important;
    height: var(--mstec-slider-real-height, auto) !important;
    max-height: var(--mstec-slider-real-height, none) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  #mstec-live-slider.mstec-slider-measured .mstec-measured-slider-inner > * {
    min-height: 0 !important;
    height: var(--mstec-slider-real-height, auto) !important;
    max-height: var(--mstec-slider-real-height, none) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  #mstec-live-slider.mstec-slider-measured img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #mstec-live-slider.mstec-slider-measured .mstec-live-slider-dots,
  #mstec-live-slider.mstec-slider-measured .mstec-slider-dots,
  #mstec-live-slider.mstec-slider-measured [class*="dots"] {
    bottom: 11px !important;
  }
}
/* === MSTEC SLIDER MEASURED HEIGHT FIX END === */

/* === MSTEC SLIDER OVERLAY MARK FIX START === */
@media (max-width: 767.98px) {

  /* إزالة أي سهم/كنترول ظاهر فوق صورة السلايدر */
  #mstec-live-slider button:not(.mstec-live-slider-dot):not(.mstec-slider-dot),
  #mstec-live-slider .carousel-control-prev,
  #mstec-live-slider .carousel-control-next,
  #mstec-live-slider .carousel-control-prev-icon,
  #mstec-live-slider .carousel-control-next-icon,
  #mstec-live-slider [class*="arrow"],
  #mstec-live-slider [class*="prev"],
  #mstec-live-slider [class*="next"],
  #mstec-live-slider [class*="control"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  /* تأكيد إن مؤشرات السلايدر فقط تكون صغيرة وتحت الصورة */
  #mstec-live-slider .mstec-live-slider-dots,
  #mstec-live-slider .mstec-slider-dots,
  #mstec-live-slider [class*="slider-dots"] {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 8px !important;
    transform: translateX(-50%) !important;
    z-index: 6 !important;
    width: auto !important;
    height: 7px !important;
    min-height: 7px !important;
    max-height: 7px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #mstec-live-slider .mstec-live-slider-dot,
  #mstec-live-slider .mstec-slider-dot {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 5px !important;
    min-width: 18px !important;
    min-height: 5px !important;
    max-width: 18px !important;
    max-height: 5px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: rgba(255,255,255,.70) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.13) !important;
    transform: none !important;
  }

  #mstec-live-slider .mstec-live-slider-dot.active,
  #mstec-live-slider .mstec-slider-dot.active {
    background: #ffffff !important;
  }
}
/* === MSTEC SLIDER OVERLAY MARK FIX END === */

/* === MSTEC SLIDER DOTS FOOTER FIX START === */
@media (max-width: 767.98px) {

  #mstec-live-slider.mstec-slider-measured .mstec-measured-slider-box {
    height: calc(var(--mstec-slider-real-height, 0px) + 28px) !important;
    max-height: calc(var(--mstec-slider-real-height, 0px) + 28px) !important;
    padding: 7px 7px 21px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  #mstec-live-slider.mstec-slider-measured .mstec-measured-slider-inner {
    height: var(--mstec-slider-real-height, auto) !important;
    max-height: var(--mstec-slider-real-height, none) !important;
    overflow: hidden !important;
  }

  #mstec-live-slider .mstec-live-slider-dots,
  #mstec-live-slider .mstec-slider-dots,
  #mstec-live-slider [class*="slider-dots"] {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 8px !important;
    transform: translateX(-50%) !important;
    z-index: 8 !important;
    width: auto !important;
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #mstec-live-slider .mstec-live-slider-dot,
  #mstec-live-slider .mstec-slider-dot {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 5px !important;
    min-width: 18px !important;
    min-height: 5px !important;
    max-width: 18px !important;
    max-height: 5px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(6, 35, 63, 0.14) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  #mstec-live-slider .mstec-live-slider-dot.active,
  #mstec-live-slider .mstec-slider-dot.active {
    width: 24px !important;
    max-width: 24px !important;
    background: linear-gradient(90deg, #1594dd, #22b7ff) !important;
    box-shadow: 0 3px 9px rgba(21, 148, 221, 0.22) !important;
  }
}
/* === MSTEC SLIDER DOTS FOOTER FIX END === */

/* === MSTEC SLIDER DOTS REAL BOTTOM START === */
@media (max-width: 767.98px) {

  #mstec-live-slider .mstec-measured-slider-box,
  #mstec-live-slider .mstec-live-slider-shell,
  #mstec-live-slider .mstec-slider-shell,
  #mstec-live-slider [class*="slider-shell"] {
    position: relative !important;
    padding: 7px 7px 24px !important;
    overflow: hidden !important;
  }

  #mstec-live-slider.mstec-slider-measured .mstec-measured-slider-box {
    height: calc(var(--mstec-slider-real-height, 0px) + 38px) !important;
    max-height: calc(var(--mstec-slider-real-height, 0px) + 38px) !important;
  }

  #mstec-live-slider .mstec-slider-dots-real-bottom,
  #mstec-live-slider .mstec-live-slider-dots,
  #mstec-live-slider .mstec-slider-dots,
  #mstec-live-slider [class*="slider-dots"] {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 9px !important;
    transform: translateX(-50%) !important;
    z-index: 20 !important;
    width: auto !important;
    height: 7px !important;
    min-height: 7px !important;
    max-height: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #mstec-live-slider .mstec-live-slider-dot,
  #mstec-live-slider .mstec-slider-dot,
  #mstec-live-slider .mstec-slider-dots-real-bottom > * {
    display: block !important;
    width: 18px !important;
    height: 5px !important;
    min-width: 18px !important;
    min-height: 5px !important;
    max-width: 18px !important;
    max-height: 5px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(6, 35, 63, 0.13) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  #mstec-live-slider .mstec-live-slider-dot.active,
  #mstec-live-slider .mstec-slider-dot.active,
  #mstec-live-slider .mstec-slider-dots-real-bottom > *.active {
    width: 24px !important;
    max-width: 24px !important;
    background: linear-gradient(90deg, #1594dd, #22b7ff) !important;
    box-shadow: 0 3px 9px rgba(21, 148, 221, 0.22) !important;
  }
}
/* === MSTEC SLIDER DOTS REAL BOTTOM END === */

/* === MSTEC VIDEO COMPACT PREMIUM MOBILE START === */
@media (max-width: 767.98px) {

  .mstec-video-shell {
    width: calc(100vw - 14px) !important;
    max-width: 460px !important;
    margin: 10px auto 12px !important;
    padding: 12px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow:
      0 14px 32px rgba(2, 28, 62, 0.12),
      inset 0 1px 0 rgba(255,255,255,.12) !important;
  }

  .mstec-video-head {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 0 10px !important;
    padding: 0 4px !important;
    min-height: 0 !important;
  }

  .mstec-video-badge {
    flex: 0 0 auto !important;
    min-height: 38px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 11.8px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.12),
      0 8px 18px rgba(0,0,0,.12) !important;
  }

  .mstec-video-dot {
    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
    max-width: 11px !important;
    max-height: 11px !important;
    border-radius: 999px !important;
    background: #20a8ff !important;
    box-shadow:
      0 0 0 5px rgba(32, 168, 255, 0.14),
      0 0 14px rgba(32, 168, 255, 0.90) !important;
  }

  .mstec-video-note {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #eaf5ff !important;
    font-size: 11.8px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mstec-video-shell iframe {
    display: block !important;
    width: 100% !important;
    height: 236px !important;
    min-height: 236px !important;
    max-height: 236px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .mstec-video-shell .mstec-video-frame,
  .mstec-video-shell .ratio,
  .mstec-video-shell .embed-responsive,
  .mstec-video-shell .embed-responsive-16by9,
  .mstec-video-shell .video-responsive {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .mstec-video-shell .ratio::before,
  .mstec-video-shell .embed-responsive::before,
  .mstec-video-shell .embed-responsive-16by9::before,
  .mstec-video-shell .video-responsive::before {
    display: none !important;
  }

  .mstec-video-shell > :not(.mstec-video-head) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mstec-video-shell h1,
  .mstec-video-shell h2,
  .mstec-video-shell h3,
  .mstec-video-shell h4,
  .mstec-video-shell p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* === MSTEC VIDEO COMPACT PREMIUM MOBILE END === */

/* === MSTEC WELCOME COMPACT PREMIUM MOBILE START === */
@media (max-width: 767.98px) {

  body .container-fluid.welcome,
  body .welcome,
  body .mstec-live-welcome-ready {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 12px 0 14px !important;
    overflow: hidden !important;
  }

  body .container-fluid.welcome > .container,
  body .welcome > .container,
  body .mstec-live-welcome-ready > .container,
  body .container-fluid.welcome .container,
  body .mstec-live-welcome-ready .container {
    width: calc(100vw - 34px) !important;
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .welcome .mstec-welcome-badge,
  body .welcome .mstec-welcome-title,
  body .welcome [class*="welcome"] h1,
  body .welcome [class*="welcome"] h2,
  body .welcome .text-center h1,
  body .welcome .text-center h2,
  body .welcome h1,
  body .welcome h2 {
    width: 100% !important;
    max-width: 300px !important;
    min-height: 54px !important;
    margin: 0 auto 14px !important;
    padding: 0 18px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, #0f86e8 0%, #22bfff 100%) !important;
    color: #ffffff !important;
    box-shadow:
      0 12px 26px rgba(17, 133, 226, 0.18),
      inset 0 1px 0 rgba(255,255,255,.25) !important;
    font-size: clamp(17px, 5vw, 22px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.7px !important;
    text-align: center !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  body .welcome .mstec-welcome-badge br,
  body .welcome .mstec-welcome-title br,
  body .welcome h1 br,
  body .welcome h2 br {
    display: none !important;
  }

  body .welcome .mstec-welcome-badge *,
  body .welcome .mstec-welcome-title *,
  body .welcome h1 *,
  body .welcome h2 * {
    display: inline !important;
    white-space: nowrap !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }

  body .welcome p,
  body .mstec-live-welcome-ready p {
    max-width: 360px !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    color: #40556a !important;
    font-size: 14.2px !important;
    font-weight: 700 !important;
    line-height: 1.85 !important;
    letter-spacing: -0.25px !important;
    text-align: center !important;
  }

  body .welcome .mstec-copy-grid,
  body .mstec-live-welcome-ready .mstec-copy-grid {
    width: 100% !important;
    max-width: 390px !important;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body .welcome .mstec-copy-point,
  body .welcome .card,
  body .welcome .feature,
  body .welcome [class*="point"],
  body .welcome [class*="feature"],
  body .mstec-live-welcome-ready .mstec-copy-point {
    width: 100% !important;
    max-width: 390px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 16px 15px 14px !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid rgba(19, 142, 219, 0.14) !important;
    box-shadow:
      0 12px 26px rgba(4, 43, 82, 0.08),
      inset 0 1px 0 rgba(255,255,255,.88) !important;
    overflow: hidden !important;
  }

  body .welcome .mstec-copy-point h1,
  body .welcome .mstec-copy-point h2,
  body .welcome .mstec-copy-point h3,
  body .welcome .mstec-copy-point h4,
  body .welcome .card h1,
  body .welcome .card h2,
  body .welcome .card h3,
  body .welcome .card h4,
  body .welcome [class*="point"] h1,
  body .welcome [class*="point"] h2,
  body .welcome [class*="point"] h3,
  body .welcome [class*="point"] h4 {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #06345d !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.45px !important;
    text-align: right !important;
    white-space: nowrap !important;
    display: block !important;
  }

  body .welcome .mstec-copy-point p,
  body .welcome .card p,
  body .welcome [class*="point"] p {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #516678 !important;
    font-size: 13.4px !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
    text-align: right !important;
  }

  body .welcome .mstec-copy-point::before,
  body .welcome .card::before,
  body .welcome [class*="point"]::before {
    width: 13px !important;
    height: 13px !important;
    top: 18px !important;
    right: 14px !important;
    background: #20a8ff !important;
    box-shadow:
      0 0 0 7px rgba(32,168,255,.12),
      0 0 16px rgba(32,168,255,.75) !important;
  }
}
/* === MSTEC WELCOME COMPACT PREMIUM MOBILE END === */

/* === MSTEC WELCOME SPACING AND BLUE MARK FIX START === */
@media (max-width: 767.98px) {

  body .container-fluid.welcome,
  body .welcome,
  body .mstec-live-welcome-ready {
    padding-top: 8px !important;
  }

  body .welcome .mstec-welcome-badge,
  body .welcome .mstec-welcome-title,
  body .welcome [class*="welcome"] h1,
  body .welcome [class*="welcome"] h2,
  body .welcome .text-center h1,
  body .welcome .text-center h2,
  body .welcome h1,
  body .welcome h2 {
    margin-bottom: 7px !important;
  }

  body .welcome .mstec-welcome-badge + p,
  body .welcome .mstec-welcome-title + p,
  body .welcome h1 + p,
  body .welcome h2 + p,
  body .mstec-live-welcome-ready h1 + p,
  body .mstec-live-welcome-ready h2 + p {
    margin-top: 0 !important;
  }

  body .welcome p,
  body .mstec-live-welcome-ready p {
    margin-bottom: 9px !important;
    font-size: 13.2px !important;
    line-height: 1.72 !important;
  }

  body .welcome .mstec-copy-grid,
  body .mstec-live-welcome-ready .mstec-copy-grid {
    margin-top: 7px !important;
    gap: 9px !important;
  }

  body .welcome .mstec-copy-point,
  body .welcome .card,
  body .welcome .feature,
  body .welcome [class*="point"],
  body .welcome [class*="feature"],
  body .mstec-live-welcome-ready .mstec-copy-point {
    padding-top: 14px !important;
    padding-bottom: 12px !important;
  }

  /* إزالة العلامة/الشريحة الزرقاء المستطيلة داخل كروت الوحدات والمحطات */
  body .welcome .mstec-copy-point::after,
  body .welcome .card::after,
  body .welcome .feature::after,
  body .welcome [class*="point"]::after,
  body .welcome [class*="feature"]::after,
  body .mstec-live-welcome-ready .mstec-copy-point::after {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .welcome .mstec-copy-point h1::after,
  body .welcome .mstec-copy-point h2::after,
  body .welcome .mstec-copy-point h3::after,
  body .welcome .mstec-copy-point h4::after,
  body .welcome .card h1::after,
  body .welcome .card h2::after,
  body .welcome .card h3::after,
  body .welcome .card h4::after,
  body .welcome [class*="point"] h1::after,
  body .welcome [class*="point"] h2::after,
  body .welcome [class*="point"] h3::after,
  body .welcome [class*="point"] h4::after {
    content: none !important;
    display: none !important;
  }

  body .welcome .mstec-copy-point h1,
  body .welcome .mstec-copy-point h2,
  body .welcome .mstec-copy-point h3,
  body .welcome .mstec-copy-point h4,
  body .welcome .card h1,
  body .welcome .card h2,
  body .welcome .card h3,
  body .welcome .card h4,
  body .welcome [class*="point"] h1,
  body .welcome [class*="point"] h2,
  body .welcome [class*="point"] h3,
  body .welcome [class*="point"] h4 {
    border-right: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }
}
/* === MSTEC WELCOME SPACING AND BLUE MARK FIX END === */

/* === MSTEC WELCOME BLUE RECT REAL REMOVE START === */
@media (max-width: 767.98px) {
  .mstec-welcome-blue-rect-remove {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC WELCOME BLUE RECT REAL REMOVE END === */

/* === MSTEC SAFE DAY OFFER COMPACT CSS ONLY START === */
@media (max-width: 767.98px) {

  /* القسم */
  body .welcome .container.products {
    width: calc(100vw - 32px) !important;
    max-width: 382px !important;
    margin: 12px auto 14px !important;
    padding: 12px !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 12% 0%, rgba(32,168,255,.08), transparent 150px),
      linear-gradient(180deg, rgba(255,255,255,.90) 0%, rgba(242,250,255,.97) 100%) !important;
    border: 1px solid rgba(18,143,220,.10) !important;
    box-shadow:
      0 14px 32px rgba(4,43,82,.09),
      inset 0 1px 0 rgba(255,255,255,.92) !important;
    overflow: hidden !important;
  }

  /* عنوان عرض اليوم */
  body .welcome .container.products > .border-title,
  body .welcome .container.products > h1,
  body .welcome .container.products > h2,
  body .welcome .container.products > h3,
  body .welcome .container.products > h4,
  body .welcome .container.products > .text-center {
    width: 100% !important;
    max-width: 292px !important;
    min-height: 54px !important;
    margin: 0 auto 14px !important;
    padding: 0 20px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, #0f86e8 0%, #22bfff 100%) !important;
    color: #ffffff !important;
    box-shadow:
      0 12px 26px rgba(17, 133, 226, 0.18),
      inset 0 1px 0 rgba(255,255,255,.25) !important;
    font-size: clamp(18px, 5vw, 24px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.55px !important;
    text-align: center !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  body .welcome .container.products > .border-title *,
  body .welcome .container.products > .text-center * {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    white-space: nowrap !important;
  }

  /* الصف */
  body .welcome .container.products .row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  body .welcome .container.products .row > [class*="col"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* الكارت */
  body .welcome .container.products .card {
    width: 100% !important;
    max-width: 352px !important;
    min-height: 180px !important;
    margin: 0 auto !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%) !important;
    border: 1px solid rgba(18,143,220,.12) !important;
    box-shadow:
      0 12px 26px rgba(4,43,82,.08),
      inset 0 1px 0 rgba(255,255,255,.94) !important;
    display: grid !important;
    grid-template-columns: 98px minmax(0, 1fr) !important;
    grid-template-areas: "image body" !important;
    align-items: center !important;
    gap: 12px !important;
    direction: ltr !important;
    overflow: hidden !important;
  }

  body .welcome .container.products .card::before,
  body .welcome .container.products .card::after {
    content: none !important;
    display: none !important;
  }

  /* الصورة */
  body .welcome .container.products .card > img,
  body .welcome .container.products .card .card-img-top,
  body .welcome .container.products .card img {
    grid-area: image !important;
    width: 88px !important;
    height: 88px !important;
    max-width: 88px !important;
    max-height: 88px !important;
    margin: 0 auto !important;
    padding: 6px !important;
    border-radius: 20px !important;
    object-fit: contain !important;
    background: rgba(232,248,255,.82) !important;
    box-shadow:
      inset 0 0 0 1px rgba(21,148,221,.10),
      0 6px 14px rgba(19,143,224,.08) !important;
    display: block !important;
  }

  /* جسم الكارت */
  body .welcome .container.products .card-body {
    grid-area: body !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 8px !important;
    direction: rtl !important;
  }

  /* عنوان المنتج */
  body .welcome .container.products .card-title,
  body .welcome .container.products .card h1,
  body .welcome .container.products .card h2,
  body .welcome .container.products .card h3,
  body .welcome .container.products .card h4,
  body .welcome .container.products .card h5 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #06345d !important;
    font-size: 14.8px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: -.15px !important;
    text-align: right !important;
    white-space: normal !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    min-height: 40px !important;
  }

  /* السعر */
  body .welcome .container.products .price,
  body .welcome .container.products [class*="price"],
  body .welcome .container.products .card p {
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #edf8ff 0%, #ffffff 100%) !important;
    color: #128fe0 !important;
    box-shadow: inset 0 0 0 1px rgba(21,148,221,.12) !important;
    font-size: 11.4px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    align-self: flex-start !important;
  }

  /* صندوق الأزرار */
  body .welcome .container.products .cart-btn {
    width: 100% !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  /* الأزرار */
  body .welcome .container.products .cart-btn .more,
  body .welcome .container.products .cart-btn .pay,
  body .welcome .container.products .cart-btn a,
  body .welcome .container.products .cart-btn button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: calc(50% - 4px) !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    transition: .2s ease !important;
  }

  body .welcome .container.products .cart-btn .more {
    order: 1 !important;
    background: linear-gradient(135deg, #0f86e8 0%, #22bfff 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(20,180,255,.28) !important;
    box-shadow:
      0 8px 18px rgba(17,133,226,.18),
      inset 0 1px 0 rgba(255,255,255,.18) !important;
  }

  body .welcome .container.products .cart-btn .pay {
    order: 2 !important;
    background: #ffffff !important;
    color: #06345d !important;
    border: 1px solid rgba(18,143,220,.16) !important;
    box-shadow: 0 7px 16px rgba(4,43,82,.08) !important;
  }
}
/* === MSTEC SAFE DAY OFFER COMPACT CSS ONLY END === */


/* === MSTEC HEADER SLIDER ORDER FIX START === */
@media (max-width: 767.98px) {

  #mstec-live-header {
    position: relative !important;
    z-index: 99990 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
  }

  #mstec-live-header .mstec-floating-wrap,
  #mstec-live-header .mstec-site-head,
  #mstec-live-header .mstec-header-shell {
    position: relative !important;
    z-index: 99991 !important;
  }

  #mstec-live-slider {
    position: relative !important;
    z-index: 10 !important;
    order: 2 !important;
    margin-top: 6px !important;
    transform: none !important;
  }

  #mstec-live-header + #mstec-live-slider {
    margin-top: 6px !important;
  }

  body #mstec-live-slider {
    top: auto !important;
    bottom: auto !important;
  }

  #mstec-live-slider,
  #mstec-live-slider * {
    z-index: auto;
  }

  #mstec-live-slider .mstec-live-slider-dots,
  #mstec-live-slider .mstec-slider-dots,
  #mstec-live-slider [class*="slider-dots"] {
    z-index: 20 !important;
  }
}
/* === MSTEC HEADER SLIDER ORDER FIX END === */

/* === MSTEC FORCE REMOVE PAYMENT DELIVERY STRIP MOBILE START === */
@media (max-width: 767.98px) {
  .mstec-force-remove-payment-delivery-strip,
  .mstec-force-remove-payment-delivery-item {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC FORCE REMOVE PAYMENT DELIVERY STRIP MOBILE END === */

/* === MSTEC REMOVE ONLINE PAYMENT LEFTOVER START === */
@media (max-width: 767.98px) {
  .mstec-remove-online-payment-leftover {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC REMOVE ONLINE PAYMENT LEFTOVER END === */

/* === MSTEC PRODUCTS LOOP TWO VISIBLE MOBILE START === */
@media (max-width: 767.98px) {

  :root {
    --mstec-products-mobile-gap: 10px;
    --mstec-products-mobile-card-w: calc((100vw - 34px) / 2);
  }

  /* صندوق قسم المنتجات */
  .mstec-live-products-section,
  .products,
  .container.products {
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    margin: 16px auto !important;
    padding: 14px 10px 16px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  /* عنوان منتجات MSTEC */
  .mstec-live-products-section > h1,
  .mstec-live-products-section > h2,
  .mstec-live-products-section > h3,
  .mstec-live-products-section .section-title,
  .mstec-live-products-section .border-title,
  .mstec-live-products-section .border-title h1,
  .mstec-live-products-section .border-title h2,
  .mstec-live-products-section .border-title h3 {
    font-size: 21px !important;
    line-height: 1.2 !important;
    margin: 0 auto 10px !important;
    text-align: center !important;
  }

  /* النص التعريفي */
  .mstec-live-products-section > p,
  .mstec-live-products-section .section-subtitle,
  .mstec-live-products-section .border-title + p {
    font-size: 13px !important;
    line-height: 1.65 !important;
    margin: 0 auto 12px !important;
    text-align: center !important;
    color: #5f7287 !important;
  }

  /* عناوين الأقسام */
  .mstec-live-products-section .mstec-products-category-title,
  .mstec-live-products-section .mstec-products-title-holder h1,
  .mstec-live-products-section .mstec-products-title-holder h2,
  .mstec-live-products-section .mstec-products-title-holder h3,
  .mstec-live-products-section .mstec-products-title-holder h4 {
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin: 10px auto 10px !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: linear-gradient(90deg, #1d83e2, #3dc4ff) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(32, 132, 224, .18) !important;
  }

  /* viewport يفضل مخفي عشان اللوب يشتغل */
  .mstec-live-products-section .mstec-force-motion-viewport,
  .mstec-live-products-section .mstec-products-track-wrap {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border-radius: 20px !important;
  }

  /* رجّع اللوب flex بدل grid */
  .mstec-live-products-section .mstec-products-track,
  .mstec-live-products-section .mstec-force-motion-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: var(--mstec-products-mobile-gap) !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 2px 0 6px !important;
    min-height: 0 !important;
  }

  /* العناصر الحقيقية + الـ clones يظهروا طبيعي */
  .mstec-live-products-section .mstec-products-track > *,
  .mstec-live-products-section .mstec-force-motion-track > * {
    flex: 0 0 var(--mstec-products-mobile-card-w) !important;
    width: var(--mstec-products-mobile-card-w) !important;
    max-width: var(--mstec-products-mobile-card-w) !important;
    min-width: var(--mstec-products-mobile-card-w) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* نخفي فقط العناصر غير الخاصة بالمنتجات لو موجودة */
  .mstec-live-products-section .mstec-products-arrow,
  .mstec-live-products-section .mstec-force-non-product {
    display: none !important;
  }

  /* كارت المنتج */
  .mstec-live-products-section .card,
  .products .card,
  .container.products .card {
    border-radius: 22px !important;
    overflow: hidden !important;
    min-height: auto !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(18, 123, 218, .10) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%) !important;
    box-shadow:
      0 12px 28px rgba(7, 36, 72, .08),
      inset 0 1px 0 rgba(255,255,255,.92) !important;
  }

  .mstec-live-products-section .card .card-body,
  .products .card .card-body,
  .container.products .card .card-body {
    padding: 8px 8px 10px !important;
  }

  /* صورة المنتج */
  .mstec-live-products-section .card img,
  .products .card img,
  .container.products .card img {
    width: 100% !important;
    height: 132px !important;
    max-height: 132px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 8px !important;
    background: #fff !important;
  }

  /* اسم المنتج */
  .mstec-live-products-section .card-title,
  .mstec-live-products-section .card h5,
  .mstec-live-products-section .card h4,
  .products .card-title,
  .products .card h5,
  .products .card h4,
  .container.products .card-title,
  .container.products .card h5,
  .container.products .card h4 {
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    color: #103a67 !important;
    text-align: center !important;
    margin: 6px 0 8px !important;
    min-height: 36px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* السعر */
  .mstec-live-products-section .price,
  .mstec-live-products-section [class*="price"],
  .products .price,
  .products [class*="price"],
  .container.products .price,
  .container.products [class*="price"] {
    font-size: 12px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    margin: 0 0 8px !important;
  }

  .mstec-live-products-section del,
  .products del,
  .container.products del {
    font-size: 10.5px !important;
    opacity: .65 !important;
  }

  /* صف الأزرار */
  .mstec-live-products-section .cart-btn,
  .products .cart-btn,
  .container.products .cart-btn {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 8px !important;
    align-items: stretch !important;
  }

  .mstec-live-products-section .cart-btn .more,
  .mstec-live-products-section .cart-btn .pay,
  .products .cart-btn .more,
  .products .cart-btn .pay,
  .container.products .cart-btn .more,
  .container.products .cart-btn .pay {
    width: 100% !important;
    min-width: 0 !important;
    height: 36px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 18px rgba(18, 123, 218, .12) !important;
  }

  .mstec-live-products-section .cart-btn .more,
  .products .cart-btn .more,
  .container.products .cart-btn .more {
    background: linear-gradient(90deg, #1c83e2, #37c0ff) !important;
    color: #fff !important;
    border: 0 !important;
  }

  .mstec-live-products-section .cart-btn .pay,
  .products .cart-btn .pay,
  .container.products .cart-btn .pay {
    background: #fff !important;
    color: #103a67 !important;
    border: 1px solid rgba(18, 123, 218, .14) !important;
  }

  /* زر واتساب */
  .mstec-live-products-section .mstec-product-whatsapp-btn,
  .products .mstec-product-whatsapp-btn,
  .container.products .mstec-product-whatsapp-btn {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 36px !important;
    height: 36px !important;
    margin-top: 2px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06) !important;
  }

  .mstec-live-products-section .mstec-product-whatsapp-btn svg,
  .products .mstec-product-whatsapp-btn svg,
  .container.products .mstec-product-whatsapp-btn svg {
    width: 15px !important;
    height: 15px !important;
  }
}
/* === MSTEC PRODUCTS LOOP TWO VISIBLE MOBILE END === */

/* === MSTEC PRODUCT WHATSAPP BUTTON NOWRAP START === */
@media (max-width: 767.98px) {
  .mstec-live-products-section .mstec-product-whatsapp-btn,
  .products .mstec-product-whatsapp-btn,
  .container.products .mstec-product-whatsapp-btn {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 6px !important;
    line-height: 1 !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  .mstec-live-products-section .mstec-product-whatsapp-btn span,
  .products .mstec-product-whatsapp-btn span,
  .container.products .mstec-product-whatsapp-btn span {
    display: inline-block !important;
    white-space: nowrap !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 24px) !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    line-height: 1 !important;
  }

  .mstec-live-products-section .mstec-product-whatsapp-btn svg,
  .products .mstec-product-whatsapp-btn svg,
  .container.products .mstec-product-whatsapp-btn svg {
    flex: 0 0 15px !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    display: block !important;
  }
}
/* === MSTEC PRODUCT WHATSAPP BUTTON NOWRAP END === */

/* === MSTEC LASTWORK DARK PREMIUM FORCE V3 START === */
@media (max-width: 767.98px) {

  html body .say,
  html body.mstec-lastwork-direct-ready .say {
    position: relative !important;
    margin: 14px 0 0 !important;
    padding: 18px 0 24px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 12% 8%, rgba(51, 188, 255, .18), transparent 170px),
      radial-gradient(circle at 88% 12%, rgba(18, 126, 225, .20), transparent 210px),
      linear-gradient(180deg, #06182d 0%, #082642 52%, #0b3359 100%) !important;
  }

  html body .say::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
      linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 48px),
      linear-gradient(180deg, rgba(255,255,255,.025) 0 1px, transparent 1px 48px) !important;
    opacity: .35 !important;
  }

  html body .say .container,
  html body .say .container-fluid {
    position: relative !important;
    z-index: 2 !important;
    width: calc(100vw - 14px) !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html body .say .text-center.mb-5,
  html body .say .border-title {
    margin: 0 auto 14px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  html body .say .border-title h2,
  html body .say .text-center.mb-5 h1,
  html body .say .text-center.mb-5 h2,
  html body .say .text-center.mb-5 h3,
  html body .say .text-center.mb-5 h4 {
    width: fit-content !important;
    max-width: calc(100vw - 64px) !important;
    min-height: 44px !important;
    margin: 0 auto !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ffffff 0%, #edf8ff 100%) !important;
    color: #082b4e !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    box-shadow:
      0 16px 34px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.95) !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 44px !important;
    letter-spacing: -.35px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
  }

  html body .say .border-title h2::before,
  html body .say .text-center.mb-5 h1::before,
  html body .say .text-center.mb-5 h2::before,
  html body .say .text-center.mb-5 h3::before,
  html body .say .text-center.mb-5 h4::before {
    content: "" !important;
    width: 11px !important;
    height: 11px !important;
    flex: 0 0 11px !important;
    border-radius: 999px !important;
    background: #2db8ff !important;
    box-shadow:
      0 0 0 8px rgba(45,184,255,.13),
      0 0 18px rgba(45,184,255,.82) !important;
  }

  html body .say .border-title h2::after,
  html body .say .text-center.mb-5 h1::after,
  html body .say .text-center.mb-5 h2::after,
  html body .say .text-center.mb-5 h3::after,
  html body .say .text-center.mb-5 h4::after {
    content: none !important;
    display: none !important;
  }

  html body #mstec-live-lastwork-direct {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    direction: ltr !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-viewport {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 2px 0 8px !important;
    overflow: hidden !important;
    border-radius: 24px !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-viewport::before {
    width: 34px !important;
    background: linear-gradient(270deg, rgba(6,24,45,.98), rgba(6,24,45,0)) !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-viewport::after {
    width: 34px !important;
    background: linear-gradient(90deg, rgba(6,24,45,.98), rgba(6,24,45,0)) !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 4px !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-card {
    flex: 0 0 clamp(154px, 44vw, 168px) !important;
    width: clamp(154px, 44vw, 168px) !important;
    min-width: clamp(154px, 44vw, 168px) !important;
    max-width: clamp(154px, 44vw, 168px) !important;
    min-height: 214px !important;
    margin: 0 !important;
    padding: 9px !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f3faff 100%) !important;
    border: 1px solid rgba(126,210,255,.18) !important;
    box-shadow:
      0 16px 34px rgba(0,0,0,.18),
      inset 0 1px 0 rgba(255,255,255,.95) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: center !important;
    transition: none !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-card::before,
  html body #mstec-live-lastwork-direct .mstec-lastwork-card::after {
    content: none !important;
    display: none !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-imgbox {
    width: 100% !important;
    height: 98px !important;
    min-height: 98px !important;
    max-height: 98px !important;
    margin: 0 auto 8px !important;
    padding: 6px !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    border: 1px solid rgba(20,145,225,.08) !important;
    box-shadow: inset 0 0 0 1px rgba(45,184,255,.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-imgbox img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    display: block !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-title {
    min-height: 36px !important;
    margin: 0 0 8px !important;
    padding: 0 2px !important;
    color: #082b4e !important;
    font-size: 13.2px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: -.18px !important;
    text-align: center !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-tag {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 28px !important;
    margin: auto auto 0 !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #edf8ff 0%, #ffffff 100%) !important;
    color: #5d7389 !important;
    border: 1px solid rgba(45,184,255,.12) !important;
    box-shadow: 0 8px 16px rgba(5,45,80,.06) !important;
    font-size: 10.4px !important;
    font-weight: 800 !important;
    line-height: 28px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body #mstec-live-lastwork-direct .mstec-lastwork-tag::before {
    width: 7px !important;
    height: 7px !important;
    flex: 0 0 7px !important;
  }

  html body .say .next,
  html body .say .prev,
  html body .say .owl-nav,
  html body .say .VueCarousel-navigation,
  html body .say .carousel-control-prev,
  html body .say .carousel-control-next,
  html body .say button[class*="next"],
  html body .say button[class*="prev"] {
    display: none !important;
  }
}
/* === MSTEC LASTWORK DARK PREMIUM FORCE V3 END === */

/* === MSTEC FOOTER CONTACT CONTRAST FIX START === */
@media (max-width: 767.98px) {

  /* صندوق بيانات التواصل نفسه */
  body footer [class*="contact"],
  body footer [class*="footer"] [class*="contact"],
  body .mstec-footer-contact,
  body .mstec-footer-contacts,
  body .mstec-contact-footer-box {
    position: relative !important;
  }

  /* الكروت البيضاء */
  body footer .card,
  body footer .contact-card,
  body footer .contact-item,
  body footer [class*="contact"] .card,
  body footer [class*="contact"] [class*="item"],
  body .mstec-footer-contact-card,
  body .mstec-footer-contact-item,
  body .mstec-contact-footer-box .card,
  body .mstec-contact-footer-box .item {
    background: linear-gradient(180deg, #fdfefe 0%, #f2f8ff 100%) !important;
    border: 1px solid rgba(120, 190, 235, .22) !important;
    box-shadow:
      0 12px 28px rgba(0,0,0,.10),
      inset 0 1px 0 rgba(255,255,255,.95) !important;
    border-radius: 24px !important;
  }

  /* أي عناصر مباشرة كبيرة داخل بيانات التواصل */
  body footer [class*="contact"] > div,
  body .mstec-footer-contact > div,
  body .mstec-footer-contacts > div {
    background: linear-gradient(180deg, #fcfeff 0%, #f3f9ff 100%) !important;
    border: 1px solid rgba(120, 190, 235, .20) !important;
    box-shadow:
      0 12px 28px rgba(0,0,0,.08),
      inset 0 1px 0 rgba(255,255,255,.94) !important;
    border-radius: 24px !important;
  }

  /* النصوص داخل الكروت */
  body footer .card h1,
  body footer .card h2,
  body footer .card h3,
  body footer .card h4,
  body footer .card h5,
  body footer .card p,
  body footer .card span,
  body footer .card a,
  body footer .contact-card h1,
  body footer .contact-card h2,
  body footer .contact-card h3,
  body footer .contact-card h4,
  body footer .contact-card h5,
  body footer .contact-card p,
  body footer .contact-card span,
  body footer .contact-card a,
  body footer .contact-item h1,
  body footer .contact-item h2,
  body footer .contact-item h3,
  body footer .contact-item h4,
  body footer .contact-item h5,
  body footer .contact-item p,
  body footer .contact-item span,
  body footer .contact-item a,
  body .mstec-footer-contact-card *,
  body .mstec-footer-contact-item * {
    color: #123a63 !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  /* العناوين الأساسية */
  body footer .card h3,
  body footer .card h4,
  body footer .contact-card h3,
  body footer .contact-card h4,
  body footer .contact-item h3,
  body footer .contact-item h4,
  body .mstec-footer-contact-card h3,
  body .mstec-footer-contact-card h4,
  body .mstec-footer-contact-item h3,
  body .mstec-footer-contact-item h4 {
    color: #123a63 !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  /* بيانات الهاتف / البريد */
  body footer .card p,
  body footer .card span,
  body footer .card a,
  body footer .contact-card p,
  body footer .contact-card span,
  body footer .contact-card a,
  body footer .contact-item p,
  body footer .contact-item span,
  body footer .contact-item a,
  body .mstec-footer-contact-card p,
  body .mstec-footer-contact-card span,
  body .mstec-footer-contact-card a,
  body .mstec-footer-contact-item p,
  body .mstec-footer-contact-item span,
  body .mstec-footer-contact-item a {
    color: #355473 !important;
    font-weight: 700 !important;
  }

  /* أيقونات التواصل */
  body footer .card i,
  body footer .card svg,
  body footer .card img,
  body footer .contact-card i,
  body footer .contact-card svg,
  body footer .contact-card img,
  body footer .contact-item i,
  body footer .contact-item svg,
  body footer .contact-item img,
  body .mstec-footer-contact-card i,
  body .mstec-footer-contact-card svg,
  body .mstec-footer-contact-card img,
  body .mstec-footer-contact-item i,
  body .mstec-footer-contact-item svg,
  body .mstec-footer-contact-item img {
    color: #2eaef7 !important;
    fill: #2eaef7 !important;
    stroke: #2eaef7 !important;
    opacity: 1 !important;
  }

  /* لو الأيقونة داخل صندوق صغير */
  body footer [class*="icon"],
  body .mstec-footer-contact-card [class*="icon"],
  body .mstec-footer-contact-item [class*="icon"] {
    background: linear-gradient(180deg, #eef9ff 0%, #e3f3ff 100%) !important;
    border: 1px solid rgba(46,174,247,.18) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.95),
      0 8px 18px rgba(46,174,247,.08) !important;
    border-radius: 18px !important;
  }

  /* تحسين نص الحقوق بالأسفل */
  body footer,
  body footer p,
  body footer span,
  body footer a,
  body footer small {
    color: rgba(255,255,255,.92) !important;
  }

  body footer .copyright,
  body footer [class*="copyright"],
  body footer [class*="rights"] {
    color: rgba(255,255,255,.95) !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;
  }
}
/* === MSTEC FOOTER CONTACT CONTRAST FIX END === */

/* === MSTEC REMOVE FOOTER CONTACT SECTION START === */
@media (max-width: 767.98px) {
  .mstec-remove-footer-contact-section {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC REMOVE FOOTER CONTACT SECTION END === */

/* === MSTEC REMOVE DESKTOP PAYMENT DELIVERY STRIP START === */
@media (min-width: 768px) {
  .mstec-remove-desktop-payment-delivery-strip {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC REMOVE DESKTOP PAYMENT DELIVERY STRIP END === */

/* === MSTEC FORCE HIDE DESKTOP INFO STRIP START === */
@media (min-width: 768px) {

  /* القسم الظاهر في الديسك توب: التوصيل السريع / الدفع عند الاستلام / الدفع الأونلاين */
  body .welcome .custom-widget,
  body .welcome .custom-widget .shop-info,
  body .welcome .custom-widget .shop-info *,
  body .container-fluid.welcome .custom-widget,
  body .container-fluid.welcome .custom-widget .shop-info,
  body .container-fluid.welcome .custom-widget .shop-info * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  body .welcome .custom-widget,
  body .container-fluid.welcome .custom-widget {
    position: absolute !important;
    inset: auto !important;
  }
}
/* === MSTEC FORCE HIDE DESKTOP INFO STRIP END === */

/* === MSTEC DARK LOGO + HIDE SEARCH MENU START === */
@media (max-width: 767.98px) {

  /* خلفية اللوجو دارك بلو */
  body #mstec-live-header .mstec-logo-box,
  body #mstec-live-header .mstec-final-logo-box,
  body #mstec-live-header .logo,
  body #mstec-live-header .header-logo,
  body #mstec-live-header .navbar-brand {
    background: linear-gradient(180deg, #071a30 0%, #0a2747 55%, #103a67 100%) !important;
    border: 1px solid rgba(92, 184, 255, .22) !important;
    box-shadow:
      0 16px 34px rgba(7, 26, 48, .28),
      inset 0 1px 0 rgba(255,255,255,.10) !important;
  }

  body #mstec-live-header .mstec-logo-box::before,
  body #mstec-live-header .mstec-final-logo-box::before,
  body #mstec-live-header .mstec-logo-box::after,
  body #mstec-live-header .mstec-final-logo-box::after {
    opacity: .25 !important;
  }

  body #mstec-live-header .mstec-logo-box img,
  body #mstec-live-header .mstec-final-logo-box img,
  body #mstec-live-header .logo img,
  body #mstec-live-header .header-logo img,
  body #mstec-live-header .navbar-brand img {
    filter: none !important;
  }

  /* إخفاء أي أيقونة بحث أو منيو في الهيدر */
  body #mstec-live-header .search-icon,
  body #mstec-live-header .search-btn,
  body #mstec-live-header .search-toggle,
  body #mstec-live-header .menu-icon,
  body #mstec-live-header .menu-btn,
  body #mstec-live-header .menu-toggle,
  body #mstec-live-header .hamburger,
  body #mstec-live-header .hamburger-menu,
  body #mstec-live-header .navbar-toggler,
  body #mstec-live-header i.fa-search,
  body #mstec-live-header i.fas.fa-search,
  body #mstec-live-header i.fa-bars,
  body #mstec-live-header i.fas.fa-bars,
  body #mstec-live-header [aria-label*="search" i],
  body #mstec-live-header [aria-label*="menu" i],
  body #mstec-live-header [title*="search" i],
  body #mstec-live-header [title*="menu" i] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC DARK LOGO + HIDE SEARCH MENU END === */

/* === MSTEC FORCE HIDE HEADER SEARCH MENU ICONS START === */
@media (max-width: 767.98px) {

  body #mstec-live-header .mstec-kill-header-side-icon,
  body #mstec-live-header .fa-search,
  body #mstec-live-header .fa-bars,
  body #mstec-live-header .fas.fa-search,
  body #mstec-live-header .fas.fa-bars,
  body #mstec-live-header .search,
  body #mstec-live-header .search-icon,
  body #mstec-live-header .search-btn,
  body #mstec-live-header .search-toggle,
  body #mstec-live-header .menu,
  body #mstec-live-header .menu-icon,
  body #mstec-live-header .menu-btn,
  body #mstec-live-header .menu-toggle,
  body #mstec-live-header .hamburger,
  body #mstec-live-header .hamburger-menu,
  body #mstec-live-header .navbar-toggler,
  body #mstec-live-header [class*="search"],
  body #mstec-live-header [class*="hamburger"],
  body #mstec-live-header [class*="toggler"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC FORCE HIDE HEADER SEARCH MENU ICONS END === */

/* === MSTEC RUNTIME KILL TOP SEARCH MENU START === */
@media (max-width: 767.98px) {
  .mstec-runtime-kill-top-icon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC RUNTIME KILL TOP SEARCH MENU END === */

/* === MSTEC POINT KILL LOGO ROW ICONS START === */
@media (max-width: 767.98px) {
  .mstec-point-kill-logo-row-icon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC POINT KILL LOGO ROW ICONS END === */

/* === MSTEC KILL LOGO ROW PSEUDO ICONS START === */
@media (max-width: 767.98px) {

  /* إلغاء أعمدة البحث والمنيو من صف اللوجو نهائيًا */
  body #mstec-live-header .mstec-header-main,
  body #mstec-live-header .mstec-final-header-main {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "logo"
      "nav" !important;
    justify-items: center !important;
    align-items: center !important;
  }

  body #mstec-live-header .mstec-logo-box,
  body #mstec-live-header .mstec-final-logo-box {
    grid-area: logo !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body #mstec-live-header .mstec-main-nav,
  body #mstec-live-header .mstec-final-nav {
    grid-area: nav !important;
  }

  /* تصفير أي pseudo-elements ممكن تكون عاملة search/menu */
  body #mstec-live-header .mstec-header-main::before,
  body #mstec-live-header .mstec-header-main::after,
  body #mstec-live-header .mstec-final-header-main::before,
  body #mstec-live-header .mstec-final-header-main::after,
  body #mstec-live-header .mstec-header-shell::before,
  body #mstec-live-header .mstec-header-shell::after,
  body #mstec-live-header .mstec-logo-box::before,
  body #mstec-live-header .mstec-logo-box::after,
  body #mstec-live-header .mstec-final-logo-box::before,
  body #mstec-live-header .mstec-final-logo-box::after,
  body #mstec-live-header .mstec-site-head::before,
  body #mstec-live-header .mstec-site-head::after {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  /* أي عنصر فاضي في صف اللوجو غير اللوجو والقائمة يتشال */
  body #mstec-live-header .mstec-header-main > *:not(.mstec-logo-box):not(.mstec-final-logo-box):not(.mstec-main-nav):not(.mstec-final-nav):not(.mstec-contact-strip),
  body #mstec-live-header .mstec-final-header-main > *:not(.mstec-logo-box):not(.mstec-final-logo-box):not(.mstec-main-nav):not(.mstec-final-nav):not(.mstec-contact-strip) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
/* === MSTEC KILL LOGO ROW PSEUDO ICONS END === */

/* === MSTEC DYNAMIC DAY OFFER DESIGN START === */

.mstec-day-offer-heading-holder {
  width: 100% !important;
}

.mstec-day-offer-heading {
  position: relative;
}

.mstec-day-offer-viewport {
  width: 100% !important;
  overflow: hidden !important;
}

.mstec-day-offer-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 22px !important;
}

.mstec-day-offer-card {
  position: relative !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(10, 153, 249, .14) !important;
  border-top: 4px solid #1aa8f5 !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #fff 0%, #f7fcff 100%) !important;
  box-shadow: 0 18px 45px rgba(24, 88, 132, .12) !important;
}

.mstec-day-offer-card .card-img-top {
  display: block !important;
  width: 100% !important;
  height: 245px !important;
  object-fit: contain !important;
  padding: 18px !important;
  background: #fff !important;
}

.mstec-day-offer-card .card-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  color: #082d55 !important;
  font-weight: 800 !important;
}

.mstec-day-offer-price {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 5px !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  color: #0872bd !important;
  background: #e9f7ff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.mstec-day-offer-price del {
  color: #8795a4 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration-color: #e44242 !important;
  text-decoration-thickness: 2px !important;
}

.mstec-saving-badge {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 12 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 78px !important;
  height: 38px !important;
  padding: 0 13px !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff7a18, #ed2f2f) !important;
  box-shadow: 0 9px 22px rgba(225, 55, 42, .28) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  direction: rtl !important;
}

.mstec-saving-badge::before {
  content: "٪";
  margin-left: 2px;
}

.mstec-offer-price-needs-review::after {
  content: none !important;
}

@media (max-width: 767px) {
  .mstec-day-offer-track {
    gap: 14px !important;
  }

  .mstec-day-offer-card .card-img-top {
    height: 210px !important;
  }

  .mstec-saving-badge {
    top: 10px !important;
    right: 10px !important;
    min-width: 70px !important;
    height: 34px !important;
    font-size: 14px !important;
  }
}

/* === MSTEC DYNAMIC DAY OFFER DESIGN END === */
/* === MSTEC OFFER WHATSAPP TIMER MOBILE START === */

/* منع تكرار علامة النسبة داخل الشارة */
.mstec-saving-badge::before {
  content: none !important;
}

.mstec-offer-whatsapp {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 44px !important;
  margin-top: 13px !important;
  padding: 10px 16px !important;
  border: 0 !important;
  border-radius: 13px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #20b95a, #0b9143) !important;
  box-shadow: 0 10px 22px rgba(11, 145, 67, .2) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.mstec-offer-whatsapp:hover {
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 13px 28px rgba(11, 145, 67, .28) !important;
}

.mstec-offer-whatsapp-icon {
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
}

.mstec-offer-whatsapp-icon svg {
  width: 100% !important;
  height: 100% !important;
  fill: currentColor !important;
}

.mstec-offer-countdown {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  width: min(720px, calc(100% - 24px)) !important;
  margin: 14px auto 20px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(22, 149, 235, .16) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fff, #eff9ff) !important;
  box-shadow: 0 12px 32px rgba(24, 88, 132, .09) !important;
  direction: rtl !important;
}

.mstec-offer-countdown-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  line-height: 1.4 !important;
}

.mstec-offer-countdown-copy strong {
  color: #0a4f83 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.mstec-offer-countdown-copy small {
  color: #70889a !important;
  font-size: 11px !important;
}

.mstec-offer-countdown-boxes {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}

.mstec-offer-countdown-boxes > i {
  color: #149be7 !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.mstec-time-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  min-height: 50px !important;
  padding: 5px !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(145deg, #158ddd, #28b7f5) !important;
  box-shadow: 0 8px 18px rgba(21, 141, 221, .2) !important;
}

.mstec-time-box b {
  font-size: 19px !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
}

.mstec-time-box small {
  margin-top: 4px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 9px !important;
}

/* مقاس متوسط وأنيق لكروت العروض */
.mstec-day-offer-track > [class*="col-"],
.mstec-day-offer-track > div {
  flex-basis: clamp(285px, 29vw, 350px) !important;
  width: clamp(285px, 29vw, 350px) !important;
  max-width: clamp(285px, 29vw, 350px) !important;
}

@media (max-width: 767px) {
  .mstec-offer-countdown {
    flex-direction: column !important;
    gap: 9px !important;
    width: calc(100% - 20px) !important;
    margin: 10px auto 15px !important;
    padding: 11px 10px !important;
    border-radius: 15px !important;
  }

  .mstec-offer-countdown-copy {
    align-items: center !important;
    text-align: center !important;
  }

  .mstec-offer-countdown-copy strong {
    font-size: 14px !important;
  }

  .mstec-time-box {
    width: 54px !important;
    min-height: 47px !important;
  }

  .mstec-time-box b {
    font-size: 18px !important;
  }

  .mstec-day-offer-track > [class*="col-"],
  .mstec-day-offer-track > div {
    flex: 0 0 min(78vw, 300px) !important;
    width: min(78vw, 300px) !important;
    max-width: min(78vw, 300px) !important;
  }

  .mstec-day-offer-card {
    border-radius: 18px !important;
  }

  .mstec-day-offer-card .card-img-top {
    height: 190px !important;
    padding: 13px !important;
  }

  .mstec-day-offer-card .card-body {
    padding: 14px !important;
  }

  .mstec-day-offer-card .card-title {
    font-size: 15px !important;
    gap: 7px !important;
  }

  .mstec-day-offer-price {
    padding: 6px 11px !important;
    font-size: 14px !important;
  }

  .mstec-offer-whatsapp {
    min-height: 42px !important;
    margin-top: 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 380px) {
  .mstec-day-offer-track > [class*="col-"],
  .mstec-day-offer-track > div {
    flex-basis: 82vw !important;
    width: 82vw !important;
    max-width: 82vw !important;
  }

  .mstec-time-box {
    width: 49px !important;
  }
}

/* === MSTEC OFFER WHATSAPP TIMER MOBILE END === */
/* === MSTEC INDEPENDENT DAY OFFER V2 DESIGN START === */

.mstec-old-offer-hidden {
  display: none !important;
}

.mstec-offer-v2-section {
  width: 100% !important;
  margin: 34px auto !important;
  padding: 22px 0 26px !important;
  overflow: hidden !important;
  border: 1px solid rgba(18,145,224,.13) !important;
  border-radius: 27px !important;
  background: linear-gradient(145deg,#fafdff,#edf8ff) !important;
  box-shadow: 0 18px 48px rgba(23,87,130,.09) !important;
}

.mstec-offer-v2-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 22px 20px !important;
  padding: 14px 18px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg,#147ed3,#38c2f5) !important;
  box-shadow: 0 12px 28px rgba(20,126,211,.18) !important;
}

.mstec-offer-v2-title {
  color: #fff !important;
}

.mstec-offer-v2-title span {
  display: block !important;
  color: rgba(255,255,255,.8) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.mstec-offer-v2-title h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(23px,2.3vw,32px) !important;
  font-weight: 950 !important;
}

.mstec-offer-v2-timer {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #fff !important;
}

.mstec-offer-v2-timer-label {
  font-size: 13px !important;
  font-weight: 800 !important;
}

.mstec-offer-v2-time-values {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.mstec-offer-v2-time-values > span {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 51px !important;
  height: 48px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 11px !important;
  background: rgba(4,60,108,.2) !important;
}

.mstec-offer-v2-time-values b {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
}

.mstec-offer-v2-time-values small {
  margin-top: 3px !important;
  color: rgba(255,255,255,.8) !important;
  font-size: 8px !important;
}

.mstec-offer-v2-time-values i {
  color: rgba(255,255,255,.8) !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.mstec-offer-v2-renew {
  color: rgba(255,255,255,.75) !important;
  font-size: 9px !important;
}

.mstec-offer-v2-viewport {
  width: 100% !important;
  overflow: hidden !important;
  padding: 4px 0 12px !important;
  direction: ltr !important;
  touch-action: pan-y !important;
  cursor: grab !important;
}

.mstec-offer-v2-track,
.mstec-offer-v2-set {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  width: max-content !important;
}

.mstec-offer-v2-track {
  will-change: transform !important;
}

.mstec-offer-v2-track.is-dragging {
  cursor: grabbing !important;
}

.mstec-offer-v2-card {
  position: relative !important;
  flex: 0 0 clamp(285px,29vw,350px) !important;
  width: clamp(285px,29vw,350px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(19,134,209,.12) !important;
  border-top: 4px solid #20a9eb !important;
  border-radius: 21px !important;
  background: #fff !important;
  box-shadow: 0 15px 34px rgba(16,74,115,.12) !important;
  direction: rtl !important;
}

.mstec-offer-v2-image-wrap {
  position: relative !important;
  height: 230px !important;
  padding: 13px !important;
  background: linear-gradient(180deg,#fff,#f6fbff) !important;
}

.mstec-offer-v2-image-link,
.mstec-offer-v2-image-link img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.mstec-offer-v2-image-link img {
  object-fit: contain !important;
}

.mstec-offer-v2-saving {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 5 !important;
  padding: 8px 12px !important;
  border-radius: 11px !important;
  color: #fff !important;
  background: linear-gradient(135deg,#ff7a18,#ed3131) !important;
  box-shadow: 0 8px 20px rgba(218,48,42,.25) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.mstec-offer-v2-body {
  padding: 15px !important;
}

.mstec-offer-v2-body h3 {
  min-height: 46px !important;
  margin: 0 0 9px !important;
  color: #092e53 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.mstec-offer-v2-prices {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 13px !important;
}

.mstec-offer-v2-prices strong {
  color: #0784d1 !important;
  font-size: 20px !important;
  font-weight: 950 !important;
}

.mstec-offer-v2-prices del {
  color: #8b98a5 !important;
  font-size: 13px !important;
  text-decoration-color: #eb4040 !important;
  text-decoration-thickness: 2px !important;
}

.mstec-offer-v2-actions {
  display: grid !important;
  grid-template-columns: .72fr 1.28fr !important;
  gap: 9px !important;
}

.mstec-offer-v2-details,
.mstec-offer-v2-whatsapp {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 43px !important;
  padding: 9px 10px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.mstec-offer-v2-details {
  border: 1px solid #bcdff2 !important;
  color: #096ba8 !important;
  background: #fff !important;
}

.mstec-offer-v2-whatsapp {
  gap: 6px !important;
  color: #fff !important;
  background: linear-gradient(135deg,#20b85a,#0a9143) !important;
  box-shadow: 0 9px 20px rgba(10,145,67,.19) !important;
}

.mstec-offer-v2-whatsapp:hover {
  color: #fff !important;
}

.mstec-offer-v2-whatsapp svg {
  width: 19px !important;
  height: 19px !important;
  fill: currentColor !important;
}

@media (max-width: 767px) {
  .mstec-offer-v2-section {
    margin: 22px auto !important;
    padding: 12px 0 18px !important;
    border-radius: 20px !important;
  }

  .mstec-offer-v2-header {
    display: block !important;
    margin: 0 10px 13px !important;
    padding: 10px !important;
    border-radius: 15px !important;
    text-align: center !important;
  }

  .mstec-offer-v2-title span {
    display: none !important;
  }

  .mstec-offer-v2-title h2 {
    margin-bottom: 7px !important;
    font-size: 21px !important;
  }

  .mstec-offer-v2-timer {
    display: grid !important;
    grid-template-columns: auto auto !important;
    justify-content: center !important;
    gap: 3px 8px !important;
  }

  .mstec-offer-v2-timer-label {
    align-self: center !important;
    font-size: 11px !important;
  }

  .mstec-offer-v2-time-values {
    gap: 4px !important;
  }

  .mstec-offer-v2-time-values > span {
    width: 43px !important;
    height: 39px !important;
    border-radius: 9px !important;
  }

  .mstec-offer-v2-time-values b {
    font-size: 15px !important;
  }

  .mstec-offer-v2-time-values small {
    font-size: 7px !important;
  }

  .mstec-offer-v2-renew {
    grid-column: 1 / -1 !important;
    text-align: center !important;
  }

  .mstec-offer-v2-track,
  .mstec-offer-v2-set {
    gap: 14px !important;
  }

  .mstec-offer-v2-card {
    flex: 0 0 min(78vw,294px) !important;
    width: min(78vw,294px) !important;
    border-radius: 17px !important;
  }

  .mstec-offer-v2-image-wrap {
    height: 178px !important;
    padding: 10px !important;
  }

  .mstec-offer-v2-saving {
    top: 9px !important;
    right: 9px !important;
    padding: 6px 9px !important;
    font-size: 12px !important;
  }

  .mstec-offer-v2-body {
    padding: 12px !important;
  }

  .mstec-offer-v2-body h3 {
    min-height: 39px !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
  }

  .mstec-offer-v2-prices {
    margin-bottom: 9px !important;
  }

  .mstec-offer-v2-prices strong {
    font-size: 17px !important;
  }

  .mstec-offer-v2-prices del {
    font-size: 11px !important;
  }

  .mstec-offer-v2-details,
  .mstec-offer-v2-whatsapp {
    min-height: 40px !important;
    padding: 8px 7px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 380px) {
  .mstec-offer-v2-card {
    flex-basis: 82vw !important;
    width: 82vw !important;
  }

  .mstec-offer-v2-whatsapp span {
    font-size: 11px !important;
  }
}

/* === MSTEC INDEPENDENT DAY OFFER V2 DESIGN END === */
/* === MSTEC OFFER V2 NORMAL ORDER START === */

.mstec-offer-v2-actions {
  grid-template-columns: .7fr .8fr 1.3fr !important;
}

.mstec-offer-v2-order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 43px !important;
  padding: 9px 8px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg,#148edb,#22b9ed) !important;
  box-shadow: 0 8px 18px rgba(20,142,219,.18) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.mstec-offer-v2-order:hover {
  transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
  .mstec-offer-v2-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  .mstec-offer-v2-details,
  .mstec-offer-v2-order {
    min-height: 39px !important;
    font-size: 12px !important;
  }

  .mstec-offer-v2-whatsapp {
    grid-column: 1 / -1 !important;
    min-height: 41px !important;
  }
}

/* === MSTEC OFFER V2 NORMAL ORDER END === */
/* === MSTEC OFFER V2 BUTTONS FINAL LAYOUT START === */

.mstec-offer-v2-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
}

.mstec-offer-v2-details,
.mstec-offer-v2-order,
.mstec-offer-v2-whatsapp {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border-radius: 11px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.mstec-offer-v2-details {
  grid-column: 1 !important;
}

.mstec-offer-v2-order {
  grid-column: 2 !important;
}

.mstec-offer-v2-whatsapp {
  grid-column: 1 / -1 !important;
  gap: 7px !important;
  height: 44px !important;
}

.mstec-offer-v2-whatsapp svg {
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.mstec-offer-v2-whatsapp span {
  display: inline-block !important;
  white-space: nowrap !important;
}

@media (max-width: 380px) {
  .mstec-offer-v2-details,
  .mstec-offer-v2-order,
  .mstec-offer-v2-whatsapp {
    padding-right: 6px !important;
    padding-left: 6px !important;
    font-size: 11.5px !important;
  }
}

/* === MSTEC OFFER V2 BUTTONS FINAL LAYOUT END === */

/* === MSTEC MOBILE OFFER SAME AS DESKTOP START === */
@media (max-width: 767px) {
  .mstec-offer-v2-section {
    margin: 34px auto !important;
    padding: 22px 0 26px !important;
    border-radius: 27px !important;
  }

  .mstec-offer-v2-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 22px 20px !important;
    padding: 14px 18px !important;
    border-radius: 18px !important;
    text-align: initial !important;
  }

  .mstec-offer-v2-title span {
    display: block !important;
    font-size: 12px !important;
  }

  .mstec-offer-v2-title h2 {
    margin: 0 !important;
    font-size: clamp(23px, 2.3vw, 32px) !important;
  }

  .mstec-offer-v2-timer {
    display: flex !important;
    align-items: center !important;
    grid-template-columns: none !important;
    justify-content: initial !important;
    gap: 10px !important;
  }

  .mstec-offer-v2-timer-label {
    font-size: 13px !important;
  }

  .mstec-offer-v2-time-values {
    gap: 5px !important;
  }

  .mstec-offer-v2-time-values > span {
    width: 51px !important;
    height: 48px !important;
    border-radius: 11px !important;
  }

  .mstec-offer-v2-time-values b {
    font-size: 18px !important;
  }

  .mstec-offer-v2-time-values small {
    font-size: 8px !important;
  }

  .mstec-offer-v2-renew {
    grid-column: auto !important;
    font-size: 9px !important;
    text-align: initial !important;
  }

  .mstec-offer-v2-track,
  .mstec-offer-v2-set {
    gap: 18px !important;
  }

  .mstec-offer-v2-card {
    flex: 0 0 clamp(285px, 29vw, 350px) !important;
    width: clamp(285px, 29vw, 350px) !important;
    border-radius: 21px !important;
  }

  .mstec-offer-v2-image-wrap {
    height: 230px !important;
    padding: 13px !important;
  }

  .mstec-offer-v2-saving {
    top: 12px !important;
    right: 12px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
  }

  .mstec-offer-v2-body {
    padding: 15px !important;
  }

  .mstec-offer-v2-body h3 {
    min-height: 46px !important;
    margin: 0 0 9px !important;
    font-size: 17px !important;
  }

  .mstec-offer-v2-prices {
    margin-bottom: 13px !important;
  }

  .mstec-offer-v2-prices strong {
    font-size: 20px !important;
  }

  .mstec-offer-v2-prices del {
    font-size: 13px !important;
  }

  .mstec-offer-v2-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .mstec-offer-v2-details,
  .mstec-offer-v2-order,
  .mstec-offer-v2-whatsapp {
    min-height: 42px !important;
    height: 42px !important;
    padding: 8px 10px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
  }

  .mstec-offer-v2-whatsapp {
    grid-column: 1 / -1 !important;
    height: 44px !important;
  }
}

@media (max-width: 380px) {
  .mstec-offer-v2-card {
    flex: 0 0 285px !important;
    width: 285px !important;
  }

  .mstec-offer-v2-details,
  .mstec-offer-v2-order,
  .mstec-offer-v2-whatsapp {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }

  .mstec-offer-v2-whatsapp span {
    font-size: 13px !important;
  }
}
/* === MSTEC MOBILE OFFER SAME AS DESKTOP END === */

/* === MSTEC PRODUCT IMAGE AND BUTTONS PREMIUM START === */

/* صورة المنتج أصبحت قابلة للضغط */
.mstec-live-products-section .mstec-product-clickable-image {
  position: relative !important;
  cursor: pointer !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  transition:
    transform .25s ease,
    filter .25s ease,
    box-shadow .25s ease !important;
}

.mstec-live-products-section .mstec-product-clickable-image:hover {
  transform: scale(1.025) !important;
  filter: saturate(1.04) contrast(1.015) !important;
}

.mstec-live-products-section .mstec-product-clickable-image:active {
  transform: scale(.985) !important;
}

.mstec-live-products-section .mstec-product-clickable-image:focus-visible {
  outline: 3px solid rgba(28, 155, 231, .38) !important;
  outline-offset: -4px !important;
}

/* صف أزرار المنتج */
.mstec-live-products-section .card .cart-btn {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

/* إعدادات مشتركة للزرين */
.mstec-live-products-section .card .cart-btn .more,
.mstec-live-products-section .card .cart-btn .pay {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  overflow: hidden !important;
  border-radius: 13px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease,
    background .2s ease !important;
}

/* زر التفاصيل */
.mstec-live-products-section .card .cart-btn .more {
  order: 1 !important;
  color: #086ba8 !important;
  border: 1px solid rgba(22, 148, 220, .28) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef9ff 100%) !important;
  box-shadow:
    0 7px 16px rgba(9, 83, 133, .08),
    inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

/* سهم صغير داخل زر التفاصيل */
.mstec-live-products-section .card .cart-btn .more::after {
  content: "‹" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  color: #0874b7 !important;
  background: rgba(23, 157, 226, .11) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* زر الطلب */
.mstec-live-products-section .card .cart-btn .pay {
  order: 2 !important;
  color: #ffffff !important;
  border: 1px solid rgba(18, 137, 215, .12) !important;
  background:
    linear-gradient(135deg, #087ed0 0%, #18a9e7 55%, #25c1f2 100%) !important;
  box-shadow:
    0 9px 20px rgba(10, 137, 211, .24),
    inset 0 1px 0 rgba(255, 255, 255, .24) !important;
}

/* أيقونة سلة الطلب */
.mstec-live-products-section .card .cart-btn .pay i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

/* تأثيرات الديسكتوب */
@media (hover: hover) and (pointer: fine) {
  .mstec-live-products-section .card .cart-btn .more:hover {
    color: #075f95 !important;
    border-color: rgba(17, 143, 214, .45) !important;
    background:
      linear-gradient(180deg, #f9fdff 0%, #e3f6ff 100%) !important;
    box-shadow:
      0 10px 22px rgba(9, 83, 133, .13),
      inset 0 1px 0 rgba(255, 255, 255, .95) !important;
    transform: translateY(-2px) !important;
  }

  .mstec-live-products-section .card .cart-btn .pay:hover {
    color: #ffffff !important;
    background:
      linear-gradient(135deg, #0573c5 0%, #109dde 55%, #1db4eb 100%) !important;
    box-shadow:
      0 12px 25px rgba(10, 137, 211, .32),
      inset 0 1px 0 rgba(255, 255, 255, .25) !important;
    transform: translateY(-2px) !important;
  }
}

/* تأثير الضغط في الموبايل */
.mstec-live-products-section .card .cart-btn .more:active,
.mstec-live-products-section .card .cart-btn .pay:active {
  transform: scale(.97) !important;
}

/* تنسيق الموبايل مع ظهور منتجين */
@media (max-width: 767.98px) {
  .mstec-live-products-section .card .cart-btn {
    gap: 6px !important;
    margin-top: 8px !important;
  }

  .mstec-live-products-section .card .cart-btn .more,
  .mstec-live-products-section .card .cart-btn .pay {
    height: 39px !important;
    min-height: 39px !important;
    padding: 0 6px !important;
    border-radius: 11px !important;
    font-size: 11.5px !important;
  }

  .mstec-live-products-section .card .cart-btn .more::after {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }

  .mstec-live-products-section .card .cart-btn .pay i {
    font-size: 12px !important;
  }
}

/* الشاشات شديدة الصغر */
@media (max-width: 360px) {
  .mstec-live-products-section .card .cart-btn {
    grid-template-columns: 1fr !important;
  }

  .mstec-live-products-section .card .cart-btn .more,
  .mstec-live-products-section .card .cart-btn .pay {
    height: 37px !important;
    min-height: 37px !important;
    font-size: 12px !important;
  }
}

/* === MSTEC PRODUCT IMAGE AND BUTTONS PREMIUM END === */

/* === MSTEC OFFER V2 MOBILE PREMIUM TIMER FIX START === */

/* إخفاء التايمر القديم نهائيًا */
.mstec-offer-countdown {
  display: none !important;
}

@media (max-width: 767.98px) {
  body .mstec-offer-v2-section {
    box-sizing: border-box !important;
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    margin: 18px auto 24px !important;
    padding: 12px 0 18px !important;
    overflow: hidden !important;
    border: 1px solid rgba(18, 145, 224, .14) !important;
    border-radius: 25px !important;
    background:
      linear-gradient(145deg, #fbfdff 0%, #edf8ff 100%) !important;
    box-shadow:
      0 17px 42px rgba(18, 78, 120, .11) !important;
  }

  body .mstec-offer-v2-header {
    position: relative !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    width: auto !important;
    margin: 0 11px 14px !important;
    padding: 16px 13px 14px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 22px !important;
    text-align: center !important;
    background:
      linear-gradient(
        135deg,
        #0e77ce 0%,
        #168fdf 44%,
        #30c0f4 100%
      ) !important;
    box-shadow:
      0 14px 31px rgba(14, 119, 206, .23),
      inset 0 1px 0 rgba(255, 255, 255, .16) !important;
  }

  body .mstec-offer-v2-header::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
      radial-gradient(
        circle at 14% 5%,
        rgba(255, 255, 255, .19),
        transparent 125px
      ),
      radial-gradient(
        circle at 94% 20%,
        rgba(255, 255, 255, .14),
        transparent 145px
      ) !important;
  }

  body .mstec-offer-v2-title {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }

  body .mstec-offer-v2-title span {
    display: block !important;
    margin: 0 0 7px !important;
    color: rgba(255, 255, 255, .86) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
  }

  body .mstec-offer-v2-title h2 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 176px !important;
    margin: 0 auto !important;
    padding: 11px 25px !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background:
      linear-gradient(
        135deg,
        rgba(15, 117, 205, .72),
        rgba(36, 183, 239, .76)
      ) !important;
    box-shadow:
      0 10px 23px rgba(5, 75, 135, .18),
      inset 0 1px 0 rgba(255, 255, 255, .17) !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
  }

  body .mstec-offer-v2-timer {
    position: relative !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 11px 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .72) !important;
    border-radius: 20px !important;
    color: #0b578f !important;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, .99) 0%,
        rgba(245, 251, 255, .98) 100%
      ) !important;
    box-shadow:
      0 13px 28px rgba(5, 65, 110, .18),
      inset 0 1px 0 rgba(255, 255, 255, .98) !important;
  }

  body .mstec-offer-v2-timer-label {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #0b5f9a !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  body .mstec-offer-v2-time-values {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
    direction: ltr !important;
  }

  body .mstec-offer-v2-time-values > span {
    box-sizing: border-box !important;
    display: flex !important;
    flex: 0 0 clamp(59px, 18vw, 72px) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(59px, 18vw, 72px) !important;
    height: 65px !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 17px !important;
    color: #ffffff !important;
    background:
      linear-gradient(
        180deg,
        #31bdf3 0%,
        #1d9ce8 48%,
        #117fd7 100%
      ) !important;
    box-shadow:
      0 9px 20px rgba(15, 127, 215, .25),
      inset 0 1px 0 rgba(255, 255, 255, .22) !important;
  }

  body .mstec-offer-v2-time-values b {
    display: block !important;
    color: #ffffff !important;
    font-size: 27px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    font-variant-numeric: tabular-nums !important;
    text-shadow: 0 2px 5px rgba(4, 72, 122, .15) !important;
  }

  body .mstec-offer-v2-time-values small {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  body .mstec-offer-v2-time-values i {
    display: inline-flex !important;
    flex: 0 0 8px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 8px !important;
    margin: 0 !important;
    color: #1795dd !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  body .mstec-offer-v2-renew {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #718496 !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  body .mstec-offer-v2-section {
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
  }

  body .mstec-offer-v2-header {
    margin-right: 8px !important;
    margin-left: 8px !important;
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  body .mstec-offer-v2-title h2 {
    min-width: 160px !important;
    padding: 10px 21px !important;
    font-size: 22px !important;
  }

  body .mstec-offer-v2-timer {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  body .mstec-offer-v2-time-values {
    gap: 4px !important;
  }

  body .mstec-offer-v2-time-values > span {
    flex-basis: 57px !important;
    width: 57px !important;
    height: 59px !important;
    border-radius: 14px !important;
  }

  body .mstec-offer-v2-time-values b {
    font-size: 23px !important;
  }

  body .mstec-offer-v2-time-values i {
    flex-basis: 6px !important;
    width: 6px !important;
    font-size: 19px !important;
  }
}

/* === MSTEC OFFER V2 MOBILE PREMIUM TIMER FIX END === */

/* === MSTEC HOME WATER FILTERS CALL LANDING CSS START === */

.mstec-home-water-filters-call-page {
  --mstec-call-primary: #0785df;
  --mstec-call-primary-dark: #0566bb;
  --mstec-call-primary-light: #39bff2;
  --mstec-call-navy: #082d4c;
  --mstec-call-text: #173d58;
  --mstec-call-muted: #678195;
  --mstec-call-green: #14a96f;
  --mstec-call-surface: #ffffff;
  --mstec-call-border: rgba(8, 113, 189, .13);
}

/* إخفاء عنوان القسم القديم عند توفره */
.mstec-home-water-filters-call-page .page-title-area,
.mstec-home-water-filters-call-page .page-title-section,
.mstec-home-water-filters-call-page .breadcrumb-area {
  display: none !important;
}

.mstec-category-call-hero,
.mstec-category-call-hero *,
.mstec-category-call-sticky,
.mstec-category-call-sticky * {
  box-sizing: border-box;
}

.mstec-category-call-hero {
  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100% - 28px));
  margin: 24px auto 28px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 8% 5%,
      rgba(71, 205, 255, .34),
      transparent 280px
    ),
    radial-gradient(
      circle at 95% 100%,
      rgba(45, 210, 180, .18),
      transparent 320px
    ),
    linear-gradient(
      135deg,
      #06365f 0%,
      #075f9f 45%,
      #088edf 100%
    );
  box-shadow:
    0 24px 65px rgba(3, 55, 94, .22),
    inset 0 1px 0 rgba(255, 255, 255, .13);
}

.mstec-category-call-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -130px;
  right: -90px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(255, 255, 255, .025),
    0 0 0 96px rgba(255, 255, 255, .018);
}

.mstec-category-call-glow {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
}

.mstec-category-call-glow-one {
  top: 26%;
  left: -70px;
  width: 180px;
  height: 180px;
  background: rgba(56, 204, 255, .16);
}

.mstec-category-call-glow-two {
  right: 43%;
  bottom: -85px;
  width: 210px;
  height: 210px;
  background: rgba(19, 217, 168, .11);
}

.mstec-category-call-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  align-items: center;
  gap: 30px;
}

.mstec-category-call-copy {
  padding: 20px 16px;
}

.mstec-category-call-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  backdrop-filter: blur(10px);
}

.mstec-category-call-live-dot {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #53efaa;
  box-shadow: 0 0 0 5px rgba(83, 239, 170, .12);
}

.mstec-category-call-live-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(83, 239, 170, .7);
  border-radius: inherit;
  animation: mstecCategoryLivePulse 1.8s ease-out infinite;
}

@keyframes mstecCategoryLivePulse {
  0% {
    opacity: .9;
    transform: scale(.65);
  }

  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

.mstec-category-call-copy h1 {
  max-width: 740px;
  margin: 0 0 18px;
  padding: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.3vw, 62px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -.8px;
  text-align: right;
  text-wrap: balance;
  text-shadow: 0 8px 28px rgba(0, 25, 48, .17);
}

.mstec-category-call-copy h1 span {
  display: block;
  margin-top: 5px;
  color: #75dcff;
  background:
    linear-gradient(
      90deg,
      #7be0ff 0%,
      #ffffff 52%,
      #64f0c0 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mstec-category-call-description {
  max-width: 700px;
  margin: 0 0 23px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.9;
  text-align: right;
}

.mstec-category-call-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.mstec-category-call-primary {
  position: relative;
  display: inline-flex;
  min-height: 67px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 10px 17px 10px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  color: #07548d !important;
  text-decoration: none !important;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #edf9ff 100%
    );
  box-shadow:
    0 17px 35px rgba(0, 37, 66, .22),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.mstec-category-call-primary::before {
  content: "";
  position: absolute;
  top: -90%;
  left: -70px;
  width: 55px;
  height: 260%;
  pointer-events: none;
  background: rgba(255, 255, 255, .7);
  filter: blur(7px);
  transform: rotate(22deg);
  animation: mstecCategoryButtonShine 4s ease-in-out infinite;
}

@keyframes mstecCategoryButtonShine {
  0%,
  55% {
    left: -80px;
  }

  76%,
  100% {
    left: calc(100% + 80px);
  }
}

.mstec-category-call-primary:hover,
.mstec-category-call-primary:focus-visible {
  color: #064d84 !important;
  text-decoration: none !important;
  transform: translateY(-3px);
  box-shadow:
    0 21px 42px rgba(0, 35, 64, .28),
    inset 0 1px 0 #ffffff;
}

.mstec-category-call-primary-icon {
  display: inline-flex;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #17b886 0%,
      #0c9d6e 100%
    );
  box-shadow: 0 8px 18px rgba(8, 150, 103, .25);
}

.mstec-category-call-primary-icon svg {
  width: 24px;
  height: 24px;
}

.mstec-category-call-primary-copy {
  display: flex;
  min-width: 155px;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.mstec-category-call-primary-copy small {
  margin-bottom: 2px;
  color: #69849a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.mstec-category-call-primary-copy strong {
  color: #07548d;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.3;
}

.mstec-category-call-primary-arrow {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0785df;
  background: rgba(7, 133, 223, .09);
  font-size: 18px;
  font-weight: 900;
}

.mstec-category-call-secondary {
  display: inline-flex;
  min-height: 67px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .08);
  font-size: 14px;
  font-weight: 850;
  backdrop-filter: blur(12px);
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease;
}

.mstec-category-call-secondary:hover,
.mstec-category-call-secondary:focus-visible {
  border-color: rgba(255, 255, 255, .38);
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .14);
  transform: translateY(-2px);
}

.mstec-category-call-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.mstec-category-call-trust > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 800;
}

.mstec-category-call-trust b {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #063f66;
  background: #75edbd;
  font-size: 12px;
  font-weight: 950;
}

.mstec-category-offer-card {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 24px;
  color: var(--mstec-call-text);
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, .99) 0%,
      rgba(238, 249, 255, .97) 100%
    );
  box-shadow:
    0 24px 50px rgba(1, 40, 72, .22),
    inset 0 1px 0 #ffffff;
}

.mstec-category-offer-card::after {
  content: "";
  position: absolute;
  left: -55px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(28, 173, 232, .08);
}

.mstec-category-offer-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
}

.mstec-category-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(17, 166, 112, .14);
  border-radius: 999px;
  color: #0a8c61;
  background: rgba(17, 177, 119, .08);
  font-size: 11px;
  font-weight: 900;
}

.mstec-category-offer-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16b97d;
  box-shadow: 0 0 0 4px rgba(22, 185, 125, .11);
}

.mstec-category-offer-shield {
  display: inline-flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 133, 223, .11);
  border-radius: 11px;
  color: #0785df;
  background: rgba(7, 133, 223, .07);
  font-size: 17px;
  font-weight: 950;
}

.mstec-category-offer-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 17px;
  padding: 0;
  color: var(--mstec-call-navy);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.45;
  text-align: right;
}

.mstec-category-offer-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}

.mstec-category-offer-card li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px;
  border: 1px solid rgba(7, 133, 223, .09);
  border-radius: 15px;
  background: rgba(255, 255, 255, .78);
}

.mstec-category-offer-card li > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #0785df;
  background: rgba(7, 133, 223, .09);
  font-size: 11px;
  font-weight: 950;
}

.mstec-category-offer-card li p {
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: right;
}

.mstec-category-offer-card li strong {
  color: #173d58;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.4;
}

.mstec-category-offer-card li small {
  margin-top: 2px;
  color: #71889a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.mstec-category-offer-phone {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(7, 133, 223, .13);
  border-radius: 17px;
  color: #ffffff !important;
  text-decoration: none !important;
  background:
    linear-gradient(
      135deg,
      #0785df 0%,
      #086bb9 100%
    );
  box-shadow: 0 12px 25px rgba(7, 107, 185, .2);
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.mstec-category-offer-phone:hover,
.mstec-category-offer-phone:focus-visible {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 31px rgba(7, 107, 185, .27);
}

.mstec-category-offer-phone small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-weight: 750;
}

.mstec-category-offer-phone strong {
  color: #ffffff;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: .8px;
}

.mstec-category-call-note {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px -22px -22px;
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .74);
  background: rgba(0, 30, 55, .16);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.mstec-category-call-note span {
  color: #63eab5;
  font-size: 10px;
}

/* المنتجات */
.mstec-category-products-container {
  scroll-margin-top: 105px;
}

.mstec-home-water-filters-call-page
.mstec-category-products-container {
  margin-top: 26px !important;
}

.mstec-home-water-filters-call-page
.mstec-category-products-container
.row > [class*="col-"] {
  margin-bottom: 21px;
}

.mstec-home-water-filters-call-page
.mstec-category-products-container
.card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(8, 113, 189, .11) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow:
    0 14px 34px rgba(16, 75, 112, .09) !important;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.mstec-home-water-filters-call-page
.mstec-category-products-container
.card:hover {
  border-color: rgba(7, 133, 223, .24) !important;
  transform: translateY(-5px);
  box-shadow:
    0 21px 45px rgba(15, 80, 122, .14) !important;
}

.mstec-category-card-call {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 15px;
  padding: 10px 12px;
  border: 1px solid rgba(7, 133, 223, .12);
  border-radius: 15px;
  color: #ffffff !important;
  text-decoration: none !important;
  background:
    linear-gradient(
      135deg,
      #0785df 0%,
      #066cb9 100%
    );
  box-shadow: 0 10px 23px rgba(7, 108, 185, .19);
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.mstec-category-card-call:hover,
.mstec-category-card-call:focus-visible {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 29px rgba(7, 108, 185, .25);
}

.mstec-category-card-call-icon {
  display: inline-flex;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, .14);
}

.mstec-category-card-call-icon svg {
  width: 21px;
  height: 21px;
}

.mstec-category-card-call > span:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.mstec-category-card-call small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .75);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
}

.mstec-category-card-call strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}

/* شريط الاتصال الثابت للموبايل */
.mstec-category-call-sticky {
  display: none;
}

@media (max-width: 991.98px) {
  .mstec-category-call-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr);
    gap: 18px;
  }

  .mstec-category-call-copy {
    padding-right: 4px;
    padding-left: 4px;
  }

  .mstec-category-call-copy h1 {
    font-size: clamp(34px, 5vw, 48px);
  }
}

@media (max-width: 767.98px) {
  html.mstec-home-water-filters-call-page {
    scroll-behavior: smooth;
  }

  body.mstec-home-water-filters-call-page {
    padding-bottom: 96px !important;
    background:
      linear-gradient(
        180deg,
        #f8fcff 0%,
        #ffffff 460px
      ) !important;
  }

  .mstec-category-call-hero {
    width: calc(100% - 16px);
    margin: 13px auto 20px;
    padding: 11px;
    border-radius: 24px;
    box-shadow:
      0 18px 42px rgba(3, 55, 94, .2),
      inset 0 1px 0 rgba(255, 255, 255, .12);
  }

  .mstec-category-call-hero::before {
    top: -95px;
    right: -110px;
    width: 250px;
    height: 250px;
  }

  .mstec-category-call-inner {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .mstec-category-call-copy {
    width: 100%;
    padding: 16px 9px 8px;
  }

  .mstec-category-call-eyebrow {
    margin-bottom: 14px;
    padding: 7px 11px;
    font-size: 11px;
  }

  .mstec-category-call-copy h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(31px, 9.6vw, 43px);
    line-height: 1.12;
    letter-spacing: -.45px;
  }

  .mstec-category-call-description {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.85;
  }

  .mstec-category-call-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-bottom: 17px;
  }

  .mstec-category-call-primary,
  .mstec-category-call-secondary {
    width: 100%;
  }

  .mstec-category-call-primary {
    min-height: 67px;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 17px;
  }

  .mstec-category-call-primary-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .mstec-category-call-primary-copy {
    min-width: 0;
    flex: 1;
  }

  .mstec-category-call-primary-copy strong {
    font-size: 16px;
  }

  .mstec-category-call-primary-arrow {
    margin-right: auto;
  }

  .mstec-category-call-secondary {
    min-height: 48px;
    border-radius: 15px;
    font-size: 12px;
  }

  .mstec-category-call-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .mstec-category-call-trust > span {
    min-height: 59px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 7px 4px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 13px;
    background: rgba(255, 255, 255, .06);
    font-size: 9px;
    text-align: center;
  }

  .mstec-category-call-trust b {
    width: 22px;
    height: 22px;
  }

  .mstec-category-offer-card {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
  }

  .mstec-category-offer-card-top {
    margin-bottom: 13px;
  }

  .mstec-category-offer-card h2 {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .mstec-category-offer-card ul {
    gap: 7px;
    margin-bottom: 12px;
  }

  .mstec-category-offer-card li {
    padding: 9px;
    border-radius: 13px;
  }

  .mstec-category-offer-card li > span {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }

  .mstec-category-offer-phone {
    min-height: 57px;
    border-radius: 15px;
  }

  .mstec-category-offer-phone strong {
    font-size: 19px;
  }

  .mstec-category-call-note {
    margin: 13px -11px -11px;
    padding: 10px 11px;
    font-size: 9px;
  }

  .mstec-home-water-filters-call-page
  .mstec-category-products-container {
    width: calc(100% - 14px) !important;
    max-width: calc(100% - 14px) !important;
    margin: 17px auto 28px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .mstec-home-water-filters-call-page
  .mstec-category-products-container
  .row {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }

  .mstec-home-water-filters-call-page
  .mstec-category-products-container
  .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 13px !important;
    padding: 4px !important;
  }

  .mstec-home-water-filters-call-page
  .mstec-category-products-container
  .card {
    margin-top: 5px !important;
    border-radius: 20px !important;
  }

  .mstec-home-water-filters-call-page
  .mstec-category-products-container
  .card-body {
    padding: 15px !important;
  }

  .mstec-category-card-call {
    min-height: 61px;
    margin-top: 12px;
    border-radius: 14px;
  }

  .mstec-category-call-sticky {
    position: fixed;
    z-index: 9998;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 8px;
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    background:
      linear-gradient(
        135deg,
        #13ad77 0%,
        #088b61 100%
      );
    box-shadow:
      0 15px 36px rgba(4, 75, 53, .31),
      inset 0 1px 0 rgba(255, 255, 255, .2);
    animation: mstecCategoryStickyEnter .45s ease both;
  }

  @keyframes mstecCategoryStickyEnter {
    from {
      opacity: 0;
      transform: translateY(22px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .mstec-category-call-sticky::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -65px;
    width: 42px;
    height: 250%;
    pointer-events: none;
    background: rgba(255, 255, 255, .28);
    filter: blur(6px);
    transform: rotate(20deg);
    animation: mstecCategoryStickyShine 4.2s ease-in-out infinite;
  }

  @keyframes mstecCategoryStickyShine {
    0%,
    58% {
      left: -65px;
    }

    80%,
    100% {
      left: calc(100% + 65px);
    }
  }

  .mstec-category-call-sticky:hover,
  .mstec-category-call-sticky:focus-visible,
  .mstec-category-call-sticky:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .mstec-category-call-sticky-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, .13);
  }

  .mstec-category-call-sticky-icon svg {
    width: 25px;
    height: 25px;
  }

  .mstec-category-call-sticky-copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
  }

  .mstec-category-call-sticky-copy small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .73);
    font-size: 9px;
    font-weight: 750;
  }

  .mstec-category-call-sticky-copy strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mstec-category-call-sticky-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 8px 9px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: #ffffff;
    background: rgba(0, 67, 46, .18);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .15px;
  }
}

@media (max-width: 374px) {
  .mstec-category-call-hero {
    width: calc(100% - 10px);
    padding: 8px;
  }

  .mstec-category-call-copy {
    padding-right: 7px;
    padding-left: 7px;
  }

  .mstec-category-call-copy h1 {
    font-size: 29px;
  }

  .mstec-category-call-description {
    font-size: 13px;
  }

  .mstec-category-call-primary-copy strong {
    font-size: 14px;
  }

  .mstec-category-call-sticky {
    right: 5px;
    left: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .mstec-category-call-sticky-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .mstec-category-call-sticky-copy strong {
    font-size: 12px;
  }

  .mstec-category-call-sticky-number {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mstec-category-call-live-dot::after,
  .mstec-category-call-primary::before,
  .mstec-category-call-sticky,
  .mstec-category-call-sticky::before {
    animation: none !important;
  }

  .mstec-category-call-primary,
  .mstec-category-call-secondary,
  .mstec-category-offer-phone,
  .mstec-category-card-call,
  .mstec-home-water-filters-call-page
  .mstec-category-products-container
  .card {
    transition: none !important;
  }
}

/* === MSTEC HOME WATER FILTERS CALL LANDING CSS END === */

/* === MSTEC CATEGORY COMPACT PREMIUM HEADER START === */

/* إزالة خلفية البحر والارتفاع القديم */
body.mstec-home-water-filters-call-page .page-title {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px 0 8px !important;
  overflow: visible !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.mstec-home-water-filters-call-page .page-title::before,
body.mstec-home-water-filters-call-page .page-title::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* إعادة الحاويات لطبيعتها بدل display: contents */
body.mstec-home-water-filters-call-page
.page-title > .auto-container {
  position: relative !important;
  display: block !important;
  width: min(1120px, calc(100% - 24px)) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* الكارت الصغير */
body.mstec-home-water-filters-call-page
.page-title .content-box {
  position: relative !important;
  isolation: isolate !important;
  box-sizing: border-box !important;
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 76px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(10, 132, 211, .13) !important;
  border-radius: 20px !important;
  direction: rtl !important;
  text-align: right !important;
  background:
    radial-gradient(
      circle at 95% 0%,
      rgba(45, 184, 238, .11),
      transparent 180px
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f7fcff 100%
    ) !important;
  box-shadow:
    0 11px 28px rgba(15, 72, 107, .075),
    inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

/* الخط البريميوم العلوي */
body.mstec-home-water-filters-call-page
.page-title .content-box::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  top: 0 !important;
  right: 20px !important;
  display: block !important;
  width: 92px !important;
  height: 3px !important;
  border-radius: 0 0 99px 99px !important;
  background:
    linear-gradient(
      90deg,
      #0785df 0%,
      #39c5ef 60%,
      #21c58b 100%
    ) !important;
  box-shadow: 0 4px 12px rgba(7, 133, 223, .22) !important;
}

/* لمسة ضوء داخلية */
body.mstec-home-water-filters-call-page
.page-title .content-box::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: -70px !important;
  left: -45px !important;
  display: block !important;
  width: 170px !important;
  height: 170px !important;
  border-radius: 50% !important;
  background: rgba(31, 177, 231, .06) !important;
}

/* عنوان القسم */
body.mstec-home-water-filters-call-page
.page-title .content-box > h1 {
  position: relative !important;
  z-index: 2 !important;
  flex: 0 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #0b3150 !important;
  background: none !important;
  font-size: clamp(21px, 2.1vw, 27px) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  letter-spacing: -.25px !important;
  text-align: right !important;
  text-shadow: none !important;
}

/* مسار الصفحة */
body.mstec-home-water-filters-call-page
.page-title .content-box .text {
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(7, 133, 223, .1) !important;
  border-radius: 999px !important;
  color: #6d8395 !important;
  background: rgba(7, 133, 223, .045) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

body.mstec-home-water-filters-call-page
.page-title .woocommerce-breadcrumb {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #718799 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.mstec-home-water-filters-call-page
.page-title .woocommerce-breadcrumb::before,
body.mstec-home-water-filters-call-page
.page-title .woocommerce-breadcrumb::after {
  display: none !important;
  content: none !important;
}

body.mstec-home-water-filters-call-page
.page-title .content-box .text a {
  color: #087fce !important;
  text-decoration: none !important;
  font-weight: 850 !important;
}

/* الموبايل */
@media (max-width: 767.98px) {
  body.mstec-home-water-filters-call-page .page-title {
    padding: 8px 0 5px !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title > .auto-container {
    width: calc(100% - 14px) !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title .content-box {
    min-height: 0 !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 12px 13px 11px !important;
    border-radius: 17px !important;
    text-align: center !important;
    box-shadow:
      0 8px 22px rgba(15, 72, 107, .07),
      inset 0 1px 0 #ffffff !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title .content-box::before {
    right: 50% !important;
    width: 72px !important;
    transform: translateX(50%) !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title .content-box > h1 {
    width: 100% !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title .content-box .text {
    max-width: 100% !important;
    padding: 6px 10px !important;
    font-size: 9.5px !important;
  }
}

@media (max-width: 360px) {
  body.mstec-home-water-filters-call-page
  .page-title > .auto-container {
    width: calc(100% - 10px) !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title .content-box {
    padding: 11px 9px 10px !important;
    border-radius: 15px !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title .content-box > h1 {
    font-size: 18px !important;
  }

  body.mstec-home-water-filters-call-page
  .page-title .content-box .text {
    font-size: 9px !important;
  }
}

/* === MSTEC CATEGORY COMPACT PREMIUM HEADER END === */

