.elementor-13 .elementor-element.elementor-element-6de9c7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-66px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-4d64ab6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-8048937{margin:-120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-0381339{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-0bbda22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-ed87137{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-18c8290{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-3ae2d2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-2589635{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-8048937{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-5f746e1 */:root {
  --wl-header-height: 90px;

  --wl-deep-green: #093028;
  --wl-warm-cream: #d2d0c6;
  --wl-gold: #c1a071;
  --wl-muted-sage: #6b807a;

  --wl-white: #ffffff;
  --wl-dark-green: #082820;
}

/* HERO */

.wl-hero {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--wl-header-height) + 80px) 20px 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--wl-white);

  background-image: url("https://wanderlarktravel.co.uk/wp-content/uploads/2026/05/pexels-kampus-8623945-scaled.jpg");
  background-size: cover;
  background-position: center 22%;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* SOFTER IMAGE OVERLAY */

.wl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(9, 48, 40, 0.18) 0%,
      rgba(9, 48, 40, 0.22) 45%,
      rgba(9, 48, 40, 0.48) 100%
    );
  z-index: 1;
}

.wl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 34%,
      rgba(193, 160, 113, 0.08),
      transparent 48%
    ),
    linear-gradient(
      to bottom,
      rgba(8, 40, 32, 0) 0%,
      rgba(8, 40, 32, 0.06) 58%,
      rgba(8, 40, 32, 0.32) 100%
    );
  z-index: 1;
  pointer-events: none;
}

/* HERO CONTENT */

.wl-hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 42px 36px;
  border-radius: 34px;
  background: rgba(9, 48, 40, 0.24);
  border: 1px solid rgba(210, 208, 198, 0.24);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* TYPOGRAPHY */

.wl-hero-content h1 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.12;
  margin: 0 0 28px;
  color: var(--wl-white);
  letter-spacing: -0.045em;
  text-shadow:
    0 4px 16px rgba(0, 0, 0, 0.56),
    0 8px 30px rgba(0, 0, 0, 0.36);
}

.wl-hero-intro,
.wl-hero-sub {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

.wl-hero-intro {
  font-size: 18px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.97);
  text-shadow:
    0 4px 16px rgba(0, 0, 0, 0.44),
    0 8px 28px rgba(0, 0, 0, 0.26);
}

.wl-hero-sub {
  font-size: 17px;
  margin-bottom: 18px;
  color: rgba(242, 236, 224, 0.94);
  text-shadow:
    0 4px 16px rgba(0, 0, 0, 0.42),
    0 8px 28px rgba(0, 0, 0, 0.24);
}

.wl-hero-final-text {
  margin-bottom: 40px;
}

/* BUTTONS */

.wl-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.wl-cta {
  display: inline-block;
  background: var(--wl-gold);
  color: var(--wl-deep-green);
  padding: 16px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid rgba(210, 208, 198, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.wl-cta:hover {
  background: var(--wl-warm-cream);
  color: var(--wl-deep-green);
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.wl-cta-outline {
  display: inline-block;
  border: 1.5px solid rgba(210, 208, 198, 0.8);
  color: var(--wl-white);
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.wl-cta-outline:hover {
  background: rgba(210, 208, 198, 0.18);
  border-color: var(--wl-gold);
  color: var(--wl-white);
  transform: translateY(-2px);
}

/* GLASS PANEL */

.wl-hero-note-glass {
  margin-top: 24px;
  padding: 20px 26px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: rgba(9, 48, 40, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(210, 208, 198, 0.28);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.wl-note-line-1 {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 800;
  color: var(--wl-warm-cream);
  margin: 0 0 8px;
  letter-spacing: -0.3px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.wl-note-line-2 {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
}

/* FLOATING SEARCH */

.wl-search-float {
  position: relative;
  margin-top: -120px;
  z-index: 99999;
  padding: 0 20px;
}

.wl-search-inner {
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: var(--wl-warm-cream);
  border: 1px solid rgba(193, 160, 113, 0.35);
  box-shadow: 0 40px 100px rgba(9, 48, 40, 0.34);
}

/* MOBILE */

@media (max-width: 768px) {
  .wl-hero {
    min-height: auto;
    padding: calc(var(--wl-header-height) + 60px) 18px 220px;
    background-size: cover;
    background-position: center 18%;
  }

  .wl-hero::before {
    background:
      linear-gradient(
        to bottom,
        rgba(9, 48, 40, 0.2) 0%,
        rgba(9, 48, 40, 0.26) 48%,
        rgba(9, 48, 40, 0.52) 100%
      );
  }

  .wl-hero::after {
    background:
      radial-gradient(
        circle at 50% 35%,
        rgba(193, 160, 113, 0.05),
        transparent 48%
      ),
      linear-gradient(
        to bottom,
        rgba(8, 40, 32, 0.02) 0%,
        rgba(8, 40, 32, 0.06) 52%,
        rgba(8, 40, 32, 0.34) 100%
      );
  }

  .wl-hero-content {
    padding: 36px 22px;
    border-radius: 26px;
    background: rgba(9, 48, 40, 0.36);
  }

  .wl-hero-content h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .wl-hero-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .wl-hero-sub {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .wl-hero-final-text {
    margin-bottom: 34px;
  }

  .wl-hero-buttons {
    gap: 12px;
  }

  .wl-cta,
  .wl-cta-outline {
    width: 100%;
    text-align: center;
  }

  .wl-hero-note-glass {
    padding: 18px 16px;
    background: rgba(9, 48, 40, 0.4);
  }

  .wl-note-line-1 {
    font-size: 20px;
  }

  .wl-note-line-2 {
    font-size: 14px;
  }

  .wl-search-float {
    margin-top: -100px;
    padding: 0 14px;
  }

  .wl-search-inner {
    border-radius: 18px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .wl-cta,
  .wl-cta-outline {
    transition: none !important;
  }

  .wl-cta:hover,
  .wl-cta-outline:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8048937 */html body .wl-about-bg-fix {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #d2d0c6 !important;
  background-color: #d2d0c6 !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body .wl-about-section {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding: 120px 20px !important;
  background: #d2d0c6 !important;
  background-color: #d2d0c6 !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body .wl-about-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(193, 160, 113, 0.24), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

html body .wl-about-section::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(9, 48, 40, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

html body .wl-about-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
  gap: 76px;
  align-items: center;
  position: relative;
  z-index: 2;
  background: transparent !important;
}

/* TEXT */

html body .wl-about-text {
  max-width: 560px;
  position: relative;
  z-index: 3;
  background: transparent !important;
}

html body .wl-about-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.18);
  border: 1px solid rgba(193, 160, 113, 0.3);
  color: #093028;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body .wl-about-text h2 {
  font-size: clamp(34px, 3.6vw, 46px);
  line-height: 1.14;
  color: #093028;
  margin: 0 0 22px;
  letter-spacing: -0.04em;
}

html body .wl-about-text p {
  color: rgba(9, 48, 40, 0.76);
  line-height: 1.75;
  max-width: 540px;
  margin: 0 0 22px;
  font-size: 16px;
}

html body .wl-about-text ul {
  list-style: none;
  padding: 0;
  margin: 32px 0;
  display: grid;
  gap: 12px;
}

html body .wl-about-text li {
  color: #093028;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  line-height: 1.55;
}

html body .wl-about-text li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.24);
  color: #093028;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

/* CTA */

html body .wl-about-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #093028;
  color: #ffffff;
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(9, 48, 40, 0.24);
  border: 1px solid rgba(193, 160, 113, 0.22);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

html body .wl-about-cta span {
  font-weight: 800;
  color: #ffffff;
}

html body .wl-about-cta small {
  font-size: 14px;
  opacity: 0.88;
  color: #ffffff;
}

html body .wl-about-cta:hover {
  background: #c1a071;
  color: #093028;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(9, 48, 40, 0.3);
}

html body .wl-about-cta:hover span,
html body .wl-about-cta:hover small {
  color: #093028;
}

html body .wl-about-note {
  font-size: 14px !important;
  margin-top: 20px !important;
  color: rgba(9, 48, 40, 0.62) !important;
}

/* IMAGES */

html body .wl-about-image-main,
html body .wl-about-image-side,
html body .wl-about-side {
  position: relative;
  z-index: 3;
  background: transparent !important;
}

html body .wl-about-image-main::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(193, 160, 113, 0.46);
  pointer-events: none;
  z-index: 1;
}

html body .wl-about-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(
      to bottom,
      rgba(9, 48, 40, 0.02),
      rgba(9, 48, 40, 0.14)
    );
  pointer-events: none;
  z-index: 2;
}

html body .wl-about-image-main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 28px 64px rgba(9, 48, 40, 0.22);
  position: relative;
  z-index: 0;
}

html body .wl-about-image-side::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 34px;
  border: 1px solid rgba(193, 160, 113, 0.34);
  pointer-events: none;
  z-index: 1;
}

html body .wl-about-image-side img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  object-fit: cover;
  display: block;
  box-shadow: 0 22px 52px rgba(9, 48, 40, 0.18);
}

html body .wl-about-side {
  color: #093028;
}

html body .wl-about-side h3 {
  margin: 30px 0 14px;
  font-size: 22px;
  line-height: 1.25;
  color: #093028;
  letter-spacing: -0.02em;
}

html body .wl-about-side p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(9, 48, 40, 0.76);
  margin: 0 0 14px;
}

/* TABLET */

@media (max-width: 1024px) {
  html body .wl-about-section {
    padding: 100px 20px !important;
  }

  html body .wl-about-inner {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  html body .wl-about-text {
    grid-column: 1 / -1;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  html body .wl-about-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  html body .wl-about-text p {
    margin-left: auto;
    margin-right: auto;
  }

  html body .wl-about-text ul {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  html body .wl-about-image-main,
  html body .wl-about-image-side {
    max-width: 400px;
    margin: 0 auto;
  }

  html body .wl-about-image-main img,
  html body .wl-about-image-side img {
    max-width: 400px;
    margin: 0 auto;
  }

  html body .wl-about-side {
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  html body .wl-about-section {
    padding: 80px 18px !important;
  }

  html body .wl-about-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  html body .wl-about-text {
    text-align: center;
  }

  html body .wl-about-text h2 {
    font-size: 30px;
  }

  html body .wl-about-text p {
    font-size: 15.5px;
    line-height: 1.72;
  }

  html body .wl-about-text ul {
    max-width: 340px;
  }

  html body .wl-about-text li {
    font-size: 14.5px;
  }

  html body .wl-about-cta {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }

  html body .wl-about-image-main,
  html body .wl-about-image-side {
    max-width: 310px;
    margin: 0 auto;
  }

  html body .wl-about-image-main img,
  html body .wl-about-image-side img {
    max-width: 310px;
    margin: 0 auto;
  }

  html body .wl-about-image-side::before {
    border-radius: 30px;
  }

  html body .wl-about-image-side img {
    border-radius: 24px;
  }

  html body .wl-about-side h3 {
    font-size: 21px;
  }

  html body .wl-about-side p {
    font-size: 14.5px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  html body .wl-about-cta {
    transition: none !important;
  }

  html body .wl-about-cta:hover {
    transform: none;
  }
}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4622f09 */html body .wl-trust-bg-fix {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #d2d0c6 !important;
  background-color: #d2d0c6 !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body .wl-trust-split {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding: 120px 20px !important;
  overflow: hidden !important;
  background: #d2d0c6 !important;
  background-color: #d2d0c6 !important;
  isolation: isolate !important;
}

/* SOFT BACKGROUND DEPTH */

html body .wl-trust-split::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(193, 160, 113, 0.22), transparent 42%),
    radial-gradient(circle at 82% 72%, rgba(9, 48, 40, 0.08), transparent 54%);
  pointer-events: none;
  z-index: 0;
}

html body .wl-trust-split::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(193, 160, 113, 0.16), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* INNER GRID */

html body .wl-trust-split-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 76px;
  align-items: center;
  position: relative;
  z-index: 2;
  background: transparent !important;
}

/* LEFT CONTENT */

html body .wl-trust-left {
  max-width: 560px;
  position: relative;
  z-index: 3;
  background: transparent !important;
}

html body .wl-trust-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.18);
  border: 1px solid rgba(193, 160, 113, 0.3);
  color: #093028;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body .wl-trust-heading {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.14;
  color: #093028;
  margin: 0 0 22px;
  letter-spacing: -0.04em;
}

html body .wl-trust-text {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(9, 48, 40, 0.76);
  margin: 0 0 22px;
  max-width: 540px;
}

/* LIST */

html body .wl-trust-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

html body .wl-trust-list div {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.55;
  color: #093028;
  font-weight: 600;
}

html body .wl-trust-list div::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.24);
  color: #093028;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

/* RIGHT LOGO GRID */

html body .wl-trust-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 3;
  background: transparent !important;
}

/* CENTER LAST LOGO */

html body .wl-trust-center {
  grid-column: 2 / 3;
}

/* CARD STYLE */

html body .wl-trust-card {
  min-height: 172px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 26px;
  padding: 42px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 22px 52px rgba(9, 48, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(193, 160, 113, 0.26);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

html body .wl-trust-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(193, 160, 113, 0.48);
  box-shadow:
    0 30px 68px rgba(9, 48, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* LOGOS */

html body .wl-trust-card img {
  max-width: 150px;
  max-height: 76px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.94;
  filter: grayscale(100%) contrast(1.05);
  transition:
    opacity 0.3s ease,
    filter 0.3s ease,
    transform 0.3s ease;
}

html body .wl-trust-card:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.02);
}

/* TABLET */

@media (max-width: 1024px) {
  html body .wl-trust-split {
    padding: 100px 20px !important;
  }

  html body .wl-trust-split-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  html body .wl-trust-left {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  html body .wl-trust-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  html body .wl-trust-text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  html body .wl-trust-list {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  html body .wl-trust-right {
    max-width: 760px;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  html body .wl-trust-split {
    padding: 80px 18px !important;
  }

  html body .wl-trust-heading {
    font-size: 30px;
  }

  html body .wl-trust-text {
    font-size: 15.5px;
    line-height: 1.72;
  }

  html body .wl-trust-list div {
    font-size: 14.5px;
  }

  html body .wl-trust-right {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  html body .wl-trust-center {
    grid-column: auto;
  }

  html body .wl-trust-card {
    min-height: 130px;
    padding: 34px 24px;
    border-radius: 22px;
  }

  html body .wl-trust-card img {
    max-width: 165px;
    max-height: 78px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  html body .wl-trust-card,
  html body .wl-trust-card img {
    transition: none !important;
  }

  html body .wl-trust-card:hover,
  html body .wl-trust-card:hover img {
    transform: none;
  }
}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5e5de0 */html body .wl-steps-bg-fix {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
  background: transparent !important;
  isolation: isolate !important;
}

html body .wl-steps-section {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding: 120px 20px !important;
  overflow: hidden !important;

  background-color: #d2d0c6 !important;
  background-image: url("https://wanderlarktravel.co.uk/wp-content/uploads/2026/05/pexels-fotobi-12202082-1-scaled.jpg") !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

/* SOFT BACKGROUND OVERLAY */

html body .wl-steps-overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(
      to right,
      rgba(210, 208, 198, 0.96) 0%,
      rgba(210, 208, 198, 0.92) 38%,
      rgba(210, 208, 198, 0.7) 62%,
      rgba(210, 208, 198, 0.14) 88%
    ),
    radial-gradient(
      circle at 18% 22%,
      rgba(193, 160, 113, 0.24),
      transparent 42%
    ) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

html body .wl-steps-section::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(9, 48, 40, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* INNER */

html body .wl-steps-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent !important;
}

/* HEADER */

html body .wl-steps-header {
  max-width: 720px;
  margin-bottom: 64px;
  background: transparent !important;
}

html body .wl-steps-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.2);
  border: 1px solid rgba(193, 160, 113, 0.34);
  color: #093028;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body .wl-steps-header h2 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.14;
  color: #093028;
  margin: 0 0 20px;
  letter-spacing: -0.04em;
}

html body .wl-steps-intro {
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(9, 48, 40, 0.78);
}

/* GRID */

html body .wl-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  max-width: 860px;
  background: transparent !important;
}

/* STEP CARD */

html body .wl-step {
  position: relative;
  padding: 32px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(193, 160, 113, 0.3);
  box-shadow:
    0 20px 48px rgba(9, 48, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

html body .wl-step:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(193, 160, 113, 0.5);
  box-shadow:
    0 30px 68px rgba(9, 48, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

html body .wl-step-number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(9, 48, 40, 0.38);
}

html body .wl-step-icon {
  width: 62px;
  height: 62px;
  background: #093028;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 20px;
  box-shadow:
    0 16px 32px rgba(9, 48, 40, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

html body .wl-step h3 {
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 12px;
  color: #093028;
  letter-spacing: -0.025em;
}

html body .wl-step p {
  font-size: 15px;
  line-height: 1.68;
  color: rgba(9, 48, 40, 0.76);
  margin: 0;
}

/* TABLET */

@media (max-width: 1024px) {
  html body .wl-steps-section {
    padding: 100px 20px !important;
    background-position: center right !important;
  }

  html body .wl-steps-header {
    max-width: 760px;
  }

  html body .wl-steps-grid {
    max-width: 100%;
    gap: 28px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  html body .wl-steps-section {
    padding: 80px 18px !important;
    background-position: center !important;
  }

  html body .wl-steps-overlay {
    background:
      linear-gradient(
        to bottom,
        rgba(210, 208, 198, 0.96),
        rgba(210, 208, 198, 0.9)
      ),
      radial-gradient(
        circle at 50% 18%,
        rgba(193, 160, 113, 0.2),
        transparent 42%
      ) !important;
  }

  html body .wl-steps-header {
    text-align: center;
    margin: 0 auto 50px;
  }

  html body .wl-steps-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  html body .wl-steps-header h2 {
    font-size: 30px;
  }

  html body .wl-steps-intro {
    font-size: 15.5px;
    line-height: 1.72;
    margin-left: auto;
    margin-right: auto;
  }

  html body .wl-steps-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  html body .wl-step {
    padding: 30px 24px;
    text-align: center;
    border-radius: 24px;
  }

  html body .wl-step-number {
    top: 20px;
    right: 20px;
  }

  html body .wl-step-icon {
    margin-left: auto;
    margin-right: auto;
  }

  html body .wl-step h3 {
    font-size: 20px;
  }

  html body .wl-step p {
    font-size: 14.5px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  html body .wl-step {
    transition: none !important;
  }

  html body .wl-step:hover {
    transform: none;
  }
}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f01315 */html body .wl-travel-types-bg-fix {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #d2d0c6 !important;
  background-color: #d2d0c6 !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body .wl-travel-types {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  background: #d2d0c6 !important;
  background-color: #d2d0c6 !important;
  padding: 120px 20px !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body .wl-travel-types::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -140px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(193, 160, 113, 0.22), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

html body .wl-travel-types::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(9, 48, 40, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

html body .wl-travel-types-inner {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: transparent !important;
}

/* ================================
   HEADER
================================ */

html body .wl-travel-types-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
  background: transparent !important;
}

html body .wl-travel-types-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.18);
  border: 1px solid rgba(193, 160, 113, 0.3);
  color: #093028;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body .wl-travel-types-header h2 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.14;
  color: #093028;
  margin: 0 0 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

html body .wl-travel-types-header p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(9, 48, 40, 0.76);
  margin: 0;
}

/* ================================
   GRID
================================ */

html body .wl-travel-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  background: transparent !important;
}

/* ================================
   CARDS
================================ */

html body .wl-travel-type-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 3 / 4.25;
  background: #ffffff;
  cursor: default;
  box-shadow: 0 22px 52px rgba(9, 48, 40, 0.16);
  border: 1px solid rgba(193, 160, 113, 0.24);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

html body .wl-travel-type-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(9, 48, 40, 0.02) 0%,
      rgba(9, 48, 40, 0.16) 42%,
      rgba(9, 48, 40, 0.82) 100%
    );
  z-index: 1;
  pointer-events: none;
}

html body .wl-travel-type-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(210, 208, 198, 0.34);
  z-index: 2;
  pointer-events: none;
}

html body .wl-travel-type-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

html body .wl-travel-type-card:hover {
  transform: translateY(-7px);
  border-color: rgba(193, 160, 113, 0.5);
  box-shadow: 0 32px 72px rgba(9, 48, 40, 0.22);
}

html body .wl-travel-type-card:hover img {
  transform: scale(1.04);
}

/* CONTENT */

html body .wl-travel-type-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
}

html body .wl-travel-type-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  background: rgba(9, 48, 40, 0.82);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid rgba(210, 208, 198, 0.28);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

html body .wl-travel-type-content p {
  font-size: 13.5px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 95%;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

/* ================================
   TABLET
================================ */

@media (max-width: 1100px) {
  html body .wl-travel-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  html body .wl-travel-type-card {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 1024px) {
  html body .wl-travel-types {
    padding: 100px 20px !important;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  html body .wl-travel-types {
    padding: 80px 18px !important;
  }

  html body .wl-travel-types-header {
    margin-bottom: 50px;
  }

  html body .wl-travel-types-header h2 {
    font-size: 30px;
  }

  html body .wl-travel-types-header p {
    font-size: 15.5px;
    line-height: 1.72;
  }

  html body .wl-travel-types-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  html body .wl-travel-type-card {
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  html body .wl-travel-type-card::after {
    inset: 12px;
    border-radius: 18px;
  }

  html body .wl-travel-type-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  html body .wl-travel-type-label {
    font-size: 13px;
    padding: 9px 16px;
  }

  html body .wl-travel-type-content p {
    font-size: 13.5px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  html body .wl-travel-type-card,
  html body .wl-travel-type-card img {
    transition: none !important;
  }

  html body .wl-travel-type-card:hover,
  html body .wl-travel-type-card:hover img {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-65d376b */.wl-blog-section {
  position: relative;
  padding: 110px 20px;
  background-image: url("https://wanderlarktravel.co.uk/wp-content/uploads/2026/01/Untitled-1-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.wl-blog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      rgba(210, 208, 198, 0.94),
      rgba(210, 208, 198, 0.86)
    ),
    radial-gradient(
      circle at 18% 20%,
      rgba(193, 160, 113, 0.18),
      transparent 42%
    );
  z-index: 1;
}

.wl-blog-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 80px;
  align-items: start;
}

/* INTRO */

.wl-blog-intro h2 {
  font-size: clamp(30px, 3vw, 40px);
  color: var(--wl-deep-green);
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.wl-blog-intro p {
  color: rgba(9, 48, 40, 0.74);
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 32px;
}

.wl-blog-cta {
  width: fit-content;
}

/* BLOG GRID */

.wl-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* BLOG CARDS */

.wl-blog-card {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(193, 160, 113, 0.24);
  box-shadow:
    0 20px 48px rgba(9, 48, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.wl-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(193, 160, 113, 0.46);
  box-shadow:
    0 34px 70px rgba(9, 48, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.wl-blog-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.wl-blog-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.wl-blog-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(9, 48, 40, 0),
    rgba(9, 48, 40, 0.18)
  );
  pointer-events: none;
}

.wl-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTENT */

.wl-blog-content {
  padding: 22px 24px 28px;
}

.wl-blog-category {
  font-size: 11px;
  font-weight: 700;
  color: var(--wl-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  display: inline-block;
}

.wl-blog-content h3 {
  font-size: 19px;
  line-height: 1.45;
  color: var(--wl-deep-green);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.wl-blog-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(9, 48, 40, 0.7);
  margin-bottom: 0;
}

/* TABLET */

@media (max-width: 1024px) {
  .wl-blog-section {
    padding: 95px 20px;
  }

  .wl-blog-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .wl-blog-intro {
    text-align: center;
  }

  .wl-blog-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .wl-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .wl-blog-section {
    padding: 80px 20px;
    background-position: center top;
  }

  .wl-blog-section::before {
    background: rgba(210, 208, 198, 0.94);
  }

  .wl-blog-intro h2 {
    font-size: 28px;
  }

  .wl-blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wl-blog-card {
    border-radius: 22px;
  }

  .wl-blog-content {
    padding: 20px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .wl-blog-card {
    transition: none !important;
  }

  .wl-blog-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0fb8ab */.wl-meet-section {
  position: relative;
  background: var(--wl-warm-cream);
  padding: 120px 20px;
  overflow: hidden;
}

.wl-meet-section::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(193, 160, 113, 0.22), transparent 70%);
  pointer-events: none;
}

.wl-meet-section::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(9, 48, 40, 0.08), transparent 70%);
  pointer-events: none;
}

.wl-meet-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 86px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* CONTENT */

.wl-meet-content {
  max-width: 580px;
}

.wl-meet-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.18);
  border: 1px solid rgba(193, 160, 113, 0.3);
  color: var(--wl-deep-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wl-meet-content h2 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.14;
  color: var(--wl-deep-green);
  margin: 0 0 22px;
  letter-spacing: -0.04em;
}

.wl-meet-content p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(9, 48, 40, 0.76);
  max-width: 560px;
  margin: 0 0 22px;
}

/* CTA */

.wl-meet-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 8px;
  padding: 17px 34px;
  border-radius: 999px;
  background: var(--wl-deep-green);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(193, 160, 113, 0.24);
  box-shadow: 0 16px 36px rgba(9, 48, 40, 0.24);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.wl-meet-cta:hover {
  background: var(--wl-gold);
  color: var(--wl-deep-green);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(9, 48, 40, 0.3);
}

.wl-meet-note {
  margin-top: 18px;
  font-size: 14px;
  color: rgba(9, 48, 40, 0.62);
}

/* IMAGE */

.wl-meet-image {
  position: relative;
}

.wl-meet-image::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 38px;
  border: 1px solid rgba(193, 160, 113, 0.44);
  pointer-events: none;
}

.wl-meet-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background:
    linear-gradient(
      to bottom,
      rgba(9, 48, 40, 0.02),
      rgba(9, 48, 40, 0.16)
    );
  pointer-events: none;
}

.wl-meet-image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  display: block;
  box-shadow: 0 28px 64px rgba(9, 48, 40, 0.2);
}

/* TABLET */

@media (max-width: 1024px) {
  .wl-meet-section {
    padding: 100px 20px;
  }

  .wl-meet-inner {
    gap: 64px;
  }
}

/* SMALL TABLET */

@media (max-width: 900px) {
  .wl-meet-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .wl-meet-content {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }

  .wl-meet-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .wl-meet-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .wl-meet-image {
    max-width: 560px;
    margin: 0 auto;
  }

  .wl-meet-image img {
    max-width: 560px;
    margin: 0 auto;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .wl-meet-section {
    padding: 80px 18px;
  }

  .wl-meet-inner {
    gap: 50px;
  }

  .wl-meet-content h2 {
    font-size: 30px;
  }

  .wl-meet-content p {
    font-size: 15.5px;
    line-height: 1.72;
  }

  .wl-meet-cta {
    width: 100%;
    max-width: 340px;
    text-align: center;
  }

  .wl-meet-image {
    max-width: 320px;
  }

  .wl-meet-image::before {
    inset: -10px;
    border-radius: 30px;
  }

  .wl-meet-image::after,
  .wl-meet-image img {
    border-radius: 24px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .wl-meet-cta {
    transition: none !important;
  }

  .wl-meet-cta:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db298bd */.wl-video-hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #093028;
}

.wl-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VIDEO OVERLAY */

.wl-video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 22% 24%,
      rgba(193, 160, 113, 0.08),
      transparent 46%
    ),
    linear-gradient(
      to bottom,
      rgba(9, 48, 40, 0.18) 0%,
      rgba(9, 48, 40, 0.32) 38%,
      rgba(9, 48, 40, 0.58) 72%,
      rgba(9, 48, 40, 0.82) 100%
    );
  z-index: 1;
}

/* CONTENT WRAP */

.wl-testimonial-strip {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.wl-strip-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 82px 20px 96px;
}

/* HEADER */

.wl-strip-header {
  max-width: 690px;
  color: #ffffff;
  margin-bottom: 52px;
}

.wl-strip-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(193, 160, 113, 0.26);
  border: 1px solid rgba(193, 160, 113, 0.46);
  color: #d2d0c6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.wl-strip-header h2 {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.14;
  margin: 0 0 18px;
  color: #ffffff;
  letter-spacing: -0.04em;
  text-shadow:
    0 4px 16px rgba(0, 0, 0, 0.5),
    0 8px 30px rgba(0, 0, 0, 0.32);
}

.wl-strip-header p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.94);
  margin: 0;
  text-shadow:
    0 4px 16px rgba(0, 0, 0, 0.38),
    0 8px 28px rgba(0, 0, 0, 0.24);
}

/* ==============================
   CONSTANT REVIEW SCROLL
============================== */

.wl-strip-feed {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.wl-review-marquee-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 0 46px;
}

/* SOFT EDGE FADE */

.wl-review-marquee-viewport::before,
.wl-review-marquee-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.wl-review-marquee-viewport::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(9, 48, 40, 0.18),
    rgba(9, 48, 40, 0)
  );
}

.wl-review-marquee-viewport::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(9, 48, 40, 0.18),
    rgba(9, 48, 40, 0)
  );
}

.wl-review-marquee-track {
  display: flex;
  align-items: stretch;
  gap: 50px;
  width: max-content;
  padding-left: 60px;
  animation: wlReviewMarquee 48s linear infinite;
  will-change: transform;
}

.wl-review-marquee-track:hover {
  animation-play-state: paused;
}

/* ==============================
   REVIEW CARD STYLE
   MATCH ORIGINAL CLEAN BOXES
============================== */

.wl-clean-review-card {
  flex: 0 0 386px !important;
  width: 386px !important;
  min-height: 214px !important;
  max-height: 235px !important;
  position: relative !important;

  padding: 30px 34px 26px 46px !important;
  border-radius: 4px !important;

  background: #ffffff !important;
  border: 0 !important;

  box-shadow: 0 18px 46px rgba(9, 48, 40, 0.08) !important;

  overflow: visible !important;
  box-sizing: border-box !important;
}

/* REMOVE PLUGIN NESTED CARD LOOK */

.wl-clean-review-card .sn-card,
.wl-clean-review-card .wpsr-review-card,
.wl-clean-review-card .wpsr-review-template,
.wl-clean-review-card .sn-review-item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* TEXT */

.wl-clean-review-card,
.wl-clean-review-card * {
  color: #3d4b4a !important;
  box-sizing: border-box !important;
}

.wl-clean-review-card .sn-review-content,
.wl-clean-review-card .wpsr-review-content,
.wl-clean-review-card .sn-review-text {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #4a5554 !important;
  margin-bottom: 14px !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.wl-clean-review-card .sn-review-content a,
.wl-clean-review-card .wpsr-review-content a,
.wl-clean-review-card .sn-review-text a {
  color: #3d4b4a !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

/* RECOMMENDS LINE */

.wl-clean-review-card .sn-recommend,
.wl-clean-review-card .wpsr-recommend,
.wl-clean-review-card [class*="recommend"] {
  font-size: 15px !important;
  color: #5c6867 !important;
}

/* REVIEWER NAME */

.wl-clean-review-card .sn-reviewer-name,
.wl-clean-review-card .wpsr-reviewer-name,
.wl-clean-review-card .sn-name {
  font-weight: 800 !important;
  color: #213b37 !important;
  font-size: 14px !important;
}

/* DATE */

.wl-clean-review-card .sn-review-date,
.wl-clean-review-card .wpsr-review-date {
  color: rgba(33, 59, 55, 0.48) !important;
  font-size: 12px !important;
}

/* AVATAR - FLOAT OUTSIDE LEFT EDGE */

.wl-clean-review-card .sn-reviewer-image,
.wl-clean-review-card .wpsr-reviewer-image,
.wl-clean-review-card .sn-avatar,
.wl-clean-review-card img[class*="avatar"],
.wl-clean-review-card img[class*="profile"] {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;

  border-radius: 999px !important;
  object-fit: cover !important;
  overflow: hidden !important;

  position: absolute !important;
  left: -24px !important;
  top: 42px !important;
  transform: none !important;

  box-shadow: 0 8px 20px rgba(9, 48, 40, 0.18) !important;
}

/* PLATFORM / FACEBOOK ICON */

.wl-clean-review-card .fa-facebook,
.wl-clean-review-card .sn-platform-icon,
.wl-clean-review-card .wpsr-platform-icon {
  position: absolute !important;
  right: 16px !important;
  bottom: 16px !important;
  opacity: 0.9 !important;
  transform: scale(0.9) !important;
}

/* STARS / VERIFICATION / RECOMMENDATION ICONS */

.wl-clean-review-card svg,
.wl-clean-review-card .sn-rating,
.wl-clean-review-card .wpsr-rating,
.wl-clean-review-card .wpsr-star {
  color: #2f80ed !important;
}

/* REMOVE OLD PLUGIN SLIDER CONTROLS */

.wl-strip-feed .swiper-button-next,
.wl-strip-feed .swiper-button-prev,
.wl-strip-feed .slick-next,
.wl-strip-feed .slick-prev,
.wl-strip-feed .wpsr-swiper-button-next,
.wl-strip-feed .wpsr-swiper-button-prev,
.wl-strip-feed .wpsr-next,
.wl-strip-feed .wpsr-prev,
.wl-strip-feed .swiper-pagination,
.wl-strip-feed .slick-dots,
.wl-strip-feed .wpsr-swiper-pagination {
  display: none !important;
}

/* ANIMATION */

@keyframes wlReviewMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ==============================
   TABLET
============================== */

@media (max-width: 1024px) {
  .wl-video-hero {
    min-height: 76vh;
  }

  .wl-strip-inner {
    padding: 70px 20px 82px;
  }

  .wl-strip-header {
    margin-bottom: 46px;
  }

  .wl-clean-review-card {
    flex-basis: 360px !important;
    width: 360px !important;
    min-height: 210px !important;
    max-height: 235px !important;
  }

  .wl-review-marquee-track {
    gap: 42px;
    animation-duration: 44s;
  }
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 768px) {
  .wl-video-hero {
    min-height: 70vh;
  }

  .wl-video-overlay {
    background:
      radial-gradient(
        circle at 50% 20%,
        rgba(193, 160, 113, 0.08),
        transparent 44%
      ),
      linear-gradient(
        to bottom,
        rgba(9, 48, 40, 0.18) 0%,
        rgba(9, 48, 40, 0.36) 42%,
        rgba(9, 48, 40, 0.62) 78%,
        rgba(9, 48, 40, 0.82) 100%
      );
  }

  .wl-strip-inner {
    padding: 60px 18px 72px;
  }

  .wl-strip-header {
    max-width: 100%;
    text-align: center;
    margin-bottom: 42px;
  }

  .wl-strip-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .wl-strip-header h2 {
    font-size: 30px;
  }

  .wl-strip-header p {
    font-size: 15px;
    line-height: 1.7;
  }

  .wl-clean-review-card {
    flex-basis: 300px !important;
    width: 300px !important;
    min-height: 205px !important;
    max-height: 235px !important;
    padding: 28px 24px 24px 42px !important;
  }

  .wl-clean-review-card .sn-review-content,
  .wl-clean-review-card .wpsr-review-content,
  .wl-clean-review-card .sn-review-text {
    font-size: 12.5px !important;
    -webkit-line-clamp: 3 !important;
  }

  .wl-clean-review-card .sn-reviewer-name,
  .wl-clean-review-card .wpsr-reviewer-name,
  .wl-clean-review-card .sn-name {
    font-size: 12.5px !important;
  }

  .wl-clean-review-card .sn-reviewer-image,
  .wl-clean-review-card .wpsr-reviewer-image,
  .wl-clean-review-card .sn-avatar,
  .wl-clean-review-card img[class*="avatar"],
  .wl-clean-review-card img[class*="profile"] {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    left: -21px !important;
    top: 38px !important;
  }

  .wl-review-marquee-track {
    gap: 34px;
    padding-left: 34px;
    animation-duration: 40s;
  }

  .wl-review-marquee-viewport::before,
  .wl-review-marquee-viewport::after {
    width: 28px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .wl-bg-video {
    display: none;
  }

  .wl-review-marquee-track {
    animation: none !important;
  }

  .wl-video-hero {
    background:
      radial-gradient(
        circle at 22% 24%,
        rgba(193, 160, 113, 0.16),
        transparent 42%
      ),
      #093028;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2589635 *//* ================================
   VIDEO HERO SECTION
================================ */

.wl-testimonials-hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wl-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.wl-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 45, 38, 0.35) 0%,
    rgba(10, 45, 38, 0.75) 55%,
    #0f3b32 100%
  );
  z-index: 2;
}

/* Content positioning */
.wl-hero-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.wl-hero-content h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 14px;
}

.wl-hero-sub {
  color: #e4f0ec;
  max-width: 520px;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 16px;
}

.wl-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.wl-hero-link span {
  font-size: 18px;
}

/* ================================
   TESTIMONIALS FEED SECTION
================================ */

.wl-testimonials-feed {
  background: #0f3b32;
  padding: 80px 20px 120px;
}

.wl-testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ================================
   SOCIAL NINJA CARD OVERRIDES
================================ */

.wl-testimonials-feed .sn-review-item,
.wl-testimonials-feed .sn-card {
  background: rgba(0, 0, 0, 0.55) !important;
  color: #fff !important;
  border-radius: 18px !important;
  backdrop-filter: blur(6px);
}

.wl-testimonials-feed .sn-review-content,
.wl-testimonials-feed .sn-review-author {
  color: #fff !important;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .wl-testimonials-hero {
    min-height: 70vh;
  }

  .wl-hero-content h2 {
    font-size: 32px;
  }

  .wl-testimonials-feed {
    padding-top: 60px;
  }
}/* End custom CSS */