/* =========================================================
   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 === */
