* {
  box-sizing: border-box;
}
    body {
      margin: 0;
      font-family: 'Arial', sans-serif;
      background-color: #f7f3ef;
    }

    /* Header Container */
    .header {
      background-color: #f2ede8;
      border-bottom: 1px solid #ddd;
    }

    /* Top bar */
    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 50px;
      font-size: 14px;
      color: #4b4b4b;
    }

    .top-right {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .top-right span {
      border-right: 1px solid #d3b8a0;
      padding-right: 15px;
    }

    .top-right span:last-child {
      border: none;
      padding-right: 0;
    }

    /* Logo */
    .logo {
      background-color: #ff5a00;
      color: white;
      font-weight: bold;
      font-size: 18px;
      padding: 10px 15px;
      text-align: center;
      letter-spacing: 1px;
    }

    /* Bottom Nav */
    .nav-bar {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 55px;
      padding: 15px;
      background-color: #f2ede8;
      border-top: 1px solid #e1d6cb;
    }

    .nav-bar a {
      text-decoration: none;
      color: #3a3a3a;
      font-weight: 600;
      font-size: 16px;
      transition: 0.3s;
    }

    .nav-bar a:hover {
      color: #ff5a00;
    }

    .highlight {
      color: #ff5a00;
      font-weight: 700;
    }

    /* Icon placeholders */
    .icon {
      font-size: 16px;
    }

    p{
        padding: 20px;
        /* text-decoration: underline; */
    }
    .container{
        padding: 1vh;
        margin: 5vh;
        display: flex;
        flex-direction: row;
        gap: 10vh;
        justify-content: center;
    }
    .section img{
        width: 650px;
    }

      h4 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
    }

    .frequency-box {
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #fff;
        max-width: 500px;
        padding: 10px;
    }

    .option {
        border: 2px solid #221a1a;
        border-radius: 4px;
        padding: 15px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .option.active {
        border: 2px solid #150c08;
        background-color: #ffffff;
    }

    .option input {
        margin-right: 10px;
    }

    .option h5 {
        font-size: 16px;
        margin: 0;
        color: #2c2c2c;
        font-weight: bold;
    }

    .option span.discount {
        color: #f14d00;
        font-weight: bold;
    }

    .option small {
        display: block;
        color: #444;
        margin-top: 4px;
    }

    .price {
        float: right;
        text-align: right;
        font-weight: bold;
    }
h5{
  color: #96360c;
}
    .price del {
        color: #767676;
        font-size: 13px;
        margin-right: 4px;
    }

    .delivery-box {
        border: 2px solid #181616;
        padding: 10px;
        margin-top: 10px;
        font-size: 14px;
        background: #fcfbfb;
    }

    .delivery-box label {
        display: block;
        font-size: 11px;
        color: #555;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .delivery-box select {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
    }

    .quantity-subscribe {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .quantity-box {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-right: 10px;
    }

    .quantity-box select {
        padding: 6px 10px;
        border: none;
        background: none;
        font-size: 14px;
    }

    .quantity-box label {
        background: #ffffff;
        font-size: 10px;
        font-weight: bold;
        padding: 3px 6px;
        border-right: 1px solid #fce8e8;
        text-transform: uppercase;
    }

  
    a.learn {
        color: #f14d00;
        font-size: 13px;
        text-decoration: none;
        float: right;
        margin-bottom: 10px;
    }

    a.learn:hover {
        text-decoration: underline;
    }





    .product-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 25px;
    }

    .product-card {
      background-color: white;
      width: 280px;
      padding: 20px;
      border: 1px solid #e6e2df;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      text-align: center;
      transition: 0.3s;
    }

    .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .product-card img {
      width: 70%;
      height: auto;
      margin-bottom: 10px;
    }

    h2 {
      font-size: 20px;
      font-weight: 700;
      color: #222;
      margin: 8px 0;
    }

    .desc {
      color: #555;
      font-size: 15px;
      margin-bottom: 10px;
    }

    .stars {
      color: #e67e22;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .price {
      margin-bottom: 10px;
    }

    .price .old {
      color: gray;
      margin-right: 8px;
      text-decoration: line-through;
    }

    .price .new {
      color: #e67e22;
    }

    .price .new {
      color: #e67e22;
      font-weight: 700;
      font-size: 18px;
    }

    button {
      background-color: #2d2d2d;
      color: white;
      border: none;
      padding: 10px 20px;
      font-weight: 600;
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
    }

    button:hover {
      background-color: #e67e22;
    }






    
.blue{
    padding: 10px;
    background-color: rgb(87, 160, 219);
}
    .blue-benefits{
        /* background-color: rgb(87, 160, 219); */
        color: white;
        display: flex;
        justify-content: space-around;
    }
    .emoji{
        /* background-color: rgb(87, 160, 219);  */
        display: flex;
        justify-content: space-around;
    }
    .emoji img{
        width: 155px;
        height: auto;
        color: white;
    }
    .txt{
        color: white;
        display: flex;
        justify-content: space-around;
    }
.blue-second{
  background-color: rgb(87, 160, 219);
  padding: 10vh;
}
.blue-second h1{
  text-align: center;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 42px;
}
.blue-second h2{
  text-align: center;
  color: white;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 24px;
  padding-left: 100px;
  padding-right: 100px;
}
h1{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 38px;
  padding-left: 40px;
}
small{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px;
  padding-left: 40px;
  font-size: bold;
}
    
 /* Footer main */
    footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 30px 0;
        background-color: #fff;
    }

    .footer-column {
        margin: 10px;
    }

    .footer-column h3 {
        color: #f14d00;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-column a {
        display: block;
        color: black;
        text-decoration: none;
        margin: 5px 0;
        font-size: 14px;
    }

    .footer-column a:hover {
        text-decoration: underline;
    }
  
    /* Disclaimer */
    .disclaimer {
        text-align: center;
        font-size: 12px;
        color: gray;
        padding: 10px 40px 20px 40px;
        line-height: 1.6;
    }

    @media (max-width: 768px) {
        footer {
            flex-direction: column;
            text-align: center;
        }
    }


    
.dropdown-content {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #1e1e1e;
  padding: 10px;
  border-radius: 5px;
}

.dropdown-content a {
  display: block;
  padding: 5px 10px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}




.faq-section {
      background-color: #0096d6;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 80px 100px;
      flex-wrap: wrap;
    }

    .faq-left {
      flex: 1;
      min-width: 250px;
    }

    .faq-left h2 {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.2;
      margin: 0;
    }

    .faq-right {
      flex: 1.5;
      min-width: 300px;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .faq-item {
      background-color: #fff7f3;
      color: #000;
      padding: 20px 25px;
      border: 1px solid #000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: 0.2s ease;
    }

    .faq-item:hover {
      background-color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .faq-item span {
      font-weight: bold;
      font-size: 16px;
    }

    .faq-item .plus {
      color: #e84c1d;
      font-size: 22px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .faq-section {
        flex-direction: column;
        padding: 40px 20px;
      }

      .faq-left {
        margin-bottom: 30px;
      }

      .faq-left h2 {
        font-size: 28px;
      }
    }


    .sourcing-section {
  padding: 5px 10px;
  background-color: #53b7e1;
}

.sourcing-section h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
}

.sourcing-container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.sourcing-box {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  padding: 0 10px;
}

.sourcing-box h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sourcing-box p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.divider {
  width: 2px;
  background-color: #fff;
  height: auto;
  opacity: 0.7;
}

.learn-btn {
  background-color: #f8e8dc;
  color: #4b2b1d;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.learn-btn:hover {
  background-color: #f1d6bf;
}
svg {

  position: relative;
  top: 6px;
  padding: 0;
}