@project-cardimport url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Inter:wght@300;400;500;600;700;800;900&family=Frank+Ruhl+Libre:wght@400;500;700&family=Heebo:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');

body {
  background-color: #faf9f7 !important;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}

.separator-2 {
  display: none !important;
}

.about-us-section .line,
.about-us-section .line.short {
  display: none !important;
}

:root {
  --wl-black: #0A0A0A;
  --wl-offwhite: #F5F5F0;
  --wl-gold: #D42B2B;
  --wl-gold-light: #E04545;
  --wl-gold-dark: #B82424;
  --wl-navy: #2C3E50;
  --wl-surface: #FAFAF8;
  --wl-text-primary: #0A0A0A;
  --wl-text-secondary: #4A4A4A;
  --wl-text-muted: #8A8A8A;
  --wl-border: #E0DDD5;
  --wl-font-heading: 'Inter', 'Heebo', -apple-system, sans-serif;
  --wl-font-body: 'Inter', 'Heebo', -apple-system, sans-serif;
  --wl-font-accent: 'Space Grotesk', 'Inter', sans-serif;
  --wl-font-display: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  --wl-text-sm: clamp(0.8rem, 0.75rem + 0.25vw, 0.875rem);
  --wl-text-2xl: clamp(1.4rem, 1.2rem + 1vw, 1.5rem);
  --wl-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --wl-transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --wl-transition-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  --wl-shadow-lg: 0 8px 24px rgba(10, 10, 10, 0.12);
}

.navbar.w-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-top: 5px solid var(--wl-gold) !important;
  transition: background var(--wl-transition-base),
              padding var(--wl-transition-base),
              backdrop-filter var(--wl-transition-base),
              border-color var(--wl-transition-base);
  border-bottom: 1px solid transparent;
}

.navbar.w-nav.nav-scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease;
}

.navbar.w-nav.nav-scrolled .container---1820.navbar {
  background: transparent !important;
}

.navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link {
  color: var(--wl-black) !important;
}

.navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link:hover {
  color: #D42B2B !important;
}

.navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link.w--current {
  color: #D42B2B !important;
}

.navbar.w-nav.nav-hidden {
  transform: translateY(-100%);
}

.navbar.w-nav .container---1820.navbar {
  transition: padding var(--wl-transition-base);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex !important;
  align-items: baseline;
  gap: 8px;
}

.navbar.w-nav .brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.navbar.w-nav .brand img {
  max-height: 40px;
  width: auto;
}

body.wl-rtl .navbar.w-nav .container---1820.navbar {
  flex-direction: row-reverse;
}

body.wl-rtl .navbar.w-nav .brand {
  order: -1;
}

body.wl-rtl .navbar.w-nav .wl-nav-contact-btn {
  order: 99;
  margin-left: 20px !important;
  margin-right: auto !important;
}

.navbar.w-nav .nav-menu.w-nav-menu {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0;
}

@media (max-width: 991px) {
  .navbar.w-nav .nav-menu.w-nav-menu {
    display: none !important;
  }

  .navbar.w-nav .nav-menu.w-nav-menu.w--open {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 16px 24px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .navbar.w-nav .nav-menu.w-nav-menu.w--open .menu-buttons.w-nav-link {
    padding: 12px 0 !important;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  body.wl-ltr .navbar.w-nav .nav-menu.w-nav-menu.w--open .menu-buttons.w-nav-link {
    text-align: left;
  }

  .navbar.w-nav .w-nav-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .navbar.w-nav .container---1820.navbar {
    justify-content: space-between !important;
  }

  body.wl-rtl .navbar.w-nav .container---1820.navbar {
    flex-direction: row-reverse;
  }

  .navbar.w-nav .container---1820.navbar > .wl-nav-contact-btn {
    display: none !important;
  }

  .navbar.w-nav .nav-menu.w-nav-menu.w--open .wl-nav-contact-btn {
    display: block !important;
    margin-top: 8px;
    padding: 12px 24px !important;
    background: #D42B2B;
    color: #fff !important;
    text-align: center;
    border-radius: 8px;
    border-bottom: none;
    font-weight: 600;
  }
}

.navbar.w-nav.nav-scrolled .container---1820.navbar {
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar.w-nav .brand img,
.navbar.w-nav .logo-blog {
  transition: transform var(--wl-transition-base);
}

.navbar.w-nav.nav-scrolled .brand img,
.navbar.w-nav.nav-scrolled .logo-blog {
  transform: none;
  max-height: 28px;
  width: auto !important;
  object-fit: contain;
}

.menu-buttons.w-nav-link {
  position: relative;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-image: none !important;
  color: var(--wl-black) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.navbar.w-nav.wl-nav-on-dark {
  background: transparent !important;
}

.navbar.w-nav.wl-nav-solid-dark {
  background: #000000 !important;
  position: relative !important;
}

.navbar.w-nav.wl-nav-solid-dark .menu-buttons.w-nav-link {
  color: #ffffff !important;
  text-shadow: none;
}

.navbar.w-nav.wl-nav-solid-dark .menu-buttons.w-nav-link:hover {
  color: #E04545 !important;
}

.navbar.w-nav.wl-nav-solid-dark .menu-buttons.w-nav-link.w--current {
  color: #E04545 !important;
}

.navbar.w-nav.wl-nav-solid-dark.nav-scrolled {
  background-color: #000000 !important;
  background: #000000 !important;
  position: fixed !important;
}

.navbar.w-nav.wl-nav-solid-dark.nav-scrolled .menu-buttons.w-nav-link {
  color: #ffffff !important;
}

.navbar.w-nav.wl-nav-solid-dark.nav-scrolled .menu-buttons.w-nav-link:hover {
  color: #E04545 !important;
}

.navbar.w-nav.wl-nav-solid-dark.nav-scrolled .wl-nav-contact-btn {
  background: var(--wl-gold) !important;
  color: #FFFFFF !important;
}

.navbar.w-nav.wl-nav-on-dark .menu-buttons.w-nav-link {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.navbar.w-nav.wl-nav-on-dark.nav-scrolled {
  background-color: #000000 !important;
  background: #000000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.navbar.w-nav.wl-nav-on-dark.nav-scrolled .menu-buttons.w-nav-link {
  color: #ffffff !important;
  text-shadow: none;
}

.navbar.w-nav.wl-nav-on-dark.nav-scrolled .menu-buttons.w-nav-link:hover {
  color: #E04545 !important;
}

.navbar.w-nav.wl-nav-on-dark.nav-scrolled .menu-buttons.w-nav-link.w--current {
  color: #E04545 !important;
}

.navbar.w-nav.wl-nav-on-dark.nav-scrolled .wl-nav-contact-btn {
  background: var(--wl-gold) !important;
  color: #FFFFFF !important;
}


.menu-buttons.w-nav-link.w--current {
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.w-nav-link:focus,
.w-nav-link:active,
.w-nav-link.w--current {
  border-bottom: none !important;
  text-decoration: none !important;
  outline: none !important;
}

.menu-buttons.w-nav-link:not(.wl-nav-contact-btn)::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #D42B2B;
  transition: width 0.25s ease;
}

.menu-buttons.w-nav-link:not(.wl-nav-contact-btn):hover::after {
  width: 60%;
}

.navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link:not(.wl-nav-contact-btn).w--current::after {
  width: 60%;
}

.wl-nav-contact-btn {
  background: var(--wl-gold) !important;
  color: #FFFFFF !important;
  border-radius: 4px !important;
  padding: 8px 20px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, transform 0.3s ease !important;
  margin-left: auto !important;
  margin-right: 40px !important;
  flex-shrink: 0;
}

.wl-nav-contact-btn::after {
  display: none !important;
}

body.wl-rtl .wl-nav-contact-btn {
  margin-left: 40px !important;
  margin-right: auto !important;
}

.wl-nav-contact-btn:hover {
  background: var(--wl-gold-dark) !important;
  transform: translateY(-1px);
  color: #FFFFFF !important;
}

.wl-nav-contact-btn::after {
  display: none !important;
}

.navbar.w-nav.nav-scrolled .wl-nav-contact-btn {
  background: var(--wl-gold) !important;
  color: #FFFFFF !important;
}

.fs-cc-banner2_component,
div[fs-cc="banner"] {
  z-index: 9999 !important;
  position: fixed !important;
  bottom: 24px !important;
  left: 24px !important;
  right: auto !important;
  top: auto !important;
  width: 420px !important;
  max-width: calc(100vw - 48px) !important;
  background-color: #ffffff !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18) !important;
  border-radius: 12px !important;
  padding: 24px !important;
}

.fs-cc-banner2_container {
  background: transparent !important;
}

body.wl-rtl .fs-cc-banner2_component,
body.wl-rtl div[fs-cc="banner"] {
  left: auto !important;
  right: 24px !important;
}

@media (max-width: 767px) {
  .fs-cc-banner2_component,
  div[fs-cc="banner"] {
    bottom: 120px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 16px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  body.wl-rtl .fs-cc-banner2_component,
  body.wl-rtl div[fs-cc="banner"] {
    left: 12px !important;
    right: 12px !important;
  }

  .fs-cc-banner2_component p,
  div[fs-cc="banner"] p {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  .fs-cc-banner2_component [fs-cc="allow"],
  .fs-cc-banner2_component [fs-cc="deny"],
  div[fs-cc="banner"] [fs-cc="allow"],
  div[fs-cc="banner"] [fs-cc="deny"] {
    padding: 8px 20px !important;
    font-size: 13px !important;
  }
}

/* ========================================
   Hero Section — POWERING YOUR BRAND
   ======================================== */

[class*="hero-section"] {
  position: relative !important;
  overflow: hidden !important;
  min-height: 85vh !important;
  height: 85vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

[class*="hero-section"] [class*="background-video"],
[class*="hero-section"] .w-background-video {
  transition: transform 0.1s linear;
  will-change: transform;
}

[class*="hero-section"] [class*="white-opacity"] {
  position: relative;
  z-index: 2;
  display: none !important;
}

[class*="hero-section"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  z-index: 1;
  pointer-events: none;
}

[class*="hero-section"] [class*="background-video"],
[class*="hero-section"] .w-background-video,
[class*="hero-section"] video {
  z-index: 0 !important;
}


@keyframes wl-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wl-hero-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.wl-hero-content {
  position: absolute !important;
  z-index: 100 !important;
  pointer-events: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px 50px;
}

.wl-hero-headline {
  font-family: var(--wl-font-display);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -2px;
  color: var(--wl-black);
  position: relative;
  z-index: 2;
  animation: wl-hero-fade-up 0.9s ease-out 0.2s both;
  white-space: nowrap;
  text-align: center;
  unicode-bidi: plaintext;
}

body.wl-ltr .wl-hero-headline {
  direction: ltr;
  unicode-bidi: isolate;
}

.wl-hero-bottom {
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 3;
  max-width: 480px;
  animation: wl-hero-fade-up 0.9s ease-out 0.6s both;
}

body.wl-rtl .wl-hero-bottom {
  left: auto;
  right: 60px;
  text-align: right;
}

.wl-hero-subtitle {
  font-family: var(--wl-font-body);
  font-size: 15px;
  color: var(--wl-text-secondary);
  line-height: 1.7;
  margin-bottom: 14px;
}

.wl-hero-tags {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--wl-font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--wl-gold);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wl-hero-tags .wl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wl-gold);
  display: inline-block;
}

.wl-hero-cta {
  display: none;
}

.wl-stats-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 32px 40px;
}

body.wl-rtl .wl-stats-bar {
  left: auto;
  right: 0;
  padding: 0 40px 32px 0;
}

.wl-stats-bar-inner {
  display: flex;
  align-items: stretch;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  max-width: 620px;
  width: 100%;
  overflow: hidden;
}

.wl-stats-tagline {
  flex: 1;
  padding: 16px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.wl-rtl .wl-stats-tagline {
  text-align: center;
}

.wl-stats-tagline-text {
  font-family: var(--wl-font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
  margin: 0 0 6px;
  direction: ltr;
  text-align: left;
  font-weight: 500;
}

body.wl-rtl .wl-stats-tagline-text {
  direction: rtl;
  text-align: right;
}

.wl-stats-tagline-sub {
  font-family: var(--wl-font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
  margin: 0 0 8px;
  direction: ltr;
  text-align: left;
}

body.wl-rtl .wl-stats-tagline-sub {
  direction: rtl;
  text-align: right;
}

.wl-stats-services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.wl-rtl .wl-stats-services {
  direction: ltr;
}

.wl-stats-service {
  font-family: var(--wl-font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #D42B2B;
}

.wl-stats-dot {
  color: rgba(255, 255, 255, 0.3);
  font-size: 9px;
}


@media (max-width: 1024px) {
  .wl-hero-headline {
    font-size: clamp(32px, 5vw, 60px) !important;
    white-space: normal;
  }

  .wl-hero-sketch {
    display: none !important;
  }
}

@media (max-width: 767px) {
  [class*="hero-section"] {
    min-height: 70vh !important;
    height: 70vh !important;
  }

  .wl-hero-content {
    padding: 60px 20px 30px;
  }

  .wl-hero-headline {
    font-size: clamp(28px, 8vw, 42px) !important;
    white-space: normal;
  }

  .wl-hero-sketch {
    display: none !important;
  }

  .wl-hero-bottom {
    max-width: 100%;
    bottom: 30px;
    left: 20px;
  }

  body.wl-rtl .wl-hero-bottom {
    left: auto;
    right: 20px;
  }

  body.wl-rtl .wl-hero-bottom {
    text-align: right;
  }

  .wl-stats-bar {
    padding: 0 0 20px 20px;
  }

  body.wl-rtl .wl-stats-bar {
    padding: 0 20px 20px 0;
  }

  .wl-stats-tagline {
    padding: 14px 20px;
  }

  .wl-stats-tagline-text {
    font-size: 13px;
  }

  .wl-stats-tagline-sub {
    font-size: 11px;
  }

  [class*="hero-section"] [class*="background-video"],
  [class*="hero-section"] .w-background-video {
    transform: none !important;
  }
}

@media (max-width: 479px) {
  .wl-stats-bar {
    padding: 0 0 14px 14px;
  }

  body.wl-rtl .wl-stats-bar {
    padding: 0 14px 14px 0;
  }

  .wl-stats-tagline {
    padding: 12px 16px;
  }

  .wl-stats-tagline-text {
    font-size: 12px;
  }

  .wl-stats-tagline-sub {
    font-size: 10px;
  }

  .wl-stats-service {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .wl-hero-headline {
    font-size: 24px !important;
    letter-spacing: -1px;
  }
}

/* ========================================
   Blog Listing Page — Redesigned
   ======================================== */

.wl-blog-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1a1a1a;
}

.wl-blog-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 1.2s ease;
  opacity: 0;
  z-index: 0;
}

.wl-blog-hero__bg.active {
  opacity: 1;
}

.wl-blog-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}

.wl-blog-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
}

.wl-blog-hero__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-blog-hero__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.wl-blog-hero__title {
  font-family: var(--wl-font-display) !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  margin: 0 0 8px !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  letter-spacing: 1px;
}

.wl-blog-hero__subtitle {
  font-family: var(--wl-font-body);
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin: 0 auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
  max-width: 500px;
  text-align: center;
  display: block;
  width: 100%;
}

.wl-blog-hero__location {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  background: rgba(212,43,43,0.9);
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-family: var(--wl-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

body.wl-rtl .wl-blog-hero__location,
.mirror .wl-blog-hero__location {
  left: auto;
  right: 20px;
}

.wl-blog-filter {
  max-width: 1600px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  background: #f5f5f0;
  border-bottom: none;
}

.wl-blog-filter__search {
  flex: 0 1 260px;
  min-width: 160px;
  position: relative;
}

.wl-blog-filter__search input {
  width: 100%;
  padding: 7px 10px 7px 32px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  font-family: var(--wl-font-body);
  font-size: 13px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.wl-blog-filter__search input:focus {
  border-color: var(--wl-gold);
}

.wl-blog-filter__search svg {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  stroke: #9ca3af;
  fill: none;
  stroke-width: 2;
}

body.wl-rtl .wl-blog-filter__search input,
.mirror .wl-blog-filter__search input {
  padding: 7px 32px 7px 10px;
  text-align: right;
}

body.wl-rtl .wl-blog-filter__search svg,
.mirror .wl-blog-filter__search svg {
  left: auto;
  right: 9px;
}

body.wl-rtl .wl-blog-filter {
  direction: rtl;
}

body.wl-rtl .wl-blog-filter__search {
  order: 3;
}

body.wl-rtl .wl-blog-filter__group:nth-child(2) {
  order: 1;
}

body.wl-rtl .wl-blog-filter__group:nth-child(3) {
  order: 2;
}

body.wl-rtl .wl-blog-filter__group {
  flex-direction: row;
  direction: rtl;
}

body.wl-rtl .wl-blog-filter__select {
  padding: 6px 10px 6px 28px;
  background-position: left 8px center;
  direction: rtl;
  text-align: right;
}

.wl-blog-filter__group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wl-blog-filter__label {
  font-family: var(--wl-font-body);
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
}

.wl-blog-filter__label svg {
  width: 12px;
  height: 12px;
  stroke: #888;
  fill: none;
  stroke-width: 2;
}

.wl-blog-filter__select {
  padding: 6px 28px 6px 10px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  font-family: var(--wl-font-body);
  font-size: 13px;
  color: #333;
  background: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  outline: none;
}

.wl-blog-filter__select:focus {
  border-color: var(--wl-gold);
}

.wl-blog-grid-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px 40px 60px;
}

.wl-blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.wl-blog-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: wlBlogCardIn 0.5s ease both;
}

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

.wl-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.wl-blog-card__img-wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background: #f0eeeb;
}

.wl-blog-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.wl-blog-card:hover .wl-blog-card__img {
  transform: scale(1.04);
}

.wl-blog-card__img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}

.wl-blog-card__img-placeholder svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

.wl-blog-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  z-index: 2;
}

body.wl-rtl .wl-blog-card__badge {
  left: auto;
  right: 12px;
}

.wl-blog-card__badge--article {
  background: #E04545;
  color: #fff;
}

.wl-blog-card__badge--video {
  background: #0A0A0A;
  color: #fff;
}

.wl-blog-card__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wl-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.wl-blog-card__meta svg {
  stroke: #bbb;
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}

.wl-blog-card__title {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #0A0A0A;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-blog-card__desc {
  font-size: 13px;
  line-height: 1.55;
  color: #666;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.wl-blog-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.wl-blog-card__pill {
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  background: #f5f5f0;
  color: #555;
  border: 1px solid rgba(0,0,0,0.06);
}

.wl-blog-card__readmore {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #E04545;
  margin-top: auto;
}

.wl-blog-card__readmore svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

.wl-blog-card:hover .wl-blog-card__readmore svg {
  transform: translateX(3px);
}

body.wl-rtl .wl-blog-card__readmore svg {
  transform: scaleX(-1);
}

body.wl-rtl .wl-blog-card:hover .wl-blog-card__readmore svg {
  transform: scaleX(-1) translateX(3px);
}

body.wl-rtl .wl-blog-card {
  direction: rtl;
}

body.wl-rtl .wl-blog-card__body {
  text-align: right;
}

body.wl-rtl .wl-blog-card__meta {
  direction: rtl;
}

body.wl-rtl .wl-blog-card__pills {
  direction: rtl;
  justify-content: flex-start;
}

body.wl-rtl .wl-blog-card__readmore {
  direction: rtl;
}

@media screen and (max-width: 767px) {
  .wl-blog-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .wl-blog-grid-section {
    padding: 24px 16px 40px;
  }
  .wl-blog-card__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .wl-blog-cards-grid {
    grid-template-columns: 1fr;
  }
}

.wl-blog-carousel {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.wl-blog-carousel__track {
  position: relative;
  width: 100%;
  min-height: 420px;
}

.wl-blog-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.wl-blog-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.wl-blog-slide__image-side {
  position: relative;
  width: 55%;
  min-height: 420px;
  overflow: hidden;
  flex-shrink: 0;
}

.wl-blog-slide__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wl-blog-slide__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 14px;
  border-radius: 20px;
  font-family: var(--wl-font-body);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  z-index: 2;
  backdrop-filter: blur(6px);
}

body.wl-rtl .wl-blog-slide {
  flex-direction: row-reverse;
}

body.wl-rtl .wl-blog-slide__badge {
  left: auto;
  right: 20px;
}

body.wl-rtl .wl-blog-slide__content-side {
  text-align: right;
}

body.wl-rtl .wl-blog-slide__meta {
  justify-content: flex-end;
}

.wl-blog-slide__badge--article {
  background: var(--wl-gold);
}

.wl-blog-slide__badge--video {
  background: rgba(0,0,0,0.7);
}

.wl-blog-slide__topics-float {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

body.wl-rtl .wl-blog-slide__topics-float {
  left: auto;
  right: 20px;
}

.wl-blog-slide__topic-pill {
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  font-family: var(--wl-font-body);
  font-size: 11px;
  font-weight: 600;
  color: #374151;
}

.wl-blog-slide__content-side {
  width: 45%;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wl-blog-slide__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: var(--wl-font-body);
  font-size: 12px;
  color: #9ca3af;
}

.wl-blog-slide__meta svg {
  width: 14px;
  height: 14px;
  stroke: #9ca3af;
  fill: none;
  stroke-width: 2;
}

.wl-blog-slide__author {
  font-weight: 600;
  color: #6b7280;
}

.wl-blog-slide__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d1d5db;
}

.wl-blog-slide__title {
  font-family: var(--wl-font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-blog-slide__desc {
  font-family: var(--wl-font-body);
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 0 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.wl-blog-slide__readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wl-font-body);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--wl-gold);
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  align-self: flex-start;
}

body.wl-rtl .wl-blog-slide__readmore {
  align-self: flex-end;
}

.wl-blog-slide__readmore:hover {
  background: var(--wl-gold-dark);
  transform: translateY(-1px);
}

.wl-blog-slide__readmore svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

body.wl-rtl .wl-blog-slide__readmore svg {
  transform: rotate(180deg);
}

.wl-blog-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: background 0.2s, transform 0.2s;
}

.wl-blog-carousel__nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}

.wl-blog-carousel__nav svg {
  width: 20px;
  height: 20px;
  stroke: #374151;
  fill: none;
  stroke-width: 2;
}

.wl-blog-carousel__nav--prev {
  left: 16px;
}

.wl-blog-carousel__nav--next {
  right: 16px;
}

body.wl-rtl .wl-blog-carousel__nav--prev {
  left: auto;
  right: 16px;
}

body.wl-rtl .wl-blog-carousel__nav--next {
  right: auto;
  left: 16px;
}

.wl-blog-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.wl-blog-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  padding: 0;
}

.wl-blog-carousel__dot.active {
  background: var(--wl-gold);
  transform: scale(1.3);
}

.wl-blog-carousel__counter {
  text-align: center;
  margin-top: 12px;
  font-family: var(--wl-font-body);
  font-size: 13px;
  color: #9ca3af;
}

.wl-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
}

.wl-blog-pagination button {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  font-family: var(--wl-font-body);
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}

.wl-blog-pagination button:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.wl-blog-pagination button.active {
  background: var(--wl-gold);
  color: #fff;
  border-color: var(--wl-gold);
}

.wl-blog-pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.wl-blog-empty {
  text-align: center;
  padding: 80px 20px;
  color: #9ca3af;
}

.wl-blog-empty svg {
  width: 48px;
  height: 48px;
  stroke: #d1d5db;
  fill: none;
  stroke-width: 1.5;
  margin: 0 auto 16px;
  display: block;
}

.wl-blog-empty__title {
  font-family: var(--wl-font-display);
  font-size: 20px;
  font-weight: 700;
  color: #6b7280;
  margin: 0 0 8px;
}

.wl-blog-empty__text {
  font-family: var(--wl-font-body);
  font-size: 14px;
  margin: 0;
}

.wl-blog-loading {
  text-align: center;
  padding: 60px 20px;
}

.wl-blog-loading__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e5e7eb;
  border-top-color: var(--wl-gold);
  border-radius: 50%;
  animation: wl-spin 0.7s linear infinite;
  margin: 0 auto 12px;
}

@keyframes wl-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1023px) {
  .wl-blog-slide {
    flex-direction: column;
    min-height: auto;
  }

  .wl-blog-slide__image-side {
    width: 100%;
    min-height: 280px;
    aspect-ratio: 4/3;
  }

  .wl-blog-slide__content-side {
    width: 100%;
    padding: 28px 24px;
  }

  .wl-blog-carousel__track {
    min-height: 600px;
  }

  .wl-blog-carousel {
    min-height: 600px;
  }

  .wl-blog-carousel__nav--prev {
    left: 8px;
  }

  .wl-blog-carousel__nav--next {
    right: 8px;
  }
}

@media (max-width: 767px) {
  .wl-blog-hero {
    min-height: 260px;
  }

  .wl-blog-hero__content {
    padding: 40px 16px;
  }

  .wl-blog-filter {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .wl-blog-filter__search {
    min-width: auto;
    flex: 1 1 100%;
  }

  .wl-blog-filter__group {
    flex: 1;
  }

  .wl-blog-filter__select {
    flex: 1;
  }

  .wl-blog-grid-section {
    padding: 24px 20px 40px;
  }

  .wl-blog-slide__image-side {
    min-height: 220px;
  }

  .wl-blog-slide__content-side {
    padding: 20px 16px;
  }

  .wl-blog-slide__title {
    font-size: 18px;
  }

  .wl-blog-carousel__track,
  .wl-blog-carousel {
    min-height: 520px;
  }

  .wl-blog-carousel__nav {
    width: 36px;
    height: 36px;
  }
}

body.wl-blog-page .hero-section.blog-main {
  display: none !important;
}

body.wl-blog-page .projects-section {
  display: none !important;
}

body.wl-blog-page .projects-container,
body.wl-blog-page .w-dyn-list,
body.wl-blog-page .collection-list-8 {
  display: none !important;
}

.hero-section.blog-main {
  min-height: 220px !important;
  height: auto !important;
  background: var(--wl-black) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 60px 0 40px !important;
}

.hero-section.blog-main .white-opacity {
  display: block !important;
  position: relative !important;
  background: transparent !important;
  z-index: 2;
}

.hero-section.blog-main::before {
  display: none !important;
}

.hero-section.blog-main .blog-hero {
  text-align: center;
}

.hero-section.blog-main .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-section.blog-main .text-in-lines {
  display: none !important;
}

.hero-section.blog-main .text-block-5 {
  display: none !important;
}

.hero-section.blog-main .blog-sub_heading,
.hero-section.blog-main h1.blog-sub_heading,
.hero-section.blog-main h1.mobile-home-hero,
.hero-section.blog-main h1,
h1.mobile-home-hero.blog-sub_heading {
  font-family: var(--wl-font-display) !important;
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 900 !important;
  color: #F5F5F0 !important;
  letter-spacing: 3px !important;
  opacity: 1 !important;
  text-transform: uppercase;
}

.hero-section.blog-main .full-button {
  display: none !important;
}

.hero-section.blog-main .logo-blog {
  display: none !important;
}

.projects-section.blog_post {
  padding: 60px 0 80px !important;
  background: #FFFFFF !important;
}

.projects-section.blog_post .container---1820 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.blog-grid.w-dyn-items,
.collection-list-8.w-dyn-items {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 40px !important;
}

.collection-item-5.w-dyn-item {
  width: 100% !important;
}

.blog-card {
  display: flex !important;
  flex-direction: column !important;
  background: #FFFFFF !important;
  border: 1px solid #E8E8E8 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  height: 100% !important;
}

.blog-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1) !important;
}

.blog-card .lower-part {
  order: -1 !important;
  padding: 0 !important;
  width: 100% !important;
}

.blog-card .upper-part {
  order: 1 !important;
  padding: 20px 28px 8px !important;
  flex: 0 0 auto;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  width: 100% !important;
}

.blog-card .heading-part {
  margin-bottom: 0 !important;
}

.blog-card h1.heading-19,
.blog-card .heading-19,
.blog-card .heading-20 {
  font-family: var(--wl-font-display) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: var(--wl-black) !important;
  margin: 0 !important;
}

.blog-card .div-block-11,
.blog-card .div-block-13 {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.blog-card .image-12,
.blog-card .image-17,
.blog-card img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  order: -1 !important;
}

.blog-card .para,
.blog-card .para-2,
.blog-card p {
  font-family: var(--wl-font-body) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--wl-text-secondary) !important;
  padding: 0 28px 24px !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.blog-card .text-block-7,
.blog-card .date-text {
  font-family: var(--wl-font-body) !important;
  font-size: 12px !important;
  color: var(--wl-text-secondary) !important;
  opacity: 0.6;
  padding: 0 28px !important;
  margin-bottom: 8px !important;
}

@media (max-width: 767px) {
  .blog-grid.w-dyn-items,
  .collection-list-8.w-dyn-items {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .blog-card .image-12 {
    height: 180px !important;
  }

  .hero-section.blog-main {
    padding: 40px 0 30px !important;
  }
}

/* ========================================
   Blog Detail Page — Enhanced
   ======================================== */

.wl-blog-detail-page .detail_heading-section,
.wl-blog-detail-page .div-block-8 {
  display: none !important;
}

.wl-blog-detail {
  min-height: 60vh;
}

.wl-detail-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}

.wl-detail-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--wl-border);
  border-top-color: var(--wl-gold);
  border-radius: 50%;
  animation: wl-spin 0.8s linear infinite;
}

@keyframes wl-spin {
  to { transform: rotate(360deg); }
}

.wl-detail-error {
  text-align: center;
  padding: 120px 40px;
  font-family: var(--wl-font-body);
  color: var(--wl-text-secondary);
}

.wl-detail-hero {
  position: relative;
  width: 100%;
  max-height: 480px;
  overflow: hidden;
}

.wl-detail-hero-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.wl-detail-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(255,255,255,0.9));
}

.wl-detail-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

.wl-detail-breadcrumb {
  font-family: var(--wl-font-body);
  font-size: 14px;
  color: var(--wl-text-muted);
  margin-bottom: 24px;
}

.wl-detail-breadcrumb a {
  color: var(--wl-gold);
  text-decoration: none;
  font-weight: 500;
}

.wl-detail-breadcrumb a:hover {
  text-decoration: underline;
}

.wl-detail-breadcrumb-sep {
  margin: 0 4px;
}

.wl-detail-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-family: var(--wl-font-body);
  font-size: 14px;
  color: var(--wl-text-muted);
}

.wl-detail-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wl-detail-badge-text {
  background: var(--wl-gold);
  color: #fff;
}

.wl-detail-badge-video {
  background: #2563EB;
  color: #fff;
}

.wl-detail-date {
  font-size: 14px;
}

.wl-detail-author {
  font-weight: 500;
  color: var(--wl-text-secondary);
}

.wl-detail-title {
  font-family: var(--wl-font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--wl-black);
  margin: 0 0 16px;
}

.wl-detail-summary {
  font-family: var(--wl-font-body);
  font-size: 19px;
  line-height: 1.7;
  color: var(--wl-text-secondary);
  margin-bottom: 20px;
}

.wl-detail-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.wl-detail-topic-pill {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-family: var(--wl-font-body);
  font-size: 13px;
  font-weight: 500;
  background: #F3F3F0;
  color: var(--wl-text-secondary);
  border: 1px solid var(--wl-border);
}

.wl-detail-divider {
  height: 1px;
  background: var(--wl-border);
  margin: 24px 0 32px;
}

.wl-detail-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 32px;
}

.wl-detail-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wl-detail-body {
  font-family: var(--wl-font-body);
  font-size: 17px;
  line-height: 1.85;
  color: var(--wl-text-primary);
}

.wl-detail-body h2 {
  font-family: var(--wl-font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--wl-black);
  margin: 2em 0 0.8em;
}

.wl-detail-body h3 {
  font-family: var(--wl-font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--wl-black);
  margin: 1.8em 0 0.6em;
}

.wl-detail-body p {
  margin-bottom: 1.2em;
}

.wl-detail-body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 2em 0;
}

.wl-detail-body blockquote {
  border-left: 3px solid var(--wl-gold);
  padding-left: 20px;
  margin: 2em 0;
  font-style: italic;
  color: var(--wl-text-secondary);
}

.wl-detail-body a {
  color: var(--wl-gold);
  text-decoration: underline;
}

.wl-detail-body a:hover {
  color: var(--wl-gold-dark);
}

.wl-detail-body ul, .wl-detail-body ol {
  padding-left: 24px;
  margin-bottom: 1.2em;
}

.wl-detail-body li {
  margin-bottom: 0.5em;
}

.wl-detail-faq {
  margin: 48px 0 32px;
  border-top: 1px solid var(--wl-border);
  padding-top: 32px;
}

.wl-detail-faq-title {
  font-family: var(--wl-font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--wl-black);
  margin-bottom: 20px;
}

.wl-detail-faq-item {
  border-bottom: 1px solid var(--wl-border);
}

.wl-detail-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--wl-font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--wl-black);
  text-align: inherit;
}

.wl-detail-faq-icon {
  font-size: 22px;
  font-weight: 300;
  color: var(--wl-gold);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 12px;
}

.wl-detail-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-family: var(--wl-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--wl-text-secondary);
  padding: 0;
}

.wl-detail-faq-item.open .wl-detail-faq-a {
  max-height: 500px;
  padding: 0 0 16px;
}

.wl-detail-faq-item.open .wl-detail-faq-icon {
  transform: rotate(45deg);
}

.wl-detail-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 40px 0 32px;
  padding: 32px;
  background: var(--wl-surface);
  border-radius: 12px;
  border: 1px solid var(--wl-border);
  justify-content: center;
}

.wl-detail-cta-primary {
  display: inline-block;
  padding: 14px 32px;
  background: var(--wl-gold);
  color: #fff;
  font-family: var(--wl-font-body);
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}

.wl-detail-cta-primary:hover {
  background: var(--wl-gold-dark);
}

.wl-detail-cta-secondary {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  color: var(--wl-gold);
  font-family: var(--wl-font-body);
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid var(--wl-gold);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.wl-detail-cta-secondary:hover {
  background: var(--wl-gold);
  color: #fff;
}

.wl-detail-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--wl-border);
  font-family: var(--wl-font-body);
  font-size: 14px;
  color: var(--wl-text-muted);
}

.wl-detail-share-btn {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background: var(--wl-surface);
  color: var(--wl-text-secondary);
  border: 1px solid var(--wl-border);
  transition: background 0.2s, color 0.2s;
}

.wl-detail-share-btn:hover {
  background: var(--wl-gold);
  color: #fff;
  border-color: var(--wl-gold);
}

.wl-detail-related {
  background: var(--wl-surface);
  border-top: 1px solid var(--wl-border);
}

.wl-detail-related-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}

.wl-detail-related-inner h2 {
  font-family: var(--wl-font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--wl-black);
  margin-bottom: 32px;
  text-align: center;
}

.wl-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.wl-detail-related-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

.wl-detail-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.wl-detail-related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.wl-detail-related-card-body {
  padding: 16px 20px;
}

.wl-detail-related-card-body .wl-detail-date {
  font-size: 12px;
  color: var(--wl-text-muted);
  display: block;
  margin-bottom: 6px;
}

.wl-detail-related-card-body h3 {
  font-family: var(--wl-font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--wl-black);
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.wl-rtl .wl-detail-body blockquote {
  border-left: none;
  border-right: 3px solid var(--wl-gold);
  padding-left: 0;
  padding-right: 20px;
}

body.wl-rtl .wl-detail-faq-icon {
  margin-left: 0;
  margin-right: 12px;
}

body.wl-rtl .wl-detail-body ul,
body.wl-rtl .wl-detail-body ol {
  padding-left: 0;
  padding-right: 24px;
}

@media (max-width: 991px) {
  .wl-detail-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wl-detail-content {
    padding: 24px 20px 40px;
  }

  .wl-detail-hero-img {
    height: 280px;
  }

  .wl-detail-hero {
    max-height: 280px;
  }

  .wl-detail-related-grid {
    grid-template-columns: 1fr;
  }

  .wl-detail-related-inner {
    padding: 40px 20px;
  }

  .wl-detail-cta {
    padding: 24px 20px;
  }

  .wl-detail-meta {
    gap: 10px;
  }
}

.detail_heading-section {
  padding: 60px 0 40px !important;
  background: #FFFFFF !important;
}

.detail_heading-section .details-container {
  max-width: 850px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
}

.detail_heading-section .image-and-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

.detail_heading-section .image-13 {
  width: 100% !important;
  max-height: 450px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

.detail_heading-section .post-heading {
  font-family: var(--wl-font-display) !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: var(--wl-black) !important;
  margin-bottom: 12px !important;
}

.detail_heading-section .post-para {
  font-family: var(--wl-font-body) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: var(--wl-text-secondary) !important;
}

.div-block-8 {
  max-width: 750px !important;
  margin: 0 auto !important;
  padding: 0 40px 60px !important;
}

.rich-text-block-2 {
  font-family: var(--wl-font-body) !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: var(--wl-text-primary) !important;
}

.rich-text-block-2 h2,
.rich-text-block-2 h3 {
  font-family: var(--wl-font-display) !important;
  font-weight: 700 !important;
  color: var(--wl-black) !important;
  margin-top: 2em !important;
  margin-bottom: 0.8em !important;
}

.rich-text-block-2 h2 {
  font-size: 28px !important;
}

.rich-text-block-2 h3 {
  font-size: 22px !important;
}

.rich-text-block-2 p {
  margin-bottom: 1.2em !important;
}

.rich-text-block-2 img {
  border-radius: 8px !important;
  margin: 2em 0 !important;
}

.rich-text-block-2 blockquote {
  border-left: 3px solid var(--wl-gold) !important;
  padding-left: 20px !important;
  margin: 2em 0 !important;
  font-style: italic !important;
  color: var(--wl-text-secondary) !important;
}

.rich-text-block-2 a {
  color: var(--wl-gold) !important;
  text-decoration: underline !important;
}

.rich-text-block-2 a:hover {
  color: var(--wl-gold-dark) !important;
}

@media (max-width: 767px) {
  .detail_heading-section .details-container {
    padding: 0 24px !important;
  }

  .div-block-8 {
    padding: 0 24px 40px !important;
  }

  .detail_heading-section .image-13 {
    max-height: 280px !important;
  }
}

/* ========================================
   Services Slider Section
   ======================================== */

.wl-services-slider-wrapper {
  position: relative;
  padding: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  background: #faf9f7;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
}

.wl-services-slider-title {
  font-family: var(--wl-font-display);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--wl-black);
  margin: 0;
  padding: 30px 0 0 50px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

body.wl-rtl .wl-services-slider-title {
  text-align: right;
  padding: 30px 50px 0 0;
}

.wl-slider {
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wl-slider-track {
  display: flex;
  transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
  flex: 1;
}

.wl-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 0;
  align-items: start;
  background: transparent;
  overflow: hidden;
  padding: 0;
}

.wl-slide-text {
  padding: 60px 30px 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

body.wl-rtl .wl-slide-text {
  padding: 60px 30px 40px 50px;
  align-items: flex-start;
  text-align: right;
}
body.wl-rtl .wl-slide-title {
  text-align: center;
  width: 100%;
}

.wl-slide-title {
  font-family: var(--wl-font-display);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 900;
  color: var(--wl-gold);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1;
}

.wl-slide-desc {
  font-family: var(--wl-font-body);
  font-size: 13px;
  color: #888;
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 320px;
  text-align: left;
}

body.wl-rtl .wl-slide-desc {
  text-align: right;
}

.wl-slide-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

body.wl-rtl .wl-slide-features {
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wl-slide-features li {
  padding: 4px 0;
  font-family: var(--wl-font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--wl-black);
  display: flex;
  align-items: center;
  gap: 10px;
}

.wl-slide-features li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--wl-gold);
  flex-shrink: 0;
  transform: rotate(45deg);
}

body.wl-rtl .wl-slide-features li {
  flex-direction: row;
}

body.wl-rtl .wl-slider-track {
  flex-direction: row-reverse;
}

body.wl-rtl .wl-slide {
  direction: rtl;
}


.wl-slide-image {
  overflow: hidden;
  background: #e8e6e3;
  height: 100%;
  min-height: 480px;
}

.wl-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wl-slider-progress-bar {
  display: flex;
  width: 100%;
  height: 5px;
  margin-top: auto;
}

.wl-progress-segment {
  flex: 1;
  height: 100%;
  background: #e0e0e0;
  cursor: pointer;
  transition: background 0.4s ease;
}

.wl-progress-segment.active {
  background: var(--wl-gold);
}

@media (max-width: 991px) {
  .wl-services-slider-wrapper {
    min-height: auto;
  }

  .wl-services-slider-title {
    padding: 36px 0 0 30px;
    font-size: 22px;
  }

  body.wl-rtl .wl-services-slider-title {
    padding: 36px 30px 0 0;
  }

  .wl-slide {
    grid-template-columns: 40% 60%;
  }

  .wl-slide-text {
    padding: 40px 20px 30px 30px;
  }

  body.wl-rtl .wl-slide-text {
    padding: 40px 30px 30px 20px;
  }

  .wl-slide-image {
    min-height: 380px;
  }
}

@media (max-width: 767px) {
  .wl-services-slider-title {
    padding: 28px 0 0 24px;
    font-size: 18px;
  }

  body.wl-rtl .wl-services-slider-title {
    padding: 28px 24px 0 0;
  }

  .wl-slide {
    grid-template-columns: 1fr;
  }

  .wl-slide-text {
    padding: 24px 24px 0;
    order: 2;
  }

  body.wl-rtl .wl-slide-text {
    padding: 24px 24px 0;
  }

  .wl-slide-image {
    order: 1;
    min-height: 220px;
    max-height: 280px;
  }

  .wl-slide-title {
    font-size: 22px;
  }

  .wl-slide-desc {
    font-size: 13px;
  }

  .wl-slide-features {
    font-size: 12px;
  }

  .wl-slide-features li {
    padding: 6px 0;
  }
}

@media (max-width: 479px) {
  .wl-slide-image {
    min-height: 180px;
    max-height: 240px;
  }

  .wl-slide-title {
    font-size: 20px;
  }

  .wl-slide-text {
    padding: 20px 16px 0;
  }
}

/* ========================================
   Publications Section — Press & Articles
   ======================================== */

.about-us-section {
  display: none !important;
}

.about-us-text-block p,
.about-us-text-block .centered {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.about-us-text-block .w-richtext li,
.about-us-text-block li,
.about-us-text-block .list-item,
.about-us-section-container li,
.about-us-section-container .w-richtext li {
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-bottom: 6px !important;
}

.our-services-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 40px !important;
}
.our-services-section .home-solutions-link {
  border: none !important;
}
.our-services-section .solutions-card {
  border: none !important;
}
.our-services-section .solutions-card::after,
.our-services-section .solutions-card::before {
  display: none !important;
}
.our-services-section .services-headline {
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}
.our-services-section .services-headline .heading-2 {
  margin-bottom: 10px !important;
  font-size: clamp(28px, 3vw, 38px) !important;
}
.our-services-section .text-in-lines {
  margin-bottom: 0 !important;
}
.our-services-section .our-solutions {
  padding-top: 10px !important;
  margin-top: 0 !important;
}
.our-services-section .our-solutions .solutions-headline {
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}
.our-services-section .our-solutions .heading-10 {
  font-size: clamp(24px, 2.5vw, 32px) !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.our-services-section .solutions-card {
  padding: 20px !important;
  border: none !important;
}
.our-services-section .home-solutions {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.our-services-section .w-layout-grid.cards {
  grid-row-gap: 10px !important;
  margin-bottom: 10px !important;
}

.publications-section {
  background: #ffffff;
  padding: 40px 0 40px;
  position: relative;
  margin-top: 0;
}

.publications-section.hidden {
  display: none !important;
}

.publications-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--wl-gold);
  border-radius: 2px;
}

.publications-section .container---1820 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.publications-headline {
  margin-bottom: 40px;
  text-align: center;
}

body.wl-rtl .publications-headline {
  text-align: center;
}

.publications-headline .detail {
  font-family: var(--wl-font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--wl-gold);
  margin-bottom: 12px;
}

.publications-headline .heading-14 {
  font-family: var(--wl-font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--wl-black);
  line-height: 1.25;
  margin: 0;
}

.publications-headline .heading-14 + .heading-14 {
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #888;
  margin-top: 8px;
}

.publication-section {
  display: block;
}

body.wl-rtl .publication-section {
  direction: rtl;
}

.article-list-wrapper {
  width: 100%;
}

.publications-section .collection-list {
  display: none !important;
}

.wl-pub-stage {
  position: relative;
  min-height: 340px;
}

.wl-pub-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.wl-pub-pair.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.wl-pub-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.wl-pub-slot {
  position: relative;
  display: flex;
}

.wl-pub-card--fade-out {
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: opacity 0.4s ease, transform 0.4s ease !important;
}

.wl-pub-card--fade-in {
  opacity: 0 !important;
  transform: translateY(8px) !important;
}

.wl-pub-card {
  background: #faf9f7;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wl-pub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.wl-pub-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.wl-pub-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.wl-pub-card:hover .wl-pub-card__img {
  transform: scale(1.04);
}

.wl-pub-card__source-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wl-font-body);
  font-size: 11px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.3px;
}

body.wl-rtl .wl-pub-card__source-badge {
  left: auto;
  right: 14px;
}

body.wl-rtl .wl-pub-card__body {
  direction: rtl;
  text-align: right;
}

body.wl-rtl .wl-pub-card__meta {
  direction: rtl;
}

.wl-pub-card__source-badge img {
  height: 16px;
  width: auto;
  opacity: 0.8;
}

.wl-pub-card__body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.wl-pub-card__meta {
  margin-top: auto;
}

.wl-pub-card__title {
  font-family: var(--wl-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--wl-black);
  line-height: 1.4;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-pub-card__desc {
  font-family: var(--wl-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-pub-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.wl-pub-card__date {
  font-family: var(--wl-font-body);
  font-size: 12px;
  color: #999;
  letter-spacing: 0.3px;
}

.wl-pub-card__tag {
  font-family: var(--wl-font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--wl-gold);
  background: rgba(212, 43, 43, 0.08);
  padding: 4px 10px;
  border-radius: 4px;
}

.wl-pub-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.wl-pub-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.wl-pub-dot.active {
  background: var(--wl-gold);
  transform: scale(1.25);
}

.uui-testimonial15_content.w-dyn-item {
  display: none !important;
}

.uui-testimonial15_content.w-inline-block {
  display: none !important;
}

.publication-top-image {
  display: none !important;
}

.publications-text-image {
  display: none !important;
}

.newspaper-logo-image {
  display: none !important;
}

.publications-text {
  display: none !important;
}

.publications-text .paragraph {
  display: none !important;
}

.articles-when-and-where {
  display: none !important;
}

.tag.red {
  font-family: var(--wl-font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--wl-gold);
  background: rgba(212, 43, 43, 0.08);
  padding: 4px 10px;
  border-radius: 4px;
  border: none;
}

@media (max-width: 991px) {
  .wl-pub-pair {
    gap: 24px;
  }

  .wl-pub-grid-3 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .wl-pub-card__title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wl-pub-pair {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wl-pub-grid-3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wl-pub-stage {
    min-height: auto;
  }

  .wl-pub-pair:not(.active) {
    display: none;
  }

  .publications-section {
    padding: 48px 0;
  }

  .publications-section .container---1820 {
    padding: 0 20px;
  }
}

/* ========================================
   Trusting Us Section — Testimonials
   ======================================== */

.trusting-us-section {
  background: #ffffff;
  padding: 40px 0 40px;
  position: relative;
}

.trusting-us-section .container---1820 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.trusting-us-content {
  position: relative;
}

.trustingus-title-logos {
  margin-bottom: 48px;
}

.trustingus-title-logos .detail {
  font-family: var(--wl-font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--wl-gold);
  margin-bottom: 12px;
}

.trustingus-title-logos .heading-11 {
  font-family: var(--wl-font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--wl-black);
  line-height: 1.25;
  margin: 0;
}

.testemonial {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid rgba(0,0,0,0.06);
  max-width: 700px;
  margin: 0 auto;
}

.testemonialcontent {
  font-family: var(--wl-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
  margin-bottom: 24px;
}

.testemonialpicture {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover;
}

.testemonialname {
  font-family: var(--wl-font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--wl-black);
}

.testemonialname .heading-9 {
  font-family: var(--wl-font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--wl-black);
  margin: 0 0 4px;
}

.testemonialname .tag {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}

.wl-logos-showcase {
  background: transparent;
  border-radius: 0;
  padding: 40px 0 0;
  margin-top: 40px;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.wl-logos-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}

.wl-logos-slot {
  position: relative;
  width: 180px;
  height: 80px;
  flex-shrink: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-logos-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  filter: none;
  transition: opacity 0.8s ease, transform 0.3s ease;
  pointer-events: none;
}

.wl-logos-img.active {
  opacity: 0.7;
  pointer-events: auto;
  filter: grayscale(100%);
}

.wl-logos-slot:hover .wl-logos-img.active {
  opacity: 1;
  transform: scale(1.05);
  filter: grayscale(0%);
}

@media (max-width: 991px) {
  .wl-logos-grid {
    gap: 40px;
  }

  .wl-logos-slot {
    width: 150px;
    height: 70px;
  }

  .wl-logos-showcase {
    padding: 32px 0 0;
  }
}

@media (max-width: 767px) {
  .wl-logos-grid {
    gap: 28px;
  }

  .wl-logos-slot {
    width: 120px;
    height: 55px;
  }
}

.wl-testimonial-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.wl-testimonial-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: wl-testimonial-scroll 60s linear infinite;
}

@keyframes wl-testimonial-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--wl-marquee-distance, -50%));
  }
}

body.wl-rtl .wl-testimonial-track {
  animation-name: wl-testimonial-scroll-rtl;
}

@keyframes wl-testimonial-scroll-rtl {
  0% {
    transform: translateX(var(--wl-marquee-distance, -50%));
  }
  100% {
    transform: translateX(0);
  }
}

.wl-testimonial-card {
  flex-shrink: 0;
  width: 380px;
  background: #fff;
  border-radius: 14px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wl-testimonial-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.wl-testimonial-card__quote {
  margin-bottom: 14px;
  text-align: left;
}

body.wl-rtl .wl-testimonial-card__quote {
  text-align: right;
}

.wl-testimonial-card__quote-icon {
  width: 28px;
  height: 28px;
  fill: var(--wl-gold);
  opacity: 0.25;
}

.wl-testimonial-card__text {
  font-family: var(--wl-font-body);
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
  margin: 0 0 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  direction: ltr;
}

body.wl-rtl .wl-testimonial-card__text {
  text-align: right;
  direction: rtl;
}

.wl-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
  direction: ltr;
}

body.wl-rtl .wl-testimonial-card__author {
  direction: rtl;
}

.wl-testimonial-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(212, 43, 43, 0.15);
}

.wl-testimonial-card__info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

body.wl-rtl .wl-testimonial-card__info {
  text-align: right;
}

.wl-testimonial-card__name {
  font-family: var(--wl-font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--wl-black);
  line-height: 1.3;
}

.wl-testimonial-card__role {
  font-family: var(--wl-font-body);
  font-size: 13px;
  color: #777;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .trusting-us-section {
    padding: 60px 0;
  }

  .trusting-us-section .container---1820 {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .trusting-us-section {
    padding: 48px 0;
  }

  .testemonial {
    padding: 24px;
  }

  .wl-testimonial-card {
    width: 300px;
    padding: 20px;
  }

  .wl-testimonial-track {
    gap: 16px;
  }
}

/* ========================================
   Contact Form Enhancement
   ======================================== */

.contactinfosection {
  background: var(--wl-surface);
}

.form_component {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 16px rgba(10, 10, 10, 0.06);
}

.form_input-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.form_input.w-input {
  border: none;
  border-bottom: 2px solid var(--wl-border);
  border-radius: 0;
  background: transparent;
  padding: 0.75rem 0 0.5rem;
  font-family: var(--wl-font-body);
  font-size: 1rem;
  color: var(--wl-text-primary);
  transition: border-color var(--wl-transition-base);
  outline: none;
}

.form_input.w-input:focus {
  border-bottom-color: var(--wl-gold);
  box-shadow: none;
}

.form_input.w-input::placeholder {
  color: var(--wl-text-muted);
  transition: opacity var(--wl-transition-fast);
}

.form_input.w-input:focus::placeholder {
  opacity: 0.4;
}

.form_label {
  font-family: var(--wl-font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--wl-text-secondary);
  transition: color var(--wl-transition-base);
}

.form_input-wrapper:focus-within .form_label {
  color: var(--wl-gold);
}

.form_input.is-area.w-input {
  min-height: 120px;
  resize: vertical;
  border-bottom: 2px solid var(--wl-border);
}

.form_input.is-area.w-input:focus {
  border-bottom-color: var(--wl-gold);
}

.form_button.w-button {
  background: var(--wl-gold) !important;
  color: #fff !important;
  border: none;
  padding: 0.875rem 2.5rem;
  border-radius: 8px;
  font-family: var(--wl-font-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background var(--wl-transition-base),
              transform var(--wl-transition-base),
              box-shadow var(--wl-transition-base);
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0.5rem;
}

.form_button.w-button:hover {
  background: var(--wl-gold-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(212, 43, 43, 0.4);
}

.form_button.w-button:active {
  transform: translateY(0);
}

.contact-content .contact-text h2 {
  font-family: var(--wl-font-heading);
  line-height: 1.3;
}

.w-form-done {
  background: rgba(74, 124, 89, 0.08);
  border: 1px solid rgba(74, 124, 89, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  color: #4A7C59;
  font-family: var(--wl-font-body);
}

.w-form-fail {
  background: rgba(212, 43, 43, 0.08);
  border: 1px solid rgba(212, 43, 43, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  color: #D42B2B;
  font-family: var(--wl-font-body);
}

/* ========================================
   Footer Modernization
   ======================================== */

.footer-dark {
  background: var(--wl-black) !important;
  color: var(--wl-offwhite) !important;
  padding: 4rem 0 0;
  position: relative;
}

.footer-dark .container---1820 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.footer-dark .footer-wrapper {
  display: none !important;
}

.wl-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1fr;
  gap: 3rem 2rem;
  align-items: start;
  direction: ltr;
  text-align: left;
}

body.wl-rtl .wl-footer-grid {
  direction: rtl;
  text-align: right;
}

.wl-footer-col--brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

body.wl-rtl .wl-footer-col--brand {
  align-items: flex-end;
}

.wl-footer-col--brand .footer-brand {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}

body.wl-rtl .wl-footer-col--brand .footer-brand {
  text-align: right;
}

.wl-footer-col--brand .footer-brand img,
.wl-footer-col--brand .image-4 {
  width: 150px;
  max-width: 100%;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.wl-footer-col--brand .footer-brand:hover img {
  opacity: 1;
}

.wl-footer-col--brand .footer-block.email {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.wl-footer-col--brand .footer-block.email > *:first-child {
  font-size: 0.8rem;
  opacity: 0.45;
  letter-spacing: 0.3px;
}

.wl-footer-col--brand .footer-block.email a[href*="mailto"] {
  font-size: 0.95rem !important;
  opacity: 0.9 !important;
  font-weight: 500;
}

.wl-footer-col--brand .footer-block.email .is-privacy-policy {
  font-size: 0.78rem;
  opacity: 0.5;
  margin-top: 0.5rem;
}

.wl-footer-social-row {
  display: none !important;
}

.wl-footer-col .footer-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: left;
}

body.wl-rtl .wl-footer-col .footer-block {
  text-align: right;
}

.wl-footer-col .footer-block a {
  display: block;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 2px 0;
  color: var(--wl-offwhite) !important;
  opacity: 0.6;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.wl-footer-col .footer-block a:hover {
  color: var(--wl-gold) !important;
  opacity: 1;
}

.wl-footer-col .footer-block a.greytext,
.wl-footer-col .footer-block > a:first-child.card.light.greytext {
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 1 !important;
  color: var(--wl-offwhite) !important;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(245, 245, 240, 0.1);
  text-align: left;
}

body.wl-rtl .wl-footer-col .footer-block a.greytext,
body.wl-rtl .wl-footer-col .footer-block > a:first-child.card.light.greytext {
  text-align: right;
}

@media (max-width: 991px) {
  .wl-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .wl-footer-col--brand {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .footer-dark {
    padding: 3rem 0 0;
  }

  .wl-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .wl-footer-col--brand {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wl-footer-social-row {
    justify-content: center;
  }
}

.footer-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wl-gold), transparent);
}

.footer-divider {
  background: rgba(245, 245, 240, 0.08) !important;
  height: 1px !important;
  margin-top: 2.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright-center {
  color: var(--wl-offwhite) !important;
  opacity: 0.35;
  font-family: var(--wl-font-body);
  font-size: 0.75rem;
  padding: 1.25rem 0;
  text-align: center;
  letter-spacing: 0.5px;
}

/* ========================================
   WhatsApp Floating Button
   ======================================== */

@keyframes wl-pulse {
  0% { box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 24px rgba(37, 211, 102, 0.6); }
  100% { box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4); }
}

.wl-whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 39px;
  height: 39px;
  opacity: 0.55;
  background: #25D366;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 999;
  cursor: pointer;
  transition: transform var(--wl-transition-base),
              box-shadow var(--wl-transition-base);
  animation: wl-pulse 2.5s ease-in-out infinite;
  text-decoration: none;
}

body.wl-rtl .wl-whatsapp-float {
  left: auto;
  right: 24px;
}

.wl-whatsapp-float:hover {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  animation-play-state: paused;
}

.wl-whatsapp-float svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

@media (max-width: 767px) {
  .wl-whatsapp-float {
    bottom: 20px;
    left: 16px;
    width: 36px;
    height: 36px;
  }

  body.wl-rtl .wl-whatsapp-float {
    left: auto;
    right: 16px;
  }

  .wl-whatsapp-float svg {
    width: 18px;
    height: 18px;
  }
}

/* ========================================
   Footer Social Links
   ======================================== */

.wl-social-links {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 24px 0 8px;
}

.wl-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  text-decoration: none;
}

.wl-social-links a:hover {
  background: #D42B2B;
  color: #FFFFFF;
  border-color: #D42B2B;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(212, 43, 43, 0.3);
}

.wl-social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* ========================================
   Smooth Auto-Scroll Carousels
   ======================================== */

.wl-auto-carousel {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.wl-auto-carousel::-webkit-scrollbar {
  display: none;
}

.wl-carousel-paused .wl-auto-carousel {
  scroll-behavior: auto;
}

/* ========================================
   Project Social Links
   ======================================== */

.projects-cms_social-links .projects-cms_sl-link-wrap.w-condition-invisible {
  display: none !important;
}

.projects-cms_social-links .projects-cms_sl-link-wrap {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.projects-cms_social-links .projects-cms_sl-link-wrap:hover {
  transform: translateY(-2px);
}

.projects-cms_social-links .projects-cms_sl-link-icon svg path {
  fill: var(--wl-gold) !important;
  transition: fill 0.3s ease;
}

.projects-cms_social-links .projects-cms_sl-link-icon svg rect {
  fill: var(--wl-gold) !important;
  transition: fill 0.3s ease;
}

.projects-cms_social-links .projects-cms_sl-link-text {
  font-family: var(--wl-font-body);
  font-weight: 600;
  color: var(--wl-text-primary);
}

/* ========================================
   Global Red Accent Overrides
   ======================================== */

.red, h2.red {
  color: #D42B2B !important;
}

.solutions-card.product,
.solutions-card.marketing,
.solutions-card.sales {
  border-color: rgba(212, 43, 43, 0.2);
}

.solutions-card.product:hover,
.solutions-card.marketing:hover,
.solutions-card.sales:hover {
  border-color: #D42B2B;
}

.line-3,
[class^="line-"],
[class*=" line-"],
.line {
  display: none !important;
}

.full-button {
  background-color: #D42B2B !important;
  border-color: #D42B2B !important;
}

.full-button:hover {
  background-color: #B82424 !important;
  border-color: #B82424 !important;
}

.wl-lang-switcher {
  position: fixed !important;
  bottom: 72px !important;
  right: 20px !important;
  z-index: 9999 !important;
  display: flex !important;
  gap: 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 8px !important;
  padding: 4px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(8px) !important;
  overflow: hidden !important;
  max-width: 46px !important;
  transition: max-width 0.3s ease !important;
}

.wl-lang-switcher:hover,
.wl-lang-switcher:focus-within,
.wl-lang-switcher.wl-lang-expanded {
  max-width: 300px !important;
}

body.wl-rtl .wl-lang-switcher {
  right: auto !important;
  left: 20px !important;
  bottom: 72px !important;
}

.wl-lang-switcher .language-item {
  display: block !important;
  flex-shrink: 0 !important;
}

.wl-lang-switcher .language-item:not(.wl-lang-item-active) {
  opacity: 0;
  transition: opacity 0.25s ease !important;
}

.wl-lang-switcher:hover .language-item:not(.wl-lang-item-active),
.wl-lang-switcher:focus-within .language-item:not(.wl-lang-item-active),
.wl-lang-switcher.wl-lang-expanded .language-item:not(.wl-lang-item-active) {
  opacity: 1;
}

.wl-lang-switcher .wl-lang-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 32px !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  color: #666 !important;
  background: transparent !important;
  transition: all 0.25s ease !important;
}

.wl-lang-switcher .wl-lang-btn:hover {
  color: #333 !important;
  background: rgba(0, 0, 0, 0.05) !important;
}

.wl-lang-switcher .wl-lang-btn.wl-lang-active {
  color: #fff !important;
  background: #D42B2B !important;
}

.wl-lang-switcher .language-text {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

.userway_buttons_wrapper {
  position: fixed !important;
  bottom: 20px !important;
  right: 24px !important;
  left: auto !important;
  transform: none !important;
  z-index: 9998 !important;
}

body.wl-rtl .userway_buttons_wrapper {
  right: auto !important;
  left: 24px !important;
  transform: none !important;
}

@media (max-width: 767px) {
  .userway_buttons_wrapper {
    bottom: 20px !important;
    right: 16px !important;
    left: auto !important;
  }

  body.wl-rtl .userway_buttons_wrapper {
    right: auto !important;
    left: 16px !important;
  }
}

/* SOLUTIONS PAGE REDESIGN */

@keyframes wl-sol-grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-2%, -2%); }
  20% { transform: translate(2%, 2%); }
  30% { transform: translate(-1%, 3%); }
  40% { transform: translate(3%, -1%); }
  50% { transform: translate(-3%, 1%); }
  60% { transform: translate(1%, -3%); }
  70% { transform: translate(-2%, 2%); }
  80% { transform: translate(2%, -2%); }
  90% { transform: translate(-1%, 1%); }
}

@keyframes wl-sol-word-in {
  from { opacity: 0; transform: translateY(18px) rotateX(-30deg); }
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}

@keyframes wl-sol-tagline-in {
  from { opacity: 0; letter-spacing: 12px; }
  to { opacity: 1; letter-spacing: 3px; }
}

@keyframes wl-sol-underline {
  from { width: 0; }
  to { width: 100%; }
}

body.wl-solutions-page .wl-sol-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #E04545, #ff6b6b);
  z-index: 10000;
  transition: width 0.1s linear;
  pointer-events: none;
}

body.wl-solutions-page .navbar.w-nav,
body.wl-solutions-page .navbar.w-nav.nav-scrolled {
  background-color: #0A0A0A !important;
  background: #0A0A0A !important;
  position: relative !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body.wl-solutions-page .navbar.w-nav .menu-buttons.w-nav-link,
body.wl-solutions-page .navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link {
  color: #ffffff !important;
}
body.wl-solutions-page .navbar.w-nav .menu-buttons.w-nav-link:hover,
body.wl-solutions-page .navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link:hover {
  color: #E04545 !important;
}

body.wl-solutions-page .white-small-hero {
  background: linear-gradient(160deg, #0A0A0A 0%, #1a1a2e 50%, #0A0A0A 100%) !important;
  min-height: 70vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

body.wl-solutions-page .white-small-hero::before {
  content: '';
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.04;
  animation: wl-sol-grain 4s steps(8) infinite;
  pointer-events: none;
  z-index: 0;
}

body.wl-solutions-page .white-small-hero::after {
  display: none;
}

body.wl-solutions-page .white-small-hero > * {
  position: relative;
  z-index: 2;
}

body.wl-solutions-page .white-small-hero .line,
body.wl-solutions-page .white-small-hero .line.short {
  display: none !important;
}

body.wl-solutions-page .white-small-hero .detail {
  display: none !important;
}

body.wl-solutions-page .white-small-hero h1 {
  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  margin-bottom: 32px !important;
  perspective: 600px;
  direction: ltr !important;
  unicode-bidi: bidi-override !important;
  text-align: center !important;
}

body.wl-solutions-page .wl-sol-word {
  display: inline-block;
  opacity: 0;
  animation: wl-sol-word-in 0.6s ease forwards;
  margin-inline-end: 0.3em;
}


body.wl-solutions-page .solutions-paragraph-section {
  display: none !important;
}

body.wl-solutions-page .solutions-paragraph-section.wl-visible {
  opacity: 1;
  transform: translateY(0);
}

body.wl-solutions-page .solutions-paragraph-section h2 {
  font-size: clamp(24px, 2.8vw, 38px) !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #333 !important;
}

body.wl-solutions-page .solutions-paragraph-section .red,
body.wl-solutions-page .solutions-paragraph-section .red.ltr {
  font-size: inherit !important;
  color: #E04545 !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #E04545, #ff6b6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.wl-solutions-page .solutions-image-and-timeline {
  padding: 100px 0 !important;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  position: relative;
}

body.wl-solutions-page .solutions-image-and-timeline.wl-visible {
  opacity: 1;
  transform: translateY(0);
}

body.wl-solutions-page .wl-sol-section-product {
  background: #FFFFFF !important;
}

body.wl-solutions-page .wl-sol-section-product .solution-container {
  flex-direction: row !important;
}

body.wl-solutions-page .wl-sol-section-marketing {
  background: #0A0A0A !important;
  position: relative !important;
  overflow: hidden !important;
}

body.wl-solutions-page .wl-sol-section-marketing .solutions-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.12 !important;
  z-index: 0 !important;
  border-radius: 0 !important;
}

body.wl-solutions-page .wl-sol-section-marketing .solution-container {
  position: relative;
  z-index: 1;
}

body.wl-solutions-page .wl-sol-section-marketing .solutions-text-and-timeline {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body.wl-solutions-page .wl-sol-section-marketing .solutions-headline {
  color: #ffffff !important;
}

body.wl-solutions-page .wl-sol-section-marketing .card,
body.wl-solutions-page .wl-sol-section-marketing p {
  color: rgba(255,255,255,0.8) !important;
}

body.wl-solutions-page .wl-sol-section-marketing .card.medium {
  color: rgba(255,255,255,0.95) !important;
}

body.wl-solutions-page .wl-sol-section-marketing .vertical-line-timeline {
  background: rgba(224, 69, 69, 0.25) !important;
}

body.wl-solutions-page .wl-sol-section-marketing .circle {
  box-shadow: 0 0 8px rgba(224, 69, 69, 0.5);
}

body.wl-solutions-page .wl-sol-section-sales {
  background: #F5F5F0 !important;
}

body.wl-solutions-page .wl-sol-section-sales .solution-container {
  flex-direction: row-reverse !important;
}

body.wl-solutions-page .solutions-headline {
  font-size: clamp(36px, 4vw, 56px) !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #E04545 !important;
  line-height: 1.15 !important;
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

body.wl-solutions-page .solutions-headline::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #E04545;
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.wl-solutions-page .solutions-headline.wl-underline-visible::after {
  width: 100%;
}

body.wl-solutions-page .solution-container {
  display: flex !important;
  align-items: flex-start !important;
  gap: 60px !important;
}

body.wl-solutions-page .solutions-image {
  border-radius: 12px !important;
  width: 45% !important;
  max-width: 45% !important;
  flex-shrink: 0 !important;
  object-fit: cover !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
  will-change: transform;
}

body.wl-solutions-page .solutions-image:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
}

body.wl-solutions-page .solutions-image-wrapper,
body.wl-solutions-page .solutions-image-wrapper img {
  border-radius: 12px !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  overflow: hidden !important;
}

body.wl-solutions-page .solutions-text-and-timeline {
  flex: 1 !important;
}

body.wl-solutions-page .circle {
  width: 10px !important;
  height: 10px !important;
  background: #E04545 !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
  border: none !important;
  flex-shrink: 0 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

body.wl-solutions-page .bullet {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}
body.wl-rtl.wl-solutions-page .bullet {
  transform: translateX(-20px);
}

body.wl-solutions-page .bullet.wl-bullet-visible {
  opacity: 1;
  transform: translateX(0);
}

body.wl-solutions-page .bullet:hover .circle {
  transform: rotate(45deg) scale(1.4) !important;
  box-shadow: 0 0 12px rgba(224, 69, 69, 0.4);
}

body.wl-solutions-page .bullet:hover .card {
  color: #E04545 !important;
}

body.wl-solutions-page .card.medium.solutions-bullets {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #0A0A0A !important;
  transition: color 0.3s ease;
}

body.wl-solutions-page .card.solutions-bullets {
  transition: color 0.3s ease;
}

body.wl-solutions-page .vertical-line-timeline {
  background: rgba(224, 69, 69, 0.2) !important;
  width: 2px !important;
}

body.wl-solutions-page .wl-sol-divider {
  height: 2px;
  background: #E04545;
  width: 0;
  max-width: 120px;
  margin: 0 auto;
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.wl-solutions-page .wl-sol-divider.wl-divider-visible {
  width: 120px;
}

body.wl-solutions-page .solution-headline-and-paragraph p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #555 !important;
  max-width: 560px !important;
  text-align: left !important;
}

body.wl-rtl.wl-solutions-page .solutions-text-and-timeline {
  text-align: right !important;
  direction: rtl !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

body.wl-rtl.wl-solutions-page .solutions-headline {
  text-align: right !important;
  display: block !important;
}
body.wl-rtl.wl-solutions-page .solutions-headline::after {
  right: 0 !important;
  left: auto !important;
}

body.wl-rtl.wl-solutions-page .solution-headline-and-paragraph {
  text-align: right !important;
  direction: rtl !important;
}

body.wl-rtl.wl-solutions-page .solution-headline-and-paragraph p {
  text-align: right !important;
  direction: rtl !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-product .solution-container {
  flex-direction: row-reverse !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-sales .solution-container {
  flex-direction: row !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-sales .solutions-text-and-timeline {
  align-items: flex-end !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-sales .solutions-timeline {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-sales .bullets {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-sales .solution-headline-and-paragraph p {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .solutions-timeline {
  direction: rtl !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .bullet.wl-bullet-visible {
  transform: translateX(0);
}

body.wl-rtl.wl-solutions-page .bullet {
  flex-direction: row-reverse !important;
  text-align: right !important;
}

body.wl-rtl.wl-solutions-page .bullet .card {
  text-align: right !important;
}

body.wl-rtl.wl-solutions-page .vertical-line-timeline {
  order: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .solutions-timeline.mirror {
  direction: rtl !important;
}

body.wl-rtl.wl-solutions-page .bullets {
  direction: rtl !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-marketing .solutions-text-and-timeline {
  text-align: right !important;
  direction: rtl !important;
  align-items: flex-end !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-marketing .solutions-timeline {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-marketing .bullets {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-marketing .solution-headline-and-paragraph p {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-marketing .solutions-headline {
  text-align: right !important;
}

body.wl-rtl.wl-solutions-page .wl-sol-section-marketing .solution-headline-and-paragraph p {
  text-align: right !important;
  direction: rtl !important;
}

body.wl-solutions-page .wl-sol-section-marketing .solution-headline-and-paragraph p {
  color: rgba(255,255,255,0.7) !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}

@media (max-width: 991px) {
  body.wl-solutions-page .solution-container {
    flex-direction: column !important;
  }

  body.wl-solutions-page .wl-sol-section-sales .solution-container {
    flex-direction: column !important;
  }

  body.wl-solutions-page .solutions-image {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.wl-solutions-page .wl-sol-section-marketing .solutions-image {
    position: absolute !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.wl-solutions-page .white-small-hero {
    min-height: 55vh !important;
  }

  body.wl-solutions-page .solutions-image-and-timeline {
    padding: 60px 0 !important;
  }

  body.wl-solutions-page .solutions-paragraph-section {
    padding: 60px 0 !important;
  }


  body.wl-solutions-page .bullet {
    transform: translateX(10px);
  }
}

/* ========================================
   Projects Page
   ======================================== */

body.wl-projects-page .navbar.w-nav,
body.wl-projects-page .navbar.w-nav.nav-scrolled {
  background-color: #0A0A0A !important;
  background: #0A0A0A !important;
  position: relative !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body.wl-projects-page .navbar.w-nav .menu-buttons.w-nav-link,
body.wl-projects-page .navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link {
  color: #ffffff !important;
}
body.wl-projects-page .navbar.w-nav .menu-buttons.w-nav-link:hover,
body.wl-projects-page .navbar.w-nav.nav-scrolled .menu-buttons.w-nav-link:hover {
  color: #E04545 !important;
}

body.wl-projects-page .white-small-hero {
  background: linear-gradient(160deg, #0A0A0A 0%, #1a1a2e 50%, #0A0A0A 100%) !important;
  min-height: 50vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

body.wl-projects-page .white-small-hero::before {
  content: '';
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.04;
  animation: wl-sol-grain 4s steps(8) infinite;
  pointer-events: none;
  z-index: 0;
}

body.wl-projects-page .white-small-hero::after {
  display: none;
}

body.wl-projects-page .white-small-hero > * {
  position: relative;
  z-index: 2;
}

body.wl-projects-page .white-small-hero .line,
body.wl-projects-page .white-small-hero .line.short {
  display: none !important;
}

body.wl-projects-page .white-small-hero .detail {
  color: rgba(255,255,255,0.5) !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  font-size: 13px !important;
}

body.wl-projects-page .white-small-hero h1,
body.wl-projects-page .white-small-hero .heading-6 {
  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}

body.wl-projects-page .projects-section {
  background: #faf9f7 !important;
  padding: 60px 0 80px !important;
}

body.wl-projects-page .projects-section .container---1820 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

body.wl-projects-page .projects-container {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

body.wl-projects-page .projects-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 32px !important;
}

body.wl-projects-page .container---1820.centered-container {
  max-width: 1600px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.wl-projects-page .projects-card-wrapper {
  width: 100% !important;
  background-image: none !important;
  background: transparent !important;
}

body.wl-projects-page .project-card {
  background-color: #ffffff !important;
  background-image: none !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: auto 1fr !important;
  height: auto !important;
  text-decoration: none !important;
  padding: 0 !important;
  min-height: 320px !important;
  gap: 0 !important;
  position: relative !important;
}

body.wl-projects-page .project-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.1) !important;
}

body.wl-projects-page .wl-proj-plan-img {
  grid-column: 2;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  border-left: 1px solid rgba(0,0,0,0.06);
}

body.wl-projects-page .project-title-and-logo {
  grid-column: 1;
  grid-row: 1;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 24px 24px 8px !important;
  gap: 16px !important;
  background: transparent !important;
  background-image: none !important;
  width: auto !important;
}

body.wl-projects-page .project-name-and-location {
  flex: 1;
}

body.wl-projects-page .project-card h2,
body.wl-projects-page .project-card .red.small {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #E04545 !important;
  line-height: 1.3 !important;
  margin: 0 0 4px !important;
}

body.wl-projects-page .card.projects.right {
  font-family: var(--wl-font-body) !important;
  font-size: 14px !important;
  color: #888 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

body.wl-projects-page .contractor-logo {
  max-height: 50px !important;
  max-width: 80px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0.7 !important;
  transition: opacity 0.3s ease !important;
  flex-shrink: 0 !important;
}

body.wl-projects-page .project-card:hover .contractor-logo {
  opacity: 1 !important;
}

body.wl-projects-page .project-paragraph-and-tags {
  grid-column: 1;
  grid-row: 2;
  padding: 8px 24px 24px !important;
  display: flex;
  flex-direction: column;
  background: transparent !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  width: auto !important;
}

body.wl-projects-page .card.body {
  font-family: var(--wl-font-body) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #555 !important;
  margin: 0 0 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.wl-projects-page .tags-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: auto !important;
}

body.wl-projects-page .wl-proj-tag {
  display: inline-flex !important;
  align-items: center !important;
  padding: 4px 14px !important;
  border-radius: 20px !important;
  font-family: var(--wl-font-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(224, 69, 69, 0.2) !important;
  color: #E04545 !important;
  background: rgba(224, 69, 69, 0.04) !important;
  transition: background 0.3s ease, border-color 0.3s ease !important;
}

body.wl-projects-page .project-card:hover .wl-proj-tag {
  background: rgba(224, 69, 69, 0.08) !important;
  border-color: rgba(224, 69, 69, 0.3) !important;
}

body.wl-rtl.wl-projects-page .wl-proj-plan-img {
  grid-column: 1;
  grid-row: 1 / -1;
  border-left: none;
  border-right: 1px solid rgba(0,0,0,0.06);
}
body.wl-rtl.wl-projects-page .project-title-and-logo {
  grid-column: 2;
}
body.wl-rtl.wl-projects-page .project-paragraph-and-tags {
  grid-column: 2;
}

body.wl-rtl.wl-projects-page .project-name-and-location {
  text-align: right !important;
}

body.wl-rtl.wl-projects-page .card.body {
  text-align: right !important;
  direction: rtl !important;
}

body.wl-rtl.wl-projects-page .tags-container {
  justify-content: flex-start !important;
}

@media (max-width: 767px) {
  body.wl-projects-page .white-small-hero {
    min-height: 40vh !important;
  }

  body.wl-projects-page .projects-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.wl-projects-page .projects-section .container---1820 {
    padding: 0 20px;
  }

  body.wl-projects-page .project-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }
  body.wl-projects-page .wl-proj-plan-img {
    grid-column: 1 !important;
    grid-row: 1 !important;
    max-height: 200px !important;
    object-fit: contain !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
  }
  body.wl-projects-page .project-title-and-logo {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 16px 16px 8px !important;
  }
  body.wl-projects-page .project-paragraph-and-tags {
    grid-column: 1 !important;
    grid-row: 3 !important;
    padding: 0 16px 16px !important;
  }
  body.wl-rtl.wl-projects-page .wl-proj-plan-img,
  body.wl-rtl.wl-projects-page .project-title-and-logo,
  body.wl-rtl.wl-projects-page .project-paragraph-and-tags {
    grid-column: 1 !important;
  }
}

/* ============================================================
   PROJECT DETAIL PAGE — body.wl-project-detail-page
   ============================================================ */

body.wl-project-detail-page .wl-pd-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #E04545;
  z-index: 99999;
  transition: width 0.15s linear;
}

body.wl-project-detail-page .wl-pd-animate {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}

body.wl-project-detail-page .wl-pd-animate.wl-pd-visible {
  opacity: 1;
  transform: translateY(0);
}

body.wl-project-detail-page .project-header {
  position: relative !important;
  overflow: hidden !important;
}

body.wl-project-detail-page .wl-pd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.15) 0%, rgba(10,10,10,0.08) 50%, rgba(10,10,10,0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

body.wl-project-detail-page .wl-pd-hero-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px 128px;
}

body.wl-project-detail-page .project-header .container---1820 {
  position: relative;
  z-index: 3;
}

body.wl-project-detail-page .wl-pd-hero-title {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;
  letter-spacing: 0.03em !important;
}

body.wl-project-detail-page .wl-pd-hero-subtitle {
  color: rgba(255,255,255,0.85) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3) !important;
}

body.wl-project-detail-page .project-header .etrepreneur-logos {
  position: relative;
  z-index: 3;
}

body.wl-project-detail-page .project-header .project-etrepreneur-logo {
  background: rgba(255, 255, 255, 0.75) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 20px !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  position: relative !important;
  z-index: 4 !important;
  overflow: hidden !important;
}
body.wl-project-detail-page .project-header .wl-logo-label {
  font-family: var(--wl-font-body);
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}
body.wl-project-detail-page .project-header .project-etrepreneur-logo img {
  max-height: 60px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

body.wl-project-detail-page .project-header .hero-texts {
  position: relative;
  z-index: 3;
}

body.wl-project-detail-page .sketch-and-text {
  background-color: #F5F5F0 !important;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

body.wl-project-detail-page .wl-pd-sketch-subtitle {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-style: italic !important;
  font-size: 1.6rem !important;
  color: #0A0A0A !important;
  position: relative !important;
  padding-bottom: 20px !important;
  margin-bottom: 24px !important;
}

body.wl-project-detail-page .wl-pd-sketch-subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #E04545;
}

body.wl-rtl.wl-project-detail-page .wl-pd-sketch-subtitle::after {
  right: 0;
  left: auto;
}

body.wl-ltr.wl-project-detail-page .wl-pd-sketch-subtitle::after {
  left: 0;
  right: auto;
}

body.wl-project-detail-page .wl-pd-sketch-img {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

body.wl-project-detail-page .wl-pd-visible .wl-pd-sketch-img,
body.wl-project-detail-page .wl-pd-animate.wl-pd-visible .wl-pd-sketch-img {
  opacity: 1;
  transform: translateX(0);
}

body.wl-project-detail-page .sketch-and-text .card {
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  color: #333 !important;
}

body.wl-project-detail-page .title-and-text {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

body.wl-project-detail-page .title-and-text .card.rich-body {
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  color: #333 !important;
}

body.wl-project-detail-page .wl-pd-stats {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 12px !important;
  padding: 24px 32px !important;
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-style: italic !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04) !important;
}

body.wl-project-detail-page .two-images-side-by-side {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  background-color: #F5F5F0 !important;
}

body.wl-project-detail-page .wl-pd-img-label {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-style: italic !important;
  color: #0A0A0A !important;
  margin-bottom: 12px !important;
}

body.wl-project-detail-page .wl-pd-two-img {
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

body.wl-project-detail-page .wl-pd-two-img:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
}

body.wl-project-detail-page .wl-pd-two-img img {
  border-radius: 12px !important;
}

body.wl-project-detail-page .project-three-columns-text {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

body.wl-project-detail-page .wl-pd-col-card {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 3px solid #E04545 !important;
  border-radius: 12px !important;
  padding: 28px 24px !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

body.wl-project-detail-page .wl-pd-col-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08) !important;
}

body.wl-project-detail-page .wl-pd-col-heading {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-style: italic !important;
  color: #E04545 !important;
  font-size: 1.3rem !important;
  margin-bottom: 16px !important;
}

body.wl-project-detail-page .wl-pd-col-card .card {
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  color: #444 !important;
}

body.wl-project-detail-page .projects-cms_social-links {
  padding: 32px 0 !important;
}

body.wl-project-detail-page .projects-cms_sl-link-wrap {
  border: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  transition: background 0.25s ease, border-color 0.25s ease !important;
}

body.wl-project-detail-page .projects-cms_sl-link-wrap:hover {
  background: rgba(224,69,69,0.06) !important;
  border-color: #E04545 !important;
}

@media screen and (max-width: 767px) {
  body.wl-project-detail-page .project-header {
    min-height: 50vh !important;
    height: auto !important;
  }

  body.wl-project-detail-page .wl-pd-hero-title {
    font-size: 2.2rem !important;
  }

  body.wl-project-detail-page .sketch-and-text,
  body.wl-project-detail-page .title-and-text,
  body.wl-project-detail-page .two-images-side-by-side,
  body.wl-project-detail-page .project-three-columns-text {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  body.wl-project-detail-page .sketch-and-text-container {
    flex-direction: column !important;
  }

  body.wl-project-detail-page .wl-pd-sketch-img {
    transform: translateX(0) !important;
    width: 100% !important;
  }

  body.wl-project-detail-page .project-images-container {
    flex-direction: column !important;
  }

  body.wl-project-detail-page .projectimage-with-text-under {
    width: 100% !important;
  }

  body.wl-project-detail-page .grid-2 {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.wl-project-detail-page .wl-pd-col-card {
    padding: 20px 16px !important;
  }

  body.wl-project-detail-page .wl-pd-stats {
    padding: 16px 20px !important;
  }

  body.wl-project-detail-page .project-header .project-etrepreneur-logo {
    padding: 10px 14px !important;
  }
  body.wl-project-detail-page .project-header .project-etrepreneur-logo img {
    max-height: 50px !important;
  }
}

/* =====================================================
   BLOG DETAIL PAGE (CMS) — wl-bdp-*
   ===================================================== */

.wl-bdp-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #E04545;
  z-index: 9999;
  transition: width 0.15s linear;
}

.wl-bdp-wrapper {
  background-color: #FAFAF7;
}

.wl-bdp-hero {
  position: relative;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  background-color: #0A0A0A;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.wl-bdp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.25) 0%, rgba(10,10,10,0.85) 100%);
  z-index: 1;
}

.wl-bdp-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.wl-bdp-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 32px 48px;
  color: #fff;
}

.wl-bdp-hero__breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 16px;
  opacity: 0.7;
}

.wl-bdp-hero__breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.wl-bdp-hero__breadcrumb a:hover {
  text-decoration: underline;
}

.wl-bdp-hero__badge {
  display: inline-block;
  background: #E04545;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.wl-bdp-hero__title {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
  color: #fff;
  animation: wlBdpFadeUp 0.8s ease-out;
}

.wl-bdp-hero__date {
  font-size: 0.9rem;
  opacity: 0.7;
  margin: 0;
}

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

.wl-bdp-author-bar {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 16px 32px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.wl-bdp-author-bar__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wl-bdp-author-bar__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E04545;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.wl-bdp-author-bar__name {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #0A0A0A;
}

.wl-bdp-author-bar__meta {
  display: block;
  font-size: 0.8rem;
  color: #888;
}

.wl-bdp-share-float {
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.wl-bdp-share-float.visible {
  opacity: 1;
  pointer-events: auto;
}

.wl-bdp-share-float a,
.wl-bdp-share-float button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s;
  color: #555;
  text-decoration: none;
}

.wl-bdp-share-float a svg,
.wl-bdp-share-float button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wl-bdp-share-float a:hover,
.wl-bdp-share-float button:hover {
  background: #E04545;
  color: #fff;
  border-color: #E04545;
}

.wl-bdp-share-mobile {
  display: none;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.wl-bdp-share-mobile a,
.wl-bdp-share-mobile button {
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #333;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.wl-bdp-share-mobile a:hover,
.wl-bdp-share-mobile button:hover {
  background: #E04545;
  color: #fff;
}

.wl-bdp-toc {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 32px 0;
}

.wl-bdp-toc__title {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 16px;
  color: #0A0A0A;
}

.wl-bdp-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eee;
  overflow: hidden;
}

.wl-bdp-toc__list li {
  border-bottom: 1px solid #f0f0f0;
}

.wl-bdp-toc__list li:last-child {
  border-bottom: none;
}

.wl-bdp-toc__list a {
  display: block;
  padding: 14px 20px;
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.wl-bdp-toc__list a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #E04545;
  opacity: 0;
  transition: opacity 0.2s;
}

.wl-bdp-toc__list a:hover {
  background: #FAFAF7;
  color: #E04545;
}

.wl-bdp-toc__list a:hover::before {
  opacity: 1;
}

#wl-bdp-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 32px 48px;
}

#wl-bdp-article .rich-text-block-2 {
  display: block !important;
  font-family: 'Heebo', 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  color: #333 !important;
}

#wl-bdp-article .rich-text-block-2 h3 {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #0A0A0A !important;
  margin: 48px 0 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #E04545 !important;
}

#wl-bdp-article .rich-text-block-2 h4 {
  font-family: 'Heebo', 'Inter', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 32px 0 12px !important;
}

#wl-bdp-article .rich-text-block-2 p {
  margin: 0 0 20px !important;
  color: #444 !important;
}

#wl-bdp-article .rich-text-block-2 ul,
#wl-bdp-article .rich-text-block-2 ol {
  margin: 0 0 24px !important;
  padding-right: 24px !important;
}

#wl-bdp-article .rich-text-block-2 li {
  margin-bottom: 8px !important;
  line-height: 1.8 !important;
}

#wl-bdp-article .rich-text-block-2 blockquote {
  border-right: 4px solid #E04545 !important;
  border-left: none !important;
  padding: 16px 24px !important;
  margin: 32px 0 !important;
  background: #F5F5F0 !important;
  border-radius: 0 12px 12px 0 !important;
  font-style: italic !important;
  color: #555 !important;
}

#wl-bdp-article .rich-text-block-2 img {
  max-width: 100% !important;
  border-radius: 14px !important;
  margin: 24px 0 !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
}

#wl-bdp-article .rich-text-block-2 a {
  color: #E04545 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

#wl-bdp-article .rich-text-block-2 a:hover {
  color: #D42B2B !important;
}

#wl-bdp-article .rich-text-block-2 strong {
  color: #0A0A0A !important;
  font-weight: 700 !important;
}

.wl-bdp-cta {
  max-width: 900px;
  margin: 0 auto 48px;
  padding: 48px 40px;
  background: #0A0A0A;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.wl-bdp-cta h2 {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-style: italic;
  font-size: 1.8rem;
  margin: 0 0 12px;
  color: #fff;
}

.wl-bdp-cta p {
  font-size: 1rem;
  opacity: 0.8;
  margin: 0 0 24px;
}

.wl-bdp-cta__btn {
  display: inline-block;
  background: #E04545;
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.wl-bdp-cta__btn:hover {
  background: #D42B2B;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224,69,69,0.35);
}

.wl-bdp-author-bio {
  max-width: 900px;
  margin: 0 auto 48px;
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  display: flex;
  gap: 20px;
  align-items: center;
}

.wl-bdp-author-bio__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E04545;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.wl-bdp-author-bio__text h4 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #0A0A0A;
}

.wl-bdp-author-bio__text p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

.wl-bdp-faq {
  max-width: 900px;
  margin: 0 auto 48px;
  padding: 0 32px;
}

.wl-bdp-faq__title {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 20px;
  color: #0A0A0A;
}

.wl-bdp-faq__item {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
}

.wl-bdp-faq__item:hover {
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.wl-bdp-faq__q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #0A0A0A;
  font-family: inherit;
}

.wl-bdp-faq__icon {
  font-size: 1.4rem;
  color: #E04545;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.wl-bdp-faq__item.open .wl-bdp-faq__icon {
  transform: rotate(45deg);
}

.wl-bdp-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 20px;
}

.wl-bdp-faq__item.open .wl-bdp-faq__a {
  max-height: 300px;
  padding: 0 20px 18px;
}

.wl-bdp-faq__a p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}

.wl-bdp-related {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px 64px;
}

.wl-bdp-related h2 {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 24px;
  color: #0A0A0A;
}

.wl-bdp-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wl-bdp-related .wl-blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #eee;
  transition: all 0.3s;
}

.wl-bdp-related .wl-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.wl-bdp-related .wl-blog-card__img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.wl-bdp-related .wl-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wl-bdp-related .wl-blog-card__body {
  padding: 16px;
}

.wl-bdp-related .wl-blog-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0A0A0A;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-bdp-related__back {
  display: block;
  text-align: center;
  margin-top: 32px;
  color: #E04545;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.wl-bdp-related__back:hover {
  text-decoration: underline;
}

.wl-bdp-back-top {
  position: fixed;
  bottom: 32px;
  left: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E04545;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(224,69,69,0.3);
  border: none;
}

.wl-bdp-back-top svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wl-bdp-back-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.wl-bdp-back-top:hover {
  background: #D42B2B;
  transform: translateY(-3px);
}

.wl-bdp-hero__summary {
  font-size: 1.05rem;
  opacity: 0.85;
  margin: 0 0 12px;
  line-height: 1.6;
  max-width: 700px;
}

.wl-bdp-topics {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wl-bdp-topic-pill {
  display: inline-block;
  background: #F5F5F0;
  color: #555;
  font-size: 0.8rem;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
}

.wl-bdp-video {
  max-width: 900px;
  margin: 0 auto 32px;
  padding: 0 32px;
}

.wl-bdp-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  border: none;
}

#wl-bdp-article {
  font-family: 'Heebo', 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  color: #333 !important;
}

#wl-bdp-article h3 {
  font-family: 'Playfair Display', 'Noto Serif Hebrew', serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #0A0A0A !important;
  margin: 48px 0 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #E04545 !important;
}

#wl-bdp-article h4 {
  font-family: 'Heebo', 'Inter', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 32px 0 12px !important;
}

#wl-bdp-article p {
  margin: 0 0 20px !important;
  color: #444 !important;
}

#wl-bdp-article ul,
#wl-bdp-article ol {
  margin: 0 0 24px !important;
  padding-right: 24px !important;
}

#wl-bdp-article li {
  margin-bottom: 8px !important;
  line-height: 1.8 !important;
}

#wl-bdp-article blockquote {
  border-right: 4px solid #E04545 !important;
  border-left: none !important;
  padding: 16px 24px !important;
  margin: 32px 0 !important;
  background: #F5F5F0 !important;
  border-radius: 0 12px 12px 0 !important;
  font-style: italic !important;
  color: #555 !important;
}

#wl-bdp-article img {
  max-width: 100% !important;
  border-radius: 14px !important;
  margin: 24px 0 !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
}

#wl-bdp-article a {
  color: #E04545 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

#wl-bdp-article a:hover {
  color: #D42B2B !important;
}

#wl-bdp-article strong {
  color: #0A0A0A !important;
  font-weight: 700 !important;
}

.wl-bdp-cta__btn--secondary {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid rgba(255,255,255,0.4);
  margin-right: 12px;
}

.wl-bdp-cta__btn--secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}

.wl-bdp-share-bottom {
  max-width: 900px;
  margin: 0 auto 48px;
  padding: 24px 32px;
  text-align: center;
}

.wl-bdp-share-bottom > span {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 12px;
}

.wl-bdp-share-bottom__btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.wl-bdp-share-bottom__btns a {
  font-size: 0.85rem;
  padding: 8px 20px;
  border-radius: 24px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid #e0e0e0;
}

.wl-bdp-share-bottom__btns a:hover {
  background: #E04545;
  color: #fff;
  border-color: #E04545;
}

.wl-bdp-related__date {
  font-size: 0.8rem;
  color: #888;
  display: block;
  margin-bottom: 4px;
}

.wl-bdp-author-bar__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.wl-bdp-author-bio__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .wl-bdp-hero {
    min-height: 340px;
  }

  .wl-bdp-hero__content {
    padding: 40px 20px 32px;
  }

  .wl-bdp-hero__title {
    font-size: 1.6rem;
  }

  .wl-bdp-author-bar {
    padding: 12px 16px;
  }

  .wl-bdp-share-float {
    display: none !important;
  }

  .wl-bdp-share-mobile {
    display: flex;
  }

  .wl-bdp-toc {
    padding: 24px 16px 0;
  }

  #wl-bdp-article {
    padding: 24px 16px 32px;
  }

  #wl-bdp-article .rich-text-block-2 {
    font-size: 0.95rem !important;
  }

  #wl-bdp-article .rich-text-block-2 h3 {
    font-size: 1.25rem !important;
    margin-top: 32px !important;
  }

  .wl-bdp-cta {
    margin: 0 16px 32px;
    padding: 32px 24px;
    border-radius: 16px;
  }

  .wl-bdp-cta h2 {
    font-size: 1.4rem;
  }

  .wl-bdp-author-bio {
    margin: 0 16px 32px;
    padding: 24px 20px;
    flex-direction: column;
    text-align: center;
  }

  .wl-bdp-faq {
    padding: 0 16px;
    margin-bottom: 32px;
  }

  .wl-bdp-related {
    padding: 0 16px 48px;
  }

  .wl-bdp-related__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wl-bdp-back-top {
    bottom: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
  }
}

body.wl-contact-page .wl-cp-hero {
  background: #0A0A0A !important;
  padding: 120px 0 70px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.wl-contact-page .wl-cp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(224,69,69,0.08) 0%, transparent 60%);
  pointer-events: none;
}
body.wl-contact-page .wl-cp-hero__subtitle {
  font-family: 'Heebo', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #E04545 !important;
  margin-bottom: 16px !important;
}
body.wl-contact-page .wl-cp-hero .small-hero-content {
  width: 80% !important;
  max-width: 800px !important;
  padding-bottom: 4% !important;
}
body.wl-contact-page .wl-cp-hero .hero-texts.shortheader {
  gap: 0 !important;
}
body.wl-contact-page .wl-cp-hero__title {
  font-family: 'Playfair Display', serif !important;
  font-size: 52px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 10px !important;
  padding-bottom: 0 !important;
  line-height: 1.3 !important;
  display: block !important;
  width: 100% !important;
}
body.wl-contact-page .wl-cp-hero__tagline {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  color: #999;
  margin: 24px auto 0 !important;
  padding-top: 10px !important;
  max-width: 600px;
  line-height: 1.6;
  display: block !important;
  clear: both !important;
  position: relative !important;
}
body.wl-contact-page .wl-cp-hero .headerlines {
  display: none !important;
}
body.wl-contact-page .wl-cp-hero .small_header {
  max-width: 700px;
  margin: 0 auto;
}

body.wl-contact-page .wl-cp-info-section {
  background: #F5F5F0 !important;
  padding: 60px 20px 70px !important;
  position: relative;
  z-index: 2;
}
body.wl-contact-page .wl-cp-info-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}
body.wl-contact-page .wl-cp-card {
  background: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 32px 24px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05) !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.wl-contact-page .wl-cp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.10) !important;
}
body.wl-contact-page .wl-cp-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(224, 69, 69, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
body.wl-contact-page .wl-cp-card__title {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0A0A0A;
  margin: 0 0 8px;
  letter-spacing: 0.3px;
}
body.wl-contact-page .wl-cp-card__link {
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}
body.wl-contact-page .wl-cp-card__link[href^="tel"],
body.wl-contact-page .wl-cp-card__link[href^="mailto"] {
  direction: ltr;
  unicode-bidi: isolate;
}
body.wl-contact-page .wl-cp-card a.wl-cp-card__link:hover {
  color: #E04545;
}

body.wl-contact-page .wl-cp-social-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 4px;
}
body.wl-contact-page .wl-cp-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid rgba(0,0,0,0.06);
}
body.wl-contact-page .wl-cp-social-btn:hover {
  background: #E04545;
  color: #FFFFFF;
  border-color: #E04545;
  transform: translateY(-2px);
}
body.wl-contact-page .wl-cp-social-btn svg {
  width: 18px;
  height: 18px;
}

body.wl-contact-page .wl-cp-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body.wl-contact-page .wl-cp-animate.wl-cp-visible {
  opacity: 1;
  transform: translateY(0);
}

body.wl-contact-page .wl-cp-form-section {
  padding: 70px 20px !important;
  background: transparent !important;
}
body.wl-contact-page .wl-cp-form-section .contact-content {
  display: flex !important;
  flex-direction: row !important;
  gap: 50px !important;
  align-items: flex-start !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  grid-template-columns: none !important;
}
body.wl-contact-page .wl-cp-form-section .contact-wrapper {
  flex: 1 !important;
  min-width: 0;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
}
body.wl-contact-page .wl-cp-text-side {
  width: 100% !important;
  flex: 0 0 420px !important;
  padding-top: 10px;
}
body.wl-contact-page .wl-cp-trust {
  position: sticky;
  top: 100px;
}
body.wl-contact-page .wl-cp-trust__title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0 0 24px;
  line-height: 1.3;
}
body.wl-ltr.wl-contact-page .wl-cp-trust__title {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
}
body.wl-contact-page .wl-cp-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
body.wl-contact-page .wl-cp-proof-card {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 24px 20px;
  transition: all 0.3s ease;
}
body.wl-contact-page .wl-cp-proof-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-color: rgba(224,69,69,0.15);
}
body.wl-contact-page .wl-cp-proof-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(224,69,69,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
body.wl-contact-page .wl-cp-proof-card__title {
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0 0 8px;
}
body.wl-contact-page .wl-cp-proof-card__text {
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
body.wl-rtl.wl-contact-page .wl-cp-proof-card {
  text-align: right;
}
body.wl-ltr.wl-contact-page .wl-cp-proof-card {
  text-align: left;
}

body.wl-contact-page .wl-cp-form-card {
  display: block !important;
  background: #FFFFFF !important;
  border-radius: 16px !important;
  padding: 40px !important;
  box-shadow: 0 4px 30px rgba(0,0,0,0.08) !important;
  flex: 1 !important;
  min-width: 0;
  border: 1px solid rgba(0,0,0,0.04);
}
body.wl-contact-page .wl-cp-form-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
body.wl-contact-page .wl-cp-form-header__title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0 0 6px;
}
body.wl-contact-page .wl-cp-form-header__sub {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0;
}
body.wl-contact-page .wl-cp-label {
  font-family: 'Heebo', sans-serif !important;
  font-size: 14px !important;
  color: #0A0A0A !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
  display: block !important;
}
body.wl-contact-page .wl-cp-input {
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  font-family: 'Heebo', sans-serif !important;
  background: #FAFAFA !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
body.wl-contact-page .wl-cp-input:focus {
  border-color: #E04545 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(224,69,69,0.1) !important;
  background: #FFFFFF !important;
}
body.wl-contact-page .wl-cp-input::placeholder {
  color: #AAA !important;
}
body.wl-contact-page textarea.wl-cp-input {
  min-height: 140px !important;
  resize: vertical !important;
}
body.wl-contact-page .wl-cp-submit {
  background: #E04545 !important;
  color: #FFFFFF !important;
  font-family: 'Heebo', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 16px 40px !important;
  border-radius: 8px !important;
  border: none !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.15s ease !important;
}
body.wl-contact-page .wl-cp-submit:hover {
  background: #C93A3A !important;
  transform: translateY(-1px);
}

body.wl-contact-page .form_wrapper .w-form-done {
  background: #f0fdf4 !important;
  border: 1px solid #86efac !important;
  border-radius: 12px !important;
  padding: 24px !important;
  color: #166534 !important;
  font-family: 'Heebo', sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
}
body.wl-contact-page .form_wrapper .w-form-fail {
  background: #fef2f2 !important;
  border: 1px solid #fca5a5 !important;
  border-radius: 12px !important;
  padding: 24px !important;
  color: #991b1b !important;
  font-family: 'Heebo', sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
}

body.wl-contact-page .wl-cp-cta-band {
  background: #0A0A0A;
  padding: 80px 20px;
  text-align: center;
}
body.wl-contact-page .wl-cp-cta-band__inner {
  max-width: 650px;
  margin: 0 auto;
}
body.wl-contact-page .wl-cp-cta-band__title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px;
  line-height: 1.3;
}
body.wl-contact-page .wl-cp-cta-band__sub {
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  color: #999;
  margin: 0 0 32px;
  line-height: 1.7;
}
body.wl-contact-page .wl-cp-cta-band__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  padding: 16px 36px;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
body.wl-contact-page .wl-cp-cta-band__btn:hover {
  background: #1fb855;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
}
body.wl-contact-page .wl-cp-cta-band__btn svg {
  flex-shrink: 0;
}
body.wl-contact-page .wl-cp-cta-band__or {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  color: #666;
  margin: 20px 0 0;
}

body.wl-contact-page .wl-cp-trust-banner {
  background: #0A0A0A;
  padding: 60px 20px;
  text-align: center;
}
body.wl-contact-page .wl-cp-trust-banner__inner {
  max-width: 700px;
  margin: 0 auto;
}
body.wl-contact-page .wl-cp-trust-banner__text {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 20px;
  line-height: 1.4;
}
body.wl-contact-page .wl-cp-trust-banner__locs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
body.wl-contact-page .wl-cp-trust-banner__loc {
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  color: #999;
  letter-spacing: 0.5px;
}
body.wl-contact-page .wl-cp-trust-banner__dot {
  color: #E04545;
  font-size: 18px;
}
body.wl-contact-page .wl-cp-phone-field {
  margin-bottom: 16px;
}

body.wl-contact-page .contact-image {
  display: none !important;
}

body.wl-ltr.wl-contact-page .wl-cp-trust__title {
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}
body.wl-ltr.wl-contact-page .wl-cp-proof-card__title,
body.wl-ltr.wl-contact-page .wl-cp-proof-card__text {
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}
body.wl-ltr.wl-contact-page .wl-cp-hero__title {
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}
body.wl-ltr.wl-contact-page .wl-cp-hero__tagline {
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}
body.wl-ltr.wl-contact-page .wl-cp-form-header__sub {
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}
body.wl-ltr.wl-contact-page .wl-cp-cta-band__title {
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}

@media (max-width: 900px) {
  body.wl-contact-page .wl-cp-info-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  body.wl-contact-page .wl-cp-hero {
    padding: 90px 20px 50px !important;
  }
  body.wl-contact-page .wl-cp-hero .small-hero-content {
    width: 90% !important;
  }
  body.wl-contact-page .wl-cp-hero__title {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
  body.wl-contact-page .wl-cp-hero__tagline {
    font-size: 15px;
    margin-top: 20px !important;
  }
  body.wl-contact-page .wl-cp-info-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  body.wl-contact-page .wl-cp-form-section .contact-content {
    flex-direction: column !important;
    gap: 30px !important;
  }
  body.wl-contact-page .wl-cp-text-side {
    flex: none !important;
    width: 100% !important;
  }
  body.wl-contact-page .wl-cp-form-card {
    display: block !important;
    width: 100% !important;
    padding: 24px !important;
  }
  body.wl-contact-page .wl-cp-trust__title {
    font-size: 24px;
  }
  body.wl-contact-page .wl-cp-proof-grid {
    grid-template-columns: 1fr !important;
  }
  body.wl-contact-page .wl-cp-cta-band__title {
    font-size: 26px;
  }
  body.wl-contact-page .wl-cp-trust-banner__text {
    font-size: 20px;
  }
}

body.wl-ltr .right-aligned-text {
  align-items: flex-start !important;
}

body.wl-ltr .right-aligned-text.solutions-headline {
  align-items: flex-start !important;
  text-align: left !important;
}

body.wl-ltr .right-aligned-text.publications-headline {
  align-items: flex-start !important;
  text-align: left !important;
}

body.wl-ltr .our-solutions {
  align-items: flex-start !important;
}

body.wl-ltr .light {
  text-align: left !important;
}

body.wl-ltr .services-headline {
  text-align: left !important;
}

body.wl-ltr .heading-2.centered.about-section {
  text-align: left !important;
}

body.wl-ltr .our-services-section .services-headline .heading-2 {
  text-align: left !important;
}

body.wl-ltr .our-services-section .our-solutions .heading-10 {
  text-align: left !important;
}

body.wl-ltr .publications-headline .heading-14 {
  text-align: left !important;
}

body.wl-ltr .publications-headline .detail {
  text-align: left !important;
}

body.wl-ltr .trustingus-title-logos {
  text-align: left !important;
}

body.wl-ltr .trustingus-title-logos .detail {
  text-align: left !important;
}

body.wl-ltr .trustingus-title-logos .heading-11 {
  text-align: left !important;
}

body.wl-ltr .heading-20 {
  text-align: left !important;
}

body.wl-ltr .navbar.mirror {
  direction: rtl !important;
}

body.wl-ltr .navbar.mirror .nav-menu {
  direction: ltr !important;
  flex-direction: row-reverse !important;
}

body.wl-ltr .navbar.mirror .menu-buttons {
  direction: ltr !important;
}

body.wl-ltr.wl-project-detail-page .wl-pd-col-heading {
  text-align: left !important;
}

body.wl-ltr.wl-project-detail-page .wl-pd-col-card .card {
  text-align: left !important;
}

body.wl-ltr .mobile.mirror.ltr,
body.wl-ltr h2.mobile.mirror.ltr,
body.wl-ltr .project-column h2.mobile.mirror.ltr,
body.wl-ltr .projet-01-text.mirror h2.mobile.mirror.ltr {
  text-align: left !important;
  direction: ltr !important;
}
body.wl-ltr .projet-01-text.mirror,
body.wl-ltr .project-column {
  text-align: left !important;
  direction: ltr !important;
}

body.wl-ltr .card.ltr.mirror,
body.wl-ltr .card.mirror.ltr {
  text-align: left !important;
}

body.wl-ltr .card.rich-body.mobile.mirror {
  text-align: left !important;
}

body.wl-ltr .card.rich-body.mobile.mirror p,
body.wl-ltr .card.rich-body.mobile.mirror li {
  text-align: left !important;
}

body.wl-ltr .card.light.mirror {
  text-align: left !important;
}

body.wl-ltr .detail.mobile.ltr {
  text-align: left !important;
}

body.wl-ltr .testemonial {
  text-align: left !important;
}

body.wl-ltr .testemonialcontent {
  text-align: left !important;
}

body.wl-ltr .testemonialname {
  text-align: left !important;
}

body.wl-ltr .publication-section {
  direction: ltr !important;
}

body.wl-ltr .card {
  text-align: left !important;
  direction: ltr !important;
}

body.wl-ltr .footer-wrapper {
  direction: ltr !important;
}

body.wl-ltr .hero-section .text-in-lines {
  direction: ltr !important;
}

body.wl-ltr .hero-section .detail {
  direction: ltr !important;
  text-align: left !important;
}

body.wl-ltr .hero-section .hero-texts {
  text-align: left !important;
  align-items: flex-start !important;
}

body.wl-ltr .paragraph {
  direction: ltr !important;
  text-align: left !important;
}

body.wl-ltr .w-richtext {
  direction: ltr !important;
  text-align: left !important;
}

body.wl-ltr .w-richtext li {
  text-align: left !important;
}

body.wl-ltr .publications-text {
  direction: ltr !important;
  text-align: left !important;
}

body.wl-rtl .w-slider {
  direction: rtl !important;
}

body.wl-rtl .w-slider-mask {
  direction: rtl !important;
}

body.wl-ltr .w-slider {
  direction: ltr !important;
}

body.wl-ltr .w-slider-mask {
  direction: ltr !important;
}

body.wl-ltr .wl-blog-filter {
  direction: ltr !important;
}

body.wl-ltr .wl-blog-grid-section {
  direction: ltr !important;
}

body.wl-ltr .wl-blog-card__body {
  text-align: left !important;
  direction: ltr !important;
}

body.wl-ltr .wl-blog-card__title {
  text-align: left !important;
}

body.wl-ltr .wl-blog-card__desc {
  text-align: left !important;
}

body.wl-ltr .wl-blog-card__meta {
  direction: ltr !important;
  justify-content: flex-start !important;
}

body.wl-ltr .wl-blog-card__readmore {
  direction: ltr !important;
}

body.wl-ltr .wl-blog-card__pills {
  justify-content: flex-start !important;
}

/* ===== Navbar background fix - ensure text visible on all hero sections ===== */
.navbar.w-nav {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.navbar.w-nav.wl-nav-on-dark {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* Force dark text on navbar with white background */
.navbar.w-nav.wl-nav-on-dark .menu-buttons .w-nav-link {
  color: #1a1a2e !important;
}
.navbar.w-nav.wl-nav-on-dark .menu-buttons .w-nav-link:hover {
  color: #c0392b !important;
}
.navbar.w-nav.wl-nav-on-dark .wl-nav-contact-btn {
  color: #fff !important;
}

/* ===== Project card overflow fix ===== */
.card.projects {
  overflow: hidden;
}
.project-card.clickable {
  overflow: hidden;
}
.wl-proj-plan-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.navbar-wl, .w-nav {
  background-color: #1a1a2e !important;
}

.project-card img, .w-dyn-item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
