
<style>
  /* Styling for the heading */
  .head-body {
    padding: 10px;
    width: 100%;
    /* Ensure heading takes full width */
    margin-bottom: 10px;
    text-align: left;
    /* Align text to the left */
    font-size: 1.5rem;
    /* Adjust font size as needed */
    height: 50px;
    /* Adjust height as needed */
  }

  /* Styling the Google Translate container */
  .p-slect-language {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* Aligns items (text + Google Translate) vertically */
    /* position: absolute; */
    /* Use fixed if you want it to stay on screen */
    /* top: 10px;
    right: 10px; */
    font-size: 18px;
    /* Reduced font size for better fit */
    background-color: #0f0b01;
    color: #f4f1f1;
    font-family: 'Poppins', sans-serif;
    padding: 8px 15px;
    /* Padding for better spacing */
    border-radius: 5px;
    gap: 10px;
    /* Adds space between text and Google Translate */
  }

  #google_translate_element {
    display: flex;
    justify-content: flex-end;
    /* Align to the right */
  }


  /* Customizing the dropdown */
  .goog-te-gadget {
    font-family: Arial, sans-serif;
    font-size: 26px;
  }

  /* Hide the Google logo */
  .goog-logo-link,
  .goog-te-gadget span {
    display: none !important;
  }

  /* Style the dropdown select */
  .goog-te-combo {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 14px;
  }

  .goog-te-banner-frame img {
    transform: scale(1.5);
    /* Adjust the scaling factor as needed */
  }

  .top-image {
        display: flex;
        justify-content: center; /* center horizontally */
        align-items: center;     /* center vertically */
        background: linear-gradient(to right, #f9e6b3, #f3d27a);
        }
        .top-image img {
        max-width: 100%;
        height: 120px;
        }

  /* Slider Container middle text */
  .slider-container {
    position: relative;
    width: 100%;
    height: 410px;
    /* Adjust the height to fit your design */
    overflow: hidden;
    max-width: 1215px;
    height: 250px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
  }

  .slider {
    display: flex;
    transition: transform 1s ease;
    width: 100%;
  }

  /* Each slide */
  .slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    box-sizing: border-box;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Text Overlay for Honey Slides */
  .slide .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding: 40px 40px;
    padding-top: 400px;
    height: 10vh;
    text-shadow: 2px 2px 4px Black;
  }

  /* Navigation Arrows */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
  }

  .arrow-left {
    left: 10px;
  }

  .arrow-right {
    right: 10px;
  }

  /* Dots for Navigation */
  .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    margin: 0 5px;
    cursor: pointer;
  }

  .active {
    background-color: #FFD700;
    /* Golden color for active dot */
  }

  /* About our product.conteainer head */
  .center-flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    /* Align content to the left */
    align-items: center;
    /* Centers vertically */
    height: auto;
    /* Makes the container fill the entire viewport height */
    background-color: #2B2B2B;
    /* Choose your background color */
    color: white;
    /* Text color inside the header */
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin: 20px 0;
  }

  /* content <p> */
  .left-align {
    text-align: center;
    background-color: white;
    padding: 10px;
    justify-content: start;
    align-items: center;
  }

  .center-align {
    text-align: center;
    background-color: white;
    padding: 10px;
  }

  /* General Reset */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: Arial, sans-serif;
    padding: 20px;
    height: fit-content;
    background-image: url("https://i.ibb.co/gbKVdHvg/Designer-3.jpg");
    background-size: cover;
    background-position: center;
    height: fit-content;
    /* Adjusts the height to fit its content */
  }
    .grid-container {
    display: grid;
    grid-template-columns: 4fr 1fr; /* ⬅️ Increased left side */
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: start;
    margin-top: 3%;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  

  /* Right box for login with reduced width */
  .right-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
    
  }

  /* Additional boxes under login */
  .box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 40px; /* ⬅️ Add this line for more vertical spacing */
  }

  /* Styling for ISO Logo */
  .adv-logo {
    width: 140px;
    /* Adjust image width */
    height: auto;
    /* Maintain aspect ratio */
    margin-top: 10px;
    transition: transform 0.3s ease-in-out;
  }

  /* Hover effect on ISO Logo */
  .iso-logo:hover {
    transform: scale(1.1);
  }

  /* Container for certification section */
.new-row-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #f4f4f4;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Heading style */
.new-row-box h1 {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 20px;
}

/* Logo image style */
.iso-logo {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: grayscale(20%);
}

.iso-logo:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
}

  /* Flex container for products with wrap style */
  .products {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
  }
 /* Left side information */
  .main-grid {
  display: grid;
  grid-template-columns: 3fr 1fr; /* Left: table, Right: login & promo */
  gap: 10px;
  max-width: 100%;
  padding: 10px;
}
.left-section {
  background: linear-gradient(145deg, #fdfcfb, #e2d1c3); /* Soft luxury gradient */
  border-radius: 5px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1); /* Softer and deeper shadow */
  width: 100%;
  max-width: 100%; /* Ensures it uses all available space from the grid */
  transition: all 0.3s ease-in-out;
}

.left-section table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
  }

  .left-section th, .left-section td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
  }

  .left-section img {
    width: 100px;
    height: auto;
    border-radius: 5px;
  }

  .left-section a {
    color: #0077cc;
    text-decoration: none;
  }

  .left-section a:hover {
    text-decoration: underline;
  }
  /* Login container styles */
  .login-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .social-login {
    margin-bottom: 20px;
  }

  .google-btn,
  .facebook-btn,
  .tiktok-btn,
  .instragram-btn {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    background-color: #db4437;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16p
  }

  .facebook-btn {
    background-color: #3b5998;
  }

  .instagram-btn {
    background-color: #c13584;
  }

  .tiktok-btn {
    background-color: #000000;
    color: white;
  }

  .Lazada-btn {
    background-color: #2703a9;
    color: white;
  }

  .shoppee-btn {
    background-color: #000000;
    color: white;
  }

  .google-btn:hover,
  .facebook-btn:hover,
  .tiktok-btn:hover,
  .Lazada-btn:hover,
  .shoppee-btn:hover {
    opacity: 0.9;
  }

  button img {
    width: 20px;
    height: 20px;
  }

  input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  input:focus {
    outline: none;
    border-color: #6c757d;
  }

  .login-btn {
    width: 100%;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .login-btn:hover {
    background-color: #218838;
  }

  .links {
    margin-top: 20px;
  }

  .links a {
    display: block;
    color: #007bff;
    text-decoration: none;
    margin: 5px 0;
  }

  .links a:hover {
    text-decoration: underline;
  }

  .profile {
    display: none;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }

  .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }

  .info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2.5px;
  }

  .name {
    font-size: 14px;
    font-weight: bold;
    color: black;
  }

  .role {
    font-size: 12px;
    color: gray;
  }

  .auth-box {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .cart-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .cart-icon {
    width: 30px;
    height: 30px;
  }

  .cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
  }

  .logout-text {
    text-align: start;
    font-size: 14px;
    color: red;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
  }

  table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
th, td {
  padding: 10px;
  border: 2px solid #ccc;
  font-size: 18px; /* Increased font size */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Optional: for a more modern look */
}
th {
  background-color: #eee;
 
}
button a {
  text-decoration: none;
  color: #fff;
}
button {
  background: #4CAF50;
  border: none;
  padding: 6px 10px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
 .highlight-frame {
      background: linear-gradient(to right, #f9e6b3, #f3d27a);
      border: 3px solid #c9a227;
      /* Premium gold */
      padding: 15px 25px;
      border-radius: 12px;
      text-align: center;
      margin: 35px auto;
      margin-top: 65px;
      width: fit-content;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .highlight-text {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 28px;
      color: #8b0000;
      /* Deep red wine color */
      font-style: normal;
    }

    .sub-text {
      font-size: 18px;
      font-style: italic;
      color: #4a2c00;
      /* Warm brown tone */
    }
 /* Slider container */
    .slider {
      position: relative;
      width: 100%;
      max-width: 1215px;
      height: 550px;
      margin: auto;
      overflow: hidden;
      border-radius: 10px;
    }

    /* Slides */
    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    /* Each slide */
    .slide {
      min-width: 100%;
      box-sizing: border-box;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Navigation buttons */
    .prev,
    .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      border-radius: 50%;
      padding: 10px;
      cursor: pointer;
      z-index: 2;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

    /* Dots navigation */
    .dots {
      text-align: center;
      position: absolute;
      bottom: 10px;
      width: 100%;
    }

    .dot {
      display: inline-block;
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      cursor: pointer;
    }

    .dot.active {
      background-color: white;
    }

    /* Basic Styling */
    body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      color: #333;
    }

    /* blackground colors header */
    header {
      background-color: #2B2B2B;
      color: #fff;
      padding: 10px;
      text-align: center;
      padding-top: 10px;
      width: 100%;
    }

    nav {
      background: #e2b007;
      padding: 10px;
      text-align: center;
      /* Fallback for non-flex environments */
      font-size: 18px;
      display: flex;
      justify-content: center;
      /* Centers text horizontally */
      align-items: center;
      /* Centers items vertically */
      height: 60px;
      /* Optional: Adjust height for better alignment */
    }

    nav a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
      font-weight: bold;
    }

    nav a:hover {
      text-decoration: underline;
      background-color: #6e2c00;
      /* Highlight on hover */
    }

    nav ul {
      list-style-type: none;
      margin: 0;
      padding: 5px 10px;
      display: flex;
      text-align: center;
      font-size: 18px;
      justify-content: start;
      /* Centers horizontally */

    }

    nav ul li {
      position: relative;
      /* Required for dropdown positioning */
    }

    nav ul li a {
      color: white;
      text-decoration: none;
      padding: 3px 30px;
      display: block;
      font-size: 18px;
      text-align: center;
    }

    nav ul li a:hover {
      background-color: #575757;
    }

    /* Dropdown Menu Styling */
    nav ul li ul {
      display: none;
      /* Hide dropdown by default */
      position: absolute;
      top: 100%;
      /* Position below the parent menu item */
      left: 0;
      background-color: #444;
      list-style-type: none;
      padding: 0;
      margin: 0;
      min-width: 150px;
      z-index: 1000;
    }
    nav ul li ul li {
      border-bottom: 1px solid #555;
    }
    nav ul li ul li a {
      padding: 10px;
    }

    nav ul li ul li a:hover {
      background-color: #575757;
    }

    /* Show dropdown on hover */
    nav ul li:hover>ul {
      display: block;
    }
    /* Catalog Container */
    .hero {
      background: url('wine-honey-hero.jpg') no-repeat center center/cover;
      height: 200px;
      color: black;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .hero h1 {
      font-size: 5.5em;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
    .section {
      padding: 20px;
    }
    .products {
      display: flex;
      justify-content: center;
      /* Center the items */
      flex-direction: start;
      gap: 10px;
      /* Increase gap for better spacing */
      color: #333;
      border-color: burlywood;
    }
    .product {
      background: #f8f1e1;
      border: 1px solid #d4b483;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      flex: 1 1 calc(25% - 40px);
      /* 4 items per row */
      max-width: 300px;
      box-sizing: border-box;
    }
    .product img {
      width: 180px;
      /* Ensures full width */
      height: 150px;
      /* Fixed height for equal sizing */
      object-fit: cover;
      /* Ensures images maintain aspect ratio */
      border-radius: 10px;
    }
    main {
      padding: 20px;
    }

    h2 {
      text-align: center;
      justify-content: center;
      align-items: center;
    }

    section {
      border: 1px solid #ccc;
      border-radius: 5px;
      background-color: #f9f9f9;
      justify-content: space-between;
      width: fit-content;
    }

/* footer */
footer {
  background: #e2b007;
  color: #fff;
  padding: 2rem 1rem;
  font-family: Arial, sans-serif;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 2rem;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

/* Social Links */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.4rem 0.6rem;
  border-radius: 5px;
  transition: background 0.3s;
}

.social-links a:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Scrollable Research Column */
.references-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.references-scroll .scrollable p {
  margin: 0.4rem 0;
}

.references-scroll .scrollable a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  transition: background 0.3s;
  text-align: left;
}
</style>