/* ==================================================
   Clearing Mobile Navigation
================================================== */

/* Clearing mobile offcanvas header only */
.offcanvas-header.justify-content-between {
  background: #00665f !important;
  background-color: #00665f !important;
  color: #ffffff;
}

/* Make offcanvas close button visible on green background */
.offcanvas-header.justify-content-between .btn-close {
  filter: invert(1);
  opacity: 1;
}

/* Clearing mobile navigation body */
.offcanvas-body {
  background: #00665f !important;
  color: #ffffff;
  padding: 1.25rem;
}

/* Clearing hero/banner background */
.hero.banner-wolves.banner.position-relative.darkbg {
  background: #00665f !important;
  background-color: #00665f !important;
}

/* If there is an overlay inside the banner */
.hero.banner-wolves.banner.position-relative.darkbg::before,
.hero.banner-wolves.banner.position-relative.darkbg::after {
  background-color: #00665f !important;
}

/* Mobile nav list */
.offcanvas-body .navbar-nav {
  gap: 0.35rem;
}

/* Mobile nav links */
.offcanvas-body .navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

/* Link hover/focus */
.offcanvas-body .navbar-nav .nav-link:hover,
.offcanvas-body .navbar-nav .nav-link:focus {
  color: #ffe500 !important;
  text-decoration: none;
}

/* Button row */
.offcanvas-body .d-flex.gap-2.mt-3 {
  margin-top: 1.25rem !important;
  flex-wrap: wrap;
}

/* Search icon button */
.offcanvas-body .yellowTransparentBtn {
  border: 2px solid #ffe500;
  color: #ffe500;
  background: transparent;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Call button */
.offcanvas-body .yellowBtn {
  background: #ffe500;
  color: #111111;
  border: 2px solid #ffe500;
  font-weight: 700;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Button hover/focus */
.offcanvas-body .yellowTransparentBtn:hover,
.offcanvas-body .yellowTransparentBtn:focus {
  background: #ffe500;
  color: #111111;
}

.offcanvas-body .yellowBtn:hover,
.offcanvas-body .yellowBtn:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}

/* Make buttons easier to tap on mobile */
@media (max-width: 767.98px) {
  .offcanvas-body .yellowBtn {
    flex: 1;
  }

  .offcanvas-body .yellowTransparentBtn.only-icon {
    width: 48px;
    flex: 0 0 48px;
  }
}

/* ==================================================
   Clearing Microsite Banner
================================================== */

.clearing-microsite-banner.banner-wolves::before,
.clearing-microsite-banner.banner-wolves::after,
.clearing-microsite-banner.darkbg::before,
.clearing-microsite-banner.darkbg::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.clearing-microsite-banner.banner-wolves,
.clearing-microsite-banner.darkbg,
.clearing-microsite-banner.banner {
  background: transparent !important;
  background-color: transparent !important;
}

.clearing-microsite-banner .video-bg-half {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ==================================================
   Clearing Microsite Banner Buttons
================================================== */

.clearing-microsite-banner .heroBtnOne {
  background: #f7f61b !important;
  border: 2px solid #f7f61b !important;
  font-family: "Roboto" !important;
  font-weight: 700 !important;
  color: #00665f !important;
  transition: all 0.25s ease !important;
}

.clearing-microsite-banner .heroBtnOne:hover,
.clearing-microsite-banner .heroBtnOne:focus,
.clearing-microsite-banner .heroBtnOne:active {
  background: #f7f61b !important;
  border-color: #f7f61b !important;
  color: #00665f !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
}

.clearing-microsite-banner .heroBtnTwo {
  background: transparent !important;
  border: 2px solid #f7f61b !important;
  font-family: "Roboto" !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  transition: all 0.25s ease !important;
}

.clearing-microsite-banner .heroBtnTwo:hover,
.clearing-microsite-banner .heroBtnTwo:focus,
.clearing-microsite-banner .heroBtnTwo:active {
  background: #f7f61b !important;
  border-color: #f7f61b !important;
  color: #00665f !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
}

/* Keep buttons side-by-side on larger screens */
.clearing-microsite-banner .hero-section-btn {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 16px;
  width: fit-content;
}

.clearing-microsite-banner .heroBtnOne,
.clearing-microsite-banner .heroBtnTwo {
  white-space: nowrap;
  flex: 1 1 auto;
  text-align: center;
}

/* ==================================================
   WLV Clearing Content Type
================================================== */

.wlvClearingSection {
  background-color: #00665f;
  padding: 60px 0;
}

/* Top content */
.wlvClearingWrapper {
  position: relative;
}

.wlvClearingHeader {
  margin-bottom: 40px;
  text-align: left;
}

.wlvClearingHeader h2,
.wlvClearingHeader p {
  color: #ffffff !important;
  text-align: left;
}

/* Video area */
.wlvClearingHeroContainer {
  width: 100%;
}

.wlvClearingHeroImage {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

/* Dark overlay over image */
.wlvClearingHeroImage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.wlvClearingThumbnail {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  display: block;
}

.wlvClearingOverlayWrap {
  position: relative;
  min-height: 600px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Overlay text */
.wlvClearingOverlay h2,
.wlvClearingOverlay h4 {
  color: #ffffff !important;
  text-align: center;
}

/* Video subtitle */
.wlvClearingOverlay h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Shared video subtitle text */
.clearingVideoSubtitle {
  color: #ffffff !important;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Play button */
.wlvClearingPlayButton {
  background: none;
  border: none;
  cursor: pointer;
  color: #f7f61b;
}

.wlvClearingPlayButton:hover,
.wlvClearingPlayButton:focus {
  color: #f7f61b;
}

.wlvClearingPlaySvg {
  display: block;
}

/* Active tab */
.wlvClearingActive {
  opacity: 1;
}

/* ==================================================
   Mobile
================================================== */

@media (max-width: 767.98px) {
  .clearing-microsite-banner .video-bg-half {
    background-position: 72% center !important;
  }

  .clearing-microsite-banner .hero-section-btn {
    width: 100%;
    flex-direction: column !important;
    align-items: stretch;
    gap: 12px;
  }

  .clearing-microsite-banner .heroBtnOne,
  .clearing-microsite-banner .heroBtnTwo {
    width: 100%;
    flex: none;
    white-space: normal;
    text-align: center;
  }

  .wlvClearingSection {
    padding: 40px 0;
  }

  .wlvClearingHeroImage,
  .wlvClearingOverlayWrap {
    min-height: 420px;
  }
}

/* ==================================================
   Wolves Clearing Section / Video Steps
================================================== */

/* Main section */
.wolves-clearing-section {
  background: #ffffff !important;
}

/* Top wrapper areas */
.wolves-clearing-section .stepsWrapper,
.wolves-clearing-section .hero-container,
.wolves-clearing-section .bottom-content-wrapper {
  background: #ffffff;
}

/* Main title */
.wolves-clearing-section #clearing-heading,
.wolves-clearing-section .topHeader h2 {
  color: #00665f !important;
}

/* Intro paragraph */
.wolves-clearing-section .topHeader p {
  color: #182341 !important;
  text-align: left;
  max-width: none;
  margin: 0;
  line-height: 1.6;
}

/* Keep top header left aligned */
.wolves-clearing-section .topHeader {
  text-align: left;
}

/* ==================================================
   Wolves Clearing Video Area
================================================== */

.wolves-clearing-section .hero-image {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

/* Dark overlay over thumbnail image */
.wolves-clearing-section .hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

/* Keep thumbnail below overlay */
.wolves-clearing-section #videoThumbnail,
.wolves-clearing-section .decorative-element {
  z-index: 0;
}

/* Keep overlay content above image overlay */
.wolves-clearing-section .content-overlay-wrap {
  position: relative;
  z-index: 1;
}

/* Keep YouTube iframe above image when active */
.wolves-clearing-section #youtubeWrapper {
  z-index: 1;
  background-color: #000000;
}

/* ==================================================
   Wolves Clearing Video Text
================================================== */

.wolves-clearing-section .content-overlay h2,
.wolves-clearing-section .content-overlay h4,
.wolves-clearing-section .content-overlay p,
.wolves-clearing-section .videoSubtitle {
  color: #ffffff !important;
  text-align: center;
}

/* Video subtitle */
.wolves-clearing-section .videoSubtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ==================================================
   Wolves Clearing Play Button
================================================== */

.wolves-clearing-section .play-button-clearing {
  background: none !important;
  border: none !important;
  cursor: pointer;
  color: #f7f61b;
}

.wolves-clearing-section .play-button-clearing:hover,
.wolves-clearing-section .play-button-clearing:focus {
  color: #f7f61b;
}

.wolves-clearing-section .play-button-svg {
  display: block;
}

/* Active video tab */
.wolves-clearing-section .clearing-active {
  opacity: 1;
}

/* ==================================================
   Wolves Clearing Steps Section
================================================== */

.wolves-clearing-section .blurbs {
  background: #00665f;
  padding: 4rem 2rem;
}

/* Step numbers */
.wolves-clearing-section .blurbs .stpCnt {
  color: #ffffff !important;
}

/* Step titles */
.wolves-clearing-section .blurbs h4 {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif !important;
}

/* Step body text */
.wolves-clearing-section .blurbs p,
.wolves-clearing-section .blurbs p.mb-0 {
  color: #ffffff !important;
}

/* Override existing text colour utility classes inside the steps only */
.wolves-clearing-section .blurbs .text-Blue,
.wolves-clearing-section .blurbs .text-white {
  color: #ffffff !important;
}

/* ==================================================
   Wolves Clearing Mobile
================================================== */

@media (max-width: 767.98px) {
  .wolves-clearing-section .topHeader p {
    max-width: 100%;
  }

  .wolves-clearing-section .videoSubtitle {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .wolves-clearing-section .blurbs {
    padding: 3rem 1.25rem;
  }
}

/* ==================================================
   Clearing events title/text
================================================== */
.wolves-global-community .wolves-community-content h2 {
    color: #182341 !important;
}

.text-Green {
    color: #00665f;
}

.text-darkBlue {
    color: #182341;
}

.eventCardHighlightBg {
  background-color: #f7f61b;
}

