/* taghleefy-bundle.css v5.2 — auto-generated */

/* === taghleefy-header.css === */
/* ============================================================
   TAGHLEEFY HEADER v1.2 — Glassmorphic | RTL Arabic
   Includes wp_nav_menu() structure styles
   ============================================================ */

.tagh-header, .tagh-header * { box-sizing: border-box; }
.tagh-header a { text-decoration: none; }

/* -- Wrapper -------------------------------------------- */
.tagh-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 99999;
  direction: rtl;
  font-family: 'Cairo', 'Tajawal', 'Segoe UI', system-ui, sans-serif;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background  380ms cubic-bezier(0.4,0,0.2,1),
    border-color 380ms cubic-bezier(0.4,0,0.2,1),
    box-shadow  380ms cubic-bezier(0.4,0,0.2,1);
}

/* -- Scrolled ------------------------------------------- */
.tagh-header.tagh-hdr--scrolled {
  background: rgba(10, 15, 30, 0.78);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border-bottom: 1px solid rgba(0, 212, 255, 0.13);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.38);
}

/* -- Inner layout --------------------------------------- */
.tagh-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 70px;
  gap: 24px;
}

/* -- Logo ----------------------------------------------- */
.tagh-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.tagh-header__logo img {
  height: 40px;
  width: auto;
  transition: filter 380ms ease, opacity 380ms ease;
}
.tagh-header:not(.tagh-hdr--scrolled) .tagh-header__logo img {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* ============================================================
   wp_nav_menu() — Desktop Nav
   WordPress outputs: <nav.tagh-header__nav-wrap>
                        <ul.tagh-header__nav>
                          <li> <a>
   ============================================================ */

/* Container <nav> */
.tagh-header__nav-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

/* UL */
.tagh-header__nav-wrap ul.tagh-header__nav,
ul.tagh-header__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* LI */
.tagh-header__nav-wrap ul.tagh-header__nav > li,
ul.tagh-header__nav > li {
  position: relative;
}

/* A */
.tagh-header__nav-wrap ul.tagh-header__nav > li > a,
ul.tagh-header__nav > li > a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  transition: color 220ms ease, background 220ms ease;
  white-space: nowrap;
}

/* Hover + active (WordPress adds these classes automatically) */
.tagh-header__nav-wrap ul.tagh-header__nav > li > a:hover,
.tagh-header__nav-wrap ul.tagh-header__nav > li.current-menu-item > a,
.tagh-header__nav-wrap ul.tagh-header__nav > li.current_page_item > a,
ul.tagh-header__nav > li > a:hover,
ul.tagh-header__nav > li.current-menu-item > a,
ul.tagh-header__nav > li.current_page_item > a {
  color: #00D4FF;
  background: rgba(0, 212, 255, 0.08);
}

/* Scrolled state */
.tagh-hdr--scrolled .tagh-header__nav-wrap ul.tagh-header__nav > li > a,
.tagh-hdr--scrolled ul.tagh-header__nav > li > a {
  color: rgba(226, 232, 240, 0.9);
}

/* ============================================================
   wp_nav_menu() — Mobile Nav
   WordPress outputs: <ul.tagh-header__mobile-nav>
                        <li> <a>
   ============================================================ */
ul.tagh-header__mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
ul.tagh-header__mobile-nav > li > a {
  display: block;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.9);
  border-radius: 10px;
  transition: all 220ms ease;
}
ul.tagh-header__mobile-nav > li > a:hover,
ul.tagh-header__mobile-nav > li.current-menu-item > a,
ul.tagh-header__mobile-nav > li.current_page_item > a {
  color: #00D4FF;
  background: rgba(0, 212, 255, 0.08);
}

/* -- Actions group -------------------------------------- */
.tagh-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* Cart icon */
.tagh-hdr-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.85);
  transition: color 220ms ease, background 220ms ease;
}
.tagh-hdr-cart:hover {
  color: #00D4FF;
  background: rgba(0, 212, 255, 0.1);
}
.tagh-hdr-cart__badge {
  position: absolute;
  top: 2px; left: 2px;
  min-width: 18px; height: 18px;
  background: #FF6B35;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  border-radius: 100px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.34,1.56,0.64,1);
}
.tagh-hdr-cart__badge.tagh-badge--bump { transform: scale(1.4); }
.tagh-hdr-cart__badge[data-count="0"]  { display: none; }

/* Login button */
.tagh-hdr-login {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  transition: all 220ms ease;
  white-space: nowrap;
}
.tagh-hdr-login:hover {
  border-color: rgba(0, 212, 255, 0.5);
  color: #00D4FF;
  background: rgba(0, 212, 255, 0.07);
}

/* Vendor register button */
.tagh-hdr-vendor {
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 800;
  font-family: inherit;
  color: #0A0F1E;
  background: #00D4FF;
  border-radius: 100px;
  box-shadow: 0 3px 16px rgba(0, 212, 255, 0.32);
  transition: all 280ms ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.tagh-hdr-vendor::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}
.tagh-hdr-vendor:hover {
  background: #22E5FF;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 212, 255, 0.45);
  color: #0A0F1E;
}
.tagh-hdr-vendor:hover::after { opacity: 1; }

/* -- Hamburger ------------------------------------------ */
.tagh-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px; height: 38px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.tagh-header__burger span {
  display: block;
  width: 22px; height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  transition: all 300ms cubic-bezier(0.4,0,0.2,1);
  transform-origin: center;
}
.tagh-hdr--open .tagh-header__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tagh-hdr--open .tagh-header__burger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.tagh-hdr--open .tagh-header__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* -- Mobile menu panel ---------------------------------- */
.tagh-header__mobile {
  overflow: hidden;
  max-height: 0;
  transition: max-height 380ms cubic-bezier(0.4,0,0.2,1), opacity 280ms ease;
  opacity: 0;
  background: rgba(10, 15, 30, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 212, 255, 0.1);
}
.tagh-hdr--open .tagh-header__mobile { max-height: 600px; opacity: 1; }
.tagh-header__mobile-inner {
  padding: 20px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* .tagh-header__mobile-actions replaced by .tagh-header__mobile-cta */


/* ============================================================
   Mobile CTA — تسجيل الدخول وتسجيل كمورد في قائمة الجوال
   ============================================================ */
.tagh-header__mobile-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 16px 0;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 212, 255, 0.12);
}

/* Base button */
.tagh-mob-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none !important;
  transition: all 240ms ease;
  text-align: center;
  box-sizing: border-box;
}

/* Login button — outline style */
.tagh-mob-btn--login {
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
}
.tagh-mob-btn--login:hover {
  border-color: rgba(0, 212, 255, 0.55);
  background: rgba(0, 212, 255, 0.1);
  color: #00D4FF !important;
}

/* Vendor button — solid cyan (primary CTA) */
.tagh-mob-btn--vendor {
  color: #0A0F1E !important;
  background: #00D4FF;
  border: 1.5px solid transparent;
  box-shadow: 0 4px 18px rgba(0, 212, 255, 0.38);
}
.tagh-mob-btn--vendor:hover {
  background: #22E5FF;
  box-shadow: 0 6px 24px rgba(0, 212, 255, 0.5);
  transform: translateY(-1px);
  color: #0A0F1E !important;
}

/* Cart button — subtle */
.tagh-mob-btn--cart {
  color: rgba(255,255,255,0.75) !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.tagh-mob-btn--cart:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

/* Cart badge */
.tagh-mob-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  background: #FF6B35;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 100px;
  padding: 0 5px;
  line-height: 1;
}

/* -- Page body offset ----------------------------------- */
body { padding-top: 70px !important; }
.tagh-hero { margin-top: -70px; padding-top: calc(120px + 70px) !important; }

/* -- Admin Bar offset ----------------------------------- */
.admin-bar .tagh-header { top: 32px !important; }
@media screen and (max-width: 782px) {
  .admin-bar .tagh-header { top: 46px !important; }
}
.admin-bar body { padding-top: calc(70px + 32px) !important; }
@media screen and (max-width: 782px) {
  .admin-bar body { padding-top: calc(60px + 46px) !important; }
}

/* -- Responsive ----------------------------------------- */
@media (max-width: 1024px) {
  .tagh-header__nav-wrap ul.tagh-header__nav > li > a,
  ul.tagh-header__nav > li > a { padding: 8px 10px; font-size: 13px; }
  .tagh-hdr-login { display: none; }
}
@media (max-width: 768px) {
  .tagh-header__nav-wrap { display: none; }
  .tagh-hdr-login, .tagh-hdr-vendor, .tagh-hdr-cart { display: none; }
  .tagh-header__burger { display: flex; }
  .tagh-header {
    background: rgba(10,15,30,0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(0,212,255,0.1) !important;
  }
  body { padding-top: 60px !important; }
  .tagh-header__inner { height: 60px; }
  .tagh-hero { margin-top: -60px; padding-top: calc(100px + 60px) !important; }
}
/* === taghleefy-hero.css === */
/* ============================================================
   TAGHLEEFY HERO — v1.2  |  Printing & Packaging B2B  |  RTL
   ============================================================ */

:root {
  --tagh-navy:        #0A0F1E;
  --tagh-navy-2:      #111827;
  --tagh-navy-3:      #1E2A3B;
  --tagh-cyan:        #00D4FF;
  --tagh-cyan-dim:    rgba(0,212,255,0.12);
  --tagh-orange:      #FF6B35;
  --tagh-orange-dim:  rgba(255,107,53,0.12);
  --tagh-text:        #E2E8F0;
  --tagh-muted:       #94A3B8;
  --tagh-white:       #FFFFFF;
  --tagh-ease:        300ms cubic-bezier(0.4,0,0.2,1);
  --tagh-glow-c:      0 0 32px rgba(0,212,255,0.28);
  --tagh-glow-o:      0 0 32px rgba(255,107,53,0.28);
}

/* ── Reset ── */
.tagh-hero, .tagh-hero * { box-sizing: border-box; }
.tagh-hero a { text-decoration: none; }

/* ── Wrapper ── */
.tagh-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--tagh-navy);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  direction: rtl;
  color: var(--tagh-text);
  font-family: 'Tajawal', 'Cairo', 'Segoe UI', system-ui, sans-serif;
}

/* ── Animated background ── */
.tagh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.tagh-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,212,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 30%, transparent 100%);
}
.tagh-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  animation: taghGlowPulse 7s ease-in-out infinite;
}
.tagh-hero__glow--1 { width:520px; height:520px; background:rgba(0,212,255,0.11); top:-160px; right:-80px; }
.tagh-hero__glow--2 { width:420px; height:420px; background:rgba(255,107,53,0.07); bottom:-80px; left:-60px; animation-delay:2.5s; }
.tagh-hero__glow--3 { width:320px; height:320px; background:rgba(0,212,255,0.06); top:50%; left:50%; transform:translate(-50%,-50%); animation-delay:5s; animation-name:taghGlowPulse3; }
@keyframes taghGlowPulse  { 0%,100%{opacity:.6;transform:scale(1);} 50%{opacity:1;transform:scale(1.09);} }
@keyframes taghGlowPulse3 { 0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1);} 50%{opacity:1;transform:translate(-50%,-50%) scale(1.09);} }

.tagh-hero__particle {
  position: absolute;
  border-radius: 50%;
  background: var(--tagh-cyan);
  animation: taghFloat linear infinite;
  opacity: 0;
}
@keyframes taghFloat {
  0%  { transform:translateY(105vh) scale(0); opacity:0; }
  8%  { opacity:.55; }
  92% { opacity:.25; }
  100%{ transform:translateY(-15vh) scale(1.2); opacity:0; }
}

/* ── Main content ── */
.tagh-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 24px 170px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* Badge */
.tagh-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 18px;
  background: rgba(0,212,255,0.07);
  border: 1px solid rgba(0,212,255,0.22);
  border-radius: 100px;
  font-size: 13px;
  color: var(--tagh-cyan);
  animation: taghFadeDown .65s ease both;
}
.tagh-hero__badge-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--tagh-cyan);
  flex-shrink: 0;
  animation: taghBlink 1.6s ease-in-out infinite;
}
@keyframes taghBlink { 0%,100%{opacity:1;box-shadow:0 0 7px var(--tagh-cyan);} 50%{opacity:.35;box-shadow:none;} }

/* Title */
.tagh-hero__title {
  font-size: clamp(2rem, 6vw, 3.8rem);
  font-weight: 800;
  line-height: 1.28;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin: 0;
  animation: taghFadeUp .7s ease .1s both;
}
.tagh-hero__title > *:not(.tagh-hero__title-hl) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.tagh-hero__title-hl {
  background: linear-gradient(130deg, var(--tagh-cyan) 0%, #7BFBAF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subtitle */
.tagh-hero__subtitle {
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  color: var(--tagh-muted);
  max-width: 660px;
  line-height: 1.85;
  margin: 0;
  animation: taghFadeUp .7s ease .2s both;
}

/* ── Search bar ── */
.tagh-hero__search {
  width: 100%;
  max-width: 700px;
  animation: taghFadeUp .7s ease .3s both;
}
.tagh-hero__search-wrap {
  display: flex;
  background: #FFFFFF;
  border: 2px solid rgba(0,212,255,0.35);
  border-radius: 100px;
  overflow: hidden;
  transition: border-color var(--tagh-ease), box-shadow var(--tagh-ease);
}
.tagh-hero__search-wrap:focus-within {
  border-color: var(--tagh-cyan);
  box-shadow: var(--tagh-glow-c);
}

/* Input — dark text on white bg for full readability */
.tagh-hero__search-input {
  flex: 1;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 15px 22px;
  font-size: 15px !important;
  color: #1A202C !important;
  direction: rtl;
  font-family: 'Tajawal', 'Cairo', sans-serif !important;
  font-weight: 500 !important;
  -webkit-text-fill-color: #1A202C !important;
}
.tagh-hero__search-input::placeholder {
  color: #64748B !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #64748B !important;
  font-weight: 400 !important;
}
/* Override any theme/Elementor global input styles */
.tagh-hero .tagh-hero__search-input,
.tagh-hero .tagh-hero__search-input:focus,
.tagh-hero .tagh-hero__search-input:active {
  color: #1A202C !important;
  -webkit-text-fill-color: #1A202C !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.tagh-hero__search-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: var(--tagh-cyan);
  color: var(--tagh-navy);
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  flex-shrink: 0;
  border-radius: 0 100px 100px 0;
  transition: background var(--tagh-ease), transform var(--tagh-ease);
}
.tagh-hero__search-btn:hover { background: #22E5FF; transform: translateX(-3px); }

/* Search tags */
.tagh-hero__search-tags {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.tagh-hero__search-tag {
  padding: 5px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  font-size: 12px;
  color: var(--tagh-muted);
  cursor: pointer;
  transition: all var(--tagh-ease);
  font-family: inherit;
  user-select: none;
}
.tagh-hero__search-tag:hover,
.tagh-hero__search-tag.active {
  background: var(--tagh-cyan-dim);
  border-color: rgba(0,212,255,0.45);
  color: var(--tagh-cyan);
}

/* ── CTAs ── */
.tagh-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  animation: taghFadeUp .7s ease .4s both;
}
.tagh-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  transition: all var(--tagh-ease);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.tagh-hero__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent);
  opacity: 0;
  transition: opacity var(--tagh-ease);
}
.tagh-hero__cta:hover::after { opacity: 1; }
.tagh-hero__cta--primary {
  background: var(--tagh-cyan);
  color: var(--tagh-navy);
  box-shadow: 0 4px 22px rgba(0,212,255,0.32);
}
.tagh-hero__cta--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,212,255,0.48);
  color: var(--tagh-navy);
}
.tagh-hero__cta--secondary {
  background: transparent;
  color: var(--tagh-text);
  border: 1px solid rgba(255,107,53,0.45);
}
.tagh-hero__cta--secondary:hover {
  background: var(--tagh-orange-dim);
  border-color: var(--tagh-orange);
  color: var(--tagh-orange);
  transform: translateY(-3px);
  box-shadow: var(--tagh-glow-o);
}
.tagh-cta-arrow { display: inline-block; transition: transform var(--tagh-ease); }
.tagh-hero__cta--primary:hover .tagh-cta-arrow { transform: translateX(-5px); }

/* ── Trust strip ── */
.tagh-hero__trust {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--tagh-muted);
  animation: taghFadeUp .7s ease .5s both;
}
.tagh-hero__trust-avs { display: flex; }
.tagh-hero__trust-av {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid var(--tagh-navy);
  background: linear-gradient(135deg, var(--tagh-cyan-dim), var(--tagh-navy-3));
  margin-inline-start: -10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--tagh-cyan);
}
.tagh-hero__trust-avs .tagh-hero__trust-av:first-child { margin-inline-start: 0; }

/* ── Scroll indicator ── */
.tagh-hero__scroll {
  position: absolute;
  bottom: 95px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: taghFadeIn 1s ease 1.2s both;
}
.tagh-hero__scroll-mouse {
  width: 24px; height: 38px;
  border: 2px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  display: flex; justify-content: center; padding-top: 6px;
}
.tagh-hero__scroll-dot {
  width: 4px; height: 8px;
  background: var(--tagh-cyan);
  border-radius: 2px;
  animation: taghScrollDot 2.2s ease-in-out infinite;
}
@keyframes taghScrollDot { 0%,100%{transform:translateY(0);opacity:1;} 50%{transform:translateY(9px);opacity:.25;} }
.tagh-hero__scroll-txt { font-size: 10px; color: rgba(255,255,255,.25); letter-spacing: .12em; }

/* ── Stats bar ── */
.tagh-hero__stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  display: flex; align-items: stretch;
  background: rgba(10,15,30,0.75);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-top: 1px solid rgba(255,255,255,0.07);
  direction: rtl;
}
.tagh-hero__stat {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 22px 16px; gap: 5px;
  border-left: 1px solid rgba(255,255,255,0.06);
  transition: background var(--tagh-ease);
}
.tagh-hero__stat:last-child { border-left: none; }
.tagh-hero__stat:hover { background: rgba(0,212,255,0.04); }
.tagh-stat-row { display: flex; align-items: baseline; gap: 2px; }
.tagh-stat-num {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--tagh-cyan);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.tagh-stat-sfx { font-size: .95rem; color: var(--tagh-cyan); font-weight: 700; }
.tagh-stat-lbl { font-size: 12px; color: var(--tagh-muted); white-space: nowrap; }

/* ── Entrance animations ── */
@keyframes taghFadeDown { from{opacity:0;transform:translateY(-18px);} to{opacity:1;transform:translateY(0);} }
@keyframes taghFadeUp   { from{opacity:0;transform:translateY(22px);}  to{opacity:1;transform:translateY(0);} }
@keyframes taghFadeIn   { from{opacity:0;} to{opacity:1;} }

/* ── Responsive ── */
@media (max-width: 768px) {
  .tagh-hero__container { padding: 100px 20px 145px; gap: 22px; }
  .tagh-hero__ctas { flex-direction: column; width: 100%; max-width: 330px; }
  .tagh-hero__cta  { justify-content: center; }
  .tagh-hero__search-btn { padding: 13px 18px; font-size: 13px; }
  .tagh-hero__stat { flex: 1 1 50%; border-left: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .tagh-hero__scroll { display: none; }
}
@media (max-width: 480px) {
  .tagh-hero__stat  { flex: 1 1 100%; }
  .tagh-hero__title { font-size: 1.85rem; }
}
/* === taghleefy-how-it-works.css === */
/* ============================================================
   TAGHLEEFY — How It Works  v1.0
   Dual-Model: RFQ + Vendor Stores | Glassmorphic | RTL
   ============================================================ */

.tagh-hiw, .tagh-hiw * { box-sizing: border-box; }
.tagh-hiw a { text-decoration: none; }

/* ── Section ───────────────────────────────────────────── */
.tagh-hiw {
  position: relative;
  overflow: hidden;
  background: #080D1A;
  padding: 96px 0 80px;
  direction: rtl;
  font-family: 'Cairo', 'Tajawal', system-ui, sans-serif;
}

/* ── Background glows ─────────────────────────────────── */
.tagh-hiw__bg { position: absolute; inset: 0; pointer-events: none; }
.tagh-hiw__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.18;
}
.tagh-hiw__glow--1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #00D4FF, transparent 70%);
  top: -100px; right: -80px;
}
.tagh-hiw__glow--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #FF6B35, transparent 70%);
  bottom: -80px; left: -60px;
}

/* ── Container ─────────────────────────────────────────── */
.tagh-hiw__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Header ────────────────────────────────────────────── */
.tagh-hiw__header { text-align: center; margin-bottom: 52px; }

.tagh-hiw__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.22);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 700;
  color: #00D4FF;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tagh-hiw__badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #00D4FF;
  animation: taghHiwPulse 2s ease-in-out infinite;
}
@keyframes taghHiwPulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%     { opacity:.4; transform:scale(1.5); }
}

.tagh-hiw__title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: #F1F5F9;
  margin: 0 0 16px;
  line-height: 1.25;
}
.tagh-hiw__title-hl {
  background: linear-gradient(90deg, #00D4FF, #22E5FF 60%, #7DD3FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tagh-hiw__subtitle {
  font-size: 16px;
  color: #64748B;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── Tabs ──────────────────────────────────────────────── */
.tagh-hiw__tabs {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.tagh-hiw__tab {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  cursor: pointer;
  color: #64748B;
  transition: all 300ms cubic-bezier(0.4,0,0.2,1);
  font-family: inherit;
  text-align: right;
  min-width: 250px;
}
.tagh-hiw__tab:hover {
  border-color: rgba(0,212,255,0.25);
  color: #CBD5E1;
  background: rgba(0,212,255,0.04);
}
.tagh-hiw__tab--active {
  background: rgba(0,212,255,0.08);
  border-color: rgba(0,212,255,0.40);
  color: #E2E8F0;
  box-shadow: 0 0 28px rgba(0,212,255,0.12), inset 0 1px 0 rgba(0,212,255,0.15);
}

.tagh-hiw__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 13px;
  background: rgba(0,212,255,0.07);
  border: 1px solid rgba(0,212,255,0.12);
  color: #00D4FF;
  flex-shrink: 0;
  transition: all 300ms ease;
}
.tagh-hiw__tab--active .tagh-hiw__tab-icon {
  background: rgba(0,212,255,0.15);
  border-color: rgba(0,212,255,0.35);
  box-shadow: 0 0 18px rgba(0,212,255,0.22);
}

.tagh-hiw__tab-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.tagh-hiw__tab-text strong {
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  line-height: 1.3;
}
.tagh-hiw__tab-text small {
  font-size: 11px;
  color: #475569;
  font-weight: 500;
}
.tagh-hiw__tab--active .tagh-hiw__tab-text small { color: rgba(0,212,255,0.7); }

/* ── Panel ─────────────────────────────────────────────── */
.tagh-hiw__panel {
  display: none;
  animation: taghHiwFadeIn 360ms cubic-bezier(0.4,0,0.2,1) forwards;
}
.tagh-hiw__panel--active { display: block; }

@keyframes taghHiwFadeIn {
  from { opacity:0; transform:translateY(18px); }
  to   { opacity:1; transform:translateY(0);    }
}

.tagh-hiw__panel-headline {
  text-align: center;
  font-size: 15px;
  color: #94A3B8;
  margin: 0 0 44px;
  line-height: 1.75;
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: 44px;
}

/* ── Steps grid ────────────────────────────────────────── */
/*
  Desktop layout:
  [step] [connector] [step] [connector] [step]
  Achieved via: grid 3 steps + 2 connectors = 5 cols
  steps: fr  connectors: auto
*/
.tagh-hiw__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
  margin-bottom: 48px;
}

/* ── Step card ─────────────────────────────────────────── */
.tagh-hiw__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 24px 32px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}
.tagh-hiw__step:hover {
  border-color: rgba(0,212,255,0.28);
  box-shadow: 0 8px 40px rgba(0,0,0,0.35), 0 0 28px rgba(0,212,255,0.09);
  transform: translateY(-4px);
}

/* ── Step icon ─────────────────────────────────────────── */
.tagh-hiw__step-icon {
  position: relative;
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(0,212,255,0.07);
  border: 1.5px solid rgba(0,212,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #00D4FF;
  transition: all 300ms ease;
  flex-shrink: 0;
}
.tagh-hiw__step-icon svg { width: 28px; height: 28px; }
.tagh-hiw__step:hover .tagh-hiw__step-icon {
  background: rgba(0,212,255,0.13);
  border-color: rgba(0,212,255,0.45);
  box-shadow: 0 0 30px rgba(0,212,255,0.22);
}

.tagh-hiw__step-num {
  position: absolute;
  top: -7px; left: -7px;
  width: 23px; height: 23px;
  border-radius: 50%;
  background: #00D4FF;
  color: #0A0F1E;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0,212,255,0.4);
}

.tagh-hiw__step-title {
  font-size: 16px;
  font-weight: 800;
  color: #E2E8F0;
  margin: 0 0 10px;
  line-height: 1.35;
}
.tagh-hiw__step-desc {
  font-size: 13.5px;
  color: #64748B;
  line-height: 1.85;
  margin: 0;
}

/* ── Desktop connector ─────────────────────────────────── */
.tagh-hiw__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  /* hide SVG arrow on desktop, show CSS line */
}
/* Hide the SVG down-arrow on desktop */
.tagh-hiw__connector-arrow { display: none; }

/* Desktop: horizontal dashed line + arrowhead */
.tagh-hiw__connector::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0,212,255,0.15), rgba(0,212,255,0.55), rgba(0,212,255,0.15));
  border-radius: 2px;
}
/* Arrowhead pointing LEFT (RTL forward direction) */
.tagh-hiw__connector::after {
  content: '';
  display: block;
  width: 0; height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid rgba(0,212,255,0.55);
  margin-right: -2px;
  flex-shrink: 0;
}

/* ── CTAs ──────────────────────────────────────────────── */
.tagh-hiw__ctas {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.tagh-hiw__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 30px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  transition: all 280ms ease;
  white-space: nowrap;
}
/* RTL: SVG arrow sits on the LEFT side of text, points left (= forward in Arabic) */
.tagh-hiw__cta svg { flex-shrink: 0; }

.tagh-hiw__cta--primary {
  background: #00D4FF;
  color: #0A0F1E;
  box-shadow: 0 4px 20px rgba(0,212,255,0.32);
}
.tagh-hiw__cta--primary:hover {
  background: #22E5FF;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,212,255,0.48);
  color: #0A0F1E;
}
.tagh-hiw__cta--ghost {
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.03);
}
.tagh-hiw__cta--ghost:hover {
  border-color: rgba(0,212,255,0.4);
  color: #00D4FF;
  background: rgba(0,212,255,0.06);
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .tagh-hiw__tab { min-width: 210px; padding: 14px 20px; }
}

@media (max-width: 720px) {
  .tagh-hiw { padding: 72px 0 56px; }

  /* Stack steps vertically */
  .tagh-hiw__steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tagh-hiw__step { margin: 0; padding: 28px 20px 24px; }

  /* ── Mobile connector: vertical down-arrow ── */
  .tagh-hiw__connector {
    flex-direction: column;
    padding: 4px 0;
    /* hide the desktop CSS pseudo-elements */
  }
  .tagh-hiw__connector::before,
  .tagh-hiw__connector::after { display: none; }

  /* Show the SVG down-arrow */
  .tagh-hiw__connector-arrow {
    display: block;
    width: 24px;
    height: 32px;
    margin: 0 auto;
    opacity: 0.75;
  }

  /* Tabs stack vertically */
  .tagh-hiw__tabs { flex-direction: column; align-items: stretch; gap: 10px; }
  .tagh-hiw__tab  { min-width: unset; width: 100%; }
}

@media (max-width: 480px) {
  .tagh-hiw__ctas        { flex-direction: column; align-items: stretch; }
  .tagh-hiw__cta         { width: 100%; justify-content: center; }
  .tagh-hiw__step-title  { font-size: 15px; }
  .tagh-hiw__step-desc   { font-size: 13px; }
}
/* === taghleefy-products.css === */
/* ============================================================
   TAGHLEEFY — Products Glass  v1.0
   Glassmorphic WooCommerce product grid | RTL
   Full overrides for WC default styles
   ============================================================ */

.tagh-prod, .tagh-prod * { box-sizing: border-box; }
.tagh-prod a { text-decoration: none; }

/* ── Section ───────────────────────────────────────────── */
.tagh-prod {
  position: relative;
  overflow: hidden;
  background: #07101F;
  padding: 96px 0 88px;
  direction: rtl;
  font-family: 'Cairo', 'Tajawal', system-ui, sans-serif;
}

/* ── Background ────────────────────────────────────────── */
.tagh-prod__bg { position: absolute; inset: 0; pointer-events: none; }
.tagh-prod__bg-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(0,212,255,0.055) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}
.tagh-prod__glow {
  position: absolute; border-radius: 50%;
  filter: blur(110px); pointer-events: none;
}
.tagh-prod__glow--tr {
  width: 550px; height: 350px;
  background: radial-gradient(ellipse, rgba(0,212,255,0.09), transparent 70%);
  top: -80px; left: -60px;
}
.tagh-prod__glow--bl {
  width: 450px; height: 350px;
  background: radial-gradient(ellipse, rgba(255,107,53,0.07), transparent 70%);
  bottom: -60px; right: -40px;
}

/* ── Container ─────────────────────────────────────────── */
.tagh-prod__container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ── Header row ────────────────────────────────────────── */
.tagh-prod__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.tagh-prod__header-text { flex: 1; min-width: 260px; }

.tagh-prod__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,212,255,0.07);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 100px;
  padding: 5px 16px;
  font-size: 11px; font-weight: 700; color: #00D4FF;
  letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 14px;
}
.tagh-prod__badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #00D4FF;
  animation: taghProdPulse 2.2s ease-in-out infinite;
}
@keyframes taghProdPulse {
  0%,100%{ opacity:1; transform:scale(1); }
  50%    { opacity:.35; transform:scale(1.6); }
}

.tagh-prod__title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 900; color: #F1F5F9;
  margin: 0 0 10px; line-height: 1.25;
}
.tagh-prod__title-hl {
  background: linear-gradient(90deg, #00D4FF, #22E5FF 55%, #7DD3FC);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tagh-prod__subtitle {
  font-size: 14.5px; color: #64748B; line-height: 1.75; margin: 0;
}

/* ── Tab switcher ─────────────────────────────────────── */
.tagh-prod__tabs {
  display: flex; gap: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 5px;
  flex-shrink: 0;
  align-self: flex-end;
}
.tagh-prod__tab {
  padding: 8px 18px;
  font-size: 13px; font-weight: 700;
  font-family: inherit;
  color: #475569;
  background: transparent;
  border: none; border-radius: 10px;
  cursor: pointer;
  transition: all 250ms ease;
  white-space: nowrap;
}
.tagh-prod__tab:hover { color: #94A3B8; background: rgba(255,255,255,0.04); }
.tagh-prod__tab--active {
  background: rgba(0,212,255,0.1);
  color: #00D4FF;
  box-shadow: 0 2px 12px rgba(0,212,255,0.12);
}

/* ── Products grid ─────────────────────────────────────── */
.tagh-prod__grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 52px;
  animation: taghProdIn 380ms cubic-bezier(0.4,0,0.2,1) forwards;
}
.tagh-prod__grid--active { display: grid; }

@keyframes taghProdIn {
  from { opacity:0; transform:translateY(14px); }
  to   { opacity:1; transform:translateY(0);    }
}

.tagh-prod__empty {
  grid-column: 1/-1; text-align: center;
  color: #475569; font-size: 14px; padding: 40px 0;
}

/* ── Product card ──────────────────────────────────────── */
.tagh-prod__card {
  display: flex; flex-direction: column;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 300ms cubic-bezier(0.34,1.3,0.64,1),
              border-color 280ms ease, box-shadow 280ms ease;
}
.tagh-prod__card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,212,255,0.28);
  box-shadow: 0 16px 50px rgba(0,0,0,0.45), 0 0 30px rgba(0,212,255,0.08);
}

/* ── Image ─────────────────────────────────────────────── */
.tagh-prod__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: rgba(255,255,255,0.04);
  flex-shrink: 0;
}
.tagh-prod__img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.4,0,0.2,1);
  display: block;
}
.tagh-prod__card:hover .tagh-prod__img { transform: scale(1.07); }

/* Badges */
.tagh-prod__badges {
  position: absolute; top: 10px; right: 10px;
  display: flex; flex-direction: column; gap: 5px;
  z-index: 2;
}
.tagh-prod__badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 10px; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase;
}
.tagh-prod__badge--sale { background: #FF6B35; color: #fff; }
.tagh-prod__badge--new  { background: #00D4FF; color: #0A0F1E; }

/* Quick-view overlay */
.tagh-prod__overlay {
  position: absolute; inset: 0;
  background: rgba(10,15,30,0.65);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 280ms ease;
  backdrop-filter: blur(4px);
}
.tagh-prod__card:hover .tagh-prod__overlay { opacity: 1; }
.tagh-prod__overlay-txt {
  font-size: 13px; font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 8px 20px; border-radius: 100px;
  background: rgba(0,212,255,0.12);
}

/* ── Card body ─────────────────────────────────────────── */
.tagh-prod__body { padding: 16px 16px 0; flex: 1; }

.tagh-prod__cat {
  display: block;
  font-size: 10.5px; font-weight: 700;
  color: #00D4FF; letter-spacing: .05em;
  text-transform: uppercase; margin-bottom: 6px;
  opacity: 0.75;
}

.tagh-prod__title {
  font-size: 14px; font-weight: 700;
  margin: 0 0 8px; line-height: 1.4;
}
.tagh-prod__title a {
  color: #E2E8F0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 200ms ease;
}
.tagh-prod__title a:hover { color: #00D4FF; }

/* Stars */
.tagh-prod__stars {
  display: flex; align-items: center; gap: 2px;
  color: #F59E0B;
  margin-bottom: 8px;
}
.tagh-prod__review-count {
  font-size: 11px; color: #475569;
  margin-right: 4px; font-weight: 600;
}

/* Price — full WC override */
.tagh-prod__price { margin-bottom: 0; }
.tagh-prod__price .price,
.tagh-prod__price span.price {
  display: flex !important; flex-wrap: wrap; align-items: baseline;
  gap: 6px; color: #E2E8F0 !important;
  font-size: 16px !important; font-weight: 800 !important;
  font-family: inherit !important;
}
.tagh-prod__price .price del,
.tagh-prod__price .woocommerce-Price-amount.amount del {
  color: #475569 !important; font-size: 12px !important;
  font-weight: 500 !important; text-decoration: line-through !important;
  opacity: 1 !important;
}
.tagh-prod__price .price ins {
  text-decoration: none !important; color: #FF6B35 !important;
}
.tagh-prod__price .woocommerce-Price-currencySymbol {
  font-size: 12px !important; font-weight: 600 !important;
}

/* ── Card footer ───────────────────────────────────────── */
.tagh-prod__footer {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px 16px;
  margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.tagh-prod__add-btn {
  flex: 1; display: flex; align-items: center; justify-content: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px; font-weight: 800; font-family: inherit;
  cursor: pointer; transition: all 250ms ease;
  white-space: nowrap; line-height: 1;
}
.tagh-prod__add-btn--cart {
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.28);
  color: #00D4FF;
}
.tagh-prod__add-btn--cart:hover {
  background: #00D4FF;
  color: #0A0F1E;
  box-shadow: 0 4px 20px rgba(0,212,255,0.38);
  transform: translateY(-1px);
}
.tagh-prod__add-btn--cart.tagh-prod__adding {
  background: rgba(0,212,255,0.06);
  pointer-events: none;
  opacity: .7;
}
.tagh-prod__add-btn--cart.tagh-prod__added {
  background: rgba(16,185,129,0.12);
  border-color: rgba(16,185,129,0.35);
  color: #10B981;
}
.tagh-prod__add-btn--view {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
}
.tagh-prod__add-btn--view:hover {
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}

/* Eye button */
.tagh-prod__view-btn {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  color: #475569;
  background: rgba(255,255,255,0.03);
  transition: all 220ms ease;
}
.tagh-prod__view-btn:hover {
  border-color: rgba(0,212,255,0.3);
  color: #00D4FF;
  background: rgba(0,212,255,0.07);
}

/* ── Bottom CTA ────────────────────────────────────────── */
.tagh-prod__bottom { text-align: center; }
.tagh-prod__all-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 40px; border-radius: 100px;
  font-size: 14px; font-weight: 800; font-family: inherit;
  color: #0A0F1E; background: #00D4FF;
  box-shadow: 0 4px 24px rgba(0,212,255,0.35);
  transition: all 280ms ease;
}
.tagh-prod__all-cta:hover {
  background: #22E5FF; color: #0A0F1E;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,212,255,0.48);
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1100px) {
  .tagh-prod__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .tagh-prod__header { flex-direction: column; align-items: flex-start; }
  .tagh-prod__tabs   { align-self: flex-start; }
  .tagh-prod__grid   { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 480px) {
  .tagh-prod { padding: 72px 0 64px; }
  .tagh-prod__grid { grid-template-columns: 1fr; }
  .tagh-prod__tabs { flex-wrap: wrap; }
  .tagh-prod__tab  { font-size: 12px; padding: 7px 14px; }
}
/* === taghleefy-sectors.css === */
/* ============================================================
   TAGHLEEFY — Sectors Glass  v1.0
   4 industrial packaging sectors | Glassmorphic | RTL
   ============================================================ */

.tagh-sectors, .tagh-sectors * { box-sizing: border-box; }
.tagh-sectors a { text-decoration: none; }

/* ── Section ───────────────────────────────────────────── */
.tagh-sectors {
  position: relative;
  overflow: hidden;
  background: #060B18;
  padding: 96px 0 88px;
  direction: rtl;
  font-family: 'Cairo', 'Tajawal', system-ui, sans-serif;
}

/* ── Background ────────────────────────────────────────── */
.tagh-sectors__bg { position: absolute; inset: 0; pointer-events: none; }

/* Subtle dot-grid */
.tagh-sectors__bg-grid {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(0,212,255,0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.55;
}

.tagh-sectors__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.tagh-sectors__glow--top {
  width: 600px; height: 300px;
  background: radial-gradient(ellipse, rgba(0,212,255,0.10), transparent 70%);
  top: -60px; left: 50%; transform: translateX(-50%);
}
.tagh-sectors__glow--bot {
  width: 500px; height: 300px;
  background: radial-gradient(ellipse, rgba(255,107,53,0.08), transparent 70%);
  bottom: -60px; right: 10%;
}

/* ── Container ─────────────────────────────────────────── */
.tagh-sectors__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Header ────────────────────────────────────────────── */
.tagh-sectors__header { text-align: center; margin-bottom: 60px; }

.tagh-sectors__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,255,0.07);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 700;
  color: #00D4FF;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.tagh-sectors__badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #00D4FF;
  animation: taghSecPulse 2.2s ease-in-out infinite;
}
@keyframes taghSecPulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%     { opacity:.35; transform:scale(1.6); }
}

.tagh-sectors__title {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  color: #F1F5F9;
  margin: 0 0 16px;
  line-height: 1.25;
}
.tagh-sectors__title-hl {
  background: linear-gradient(90deg, #00D4FF 0%, #7DD3FC 50%, #00D4FF 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: taghSecShimmer 4s linear infinite;
}
@keyframes taghSecShimmer {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.tagh-sectors__subtitle {
  font-size: 15.5px;
  color: #64748B;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.85;
}

/* ── Grid ──────────────────────────────────────────────── */
.tagh-sectors__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 52px;
}

/* ── Card ──────────────────────────────────────────────── */
.tagh-sectors__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.028);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  padding: 0 0 24px;
  overflow: hidden;
  transition:
    transform     320ms cubic-bezier(0.34,1.4,0.64,1),
    border-color  280ms ease,
    box-shadow    280ms ease;
  cursor: default;
}
.tagh-sectors__card:hover {
  transform: translateY(-8px);
  border-color: var(--s-color, rgba(0,212,255,0.4));
  box-shadow:
    0 20px 60px rgba(0,0,0,0.45),
    0 0 40px var(--s-glow, rgba(0,212,255,0.15));
}

/* Top accent line */
.tagh-sectors__card-line {
  height: 3px;
  background: var(--s-color, #00D4FF);
  border-radius: 22px 22px 0 0;
  opacity: 0.7;
  transition: opacity 280ms ease, height 280ms ease;
}
.tagh-sectors__card:hover .tagh-sectors__card-line {
  opacity: 1;
  height: 4px;
}

/* Icon circle */
.tagh-sectors__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px; height: 58px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--s-color, #00D4FF) 12%, transparent);
  border: 1.5px solid color-mix(in srgb, var(--s-color, #00D4FF) 30%, transparent);
  margin: 24px 24px 0;
  color: var(--s-color, #00D4FF);
  transition: all 280ms ease;
  flex-shrink: 0;
}
/* Fallback for browsers without color-mix */
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .tagh-sectors__card-icon {
    background: rgba(0,212,255,0.1);
    border-color: rgba(0,212,255,0.25);
  }
}
.tagh-sectors__card-icon svg { width: 26px; height: 26px; }
.tagh-sectors__card:hover .tagh-sectors__card-icon {
  transform: scale(1.08);
  box-shadow: 0 0 24px var(--s-glow, rgba(0,212,255,0.25));
}

/* Card body */
.tagh-sectors__card-body {
  padding: 18px 24px 0;
  flex: 1;
}

.tagh-sectors__card-en {
  font-size: 11px;
  font-weight: 600;
  color: var(--s-color, #00D4FF);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin: 0 0 6px;
  opacity: 0.75;
}

.tagh-sectors__card-title {
  font-size: 18px;
  font-weight: 800;
  color: #F1F5F9;
  margin: 0 0 10px;
  line-height: 1.3;
}

.tagh-sectors__card-desc {
  font-size: 13px;
  color: #64748B;
  line-height: 1.85;
  margin: 0 0 16px;
}

/* Tags */
.tagh-sectors__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0;
}
.tagh-sectors__tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 100px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #94A3B8;
  transition: all 220ms ease;
}
.tagh-sectors__card:hover .tagh-sectors__tag {
  border-color: color-mix(in srgb, var(--s-color, #00D4FF) 35%, transparent);
  color: var(--s-color, #00D4FF);
  background: color-mix(in srgb, var(--s-color, #00D4FF) 8%, transparent);
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .tagh-sectors__card:hover .tagh-sectors__tag {
    border-color: rgba(0,212,255,0.3);
    color: #00D4FF;
    background: rgba(0,212,255,0.07);
  }
}

/* Card footer */
.tagh-sectors__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 0;
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.tagh-sectors__card-count {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}

.tagh-sectors__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--s-color, #00D4FF);
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid color-mix(in srgb, var(--s-color, #00D4FF) 35%, transparent);
  background: color-mix(in srgb, var(--s-color, #00D4FF) 7%, transparent);
  transition: all 250ms ease;
  font-family: inherit;
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .tagh-sectors__card-cta {
    border-color: rgba(0,212,255,0.3);
    background: rgba(0,212,255,0.06);
    color: #00D4FF;
  }
}
.tagh-sectors__card-cta:hover {
  background: var(--s-color, #00D4FF);
  color: #0A0F1E;
  border-color: var(--s-color, #00D4FF);
  box-shadow: 0 4px 18px var(--s-glow, rgba(0,212,255,0.35));
}

/* Hover glow overlay */
.tagh-sectors__card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 50% 0%,
    var(--s-glow, rgba(0,212,255,0.1)),
    transparent 65%
  );
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
  border-radius: inherit;
}
.tagh-sectors__card:hover .tagh-sectors__card-glow { opacity: 1; }

/* ── Bottom CTA ────────────────────────────────────────── */
.tagh-sectors__bottom { text-align: center; }

.tagh-sectors__all-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  color: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
  transition: all 280ms ease;
}
.tagh-sectors__all-cta:hover {
  border-color: rgba(0,212,255,0.45);
  color: #00D4FF;
  background: rgba(0,212,255,0.07);
  box-shadow: 0 0 28px rgba(0,212,255,0.15);
  transform: translateY(-2px);
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1100px) {
  .tagh-sectors__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .tagh-sectors { padding: 72px 0 64px; }
  .tagh-sectors__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .tagh-sectors__card:hover { transform: translateY(-4px); }
}
/* === taghleefy-solutions.css === */
/* ============================================================
   Taghleefy – Solutions Glass v1.0
   Homepage Section + Business Solutions Full Page
   ============================================================ */

/* ══════════════════════════════════════════════════════════════
   HOMEPAGE SECTION [taghleefy_solutions_glass]
   ══════════════════════════════════════════════════════════════ */

.tagh-sol {
  position: relative;
  background: #05091A;
  padding: 110px 0 90px;
  overflow: hidden;
  direction: rtl;
  font-family: 'Tajawal', 'Cairo', sans-serif;
}

/* Background */
.tagh-sol__bg { position:absolute;inset:0;pointer-events:none;z-index:0; }
.tagh-sol__bg-grid {
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(0,212,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.04) 1px, transparent 1px);
  background-size:48px 48px;
}
.tagh-sol__glow {
  position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;
}
.tagh-sol__glow--tl {
  width:500px;height:400px;
  background:rgba(0,212,255,0.10);
  top:-80px;right:-100px;
}
.tagh-sol__glow--br {
  width:400px;height:300px;
  background:rgba(167,139,250,0.10);
  bottom:0;left:0;
}

/* Container */
.tagh-sol__container {
  position:relative;z-index:1;
  max-width:1200px;margin:0 auto;padding:0 24px;
}

/* Header */
.tagh-sol__header { text-align:center;margin-bottom:60px; }
.tagh-sol__badge {
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(0,212,255,0.08);border:1px solid rgba(0,212,255,0.18);
  color:#00D4FF;font-size:12px;font-weight:700;letter-spacing:.08em;
  padding:6px 18px;border-radius:100px;margin-bottom:22px;
}
.tagh-sol__badge-dot {
  width:7px;height:7px;background:#00D4FF;border-radius:50%;
  animation:taghSolPulse 2s ease-in-out infinite;
}
@keyframes taghSolPulse {
  0%,100%{opacity:1;transform:scale(1);}
  50%{opacity:.5;transform:scale(.75);}
}
.tagh-sol__title {
  font-size:clamp(28px,4vw,44px);font-weight:900;color:#F1F5F9;
  line-height:1.25;margin:0 0 14px;
}
.tagh-sol__title-hl {
  background:linear-gradient(90deg,#00D4FF,#60A5FA);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.tagh-sol__subtitle { font-size:15px;color:#64748B;line-height:1.7; }

/* Grid */
.tagh-sol__grid {
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  margin-bottom:48px;
}

/* Card */
.tagh-sol__card {
  position:relative;
  background:rgba(255,255,255,0.025);
  border:1px solid rgba(255,255,255,0.07);
  border-top:3px solid var(--s-color,#00D4FF);
  border-radius:22px;
  padding:32px 26px 28px;
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  transition:transform 300ms ease,box-shadow 300ms ease;
  overflow:hidden;display:flex;flex-direction:column;gap:16px;
}
.tagh-sol__card:hover {
  transform:translateY(-6px);
  box-shadow:0 20px 60px var(--s-glow,rgba(0,212,255,0.12));
}
.tagh-sol__card-top {
  position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,transparent,var(--s-color),transparent);
}
.tagh-sol__card-glow {
  position:absolute;inset:0;border-radius:22px;
  background:radial-gradient(ellipse at 50% 0%,var(--s-glow,transparent) 0%,transparent 65%);
  opacity:0;transition:opacity 300ms ease;pointer-events:none;
}
.tagh-sol__card:hover .tagh-sol__card-glow { opacity:1; }

/* Card icon */
.tagh-sol__card-icon {
  width:50px;height:50px;border-radius:14px;
  background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.08);
  display:flex;align-items:center;justify-content:center;
  color:var(--s-color,#00D4FF);flex-shrink:0;
}
.tagh-sol__card-icon svg { width:22px;height:22px; }

/* Card body */
.tagh-sol__card-body { flex:1; }
.tagh-sol__card-en {
  font-size:10.5px;font-weight:700;letter-spacing:.10em;
  color:var(--s-color,#00D4FF);text-transform:uppercase;margin:0 0 6px;
}
.tagh-sol__card-title {
  font-size:17px;font-weight:900;color:#F1F5F9;margin:0 0 10px;line-height:1.3;
}
.tagh-sol__card-desc {
  font-size:13.5px;color:#64748B;line-height:1.7;margin:0 0 14px;
  word-wrap:break-word;overflow-wrap:break-word;
}
.tagh-sol__card-tags { display:flex;flex-wrap:wrap;gap:6px; }
.tagh-sol__tag {
  font-size:11px;font-weight:700;
  background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);
  color:#475569;padding:3px 10px;border-radius:100px;
}

/* Card button */
.tagh-sol__card-btn {
  display:flex;align-items:center;justify-content:center;gap:7px;
  padding:11px 20px;border-radius:100px;
  background:transparent;border:1px solid rgba(255,255,255,0.10);
  color:rgba(255,255,255,.65) !important;font-size:13px;font-weight:700;
  text-decoration:none !important;transition:all 220ms ease;
  position:relative;z-index:1;
}
.tagh-sol__card-btn:hover {
  border-color:var(--s-color,rgba(0,212,255,.4));
  color:var(--s-color,#00D4FF) !important;
  background:rgba(255,255,255,.04);transform:translateY(-2px);
}

/* Footer CTA */
.tagh-sol__footer { text-align:center; }
.tagh-sol__footer-cta {
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 36px;border-radius:100px;
  background:linear-gradient(135deg,#00D4FF,#0EA5E9);
  color:#0A0F1E !important;font-size:15px;font-weight:800;
  text-decoration:none !important;
  box-shadow:0 8px 32px rgba(0,212,255,0.30);
  transition:all 220ms ease;
}
.tagh-sol__footer-cta:hover {
  box-shadow:0 14px 44px rgba(0,212,255,0.45);
  transform:translateY(-3px);color:#0A0F1E !important;
}
.tagh-sol__footer-cta svg { color:#0A0F1E; }

/* Responsive */
@media(max-width:900px){ .tagh-sol__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto 40px;} }
@media(max-width:480px){ .tagh-sol{padding:80px 0 70px;} .tagh-sol__card{padding:24px 18px;} }


/* ══════════════════════════════════════════════════════════════
   BUSINESS SOLUTIONS PAGE  .tagh-solp
   ══════════════════════════════════════════════════════════════ */

.tagh-solp {
  direction:rtl;font-family:'Tajawal','Cairo',sans-serif;
  background:#05091A;color:#F1F5F9;
}

/* ── Page Hero ── */
.tagh-solp__hero {
  position:relative;padding:100px 24px 80px;overflow:hidden;
  text-align:center;
}
.tagh-solp__hero-bg { position:absolute;inset:0;pointer-events:none; }
.tagh-solp__hero-grid {
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(0,212,255,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,212,255,0.04) 1px,transparent 1px);
  background-size:48px 48px;
}
.tagh-solp__hero-glow {
  position:absolute;border-radius:50%;filter:blur(120px);opacity:.5;
}
.tagh-solp__hero-glow--cyan { width:600px;height:400px;background:rgba(0,212,255,0.12);top:-100px;left:50%;transform:translateX(-50%); }
.tagh-solp__hero-glow--purple { width:400px;height:300px;background:rgba(167,139,250,0.10);bottom:0;right:5%; }

.tagh-solp__hero-inner { position:relative;z-index:1;max-width:820px;margin:0 auto; }

.tagh-solp__breadcrumb {
  display:inline-block;font-size:13px;color:#475569;margin-bottom:20px;
  text-decoration:none;transition:color 200ms;
}
.tagh-solp__breadcrumb:hover { color:#00D4FF; }

.tagh-solp__hero-badge {
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(0,212,255,0.08);border:1px solid rgba(0,212,255,0.18);
  color:#00D4FF;font-size:12px;font-weight:700;letter-spacing:.08em;
  padding:6px 18px;border-radius:100px;margin-bottom:24px;
}
.tagh-solp__hero-dot {
  width:7px;height:7px;background:#00D4FF;border-radius:50%;
  animation:taghSolPulse 2s ease-in-out infinite;
}

.tagh-solp__hero-title {
  font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.2;
  color:#F1F5F9;margin:0 0 20px;
}
.tagh-solp__hero-hl {
  background:linear-gradient(90deg,#00D4FF,#60A5FA);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.tagh-solp__hero-sub {
  font-size:16px;color:#94A3B8;line-height:1.8;margin:0 0 36px;
}
.tagh-solp__hero-sub strong { color:#F1F5F9; }

/* Hero buttons */
.tagh-solp__hero-actions { display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:48px; }
.tagh-solp__hero-btn {
  display:inline-flex;align-items:center;gap:9px;
  padding:13px 32px;border-radius:100px;font-size:15px;font-weight:800;
  text-decoration:none !important;transition:all 220ms ease;
}
.tagh-solp__hero-btn--primary {
  background:linear-gradient(135deg,#00D4FF,#0EA5E9);
  color:#0A0F1E !important;
  box-shadow:0 8px 32px rgba(0,212,255,0.35);
}
.tagh-solp__hero-btn--primary:hover {
  box-shadow:0 14px 44px rgba(0,212,255,0.50);
  transform:translateY(-3px);color:#0A0F1E !important;
}
.tagh-solp__hero-btn--ghost {
  background:transparent;border:1px solid rgba(255,255,255,0.12);
  color:rgba(255,255,255,.70) !important;
}
.tagh-solp__hero-btn--ghost:hover {
  border-color:rgba(0,212,255,0.35);color:#00D4FF !important;
  background:rgba(0,212,255,0.05);transform:translateY(-2px);
}

/* Stats */
.tagh-solp__hero-stats {
  display:inline-flex;align-items:center;gap:32px;
  background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.07);
  border-radius:100px;padding:16px 36px;
}
.tagh-solp__stat { display:flex;flex-direction:column;align-items:center;gap:2px; }
.tagh-solp__stat-num { font-size:24px;font-weight:900;color:#00D4FF; }
.tagh-solp__stat span:last-child { font-size:12px;color:#64748B;font-weight:600; }
.tagh-solp__stat-sep { width:1px;height:32px;background:rgba(255,255,255,0.08); }

/* ── Section shared ── */
.tagh-solp__services,.tagh-solp__process,.tagh-solp__booking {
  max-width:1200px;margin:0 auto;padding:80px 24px;
}
.tagh-solp__section-head { text-align:center;margin-bottom:52px; }
.tagh-solp__section-title { font-size:clamp(24px,3.5vw,38px);font-weight:900;color:#F1F5F9;margin:0 0 12px; }
.tagh-solp__section-sub { font-size:15px;color:#64748B;line-height:1.7; }

/* ── Services Grid ── */
.tagh-solp__services-grid {
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.tagh-solp__service-card {
  position:relative;
  background:rgba(255,255,255,0.025);
  border:1px solid rgba(255,255,255,0.07);
  border-top:3px solid var(--sc-color,#00D4FF);
  border-radius:22px;padding:32px 26px;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  transition:transform 300ms ease,box-shadow 300ms ease;
  overflow:hidden;
}
.tagh-solp__service-card:hover {
  transform:translateY(-6px);
  box-shadow:0 20px 60px var(--sc-glow,rgba(0,212,255,0.12));
}
.tagh-solp__sc-glow {
  position:absolute;inset:0;border-radius:22px;
  background:radial-gradient(ellipse at 50% 0%,var(--sc-glow,transparent) 0%,transparent 65%);
  opacity:0;transition:opacity 300ms ease;pointer-events:none;
}
.tagh-solp__service-card:hover .tagh-solp__sc-glow { opacity:1; }
.tagh-solp__sc-icon {
  width:50px;height:50px;border-radius:14px;
  background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.08);
  display:flex;align-items:center;justify-content:center;
  color:var(--sc-color,#00D4FF);margin-bottom:18px;
}
.tagh-solp__sc-icon svg { width:22px;height:22px; }
.tagh-solp__sc-title { font-size:16px;font-weight:900;color:#F1F5F9;margin:0 0 10px;line-height:1.3; }
.tagh-solp__sc-desc { font-size:13.5px;color:#64748B;line-height:1.7;margin:0 0 16px;word-wrap:break-word;overflow-wrap:break-word; }
.tagh-solp__sc-points { list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px; }
.tagh-solp__sc-points li {
  display:flex;align-items:center;gap:8px;
  font-size:13px;color:#94A3B8;
}
.tagh-solp__sc-points li svg { color:#22C55E;flex-shrink:0; }

/* ── Process Steps ── */
.tagh-solp__process { background:rgba(255,255,255,0.01); }
.tagh-solp__steps {
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
}
.tagh-solp__step {
  background:rgba(255,255,255,0.025);border:1px solid rgba(255,255,255,0.07);
  border-radius:20px;padding:28px 22px;text-align:center;
  transition:transform 300ms ease;
}
.tagh-solp__step:hover { transform:translateY(-4px); }
.tagh-solp__step-num {
  font-size:36px;font-weight:900;color:#00D4FF;opacity:.25;
  line-height:1;margin-bottom:12px;
}
.tagh-solp__step h3 { font-size:15px;font-weight:800;color:#F1F5F9;margin:0 0 8px; }
.tagh-solp__step p  { font-size:13px;color:#64748B;line-height:1.6;margin:0; }

/* ── Calendly Section ── */
.tagh-solp__booking { border-top:1px solid rgba(255,255,255,0.05); }
.tagh-solp__calendly-wrap { display:flex;justify-content:center; }
.tagh-solp__calendly-glass {
  width:100%;max-width:900px;
  background:rgba(255,255,255,0.025);
  border:1px solid rgba(0,212,255,0.15);
  border-radius:28px;
  overflow:hidden;
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  box-shadow:0 0 80px rgba(0,212,255,0.08);
}
.tagh-solp__calendly-header {
  display:flex;align-items:center;gap:10px;
  padding:16px 28px;
  background:rgba(0,212,255,0.06);
  border-bottom:1px solid rgba(0,212,255,0.10);
  font-size:13.5px;font-weight:700;color:#7DD3FC;
}
.tagh-solp__calendly-dot {
  width:8px;height:8px;background:#00D4FF;border-radius:50%;
  animation:taghSolPulse 2s ease-in-out infinite;flex-shrink:0;
}
.tagh-solp__calendly-glass .calendly-inline-widget { display:block;width:100%; }

/* ── Responsive ── */
@media(max-width:1024px) {
  .tagh-solp__services-grid { grid-template-columns:repeat(2,1fr); }
  .tagh-solp__steps { grid-template-columns:repeat(2,1fr); }
}
@media(max-width:640px) {
  .tagh-solp__services-grid,.tagh-solp__steps { grid-template-columns:1fr; }
  .tagh-solp__hero-stats { flex-direction:column;gap:16px;border-radius:20px; }
  .tagh-solp__stat-sep { width:100%;height:1px; }
  .tagh-solp__hero { padding:70px 20px 60px; }
  .tagh-sol__grid { grid-template-columns:1fr; }
}



/* ═══════════════════════════════════════════════════
   Taghleefy – Business Solutions Landing Page CSS
   Added v1.1.0 — static Elementor sections
   ═══════════════════════════════════════════════════ */

/* ── Root vars (scoped to landing page) ── */
.tagh-lp { direction:rtl; font-family:'Tajawal','Cairo',sans-serif; }
.tagh-lp *, .tagh-lp *::before, .tagh-lp *::after { box-sizing:border-box; }

/* ── Section base ── */
.tagh-sec {
  padding: 80px 24px;
  background: #050910;
  position: relative;
  overflow: hidden;
}
.tagh-sec__inner { max-width:1100px; margin:0 auto; }
.tagh-sec__label {
  display:inline-block; font-size:.75rem; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:#00D4FF; margin-bottom:12px;
  padding:4px 12px; border:1px solid rgba(0,212,255,.25); border-radius:20px;
}
.tagh-sec__title {
  font-size:clamp(1.6rem,4vw,2.4rem); font-weight:800; color:#F1F5F9;
  line-height:1.25; margin:0 0 12px;
}
.tagh-sec__title .hl-cyan  { color:#00D4FF; }
.tagh-sec__title .hl-purple{ color:#A78BFA; }
.tagh-sec__title .hl-green { color:#34D399; }
.tagh-sec__title .hl-amber { color:#F59E0B; }
.tagh-sec__title .hl-pink  { color:#F472B6; }
.tagh-sec__sub {
  font-size:1.05rem; color:#94A3B8; margin:0 0 40px; max-width:640px;
}

/* ── Hero section ── */
.tagh-hero-sec {
  background: radial-gradient(ellipse at 60% -20%, rgba(0,212,255,.12) 0%, transparent 60%),
              radial-gradient(ellipse at 10% 90%, rgba(167,139,250,.1) 0%, transparent 50%),
              #050910;
  padding:120px 24px 80px;
  text-align:center;
}
.tagh-hero-sec .tagh-sec__title { font-size:clamp(2rem,5vw,3rem); margin:0 auto 16px; max-width:700px; }
.tagh-hero-sec .tagh-sec__sub   { margin:0 auto 40px; }
.tagh-hero-eyebrow {
  display:inline-block; font-size:.75rem; font-weight:700; letter-spacing:.15em;
  text-transform:uppercase; color:#00D4FF; margin-bottom:20px;
  padding:6px 18px; border:1px solid rgba(0,212,255,.3); border-radius:30px;
  background:rgba(0,212,255,.06);
}
.tagh-hero-stats {
  display:flex; justify-content:center; align-items:center; gap:0; flex-wrap:wrap;
  margin-bottom:40px;
}
.tagh-hero-stat { text-align:center; padding:16px 32px; }
.tagh-hero-stat span { display:block; font-size:2.2rem; font-weight:900; color:#00D4FF; line-height:1; }
.tagh-hero-stat em   { display:block; font-size:.8rem; color:#94A3B8; font-style:normal; margin-top:4px; }
.tagh-hero-stat-sep  { width:1px; height:50px; background:rgba(255,255,255,.1); }
.tagh-hero-actions {
  display:flex; gap:16px; justify-content:center; flex-wrap:wrap;
}
.tagh-hero-btn {
  display:inline-flex; align-items:center; gap:8px; padding:14px 28px;
  border-radius:10px; font-size:1rem; font-weight:700; text-decoration:none;
  transition:all .25s;
}
.tagh-hero-btn--primary {
  background:linear-gradient(135deg,#00D4FF,#0099BB); color:#050910;
}
.tagh-hero-btn--primary:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(0,212,255,.35); }
.tagh-hero-btn--outline {
  background:rgba(255,255,255,.05); color:#F1F5F9;
  border:1px solid rgba(255,255,255,.15);
}
.tagh-hero-btn--outline:hover { background:rgba(255,255,255,.09); }

/* ── Problem cards 2×2 ── */
.tagh-prob-grid {
  display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-bottom:28px;
}
@media(max-width:600px){ .tagh-prob-grid { grid-template-columns:1fr; } }
.tagh-prob-card {
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:14px; padding:24px; transition:all .25s;
}
.tagh-prob-card:hover { border-color:rgba(239,68,68,.3); background:rgba(239,68,68,.05); }
.tagh-prob-icon { font-size:2rem; margin-bottom:12px; display:block; }
.tagh-prob-card h4 { font-size:1.05rem; font-weight:700; color:#F1F5F9; margin:0 0 8px; }
.tagh-prob-card p  { font-size:.9rem; color:#94A3B8; margin:0; line-height:1.6; }
.tagh-alert-bar {
  background:rgba(239,68,68,.1); border:1px solid rgba(239,68,68,.25);
  border-radius:10px; padding:14px 20px; font-size:.95rem; color:#FCA5A5;
  text-align:center;
}
.tagh-alert-bar strong { color:#F87171; }

/* ── Highlight bars ── */
.tagh-hl-bar {
  border-radius:10px; padding:14px 20px; font-size:.95rem; margin-top:28px;
  text-align:center;
}
.tagh-hl-bar--cyan {
  background:rgba(0,212,255,.08); border:1px solid rgba(0,212,255,.2); color:#67E8F9;
}
.tagh-hl-bar--cyan strong { color:#00D4FF; }

/* ── Pillars ── */
.tagh-pillars {
  display:flex; align-items:stretch; gap:0; flex-wrap:wrap;
  justify-content:center; margin-bottom:28px;
}
.tagh-pillar {
  display:flex; flex-direction:column; align-items:center; gap:10px;
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:12px; padding:20px 16px; min-width:110px; flex:1; max-width:150px;
  transition:all .25s;
}
.tagh-pillar:hover { border-color:var(--pc,#00D4FF); background:rgba(0,212,255,.05); }
.tagh-pillar-icon {
  width:44px; height:44px; display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.06); border-radius:10px;
}
.tagh-pillar-icon svg { width:24px; height:24px; stroke:var(--pc,#00D4FF); }
.tagh-pillar span { font-size:.82rem; font-weight:600; color:#CBD5E1; text-align:center; }
.tagh-pillar-arrow {
  display:flex; align-items:center; font-size:1.2rem; color:#475569; padding:0 4px;
  align-self:center;
}
@media(max-width:640px){
  .tagh-pillars { gap:10px; }
  .tagh-pillar-arrow { display:none; }
  .tagh-pillar { min-width:80px; padding:16px 10px; }
}

/* ── Split layout ── */
.tagh-split {
  display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start;
}
@media(max-width:720px){ .tagh-split { grid-template-columns:1fr; } }

/* ── Checklist ── */
.tagh-check-list {
  list-style:none; padding:0; margin:0 0 20px; display:flex; flex-direction:column; gap:10px;
}
.tagh-check-list li {
  display:flex; align-items:flex-start; gap:10px;
  font-size:.95rem; color:#CBD5E1; line-height:1.5;
}
.tagh-check-list li::before {
  content:'✓'; color:var(--cc,#00D4FF); font-weight:700; font-size:1rem;
  flex-shrink:0; margin-top:1px;
}

/* ── Metric cards ── */
.tagh-metrics {
  display:grid; grid-template-columns:1fr 1fr; gap:14px;
}
.tagh-metric-card {
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:12px; padding:20px 16px; text-align:center;
  border-top:3px solid var(--mc,#00D4FF);
}
.tagh-metric-num { display:block; font-size:1.8rem; font-weight:900; color:var(--mc,#00D4FF); }
.tagh-metric-lbl { display:block; font-size:.8rem; color:#94A3B8; margin-top:4px; }

/* ── Flow diagram ── */
.tagh-flow {
  display:flex; flex-direction:column; align-items:center; gap:8px; padding:20px;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
}
.tagh-flow-node {
  padding:12px 24px; border-radius:8px; font-size:.9rem; font-weight:600;
  color:#F1F5F9; text-align:center; width:100%;
}
.tagh-flow-node--in   { background:rgba(0,212,255,.12); border:1px solid rgba(0,212,255,.25); }
.tagh-flow-node--proc { background:rgba(167,139,250,.12); border:1px solid rgba(167,139,250,.25); color:#C4B5FD; }
.tagh-flow-node--out  { background:rgba(52,211,153,.12); border:1px solid rgba(52,211,153,.25); color:#6EE7B7; }
.tagh-flow-arrow { color:#475569; font-size:1.2rem; }
.tagh-flow-label { font-size:.8rem; color:#64748B; font-style:italic; margin-top:4px; }

/* ── AI Chat bubbles ── */
.tagh-ai-chat {
  display:flex; flex-direction:column; gap:10px; padding:20px;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
}
.tagh-chat-bubble {
  padding:12px 16px; border-radius:12px; font-size:.88rem; line-height:1.5; max-width:90%;
}
.tagh-chat-bubble--user {
  align-self:flex-start; background:rgba(0,212,255,.1);
  border:1px solid rgba(0,212,255,.2); color:#E2E8F0;
}
.tagh-chat-bubble--ai {
  align-self:flex-end; background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1); color:#E2E8F0;
}
.tagh-ai-badge { font-size:.75rem; color:#34D399; margin-left:6px; font-weight:700; }

/* ── Security visual ── */
.tagh-security-vis {
  display:flex; flex-direction:column; align-items:center; gap:16px; padding:24px;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07); border-radius:14px;
}
.tagh-shield {
  width:80px; height:80px; display:flex; align-items:center; justify-content:center;
  background:rgba(245,158,11,.1); border-radius:50%; border:1px solid rgba(245,158,11,.25);
}
.tagh-shield svg { width:44px; height:44px; stroke:#F59E0B; }
.tagh-sec-items { display:flex; flex-direction:column; gap:8px; width:100%; }
.tagh-sec-item  { display:flex; align-items:center; gap:8px; font-size:.9rem; color:#CBD5E1; }
.tagh-sec-ok    { color:#34D399; font-weight:700; }

/* ── Comparison table (2 or 3 cols) ── */
.tagh-ctable { width:100%; border-collapse:collapse; }
.tagh-ctable th, .tagh-ctable td {
  padding:12px 16px; font-size:.9rem; text-align:center; border-bottom:1px solid rgba(255,255,255,.06);
}
.tagh-ctable th { background:rgba(255,255,255,.05); color:#94A3B8; font-weight:600; font-size:.8rem; text-transform:uppercase; letter-spacing:.06em; }
.tagh-ctable td:first-child { text-align:right; color:#CBD5E1; font-weight:600; }
.tagh-ctable .hl-col { color:#00D4FF; font-weight:700; }
.tagh-ct-bad  { color:#F87171; }
.tagh-ct-good { color:#34D399; }

/* ── Timeline ── */
.tagh-timeline { display:flex; flex-direction:column; gap:0; }
.tagh-tl-item  { display:flex; gap:20px; padding-bottom:32px; position:relative; }
.tagh-tl-item:not(:last-child)::after {
  content:''; position:absolute; right:19px; top:44px; bottom:0; width:2px;
  background:rgba(255,255,255,.08);
}
.tagh-tl-dot {
  width:40px; height:40px; flex-shrink:0; border-radius:50%;
  background:rgba(0,212,255,.1); border:2px solid var(--dc,#00D4FF);
  display:flex; align-items:center; justify-content:center;
  font-size:.9rem; font-weight:800; color:var(--dc,#00D4FF); z-index:1;
}
.tagh-tl-body h4 { font-size:1rem; font-weight:700; color:#F1F5F9; margin:0 0 6px; }
.tagh-tl-body p  { font-size:.88rem; color:#94A3B8; margin:0 0 4px; line-height:1.6; }
.tagh-tl-body em { font-size:.8rem; color:#00D4FF; font-style:normal; }

/* ── Case study cards ── */
.tagh-cases {
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
}
@media(max-width:768px){ .tagh-cases { grid-template-columns:1fr; } }
.tagh-case-card {
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:16px; padding:24px; border-top:3px solid var(--cc,#00D4FF);
  transition:all .25s;
}
.tagh-case-card:hover { transform:translateY(-4px); border-color:var(--cc,#00D4FF); }
.tagh-case-head { display:flex; align-items:flex-start; gap:12px; margin-bottom:20px; }
.tagh-case-icon { font-size:2rem; }
.tagh-case-head h4 { font-size:.95rem; font-weight:700; color:#F1F5F9; margin:0 0 4px; }
.tagh-case-head em { font-size:.8rem; color:#64748B; font-style:normal; }
.tagh-case-results { display:flex; gap:0; }
.tagh-case-results > div { flex:1; text-align:center; padding:0 8px; }
.tagh-case-results > div:not(:last-child) { border-left:1px solid rgba(255,255,255,.08); }
.tagh-case-results span { display:block; font-size:1.2rem; font-weight:800; color:var(--cc,#00D4FF); }
.tagh-case-results em   { display:block; font-size:.75rem; color:#94A3B8; font-style:normal; }

/* ── CTA / Booking section ── */
.tagh-booking-sec { text-align:center; }
.tagh-booking-sec .tagh-sec__title { font-size:clamp(1.8rem,4vw,2.6rem); }
.tagh-booking-sub-note {
  font-size:.9rem; color:#64748B; margin-top:8px;
}
.tagh-calendly-wrap {
  max-width:860px; margin:36px auto 0;
}
.tagh-calendly-glass {
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08);
  border-radius:16px; overflow:hidden;
}
.tagh-calendly-bar {
  display:flex; align-items:center; gap:8px; padding:12px 18px;
  background:rgba(255,255,255,.04); border-bottom:1px solid rgba(255,255,255,.06);
  font-size:.85rem; color:#94A3B8;
}
.tagh-cal-dot {
  width:10px; height:10px; border-radius:50%; background:#00D4FF;
  box-shadow:0 0 8px rgba(0,212,255,.5);
}


/* ── tagh-sol__header-actions — CTA buttons inside homepage section header ── */
.tagh-sol__header-actions {
  display:flex; align-items:center; justify-content:center; gap:14px;
  flex-wrap:wrap; margin-top:28px;
}
.tagh-sol__action-btn {
  display:inline-flex; align-items:center; gap:8px;
  padding:12px 28px; border-radius:100px; font-size:14px; font-weight:800;
  text-decoration:none !important; transition:all 220ms ease;
  font-family:'Tajawal','Cairo',sans-serif;
}
.tagh-sol__action-btn--primary {
  background:linear-gradient(135deg,#00D4FF,#0EA5E9);
  color:#0A0F1E !important;
  box-shadow:0 8px 28px rgba(0,212,255,0.30);
}
.tagh-sol__action-btn--primary:hover {
  box-shadow:0 14px 40px rgba(0,212,255,0.45);
  transform:translateY(-3px); color:#0A0F1E !important;
}
.tagh-sol__action-btn--ghost {
  background:transparent; border:1px solid rgba(255,255,255,0.14);
  color:rgba(255,255,255,.72) !important;
}
.tagh-sol__action-btn--ghost:hover {
  border-color:rgba(0,212,255,0.38); color:#00D4FF !important;
  background:rgba(0,212,255,0.05); transform:translateY(-2px);
}
/* .tagh-sol__card-count → replaced by .tagh-sol__tag, already styled */

/* === taghleefy-rfq-center.css === */
/* ============================================================
   TAGHLEEFY — RFQ Center Glass  v1.0
   Live bidding dashboard | Glassmorphic | RTL
   ============================================================ */

.tagh-rfq, .tagh-rfq * { box-sizing: border-box; }
.tagh-rfq a { text-decoration: none; }

/* ── Section ───────────────────────────────────────────── */
.tagh-rfq {
  position: relative;
  overflow: hidden;
  background: #05091A;
  padding: 96px 0 88px;
  direction: rtl;
  font-family: 'Cairo', 'Tajawal', system-ui, sans-serif;
}

/* ── Background ────────────────────────────────────────── */
.tagh-rfq__bg { position: absolute; inset: 0; pointer-events: none; }

.tagh-rfq__bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,212,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
}
.tagh-rfq__glow {
  position: absolute; border-radius: 50%;
  filter: blur(110px); pointer-events: none;
}
.tagh-rfq__glow--1 {
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(0,212,255,0.11), transparent 70%);
  top: -100px; right: -100px;
}
.tagh-rfq__glow--2 {
  width: 500px; height: 350px;
  background: radial-gradient(ellipse, rgba(139,92,246,0.09), transparent 70%);
  bottom: -80px; left: -80px;
}

/* Scan line animation */
.tagh-rfq__scan-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.6), transparent);
  animation: taghScanLine 6s linear infinite;
  opacity: 0.4;
}
@keyframes taghScanLine {
  0%   { top: 0%; }
  100% { top: 100%; }
}

/* ── Container ─────────────────────────────────────────── */
.tagh-rfq__container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Header ────────────────────────────────────────────── */
.tagh-rfq__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.tagh-rfq__header-text { flex: 1; min-width: 260px; }

/* LIVE badge */
.tagh-rfq__live-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(239,68,68,0.1);
  border: 1px solid rgba(239,68,68,0.3);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 11px; font-weight: 800;
  color: #EF4444; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 16px;
}
.tagh-rfq__live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #EF4444;
  box-shadow: 0 0 8px #EF4444;
  animation: taghLivePulse 1.4s ease-in-out infinite;
}
@keyframes taghLivePulse {
  0%,100% { opacity:1; transform:scale(1); box-shadow:0 0 8px #EF4444; }
  50%     { opacity:.5; transform:scale(1.4); box-shadow:0 0 14px #EF4444; }
}

.tagh-rfq__title {
  font-size: clamp(26px, 3.8vw, 42px);
  font-weight: 900; color: #F1F5F9 !important;
  -webkit-text-fill-color: #F1F5F9 !important;
  margin: 0 0 12px; line-height: 1.2;
}
.tagh-rfq__title-hl {
  background: linear-gradient(90deg, #00D4FF, #22E5FF 60%, #7DD3FC);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tagh-rfq__subtitle {
  font-size: 15px; color: #64748B; line-height: 1.8; margin: 0;
  max-width: 520px;
}

/* ── Stats strip ───────────────────────────────────────── */
.tagh-rfq__stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(0,212,255,0.04);
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: 18px;
  padding: 20px 28px;
  backdrop-filter: blur(12px);
  flex-shrink: 0;
}
.tagh-rfq__stat {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 0 24px; text-align: center;
}
.tagh-rfq__stat-num {
  font-size: 28px; font-weight: 900;
  color: #00D4FF; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.tagh-rfq__stat-lbl {
  font-size: 11.5px; color: #64748B; font-weight: 600;
  white-space: nowrap;
}
.tagh-rfq__stat-divider {
  width: 1px; height: 36px;
  background: rgba(0,212,255,0.15);
  flex-shrink: 0;
}

/* ── Dashboard panel ───────────────────────────────────── */
.tagh-rfq__panel {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  margin-bottom: 44px;
  box-shadow: 0 4px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(0,212,255,0.08);
}

/* Panel header bar */
.tagh-rfq__panel-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 20px;
  background: rgba(0,212,255,0.04);
  border-bottom: 1px solid rgba(0,212,255,0.1);
}
.tagh-rfq__panel-bar-dots {
  display: flex; gap: 5px; flex-shrink: 0;
}
.tagh-rfq__panel-bar-dots span {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.12);
}
.tagh-rfq__panel-bar-dots span:nth-child(1) { background: rgba(239,68,68,.6); }
.tagh-rfq__panel-bar-dots span:nth-child(2) { background: rgba(251,191,36,.5); }
.tagh-rfq__panel-bar-dots span:nth-child(3) { background: rgba(16,185,129,.5); }
.tagh-rfq__panel-bar-title {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; color: #475569;
  flex: 1;
}
.tagh-rfq__panel-bar-link {
  font-size: 12px; font-weight: 700; color: #00D4FF;
  transition: opacity 200ms ease;
}
.tagh-rfq__panel-bar-link:hover { opacity: .75; }

/* ── Table ─────────────────────────────────────────────── */
.tagh-rfq__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tagh-rfq__table {
  width: 100%; border-collapse: collapse;
  min-width: 700px;
  direction: rtl;
}
.tagh-rfq__table thead tr {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tagh-rfq__table thead th {
  padding: 12px 16px;
  font-size: 11px; font-weight: 700;
  color: #CBD5E1 !important; text-align: right;
  letter-spacing: .05em; text-transform: uppercase;
  white-space: nowrap;
}
.tagh-rfq__table thead th:last-child { text-align: center; }

/* Row */
.tagh-rfq__row {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 220ms ease;
}
.tagh-rfq__row:last-child { border-bottom: none; }
.tagh-rfq__row:hover { background: rgba(0,212,255,0.04); }
/* Stagger animation - set by JS */
.tagh-rfq__row { opacity: 0; animation: taghRowIn 400ms ease forwards; }
@keyframes taghRowIn {
  from { opacity:0; transform:translateX(12px); }
  to   { opacity:1; transform:translateX(0);    }
}

.tagh-rfq__td {
  padding: 14px 16px;
  font-size: 13px; color: #94A3B8;
  vertical-align: middle;
}

/* Row number */
.tagh-rfq__row-num {
  font-size: 11px; font-weight: 700; color: #334155;
  font-variant-numeric: tabular-nums;
}

/* Title */
.tagh-rfq__td--title { max-width: 240px; }
.tagh-rfq__row-title {
  font-size: 13.5px; font-weight: 700; color: #E2E8F0;
  display: block;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 220px;
  transition: color 200ms ease;
}
.tagh-rfq__row-title:hover { color: #00D4FF; }

/* Category tag */
.tagh-rfq__cat-tag {
  display: inline-block;
  padding: 3px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 700;
  background: rgba(0,212,255,0.07);
  border: 1px solid rgba(0,212,255,0.15);
  color: rgba(0,212,255,0.8);
  white-space: nowrap;
}
.tagh-rfq__dash { color: #334155; }

/* Quantity */
.tagh-rfq__qty { font-weight: 700; color: #CBD5E1; }
.tagh-rfq__qty small { font-size: 11px; color: #475569; }

/* Bids */
.tagh-rfq__bid-wrap { display: flex; flex-direction: column; gap: 2px; }
.tagh-rfq__bid-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 28px; height: 22px;
  font-size: 13px; font-weight: 800;
  border-radius: 100px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #475569;
  transition: all 250ms ease;
}
.tagh-rfq__bid-count--has {
  background: rgba(0,212,255,0.1);
  border-color: rgba(0,212,255,0.25);
  color: #00D4FF;
}
.tagh-rfq__low-price {
  font-size: 10.5px; color: #10B981; font-weight: 600; white-space: nowrap;
}

/* Status badge */
.tagh-rfq__status {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 800;
  white-space: nowrap;
}
.tagh-rfq__status--open {
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.25);
  color: #10B981;
}
.tagh-rfq__status--pending {
  background: rgba(251,191,36,0.1);
  border: 1px solid rgba(251,191,36,0.25);
  color: #FBBF24;
}
.tagh-rfq__status--awarded {
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.25);
  color: #00D4FF;
}
.tagh-rfq__status--closed {
  background: rgba(100,116,139,0.1);
  border: 1px solid rgba(100,116,139,0.2);
  color: #64748B;
}
.tagh-rfq__status-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #10B981;
  animation: taghLivePulse 1.6s ease-in-out infinite;
}

/* Date */
.tagh-rfq__td--date time {
  font-size: 12px; color: #475569; white-space: nowrap;
}

/* Action button */
.tagh-rfq__td--action { text-align: center; }
.tagh-rfq__bid-btn {
  display: inline-block;
  padding: 6px 16px; border-radius: 100px;
  font-size: 12px; font-weight: 800;
  color: #00D4FF;
  border: 1px solid rgba(0,212,255,0.3);
  background: rgba(0,212,255,0.06);
  transition: all 230ms ease;
  white-space: nowrap; font-family: inherit;
}
.tagh-rfq__bid-btn:hover {
  background: #00D4FF;
  color: #0A0F1E;
  box-shadow: 0 4px 16px rgba(0,212,255,0.35);
}

/* Empty state */
.tagh-rfq__empty {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; padding: 48px 0;
  color: #475569; font-size: 14px; font-weight: 600;
}

/* ── Section CTAs ──────────────────────────────────────── */
.tagh-rfq__ctas {
  display: flex; justify-content: center; gap: 14px; flex-wrap: wrap;
}
.tagh-rfq__cta {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 32px; border-radius: 100px;
  font-size: 14px; font-weight: 800; font-family: inherit;
  transition: all 280ms ease; white-space: nowrap;
}
.tagh-rfq__cta--primary {
  background: #00D4FF; color: #0A0F1E;
  box-shadow: 0 4px 22px rgba(0,212,255,0.35);
}
.tagh-rfq__cta--primary:hover {
  background: #22E5FF; color: #0A0F1E;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,212,255,0.5);
}
.tagh-rfq__cta--ghost {
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.03);
}
.tagh-rfq__cta--ghost:hover {
  border-color: rgba(0,212,255,0.4);
  color: #00D4FF;
  background: rgba(0,212,255,0.06);
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 900px) {
  .tagh-rfq__header { flex-direction: column; align-items: flex-start; }
  .tagh-rfq__stats  { width: 100%; justify-content: space-between; }
  .tagh-rfq__stat   { padding: 0 16px; }
}
@media (max-width: 560px) {
  .tagh-rfq { padding: 72px 0 64px; }
  .tagh-rfq__stats  { flex-direction: column; gap: 12px; padding: 16px 20px; }
  .tagh-rfq__stat-divider { width: 60%; height: 1px; }
  .tagh-rfq__ctas   { flex-direction: column; align-items: stretch; }
  .tagh-rfq__cta    { justify-content: center; }
}
/* === taghleefy-memberships.css === */
/* ============================================================
   Taghleefy – Memberships Glass v1.0
   Glassmorphic Pricing Table — Monthly Only
   ============================================================ */

/* ── Root ──────────────────────────────────────────────────── */
.tagh-mem {
  position: relative;
  background: #05091A;
  padding: 120px 0 100px;
  overflow: hidden;
  direction: rtl;
  font-family: 'Tajawal', 'Cairo', sans-serif;
}

/* ── Background ─────────────────────────────────────────────── */
.tagh-mem__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.tagh-mem__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,212,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.tagh-mem__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.55;
}
.tagh-mem__glow--gold {
  width: 500px; height: 400px;
  background: rgba(245,158,11,0.14);
  top: -100px; left: 50%;
  transform: translateX(-50%);
}
.tagh-mem__glow--cyan {
  width: 400px; height: 300px;
  background: rgba(0,212,255,0.10);
  bottom: 0; right: 5%;
}

/* ── Container ──────────────────────────────────────────────── */
.tagh-mem__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Header ─────────────────────────────────────────────────── */
.tagh-mem__header {
  text-align: center;
  margin-bottom: 64px;
}
.tagh-mem__badge-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.18);
  color: #00D4FF;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.tagh-mem__badge-dot {
  width: 7px; height: 7px;
  background: #00D4FF;
  border-radius: 50%;
  animation: taghMemPulse 2s ease-in-out infinite;
}
@keyframes taghMemPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.75); }
}
.tagh-mem__title {
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 900;
  color: #F1F5F9;
  line-height: 1.25;
  margin: 0 0 16px;
}
.tagh-mem__title-hl {
  background: linear-gradient(90deg, #F59E0B, #FCD34D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tagh-mem__subtitle {
  font-size: 16px;
  color: #64748B;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}
.tagh-mem__subtitle strong { color: #00D4FF; }

/* ── Grid ───────────────────────────────────────────────────── */
.tagh-mem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

/* ── Card ───────────────────────────────────────────────────── */
.tagh-mem__card {
  position: relative;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 3px solid var(--p-color, #94A3B8);
  border-radius: 24px;
  padding: 36px 28px 32px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 320ms ease, box-shadow 320ms ease;
  overflow: hidden;
}
.tagh-mem__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px var(--p-glow, rgba(148,163,184,0.15));
}

/* Featured (Gold) card */
.tagh-mem__card--featured {
  background: rgba(255,255,255,0.04);
  border-color: rgba(245,158,11,0.35);
  border-top-color: #F59E0B;
  transform: translateY(-12px);
  box-shadow: 0 0 0 1px rgba(245,158,11,0.25), 0 32px 80px rgba(245,158,11,0.20);
}
.tagh-mem__card--featured:hover {
  transform: translateY(-18px);
  box-shadow: 0 0 0 1px rgba(245,158,11,0.35), 0 40px 100px rgba(245,158,11,0.28);
}

/* Animated glow ring on featured */
.tagh-mem__ring {
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  background: transparent;
  border: 1.5px solid transparent;
  background-clip: padding-box;
  pointer-events: none;
  animation: taghRingPulse 3s ease-in-out infinite;
}
@keyframes taghRingPulse {
  0%,100% { box-shadow: 0 0 20px rgba(245,158,11,0.20), inset 0 0 20px rgba(245,158,11,0.05); }
  50%      { box-shadow: 0 0 40px rgba(245,158,11,0.40), inset 0 0 30px rgba(245,158,11,0.10); }
}

/* Card hover glow overlay */
.tagh-mem__card-glow {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(ellipse at 50% 0%, var(--p-glow, transparent) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}
.tagh-mem__card:hover .tagh-mem__card-glow { opacity: 1; }

/* ── Badge ──────────────────────────────────────────────────── */
.tagh-mem__card-badge {
  position: absolute;
  top: -1px; left: 50%; transform: translateX(-50%);
  background: rgba(245,158,11,0.15);
  border: 1px solid rgba(245,158,11,0.35);
  color: #F59E0B;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 14px;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.tagh-mem__card-badge--hot {
  background: rgba(245,158,11,0.20);
  border-color: rgba(245,158,11,0.50);
}
.tagh-mem__badge-fire { font-size: 12px; }

/* VIP badge (Platinum) */
.tagh-mem__card--featured ~ .tagh-mem__card .tagh-mem__card-badge {
  background: rgba(0,212,255,0.10);
  border-color: rgba(0,212,255,0.25);
  color: #00D4FF;
}

/* ── Card Head ──────────────────────────────────────────────── */
.tagh-mem__card-head {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 12px;
}
.tagh-mem__card-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--p-color, #94A3B8);
}
.tagh-mem__card-icon svg { width: 22px; height: 22px; }
.tagh-mem__tier-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}
.tagh-mem__tier-ar {
  font-size: 18px;
  font-weight: 900;
  color: #F1F5F9;
}
.tagh-mem__tier-en {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--p-color, #94A3B8);
  text-transform: uppercase;
}
.tagh-mem__card-sub {
  font-size: 13px;
  color: #64748B;
  margin: 0;
}

/* ── Divider ────────────────────────────────────────────────── */
.tagh-mem__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  margin: 20px 0;
}

/* ── Price ──────────────────────────────────────────────────── */
.tagh-mem__price-block {
  text-align: center;
  margin-bottom: 28px;
}
.tagh-mem__price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}
.tagh-mem__currency {
  font-size: 15px;
  font-weight: 700;
  color: var(--p-color, #94A3B8);
}
.tagh-mem__amount {
  font-size: clamp(38px, 5vw, 52px);
  font-weight: 900;
  color: #F1F5F9;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.tagh-mem__period {
  font-size: 13px;
  color: #475569;
  font-weight: 600;
}

/* ── Features ───────────────────────────────────────────────── */
.tagh-mem__features {
  list-style: none;
  padding: 0; margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tagh-mem__feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.tagh-mem__feat-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.tagh-mem__feat--yes .tagh-mem__feat-icon {
  background: rgba(34,197,94,0.12);
  color: #22C55E;
}
.tagh-mem__feat--partial .tagh-mem__feat-icon {
  background: rgba(245,158,11,0.12);
  color: #F59E0B;
}
.tagh-mem__feat--no .tagh-mem__feat-icon {
  background: rgba(255,255,255,0.05);
  color: #334155;
}
.tagh-mem__feat-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tagh-mem__feat-body strong {
  font-size: 12.5px;
  font-weight: 700;
  color: #94A3B8;
  line-height: 1.3;
}
.tagh-mem__feat-body em {
  font-style: normal;
  font-size: 11.5px;
  color: #475569;
  line-height: 1.3;
}
.tagh-mem__feat--yes .tagh-mem__feat-body strong { color: #CBD5E1; }
.tagh-mem__feat--yes .tagh-mem__feat-body em     { color: #22C55E; }
.tagh-mem__feat--no  .tagh-mem__feat-body strong { opacity: 0.45; }
.tagh-mem__feat--no  .tagh-mem__feat-body em     { opacity: 0.35; }

/* ── CTA Button ─────────────────────────────────────────────── */
.tagh-mem__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 220ms ease;
  position: relative;
  z-index: 1;
}
.tagh-mem__cta--primary {
  background: linear-gradient(135deg, #F59E0B, #D97706);
  color: #0A0F1E !important;
  box-shadow: 0 8px 30px rgba(245,158,11,0.35);
}
.tagh-mem__cta--primary:hover {
  background: linear-gradient(135deg, #FCD34D, #F59E0B);
  box-shadow: 0 12px 40px rgba(245,158,11,0.50);
  transform: translateY(-2px);
  color: #0A0F1E !important;
}
.tagh-mem__cta--ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.70) !important;
}
.tagh-mem__cta--ghost:hover {
  border-color: var(--p-color, rgba(255,255,255,0.30));
  color: var(--p-color, #F1F5F9) !important;
  background: rgba(255,255,255,0.04);
  transform: translateY(-2px);
}

/* ── Trust Bar ──────────────────────────────────────────────── */
.tagh-mem__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.tagh-mem__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  font-weight: 600;
}
.tagh-mem__trust-item svg {
  width: 16px; height: 16px;
  color: #00D4FF;
  flex-shrink: 0;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .tagh-mem__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    gap: 20px;
  }
  .tagh-mem__card--featured {
    transform: none;
    order: -1;
  }
  .tagh-mem__card--featured:hover { transform: translateY(-6px); }
}
@media (max-width: 480px) {
  .tagh-mem { padding: 80px 0 70px; }
  .tagh-mem__trust { gap: 20px; }
  .tagh-mem__card { padding: 28px 20px 24px; }
}

/* === taghleefy-stats.css === */
/* ═══════════════════════════════════════════════════════
   Taghleefy Stats Section — Glassmorphic KPI Cards
   v1.0.0
   ═══════════════════════════════════════════════════════ */

.tagh-stats {
  position: relative;
  padding: 80px 0 90px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,212,255,.04) 0%, transparent 70%),
    linear-gradient(180deg, #060B1F 0%, #080D24 100%);
  overflow: hidden;
  direction: rtl;
}

/* subtle grid lines */
.tagh-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,212,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* ── Container ── */
.tagh-stats__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Header ── */
.tagh-stats__header {
  text-align: center;
  margin-bottom: 52px;
}

.tagh-stats__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00D4FF;
  background: rgba(0,212,255,.1);
  border: 1px solid rgba(0,212,255,.22);
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 16px;
  font-family: 'Tajawal', 'Cairo', sans-serif;
}

.tagh-stats__title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: #F1F5F9;
  font-family: 'Tajawal', 'Cairo', sans-serif;
  margin: 0 0 14px;
  line-height: 1.3;
}

.tagh-stats__sub {
  font-size: 16px;
  color: rgba(148,163,184,.85);
  font-family: 'Tajawal', 'Cairo', sans-serif;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── Grid ── */
.tagh-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ── Card ── */
.tagh-stats__card {
  position: relative;
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 32px 24px 28px;
  text-align: center;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  overflow: hidden;
  cursor: default;
}

.tagh-stats__card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,212,255,.2);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}

/* Animated glow orb */
.tagh-stats__card-glow {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(50px);
  opacity: .18;
  transition: opacity .3s ease;
  pointer-events: none;
}
.tagh-stats__card:hover .tagh-stats__card-glow { opacity: .30; }
.tagh-stats__card-glow--cyan   { background: #00D4FF; }
.tagh-stats__card-glow--purple { background: #A78BFA; }
.tagh-stats__card-glow--orange { background: #FB923C; }
.tagh-stats__card-glow--green  { background: #34D399; }

/* Icon wrapper */
.tagh-stats__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: transform .3s ease;
}
.tagh-stats__card:hover .tagh-stats__icon-wrap { transform: scale(1.1) rotate(-4deg); }

.tagh-stats__icon-wrap--cyan   { background: rgba(0,212,255,.12);  color: #00D4FF;  border: 1px solid rgba(0,212,255,.2); }
.tagh-stats__icon-wrap--purple { background: rgba(167,139,250,.12); color: #A78BFA; border: 1px solid rgba(167,139,250,.2); }
.tagh-stats__icon-wrap--orange { background: rgba(251,146,60,.12);  color: #FB923C; border: 1px solid rgba(251,146,60,.2); }
.tagh-stats__icon-wrap--green  { background: rgba(52,211,153,.12);  color: #34D399; border: 1px solid rgba(52,211,153,.2); }

/* Number */
.tagh-stats__num-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
  direction: ltr;
}

.tagh-stats__num {
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 900;
  font-family: 'Tajawal', 'Cairo', sans-serif;
  line-height: 1;
  background: linear-gradient(135deg, #F1F5F9 30%, rgba(241,245,249,.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tagh-stats__card:nth-child(1) .tagh-stats__num { background: linear-gradient(135deg, #00D4FF, #7DF9FF); -webkit-background-clip: text; background-clip: text; }
.tagh-stats__card:nth-child(2) .tagh-stats__num { background: linear-gradient(135deg, #A78BFA, #D8B4FE); -webkit-background-clip: text; background-clip: text; }
.tagh-stats__card:nth-child(3) .tagh-stats__num { background: linear-gradient(135deg, #FB923C, #FDBA74); -webkit-background-clip: text; background-clip: text; }
.tagh-stats__card:nth-child(4) .tagh-stats__num { background: linear-gradient(135deg, #34D399, #6EE7B7); -webkit-background-clip: text; background-clip: text; }

.tagh-stats__plus {
  font-size: 26px;
  font-weight: 800;
  font-family: 'Tajawal', 'Cairo', sans-serif;
  -webkit-text-fill-color: initial;
  color: rgba(148,163,184,.7);
  line-height: 1;
}

/* Labels */
.tagh-stats__label {
  font-size: 16px;
  font-weight: 700;
  color: #F1F5F9;
  font-family: 'Tajawal', 'Cairo', sans-serif;
  margin: 0 0 6px;
}

.tagh-stats__desc {
  font-size: 13px;
  color: rgba(148,163,184,.8);
  font-family: 'Tajawal', 'Cairo', sans-serif;
  margin: 0;
  line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .tagh-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 560px) {
  .tagh-stats { padding: 60px 0 70px; }
  .tagh-stats__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tagh-stats__card { padding: 22px 16px 18px; }
  .tagh-stats__header { margin-bottom: 36px; }
  .tagh-stats__num { font-size: 30px; }
}

@media (max-width: 380px) {
  .tagh-stats__grid { grid-template-columns: 1fr; }
}

/* === taghleefy-biz-deck.css === */
.tagh-deck{--dk-bg:#05091A;--dk-cyan:#00D4FF;--dk-purple:#A78BFA;--dk-green:#34D399;--dk-amber:#F59E0B;--dk-pink:#F472B6;--dk-red:#F87171;--dk-text:#F1F5F9;--dk-sub:#94A3B8;--dk-border:rgba(0,212,255,.12);--dk-glass:rgba(255,255,255,.03);--dk-slide-h:min(78vh,720px);--dk-radius:20px;--dk-font:'Tajawal','Cairo',sans-serif;font-family:var(--dk-font);direction:rtl;position:relative;width:100%;overflow:hidden;border-radius:var(--dk-radius);background:var(--dk-bg);border:1px solid var(--dk-border);box-shadow:0 0 0 1px rgba(0,212,255,.06),0 40px 80px rgba(0,0,0,.7);user-select:none}.tagh-deck__stage{position:relative;width:100%;height:var(--dk-slide-h);overflow:hidden}.tagh-deck__slide{position:absolute;inset:0;padding:40px 52px 32px;box-sizing:border-box;overflow-y:auto;opacity:0;transform:translateX(60px);transition:opacity .42s cubic-bezier(.4,0,.2,1),transform .42s cubic-bezier(.4,0,.2,1);pointer-events:none;scrollbar-width:thin;scrollbar-color:rgba(0,212,255,.2) transparent}.tagh-deck__slide::-webkit-scrollbar{width:4px}.tagh-deck__slide::-webkit-scrollbar-thumb{background:rgba(0,212,255,.2);border-radius:2px}.tagh-deck__slide--active{opacity:1;transform:translateX(0);pointer-events:auto;z-index:2}.tagh-deck__slide--exit{opacity:0;transform:translateX(-60px);z-index:1}.tagh-deck__slide-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.tagh-deck__grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(0,212,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.04) 1px,transparent 1px);background-size:56px 56px}.tagh-deck__orb{position:absolute;border-radius:50%;filter:blur(80px);width:420px;height:420px;transform:translate(-50%,-50%)}.tagh-deck__orb--cyan{background:rgba(0,212,255,.18)}.tagh-deck__orb--purple{background:rgba(167,139,250,.18)}.tagh-deck__orb--green{background:rgba(52,211,153,.18)}.tagh-deck__orb--amber{background:rgba(245,158,11,.18)}.tagh-deck__orb--red{background:rgba(248,113,113,.18)}.tagh-deck__content{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;gap:16px}.tagh-deck__content--center{align-items:center;justify-content:center;text-align:center}.tagh-deck__content--split{flex-direction:row;align-items:flex-start;gap:40px}.tagh-deck__split-text{flex:1 1 0;display:flex;flex-direction:column;gap:12px}.tagh-deck__split-visual{flex:0 0 220px}.tagh-deck__slide-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--lc,var(--dk-cyan))}.tagh-deck__slide-title{font-size:clamp(22px,3vw,32px);font-weight:800;color:var(--dk-text);line-height:1.25;margin:0}.tagh-deck__slide-sub{font-size:clamp(14px,1.6vw,16px);color:var(--dk-sub);margin:0;line-height:1.6}.tagh-deck__hl{font-style:normal}.tagh-deck__hl--cyan{color:var(--dk-cyan)}.tagh-deck__hl--purple{color:var(--dk-purple)}.tagh-deck__hl--green{color:var(--dk-green)}.tagh-deck__hl--amber{color:var(--dk-amber)}.tagh-deck__eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--dk-cyan);opacity:.8}.tagh-deck__hero-title{font-size:clamp(28px,4.5vw,48px);font-weight:900;color:var(--dk-text);line-height:1.15;margin:12px 0}.tagh-deck__hero-sub{font-size:clamp(15px,1.8vw,18px);color:var(--dk-sub);line-height:1.7}.tagh-deck__cover-stats{display:flex;align-items:center;gap:20px;margin-top:24px}.tagh-deck__cstat{text-align:center}.tagh-deck__cstat span{display:block;font-size:clamp(22px,3vw,32px);font-weight:900;color:var(--dk-cyan)}.tagh-deck__cstat em{font-style:normal;font-size:12px;color:var(--dk-sub)}.tagh-deck__cstat-sep{width:1px;height:48px;background:rgba(0,212,255,.2)}.tagh-deck__cover-tag{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--dk-sub);margin-top:20px;opacity:.7}.tagh-deck__cover-tag svg{transform:scaleX(-1)}.tagh-deck__problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1}.tagh-deck__prob-card{background:rgba(248,113,113,.06);border:1px solid rgba(248,113,113,.15);border-radius:14px;padding:16px 18px}.tagh-deck__prob-card:hover{background:rgba(248,113,113,.1)}.tagh-deck__prob-icon{font-size:26px;display:block;margin-bottom:8px}.tagh-deck__prob-card h4{font-size:14px;font-weight:700;color:var(--dk-text);margin:0 0 6px}.tagh-deck__prob-card p{font-size:13px;color:var(--dk-sub);margin:0}.tagh-deck__highlight-bar{padding:12px 16px;border-radius:10px;font-size:13px;line-height:1.5}.tagh-deck__highlight-bar--red{background:rgba(248,113,113,.1);border:1px solid rgba(248,113,113,.25);color:#FCA5A5}.tagh-deck__highlight-bar--cyan{background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.2);color:#7DD3FC}.tagh-deck__highlight-bar strong{color:white}.tagh-deck__pillars{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;flex:1}.tagh-deck__pillar{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);flex:1 1 100px;min-width:90px;transition:transform .2s,background .2s}.tagh-deck__pillar:hover{transform:translateY(-4px);background:rgba(255,255,255,.08);border-color:color-mix(in srgb,var(--pc) 30%,transparent)}.tagh-deck__pillar-icon{width:44px;height:44px;color:var(--pc)}.tagh-deck__pillar-icon svg{width:100%;height:100%}.tagh-deck__pillar span{font-size:13px;font-weight:600;color:var(--dk-text)}.tagh-deck__pillar-arrow{font-size:20px;color:var(--dk-border);flex-shrink:0}.tagh-deck__check-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.tagh-deck__check-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--dk-sub);line-height:1.5}.tagh-deck__check-list li::before{content:'✓';color:var(--cc,var(--dk-cyan));font-weight:700;flex-shrink:0;margin-top:1px}.tagh-deck__split-visual{display:flex;flex-direction:column;gap:12px;padding-top:28px}.tagh-deck__metric-card{background:rgba(255,255,255,.04);border:1px solid color-mix(in srgb,var(--mc) 20%,transparent);border-radius:14px;padding:14px 16px;text-align:center}.tagh-deck__metric-num{display:block;font-size:28px;font-weight:900;color:var(--mc,var(--dk-cyan));line-height:1}.tagh-deck__metric-lbl{font-size:12px;color:var(--dk-sub);margin-top:4px;display:block}.tagh-deck__flow{flex:0 0 200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding-top:28px}.tagh-deck__flow-node{padding:10px 18px;border-radius:10px;font-size:13px;font-weight:700;text-align:center;width:160px}.tagh-deck__flow-node--in{background:rgba(0,212,255,.12);border:1px solid rgba(0,212,255,.25);color:#7DD3FC}.tagh-deck__flow-node--proc{background:rgba(167,139,250,.18);border:1px solid rgba(167,139,250,.35);color:#C4B5FD}.tagh-deck__flow-node--out{background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.25);color:#6EE7B7}.tagh-deck__flow-arrow{width:2px;height:18px;background:linear-gradient(to bottom,rgba(167,139,250,.4),transparent)}.tagh-deck__flow-label{margin-top:10px;font-size:11px;font-weight:700;color:var(--dk-purple);letter-spacing:1px;text-align:center}.tagh-deck__ai-chat{flex:0 0 230px;display:flex;flex-direction:column;gap:8px;justify-content:center;padding-top:28px}.tagh-deck__chat-bubble{padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5;max-width:220px}.tagh-deck__chat-bubble--user{background:rgba(0,212,255,.1);border:1px solid rgba(0,212,255,.2);color:#BAE6FD;align-self:flex-end;border-radius:12px 12px 4px 12px}.tagh-deck__chat-bubble--ai{background:rgba(52,211,153,.08);border:1px solid rgba(52,211,153,.2);color:var(--dk-text);border-radius:12px 12px 12px 4px}.tagh-deck__ai-badge{display:inline-block;background:rgba(52,211,153,.2);border-radius:4px;padding:1px 6px;font-size:11px;margin-bottom:4px;margin-left:4px}.tagh-deck__security-visual{flex:0 0 180px;display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:28px}.tagh-deck__shield{width:100px;height:100px;color:var(--dk-amber);filter:drop-shadow(0 0 16px rgba(245,158,11,.4))}.tagh-deck__shield svg{width:100%;height:100%}.tagh-deck__sec-items{display:flex;flex-direction:column;gap:8px;width:100%}.tagh-deck__sec-item{font-size:13px;color:var(--dk-text);display:flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(245,158,11,.06);border-radius:8px;border:1px solid rgba(245,158,11,.12)}.tagh-deck__sec-ok{color:var(--dk-amber);font-weight:700}.tagh-deck__comparison-table{border-radius:14px;overflow:hidden;border:1px solid var(--dk-border);flex:1}.tagh-deck__ct-head,.tagh-deck__ct-row{display:grid;padding:10px 16px;gap:8px;font-size:13px}.tagh-deck__ct-head{background:rgba(0,212,255,.08);font-weight:700;color:var(--dk-cyan);border-bottom:1px solid var(--dk-border)}.tagh-deck__ct-row{color:var(--dk-sub);border-bottom:1px solid rgba(255,255,255,.04);align-items:center}.tagh-deck__ct-row:last-child{border-bottom:none}.tagh-deck__ct-row:hover{background:rgba(255,255,255,.02)}.tagh-deck__ct-highlight{color:var(--dk-cyan) !important;font-weight:700}.tagh-deck__ct-bad{color:#F87171}.tagh-deck__ct-good{color:var(--dk-green);font-weight:600}.tagh-deck__slide[data-slide="8"] .tagh-deck__ct-head,.tagh-deck__slide[data-slide="8"] .tagh-deck__ct-row{grid-template-columns:1.6fr 1fr 1.4fr}.tagh-deck__slide[data-slide="11"] .tagh-deck__ct-head,.tagh-deck__slide[data-slide="11"] .tagh-deck__ct-row{grid-template-columns:1.4fr 1fr 1fr 1.2fr}.tagh-deck__timeline{display:flex;flex-direction:column;gap:0;flex:1}.tagh-deck__tl-item{display:flex;align-items:flex-start;gap:16px;position:relative;padding-bottom:18px}.tagh-deck__tl-item::before{content:'';position:absolute;right:18px;top:36px;bottom:0;width:2px;background:linear-gradient(to bottom,var(--dc,var(--dk-cyan)),transparent)}.tagh-deck__tl-item:last-child::before{display:none}.tagh-deck__tl-dot{width:36px;height:36px;border-radius:50%;background:color-mix(in srgb,var(--dc) 20%,transparent);border:2px solid var(--dc,var(--dk-cyan));color:var(--dc,var(--dk-cyan));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0;z-index:1}.tagh-deck__tl-body{flex:1}.tagh-deck__tl-body h4{font-size:14px;font-weight:700;color:var(--dk-text);margin:4px 0 4px}.tagh-deck__tl-body p{font-size:13px;color:var(--dk-sub);margin:0 0 2px}.tagh-deck__tl-body em{font-style:normal;font-size:11px;color:var(--dk-cyan);opacity:.7}.tagh-deck__cases{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;flex:1}.tagh-deck__case-card{background:rgba(255,255,255,.03);border:1px solid color-mix(in srgb,var(--cc) 20%,transparent);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px;transition:transform .2s}.tagh-deck__case-card:hover{transform:translateY(-4px)}.tagh-deck__case-head{display:flex;align-items:flex-start;gap:10px}.tagh-deck__case-icon{font-size:26px;flex-shrink:0}.tagh-deck__case-head h4{font-size:13px;font-weight:700;color:var(--dk-text);margin:0 0 2px}.tagh-deck__case-head em{font-style:normal;font-size:11px;color:var(--dk-sub)}.tagh-deck__case-results{display:flex;flex-direction:column;gap:8px}.tagh-deck__case-results>div{display:flex;align-items:center;gap:8px}.tagh-deck__case-results span{font-size:18px;font-weight:800;color:var(--cc,var(--dk-cyan))}.tagh-deck__case-results em{font-style:normal;font-size:12px;color:var(--dk-sub)}.tagh-deck__calendly-wrap{width:100%;max-width:780px}.tagh-deck__calendly-glass{background:rgba(255,255,255,.025);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,212,255,.18);border-radius:20px;overflow:hidden}.tagh-deck__calendly-bar{padding:12px 18px;display:flex;align-items:center;gap:10px;background:rgba(0,212,255,.08);border-bottom:1px solid rgba(0,212,255,.12);font-size:13px;font-weight:600;color:var(--dk-cyan)}.tagh-deck__cal-dot{width:8px;height:8px;border-radius:50%;background:var(--dk-cyan);animation:taghCalPulse 2s ease-in-out infinite;flex-shrink:0}@keyframes taghCalPulse{0%{opacity:.8;transform:scale(1)}50%{opacity:0;transform:scale(2.2)}100%{opacity:0;transform:scale(2.2)}}50%{box-shadow:0 0 0 6px rgba(0,212,255,0)}}.tagh-deck__nav{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:rgba(5,9,26,.92);border-top:1px solid rgba(0,212,255,.15);gap:12px;flex-wrap:wrap;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.tagh-deck__counter{font-size:12px;color:var(--dk-sub);min-width:48px;text-align:right}.tagh-deck__counter-current{color:var(--dk-cyan);font-weight:700;font-size:14px}.tagh-deck__counter-sep{margin:0 2px}.tagh-deck__dots{display:flex;gap:6px}.tagh-deck__dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.2);cursor:pointer;padding:0;transition:background .2s,transform .2s,width .2s}.tagh-deck__dot:hover{background:rgba(0,212,255,.5)}.tagh-deck__dot--active{background:var(--dk-cyan);width:20px;border-radius:4px;transform:scale(1.1)}.tagh-deck__arrows{display:flex;gap:10px;align-items:center}.tagh-deck__arrow{width:44px;height:44px;border-radius:12px;background:rgba(0,212,255,.07);border:1.5px solid rgba(0,212,255,.22);color:rgba(0,212,255,.75);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:background .25s,border-color .25s,color .25s,box-shadow .25s,transform .2s;overflow:hidden}.tagh-deck__arrow::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,212,255,.12) 0%,transparent 60%);border-radius:inherit;opacity:0;transition:opacity .25s}.tagh-deck__arrow:hover:not(:disabled){background:rgba(0,212,255,.18);border-color:rgba(0,212,255,.8);color:#00D4FF;box-shadow:0 0 8px rgba(0,212,255,.5),0 0 20px rgba(0,212,255,.25),inset 0 0 8px rgba(0,212,255,.1);transform:scale(1.08)}.tagh-deck__arrow:hover:not(:disabled)::before{opacity:1}.tagh-deck__arrow:active:not(:disabled){transform:scale(.95);box-shadow:0 0 4px rgba(0,212,255,.4)}.tagh-deck__arrow svg{width:18px;height:18px;flex-shrink:0;transform:scaleX(-1);transition:transform .2s}.tagh-deck__arrow--prev:hover:not(:disabled) svg{transform:scaleX(-1) translateX(-2px)}.tagh-deck__arrow--next:hover:not(:disabled) svg{transform:scaleX(-1) translateX(2px)}.tagh-deck__arrow:disabled{opacity:.2;cursor:default;border-color:rgba(255,255,255,.08);color:rgba(255,255,255,.2);background:rgba(255,255,255,.02);box-shadow:none}@keyframes taghArrowBreath{0%,100%{opacity:.5}50%{opacity:1}}50%{box-shadow:0 0 8px rgba(0,212,255,.4),0 0 18px rgba(0,212,255,.16)}}.tagh-deck__arrow:not(:disabled){animation:taghArrowBreath 3s ease-in-out infinite}.tagh-deck__progress{height:3px;background:rgba(255,255,255,.05)}.tagh-deck__progress-bar{height:100%;background:linear-gradient(to left,var(--dk-cyan),var(--dk-purple));transition:width .4s cubic-bezier(.4,0,.2,1)}@media (max-width:860px){.tagh-deck__slide{padding:28px 24px 24px}.tagh-deck__content--split{flex-direction:column;gap:20px}.tagh-deck__split-visual,.tagh-deck__flow,.tagh-deck__ai-chat,.tagh-deck__security-visual{flex:unset;width:100%}.tagh-deck__flow{flex-direction:row;flex-wrap:wrap;justify-content:center}.tagh-deck__flow-arrow{transform:rotate(90deg);height:2px;width:18px}.tagh-deck__cases{grid-template-columns:1fr}.tagh-deck__problem-grid{grid-template-columns:1fr}.tagh-deck__pillars{gap:6px}.tagh-deck__pillar{flex:1 1 80px;padding:14px 10px}.tagh-deck__pillar-arrow{display:none}.tagh-deck__split-visual{flex-direction:row;flex-wrap:wrap;gap:8px}.tagh-deck__metric-card{flex:1 1 100px}.tagh-deck__cover-stats{flex-wrap:wrap;justify-content:center}.tagh-deck__ai-chat{width:100%}}@media (max-width:560px){.tagh-deck__slide{padding:20px 16px 16px}.tagh-deck__hero-title{font-size:24px}.tagh-deck__slide-title{font-size:20px}.tagh-deck__dots{display:none}.tagh-deck__slide[data-slide="8"] .tagh-deck__ct-head,.tagh-deck__slide[data-slide="8"] .tagh-deck__ct-row,.tagh-deck__slide[data-slide="11"] .tagh-deck__ct-head,.tagh-deck__slide[data-slide="11"] .tagh-deck__ct-row{grid-template-columns:1.5fr 1fr 1.2fr}.tagh-deck__slide[data-slide="11"] .tagh-deck__ct-head span:nth-child(3),.tagh-deck__slide[data-slide="11"] .tagh-deck__ct-row span:nth-child(3){display:none}}
/* === taghleefy-dual-cta.css === */
/* ═══════════════════════════════════════════════════════
   Taghleefy Dual CTA Section — Two-Path Funnel
   v1.0.0 | RTL
   ═══════════════════════════════════════════════════════ */

.tagh-dcta {
  position: relative;
  padding: 90px 0 100px;
  background:
    radial-gradient(ellipse 100% 80% at 20% 50%, rgba(0,212,255,.05) 0%, transparent 60%),
    radial-gradient(ellipse 80% 70% at 80% 50%, rgba(255,107,53,.04) 0%, transparent 60%),
    linear-gradient(180deg, #070C20 0%, #05091A 100%);
  direction: rtl;
  overflow: hidden;
}

/* Subtle noise texture overlay */
.tagh-dcta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.012) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
}

/* ── Container ── */
.tagh-dcta__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

/* ── Header ── */
.tagh-dcta__header {
  text-align: center;
  margin-bottom: 56px;
}

.tagh-dcta__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FF6B35;
  background: rgba(255,107,53,.1);
  border: 1px solid rgba(255,107,53,.25);
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 16px;
  font-family: 'Tajawal', 'Cairo', sans-serif;
}

.tagh-dcta__title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: #F1F5F9;
  font-family: 'Tajawal', 'Cairo', sans-serif;
  margin: 0 0 14px;
  line-height: 1.3;
}

.tagh-dcta__sub {
  font-size: 16px;
  color: rgba(148,163,184,.85);
  font-family: 'Tajawal', 'Cairo', sans-serif;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── Grid (2 cards + divider) ── */
.tagh-dcta__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 24px;
  align-items: stretch;
}

/* ── Base Card ── */
.tagh-dcta__card {
  position: relative;
  border-radius: 24px;
  padding: 40px 36px 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}

.tagh-dcta__card:hover {
  transform: translateY(-8px);
}

/* Card backgrounds */
.tagh-dcta__card-bg {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: inherit;
}

.tagh-dcta__card-bg--vendor {
  background: rgba(255,107,53,.03);
}

.tagh-dcta__card-border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(0,212,255,.14);
  pointer-events: none;
  transition: border-color .3s ease;
}
.tagh-dcta__card--buyer:hover .tagh-dcta__card-border { border-color: rgba(0,212,255,.35); box-shadow: 0 0 40px rgba(0,212,255,.08), 0 24px 60px rgba(0,0,0,.5); }

.tagh-dcta__card-border--vendor {
  border-color: rgba(255,107,53,.14);
}
.tagh-dcta__card--vendor:hover .tagh-dcta__card-border--vendor { border-color: rgba(255,107,53,.35); box-shadow: 0 0 40px rgba(255,107,53,.08), 0 24px 60px rgba(0,0,0,.5); }

/* All card content above pseudo backgrounds */
.tagh-dcta__card > *:not(.tagh-dcta__card-bg):not(.tagh-dcta__card-border) {
  position: relative;
  z-index: 1;
}

/* ── Icon ── */
.tagh-dcta__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: transform .3s ease;
}
.tagh-dcta__card:hover .tagh-dcta__card-icon { transform: scale(1.08) rotate(-5deg); }

.tagh-dcta__card-icon--buyer {
  background: rgba(0,212,255,.12);
  border: 1px solid rgba(0,212,255,.25);
  color: #00D4FF;
}

.tagh-dcta__card-icon--vendor {
  background: rgba(255,107,53,.12);
  border: 1px solid rgba(255,107,53,.25);
  color: #FF6B35;
}

/* ── Badge ── */
.tagh-dcta__card-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 16px;
  width: fit-content;
  font-family: 'Tajawal', 'Cairo', sans-serif;
}

.tagh-dcta__card-badge--buyer {
  background: rgba(0,212,255,.12);
  color: #00D4FF;
  border: 1px solid rgba(0,212,255,.2);
}

.tagh-dcta__card-badge--vendor {
  background: rgba(255,107,53,.12);
  color: #FF6B35;
  border: 1px solid rgba(255,107,53,.2);
}

/* ── Title & Description ── */
.tagh-dcta__card-title {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  color: #F1F5F9;
  font-family: 'Tajawal', 'Cairo', sans-serif;
  margin: 0 0 14px;
  line-height: 1.4;
}

.tagh-dcta__card-desc {
  font-size: 15px;
  color: rgba(148,163,184,.88);
  font-family: 'Tajawal', 'Cairo', sans-serif;
  line-height: 1.8;
  margin: 0 0 24px;
  flex-grow: 1;
}

.tagh-dcta__card-desc strong {
  color: #F1F5F9;
  font-weight: 700;
}

/* ── Feature list ── */
.tagh-dcta__features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tagh-dcta__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(226,232,240,.82);
  font-family: 'Tajawal', 'Cairo', sans-serif;
  line-height: 1.5;
}

.tagh-dcta__features li svg { flex-shrink: 0; margin-top: 2px; }

/* ── CTA Buttons ── */
.tagh-dcta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Tajawal', 'Cairo', sans-serif;
  text-decoration: none !important;
  transition: all .3s ease;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

/* shimmer overlay */
.tagh-dcta__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent);
  opacity: 0;
  transition: opacity .25s ease;
}
.tagh-dcta__btn:hover::before { opacity: 1; }

.tagh-dcta__btn--buyer {
  background: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%);
  color: #0A0F1E !important;
  box-shadow: 0 4px 20px rgba(0,212,255,.38), 0 0 0 1px rgba(0,212,255,.3);
}
.tagh-dcta__btn--buyer:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,212,255,.55), 0 0 0 1px rgba(0,212,255,.5);
  color: #0A0F1E !important;
}

.tagh-dcta__btn--vendor {
  background: linear-gradient(135deg, #FF6B35 0%, #E85520 100%);
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(255,107,53,.38), 0 0 0 1px rgba(255,107,53,.3);
}
.tagh-dcta__btn--vendor:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255,107,53,.55), 0 0 0 1px rgba(255,107,53,.5);
  color: #fff !important;
}

/* RTL: flip arrow direction */
.tagh-dcta__btn svg { transform: scaleX(-1); flex-shrink: 0; }

/* ── Note text ── */
.tagh-dcta__card-note {
  font-size: 12px;
  color: rgba(148,163,184,.6);
  font-family: 'Tajawal', 'Cairo', sans-serif;
  margin: 0;
  text-align: center;
}

/* ── Divider ── */
.tagh-dcta__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
}

.tagh-dcta__divider::before,
.tagh-dcta__divider::after {
  content: '';
  flex: 1;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.12) 30%, rgba(255,255,255,.12) 70%, transparent);
}

.tagh-dcta__divider-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(148,163,184,.5);
  font-family: 'Tajawal', 'Cairo', sans-serif;
  background: #07111F;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 12px 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .tagh-dcta__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px 0;
  }

  .tagh-dcta__divider {
    flex-direction: row;
    width: 100%;
    height: 32px;
  }
  .tagh-dcta__divider::before,
  .tagh-dcta__divider::after {
    flex: 1;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12) 30%, rgba(255,255,255,.12) 70%, transparent);
  }
  .tagh-dcta__divider-label { margin: 0 12px; }

  .tagh-dcta__card { padding: 32px 24px 28px; }
}

@media (max-width: 560px) {
  .tagh-dcta { padding: 60px 0 70px; }
  .tagh-dcta__header { margin-bottom: 40px; }
  .tagh-dcta__card { padding: 28px 20px 24px; }
  .tagh-dcta__btn { padding: 13px 20px; font-size: 14px; }
}

/* === taghleefy-footer.css === */
/* ═══════════════════════════════════════════════════════
   Taghleefy Footer — v1.0.0 | Dark Glassmorphic | RTL
   4-Column: Brand / للمشترين / للموردين / عن المنصة
   ═══════════════════════════════════════════════════════ */

/* ── Hide Elementor footer (safety backup) ── */
.elementor-location-footer,
.site-footer,
footer.elementor-location-footer { display: none !important; }

/* ══════════════════════════════════════════
   FOOTER WRAPPER
══════════════════════════════════════════ */
.tagh-footer {
  background: #050910;
  border-top: 1px solid rgba(0,212,255,.10);
  direction: rtl;
  font-family: 'Tajawal','Cairo',sans-serif;
  position: relative;
  z-index: 100;
  margin-top: 0;
}

/* Subtle top glow line */
.tagh-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0,212,255,.4) 30%,
    rgba(255,107,53,.3) 70%,
    transparent 100%
  );
}

/* ══════════════════════════════════════════
   TOP SECTION
══════════════════════════════════════════ */
.tagh-footer__top {
  padding: 64px 0 56px;
}

.tagh-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 0 56px;
  align-items: start;
}

/* ── Brand column ── */
.tagh-footer__logo {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none !important;
}
.tagh-footer__logo-img {
  max-height: 46px;
  width: auto;
}
.tagh-footer__logo-text {
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(135deg, #00D4FF, #7dd3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -.5px;
  display: block;
}

.tagh-footer__tagline {
  font-size: 14px;
  color: rgba(148,163,184,.72);
  line-height: 1.80;
  margin: 0 0 22px;
  max-width: 320px;
}

/* Contact info */
.tagh-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.tagh-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: rgba(148,163,184,.75);
  text-decoration: none !important;
  transition: color .2s;
}
.tagh-footer__contact-item:hover { color: #00D4FF; }
.tagh-footer__contact-item svg { flex-shrink: 0; opacity: .7; }
.tagh-footer__contact-item:hover svg { opacity: 1; }

/* Social icons */
.tagh-footer__social {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tagh-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  color: rgba(148,163,184,.65);
  text-decoration: none !important;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.tagh-footer__social-link:hover {
  background: rgba(0,212,255,.11);
  border-color: rgba(0,212,255,.28);
  color: #00D4FF;
  transform: translateY(-2px);
}

/* ── Link columns ── */
.tagh-footer__col-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 800;
  color: #F1F5F9;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-family: 'Tajawal','Cairo',sans-serif;
}
.tagh-footer__col-icon { font-size: 15px; }

.tagh-footer__links {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.tagh-footer__links li a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(148,163,184,.72);
  text-decoration: none !important;
  font-family: 'Tajawal','Cairo',sans-serif;
  transition: color .2s, gap .2s;
}
.tagh-footer__links li a::before {
  content: '›';
  color: rgba(0,212,255,.4);
  font-size: 17px;
  line-height: 1;
  transition: color .2s, transform .2s;
  display: inline-block;
}
.tagh-footer__links li a:hover {
  color: #F1F5F9;
  gap: 9px;
}
.tagh-footer__links li a:hover::before {
  color: #00D4FF;
  transform: translateX(-2px);
}

/* ══════════════════════════════════════════
   BOTTOM BAR
══════════════════════════════════════════ */
.tagh-footer__bar {
  border-top: 1px solid rgba(255,255,255,.055);
  padding: 18px 0;
  background: rgba(3,6,18,.6);
}
.tagh-footer__bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tagh-footer__copy {
  font-size: 13px;
  color: rgba(148,163,184,.48);
  margin: 0;
  font-family: 'Tajawal','Cairo',sans-serif;
}
.tagh-footer__copy strong { color: rgba(148,163,184,.65); font-weight: 700; }

.tagh-footer__legal-links {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tagh-footer__legal-links a {
  font-size: 13px;
  color: rgba(148,163,184,.48);
  text-decoration: none !important;
  font-family: 'Tajawal','Cairo',sans-serif;
  transition: color .2s;
}
.tagh-footer__legal-links a:hover { color: #00D4FF; }
.tagh-footer__dot {
  color: rgba(148,163,184,.25);
  user-select: none;
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .tagh-footer__inner {
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 0 36px;
  }
}

@media (max-width: 900px) {
  .tagh-footer__top { padding: 48px 0 40px; }
  .tagh-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
    padding: 0 24px;
  }
  .tagh-footer__brand {
    grid-column: 1 / -1;
  }
  .tagh-footer__tagline { max-width: 100%; }
}

@media (max-width: 560px) {
  .tagh-footer__top { padding: 40px 0 32px; }
  .tagh-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 20px;
  }
  .tagh-footer__bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0 20px;
  }
  .tagh-footer__legal-links { gap: 10px; }
}

/* === taghleefy-megamenu.css === */
/* ═══════════════════════════════════════════════════════
   Taghleefy Mega Menu — v3.5 | RTL
   Desktop: fixed glass panel | Mobile: inline accordion
   ═══════════════════════════════════════════════════════ */

/* ── Desktop overlay ── */
.tagh-mm-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.50);
  z-index: 9993;
  opacity: 0; visibility: hidden;
  transition: opacity .28s ease, visibility .28s;
}
.tagh-mm-overlay--visible { opacity: 1; visibility: visible; }

/* ══════════════════════════════════════════════════════
   DESKTOP FIXED PANEL
══════════════════════════════════════════════════════ */
.tagh-megamenu {
  position: fixed;
  top: 72px; left: 0; right: 0;
  z-index: 9994;
  direction: rtl;

  background: rgba(5,9,26,.97);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-top:    1px solid rgba(0,212,255,.10);
  border-bottom: 1px solid rgba(0,212,255,.10);
  box-shadow: 0 24px 80px rgba(0,0,0,.70), inset 0 1px 0 rgba(255,255,255,.04);

  transform: translateY(-14px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: transform .32s cubic-bezier(.4,0,.2,1),
              opacity   .32s cubic-bezier(.4,0,.2,1),
              visibility .32s;

  max-height: calc(100vh - 72px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,212,255,.2) transparent;
}
.tagh-megamenu::-webkit-scrollbar { width: 4px; }
.tagh-megamenu::-webkit-scrollbar-thumb { background: rgba(0,212,255,.2); border-radius: 2px; }
.tagh-megamenu--open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: all; }

/* Desktop 2-col grid */
.tagh-mm__container {
  max-width: 1280px; margin: 0 auto;
  padding: 32px 32px 28px;
  display: grid;
  grid-template-columns: 1fr 1px 400px;
  gap: 0 36px;
  align-items: start;
}

/* Column headers */
.tagh-mm__col-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 22px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.tagh-mm__col-label { display: flex; align-items: center; gap: 12px; }
.tagh-mm__col-bigicon { font-size: 24px; filter: drop-shadow(0 0 8px rgba(0,212,255,.3)); }
.tagh-mm__col-label strong {
  display: block; font-size: 15px; font-weight: 800; color: #F1F5F9;
  font-family: 'Tajawal','Cairo',sans-serif; margin-bottom: 3px;
}
.tagh-mm__col-label span {
  display: block; font-size: 12px; color: rgba(148,163,184,.75);
  font-family: 'Tajawal','Cairo',sans-serif;
}
.tagh-mm__see-all {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700; color: #00D4FF;
  font-family: 'Tajawal','Cairo',sans-serif;
  text-decoration: none !important; white-space: nowrap; flex-shrink: 0;
  opacity: .85; transition: opacity .2s;
}
.tagh-mm__see-all:hover { opacity: 1; }
.tagh-mm__see-all svg  { transform: scaleX(-1); }

/* Desktop: product types grid */
.tagh-mm__types-grid {
  display: grid; grid-template-columns: repeat(5,1fr); gap: 8px;
}
.tagh-mm__type-card {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; padding: 16px 10px 14px; border-radius: 14px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  text-decoration: none !important; cursor: pointer; text-align: center;
  transition: background .22s, border-color .22s, transform .22s, box-shadow .22s;
}
.tagh-mm__type-card:hover {
  background: rgba(0,212,255,.09); border-color: rgba(0,212,255,.28);
  transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,212,255,.10);
}
.tagh-mm__type-icon { font-size: 26px; display: block; transition: transform .22s; }
.tagh-mm__type-card:hover .tagh-mm__type-icon { transform: scale(1.12); }
.tagh-mm__type-name {
  font-size: 11.5px; font-weight: 700; color: rgba(226,232,240,.88);
  font-family: 'Tajawal','Cairo',sans-serif; line-height: 1.4;
}

/* Desktop: separator */
.tagh-mm__sep {
  width: 1px; align-self: stretch; min-height: 220px;
  background: linear-gradient(180deg,transparent 0%,rgba(255,255,255,.10) 15%,rgba(255,255,255,.10) 85%,transparent 100%);
}

/* Desktop: industry items */
.tagh-mm__ind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 20px; }
.tagh-mm__ind-item {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 12px; border-radius: 10px;
  text-decoration: none !important; transition: background .18s;
}
.tagh-mm__ind-item:hover { background: rgba(255,107,53,.09); }
.tagh-mm__ind-icon { font-size: 18px; flex-shrink: 0; }
.tagh-mm__ind-name {
  flex: 1; font-size: 13px; font-weight: 700; color: rgba(226,232,240,.88);
  font-family: 'Tajawal','Cairo',sans-serif; line-height: 1.3;
}
.tagh-mm__ind-arrow {
  flex-shrink: 0; color: rgba(148,163,184,.35); transform: scaleX(-1);
  transition: color .18s, transform .18s;
}
.tagh-mm__ind-item:hover .tagh-mm__ind-arrow { color: #FF6B35; transform: scaleX(-1) translateX(-2px); }

/* Desktop: RFQ */
.tagh-mm__rfq-wrap { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.07); }
.tagh-mm__rfq-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; padding: 12px 20px; border-radius: 12px;
  background: linear-gradient(135deg,rgba(255,107,53,.13),rgba(255,107,53,.07));
  border: 1px solid rgba(255,107,53,.28);
  font-size: 13px; font-weight: 700; color: #FF6B35 !important;
  font-family: 'Tajawal','Cairo',sans-serif; text-decoration: none !important;
  transition: background .22s, border-color .22s, transform .22s;
}
.tagh-mm__rfq-btn:hover {
  background: linear-gradient(135deg,rgba(255,107,53,.22),rgba(255,107,53,.13));
  border-color: rgba(255,107,53,.50); transform: translateY(-1px); color: #FF6B35 !important;
}

/* Desktop nav trigger */
.tagh-megamenu-trigger {
  display: inline-flex !important; align-items: center; gap: 5px;
  cursor: pointer; position: relative; user-select: none;
}
.tagh-mm-chevron { transition: transform .25s cubic-bezier(.4,0,.2,1); opacity: .6; }
.tagh-megamenu-trigger.is-active .tagh-mm-chevron { transform: rotate(180deg); opacity: 1; }
.tagh-megamenu-trigger.is-active { color: #00D4FF !important; }
.tagh-megamenu-trigger::after {
  content: ''; position: absolute; bottom: -4px; right: 0; left: 0;
  height: 2px; background: #00D4FF; border-radius: 2px;
  transform: scaleX(0); transition: transform .25s ease;
}
.tagh-megamenu-trigger.is-active::after { transform: scaleX(1); }

/* ══════════════════════════════════════════════════════
   MOBILE TRIGGER BUTTON (in ul.tagh-header__mobile-nav > li)
══════════════════════════════════════════════════════ */
.tagh-mm__mob-trigger {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 12px 16px; background: none; border: none; border-radius: 10px;
  font-size: 15px; font-weight: 600; color: rgba(226,232,240,.9);
  font-family: 'Tajawal','Cairo',sans-serif; cursor: pointer; direction: rtl;
  transition: color .2s, background .2s;
}
.tagh-mm__mob-trigger span { flex: 1; text-align: right; }
.tagh-mm__mob-trigger .tagh-mm-chevron { opacity: .6; }
.tagh-mm__mob-trigger:hover,
.tagh-mm__mob-trigger.is-active { color: #00D4FF; background: rgba(0,212,255,.08); }
.tagh-mm__mob-trigger.is-active .tagh-mm-chevron { transform: rotate(180deg); opacity: 1; }

/* Accordion wrapper */
.tagh-mm__mob-accordion {
  margin: 0 8px 8px;
  border-radius: 16px;
  background: rgba(5,9,26,.92);
  border: 1px solid rgba(0,212,255,.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
}

/* ══════════════════════════════════════════════════════
   MOBILE PRE-BUILT PANEL  (.tagh-mmp)
   Completely independent classes — zero CSS conflict
══════════════════════════════════════════════════════ */
.tagh-mmp {
  direction: rtl;
  padding: 16px;
  display: block;
}

/* Section wrapper */
.tagh-mmp__section {
  margin-bottom: 22px;
}
.tagh-mmp__section:last-of-type { margin-bottom: 0; }

/* Section title */
.tagh-mmp__section-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; letter-spacing: 1.2px;
  text-transform: uppercase; color: rgba(148,163,184,.7);
  font-family: 'Tajawal','Cairo',sans-serif;
  padding-bottom: 10px; margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.tagh-mmp__section-title span:first-child { font-size: 16px; }

/* Product type cards — 3-col grid */
.tagh-mmp__types-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 6px;
}
.tagh-mmp__type-card {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 12px 8px 10px; border-radius: 12px;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  text-decoration: none !important; text-align: center;
  transition: background .2s, border-color .2s;
}
.tagh-mmp__type-card:hover,
.tagh-mmp__type-card:active {
  background: rgba(0,212,255,.10); border-color: rgba(0,212,255,.28);
}
.tagh-mmp__type-icon { font-size: 22px; line-height: 1; }
.tagh-mmp__type-name {
  font-size: 11px; font-weight: 700; color: rgba(226,232,240,.88);
  font-family: 'Tajawal','Cairo',sans-serif; line-height: 1.35;
}

/* Industry list — vertical single column */
.tagh-mmp__ind-list {
  display: flex; flex-direction: column; gap: 2px;
}
.tagh-mmp__ind-item {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px; border-radius: 10px;
  text-decoration: none !important; transition: background .18s;
}
.tagh-mmp__ind-item:hover,
.tagh-mmp__ind-item:active { background: rgba(255,107,53,.09); }
.tagh-mmp__ind-icon { font-size: 20px; flex-shrink: 0; }
.tagh-mmp__ind-name {
  flex: 1; font-size: 14px; font-weight: 600; color: rgba(226,232,240,.9);
  font-family: 'Tajawal','Cairo',sans-serif;
}
.tagh-mmp__ind-item svg {
  flex-shrink: 0; color: rgba(148,163,184,.35); transform: scaleX(-1);
  transition: color .18s;
}
.tagh-mmp__ind-item:hover svg,
.tagh-mmp__ind-item:active svg { color: #FF6B35; }

/* RFQ */
.tagh-mmp__rfq {
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.tagh-mmp__rfq-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 12px 16px; border-radius: 12px;
  background: rgba(255,107,53,.10); border: 1px solid rgba(255,107,53,.25);
  font-size: 13px; font-weight: 700; color: #FF6B35 !important;
  font-family: 'Tajawal','Cairo',sans-serif; text-decoration: none !important;
  transition: background .2s;
}
.tagh-mmp__rfq-btn:hover { background: rgba(255,107,53,.18); }

/* ══════════════════════════════════════════════════════
   BODY SCROLL LOCK — when mobile menu is open
══════════════════════════════════════════════════════ */
body.tagh-mob-open {
  overflow: hidden !important;
  /* iOS Safari fix — saves scroll position via JS */
  position: fixed;
  width: 100%;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — hide/show per breakpoint
══════════════════════════════════════════════════════ */

/* Desktop: hide mobile li */
@media (min-width: 1024px) {
  .tagh-mm-mobile-li { display: none !important; }
}

/* Mobile: hide fixed desktop panel + overlay + desktop li */
@media (max-width: 1023px) {
  .tagh-megamenu   { display: none !important; }
  .tagh-mm-overlay { display: none !important; }
  .tagh-mm-li      { display: none !important; }

  /* ── Mobile menu panel: scroll ONLY when open ── */
  /* CRITICAL: apply max-height/overflow ONLY on open state
     so the closed state keeps its original height:0 / display:none */
  .tagh-hdr--open .tagh-header__mobile {
    max-height: calc(100vh - 60px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* Accordion: no extra clipping */
  .tagh-mm__mob-accordion {
    overflow: hidden;   /* jQuery slideDown needs this */
  }

  /* Pre-built mobile panel: full display, no height limit */
  .tagh-mmp {
    padding: 14px !important;
  }
}

/* Desktop panel responsive */
@media (max-width: 1100px) {
  .tagh-mm__types-grid { grid-template-columns: repeat(4,1fr); }
  .tagh-mm__container  { padding: 28px 24px; gap: 0 24px; }
}

/* Small mobile */
@media (max-width: 420px) {
  .tagh-mmp__types-grid { grid-template-columns: repeat(2,1fr); }
}
