.wf-glamourbar {
    height: 600px;
}

.wf-glamourbar div {
    height: 100%;
}

.wf-glamourbar .wfg-slider-left,
.wf-glamourbar .wfg-slider-right {
    position: absolute;
    bottom: 32px;
    height: 32px;
    width: 32px;
    background: #B42318;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
.wf-glamourbar .wfg-slider-left:hover,
.wf-glamourbar .wfg-slider-right:hover {
    background-color: #0f0f0f;
    transition: all 0.4s ease-in-out;
}
.wf-glamourbar .slick-arrow {
    font-size: 0;
}

.wf-glamourbar .banner-filter {
    padding: 70px 0;
}

.wf-glamourbar .wfg-slider-left::before,
.wf-glamourbar .wfg-slider-right::before {
    font-size: 16px;
    font-family: 'font awesome 6 sharp';
}

.wf-glamourbar .wfg-slider-left {
    left: 40%;
}

.wf-glamourbar .wfg-slider-right {
    right: 39%;
}
.wfg-slider-left:before {
    content: '\f053';
}
.wfg-slider-right:before {
    content: '\f054';
}
.wfg-slider-left:before, .wfg-slider-right:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: white;
    font-size: 42px;
    display: block;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.2s ease;
}

.wf-glamourbar .wf-glamourbar-btn a.btn {
    width: auto;
    padding: 8px 20px;
    font-size: 16px;
}

@media (min-width:768px) {
    .wf-glamourbar .wfg-slider-left {
        left: 42%;
    }
    .wf-glamourbar .wfg-slider-right {
        right: 43%;
    }

    .wf-glamourbar .wfg-slider-left,
    .wf-glamourbar .wfg-slider-right {
        height: 48px;
        width: 48px;
        top: 86%;
    }   
    .wf-glamourbar .wfg-slider-left::before,
    .wf-glamourbar .wfg-slider-right::before {
        font-size: 28px;
    }
     .wf-glamourbar .wf-glamourbar-btn a.btn {
        width: auto;
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 21px;
        padding-bottom: 18px;
        font-size: 20px;
    }

}

@media(min-width : 992px) {

    .wf-glamourbar .wfg-slider-left,
    .wf-glamourbar .wfg-slider-right {
        top: 50%;
        transform: translateY(-50%);
        height: 48px;
        width: 48px;
    }

    .wf-glamourbar .wfg-slider-left {
        left: 2%;
    }

    .wf-glamourbar .wfg-slider-right {
        right: 2%;
    }
   
}



/* ================================
   Glamourbar – MOBILE ONLY
   ================================ */
@media (max-width: 767.98px) {

  /* Responsive height, no crop */
  .wf-glamourbar {
    height: 65vh;
    min-height: 440px;
    overflow: hidden;
  }

  .wf-glamourbar .banner-filter {
    padding: 48px 0;           /* less vertical padding on phones */
  }

  /* Readability overlay on the image */
  .wfg-slider .slide {
    position: relative;
  }
  .wfg-slider .slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);  /* deepen for legibility */
    z-index: 1;
  }

  /* Elevate text above overlay */
  .wfg-content {
    position: relative;
    z-index: 2;
    padding: 0 16px;
    text-align: center;
  }

  /* Headline: a touch larger but controlled */
  .wfg-content h2 {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.06;
    margin: 0 0 10px;
    color: #fff;
  }

  /* Body: shorter lines, always visible */
  .wfg-content .lead {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 auto 16px;
    max-width: 45ch;           /* keeps copy from running too long */
    color: #fff;
  }

  /* Button: compact, thumb-friendly */
  .wf-glamourbar .wf-glamourbar-btn a.btn {
    display: inline-block;
    padding: 12px 22px;
    font-size: 15px;
    width: auto;
  }

  /* Hide nav arrows on mobile (or move them if you prefer) */
  .wf-glamourbar .wfg-slider-left,
  .wf-glamourbar .wfg-slider-right {
    display: none !important;
  }
}
