:root {
  --pe-brand: #1a4a7e;
  --pe-brand-dark: #0f3259;
  --pe-heading: #1a4a7e;
  --pe-accent: #f26522;
  --pe-accent-hover: #d95518;
  --pe-util-bg: #ececec;
  --pe-border: #dee2e6;
  --pe-muted: #5c6c7d;
  --mobile-dock-h: 72px;
  --wa-green: #25d366;
  /* Fluid horizontal padding for full-width rows (matches wide storefronts like ZeejPrint) */
  --pe-page-gutter-x: clamp(0.75rem, 3.2vw, 3.5rem);
  --pe-search-border: #7eb3d9;
  --pe-search-border-focus: #1a4a7e;
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
}

/* Full-width layout: remove Bootstrap container-xl max-width cap site-wide */
.site-body .container-xl {
  max-width: 100% !important;
  width: 100%;
  padding-left: var(--pe-page-gutter-x);
  padding-right: var(--pe-page-gutter-x);
}

/* Hero banner: true viewport edge-to-edge background */
.zeej-hero-carousel.pe-hero-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.zeej-hero-carousel .carousel-inner,
.zeej-hero-carousel .carousel-item,
.zeej-hero-carousel .hero-slide {
  width: 100%;
}

.zeej-hero-carousel .carousel-control-prev,
.zeej-hero-carousel .carousel-control-next {
  width: min(8vw, 4rem);
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body.site-body {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  overflow-x: clip;
}

.site-body a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  body.site-body {
    padding-bottom: var(--mobile-dock-h);
  }
}

.main-content {
  flex: 1 0 auto;
}

.text-brand {
  color: var(--pe-brand) !important;
}

.bg-brand {
  background-color: var(--pe-brand) !important;
}

.text-accent,
.text-orange {
  color: var(--pe-accent) !important;
}

.bg-accent {
  background-color: var(--pe-accent) !important;
}

.btn-brand {
  background-color: var(--pe-brand);
  border-color: var(--pe-brand);
  color: #fff;
}

.btn-brand:hover {
  background-color: var(--pe-brand-dark);
  border-color: var(--pe-brand-dark);
  color: #fff;
}

.btn-login {
  background-color: var(--pe-brand);
  border-color: var(--pe-brand);
  color: #fff !important;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

.btn-login:hover {
  background-color: var(--pe-brand-dark);
  border-color: var(--pe-brand-dark);
  color: #fff !important;
}

.btn-login-sm {
  font-size: 0.8rem;
  padding: 0.4rem 0.75rem !important;
  border-radius: 999px;
}

.util-bar {
  background: var(--pe-util-bg);
  color: #333;
}

.util-links a {
  color: #333;
  text-decoration: none;
}

.util-links a:hover {
  color: var(--pe-brand);
  text-decoration: none;
}

.util-lang {
  color: var(--pe-brand);
  text-decoration: none;
}

.util-lang:hover {
  text-decoration: none;
}

.logo-zeej-text {
  display: block;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--pe-brand);
  text-transform: lowercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.logo-zeej--footer .logo-zeej-text {
  color: #fff;
}

.logo-zeej-swoosh {
  display: block;
  height: 5px;
  width: min(140px, 85%);
  margin: 4px auto 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, var(--pe-accent) 15%, var(--pe-accent) 85%, transparent 100%);
}

.logo-zeej--footer .logo-zeej-swoosh {
  margin-left: 0;
  background: linear-gradient(90deg, var(--pe-accent) 0%, #ffb347 100%);
}

.header-main {
  z-index: 1020;
}

.header-main.sticky-top {
  top: 0;
}

.input-group-search .input-group-text {
  background: #fff;
  border-color: var(--pe-border);
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.input-group-search .form-control {
  border-left: 0;
  border-color: var(--pe-border);
  border-radius: 0 8px 8px 0;
  box-shadow: none;
}

.input-group-search .form-control:focus {
  border-color: var(--pe-brand);
  box-shadow: none;
}

.header-search {
  max-width: none;
  min-width: 0;
  flex: 1 1 12rem;
}

@media (min-width: 992px) {
  .header-search {
    flex: 1 1 20rem;
  }
}

.header-action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
}

.header-action:hover {
  background: #f4f6f8;
  color: var(--pe-brand);
}

.header-action i {
  font-size: 1.15rem;
  color: var(--pe-brand);
}

.header-action-text {
  line-height: 1.15;
}

.btn-icon-header {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.category-strip {
  background: #fff;
}

.category-strip-scroll {
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-strip-scroll::-webkit-scrollbar {
  display: none;
}

.category-strip-link {
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
}

.category-strip-link:hover {
  color: var(--pe-brand);
  text-decoration: none;
}

.pe-section-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--pe-heading);
}

@media (min-width: 992px) {
  .pe-section-title {
    font-size: 1.5rem;
  }
}

.pe-slider-nav .btn {
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-color: var(--pe-border);
  color: var(--pe-brand);
}

.pe-slider-nav .btn:hover {
  background: var(--pe-brand);
  border-color: var(--pe-brand);
  color: #fff;
}

.pe-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.25rem 0 0.75rem;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.pe-scroll.pe-scroll--no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pe-scroll.pe-scroll--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.pe-scroll>* {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.pe-scroll-card-cat {
  width: 260px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 50, 89, 0.1);
}

@media (min-width: 576px) {
  .pe-scroll-card-cat {
    width: 280px;
  }
}

.pe-scroll-card-cat .category-tile-visual {
  min-height: 200px;
}

.pe-scroll-card-cat-photo {
  box-shadow: 0 4px 18px rgba(15, 50, 89, 0.08);
}

.zeej-cat-photo-card {
  display: block;
  color: inherit;
}

.zeej-cat-photo-card:hover {
  color: inherit;
}

.zeej-cat-photo-card__img {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #e8ecf1;
}

.zeej-cat-photo-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zeej-cat-photo-card__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 2.5rem;
}

.zeej-cat-photo-card__caption {
  margin-top: 0.65rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--pe-heading);
  line-height: 1.25;
}

.pe-scroll-card-product {
  width: 160px;
}

@media (min-width: 576px) {
  .pe-scroll-card-product {
    width: 180px;
  }
}

.pe-scroll-card-product-feat {
  width: 148px;
}

@media (min-width: 576px) {
  .pe-scroll-card-product-feat {
    width: 172px;
  }
}

.zeej-feat-thumb {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #e8ecf1;
  box-shadow: 0 4px 14px rgba(15, 50, 89, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zeej-feat-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(15, 50, 89, 0.12);
}

.zeej-feat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zeej-feat-thumb__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 140px;
  color: #adb5bd;
  font-size: 2rem;
}

/* Zeej-style split hero: image + white curve + blue / white / dark bands */
.hero-zeej-split {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 320px;
  background: #fff;
}

.hero-zeej-split__media {
  position: relative;
  flex: 0 0 38%;
  max-width: 560px;
  min-height: 260px;
  overflow: hidden;
}

.hero-zeej-split__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(15, 35, 60, 0.55) 0%, rgba(15, 35, 60, 0.2) 70%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-zeej-split__media-bg {
  position: absolute;
  inset: 0;
  background-color: #1a3652;
  background-size: cover;
  background-position: center;
}

.hero-zeej-split__media--trust .hero-zeej-split__media-bg {
  background-image: url("https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?w=1200&q=75");
}

.hero-zeej-split__media--ksa .hero-zeej-split__media-bg {
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1200&q=60");
}

.hero-zeej-split__media--pack .hero-zeej-split__media-bg {
  background-image: url("https://images.unsplash.com/photo-1607082348824-0a96f2a4b9da?w=1200&q=75");
}

.hero-zeej-split__stars {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  gap: 0.2rem;
  font-size: clamp(1.1rem, 3vw, 1.65rem);
  line-height: 1;
  color: #e8c547;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.hero-zeej-split__curve {
  position: absolute;
  top: -8%;
  right: -72px;
  width: 150px;
  height: 116%;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  box-shadow: 12px 0 32px rgba(15, 50, 89, 0.08);
  pointer-events: none;
}

.hero-zeej-split__panel {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 280px;
}

.hero-zeej-split__band {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-zeej-split__band--blue {
  flex: 3 1 0;
  min-height: 0;
  background: #2f6fad;
  padding: clamp(1.25rem, 3.5vw, 2.75rem) clamp(1rem, 4vw, 3rem);
}

.hero-zeej-split__band--white {
  flex: 1.2 1 0;
  background: #fff;
  padding: clamp(0.9rem, 2.2vw, 1.5rem) clamp(1rem, 4vw, 3rem);
}

.hero-zeej-split__band--dark {
  flex: 1 1 0;
  min-height: 2.75rem;
  background: #1a1d21;
}

.hero-zeej-split__band--values {
  padding: 0.65rem 0;
}

.hero-zeej-split__headline {
  font-size: clamp(1.05rem, 2.4vw, 1.95rem);
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
  text-align: start;
  margin: 0;
}

.hero-zeej-split__headline--h2 {
  font-size: clamp(1.15rem, 2.6vw, 2.05rem);
}

.hero-zeej-split__brand-line {
  font-size: clamp(0.95rem, 1.9vw, 1.3rem);
  color: #0d4a7a;
  font-weight: 600;
}

.hero-zeej-split__sub {
  color: #0d4a7a;
}

.hero-zeej-split__brand {
  color: #083354;
}

.hero-zeej-split__tagline {
  font-size: clamp(0.85rem, 1.5vw, 1.1rem);
  color: #4a7eb5;
  font-weight: 600;
  line-height: 1.4;
}

.hero-zeej-split__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 clamp(0.75rem, 3vw, 2rem);
}

.hero-zeej-split__values span {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .hero-zeej-split {
    min-height: 380px;
  }

  .hero-zeej-split__media {
    min-height: 320px;
  }

  .hero-zeej-split__values {
    font-size: 0.78rem;
    gap: 0.5rem 1.1rem;
  }
}

@media (min-width: 992px) {
  .hero-zeej-split {
    min-height: 420px;
  }

  .hero-zeej-split__media {
    flex: 0 0 36%;
    min-height: 380px;
  }
}

@media (max-width: 767.98px) {
  .hero-zeej-split {
    flex-direction: column;
  }

  .hero-zeej-split__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

  .hero-zeej-split__curve {
    display: none;
  }

  .hero-zeej-split__panel {
    min-height: 0;
  }

  .hero-zeej-split__stars {
    top: 50%;
  }
}

html[dir="rtl"] .hero-zeej-split {
  flex-direction: row-reverse;
}

html[dir="rtl"] .hero-zeej-split__curve {
  right: auto;
  left: -72px;
  box-shadow: -12px 0 32px rgba(15, 50, 89, 0.08);
}

@media (max-width: 767.98px) {
  html[dir="rtl"] .hero-zeej-split {
    flex-direction: column;
  }
}

.zeej-hero-carousel.carousel .carousel-item {
  min-height: 0;
}

.hero-slide {
  position: relative;
  color: #fff;
  padding: 2.5rem 0 3.5rem;
}

@media (min-width: 992px) {
  .hero-slide {
    padding: 3.5rem 0 4rem;
  }
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide-bg--earth {
  background: radial-gradient(ellipse 120% 100% at 50% 100%, #0a1628 0%, #0d2138 40%, #1a3a5c 100%);
}

.hero-slide-bg--earth::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1600&q=60") center/cover no-repeat;
  opacity: 0.35;
}

.hero-slide-bg--blue {
  background: linear-gradient(120deg, #0b2a4a 0%, #1a4a7e 50%, #0d2138 100%);
}

.hero-slide-bg--blue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1551434678-e076c223a692?w=1200&q=60") center/cover no-repeat;
  opacity: 0.2;
}

.hero-slide-bg--print {
  background: linear-gradient(135deg, #1a4a7e 0%, #2c5282 100%);
}

.hero-slide .container-xl {
  position: relative;
  z-index: 1;
}

.hero-value-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .hero-value-row {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }

  .hero-value-row span {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 0.5rem;
  }

  .hero-value-row span:last-child {
    border-right: 0;
  }
}

.zeej-hero-carousel .carousel-indicators {
  margin-bottom: 0.75rem;
}

.zeej-hero-carousel .carousel-indicators [data-bs-target] {
  width: 40px;
  height: 7px;
  border-radius: 6px;
  border: 0;
  background-color: #d1d5db;
  opacity: 1;
  margin: 0 5px;
}

.zeej-hero-carousel .carousel-indicators .active {
  background-color: #4b5563;
  width: 48px;
}

.hero {
  position: relative;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, var(--pe-brand-dark) 0%, var(--pe-brand) 45%, #2a5f9e 100%);
  z-index: 0;
}

.hero .container-xl {
  z-index: 1;
}

.py-lg-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.letter-space {
  letter-spacing: 0.12em;
}

.category-tile {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: inherit;
}

.category-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.75rem 2rem rgba(11, 31, 58, 0.12) !important;
  color: inherit;
}

.category-tile-icon {
  font-size: 2rem;
  opacity: 0.9;
}

.product-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.25rem rgba(11, 31, 58, 0.1) !important;
}

.product-card-thumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-card-thumb .product-card-img {
  object-fit: cover;
}

.product-card--dark .product-card-thumb {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.section-premium {
  background: linear-gradient(160deg, #0a1628 0%, var(--pe-brand-dark) 50%, #152a45 100%);
}

.section-premium .pe-section-title {
  color: #fff;
}

.step-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(26, 74, 126, 0.1);
  color: var(--pe-brand);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--pe-brand);
}

/* Zeej-style "How it works": dark band, icon circles, curved arrows, flip on hover */
.pe-how-zeej {
  background: #333333;
  color: #fff;
}

.pe-how-zeej__title {
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.pe-how-zeej__lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.pe-how-zeej__ribbon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem 0.15rem;
}

.pe-how-zeej__step {
  flex: 0 0 auto;
  text-align: center;
  width: 148px;
}

.pe-how-zeej__connector {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.pe-how-zeej__connector img {
  height: 28px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

@media (min-width: 992px) {
  .pe-how-zeej__connector {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .pe-how-zeej__ribbon {
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
  }

  .pe-how-zeej__connector {
    display: flex;
    padding-top: 0;
    padding-bottom: 0.15rem;
    transform: rotate(90deg);
  }

  .pe-how-zeej__step {
    width: 100%;
    max-width: 220px;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .pe-how-zeej__connector img {
    transform: scaleX(-1);
  }
}

.pe-how-zeej__label {
  margin-top: 0.85rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.3;
  padding: 0 0.35rem;
}

.pe-step-flip {
  width: 132px;
  height: 132px;
  margin: 0 auto;
  perspective: 900px;
  outline: none;
}

.pe-step-flip:focus-visible {
  border-radius: 50%;
}

.pe-step-flip:focus-visible .pe-step-flip__inner {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.pe-step-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 50%;
}

.pe-step-flip:hover .pe-step-flip__inner,
.pe-step-flip:focus-within .pe-step-flip__inner {
  transform: rotateY(180deg);
}

.pe-step-flip__face {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pe-step-flip__front {
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.pe-step-flip__front img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.pe-step-flip__back {
  background: linear-gradient(150deg, var(--pe-brand) 0%, var(--pe-brand-dark) 100%);
  transform: rotateY(180deg);
  padding: 0.5rem 0.65rem;
  text-align: center;
}

.pe-step-flip__back-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  height: 100%;
}

.pe-step-flip__num {
  font-size: 1.25rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
}

.pe-step-flip__hint {
  font-size: 0.65rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  .pe-step-flip__inner {
    transition: none;
  }

  .pe-step-flip:hover .pe-step-flip__inner,
  .pe-step-flip:focus-within .pe-step-flip__inner {
    transform: none;
  }
}

.footer-zeej {
  background: #000;
}

.footer-zeej-top {
  background: #333333;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-zeej-bottom {
  background: #000000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-heading {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
}

.footer-links {
  margin-bottom: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  display: inline-block;
  padding: 0.15rem 0;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-help-line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.875rem;
}

.footer-help-line i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.95;
}

.footer-help-line a {
  color: inherit;
  text-decoration: none;
}

.footer-help-line a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.footer-social:hover {
  color: var(--pe-brand);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.footer-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 1rem;
  border: 0;
  border-radius: 8px;
  color: #222;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.footer-btn-cta:hover {
  background: #f0f0f0;
  color: #111;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.footer-branches-line,
.footer-headoffice-address {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8125rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.footer-subheading {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
}

.footer-legal-row {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 1.25rem;
}

.footer-legal-row a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-legal-row a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-cert-wrap {
  text-align: center;
}

.footer-cert-wrap--zeej {
  text-align: center;
}

@media (min-width: 992px) {
  .footer-cert-wrap--zeej {
    text-align: center;
  }
}

.footer-marouf-badge-img {
  max-width: min(200px, 85%);
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  object-fit: contain;
}

.footer-cert-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin: 0.35rem 0 0.85rem;
  letter-spacing: 0.02em;
}

.footer-payment-strip {
  background: #fff;
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.footer-payment-strip-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  object-fit: contain;
}

.page-hero {
  background: linear-gradient(90deg, #f4f6f9 0%, #fff 100%);
  border-bottom: 1px solid var(--pe-border);
  padding: 1.75rem 0;
}

.mobile-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #f0f2f5;
  border-top: 1px solid #dde1e6;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.mobile-dock-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.35rem 0.25rem 0.5rem;
  min-height: var(--mobile-dock-h);
}

.mobile-dock-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  border: 0;
  background: none;
}

.mobile-dock-item i {
  font-size: 1.25rem;
  color: var(--pe-brand);
}

.mobile-dock-item:hover {
  color: var(--pe-brand);
}

.mobile-dock-fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--pe-brand) !important;
  margin-top: -22px;
  box-shadow: 0 6px 16px rgba(26, 74, 126, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-dock-fab:hover {
  background: var(--pe-brand-dark) !important;
}

.mobile-dock-wa i {
  color: var(--wa-green);
}

.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.5rem;
  z-index: 1035;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa-green);
  color: #fff !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  text-decoration: none;
}

.wa-float:hover {
  color: #fff !important;
  transform: scale(1.05);
}

.testimonial-card {
  border-radius: 12px;
  border: 1px solid var(--pe-border);
  background: #fff;
  padding: 1.25rem;
  height: 100%;
}

.badge.bg-accent.text-dark {
  color: #1a1a1a !important;
}

/* Zeej-style search (rounded, light blue border, icon inside trailing side in LTR) */
html[dir="rtl"] body.site-body {
  font-family: "Cairo", "Open Sans", system-ui, sans-serif;
}

.zeej-search-box {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  border: 1px solid var(--pe-search-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.zeej-search-box:focus-within {
  border-color: var(--pe-search-border-focus);
  box-shadow: 0 0 0 2px rgba(26, 74, 126, 0.12);
}

.zeej-search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.65rem 0.75rem;
  font-size: 0.95rem;
}

.zeej-search-input:focus {
  box-shadow: none !important;
}

.zeej-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  color: #7a8794;
  background: #fff;
  flex-shrink: 0;
  border-inline-start: 1px solid rgba(126, 179, 217, 0.45);
}

html[dir="rtl"] .zeej-search-box {
  flex-direction: row-reverse;
}

.search-suggest-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 1050;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid var(--pe-search-border);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(15, 50, 89, 0.12);
  scrollbar-width: thin;
}

.search-suggest-item {
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #333;
}

.search-suggest-item:hover,
.search-suggest-item--active {
  background: #f0f6fb !important;
}

.search-suggest-crumb {
  color: #5c6c7d;
  font-weight: 500;
}

.search-suggest-prod strong {
  color: var(--pe-brand);
  font-weight: 700;
}

.search-suggest-id {
  color: #888;
  font-size: 0.75rem;
}

.header-search.position-relative {
  z-index: 1045;
}

[dir="rtl"] .wa-float {
  right: auto;
  left: 1.25rem;
}