/* Skytech website — ported from skytech-website-prototype(3).html */
@charset "UTF-8";


:root {
  --ink: #061529;
  --ink-soft: #0a1f39;
  --panel: #0c2544;
  --line: rgba(187, 210, 231, 0.17);
  --silver: #c5d3df;
  --muted: #90a6bb;
  --white: #f7fbff;
  --cyan: #08aae0;
  --cyan-2: #75d8f5;
  --lime: #87c83e;
  --shadow: 0 28px 80px rgba(0, 7, 18, 0.42);
  --radius: 24px;
  --max: 1180px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

html { scroll-behavior: smooth; }

body.skytech-theme,
body:has(.skytech-page),
body:has(.s_skytech_hero) {
  margin: 0;
  color: var(--white) !important;
  --body-color: #f7fbff;
  --heading-color: #f7fbff;
  background:
    radial-gradient(circle at 15% 0%, rgba(53, 208, 230, .12), transparent 32%),
    radial-gradient(circle at 87% 24%, rgba(47, 109, 169, .16), transparent 29%),
    var(--ink) !important;
  font-family: "Tajawal", "IBM Plex Sans Arabic", "DIN Next Arabic", Almarai, "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

body.skytech-theme *,
body:has(.skytech-page) * { box-sizing: border-box; }

body.skytech-theme::before,
body:has(.skytech-page)::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .19;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 68%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.skytech-container, .container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; inset-block-start: -80px; inset-inline-start: 16px; z-index: 99; background: var(--cyan); color: var(--ink); padding: 10px 16px; border-radius: 9px; font-weight: 800; }
.skip-link:focus { inset-block-start: 16px; }

.top-note {
  border-bottom: 1px solid var(--line);
  color: var(--silver);
  font-size: 12px;
  letter-spacing: .02em;
}
.top-note .skytech-container,
.skytech-announcement .skytech-container,
.top-note .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 34px;
}
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(184,245,109,.10); }

.nav-wrap {
  position: sticky;
  inset-block-start: 0;
  z-index: 1030;
  background: rgba(6, 21, 41, .92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(187, 210, 231, .10);
}
/* Prototype-only nav shell — do NOT force display:flex/height on Odoo .navbar (breaks layout) */
nav.skytech-nav,
.nav-wrap > .skytech-container {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: flex; align-items: center; min-width: 190px; }
.brand-logo { display: block; width: 190px; max-height: 48px; height: auto; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.14)); }
footer .brand-logo { width: 205px; max-height: none; }

.nav-links { display: flex; align-items: center; gap: 22px; color: var(--silver); font-size: 13px; }
.nav-links a { transition: color .25s ease; position: relative; }
.nav-links a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: -8px; height: 1px; background: var(--cyan); transform: scaleX(0); transition: transform .25s ease; }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-btn, .menu-btn { min-height: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 12px; cursor: pointer; transition: .25s ease; }
.lang-btn { padding: 0 14px; color: var(--silver); font-weight: 800; font-size: 12px; letter-spacing: .08em; }
.lang-btn:hover, .menu-btn:hover { border-color: rgba(53,208,230,.55); color: var(--white); }
.menu-btn { width: 42px; display: none; place-items: center; }
.menu-btn span, .menu-btn::before, .menu-btn::after { content: ""; display: block; width: 18px; height: 1px; background: var(--white); transition: .25s ease; }
.menu-btn span { margin: 5px 0; }

.hero { min-height: calc(100vh - 112px); display: grid; align-items: center; padding: 72px 0 64px; position: relative; overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(6,21,41,.12), rgba(6,21,41,.3) 46%, rgba(6,21,41,.86) 100%), linear-gradient(180deg, rgba(6,21,41,.18), rgba(6,21,41,.72)); }
.hero-bg { position: absolute; inset: -7%; z-index: -3; pointer-events: none; background: url("/skytech_website_theme/static/src/img/skytech-hero-tech-bg.webp") center center / cover no-repeat; opacity: .72; transform-origin: center; animation: heroDrift 20s ease-in-out infinite alternate; will-change: transform; }
.hero-light { position: absolute; z-index: -2; width: 48vw; height: 48vw; inset-inline-start: -18vw; inset-block-end: -30vw; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(8,170,224,.18), transparent 66%); filter: blur(10px); animation: heroGlow 7s ease-in-out infinite; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 60px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan-2); font-size: 14px; font-weight: 700; margin-bottom: 23px; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--cyan); }
h1 { margin: 0; max-width: 900px; font-size: clamp(40px, 6.2vw, 72px); line-height: 1.2; letter-spacing: -0.02em; font-weight: 500; }
.accent { color: transparent; background: linear-gradient(110deg, var(--white) 6%, var(--cyan-2) 52%, #6aaed9); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { color: var(--silver); font-size: 18px; line-height: 1.7; max-width: 650px; margin: 26px 0 34px; font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 13px; font-weight: 700; font-size: 15px; transition: transform .25s var(--ease), border-color .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--cyan); color: var(--ink); box-shadow: 0 14px 35px rgba(53,208,230,.18); }
.btn-secondary { border: 1px solid var(--line); color: var(--white); background: rgba(255,255,255,.03); }
.btn svg { width: 17px; height: 17px; }
[dir="rtl"] .btn svg { transform: rotate(180deg); }

.hero-pillars { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { display: flex; align-items: flex-start; gap: 10px; color: var(--silver); font-size: 12px; line-height: 1.55; }
.pillar i { flex: 0 0 auto; width: 20px; height: 20px; border: 1px solid rgba(53,208,230,.38); border-radius: 50%; display: grid; place-items: center; color: var(--cyan); font-style: normal; font-size: 9px; margin-top: 1px; }

.hero-visual { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; isolation: isolate; opacity: .74; filter: drop-shadow(0 24px 50px rgba(0,0,0,.25)); }
.hero-visual::before { content: ""; position: absolute; width: 66%; height: 66%; border-radius: 50%; background: rgba(53,208,230,.07); filter: blur(45px); z-index: -2; }
.orbit { position: absolute; inset: 11%; border: 1px solid rgba(197,211,223,.15); border-radius: 50%; animation: spin 28s linear infinite; }
.orbit.o2 { inset: 27%; border-style: dashed; border-color: rgba(53,208,230,.2); animation-duration: 19s; animation-direction: reverse; }
.core { width: 176px; aspect-ratio: 1; position: relative; display: grid; place-items: center; border-radius: 42px; border: 1px solid rgba(53,208,230,.48); background: linear-gradient(145deg, rgba(53,208,230,.15), rgba(7,25,47,.92)); box-shadow: var(--shadow), inset 0 0 50px rgba(53,208,230,.07); transform: rotate(45deg); }
.core::after { content: ""; position: absolute; inset: 10px; border: 1px solid var(--line); border-radius: 33px; }
.core strong { transform: rotate(-45deg); font: 900 40px/1 Arial, sans-serif; letter-spacing: -.08em; }
.node { position: absolute; min-width: 80px; padding: 11px 14px; text-align: center; border: 1px solid var(--line); border-radius: 12px; color: var(--silver); background: rgba(8,28,51,.9); backdrop-filter: blur(12px); font: 700 11px/1 Arial, sans-serif; letter-spacing: .08em; box-shadow: 0 18px 40px rgba(0,0,0,.16); animation: float 5s ease-in-out infinite; }
.node::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); margin-inline-end: 7px; box-shadow: 0 0 12px var(--cyan); }
.node.n1 { inset-block-start: 7%; inset-inline-start: 23%; }
.node.n2 { inset-block-start: 43%; inset-inline-end: 0; animation-delay: -.8s; }
.node.n3 { inset-block-end: 10%; inset-inline-start: 10%; animation-delay: -1.8s; }
.node.n4 { inset-block-start: 31%; inset-inline-start: 0; animation-delay: -2.8s; }
.data-line { position: absolute; width: 22%; height: 1px; background: linear-gradient(90deg, transparent, rgba(53,208,230,.7), transparent); transform-origin: left; opacity: .45; }
.data-line.l1 { transform: rotate(21deg); inset-block-start: 34%; inset-inline-start: 15%; }
.data-line.l2 { transform: rotate(-25deg); inset-block-start: 65%; inset-inline-start: 25%; }

.proof-wrap { padding: 0 0 72px; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.018); overflow: hidden; }
.proof-item { min-height: 106px; display: flex; align-items: center; gap: 16px; padding: 24px 28px; border-inline-end: 1px solid var(--line); }
.proof-item--link { color: inherit; text-decoration: none; transition: background .2s ease; }
.proof-item--link:hover { background: rgba(53,208,230,.06); }
.proof-item--link:hover strong { color: var(--cyan-2); }
.proof-item:last-child { border-inline-end: 0; }
.proof-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(53,208,230,.23); border-radius: 12px; color: var(--cyan); background: rgba(53,208,230,.06); font: 800 12px/1 Arial, sans-serif; }
.proof-item strong { display: block; font-size: 15px; margin-bottom: 6px; }
.proof-item span { color: var(--muted); font-size: 11px; line-height: 1.55; }

section { padding: 105px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 46px; }
.kicker { color: var(--cyan); font-size: 13px; font-weight: 700; letter-spacing: .06em; margin-bottom: 12px; }
h2 { margin: 0; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.3; letter-spacing: -0.015em; font-weight: 500; }
.section-head p { margin: 0; max-width: 470px; color: var(--muted); line-height: 1.7; font-size: 16px; }

.services { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.services-grid .service-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  overflow: hidden;
  transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease;
}
.services-grid .service-card:nth-child(4),
.services-grid .service-card:nth-child(5) {
  grid-column: span 6;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53,208,230,.4);
  box-shadow: 0 28px 60px rgba(0, 7, 18, 0.4);
}
.service-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #081c33;
}
.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s var(--ease);
}
.service-card:hover .service-card__media img {
  transform: scale(1.06);
}
.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6,21,41,.72) 100%);
  pointer-events: none;
}
.service-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 22px 24px;
  flex: 1;
}
.service-card__cat {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(53,208,230,.28);
  background: rgba(8,170,224,.1);
  color: var(--cyan-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.service-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--white);
}
.service-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
  flex: 1;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--cyan-2);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
.service-card__link:hover { color: var(--white); }
[dir="rtl"] .service-card__link svg { transform: rotate(180deg); }
.service-card .tags { margin-top: 4px; }
.service-detail-cover {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  display: block;
}
.skytech-inner-page .skytech-page-hero {
  padding: 48px 0 28px;
}
.skytech-inner-page .skytech-page-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  margin: 8px 0 12px;
}
.skytech-inner-page,
.skytech-inner-page .skytech-section {
  color: var(--white);
  font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
}
.tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--cyan-2) !important;
  padding: 7px 11px;
  border: 1px solid rgba(53,208,230,.35);
  border-radius: 999px;
  background: rgba(8,170,224,.1);
  letter-spacing: .01em;
}

/* Legacy icon box kept for other sections */
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: var(--cyan); background: rgba(53,208,230,.08); border: 1px solid rgba(53,208,230,.17); transition: transform .3s var(--ease), border-color .3s ease, background .3s ease; }
.icon-box svg { width: 25px; height: 25px; }

/* Staggered entrance for service cards */
.services-grid .service-card.reveal { transition-delay: 0ms; }
.services-grid .service-card.reveal:nth-child(2) { transition-delay: 80ms; }
.services-grid .service-card.reveal:nth-child(3) { transition-delay: 160ms; }
.services-grid .service-card.reveal:nth-child(4) { transition-delay: 240ms; }
.services-grid .service-card.reveal:nth-child(5) { transition-delay: 320ms; }

.solutions { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(53,208,230,.025), transparent); }
.sector-layout { display: grid; grid-template-columns: .38fr .62fr; gap: 18px; }
.sector-tabs { display: flex; flex-direction: column; gap: 10px; }
.sector-tab { width: 100%; min-height: 86px; display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; gap: 14px; padding: 0 20px; text-align: start; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.018); color: var(--silver); cursor: pointer; transition: .25s var(--ease); }
.sector-tab:hover, .sector-tab.active { color: var(--white); border-color: rgba(53,208,230,.4); background: rgba(53,208,230,.07); transform: translateX(-4px); }
[dir="ltr"] .sector-tab:hover, [dir="ltr"] .sector-tab.active { transform: translateX(4px); }
.sector-tab b { color: var(--cyan); font: 800 12px/1 Arial, sans-serif; }
.sector-tab strong { font-size: 15px; }
.sector-tab .tab-arrow { color: var(--muted); }
[dir="rtl"] .sector-tab .tab-arrow { transform: rotate(180deg); }
.sector-panel { min-height: 372px; position: relative; overflow: hidden; padding: clamp(30px, 5vw, 52px); border: 1px solid rgba(53,208,230,.24); border-radius: 25px; background: radial-gradient(circle at 85% 15%, rgba(53,208,230,.14), transparent 34%), linear-gradient(145deg, #0b294b, #081c33); }
.sector-panel::after { content: attr(data-code); position: absolute; inset-inline-end: -22px; inset-block-end: -50px; color: rgba(255,255,255,.03); font: 900 190px/1 Arial, sans-serif; letter-spacing: -.08em; }
.sector-panel > * { position: relative; z-index: 1; }
.sector-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 999px; color: var(--cyan-2); border: 1px solid rgba(53,208,230,.25); background: rgba(53,208,230,.06); font-size: 10px; font-weight: 800; }
.sector-panel h3 { max-width: 650px; margin: 24px 0 12px; font-size: clamp(28px, 4vw, 43px); line-height: 1.25; letter-spacing: -.03em; }
.sector-panel > p { color: var(--silver); line-height: 1.85; max-width: 660px; margin: 0; }
.solution-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 28px; }
.solution-list span { display: flex; gap: 9px; align-items: center; min-height: 42px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--silver); font-size: 12px; background: rgba(6,21,41,.34); }
.solution-list span::before { content: "✓"; color: var(--lime); font-size: 10px; }

.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-card { min-height: 335px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.018); transition: transform .3s var(--ease), border-color .3s ease; }
.case-card:hover { transform: translateY(-7px); border-color: rgba(53,208,230,.36); }
.case-card::before { content: ""; position: absolute; inset-inline-end: -55px; inset-block-start: -55px; width: 180px; height: 180px; border: 1px solid rgba(53,208,230,.09); border-radius: 50%; box-shadow: 0 0 0 28px rgba(53,208,230,.025), 0 0 0 56px rgba(53,208,230,.015); }
.case-top, .case-bottom { position: relative; z-index: 1; }
.case-type { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.case-card h3 { margin: 20px 0 12px; font-size: 25px; line-height: 1.4; }
.case-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.case-bottom { padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 7px; }

.approach-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 24px; align-items: stretch; }
.vision-card { min-height: 520px; border-radius: 30px; padding: 38px; border: 1px solid rgba(53,208,230,.24); background:
    radial-gradient(circle at 25% 20%, rgba(53,208,230,.16), transparent 38%),
    linear-gradient(150deg, #0b294b, #081c33); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.vision-card::after { content: "S"; position: absolute; inset-inline-end: -30px; inset-block-end: -95px; font: 900 330px/1 Arial, sans-serif; color: rgba(255,255,255,.025); transform: rotate(-8deg); }
.vision-top { position: relative; z-index: 1; }
.vision-label { display: inline-flex; gap: 8px; align-items: center; color: var(--cyan-2); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.vision-label::before { content: ""; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }
.vision-card blockquote { position: relative; z-index: 1; margin: 34px 0; max-width: 430px; font-size: clamp(28px, 3vw, 40px); line-height: 1.45; font-weight: 800; letter-spacing: -.03em; }
.vision-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 18px; align-items: end; padding-top: 22px; border-top: 1px solid var(--line); }
.vision-footer p { color: var(--muted); line-height: 1.65; margin: 0; max-width: 280px; font-size: 12px; }

/* Official Odoo Partner badge (About section) */
.skytech-odoo-partner {
  margin: 0 0 36px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 520px;
  padding: 14px 18px;
  border: 1px solid rgba(53,208,230,.28);
  border-radius: 14px;
  background: rgba(53,208,230,.06);
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}
.skytech-odoo-partner:hover {
  border-color: rgba(53,208,230,.55);
  background: rgba(53,208,230,.1);
  color: inherit;
}
.skytech-odoo-partner__mark {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  background: #714B67;
  color: #fff;
  font: 800 12px/1 Tajawal, Arial, sans-serif;
  letter-spacing: .02em;
}
.skytech-odoo-partner__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.skytech-odoo-partner__text strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.skytech-odoo-partner__text em {
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}
.skytech-odoo-partner__arrow {
  flex: 0 0 auto;
  color: var(--cyan);
  opacity: .85;
}
html[dir="rtl"] .skytech-odoo-partner__arrow { transform: scaleX(-1); }
.skytech-odoo-partner--contact {
  margin: 22px 0 0;
}.mini-mark { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--cyan); }

.steps { border: 1px solid var(--line); border-radius: 30px; padding: 18px 34px; background: rgba(255,255,255,.018); }
.step { display: grid; grid-template-columns: 56px 1fr 26px; align-items: center; gap: 17px; min-height: 120px; border-bottom: 1px solid var(--line); transition: padding .25s var(--ease); }
.step:last-child { border-bottom: 0; }
.step:hover { padding-inline: 8px; }
.step-number { color: var(--cyan); font: 800 13px/1 Arial, sans-serif; }
.step h3 { margin: 0 0 7px; font-size: 21px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.step-arrow { color: var(--muted); transition: transform .25s ease, color .25s ease; }
[dir="rtl"] .step-arrow { transform: rotate(180deg); }
.step:hover .step-arrow { color: var(--cyan); transform: translateX(4px); }
[dir="rtl"] .step:hover .step-arrow { transform: rotate(180deg) translateX(4px); }

.contact { padding-top: 30px; }
.contact-card { border-radius: 32px; padding: clamp(34px, 6vw, 68px); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border: 1px solid rgba(53,208,230,.3); background:
    linear-gradient(110deg, rgba(53,208,230,.14), rgba(53,208,230,.025) 55%),
    var(--ink-soft); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(53,208,230,.13); border-radius: 50%; inset-inline-end: -120px; inset-block-start: -170px; box-shadow: 0 0 0 45px rgba(53,208,230,.025), 0 0 0 90px rgba(53,208,230,.018); }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { max-width: 760px; }
.contact-copy p { color: var(--silver); margin: 18px 0 0; line-height: 1.8; }
.contact-actions { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }

/* Prototype footer — dark ink, not Odoo light o_cc */
body.skytech-theme footer.o_footer,
body.skytech-theme footer#bottom,
body:has(.skytech-page) footer.o_footer,
body:has(.skytech-page) footer#bottom,
footer.o_footer:has(.skytech-footer),
.skytech-footer {
  padding: 70px 0 30px !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: var(--muted) !important;
  border-top: 1px solid var(--line) !important;
  box-shadow: none !important;
}
body.skytech-theme footer.o_footer.o_colored_level,
body.skytech-theme footer.o_footer.o_cc,
body:has(.skytech-page) footer.o_footer.o_colored_level,
body:has(.skytech-page) footer.o_footer.o_cc,
footer.o_footer:has(.skytech-footer).o_colored_level,
footer.o_footer:has(.skytech-footer).o_cc {
  --o-color-1: transparent;
  --o-cc1-bg: transparent;
  --o-cc1-text: #90a6bb;
  --o-cc1-headings: #f7fbff;
  --o-cc1-btn-primary: #08aae0;
  --o-cc1-btn-secondary: #75d8f5;
  --o-cc1-btn-primary-text: #061529;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--muted) !important;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr 1fr 1fr; gap: 48px; padding-bottom: 38px; }
.footer-about p,
.skytech-footer .footer-about p { color: var(--muted) !important; font-size: 12px; line-height: 1.8; max-width: 320px; margin: 19px 0 0; }
.footer-col h4,
.skytech-footer .footer-col h4 { font-size: 12px; color: var(--white) !important; margin: 0 0 17px; }
.footer-col a,
.footer-col span,
.skytech-footer .footer-col a,
.skytech-footer .footer-col span {
  display: block;
  color: var(--muted) !important;
  font-size: 12px;
  margin: 11px 0;
  transition: color .2s ease;
}
.footer-col a:hover,
.skytech-footer .footer-col a:hover { color: var(--cyan-2) !important; }
.skytech-footer-odoo-partner {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin: 8px 0 14px !important;
  padding: 8px 12px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(53,208,230,.28);
  border-radius: 10px;
  background: rgba(53,208,230,.06);
  color: var(--white) !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.3 !important;
}
.skytech-footer-odoo-partner:hover {
  border-color: rgba(53,208,230,.55);
  background: rgba(53,208,230,.12);
  color: var(--cyan-2) !important;
}
.skytech-footer-odoo-partner__mark {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  background: #714B67;
  color: #fff !important;
  font: 800 11px/1 Tajawal, Arial, sans-serif;
}
.skytech-footer-odoo-partner--inline {
  margin: 0 !important;
}
.footer-bottom,
.skytech-footer .footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  color: var(--muted) !important;
  font-size: 10px;
}

/* Hide Odoo copyright chrome — prototype already has .footer-bottom */
body.skytech-theme .o_footer_copyright,
body:has(.skytech-page) .o_footer_copyright,
footer:has(.skytech-footer) .o_footer_copyright,
body.skytech-theme .o_footer_copyright .o_brand_promotion,
body.skytech-theme #o_footer_scrolltop_wrapper {
  display: none !important;
}

.reveal { opacity: 0; transform: translateY(28px) scale(.98); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes heroDrift { 0% { transform: scale(1.04) translate3d(-1.2%, 0, 0); } 100% { transform: scale(1.11) translate3d(1.5%, -1%, 0); } }
@keyframes heroGlow { 0%,100% { opacity: .45; transform: scale(.92); } 50% { opacity: .9; transform: scale(1.08); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 960px) {
  .nav-links { position: fixed; inset-inline: 20px; inset-block-start: 91px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px; background: rgba(8,28,51,.97); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .25s var(--ease); }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a::after { display: none; }
  .menu-btn { display: grid; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero { padding-top: 62px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 540px); margin-inline: auto; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-item { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid .service-card,
  .services-grid .service-card:nth-child(4),
  .services-grid .service-card:nth-child(5) { grid-column: auto; }
  .service-card { min-height: 0; }
  .service-card__body { padding: 18px 18px 20px; }
  .service-card h3 { font-size: 20px; }
  .sector-layout { grid-template-columns: 1fr; }
  .sector-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .sector-tab { grid-template-columns: 30px 1fr; min-height: 76px; padding: 0 14px; }
  .sector-tab .tab-arrow { display: none; }
  .sector-tab:hover, .sector-tab.active, [dir="ltr"] .sector-tab:hover, [dir="ltr"] .sector-tab.active { transform: translateY(-3px); }
  .cases-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 260px; }
  .approach-grid { grid-template-columns: 1fr; }
  .vision-card { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .skytech-container, .container { width: min(calc(100% - 28px), var(--max)); }
  .top-note { display: none; }
  nav { height: 68px; }
  .brand { min-width: 0; }
  .brand-logo { width: 146px; }
  footer .brand-logo { width: 182px; }
  .nav-links { inset-block-start: 78px; inset-inline: 14px; }
  .hero { min-height: auto; padding: 54px 0 70px; }
  .hero::after { background: linear-gradient(180deg, rgba(6,21,41,.62), rgba(6,21,41,.88)); }
  .hero-bg { inset: -4%; background-position: 37% center; opacity: .48; animation-duration: 24s; }
  h1 { font-size: clamp(40px, 12vw, 55px); }
  .hero-copy > p { font-size: 16px; line-height: 1.85; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-pillars { grid-template-columns: 1fr; gap: 12px; }
  .hero-visual { margin-top: 5px; }
  .core { width: 126px; border-radius: 32px; }
  .core strong { font-size: 31px; }
  .node { min-width: 68px; padding: 9px 10px; font-size: 9px; }
  section { padding: 78px 0; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head p { margin-top: 18px; }
  .sector-tabs { grid-template-columns: 1fr; }
  .sector-tab { min-height: 64px; }
  .solution-list { grid-template-columns: 1fr; }
  .sector-panel { min-height: 440px; padding: 28px 23px; }
  .case-card { padding: 23px; }
  .vision-card { padding: 27px; min-height: 400px; }
  .steps { padding: 8px 20px; }
  .step { grid-template-columns: 40px 1fr 18px; gap: 10px; min-height: 126px; }
  .step h3 { font-size: 18px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-actions { align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
}
  

/* ===== Odoo compatibility overrides (prototype fidelity) ===== */
.skytech-page,
.hero,
.s_skytech_hero {
  color: var(--white) !important;
  font-family: "Tajawal", "IBM Plex Sans Arabic", "DIN Next Arabic", Almarai, "Segoe UI", Tahoma, Arial, sans-serif !important;
}
.hero h1,
.s_skytech_hero h1,
.skytech-page h1,
.skytech-page h2,
.skytech-page h3,
.skytech-page h4 {
  color: var(--white) !important;
  font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif !important;
  font-weight: 500;
}
.hero .hero-copy > p,
.s_skytech_hero .hero-copy > p,
.skytech-page p {
  color: var(--silver) !important;
}
.hero .accent,
.s_skytech_hero .accent {
  color: transparent !important;
  background: linear-gradient(110deg, var(--white) 6%, var(--cyan-2) 52%, #6aaed9) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.skytech-announcement,
.top-note {
  background: rgba(6, 21, 41, 0.95);
}

/* Map Odoo header to prototype nav-wrap — single compact row, above hero */
body.skytech-theme header#top,
body.skytech-theme header.o_header_standard,
body.skytech-theme header.skytech-header,
body:has(.skytech-page) header#top,
body:has(.skytech-page) header.o_header_standard {
  position: sticky !important;
  top: 0 !important;
  inset-block-start: 0 !important;
  z-index: 1030 !important;
  background: rgba(6, 21, 41, 0.94) !important;
  background-image: none !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(187, 210, 231, 0.10);
  box-shadow: none !important;
  /* Prevent broken search/pill chrome from spilling into hero */
  overflow-x: clip;
}
body.skytech-theme header#top.o_header_overlay,
body.skytech-theme header.o_header_affixed,
body:has(.skytech-page) header#top.o_header_overlay {
  position: sticky !important;
}
body.skytech-theme header .navbar,
body:has(.skytech-page) header .navbar {
  background: transparent !important;
  box-shadow: none !important;
  /* Beat website.scss: header nav.navbar { border-radius: 950px !important; border white } */
  border-radius: 0 !important;
  border: 0 none transparent !important;
  border-width: 0 !important;
  outline: none !important;
  min-height: 72px;
  max-height: none;
  /* Keep Odoo flex/collapse behavior; only tighten vertical rhythm */
  align-items: center !important;
  flex-wrap: nowrap !important;
  padding-block: 0.35rem !important;
  padding-inline: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
html body.skytech-theme header#top nav.navbar,
html body.skytech-theme header#top nav.navbar.o_full_border,
html body.skytech-theme header#top nav.navbar.rounded-pill,
html body.skytech-theme header#top nav.navbar.o_colored_level,
html body.skytech-theme header#top .o_header_mobile.navbar,
html body:has(.skytech-page) header#top nav.navbar.o_full_border.rounded-pill {
  border-radius: 0 !important;
  border: 0 none transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
/* Flatten Odoo boxed-header outer container that wraps the pill nav */
html body.skytech-theme header#top > .container.py-3,
html body.skytech-theme header#top > .container {
  max-width: none !important;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
body.skytech-theme header .container,
body.skytech-theme header .container-fluid,
body:has(.skytech-page) header .container,
body:has(.skytech-page) header .container-fluid {
  align-items: center !important;
}
body.skytech-theme .navbar-nav .nav-link,
body:has(.skytech-page) .navbar-nav .nav-link {
  color: var(--silver) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  white-space: nowrap;
}
body.skytech-theme .navbar-nav .nav-link:hover,
body.skytech-theme .navbar-nav .nav-link.active,
body:has(.skytech-page) .navbar-nav .nav-link:hover,
body:has(.skytech-page) .navbar-nav .nav-link.active {
  color: var(--white) !important;
  background: transparent !important;
}
body.skytech-theme .navbar-brand,
body:has(.skytech-page) .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 200px;
}
body.skytech-theme .navbar-brand img,
body:has(.skytech-page) .navbar-brand img,
.skytech-brand-logo,
header .brand-logo {
  width: 170px !important;
  max-height: 44px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Hero must stay under sticky header (no bleed) */
body.skytech-theme .hero,
body.skytech-theme .s_skytech_hero,
body:has(.skytech-page) .hero,
body:has(.skytech-page) .s_skytech_hero {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
}
body.skytech-theme .hero .hero-grid,
body.skytech-theme .s_skytech_hero .hero-grid {
  position: relative;
  z-index: 2;
}
body.skytech-theme #wrapwrap > main,
body:has(.skytech-page) #wrapwrap > main {
  position: relative;
  z-index: 1;
}

/* Hide ALL Odoo search UI (form, modal, toggles, empty capsules) */
body.skytech-theme .o_searchbar_form,
body.skytech-theme .s_searchbar_input,
body.skytech-theme #o_search_modal,
body.skytech-theme .modal#o_search_modal,
body.skytech-theme a[data-bs-target="#o_search_modal"],
body.skytech-theme a[href="#o_search_modal"],
body.skytech-theme .oe_search_box,
body.skytech-theme .oe_search_button,
body.skytech-theme li:has(> .o_searchbar_form),
body.skytech-theme li:has(> a[data-bs-target="#o_search_modal"]),
body.skytech-theme li:has(.s_searchbar_input),
body.skytech-theme .o_header_search_left_col,
body.skytech-theme .o_header_search_right_col,
body.skytech-theme .o_header_sales_four_search_placeholder,
body:has(.skytech-page) .o_searchbar_form,
body:has(.skytech-page) .s_searchbar_input,
body:has(.skytech-page) #o_search_modal,
body:has(.skytech-page) a[data-bs-target="#o_search_modal"],
body:has(.skytech-page) li:has(> .o_searchbar_form),
body:has(.skytech-page) li:has(> a[data-bs-target="#o_search_modal"]),
body:has(.skytech-page) li:has(.s_searchbar_input) {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Backend-switcher bubble (only rendered for logged-in backend users) —
   a fixed white rounded pill at the top corner that reads as a stray blob */
body.skytech-theme .o_frontend_to_backend_nav,
body:has(.skytech-page) .o_frontend_to_backend_nav {
  display: none !important;
}

/* Keep eCommerce cart / shop chrome hidden unless enabled in Website settings */
body.skytech-theme:not(.skytech-shop-enabled) .o_wsale_my_cart,
body.skytech-theme:not(.skytech-shop-enabled) a[href*="/shop/cart"],
body.skytech-theme:not(.skytech-shop-enabled) .o_wsale_my_wish,
body.skytech-theme:not(.skytech-shop-enabled) #top_menu > .nav-item:has(> a[href*="/shop"]),
body.skytech-theme:not(.skytech-shop-enabled) #top_menu_collapse .nav-item:has(> a[href*="/shop"]),
body:has(.skytech-page):not(.skytech-shop-enabled) .o_wsale_my_cart,
body:has(.skytech-page):not(.skytech-shop-enabled) a[href*="/shop/cart"] {
  display: none !important;
}
body.skytech-theme .o_wsale_my_wish,
body:has(.skytech-page) .o_wsale_my_wish {
  display: none !important;
}

/* Hide leftover Odoo menus that are not part of the Skytech + Shop nav */
body.skytech-theme .navbar-nav .nav-item:has(a[href*="/pricing"]),
body.skytech-theme .navbar-nav .nav-item:has(a[href*="appointment"]),
body.skytech-theme .navbar-nav .nav-item:has(a[href*="/appointment"]),
body.skytech-theme .navbar-nav .nav-item:has(a[href*="/our-services"]),
body.skytech-theme .navbar-nav .nav-item:has(a[href*="/helpdesk"]),
body.skytech-theme .navbar-nav .nav-item:has(a[href$="/contactus"]),
body.skytech-theme .navbar-nav .nav-item:has(a[href$="/services"]),
body.skytech-theme .navbar-nav .o_extra_menu_items,
body:has(.skytech-page) .navbar-nav .nav-item:has(a[href*="/pricing"]),
body:has(.skytech-page) .navbar-nav .nav-item:has(a[href*="appointment"]),
body:has(.skytech-page) .navbar-nav .o_extra_menu_items {
  display: none !important;
}
/* Hide English leftover menus that are not in the prototype nav */
body.skytech-theme #top_menu > .nav-item:has(> a[href*="/company"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="/blog"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="success"]),
body.skytech-theme #top_menu > .nav-item.dropdown:not(.o_header_language_selector):not(.js_language_selector),
body:has(.skytech-page) #top_menu > .nav-item.dropdown:not(.o_header_language_selector):not(.js_language_selector) {
  display: none !important;
}
/* Keep Skytech hash menus + Shop (when enabled) visible even if a parent rule matched */
body.skytech-theme #top_menu > .nav-item:has(> a[href="/"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#home"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#services"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#solutions"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#cases"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#approach"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#contact"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#skytech"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="/#"]) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* If both Odoo Home (/) and Skytech Home (#home) exist, keep only the first. */
body.skytech-theme #top_menu > .nav-item:has(> a[href="/"]) ~ .nav-item:has(> a[href*="#home"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#home"]) ~ .nav-item:has(> a[href="/"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href="/"]) ~ .nav-item:has(> a[href="/"]),
body.skytech-theme #top_menu > .nav-item:has(> a[href*="#home"]) ~ .nav-item:has(> a[href*="#home"]),
body.skytech-theme #top_menu_collapse .nav-item:has(> a[href="/"]) ~ .nav-item:has(> a[href*="#home"]),
body.skytech-theme #top_menu_collapse .nav-item:has(> a[href*="#home"]) ~ .nav-item:has(> a[href="/"]),
body.skytech-theme #top_menu_collapse .nav-item:has(> a[href="/"]) ~ .nav-item:has(> a[href="/"]),
body.skytech-theme #top_menu_collapse .nav-item:has(> a[href*="#home"]) ~ .nav-item:has(> a[href*="#home"]) {
  display: none !important;
}
body.skytech-theme.skytech-shop-enabled #top_menu > .nav-item:has(> a[href*="/shop"]),
body.skytech-theme.skytech-shop-enabled #top_menu_collapse .nav-item:has(> a[href*="/shop"]),
body.skytech-theme.skytech-shop-enabled header .navbar-nav .nav-item:has(> a[href*="/shop"]) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
}
body.skytech-theme.skytech-shop-enabled #top_menu > .nav-item:has(> a[href*="/shop"]) > a.nav-link,
body.skytech-theme.skytech-shop-enabled #top_menu_collapse .nav-item:has(> a[href*="/shop"]) > a.nav-link {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: var(--white) !important;
}

body.skytech-theme header #top_menu .nav-link,
body.skytech-theme header .navbar-nav .nav-link {
  font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
body.skytech-theme header #top_menu,
body.skytech-theme header .navbar-nav.top_menu,
body:has(.skytech-page) header #top_menu {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.skytech-theme header #top_menu::-webkit-scrollbar {
  display: none;
}
body.skytech-theme header #o_main_nav,
body:has(.skytech-page) header #o_main_nav {
  flex-wrap: nowrap !important;
  min-height: 64px;
  max-height: 78px;
  align-items: center !important;
}
body.skytech-theme header .navbar,
body:has(.skytech-page) header .navbar {
  min-height: 64px !important;
  max-height: 78px !important;
  overflow: visible !important;
}
/* Dropdown panels open below the capped header row */
body.skytech-theme header .dropdown-menu.show,
body:has(.skytech-page) header .dropdown-menu.show {
  z-index: 1060;
}

/* Slim actions: keep lang; soften login/CTA crowding on small widths */
@media (max-width: 1100px) {
  body.skytech-theme header .o_header_cta,
  body.skytech-theme header a[href="/contactus"].btn,
  body.skytech-theme header .btn-primary.o_navlink,
  body:has(.skytech-page) header .o_header_cta {
    display: none !important;
  }
}

/* Discovery form */
.skytech-discovery-form .skytech-input,
.skytech-discovery-form .form-control,
.skytech-discovery-form .form-select {
  background: rgba(6, 21, 41, 0.65);
  border: 1px solid var(--line);
  color: var(--white);
  border-radius: 12px;
}
.skytech-label { font-size: 0.85rem; color: var(--silver); margin-bottom: 0.35rem; }
.skytech-alert { border-radius: 12px; padding: 0.75rem 1rem; margin-bottom: 1rem; }
.skytech-alert--success { background: rgba(135, 200, 62, 0.15); border: 1px solid rgba(135, 200, 62, 0.35); }
.skytech-alert--error { background: rgba(220, 53, 69, 0.12); border: 1px solid rgba(220, 53, 69, 0.35); }
.skytech-discovery { padding-top: 0; }
.skytech-consent .form-check-label { color: var(--silver); }
.skytech-consent .form-check-input {
  background-color: rgba(6, 21, 41, 0.65);
  border-color: rgba(53, 208, 230, 0.55);
}
.skytech-consent .form-check-input:checked {
  background-color: var(--cyan);
  border-color: var(--cyan);
}

/* Primary CTA used by discovery form + service pages (must beat Odoo .btn) */
body.skytech-theme .skytech-btn,
body:has(.skytech-page) .skytech-btn,
.skytech-discovery-form .skytech-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 13px;
  font-weight: 800;
  font-size: 15px;
  border: 0;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease;
}
body.skytech-theme .skytech-btn--primary,
body:has(.skytech-page) .skytech-btn--primary,
.skytech-discovery-form .skytech-btn--primary,
.skytech-discovery-form button[type="submit"] {
  background: var(--cyan) !important;
  color: var(--ink) !important;
  box-shadow: 0 14px 35px rgba(53, 208, 230, 0.22);
}
body.skytech-theme .skytech-btn--primary:hover,
.skytech-discovery-form .skytech-btn--primary:hover,
.skytech-discovery-form button[type="submit"]:hover {
  background: var(--cyan-2) !important;
  color: var(--ink) !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(53, 208, 230, 0.3);
}

html[dir="rtl"] .hero::after {
  background:
    linear-gradient(270deg, rgba(6,21,41,.12), rgba(6,21,41,.3) 46%, rgba(6,21,41,.9) 100%),
    linear-gradient(180deg, rgba(6,21,41,.22), rgba(6,21,41,.78));
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg, .hero-light { animation: none !important; }
}

/* ===== Anchor scrolling: keep sections clear of the sticky header ===== */
body.skytech-theme section[id],
body.skytech-theme [id^="skytech-"],
body:has(.skytech-page) section[id] {
  scroll-margin-top: var(--skytech-sticky-offset, 100px);
}

/* ===== Header language selector — prototype .lang-btn look =====
   Odoo renders it as .js_language_selector > button.btn.btn-outline-secondary.rounded-circle,
   which the theme palette turns into a lime-green pill. Override to prototype style. */
body.skytech-theme header .js_language_selector .btn,
body:has(.skytech-page) header .js_language_selector .btn,
body.skytech-theme header#top a.btn[href^="/web/login"],
body:has(.skytech-page) header#top a.btn[href^="/web/login"],
body.skytech-theme header#top .btn-outline-secondary,
body:has(.skytech-page) header#top .btn-outline-secondary {
  min-height: 42px;
  padding: 0 14px !important;
  border: 1px solid var(--line) !important;
  background: rgba(255, 255, 255, .03) !important;
  border-radius: 12px !important;
  color: var(--silver) !important;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  box-shadow: none !important;
  transition: .25s ease;
}
body.skytech-theme header .js_language_selector .btn:hover,
body.skytech-theme header .js_language_selector .btn:focus,
body.skytech-theme header#top a.btn[href^="/web/login"]:hover,
body.skytech-theme header#top .btn-outline-secondary:hover,
body.skytech-theme header#top .btn-outline-secondary:focus,
body.skytech-theme header#top .btn-outline-secondary.show {
  border-color: rgba(53, 208, 230, .55) !important;
  color: var(--white) !important;
  background: rgba(255, 255, 255, .05) !important;
}
/* Logged-in user dropdown icon inherits the pill text color instead of theme green */
body.skytech-theme header#top .btn-outline-secondary .fa,
body.skytech-theme header#top .btn-outline-secondary img.rounded-circle {
  color: inherit !important;
}
/* All header dropdown panels (language, user menu, ...) — dark prototype style.
   Bootstrap variables are set too because the theme bundle loads after this
   file and would otherwise win with its default dark-on-dark link color. */
body.skytech-theme header .dropdown-menu,
body:has(.skytech-page) header .dropdown-menu {
  --bs-dropdown-bg: var(--ink-soft);
  --bs-dropdown-color: #c5d3df;
  --bs-dropdown-link-color: #c5d3df;
  --bs-dropdown-link-hover-color: #f7fbff;
  --bs-dropdown-link-hover-bg: rgba(53, 208, 230, .12);
  --bs-dropdown-link-active-color: #75d8f5;
  --bs-dropdown-link-active-bg: rgba(53, 208, 230, .16);
  --bs-dropdown-divider-bg: rgba(187, 210, 231, .17);
  background: var(--ink-soft) !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
body.skytech-theme header .dropdown-menu .dropdown-item,
body:has(.skytech-page) header .dropdown-menu .dropdown-item {
  color: var(--silver) !important;
  font-weight: 700;
}
body.skytech-theme header .dropdown-menu .dropdown-item:hover,
body.skytech-theme header .dropdown-menu .dropdown-item:focus,
body:has(.skytech-page) header .dropdown-menu .dropdown-item:hover,
body:has(.skytech-page) header .dropdown-menu .dropdown-item:focus {
  background: rgba(53, 208, 230, .12) !important;
  color: var(--white) !important;
}
body.skytech-theme header .dropdown-menu .dropdown-item.active,
body:has(.skytech-page) header .dropdown-menu .dropdown-item.active {
  background: rgba(53, 208, 230, .16) !important;
  color: var(--cyan-2) !important;
}
body.skytech-theme header .dropdown-menu .dropdown-item .fa,
body:has(.skytech-page) header .dropdown-menu .dropdown-item .fa {
  color: var(--cyan) !important;
}
body.skytech-theme header .js_language_selector .o_lang_flag,
body.skytech-theme header .js_language_selector img { display: none !important; }

/* ===== Header CTA — the Odoo "Call to Action" oe_structure wraps the button in a
   padded s_text_block section that spills below the header (the white/cyan blob).
   Flatten it and style the button like the prototype primary CTA. ===== */
body.skytech-theme header#top .oe_structure,
body.skytech-theme header#top .oe_structure section,
body:has(.skytech-page) header#top .oe_structure,
body:has(.skytech-page) header#top .oe_structure section {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  min-height: 0 !important;
}
body.skytech-theme header#top .oe_structure .container,
body:has(.skytech-page) header#top .oe_structure .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}
body.skytech-theme header#top .btn_cta,
body:has(.skytech-page) header#top .btn_cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px !important;
  border-radius: 12px !important;
  border: 0 !important;
  background: var(--cyan) !important;
  color: var(--ink) !important;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 14px 35px rgba(53, 208, 230, .18) !important;
  transition: transform .25s var(--ease), background .25s ease;
}
body.skytech-theme header#top .btn_cta:hover {
  transform: translateY(-2px);
  background: var(--cyan-2) !important;
}

/* ===== FINAL overrides (must stay last — beat website menu-border-radius: 950px) ===== */
html body.skytech-theme header nav.navbar,
html body.skytech-theme header nav.navbar.o_full_border,
html body.skytech-theme header nav.navbar.rounded-pill,
html body:has(.skytech-page) header nav.navbar,
html body:has(.skytech-page) header nav.navbar.o_full_border {
  border-radius: 0 !important;
  border: 0 none transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

/* ===== Mobile: professional top menu strip + hamburger drawer ===== */
@media (max-width: 991.98px) {
  /* Let the sticky header grow to include the menu strip */
  body.skytech-theme header#top,
  body.skytech-theme header.o_header_standard,
  body:has(.skytech-page) header#top {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    background: #061529 !important;
    backdrop-filter: none;
  }
  body.skytech-theme header#top #o_main_nav,
  body.skytech-theme header#top .navbar,
  body:has(.skytech-page) header#top #o_main_nav,
  body:has(.skytech-page) header#top .navbar {
    max-height: 78px !important;
  }

  body.skytech-theme .skytech-mobile-nav {
    display: block;
    position: relative;
    top: auto;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /* Fully opaque so hero text never shows through gaps while scrolling */
    background: #061529;
    border-top: 1px solid rgba(187, 210, 231, 0.12);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 24px rgba(0, 7, 18, 0.35);
    overflow: hidden;
  }
  body.skytech-theme .skytech-mobile-nav__scroller {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 8px 10px 10px;
    background: #061529;
  }
  body.skytech-theme .skytech-mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    min-width: 0;
    width: 100%;
    padding: 6px 8px;
    border-radius: 10px;
    border: 1px solid rgba(187, 210, 231, 0.22);
    background: rgba(255, 255, 255, 0.04);
    color: var(--silver) !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-decoration: none !important;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
  }
  body.skytech-theme .skytech-mobile-nav__link:hover,
  body.skytech-theme .skytech-mobile-nav__link.is-active {
    color: var(--ink) !important;
    background: var(--cyan);
    border-color: var(--cyan);
  }

  /* Keep page content below the combined sticky header + menu */
  body.skytech-theme #wrapwrap > main,
  body:has(.skytech-page) #wrapwrap > main {
    position: relative;
    z-index: 0;
  }
  body.skytech-theme .hero,
  body.skytech-theme .s_skytech_hero,
  body:has(.skytech-page) .hero,
  body:has(.skytech-page) .s_skytech_hero {
    z-index: 0;
  }
  body.skytech-theme section[id],
  body:has(.skytech-page) section[id] {
    scroll-margin-top: var(--skytech-sticky-offset, 160px);
  }
}

/* Extra-narrow phones: 2 columns so labels stay readable */
@media (max-width: 380px) {
  body.skytech-theme .skytech-mobile-nav__scroller {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  body.skytech-theme .skytech-mobile-nav__link {
    font-size: 12px;
    min-height: 40px;
  }
}

@media (max-width: 991.98px) {
  /* Professional full-width collapse / offcanvas menu */
  body.skytech-theme header#top #top_menu_collapse,
  body.skytech-theme header#top .o_header_collapse,
  body.skytech-theme header#top .offcanvas {
    background: rgba(6, 21, 41, 0.98) !important;
    border-color: var(--line) !important;
  }
  body.skytech-theme header#top #top_menu_collapse.show,
  body.skytech-theme header#top #top_menu_collapse.collapsing {
    padding: 12px 8px 20px;
  }
  body.skytech-theme header#top #top_menu_collapse .navbar-nav {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px;
    width: 100%;
  }
  body.skytech-theme header#top #top_menu_collapse .nav-item {
    width: 100%;
    margin: 0 !important;
  }
  body.skytech-theme header#top #top_menu_collapse .nav-link {
    display: flex !important;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px !important;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--white) !important;
  }
  body.skytech-theme header#top #top_menu_collapse .nav-link:hover,
  body.skytech-theme header#top #top_menu_collapse .nav-link.active {
    background: rgba(53, 208, 230, 0.12) !important;
    border-color: rgba(53, 208, 230, 0.28);
    color: var(--cyan-2) !important;
  }
  body.skytech-theme header#top .navbar-toggler {
    border: 1px solid var(--line) !important;
    border-radius: 12px !important;
    padding: 8px 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }
  body.skytech-theme header#top .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(53, 208, 230, 0.25) !important;
  }
  body.skytech-theme header#top .navbar-toggler-icon {
    filter: invert(1) brightness(1.4);
  }
}

@media (min-width: 992px) {
  body.skytech-theme .skytech-mobile-nav {
    display: none !important;
  }
}

/* ===== Scroll to top ===== */
body.skytech-theme .skytech-scroll-top {
  position: fixed;
  inset-inline-end: 18px;
  inset-block-end: 22px;
  z-index: 1080;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(53, 208, 230, 0.45);
  border-radius: 14px;
  background: rgba(8, 170, 224, 0.95);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(0, 7, 18, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background .2s ease;
}
body.skytech-theme .skytech-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
body.skytech-theme .skytech-scroll-top:hover {
  background: var(--cyan-2);
}
body.skytech-theme .skytech-scroll-top svg {
  width: 20px;
  height: 20px;
}
@media (prefers-reduced-motion: reduce) {
  body.skytech-theme .skytech-scroll-top {
    transition: none;
  }
}


/* ===== Skytech Shop — premium B2B catalog (light surface under dark brand header) ===== */
body.skytech-theme .skytech-shop-wrap,
body.skytech-theme .o_wsale_products_page {
  background: #eef3f8 !important;
  color: #1a2b3c;
}

/* Hero sits inside #wrap.o_wsale_products_page / .skytech-shop-wrap — beat the
   light-catalog h1/p color rules (same !important, higher specificity). */
body.skytech-theme .skytech-shop-hero,
body.skytech-theme .o_wsale_products_page .skytech-shop-hero,
body.skytech-theme .skytech-shop-wrap .skytech-shop-hero {
  padding: 28px 0 22px;
  background: #061529 !important;
  border-bottom: 1px solid rgba(187, 210, 231, 0.14);
  color: #f7fbff !important;
}
body.skytech-theme .skytech-shop-breadcrumb,
body.skytech-theme .o_wsale_products_page .skytech-shop-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #90a6bb !important;
}
body.skytech-theme .skytech-shop-breadcrumb a,
body.skytech-theme .o_wsale_products_page .skytech-shop-breadcrumb a {
  color: #75d8f5 !important;
  text-decoration: none !important;
}
body.skytech-theme .skytech-shop-breadcrumb strong,
body.skytech-theme .o_wsale_products_page .skytech-shop-breadcrumb strong {
  color: #f7fbff !important;
  font-weight: 600;
}
body.skytech-theme .skytech-shop-hero__title,
body.skytech-theme .skytech-shop-hero h1,
body.skytech-theme .o_wsale_products_page .skytech-shop-hero__title,
body.skytech-theme .o_wsale_products_page .skytech-shop-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.3;
  color: #fff !important;
  font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
}
body.skytech-theme .skytech-shop-hero__sub,
body.skytech-theme .skytech-shop-hero p,
body.skytech-theme .o_wsale_products_page .skytech-shop-hero__sub,
body.skytech-theme .o_wsale_products_page .skytech-shop-hero p {
  margin: 0;
  max-width: 560px;
  color: #f7fbff !important;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

body.skytech-theme .oe_website_sale.skytech-shop-page,
body.skytech-theme .oe_website_sale {
  padding-top: 24px !important;
  padding-bottom: 48px !important;
  color: #243746;
  font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
}

/* Force readable text inside light shop surface (override global white theme).
   Exclude shop-hero title/sub — they live inside #wrap.o_wsale_products_page but need light text. */
body.skytech-theme .o_wsale_products_page,
body.skytech-theme .o_wsale_products_page p:not(.skytech-shop-hero__sub),
body.skytech-theme .o_wsale_products_page label,
body.skytech-theme .o_wsale_products_page .form-check-label,
body.skytech-theme .o_wsale_products_page .text-muted {
  color: #4a6070 !important;
}
body.skytech-theme .o_wsale_products_page h1:not(.skytech-shop-hero__title),
body.skytech-theme .o_wsale_products_page h2,
body.skytech-theme .o_wsale_products_page h3,
body.skytech-theme .o_wsale_products_page h4,
body.skytech-theme .o_wsale_products_page h5,
body.skytech-theme .o_wsale_products_page h6,
body.skytech-theme .o_wsale_products_page b,
body.skytech-theme .o_wsale_products_page .o_products_attributes_title {
  color: #0a1f39 !important;
  font-weight: 700;
}

/* Toolbar */
body.skytech-theme .oe_website_sale .products_header {
  gap: 10px !important;
  margin-bottom: 20px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  border: 1px solid #d7e2ec !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(15, 40, 70, 0.05);
}
body.skytech-theme .oe_website_sale .products_header .form-control,
body.skytech-theme .oe_website_sale .products_header .form-select,
body.skytech-theme .oe_website_sale .o_sortby_dropdown .dropdown-toggle,
body.skytech-theme .oe_website_sale .btn-light,
body.skytech-theme .oe_website_sale .btn-secondary,
body.skytech-theme .oe_website_sale .btn-outline-secondary {
  background: #f7fafc !important;
  border: 1px solid #d0dbe6 !important;
  color: #0a1f39 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-weight: 600;
}
body.skytech-theme .oe_website_sale .dropdown-menu {
  background: #fff !important;
  border: 1px solid #d7e2ec !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 40px rgba(15, 40, 70, 0.12) !important;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-link-color: #243746;
  --bs-dropdown-link-hover-bg: #eef6fb;
  --bs-dropdown-link-hover-color: #061529;
  --bs-dropdown-link-active-bg: #e6f6fc;
  --bs-dropdown-link-active-color: #08aae0;
}
body.skytech-theme .oe_website_sale .dropdown-item {
  color: #243746 !important;
}
body.skytech-theme .oe_website_sale .dropdown-item:hover,
body.skytech-theme .oe_website_sale .dropdown-item.active {
  background: #eef6fb !important;
  color: #061529 !important;
}

/* Category pills */
body.skytech-theme .oe_website_sale .nav-pills {
  gap: 8px;
  flex-wrap: wrap;
}
body.skytech-theme .oe_website_sale .nav-pills .nav-link {
  border: 1px solid #d0dbe6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #3a5163 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 8px 14px !important;
}
body.skytech-theme .oe_website_sale .nav-pills .nav-link.active,
body.skytech-theme .oe_website_sale .nav-pills .show > .nav-link {
  background: #061529 !important;
  border-color: #061529 !important;
  color: #fff !important;
}

/* Filters sidebar as white panel */
body.skytech-theme #products_grid_before {
  padding-inline: 8px !important;
}
body.skytech-theme #products_grid_before {
  z-index: 2;
  pointer-events: auto !important;
}
body.skytech-theme #products_grid_before .o_wsale_products_grid_before_rail {
  background: #fff;
  border: 1px solid #d7e2ec;
  border-radius: 16px;
  padding: 18px 16px 24px !important;
  box-shadow: 0 10px 28px rgba(15, 40, 70, 0.05);
  max-height: calc(100vh - 140px);
  height: auto !important;
  pointer-events: auto !important;
}
body.skytech-theme #products_grid_before .form-check-input,
body.skytech-theme #products_grid_before .form-check-label,
body.skytech-theme #products_grid_before .form-select,
body.skytech-theme #products_grid_before a {
  pointer-events: auto !important;
  cursor: pointer;
}
body.skytech-theme form.js_attributes {
  pointer-events: auto !important;
}
body.skytech-theme #products_grid_before .accordion-item,
body.skytech-theme .products_attributes_filters .accordion-item,
body.skytech-theme #products_grid_before .nav-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6eef5 !important;
}
body.skytech-theme #products_grid_before .accordion-button,
body.skytech-theme .products_attributes_filters .accordion-button,
body.skytech-theme #products_grid_before h6,
body.skytech-theme #products_grid_before .o_products_attributes_title {
  background: transparent !important;
  color: #0a1f39 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.skytech-theme #products_grid_before .form-check-label,
body.skytech-theme .products_attributes_filters .form-check-label,
body.skytech-theme #products_grid_before .nav-link {
  color: #3a5163 !important;
  font-size: 13px !important;
  font-weight: 500;
}
body.skytech-theme #products_grid_before .form-check-input {
  border-color: #b7c7d6;
  background-color: #fff;
}
body.skytech-theme #products_grid_before .form-check-input:checked {
  background-color: #08aae0;
  border-color: #08aae0;
}
body.skytech-theme #products_grid_before .form-select {
  background-color: #f7fafc !important;
  border-color: #d0dbe6 !important;
  color: #0a1f39 !important;
  border-radius: 10px !important;
}

/* Product cards — clean white retail tiles */
body.skytech-theme #products_grid .o_wsale_products_main_row,
body.skytech-theme #products_grid {
  --skytech-shop-gap: 18px;
}
body.skytech-theme #products_grid table,
body.skytech-theme #products_grid .o_wsale_products_grid_table {
  border-collapse: separate !important;
  border-spacing: 14px !important;
}
body.skytech-theme #products_grid .oe_product {
  padding: 0 !important;
  vertical-align: stretch;
}
body.skytech-theme #products_grid .oe_product_cart,
body.skytech-theme #products_grid .o_wsale_product_grid_wrapper {
  background: #fff !important;
  border: 1px solid #d7e2ec !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 40, 70, 0.05) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.skytech-theme #products_grid .oe_product_cart:hover,
body.skytech-theme #products_grid .o_wsale_product_grid_wrapper:hover {
  transform: translateY(-3px);
  border-color: #9ec9df !important;
  box-shadow: 0 18px 40px rgba(15, 40, 70, 0.1) !important;
}
body.skytech-theme #products_grid .oe_product_image {
  background: #f5f8fb !important;
  border-bottom: 1px solid #e6eef5 !important;
  min-height: 200px;
}
body.skytech-theme #products_grid .oe_product_image img {
  padding: 12px;
  object-fit: contain !important;
}
body.skytech-theme #products_grid .o_wsale_product_information {
  background: #fff !important;
  padding: 14px 16px 16px !important;
  gap: 6px;
}
body.skytech-theme #products_grid .o_wsale_products_item_title,
body.skytech-theme #products_grid .o_wsale_products_item_title a,
body.skytech-theme #products_grid h6.o_wsale_products_item_title,
body.skytech-theme #products_grid a[itemprop="name"] {
  color: #0a1f39 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  margin-bottom: 6px !important;
}
body.skytech-theme #products_grid .o_wsale_products_item_title a:hover,
body.skytech-theme #products_grid a[itemprop="name"]:hover {
  color: #08aae0 !important;
}
body.skytech-theme #products_grid .product_price,
body.skytech-theme #products_grid .oe_price,
body.skytech-theme #products_grid .oe_currency_value,
body.skytech-theme #products_grid [itemprop="price"] {
  color: #067a9e !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
body.skytech-theme #products_grid del,
body.skytech-theme #products_grid del .oe_currency_value {
  color: #8aa0b2 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}
body.skytech-theme #products_grid .btn-primary,
body.skytech-theme .oe_website_sale .btn-primary {
  background: #08aae0 !important;
  border-color: #08aae0 !important;
  color: #061529 !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
}
body.skytech-theme #products_grid .btn-primary:hover {
  background: #067a9e !important;
  border-color: #067a9e !important;
  color: #fff !important;
}

/* Breadcrumb — light text on dark shop bands; dark text only inside light grid */
body.skytech-theme .oe_website_sale .breadcrumb {
  --bs-breadcrumb-divider-color: #90a6bb;
  background: transparent;
  margin-bottom: 12px;
}
body.skytech-theme .oe_website_sale .breadcrumb-item,
body.skytech-theme .oe_website_sale .breadcrumb-item a,
body.skytech-theme .oe_website_sale .breadcrumb-item span,
body.skytech-theme .oe_website_sale .breadcrumb-item.active,
body.skytech-theme .oe_website_sale .breadcrumb-item.active a {
  color: #d5e3ef !important;
  font-size: 13px;
  font-weight: 500;
}
body.skytech-theme .oe_website_sale .breadcrumb-item a {
  color: #75d8f5 !important;
  text-decoration: none !important;
}
body.skytech-theme .oe_website_sale .breadcrumb-item a:hover {
  color: #f7fbff !important;
}
body.skytech-theme .oe_website_sale .breadcrumb-item.active,
body.skytech-theme .oe_website_sale .breadcrumb-item.active a,
body.skytech-theme .oe_website_sale .breadcrumb-item.active span {
  color: #f7fbff !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
/* Inside light catalog grid, use dark readable text */
body.skytech-theme #products_grid .breadcrumb-item,
body.skytech-theme #products_grid .breadcrumb-item span {
  color: #4a6070 !important;
}
body.skytech-theme #products_grid .breadcrumb-item a {
  color: #067a9e !important;
}
body.skytech-theme #products_grid .breadcrumb-item.active,
body.skytech-theme #products_grid .breadcrumb-item.active span {
  color: #0a1f39 !important;
}

/* Product detail on light surface */
body.skytech-theme .oe_website_sale #product_detail {
  color: #243746;
}
body.skytech-theme .oe_website_sale #product_details {
  background: #fff;
  border: 1px solid #d7e2ec;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 40, 70, 0.05);
}
body.skytech-theme .oe_website_sale .o_wsale_product_images {
  background: #fff;
  border: 1px solid #d7e2ec;
  border-radius: 16px;
  overflow: hidden;
}

/* Cart */
body.skytech-theme .oe_website_sale .card,
body.skytech-theme .oe_website_sale .o_cart_product {
  background: #fff !important;
  border: 1px solid #d7e2ec !important;
  border-radius: 14px !important;
  color: #243746 !important;
}
body.skytech-theme .oe_website_sale .table {
  --bs-table-bg: #fff;
  --bs-table-color: #243746;
  --bs-table-border-color: #e6eef5;
  color: #243746 !important;
}

/* Offcanvas filters (mobile) */
body.skytech-theme .o_wsale_offcanvas,
body.skytech-theme #o_wsale_offcanvas {
  background: #fff !important;
  color: #243746 !important;
}
body.skytech-theme .o_wsale_offcanvas .offcanvas-title,
body.skytech-theme #o_wsale_offcanvas .offcanvas-title {
  color: #0a1f39 !important;
}

@media (max-width: 991.98px) {
  body.skytech-theme .skytech-shop-hero {
    padding: 22px 0 16px;
  }
  body.skytech-theme #products_grid .oe_product_image {
    min-height: 170px;
  }
}
