/* ==================================================
   Global bullets for content lists
================================================== */

main ul:not(.navbar-nav):not(.nav):not(.dropdown-menu):not(.list-unstyled) {
  list-style: none !important;
  padding-left: 1.5rem !important;
}

main ul:not(.navbar-nav):not(.nav):not(.dropdown-menu):not(.list-unstyled) > li {
  display: list-item !important;
  position: relative;
  margin-bottom: 0.5rem;
}

main ul:not(.navbar-nav):not(.nav):not(.dropdown-menu):not(.list-unstyled) > li::before {
  content: "•";
  position: absolute;
  left: -1.25rem;
  top: 0;
  color: #182341;
  font-size: 1.2em;
  line-height: inherit;
}

/* ==================================================
   Clearing Hero
================================================== */

@media (max-width: 767.98px) {
  .heroTitle.font-140,
  .heroTitle {
    font-size: 2rem !important;
    line-height: 1.05 !important;
  }
}

/* ==================================================
   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;
  }
}

/* ==================================================
   Real Story Section
================================================== */

@media (max-width: 575px) {
  .item .singleBlock {
    background-color: transparent !important;
  }
}

/* ==================================================
   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;
}


/* ==================================================
   2 column, image on left with 2 CTAs
================================================== */
.darkTextBtn,
.darkTextBtn:link,
.darkTextBtn:visited,
.darkTextBtn:hover,
.darkTextBtn:focus,
.darkTextBtn:active {
  color: #182341 !important;
}

.darkTextBtn .arrow {
  color: #182341;
}

.explore-course-cta-row {
  align-items: center;
}


/* ==================================================
   Living Spaces
================================================== */

.wlvLivingSpaceTopSection {
    background-color: #00665f;
}

.wlvLivingSpaceTitle,
.wlvLivingSpaceText {
    color: #ffffff !important;
}

/*    BOTTOM SECTION (LIGHT GREY BACKGROUND) */

.wlvLivingSpaceBottomSectionWhite {
    background-color: #f0f0f0;
    margin: 0 !important;
    padding: 60px 0 60px 0;
}

/* remove unwanted spacing bleed */
.wlvLivingSpaceBottomSectionWhite + * {
    margin-top: 0 !important;
}

/* 
   BOTTOM TITLE (H2)
 */

.wlvLivingSpaceBottomTitle {
    margin-bottom: 40px;
    color: #182341 !important;
}

/* 
   TYPOGRAPHY (BOTTOM SECTION)
 */

.wlvLivingSpaceTitleDark,
.wlvLivingSpaceTextDark {
    color: #182341 !important;
}

/* 
   TOP CTA BUTTONS
 */

.wlvLivingSpaceBtnPrimary,
.wlvLivingSpaceBtnSecondary {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
    white-space: nowrap;
}

/* PRIMARY CTA */
.wlvLivingSpaceBtnPrimary {
    background: #f7f61b;
    border: 1px solid #f7f61b;
    color: #182341;
}

/* SECONDARY CTA */
.wlvLivingSpaceBtnSecondary {
    background: transparent;
    border: 1px solid #f7f61b;
    color: #ffffff;
}

/* HOVER STATES */
.wlvLivingSpaceBtnPrimary:hover,
.wlvLivingSpaceBtnSecondary:hover,
.wlvLivingSpaceBtnPrimary:focus,
.wlvLivingSpaceBtnSecondary:focus {
    background: #f7f61b;
    border-color: #f7f61b;
    color: #182341;
}

/* ==================================================
  New CTA Banner STRIP
================================================== */

.wlvLivingSpaceCtaStrip {
    background-color: #f7f61b;
    padding: 30px 0;
    margin: 50px 0 0 0;
}

/* CTA layout */
.wlvLivingSpaceCtaStrip .container {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* text wrapping allowed */
.wlvLivingSpaceCtaStrip p {
    white-space: normal;
    margin: 0;
}

/* FINAL CTA BUTTON */
.wlvLivingSpaceBtnGreen {
    background-color: #00665f;
    border: 1px solid #00665f;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

.wlvLivingSpaceBtnGreen:hover,
.wlvLivingSpaceBtnGreen:focus,
.wlvLivingSpaceBtnGreen:active {
    background-color: #00665f;
    border-color: #00665f;
    color: #ffffff;
}

/* 
   BLURB GRID (2 x 2 LAYOUT)
 */

.wlvLivingSpaceBlurbGrid {
    row-gap: 24px;
}

.wlvLivingSpaceBlurbGrid p {
    margin-bottom: 0;
}

/* 
   ICON STYLING (BOTTOM SECTION)
 */

.wlvLivingSpaceBottomSectionWhite .blurbIcon {
    display: inline-block;
    margin-bottom: 8px;
}

.wlvLivingSpaceBottomSectionWhite .blurbIcon img {
    filter: brightness(0) saturate(100%);
    opacity: 0.9;
}

/* 
   FINAL SPACING CONTROL
 */

  
.wlvLivingSpaceTitleDark{
  font-family: "Wolves Brush Regular" !important;
  }  


/* ==================================================
      Finance side-design section spacing 
================================================== */
#finance.side-design {
  padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
  #finance.side-design {
    padding-bottom: 3rem;
  }
}


/* ==================================================
   Stats
================================================== */

.stat-source-1-wrapper,
.stat-source-2-wrapper,
.stat-source-3-wrapper,
.stat-source-4-wrapper {
  display: block;
  line-height: 1.4;
}

.stat-source-1-wrapper,
.stat-source-3-wrapper {
  margin-bottom: 18px;
}

.stat-source-1-wrapper a,
.stat-source-2-wrapper a,
.stat-source-3-wrapper a,
.stat-source-4-wrapper a {
  color: #182341 !important;
  text-decoration-color: #182341 !important;
}

/* Stop stat text changing colour/size on small mobiles */
@media (max-width: 575.98px) {
  .wlv-stats .stat-number {
    color: #182341 !important;
    font-size: 2rem !important;
    line-height: 1.05 !important;
  }

  .wlv-stats .stat p {
    color: #182341 !important;
    font-size: 1rem !important;
    line-height: 1.45 !important;
  }
}

/* ==================================================
   Postgraduate
================================================== */
/* Postgraduate side-design section spacing */
#postgraduate.side-design {
  padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
  #postgraduate.side-design {
    padding-bottom: 3rem;
  }
}

/* ==================================================
   WLV CLEARING STEPS
================================================== */

.wlvClearingSteps {
    width: 100%;
}

/* Center content */

.wlvClearingStepsWrapper {
    max-width: 1400px;
    margin: 0 auto;
}

/* Section backgrounds */

.wlvClearingStepOne {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.wlvClearingStepTwo {
    background-color: #f7f61b;
    padding: 50px 0;
}

.wlvClearingStepThree {
    background-color: #f0f0f0;
    padding: 50px 0;
}

/* Reduce edge spacing */

.wlvClearingStepOne .col-lg-6:first-child,
.wlvClearingStepTwo .col-lg-6:first-child,
.wlvClearingStepThree .col-lg-6:first-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* Content */

.wlvClearingContent {
    max-width: 550px;
    margin: 0 auto;
}

/* Typography */

.wlvClearingStepOne h3,
.wlvClearingStepOne h4,
.wlvClearingStepOne p,
.wlvClearingStepOne li,
.wlvClearingStepTwo h3,
.wlvClearingStepTwo h4,
.wlvClearingStepTwo p,
.wlvClearingStepTwo li,
.wlvClearingStepThree h3,
.wlvClearingStepThree h4,
.wlvClearingStepThree p,
.wlvClearingStepThree li {
    color: #182341 !important;
}

/* Images */

.wlvClearingSteps img {
    display: block;
    width: 100%;
    max-width: 500px;   /* Smaller images */
    height: auto;
    margin: 0 auto;     /* Centre image */
    border-radius: 4px;
}

/* Override inherited white text */

.wlvClearingSteps .text-white {
    color: #182341 !important;
}

/* Mobile */

@media (max-width: 991px) {

    .wlvClearingStepOne,
    .wlvClearingStepTwo,
    .wlvClearingStepThree {
        padding: 30px 0;
    }

    .wlvClearingStepOne .col-lg-6:first-child,
    .wlvClearingStepTwo .col-lg-6:first-child,
    .wlvClearingStepThree .col-lg-6:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .wlvClearingContent {
        max-width: 100%;
    }

    .wlvClearingSteps img {
        max-width: 100%;
        margin-top: 20px;
    }
}

/* Facilities */
.wlvFacilitiesCtaBtn {
    background-color: #f7f61b;
    color: #182341;
    border: 1px solid #f7f61b;
}

.wlvFacilitiesCtaBtn:hover,
.wlvFacilitiesCtaBtn:focus,
.wlvFacilitiesCtaBtn:active {
    background-color: #f7f61b;
    color: #182341;
    border-color: #f7f61b;
}
.facilities-cta-row .facilitiesCtaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: max-content;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .facilities-cta-row .facilitiesCtaBtn {
    max-width: 100%;
  }
}
  /* ==========================================
   Career Advice - Info Card
========================================== */

#careerAdvice .infoCard {
    background-color: #00665f !important;
    color: #ffffff !important;
}

#careerAdvice .infoCard h4,
#careerAdvice .infoCard p,
#careerAdvice .infoCard strong {
    color: inherit !important;
}

  /* ==========================================
   WLV Campus Tours
========================================== */

/* Background */

.wlvCampusToursSection {
    background-color: #00665f !important;
}

/* Title */

.wlvCampusToursSection h2 {
    color: #ffffff !important;
}

/* CTA Button */

.wlvCampusToursSection .yellowBtn,
.wlvCampusToursSection .btn {
    background-color: #f7f61b !important;
    border-color: #f7f61b !important;
    color: #182341 !important;
}

/* CTA Hover */

.wlvCampusToursSection .yellowBtn:hover,
.wlvCampusToursSection .yellowBtn:focus,
.wlvCampusToursSection .yellowBtn:active,
.wlvCampusToursSection .btn:hover,
.wlvCampusToursSection .btn:focus,
.wlvCampusToursSection .btn:active {
    background-color: #f7f61b !important;
    border-color: #f7f61b !important;
    color: #182341 !important;
}

/* Arrow Colour */

.wlvCampusToursSection .darkArrow {
    display: block;
}

.wlvCampusToursSection .lightArrow {
    display: none;
}

/* WLV Secondary Menu - Apply Now Page */

.wlvSecondaryMenu {
    background-color: #00665f !important;
}

.wlvSecondaryMenu .qckWp {
    background-color: #00665f !important;
}

  /* ==========================================
   Video embed block
========================================== */
@media (max-width: 767.98px) {
  .video-block.why-videoBlock {
    margin-top: 2rem;
  }
}


/* ==================================
   WOLVES GLOBAL COMMUNITY - Apply Now
   Scoped to avoid global conflicts
================================== */

.wolves-global-community {
    background: #F7F61B !important;
}

/* Content */


.wolves-global-community .wolves-community-content p {
    color: #182341 !important;
}

/* Info Card */

.wolves-global-community .wolves-info-card {
    background: #00665F !important;
    color: #ffffff !important;
     position: absolute;
    bottom: 70px !important; /* Increase this value to move it higher */
    left: -30px !important;
}

.wolves-global-community .wolves-info-card h3,
.wolves-global-community .wolves-info-card p,
.wolves-global-community .wolves-info-card strong {
    color: #ffffff !important;
}

/* CTA Button */

.wolves-global-community .wolves-community-btn {
    background: #00665F !important;
    border: 2px solid #00665F !important;
    color: #ffffff !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    transition: all 0.25s ease;
}

/* Hover State */

.wolves-global-community .wolves-community-btn:hover,
.wolves-global-community .wolves-community-btn:focus,
.wolves-global-community .wolves-community-btn:active {
    background: #004D48 !important;
    border-color: #004D48 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Button Arrow */

.wolves-global-community .wolves-community-btn .arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
}
  
/* Add space above the content type */

.wlv-global-community-block {
    margin-top: 5rem !important;
    padding-top: 2rem !important;
}

/* Move statistics card slightly above the bottom of the image */

.wlv-global-community-stat-card {
    position: absolute;
    bottom: 80px !important;
    left: 30px !important;
}
  
/* WLV Secondary Menu  - Clearing Support*/

.wlvSecondarySupportMenu {
    background-color: #00665f !important;
}

.wlvSecondarySupportMenu .qckWp {
    background-color: #00665f !important;
}

/* ==================================================
   WLV CLEARING STEPS - Clearing support
================================================== */

.wlvClearingSteps {
    width: 100%;
}

/* Center content */

.wlvClearingStepsWrapper {
    max-width: 1400px;
    margin: 0 auto;
}

/* Section backgrounds */

.wlvClearingStepOne {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.wlvClearingStepTwo {
    background-color: #f7f61b;
    padding: 50px 0;
}

.wlvClearingStepThree {
    background-color: #f0f0f0;
    padding: 50px 0;
}

/* Reduce edge spacing */

.wlvClearingStepOne .col-lg-6:first-child,
.wlvClearingStepTwo .col-lg-6:first-child,
.wlvClearingStepThree .col-lg-6:first-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* Content */

.wlvClearingContent {
    max-width: 550px;
    margin: 0 auto;
}

/* Typography */

.wlvClearingStepOne h3,
.wlvClearingStepOne h4,
.wlvClearingStepOne p,
.wlvClearingStepOne li,
.wlvClearingStepTwo h3,
.wlvClearingStepTwo h4,
.wlvClearingStepTwo p,
.wlvClearingStepTwo li,
.wlvClearingStepThree h3,
.wlvClearingStepThree h4,
.wlvClearingStepThree p,
.wlvClearingStepThree li {
    color: #182341 !important;
}

/* Lists */

/* ==================================================
   LISTS
================================================== */

.wlvClearingList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.wlvClearingList li {
    color: #182341 !important;

    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin-bottom: 12px;
}

/* SVG bullet icon */

.wlvClearingList li::before {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 4px;

    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Images */

.wlvClearingSteps img {
    display: block;
    width: 100%;
    max-width: 500px;   /* Smaller images */
    height: auto;
    margin: 0 auto;     /* Centre image */
    border-radius: 4px;
}

/* Override inherited white text */

.wlvClearingSteps .text-white {
    color: #182341 !important;
}

/* Mobile */

@media (max-width: 991px) {

    .wlvClearingStepOne,
    .wlvClearingStepTwo,
    .wlvClearingStepThree {
        padding: 30px 0;
    }

    .wlvClearingStepOne .col-lg-6:first-child,
    .wlvClearingStepTwo .col-lg-6:first-child,
    .wlvClearingStepThree .col-lg-6:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .wlvClearingContent {
        max-width: 100%;
    }

    .wlvClearingSteps img {
        max-width: 100%;
        margin-top: 20px;
    }
}


/* ==================================================
   WLV CASE STUDY STORIES
================================================== */
/* ==========================================
   WLV CASE STUDY STORIES - Clearing support
========================================== */

/* Background */

#wlvCaseStudyStories {
    background-color: #00665f !important;
}

#wlvCaseStudyStories.case-study-bg {
    background-color: #00665f !important;
    background-image: none !important;
}

/* Remove inherited overlay */

#wlvCaseStudyStories::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

#wlvCaseStudyStories::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* Typography */

#wlvCaseStudyStories,
#wlvCaseStudyStories p,
#wlvCaseStudyStories h1,
#wlvCaseStudyStories h2,
#wlvCaseStudyStories h3,
#wlvCaseStudyStories h4,
#wlvCaseStudyStories h5,
#wlvCaseStudyStories h6,
#wlvCaseStudyStories span,
#wlvCaseStudyStories li,
#wlvCaseStudyStories a:not(.btn) {
    color: #ffffff !important;
}

/* Carousel Controls */

#wlvCaseStudyStories .carousel-control-prev,
#wlvCaseStudyStories .carousel-control-next {
    opacity: 1;
    color: #ffffff !important;
}

#wlvCaseStudyStories .carousel-control-prev-icon,
#wlvCaseStudyStories .carousel-control-next-icon {
    filter: none;
    background-image: none;
    width: auto;
    height: auto;
}

/* Navigation Arrows */

#wlvCaseStudyStories .wlvCaseStudyArrow {
    filter: brightness(0) invert(1);
}

/* CTA Buttons */

#wlvCaseStudyStories .yellowBtn,
#wlvCaseStudyStories .btn,
#wlvCaseStudyStories .wlvCaseStudyBtn {
    background-color: #f7f61b !important;
    border: 1px solid #f7f61b !important;
    color: #00665f !important;
    transition: all 0.2s ease;
}

#wlvCaseStudyStories .yellowBtn:hover,
#wlvCaseStudyStories .yellowBtn:focus,
#wlvCaseStudyStories .yellowBtn:active,
#wlvCaseStudyStories .btn:hover,
#wlvCaseStudyStories .btn:focus,
#wlvCaseStudyStories .btn:active,
#wlvCaseStudyStories .wlvCaseStudyBtn:hover,
#wlvCaseStudyStories .wlvCaseStudyBtn:focus,
#wlvCaseStudyStories .wlvCaseStudyBtn:active {
    background-color: #f7f61b !important;
    border-color: #f7f61b !important;
    color: #00665f !important;
}

/* Popup */

#wlvCaseStudyStories .wlvCaseStudyVideoPopup {
    background: rgba(0, 0, 0, 0.8);
}

/* Close Button */

#wlvCaseStudyStories .wlvCaseStudyClose {
    color: #ffffff !important;
}

/* Arrow Images */

#wlvCaseStudyStories .darkArrow,
#wlvCaseStudyStories .lightArrow,
#wlvCaseStudyStories .wlvCaseStudyArrow {
    max-width: 100%;
    height: auto;
}

/* Prevent inherited backgrounds */

#wlvCaseStudyStories .container-fluid,
#wlvCaseStudyStories .carousel,
#wlvCaseStudyStories .carousel-inner {
    background: transparent !important;
}

/* Clearing Stories COntainer - Clearing Support*/
  
.stories-title {
    display: block;
    margin-bottom: 1.5rem;

    /* H2 appearance */
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 700;

    /* Custom styling */
    font-family: 'Wolves Brush Regular';
    color: #ffffff;
}

/* Responsive sizing */
@media (max-width: 768px) {
    .stories-title {
        font-size: 3.5rem;
    }
}
}

/* ==================================================
   Support Video
================================================== */

.video-block.clearing-support-video {
  padding-bottom: 4rem !important;
}


/*==============================================
  Living Space
===============================================*/

/* ==================================================
   TOP SECTION (GREEN BACKGROUND)
================================================== */

.wlvLivingSpaceTopSection {
    background-color: #00665f;
}

.wlvLivingSpaceTitle,
.wlvLivingSpaceText {
    color: #ffffff !important;
}
  
.wlvLivingSpaceBlurbCustom {
    color: #ffffff !important;
    padding-bottom: 1rem; /* replaces pb-3 */
}

.wlvLivingSpaceBlurbCustom * {
    color: #ffffff !important;
}

/* ==================================================
   BOTTOM SECTION (LIGHT GREY BACKGROUND)
================================================== */

.wlvLivingSpaceBottomSectionWhite {
    background-color: #f0f0f0;
    margin: 0 !important;
    padding: 60px 0 0 0;
}

/* remove unwanted spacing bleed */
.wlvLivingSpaceBottomSectionWhite + * {
    margin-top: 0 !important;
}

/* ==================================================
   BOTTOM TITLE (H2)
================================================== */

.wlvLivingSpaceBottomTitle {
    margin-bottom: 40px;
    color: #182341 !important;
}

/* ==================================================
   TYPOGRAPHY (BOTTOM SECTION)
================================================== */

.wlvLivingSpaceTitleDark,
.wlvLivingSpaceTextDark {
    color: #182341 !important;
}

/* ==================================================
   TOP CTA BUTTONS
================================================== */

.wlvLivingSpaceBtnPrimary,
.wlvLivingSpaceBtnSecondary {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
    white-space: nowrap;
}

/* PRIMARY CTA */
.wlvLivingSpaceBtnPrimary {
    background: #f7f61b;
    border: 1px solid #f7f61b;
    color: #182341;
}

/* SECONDARY CTA */
.wlvLivingSpaceBtnSecondary {
    background: transparent;
    border: 1px solid #f7f61b;
    color: #ffffff;
}

/* HOVER STATES */
.wlvLivingSpaceBtnPrimary:hover,
.wlvLivingSpaceBtnSecondary:hover,
.wlvLivingSpaceBtnPrimary:focus,
.wlvLivingSpaceBtnSecondary:focus {
    background: #f7f61b;
    border-color: #f7f61b;
    color: #182341;
}

/* ==================================================
   CTA STRIP (YELLOW FOOTER AREA)
================================================== */

.wlvLivingSpaceCtaStrip {
    background-color: #f7f61b;
    padding: 30px 0;
    margin: 50px 0 0 0;
}

/* CTA layout */
.wlvLivingSpaceCtaStrip .container {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* text wrapping allowed */
.wlvLivingSpaceCtaStrip p {
    white-space: normal;
    margin: 0;
    flex: 1 1 300px;
}

/* FINAL CTA BUTTON */
.wlvLivingSpaceBtnGreen {
    background-color: #00665f;
    border: 1px solid #00665f;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

.wlvLivingSpaceBtnGreen:hover,
.wlvLivingSpaceBtnGreen:focus,
.wlvLivingSpaceBtnGreen:active {
    background-color: #00665f;
    border-color: #00665f;
    color: #ffffff;
}

/* ==================================================
   BLURB GRID (2 x 2 LAYOUT)
================================================== */

.wlvLivingSpaceBlurbGrid {
    row-gap: 24px;
}

.wlvLivingSpaceBlurbGrid p {
    margin-bottom: 0;
}

/* ==================================================
   ICON STYLING (BOTTOM SECTION)
================================================== */

.wlvLivingSpaceBottomSectionWhite .blurbIcon {
    display: inline-block;
    margin-bottom: 8px;
}

.wlvLivingSpaceBottomSectionWhite .blurbIcon img {
    filter: brightness(0) saturate(100%);
    opacity: 0.9;
}

/* ==================================================
   IMAGE SAFETY
================================================== */

.wlvLivingSpaceBottomSectionWhite img,
.wlvLivingSpaceTopSection img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==================================================
   FINAL SPACING CONTROL
================================================== */

.wlvLivingSpaceBottomSectionWhite {
    padding-bottom: 0 !important;
}
  
.wlvLivingSpaceTitleDark{
  font-family: "Wolves Brush Regular" !important;
  }  


/* ==================================================
   FOOTER TEMP FIX
================================================== */
footer ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

footer ul > li {
  display: block !important;
  position: static !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

footer ul > li::before {
  content: none !important;
  display: none !important;
}


/*  Commited to succes - Why Us */


