.elementor-4277 .elementor-element.elementor-element-6d039ab7{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4277 .elementor-element.elementor-element-5bd4d6f6 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4277 .elementor-element.elementor-element-6d039ab7{padding:0px 0px 0px 0px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

:root {
  --wbs-navy:     #162C4A;
  --wbs-gold:     #B9A160;
  --wbs-offwhite: #F1F1EF;
  --wbs-sand:     #CCC4B7;
  --wbs-body:     #333333;
  --wbs-white:    #ffffff;
  --wbs-heading:  'Lora', Georgia, serif;
}

/* ── FULL WIDTH RESET ── */
/* Break out of any WordPress theme content container */
.elementor-widget-html {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.elementor-section.elementor-section-stretched {
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}
.elementor-column-wrap, .elementor-widget-wrap {
  padding: 0 !important;
}
.wbs-hero, .wbs-stats-bar, .wbs-section-intro, .wbs-brands-section,
.wbs-lifestyle-strip, .wbs-quote-strip, .wbs-why-wrapper, .wbs-cta-section, .wbs-footer {
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block;
}

/* ── SCROLL REVEAL ── */
.wbs-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.wbs-reveal.wbs-visible { opacity: 1; transform: translateY(0); }
.wbs-delay-1 { transition-delay: 0.15s; }
.wbs-delay-2 { transition-delay: 0.30s; }

/* ── HERO ── */
.wbs-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--wbs-navy);
}
.wbs-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  opacity: 0.45;
}
.wbs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(22,44,74,0.3) 0%, rgba(22,44,74,0.65) 100%);
}
.wbs-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto;
}
.wbs-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--wbs-gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wbs-eyebrow::before, .wbs-eyebrow::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--wbs-gold);
}
.wbs-hero-h1 {
  font-family: var(--wbs-heading);
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 600;
  color: var(--wbs-white);
  line-height: 1.1;
  margin-bottom: 24px;
}
.wbs-hero-h1 em { font-style: italic; color: var(--wbs-gold); }
.wbs-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 36px;
}
.wbs-hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.wbs-btn-gold {
  display: inline-block;
  background: var(--wbs-gold);
  color: var(--wbs-white) !important;
  font-family: var(--wbs-heading);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 3px;
  text-decoration: none !important;
  transition: background 0.25s, transform 0.2s;
}
.wbs-btn-gold:hover { background: #a8904f; transform: translateY(-2px); }
.wbs-btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--wbs-white) !important;
  font-family: var(--wbs-heading);
  font-size: 16px;
  font-weight: 600;
  padding: 13px 32px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 3px;
  text-decoration: none !important;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.wbs-btn-outline:hover {
  border-color: var(--wbs-white);
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}
/* scroll indicator removed */

/* ── STATS BAR ── */
.wbs-stats-bar {
  background: var(--wbs-navy);
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wbs-stat-item {
  text-align: center;
  padding: 12px 40px;
  border-right: 1px solid rgba(185,161,96,0.3);
  flex: 0 0 auto;
}
.wbs-stat-item:last-child { border-right: none; }
.wbs-stat-num {
  font-family: var(--wbs-heading);
  font-size: 26px;
  font-weight: 600;
  color: var(--wbs-gold);
  display: block;
}
.wbs-stat-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 2px;
  display: block;
}

/* ── SECTION INTRO ── */
.wbs-section-intro {
  background: var(--wbs-offwhite);
  text-align: center;
  padding: 80px 20px 60px;
}
.wbs-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--wbs-gold);
  margin-bottom: 16px;
  display: block;
}
.wbs-section-h2 {
  font-family: var(--wbs-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--wbs-navy);
  line-height: 1.2;
  margin-bottom: 20px;
}
.wbs-gold-rule {
  width: 60px;
  height: 3px;
  background: var(--wbs-gold);
  margin: 0 auto 24px;
}
.wbs-intro-text {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* ── PEVEX LOGO WHITE BOX ── */
.wbs-logo-white-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.wbs-logo-white-box img {
  max-height: 36px;
  max-width: 130px;
  width: auto;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

/* ── BRAND CARDS ── */
.wbs-brands-section {
  background: var(--wbs-offwhite);
  padding: 0 0 80px;
}
.wbs-brand-row {
  display: grid;
  gap: 0;
}
.wbs-brand-row-3 { grid-template-columns: repeat(3, 1fr); }
.wbs-brand-row-2 { grid-template-columns: repeat(2, 1fr); }
.wbs-brand-card {
  position: relative;
  height: 480px;
  overflow: hidden;
  cursor: pointer;
}
.wbs-brand-row-2 .wbs-brand-card { height: 520px; }
.wbs-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}
.wbs-brand-card:hover .wbs-card-bg { transform: scale(1.06); }
.wbs-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(22,44,74,0.92) 0%, rgba(22,44,74,0.5) 45%, rgba(22,44,74,0.15) 100%);
  transition: background 0.4s ease;
}
.wbs-brand-card:hover .wbs-card-overlay {
  background: linear-gradient(to top, rgba(22,44,74,0.97) 0%, rgba(22,44,74,0.7) 50%, rgba(22,44,74,0.3) 100%);
}
.wbs-card-inner {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}
.wbs-card-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wbs-card-logo {
  max-height: 48px;
  max-width: 170px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.wbs-card-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  font-style: italic;
  margin-bottom: 0;
  flex-shrink: 0;
  transition: margin-bottom 0.3s ease;
}
.wbs-brand-card:hover .wbs-card-tagline { margin-bottom: 12px; }
.wbs-card-hover-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.45s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.35s ease 0.05s;
}
.wbs-brand-card:hover .wbs-card-hover-content {
  max-height: 200px;
  opacity: 1;
}
.wbs-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
}
.wbs-card-btn {
  display: inline-block;
  background: var(--wbs-gold);
  color: var(--wbs-white) !important;
  font-family: var(--wbs-heading);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 3px;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  transition: background 0.2s;
}
.wbs-card-btn:hover { background: #a8904f; }
.wbs-card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  background: rgba(22,44,74,0.75);
  border: 1px solid rgba(185,161,96,0.5);
  color: var(--wbs-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 2px;
}

/* ── LIFESTYLE STRIP ── */
.wbs-lifestyle-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 320px;
  overflow: hidden;
}
.wbs-lifestyle-panel {
  position: relative;
  overflow: hidden;
}
.wbs-lifestyle-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.wbs-lifestyle-panel:hover .wbs-lifestyle-bg { transform: scale(1.05); }
.wbs-lifestyle-overlay {
  position: absolute;
  inset: 0;
  background: rgba(22,44,74,0.45);
  transition: background 0.3s;
}
.wbs-lifestyle-panel:hover .wbs-lifestyle-overlay { background: rgba(22,44,74,0.3); }
.wbs-lifestyle-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}
.wbs-lifestyle-label span {
  display: block;
  font-family: var(--wbs-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--wbs-white);
  line-height: 1.2;
}
.wbs-lifestyle-label em {
  font-size: 12px;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wbs-gold);
}

/* ── QUOTE STRIP ── */
.wbs-quote-strip {
  background: var(--wbs-sand);
  padding: 60px 20px;
  text-align: center;
}
.wbs-quote-mark {
  font-family: var(--wbs-heading);
  font-size: 80px;
  color: var(--wbs-navy);
  opacity: 0.15;
  line-height: 0.5;
  margin-bottom: 20px;
}
.wbs-quote-text {
  font-family: var(--wbs-heading);
  font-size: clamp(18px, 2.5vw, 26px);
  font-style: italic;
  color: var(--wbs-navy);
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.wbs-quote-attr {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wbs-navy);
  opacity: 0.6;
}

/* ── WHY US ── */
.wbs-why-wrapper {
  background: var(--wbs-navy);
  padding: 80px 20px;
}
.wbs-why-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.wbs-why-h2 {
  font-family: var(--wbs-heading);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  color: var(--wbs-white);
  line-height: 1.25;
  margin-bottom: 20px;
}
.wbs-why-h2 em { font-style: italic; color: var(--wbs-gold); }
.wbs-why-p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px;
}
.wbs-why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.wbs-feature-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(185,161,96,0.2);
  border-radius: 4px;
  padding: 24px 20px;
  transition: border-color 0.3s, background 0.3s;
}
.wbs-feature-item:hover {
  border-color: rgba(185,161,96,0.5);
  background: rgba(255,255,255,0.08);
}
.wbs-feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  display: block;
}
.wbs-feature-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #B9A160;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wbs-feature-title {
  font-family: var(--wbs-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--wbs-white);
  margin-bottom: 8px;
}
.wbs-feature-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
}

/* ── CTA BANNER ── */
.wbs-cta-section {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--wbs-navy);
}
.wbs-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: 0.3;
}
.wbs-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(22,44,74,0.85) 0%, rgba(22,44,74,0.5) 100%);
}
.wbs-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
  max-width: 700px;
}
.wbs-cta-h2 {
  font-family: var(--wbs-heading);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  color: var(--wbs-white);
  line-height: 1.2;
  margin-bottom: 20px;
}
.wbs-cta-h2 em { font-style: italic; color: var(--wbs-gold); }
.wbs-cta-p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.wbs-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── FOOTER ── */
.wbs-footer {
  background: var(--wbs-navy);
  border-top: 1px solid rgba(185,161,96,0.2);
  padding: 40px 20px;
  text-align: center;
}
.wbs-footer-logo {
  font-family: var(--wbs-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--wbs-white);
  margin-bottom: 12px;
}
.wbs-footer-logo span { color: var(--wbs-gold); }
.wbs-footer-address {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.8;
  margin-bottom: 16px;
}
.wbs-footer-address a { color: var(--wbs-gold); text-decoration: none; }
.wbs-footer-brands {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.wbs-footer-brand-link {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s;
}
.wbs-footer-brand-link:hover { color: var(--wbs-gold); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .wbs-brand-row-3 { grid-template-columns: 1fr 1fr; }
  .wbs-brand-row-2 { grid-template-columns: 1fr; }
  .wbs-brand-card { height: 360px; }
  .wbs-brand-row-2 .wbs-brand-card { height: 360px; }
  .wbs-lifestyle-strip { grid-template-columns: 1fr; height: auto; }
  .wbs-lifestyle-panel { height: 200px; }
  .wbs-why-section { grid-template-columns: 1fr; gap: 40px; }
  .wbs-stat-item { padding: 12px 20px; border-right: none; border-bottom: 1px solid rgba(185,161,96,0.2); }
  .wbs-stat-item:last-child { border-bottom: none; }
}
@media (max-width: 600px) {
  .wbs-brand-row-3 { grid-template-columns: 1fr; }
  .wbs-brand-card { height: 320px; }
  .wbs-why-features { grid-template-columns: 1fr; }
}/* End custom CSS */