    @font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-style: normal;
}

    @font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-style: normal;
}

    @font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-style: normal;
}

   @font-face {
  font-family: 'RussoOne-Regular';
  src: url('../fonts/RussoOne-Regular.ttf') format('truetype');
  font-style: normal;
}


/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'OpenSans-Regular';
}


/* OFFER STRIP */
.offer-strip {
  width: 100%;
  background: #f24c7c;
  color: #fff;
  text-align: center;
  padding: 1vh 2vw;
  font-family: 'OpenSans-Bold';
      font-weight: 700;
}

.offer-strip p {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.offer-strip.secondary {
  background: #c9bcbc;
  color: #ffffff;
  font-family: 'OpenSans-Bold';
}

/* HEADER */
.main-header {
  width: 100%;
  padding: 2vh 4vw;
  background: #ffffff;
}

.header-wrap {
  max-width: 90vw;
  margin: auto;
  display: flex;
  align-items: center;
          justify-content: center;
}

.logo {
     width: 17vw;
    max-width: 16rem;
}

.cta-btn {
  text-decoration: none;
  padding: 1em 2.5em;
  background: #4b3f8c;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.3em;
  font-family: 'OpenSans-Semibold';
}

/* HERO SECTION */
.hero {
 width: 100%;
    height: 115vh;
    background-image: url(../images/banners-DW0g8MdF.png);
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner-btn{
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    /* background: #4b3f8c; */
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0.3rem;
    margin-bottom: 25vh;
    background: linear-gradient(#fab938, #f98006);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 2vh 5vw;
}

.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2em;
  margin-bottom: 2vh;
}

.hero-btn {
  display: inline-block;
  padding: 1em 3em;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0.3em;
}

/* TRUST SECTION */
.trust-section {
  width: 100vw;
      background: #ededed;
  padding: 5vh 0vw;
}

.trust-container {
  margin: auto;
  text-align: center;
      width: 100%;
  color: #ffffff;
}

/* HEADING */
.trust-heading {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 3vh;
  font-family: 'OpenSans-Bold';
      color: #000;
}

/* DIVIDER */
.trust-divider {
  width: 100%;
  height: 0.15em;
  background: #ffffff;
  margin: 0 auto 4vh auto;
  opacity: 0.4;
}

/* PARAGRAPH */
.trust-text {
  font-size: 1.05rem;
  line-height: 1.7em;
  width: 90%;
  margin: 0 auto 8vh auto;
  opacity: 0.9;
      color: #000;
}

/* ICONS */
.trust-icons {
    width: 100vw;
  gap: 0vw;
  background: #2e2e2e;
}

.trust-icons img {
  width: 20vw;
    max-width: 25rem;
  height: auto;
  filter: drop-shadow(0 0 2vw rgba(255,255,255,0.25));
}

/* DISCOUNT PROGRAMS SECTION */
.discount-section {
  width: 100%;
  background: #ffffff;
  padding: 5vh 0vw;
}

.discount-container {
  max-width: 100vw;
  margin: auto;
  text-align: center;
}

/* HEADING */
.discount-heading {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  color: #4b3f8c;
  margin-bottom: 8vh;
  font-weight: 900;
  font-family: 'RussoOne-Regular';
}

/* GRID */
.discount-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
}

/* CARD */
.discount-card {
  width: 100%;
}

/* IMAGE */
.discount-image {
  width: 100%;
  overflow: hidden;
}

.discount-image img {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}

/* BUTTON */
.discount-btn {
  display: inline-block;
  margin-top: 3vh;
  padding: 1em 2.5em;
  background: #4b3f8c;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-radius: 0.3em;
  font-family: 'OpenSans-Semibold';
  cursor: pointer;
}

/* FOOTER */
.site-footer {
  width: 100%;
  background: #ffffff;
  color: #333;
  font-size: 0.9rem;
}

.fda-disclaimer{
  width: 100%;
  padding: 2rem 5vw;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  color: #666;
  background: #f8f8f8;
}

/* TOP */
.footer-top {
  display: flex;
      justify-content: space-around;
  gap: 0vw;
  padding: 0vh 3vw;
}

/* BRAND */
.footer-brand {
  width: 20%;
      display: flex;
   align-items: flex-start;
    justify-content: center;
}

.logo-wrap {
  position: relative;
  width: fit-content;
}

.logo-wrap img {
  width: 10vw;
  max-width: 8rem;
}

.shop-btn {
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11.5vh;
    padding: 0.7em 1.8em;
    background: #4b3f8c;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    border-radius: 0.3em;
    width: 12vw;
    text-align: center;
}

/* SOCIAL */
.social-icons {
  margin-top: 6vh;
  display: flex;
  gap: 1vw;
}

.social-icons img {
  width: 2vw;
  min-width: 1.4rem;
}

/* LINKS */
.footer-links {
  width: 70%;
}

.footer-links h3 {
  font-size: 1.3rem;
  margin-bottom: 2vh;
  border-bottom: 0.15em solid #6a5acd;
  padding-bottom: 0.5vh;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}

.links-grid ul {
  list-style: none;
}

.links-grid li {
  margin-bottom: 1vh;
  font-size: 0.85rem;
}

/* DISCLAIMER */
.footer-disclaimer {
  padding: 4vh 3vw;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.6em;
}

.footer-disclaimer p {
  font-size: 0.9rem;
    font-weight: 200;
}

.footer-disclaimer .prop {
  margin-top: 2vh;
}

.footer-disclaimer .company {
  margin-top: 2vh;
}

/* PAYMENTS */
.footer-payments {
  text-align: center;
  padding-bottom: 3vh;
}

.footer-payments img {
  width: 20vw;
  max-width: 16rem;
}

/* BOTTOM */
.footer-bottom {
  background: #4b3f8c;
  color: #fff;
  text-align: center;
  padding: 2vh;
  font-size: 0.8rem;
}

.mobile-after-hero {
  display: none;
}

ul li a {
  text-decoration: none;
  color: black;
}

ul li a:hover,
ul li a:focus,
ul li a:active,
ul li a:visited {
  text-decoration: none;
  color: black;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .logo {
    width: 80vw;
  }

  .header-wrap {
    flex-direction: column;
    gap: 2vh;
  }

  .hero {
    height: 100vh;
    background-image: url("../images/mob-banner-YvuLe39d_900x1600 (1).png");
  }

  .hero-content h1 {
    font-size: 2rem;
  }
  
  /* TRUST SECTION */
  
   .trust-heading {
    font-size: 2rem;
  }

  .trust-divider {
    width: 80%;
  }

  .trust-text {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .trust-icons {
          /* flex-direction: column; */
        gap: 0vh;
  }

  .trust-icons img {
    width: 30vw;
  }
  
  /* DISCOUNT PROGRAMS SECTION */
  
  .discount-heading {
    margin-bottom: 5vh;
  }

  .discount-grid {
    flex-direction: column;
    gap: 6vh;
  }

  .discount-image img {
            height: auto;
  }

  .discount-btn {
    font-size: 0.95rem;
  }
  
   .footer-top {
    flex-direction: column;
    gap: 6vh;
  }

  .footer-brand,
  .footer-links {
    width: 100%;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .links-grid {
    grid-template-columns: 1fr;
            text-align: left;
                    margin-left: 30px;
  }

  .logo-wrap img {
    width: 30vw;
  }

  .shop-btn {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    margin-top: 2vh;
    display: inline-block;
            width: 30vh;
            font-size: 1.2rem;
  }
  
  .footer-payments img {
  width: 80vw;
  max-width: 20rem;
}

 .mobile-after-hero {
               display: block;
        width: fit-content;
        margin: 2vh auto 2vh auto;
        padding: 1em 2em;
        background: #4b3f8c;
        color: #fff;
        text-decoration: none;
        font-size: 1.2rem;
        border-radius: 0.3em;
    }
    
      .cta-btn {
    display: none;
  }
  
  .logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

 .banner-btn{
        display: none;
    }
}


