html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #231F20;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3 {
  color: #231F20;
  font-family: 'Rubik', sans-serif;
  line-height: 1;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-family: 'Rubik', sans-serif;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.5rem;
}
h5,
p {
  font-family: 'Rubik', sans-serif;
}
h5 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
}
h6 {
  font-size: 0.9rem !important;
}
p {
  font-weight: 400;
}
img {
  height: auto;
  max-width: 100%;
}
.text-small {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.privacy-policy-header {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.text-center {
    text-align: center;
}
.privacy-policy-back-btn {
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.privacy-policy-back-btn:hover {
    color: #495057;
}
.arrow_left{
    width: 2rem;
    cursor: pointer;
}

.privacy-policy-policy-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    left: 2%;
}

.privacy-policy-policy-intro {
    color: #495057;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.privacy-policy-policy-list {
    margin-bottom: 3rem;
}

.privacy-policy-policy-list li {
    margin-bottom: 0.5rem;
    color: #495057;
    font-weight: 500;
}

.privacy-policy-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    letter-spacing: 0.5px;
    position: relative;
    left: -2%;
}

.privacy-policy-section-content {
    color: #495057;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.privacy-policy-highlight-text {
    background-color: #fff3cd;
    padding: 1rem;
    border-left: 4px solid #ffc107;
    margin: 1.5rem 0;
    border-radius: 4px;
}
.back-to-menu {
  position: relative;
  left: -5%;
  top: 0%;
  width: fit-content;
}
@media (max-width: 768px) {
    .privacy-policy-policy-title {
        font-size: 2rem;
    }
    
    .privacy-policy-main-content {
        margin-top: 1rem;
        border-radius: 0;
    }
    .arrow_left{
        width: 1.8rem;
    }
    .back-to-menu { 
      top: -5px;  
      left: -10px;
    }
}




@import "~ngx-bootstrap/datepicker/bs-datepicker.css";
html {
  width: 100%;
  height: 100%;
}
body {
  font-family:'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #231F20;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3 {
  color: #231F20;
  font-family:'Rubik', sans-serif;
  line-height: 1;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-family:'Rubik', sans-serif;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.5rem;
}
h5,
p {
  font-family:'Rubik', sans-serif;
}
h5 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
}
p {
  font-weight: 400;
}
img {
  height: auto;
  max-width: 100%;
}
.text-small {
  font-family:'Rubik', sans-serif;
  font-size: 0.8rem;
}
.title-secondary {
  font-size: 1.4rem !important;
  line-height: 22px !important;
  color: #000000;
  font-weight: 600;
}
.sub-title {
  font-size: 1rem;
}
a {
  color: #313131;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.body {
    font: 'Rubik', sans-serif;
}
.hover {
    cursor: pointer;
}
  .footer-bg{
    background-color: #000;
  }
  .footer {
    padding: 48px 80px;
    background-color: #65a382;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
  }

  .footer-col {
    width: 200px;
  }

  .header-menu{
    font-weight:900!important;
  }

  .footer-col h4 {
    font-weight: 700;
    margin-bottom: 16px;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-col ul li {
    margin-bottom: 8px;
  }

  .footer-col ul li span {
    color: white;
    text-decoration: none;
  }

  .footer-col ul li span:hover {
    text-decoration: underline;
  }

  .footer-newsletter {
    max-width: 400px;
  }

  .footer-newsletter h4 {
    font-weight: 700;
    margin-bottom: 10px;
  }

  .footer-newsletter input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
  }

  .footer-newsletter button {
    margin-top: 16px;
    padding: 12px;
    width: 100%;
    background-color: black;
    color: white;
    border: none;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
  }

  .footer-disclaimer {
    font-size: 13px;
    margin-top: 12px;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    width: 75%;
    margin: 0 auto;
  }

  .footer-slogan {
    font-weight: 700;
    font-size: 24px;
  }

  .footer-links {
    margin-top: 10px;
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-links a {
    color: white;
    margin-right: 0;
    text-decoration: none;
  }

  .footer-links a:hover {
    text-decoration: underline;
  }

  .footer-logo {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .footer-container{
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }

  .footer-slogan{
    width: 75%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .horizontal-border{
    width: 75%;
    background-color: #dee2e6a1;
  }

  .footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-left: auto;
  }

  .footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 8px;
    color: white;
    font-size: 22px;
    text-decoration: none;
  }

  .better-ingredients { 
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
  }

  @media only screen and (max-width: 767px) {
    .footer {
      padding: 20px 15px;
      background-color: #65a382;
      padding-bottom: 100px;
    }
    .footer-col {
      width: 120px;
    }
    .better-ingredients {
      font-size: 17px;
    }
    .footer-slogan{
      justify-content: center;
    }
    .footer-slogan h3{
      font-size: 1.0rem;
      justify-self: center;
      text-align: center;
      margin-bottom: 20px;
    }
    .footer-slogan img{
      width: 60%!important;
    }
    .horizontal-border{
      width: 100%;
    }
    .header-menu{
      font-size: 1.2rem!important;
    }
    .footer-col ul li a{
      font-size: 13px;
    }
    .footer-bottom{
      width: 100%;
    }
    .footer-links{
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      row-gap: 10px;
      margin-bottom: 10px;
      gap: 16px;
    }

    .footer-links a {
      flex: 0 0 calc(50% - 8px);
      text-align: center;
    }

    .footer-socials {
      margin-left: 0;
      justify-content: center;
      width: 100%;
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .footer-bottom {
      width: 100%;
      flex-direction: column;
      gap: 15px;
    }

    .footer-top{
      row-gap: 20px;
    }
    .foot_col{
      width: 180px;
    }

    .footer-slogan{
      flex-wrap: wrap;
    }
    .footer-slogan .justify-content-end{
      justify-content: center!important;
    }
  }

  @media (min-width: 1125px) and (max-width: 1420px) {
    .footer-slogan,.horizontal-border,.footer-bottom {
      width: 85%!important;
    }
  }



.justify-content-end {
    justify-content: end !important;
}
.d-flex {
    display: flex !important;
}
.back-home-link a {
  text-decoration: none;
}

.back-home-link {
    font-size: 1.25rem;
    height: 50px;
    display: flex;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.align-items-center {
    align-items: center !important;
}
.f-600 {
    font-weight: 600;
}
.f-500 {
    font-weight: 500;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.pzht-container {
    margin-top: 4rem;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
b, strong {
    font-weight: bolder;
}
