.product-page {
  color: #8d8d8d;
}

h1,
h2,
h3,
h4,
h5 {
  color: #15245a;
  font-weight: 500 !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-family: Gotham-book !important;
  text-transform: uppercase;
}
p,
li {
  font-family: Gotham-book !important;
  font-weight: 400 !important;
}
.diet-consistency-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
}
.info-card {
  background: #15245a;
  padding: 25px 45px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  min-height: 390px;
  gap: 20px;
}

.title {
  font-size: 28px;
  letter-spacing: 4px;
  font-weight: 700;
  color: #fff;
}
.info-card .divider {
  width: 60px;
  height: 3px;
  background: #ec8129;
  margin: 10px 0 25px;
}

/* Lists */
.list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  overflow-y: visible;
}
.list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 3px;
  color: #fff;
}
.list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #e79858e2;
}
.list.secondary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5px;
  column-gap: 20px;
}
.image-card {
  position: relative;
  width: 45%;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero {
  position: relative;
  padding: 100px 60px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  max-width: 700px;
  font-size: 48px;
  margin-bottom: 22px;
  font-weight: 600 !important;
}

.hero p {
  line-height: 1.8;
  max-width: 700px;
}

.circle-image {
  position: relative;
  width: 500px;
  height: 500px;
}

.blue-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid #15245a;
}

.product-img {
  position: absolute;
  right: 1px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.attributes {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cert-strip {
  display: flex;
  gap: 18px;
  padding: 10px 18px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  border-radius: 30px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #fff;
}

.cert-item svg {
  width: 18px;
  height: 18px;
  fill: #ec8129;
}

.cert-item span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
}

/* PACKAGING */
.packaging-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 40px;
}
.extra-wrapper {

  padding: 40px;

}

.packaging-info {
  width: 50%;
}

.packaging-title,
.sub-products h2 {
  font-size: 36px;
  font-weight: 700;
  color: #15245a;
  margin: 12px 0 20px;
  line-height: 1.3;
}


.divider {
  width: 60px;
  height: 3px;
  background: #8d8d8d;
  margin-bottom: 30px;
}

/* LIST */
.packaging-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.packaging-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  /* color: #444; */
}

.packaging-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #15245a;
  font-weight: 700;
}

/* RIGHT */
.packaging-image {
  width: 50%;
  display: flex;
  justify-content: center;
  height: 440px;
}

.packaging-image img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  object-fit: contain;
  transition: 0.6s;
}

.packaging-item {
  cursor: pointer;
}

.packaging-item.active {
  font-weight: bold !important;
  position: relative;
  color: #15245a;
}

.packaging-image img:hover {
  transform: scale(1.04);
}

.packaging-carousel {
  position: relative;
}

.packaging-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 15px;
}

.packaging-carousel .owl-nav button {
  pointer-events: all;
  background: #fff;
  border: 2px solid #15245a !important;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packaging-carousel .owl-nav button:hover {
  background: #15245a;
}

.packaging-carousel .owl-nav button:hover i {
  color: #fff;
}

.certification {
  /* background: #f7f8fa; */
  padding: 60px 0;
}

.certification-wrapper {
  margin: auto;
  position: relative;


  padding: 40px;

}

.certification-wrapper .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.cert-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.cert-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  /* filter: grayscale(40%); */
  opacity: 1;
  transition: all 0.35s ease;
}

.cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.certification .owl-stage {
  display: flex;
  align-items: stretch;
}

.certification .owl-item {
  padding: 15px;
}

.product-page .owl-nav .owl-next i,
.product-page .owl-nav .owl-prev i {
  font-size: 1.2rem;
  color: #15245a;
}

.product-page .owl-nav .owl-next,
.product-page .owl-nav .owl-prev {
  width: 30px;
  cursor: pointer;
  height: 30px;
  border-radius: 50% !important;
  border: 2px solid #15245a !important;
}



.contact-link {
    color: #8d8d8d;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.contact-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -3px;
    background-color: #15245a;
    transition: width 0.6s ease;
}

.contact-link:hover {
    color: #8d8d8d;
}

.contact-link:hover::after {
    width: 100%;
}


@media (max-width: 992px) {
  .hero-grid,
  .func-wrap,
  .pack-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 36px;
    text-align: center;
  }

  .hero h1,
  .hero p {
    max-width: 100%;
  }

  .hero .description {
    max-width: 100%;
  }

  .packaging-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .packaging-info,
  .packaging-image {
    width: 100%;
    height: auto;
  }

  .packaging-list li {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .starch-table-section {
    padding: 30px 0;
  }

  .cert-strip {
    padding: 14px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .list li {
    margin-bottom: 4px;
  }

  .attributes {
    z-index: 999 !important;
    bottom: -40px;
  }

  .title {
    letter-spacing: 1px;
  }

  .diet-consistency-section .container {
    margin: 0;
    padding: 0;
  }

  .hero {
    padding: 25px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .circle-image {
    height: 300px;
    width: 300px;
    margin: 0 auto;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .info-card {
    width: 100%;
    border-radius: 0;
    padding: 25px 15px;
  }

  .image-card {
    width: 100%;
    /* take full width on mobile */
    overflow: visible;
    /* allow attributes to show outside */
    border-radius: 0;
    /* optional if border-radius clips */
  }

  .title {
    font-size: 22px;
  }

  .packaging-wrapper,
  .extra-wrapper,
  .sub-products {
    padding: 25px 0;
  }
}

@media (max-width: 350px) {
  .hero {
    padding: 25px 15px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .circle-image {
    height: 200px;
    width: 200px;
    margin: 15px auto;
  }

  p,
  li,
  td,
  th {
    font-size: 14px;
  }
}

.starch-table-section {
  padding: 60px 0;
}

.table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 16px;
}

/* Table */
.starch-table,
.product-range table {
  width: 100%;
  border-collapse: collapse;
  /* min-width: 900px; */
  /* table-layout: fixed; */
}

.product-range table th,
.product-range table td {
  width: 50%;
  text-align: center;
  word-wrap: break-word;
}

.product-range-heading {
  background-color: #15245a;
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
}

.starch-table thead th {
  background: #15245a;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  text-align: center;
  top: 0;
}

.starch-table td,
.product-range td {
  padding: 10px;
  text-align: center;
  font-weight: 400;
  border-top: 1px solid #e5e7eb;
}

.product-range table {
  border: 1px solid #e5e7eb;
}

/* Row labels */
.row-label {
  text-align: left;
  background: #f9fafb;
  color: #15245a;
}

.starch-table tbody tr:hover td {
  background: rgba(21, 36, 90, 0.04);
}

/* Responsive */
@media (max-width: 768px) {
  .table-title {
    font-size: 28px;
  }
}
