@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #3D3D3D;
  --secondary-color: #3d3d3d;
  --color-white: #f9f9f9;
  --color-white2: #d0d0d0;
  --color-gray: #646464;
  --color-gray2: #505050;
  --accent-color: #f2c94c;
  --rating-color: #f0822b;
  --bg-gray: #e7e7e7;
  --light-rating-color: #ffe5be;
  --font-moisette: "Moisette";
  --font-avenir: "Avenir Next LT Pro";
  --font-open-sans: "Open Sans", sans-serif;
  --font-gothic: "Gothic A1", serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-open-sans);
  font-style: normal;
  font-display: swap;
  color: var(--primary-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--font-moisette);
  font-style: normal;
  font-display: swap;
  line-height: 1.25;
}

a {
  word-wrap: break-word;
  word-break: break-word;
  text-wrap: wrap;
  color: #5f47c1;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-word;
  text-wrap: wrap;
  line-height: 24px;
}

.container {
  max-width: 888px;
  padding: 0;
}

/* desktop header start */

header {
  background-color: var(--primary-color);
}

header nav .navbar-nav li {
  padding-left: 20px;
}

header nav .navbar-nav li a {
  font-family: var(--font-avenir);
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
}

header nav .navbar-nav li a:hover {
  color: var(--color-white);
}

header form {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

header form .custom-search-input label {
  display: flex;
  align-items: center;
  position: relative;
}

header form .custom-search-input label i {
  position: absolute;
  right: 10px;
  color: var(--color-gray);
}

header form .custom-search-input .form-control {
  background-color: transparent;
  border-radius: 0;
  border-color: var(--color-gray);
  width: 218px;
  font-family: var(--color-gray);
  color: var(--color-white);
}

header form .custom-search-input .form-control:focus {
  box-shadow: unset;
  border-color: var(--color-white);
}

header form .custom-search-input .form-control::placeholder {
  color: var(--color-gray);
}

header form .custom-search-input .form-control:focus + i {
  color: var(--color-white);
}

/* desktop header end */

/* hero section start */

.hero-section-text {
  width: 100%;
  padding: 65px 0;
  margin: 0 auto;
}

.hero-section-text h1 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.hero-section-text p {
  max-width: 675px;
  margin: 0 auto;
  font-size: 21px;
  font-style: italic;
  text-align: center;
}
.hero-section-text p.hero-section-container-835 {
  max-width: 835px;
}
.hero-section-text p.hero-section-container-795 {
  max-width: 795px;
}
.iphone15-none {
  display: flex;
}

.iphone15-flex {
  display: none;
}

.hero-section-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  border-top: 1px solid var(--color-white2);
  border-bottom: 1px solid var(--color-white2);
}

.hero-section-author-avtar {
  margin-right: 15px;
}

.hero-section-author-avtar img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}

.hero-section-author-text p {
  font-size: 13px;
  display: -webkit-box;
  line-height: 18px;
}

.hero-section-author-text p:nth-child(1) {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 05px;
}

/* .hero-section-image {
  margin-top: 20px;
} */

.hero-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section-imag .row {
  padding: 0;
}

.hero-section-image .row .col-8 {
  padding-right: 0;
}

.hero-section-image .row .col-4 {
  padding-left: 0;
}

.hero-section-detail {
  padding: 70px 28px;
  padding-bottom: 50px;
  background-color: var(--primary-color);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero-section-detail-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-section-detail-wrap p {
  font-size: 27px;
  line-height: 1.2;
  color: var(--color-white);
}

.hero-section-detail-wrap p:nth-child(1) {
  align-items: end;
}

.hero-section-detail-wrap2 p {
  color: var(--color-gray);
  font-size: 16px;
}

/* hero section end */

.blog-section {
  margin-top: 30px;
}

.blog-section .blog-section-text p {
  font-family: var(--font-open-sans);
  font-size: 16px;
  margin-bottom: 22px;
}

.blog-section .blog-section-text h3 {
  font-size: 39.5px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 14px;
}

.blog-section .blog-section-text h3 u {
  text-underline-offset: 3px; /* Adjust this value as needed */
}

.blog-section-first-latter::first-letter {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Moisette';
}

.blog-item hr {
  border: 2px solid #4d4d4d;
  opacity: 1;
  margin: 24px 0px 38px 0px;
}

.blog-item h1 {
  font-weight: 700;
  margin-bottom: 22px;
}

.heading-1 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 700;
}

.paragraph-1 {
  font-size: 18px;
  line-height: 1.2;
  color: #595959;
  font-weight: 500;
  margin-bottom: 28px;
}

.mt-custom {
  margin-top: 22px !important;
}

.mt-custom-2 {
  margin-top: 38px !important;
}

.mb-custom {
  margin-bottom: 22px !important;
}

.mb-custom-2 {
  margin-bottom: 38px !important;
}

.blog-section .blog-section-text ul {
  /* list-style: none; */
  padding-left: 1.05rem;
}

/* .blog-section .blog-section-text ul li {
  display: flex;
} */

.blog-section .blog-section-text ul li i {
  font-size: 20px;
  margin-right: 10px;
  transform: translateY(3px);
}

.blog-section .content-image-1 {
  float: left;
  width: 48%;
  min-width: 48%;
  height: auto;
  max-height: 318px;
  object-fit: cover;
}
.blog-section .content-image-1.content-image-50 {
  width: 50%;
  min-width: 50%;
}

.custom-bullet {
  position: relative;
  font-size: 24.5px;
  font-weight: 700;
  margin-top: 38px;
  margin-bottom: 14px;
  /* padding-left: 42px; */
}

.custom-bullet::before {
  /* content: attr(data-bullet);
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: -1;
  left: -16px;
  top: var(--top-value);
  color: #e7e7e7;
  font-size: 88px;
  font-weight: 800; */
  /* content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  fill: #e7e7e7;
  stroke: #e7e7e7; */
}

.custom-bullet-small {
  position: relative;
}

.custom-bullet-small::before {
  content: attr(data-bullet);
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -20px;
  color: #e7e7e7;
  font-size: 88px;
  font-weight: 800;
  content: "";
  background-image: url("../assets/images/turmeric/checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
  fill: #e7e7e7;
  stroke: #e7e7e7;
  opacity: 0;
}

.comma {
  position: absolute;
  width: 16px;
}
.comma.left {
    left: -13px;
    top: -12px;
    height: 12px !important;
}

.comma.right {
  right: 54px;
  bottom: 3px;
}

.text-heading {
  font-family: var(--font-open-sans);
  text-align: center;
  font-weight: 600;
  margin-bottom: 26px;
  font-size: 16px;
}

.blog-section .content-image-2 {
  /* float: left; */
  width: 296px;
  height: 299px;
  margin-right: 28px;
  margin-bottom: 10px;
  object-fit: cover;
  margin-top: 8px;
}

.blog-section .content-image-3 {
  /* float: left; */
  width: 100%;
  height: 376px;
  margin-right: 30px;
  margin-bottom: 30px;
  /* object-fit: cover; */
}

.blog-section .content-image-4 {
  /* float: left; */
  width: 330px;
  height: 270px;
  object-fit: cover;
  margin-right: 30px;
}

.blog-top-picks {
  background-color: #faf7f4;
  width: 100%;
  height: 100%;
  padding: 22px 28px;
  float: left;
  width: 450px;
  margin-right: 28px;
  margin-bottom: 5px;
}

.blog-top-picks-heading h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
}

.blog-top-picks-heading div {
  width: 15%;
  height: 2px;
  background-color: var(--primary-color);
  margin-top: 20px;
}

.blog-top-picks-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-white2);
}

.blog-top-picks-wrap:last-child {
  padding-bottom: 0 !important;
  border: unset;
}

.blog-top-picks-wrap > div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-top-picks-wrap div div:nth-child(1) {
  background-color: var(--primary-color);
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 3px;
  color: var(--color-white);
  font-family: var(--font-moisette);
  font-size: 20px;
  font-weight: 700;
}

.blog-top-picks-wrap div div p {
  font-size: 18px !important;
  color: var(--color-gray2);
  margin-bottom: 0px !important;
}

.blog-top-picks-wrap div:nth-child(2) p {
  font-size: 14px !important;
  display: flex;
  margin-bottom: 0 !important;
}

.blog-top-picks-wrap div > div > h5 {
  font-size: 16px;
  font-weight: 700;
}

.blog-color-box {
  padding: 50px;
  background-color: #fff1f1;
}

.blog-color-box-1 {
  background-color: #f7f7f7;
  border-left: solid 3px #3175b5;
}

.blog-color-box-2 {
  background-color: #f7f7f7;
  border-top: solid 16px #3175b5;
}

.blog-color-box.blog-color-box-2 h4 {
  margin-bottom: 20px;
}

.blog-color-box h4 {
  font-family: 'Open Sans';
  font-weight: 700;
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 1.35;
  text-align: center;
}

.blog-color-box h5 {
  font-family: var(--font-open-sans);
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 20px;
}

.blog-color-box p {
  color: var(--color-gray);
}

.blog-color-box p b {
  color: #000;
}

.blog-color-box p:last-child {
  margin-bottom: 0 !important;
}

.blog-color-box-green {
  background-color: #f3fff1;
  margin-bottom: 20px;
}
.blog-color-box.blog-color-box-green.blog-color-box-lime {
    background: #F7F3EE;
}
.blog-space {
  margin-top: 30px;
}

.ads {
  position: sticky;
  top: 0;
}

.ads img {
  width: 100%;
}

/* blog section end */

/* product section start */

/* .product-review {
  padding: 30px 0;
  border-top: 2px solid var(--rating-color);
  margin-top: 40px;
} */

.product-title-wrapper {
  display: flex;
  align-items: flex-start;
}

.product-number {
  width: 70px;
  height: 70px;
  background-color: var(--accent-color);
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-moisette);
  font-size: 35px;
  font-weight: bold;
  margin-right: 15px;
  font-weight: 900;
}

.product-title {
  font-family: var(--font-moisette);
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 900;
  margin: 0;
}

.product-subtitle {
  font-family: var(--font-open-sans);
  font-size: 16px;
  color: var(--color-gray);
  font-weight: 600;
  margin-bottom: 0px !important;
}

.product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-image img {
  max-width: 160px;
  height: 360px;
  object-fit: contain;
  padding: 0 20px;
}

.product-rating {
  position: relative;
}

.rating-circle {
  position: relative;
  width: 160px;
  height: 160px;
}

.circular-chart {
  display: block;
  width: 100%;
  height: 100%;
}

.circle-bg {
  fill: none;
  stroke: var(--light-rating-color);
  stroke-width: 3;
}

.circle {
  fill: none;
  stroke: var(--rating-color);
  stroke-width: 2.8;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.rating-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.rating-score {
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #2b2b2bd6;
  font-weight: 700;
  line-height: 20px;
  padding-left: 9px;
}

.overall-grade {
  text-align: center;
}

.grade {
  font-family: var(--font-open-sans);
  font-size: 100px;
  color: var(--primary-color);
  font-weight: 600;
}

.grade-text {
  display: block;
  letter-spacing: 1.9px;
  font-family: var(--font-open-sans);
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 700;
}

.product-ratings {
  margin-top: 60px;
}

.rating-item {
  display: flex;
  margin-bottom: 20px;
}

.rating-label {
  width: 45%;
  font-family: var(--font-open-sans);
  /* font-size: 17px; */
  color: var(--primary-color);
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  height: 28px;
  font-size: 20.5px;
  width: 45%;
}

.rating-label1 {
  width: 100%;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: var(--rating-color);
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.rating-label1 span {
  font-size: 14px;
}

.progress-container {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.progress-bar {
  flex: 1;
  height: 26px;
  background-color: #e7e7e7;
  position: relative;
  overflow: hidden;
}

.progress {
  height: 100%;
  background-color: var(--rating-color);
  /* position: relative; */
  border-radius: 0;
}

.progress::after {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 1px;
  height: 100%;
  background-color: white;
}

.rating-score1 {
  font-family: var(--font-open-sans);
  font-size: 26px;
  color: var(--rating-color);
  font-weight: 900;
  line-height: 20px;
}

.rating-avg {
  font-family: var(--font-open-sans);
  font-size: 15px;
  color: var(--secondary-color);
  text-align: right;
  width: 75%;
  font-weight: 700;
}

.product-info {
  display: flex;
  margin-top: 60px;
}

.product-highlights {
  flex: 0 0 40%;
  background-color: var(--bg-gray);
  background-color: #595959;
  padding: 30px 20px;
  text-align: center;
}

.product-highlights h3,
.bottom-line h3 {
  font-family: var(--font-moisette);
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 900;
  text-align: center;
  color: #fff;
}

.bottom-line h3 {
  color: #2b2b2b;
}

.bottom-line h3 {
  /* margin-top: 30px; */
  /* font-size: 36px; */
  /* margin-top: 0px;
    font-size: 32px;
    text-transform: uppercase; */
}

.product-highlights ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.product-highlights li {
  font-family: var(--font-open-sans); 
  font-size: 15px; 
  color: #fff; 
  margin-bottom: 20px; 
  position: relative; 
  padding-left: 20px;
  font-weight: 400;
  margin-left: 10px;
}

.product-highlights li:before {
  content: "•"; 
  position: absolute;
  left: 0; 
  color: #fff;
  font-size: 1.2rem; 
  line-height: 1;
  top: 4px; 
}

.bottom-line {
  flex: 0 0 60%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.bottom-line h4 {
  font-family: var(--font-open-sans);
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.bottom-line p {
  font-family: var(--font-open-sans);
  font-size: 15px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: 500;
}

.ingredients-grid {
  display: flex;
  margin-bottom: 15px;
  gap: 7px;
}

.ingredient-column {
  flex: 1;
  background-color: #FFFFCD;
  
  padding: 10px;
}

.ingredient-column ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ingredient-column li {
  font-family: var(--font-open-sans);
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: -.14px;
}

.ingredient-column li:last-child {
  margin-bottom: 0 !important;
}

.footnote {
  font-size: 13px !important;
  color: #3d3d3dcf !important;
  line-height: 16px;
  margin-bottom: 0px !important;
}

.btn-learn-more {
  display: inline-block;
  background-color: var(--rating-color);
  color: white;
  font-family: var(--font-open-sans);
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 14px;
  margin-bottom: 3px;
  padding: 14px 38px;
  transition: ease-in-out 0.2s;
  animation: glowing 1500ms infinite;
}

.btn-learn-more:hover {
  -webkit-box-shadow: 0px 0px 10px 0px var(--rating-color);
  -moz-box-shadow: 0px 0px 10px 0px var(--rating-color);
  box-shadow: 0px 0px 10px 0px var(--rating-color);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  row-gap: 24px;
  display: none;
}

.product-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  row-gap: 12px;
}

.product-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-card .hero-section-author-avtar img,
.blog-item .hero-section-author-avtar img {
  width: 45px !important;
  height: 45px !important;
}

.mini-author {
  margin-bottom: 24px;
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-grid-2 .product-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.product-grid-2 .product-card h4 {
  font-weight: 800;
}

.product-title-grid {
  font-family: var(--font-open-sans);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0px 14px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  line-height: 30px;
}

/* product section end */

/* raising the bar start */

.raising-section {
  margin-top: 30px;
}

/* raising the bar end */
.raising-section .raising-image-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.raising-section .raising-image-wrap > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: center;
}

.raising-section .raising-image-wrap div h2 {
  font-size: 47px;
  font-weight: 600;
  text-align: end;
  margin-bottom: 50px;
}

.raising-section .raising-image-wrap div p {
  font-size: 20px;
  font-weight: 500;
  text-align: end;
}

.raising-section .raising-image-wrap img {
  height: 285px;
  width: 100%;
  object-fit: cover;
}

.raising-detail {
  background: url("../assets/images/bg.jpg");
  background-size: cover;
  padding: 0px 60px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 24px 48px 18px;
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.raising-detail > div {
  width: 100%;
}
.raising-prop {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    margin-bottom: 12px;
    gap: 16px;
}
.raising-detail>div {
    max-width: 610px;
    margin: 0 auto;
}
.raising-prop h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #fff;
    font-family: Open Sans;

}
span.circular-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 2px;
    top: 14px;
    background-image: url(../assets/images/right-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

span.circular-icon {
  display: inline-block;
  padding: 7px 0 7px 36px;
  position: relative;
}
.raising-prop img {
  /* filter: invert(1); */
  width: 42px;
  height: auto;
}

.raising-detail ul {
  padding-left: 1.4rem;
  list-style: none;
}

.raising-detail ul li {
  position: relative;
  font-size: 18px;
  color: #fff;
}

.raising-detail ul li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  left: -20px;
  top: 7px;
}

.raising-detail > div p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
  color: #fff;
}

.raising-detail ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

@keyframes glowing {
  0% {
    background-color: #fa6233;
    box-shadow: 0 0 3px #fa6233;
  }
  50% {
    background-color: #fa6233;
    box-shadow: 0 0 20px #fa6233;
  }

  100% {
    background-color: #fa6233;
    box-shadow: 0 0 3px #fa6233;
  }
}

/* raising the bar end */

/* footer start */

.footer {
  background-color: #2B2B2B;
  color: #D0D0D0;
  padding-top: 80px;
  padding-bottom: 20px;
}
.sources {
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: center;
  /* border-bottom: 1px solid #787878; */
}

.sources h4 {
  font-size: 20px;
  font-family: var(--font-open-sans);
  font-weight: 700;
  margin-bottom: 10px;
}

.sources-line-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

span.sources-line {
    display: block;
    height: 1px;
    background: #525252;
    flex-grow: 1;
}

.sources-line-wrap h4 {
    margin-bottom: 5px !important;
}

.sources p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sources a {
  color: #a3a3a3;
  text-decoration: none;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.footer-logo {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.social-icons a {
    color: #fff;
    margin-right: 12px;
    font-size: 21px;
}

.footer-left {
  width: 50%;
}

.footer-links {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
}
.footer-links li {
  margin-bottom: 5px;
}
.footer-links a {
  color: #dedede;
  text-decoration: none;
}
.disclaimer {
    font-size: 12px;
    margin-top: 28px;
    text-align: center;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.disclaimer p {
    color: #BABABA;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
}
.footer-bottom {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
.footer-bottom a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.75px;
    text-align: center;
}
.footer-bottom a {
  font-family: var(--font-open-sans);
  text-decoration: none;
  color: var(--color-white2);
}

.footer-bottom p {
    margin-top: 16px !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
}

.sources p span {
  display: block;
  line-height: 18px;
  font-style: italic;
}

.sources p span {
  font-size: 10px;
  margin-right: 5px;
}

.sources p {
  display: flex;
  justify-content: center;
}
.left-side-footer-new {
    display: grid;
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    gap: 8px 32px;
}
.sources .desktop-footer-source p span {
    min-width: 16px;
    display: block;
    height: 16px;
    margin: 3px 8px 0 0;
    background-image: url(../assets/images/right-arrow.svg);
    background-size: contain;
    color: transparent;
    opacity: .7;
}
 .sources p a {
    min-height: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #D0D0D0;
  }

/* footer end */

.product-image-section {
  justify-content: center !important;
  align-items: center !important;
  gap: 20% !important;
}

.top-arrow {
  position: absolute;
}

.center-content {
  padding-left: 15px;
}

.product-header {
  margin-bottom: 28px;
  padding-top: 18px;
}


/* _______  Updated CSS  _______ */
.hero-section-detail-wrap p.main-web-name {
    font-size: 11px !important;
    margin-top: 12px;
    margin-bottom: 0;
}
.mt-8 {
  margin-top: 5px;
}
.product-highlights h3 {
    margin-bottom: 15px;
}
.hero-section-detail {
    justify-content: center;
}
.hero-section-image .comma-right-img {
    height: auto !important;
    width: 18px;
    padding-left: 2px;
}
.br-desk br {
  display: none;
}
.text-orange {
  color: #D97C41 !important;
}
.blog-section .blog-section-text p>b, .blog-section .blog-section-text p>strong {
    font-weight: 400;
}
.blog-section  .blog-color-box p b {
    font-weight: 700;
}
/* ________ Next Article CSS _________ */

.next-article {
    margin-top: 42px;
}
.next-title {
    font-size: 41.5px;
    font-weight: 900;
    margin: 0 0 32px;
    line-height: 1.1;
    text-transform: uppercase;
}
.next-items {
    display: grid;
    grid-template-columns: 272px 1fr;
    gap: 28px;
    align-items: center;
}
.next-article-text h4 {
    font-size: 31.5px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.15;
}
.next-article-text>p {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 8px;
}
.article-writer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}
.article-writer span {
    font-size: 12px;
    font-style: italic;
    flex-grow: 1;
}
.article-writer span strong {
    font-weight: 800;
    font-style: normal;
}
.article-writer img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

section.product-grid-2 {
    display: none;
}
.next-article-thumb {
    position: relative;
    padding-top: 68%;
}

.next-article-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain {
  object-fit: contain !important;
}
.next-article-thumb-mobile {
    display: none;
}


/* ___________  Start Home page CSS  ________________ */
.container-large {
    max-width: 1150px;
    padding: 0 25px;
}
.home-main {
    display: grid;
    grid-template-columns: calc(56% - 24px) calc(44% - 24px);
    align-items: center;
    gap: 48px;
    margin-top: 48px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.home-main-title {
    font-family: Moisette;
    font-weight: 700;
    font-size: clamp(36px, 3.5vw, 48px);
    line-height: 1.1;
    letter-spacing: 1%;
    margin-bottom: 16px;
    display: block;
    color: #2b2b2b;
}
.home-main-left img {
    width: 100%;
}
.container-large p.home-main-text {
    font-family: Open Sans;
    font-weight: 500;
    font-style: Italic;
    font-size: 20.5px;
    line-height: 130%;
    margin-bottom: 16px;
    color: rgb(43 43 43 / 80%);
}
.home-author {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: rgb(61 61 61 / 64%);
}
.home-author strong {
    font-weight: 600;
    color: rgb(61 61 61 / 92%);
}
.lined-title {
    font-family: Moisette;
    font-weight: 700;
    font-size: clamp(30px, 2.75vw, 36px);
    line-height: 1.2;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.space-lined {
    flex-grow: 1;
    height: 2px;
    background: #0000001A;
}
.trend-popular-wrap {
    display: grid;
    grid-template-columns: 44% 46%;
    gap: 10%;
}

.trend-article-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.title-28 {
    font-family: Moisette;
    font-weight: 700;
    font-size: clamp(20px, 2.25vw, 28px);
    line-height: 1.15;
    margin: 16px 0 6px;
    color: #2b2b2b;
    display: block;
}
.container-large p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
}
.popular-article-items {
    display: grid;
    grid-template-columns: 45% calc(55% - 20px);
    align-items: center;
    gap: 20px;
}
.popular-article-media img {
    width: 100%;
}
.popular-article>a {
  display: block;
  color: #2b2b2b;
}
.popular-article>a:not(:last-child) {
    margin-bottom: 28px;
}
.title-24 {
    font-family: Moisette;
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.2;
    margin-bottom: 12px;
}
.popular-article-items p, 
.trend-article-items p,
.other-article-items p,
.popular-article-items h4,
.title-20 {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.other-article-inner {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 24px));
    gap: 36px;
}
.other-article-items {
    box-shadow: 0px 4px 24px 0px #00000029;
    padding-bottom: 24px;
}
.other-article-items p, .other-article-items h4 {
    padding-left: 20px;
    padding-right: 20px;
}
.title-20 {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 8px;
}

.article-media {
    position: relative;
}
.article-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trend-article-media {
    padding-top: 60%;
}
.popular-article-media {
    padding-top: 70%;
}
.other-article-media {
    padding-top: 74%;
}
.explore-more-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 54px 48px;
    justify-content: center;
    margin-top: 48px;
}
.explore-more-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 175px;
}
.explore-more-items img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}
.explore-more-items span {
    font-family: Moisette;
    font-weight: 700;
    font-size: clamp(18px, 2vw ,20px);
    letter-spacing: 0%;
    text-align: center;
    color: #2b2b2b;
}
.mt-0 {
  margin-top: 0 !important;
}
.temp-breadcrumb {
  display: none;
}
.hero-section-detail-wrap p.article-img-title {
    font-weight: 400;
}
.hero-section-detail-wrap p.article-img-title b {
    font-weight: 700;
}
.footer-homepage {
  padding-top: 54px;
}
.footer-bottom>a, .footer-bottom>span {
    display: none;
}

/* ___________  End Home page CSS  ________________ */
.next-article-border {
    /* border-top: 4px solid #2B2B2B; */
    padding-top: 32px;
}
.desktop-hide {
    display: none;
}
.hero-section-image>.align-items-center {
    align-items: stretch !important;
}
.hero-section-text p.hero-section-text-container {
      max-width: 745px;
}
.br-mobile-show-only {
  display: none;
}
.blog-section-text>img.mt-custom-2 {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}
.custom-bullet {
    font-family: 'Open Sans';
    letter-spacing: -.24px;
}
.hero-section-detail-wrap p.webname-bottom {
  font-size: 12px !important;
  color: #fff;
  margin-top: 6px;
}
.blog-section img.img-fluid.content-image-contain {
    object-fit: contain;
}
.cat-hero {
    margin-top: 12px;
    background: #F6F6F6;
    padding: 45px;
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: center;
}
.cat-hero-text h3 {
    font-size: clamp(32px, 3.25vw, 48px);
    font-weight: bold;
    color: #2B2B2B;
    line-height: 1;
    margin-bottom: 10px;
}
.cat-hero-text p {
    font-size: 20px;
    color: #646464;
    line-height: 130%;
}
.cat-hero-text {
    max-width: 540px;
}
.cat-hero img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.cat-itemList {
    padding: 60px 0px;
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.cat-items {
    display: grid;
    grid-template-columns: 30% calc(70% - 28px);
    gap: 28px;
    align-items: center;
}
.cat-items-img img {
    width: 100%;
}
.cat-items-img {
    position: relative;
    padding-top: 70%;
}
.cat-items-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-items-text h3 {
    font-size: 24px;
    line-height: 110%;
    font-weight: 600;
    color: #2B2B2B;
    margin-bottom: 12px;
}
.cat-items-text p {
    font-size: 16px;
    color: #646464;
    line-height: 150%;
}
.raising-main {
    overflow-x: hidden;
}
.raising-main .raising-image-wrap img {
  width: 100%;
}

@media (max-width: 920px) and (min-width: 768px) {
  div.ingredient-column {
    padding: 0 12px !important;
  }
  .ingredients-grid {
    flex-direction: column;
    gap: 0;
  }
  .ingredients-grid {
    background: #ffffcd;
    padding: 4px 0;
  }
  .grade-text {
    font-size: 28px !important;
  }
  div.hero-section-detail-wrap p {
    font-size: 20px !important;
    line-height: 28px;
  }
  
  
}


/* ______________ New Header CSS ______________ */

.ctm-navbar {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    gap: 8px;
    position: relative;
    margin: 0;
}
.ctm-navbar li.nav-item>a {
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F9F9F9;
    padding: 8px 12px;
}
.dropdown-wrap {
    border-top: 5px solid #2b2b2b;
    list-style-type: none;
    padding: 28px 24px 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: absolute;
    left: 12px;
    width: 340px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 28px rgb(0 0 0 / 25%);
    max-height: calc(100vh - 120px);
    overflow: auto;
    z-index: 999;
}
.ctm-navbar>li.nav-item:last-child ul.dropdown-wrap {
    left: unset;
    right: 0;
}
.ctm-navbar>li.nav-item {
    position: relative;
}
.ctm-navbar>li.nav-item:hover ul.dropdown-wrap {
    opacity: 1;
    visibility: visible;
}
.dropdown-wrap li.dropdown-items a span {
    font-weight: 600;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #F97316;
}
.dropdown-wrap li.dropdown-items a h3 {
    font-family: Moisette;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -3%;
    color: #2B2B2B;
    margin: 6px 0 4px;
}
.dropdown-wrap li.dropdown-items a p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -.26px;
    color: #646464;
}
.dropdown-wrap li.dropdown-items:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 16px;
}

.dropdown-wrap li.dropdown-items a:hover h3,
.dropdown-wrap li.dropdown-items a:hover p {
    color: #F97316;
}
.mobile-header-btn button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.humburger span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 3px;
  transition: .15s;
    transform: rotate(0) translate(0);
}
.humburger {        
    display: flex;
    flex-direction: column;
    gap: 4px;
    
}
.active .humburger span:nth-child(02) {
    opacity: 0;
}

.active .humburger span:nth-child(01) {
    transform: rotate(45deg) translate(5px, 3px);
}

.active .humburger span:nth-child(03) {
    transform: rotate(-45deg) translate(5px, -3px);
}
.mobile-header-btn {
    display: none;
    align-items: center;
    gap: 4px;
    justify-content: end;
}
.dropdown-wrap::-webkit-scrollbar {
    width: 3px;
}
.dropdown-wrap::-webkit-scrollbar-track {
    background: #fff5ee;
    border-radius: 10px;
}
.dropdown-wrap::-webkit-scrollbar-thumb {
    background: #F97316;
    border-radius: 10px;
    transition: 0.3s;
}
.ctm-navbar>li.nav-item::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    right: 2px;
    background-image: url(../assets/images/dropdown-arrow.png);
    top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .25s;
    transform-origin: center;
}

.ctm-navbar>li.nav-item.is_active::after {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .mobile-header-btn {
        display: flex;
    }
    .ctm-navbar {
        display: none;
        box-shadow: 0 6px 28px rgb(0 0 0 / 25%);
        background: #fff;
        padding: 24px;
        width: 275px;
        position: absolute;
        right: 0;
        top: calc(100% + 12px);
        z-index: 99;
    }
    .active .ctm-navbar {
        display: block;
    }
    .ctm-navbar>li.nav-item {
        width: 100%;
    }
    .ctm-navbar li.nav-item>a {
        color: #000000;
        text-transform: uppercase;
        font-weight: 600;
        padding: 16px 0;
        display: inline-block;
        width: 100%;
        font-size: 17px;
    }
    .ctm-navbar li.nav-item:not(:last-child)>a {
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    .ctm-navbar>li.nav-item.is_active a.nav-link {
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    /* .ctm-navbar>li.nav-item:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / 10%);
        margin-bottom: 14px;
        padding-bottom: 14px;
    } */
    .ctm-navbar-wrap {
        position: relative;
    }
    .dropdown-wrap {
        width: 100%;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        overflow: auto;
        height: unset;
        padding: 0;
        position: unset;
        gap: 12px;
        border-top: 0px solid rgb(0 0 0 / 10%);
        padding-top: 0px;
        margin-top: 0px;
        display: flex;
        max-height: 0;
        overflow: hidden;
        padding: 0px;
    }
    .is_active .dropdown-wrap {
        max-height: 2000px;
        padding: 16px 0;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    .dropdown-wrap li.dropdown-items a span,
    .dropdown-wrap li.dropdown-items a p {
        display: none;
    }
    .dropdown-wrap li.dropdown-items a h3 {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 13px;
        color: rgb(43 43 43 / 80%);
        margin: 0px;
        text-transform: uppercase;
        line-height: 140%;
    }
    .dropdown-wrap li.dropdown-items:not(:last-child) {
        border-bottom: 0px solid rgb(0 0 0 / 10%);
        padding-bottom: 0px;
    }
}