body {
  font-family: "Roboto", sans-serif !important;
}
/* global css */
.custom-container {
  padding-left: 270px;
  padding-right: 270px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar {
  padding: 0 0 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.navbar-brand {
  width: 120px !important;
}

.navbar-brand img {
  width: 100%;
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #333;
}

.navbar-nav .nav-link:hover {
  color: #ff6a00;
}

.btn-order-now {
  background-color: #ff4f1f;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.btn-order-now:hover {
  background-color: #e9430f;
  color: #fff;
}

/* Offcanvas styling fix */
/* hero section */
.hero-section {
  color: #fff;
  padding: 20px 0px;
}
.dark-blue-bg {
  background: -webkit-radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
  background: radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
}
.hero-section h1.hero-heading {
  font-size: 5.2rem;
  line-height: 0.86;
  color: #fff;
}
.hero-section .hero-subtext {
  font-size: 22px;
  color: #fff;
}
.review img {
  border-radius: 50%;
  border: 3px solid #00e8fe;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.review .fa {
  color: #f48801;
}
.review strong {
  color: #ff0;
}
.hero-product {
  max-width: 500px;
  width: 80%;
}
/* video heo section */
.video-thumbnail {
  position: relative;
  display: inline-block;
  border: 2px solid white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 600px;
}

.video-thumbnail video {
      display: block;
    max-width: 600px;
    height: 325px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e50914; /* Red */
  color: white;
  border: 4px solid white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.scientific-descovery .highlight {
  color: #d9534f; /* Bootstrap red */
  font-weight: bold;
  font-size: 22px;
}
.scientific-descovery h3.lead-text {
  font-size: 23px;
  font-weight: 400;
  text-align: justify;
}
.scientific-descovery .light-text {
  color: #6c757d;
  font-size: 0.95rem;
}
.scientific-descovery.doctor-img {
  max-width: 100%;
  border-radius: 5px;
}
section.scientific-descovery {
  padding: 2rem 1rem;
  background-color: #fff;
}

.gluco-section {
  background: url("../images/bitterguard-bg.png") no-repeat center center;
  background-size: cover;
  padding: 4rem 1rem;
  position: relative;
}

.gluco-box {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.gluco-title {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: serif;
}

.gluco-subtitle {
  font-weight: 600;
  font-size: 1.25rem;
}

.gluco-highlight {
  font-weight: 700;
}

.gluco-btn {
  background-color: #0056b3;
  color: white;
  font-weight: 500;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
}

.ingredient-item img {
  width: 190px;
  height: 170px;
  object-fit: cover;
}
.ingredient-item h5 {
  background-color: #005598 !important;
}
.list-unstyled li span {
  background-color: #198754;
  color: #fff !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  margin-right: 6px;
}
.list-unstyled li {
  font-size: 14px;
  font-weight: 300;
}
.ingredients-section .lead {
  font-size: 24px;
}
.ingredients-section .lead strong {
  font-weight: 600;
}
.blend-section .blend-main {
  background-color: #c9e0f1;
}
.checkmark-bigger {
  width: 50px;
  position: relative;
  top: -4px;
}
/* shiping style */
.shipping-banner {
  background-color: #cc5a1a;
  padding: 15px 0;
  font-family: "Arial", sans-serif;
}

.shipping-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

.shipping-icon {
  width: 150px;
  height: auto;
  margin-right: 50px;
}

.shipping-text {
  text-align: left;
}

.shipping-text .main-line {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.shipping-text .sub-line {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  text-align: center;
}

.shipping-text .highlight {
  color: #fff200;
  font-weight: 800;
}

.shipping-text .underline {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #fff200;
}

.testimonial-images img {
  border-bottom: 22px solid #fff;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
  -webkit-box-shadow: -1px 6px 15px -3px rgba(0, 0, 0, 0.48);
  box-shadow: -1px 6px 15px -3px rgba(0, 0, 0, 0.48);
  max-width: 100%;
  background-size: 100%;
  border-radius: 12px;
}
.product-first {
  width: 120px !important;
  flex: 0 0 120px;
}
.product-second {
  width: 120px !important;
  flex: 0 0 100px;
}

.testimonial-section {
  background: #ffffff;
}

.testimonial-title {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}

.testimonial-title .highlight {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.testimonial-images .user-img {
  width: 130px;
  height: 140px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.testimonial-images .active-img {
  transform: scale(1.15);
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.testimonial-card {
  margin-bottom: 40px;
}
.testimonial-card img.rounded-circle {
  border: 4px solid #ccc;
}
.peggy-highlight {
  color: #00b4e4;
  font-weight: bold;
  font-size: 30px;
}

.testimonial-card .verified {
  color: #f58220;
  font-weight: 600;
  margin-left: 10px;
  font-size: 20px;
}
.testimonial-card .stars i {
  color: #f58220;
}

.testimonial-card .quote {
  font-size: 1.5rem;
}

.product-link {
  color: #00b4e4;
  font-weight: bold;
  text-decoration: none;
}

.product-link:hover {
  text-decoration: underline;
}

/* faqs css */
.faq-section {
  background: -webkit-radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
  background: radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
}

.accordion-button {
  background-color: #fff;
  border-radius: 8px !important;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  padding: 12px 20px;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
}

.accordion-item {
  background-color: transparent;
  border: none;
}
.faq-section .accordion {
  width: 100%;
}
.faq-section .accordion button {
  font-size: 26px;
}
.faq-section .accordion .accordion-body {
  color: #fff;
  padding-top: 0;
}
.faq-section h2 {
  font-size: 42px;
}
/* claim your discount */
.claim-your-discount .claim-your-discount-banner {
  background: #d16626;
  border-top: 4px solid #b9591f;
  padding: 15px 0px;
}
.claim-your-discount .claim-your-discount-banner h2 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}
.buying-background {
  background: #d16626;
  border-top: 4px solid #b9591f;
}
.g-arrow.buying-background {
  position: relative;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  height: 45px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-top: none !important;
}

/* product-cards */
.claim-your-discount{
background-color: #eee;
}
.products-cards {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  
}
.products-cards .card {
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid #626f72;
}
.products-cards .card-title {
  background: #5c6b73;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.products-cards .card-body p {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 0;
}
.products-cards .card-body h4 {
  font-size: 40px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 800;
  text-shadow: 0 0 5px #fff;
  color: #626f72;
}
.products-cards  .card-2 .card-body h4{
    color: #1c8da7;
}
.products-cards  .card-2 .card-body .price{
    color: #1c8da7;
}
.products-cards .card-2 .card-title {
    background-color: #1c8da7;
}
.products-cards  .card-3 .card-body h4{
    color: #317483;
}
.products-cards  .card-3 .card-body .price{
    color: #317483;
}
.products-cards .card-3 .card-title {
    background-color: #317483;
}
.products-cards .card-3 .buy-btn {
    position: relative;
}

.products-cards .card-2 .buy-btn::after {
   content: "";
    background-image: url(../images/hand-pointer.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px; /* or your image's width */
    height: 80px; /* or your image's height */
    position: absolute;
   right: -10px;
    bottom: 34px;
    transform: rotate(321deg);
    animation: toAndFro 2s infinite ease-in-out;
}
.products-cards .card-2  {
    background-color: #fffcc3;
    transform: scale(1.1);
}
@keyframes toAndFro {
    0%, 100% {
        transform: rotate(321deg) translatey(0);
    }
    50% {
        transform: rotate(321deg) translatey(10px); /* Adjust the distance as needed */
    }
}
.products-cards .price {
    font-size: 94px;
    line-height: 1;
    font-weight: 800;
    color: #626f72;
    margin-top: 10px;
}
.products-cards .buy-btn {
  margin: 10px 0;
}
.products-cards .card img.product-img {
  max-height: 180px;
  object-fit: contain;
  margin-top: 10px;
}

/* 100% sucess */
.guarantee-section {
  background-color: #fff;
  color: #333;
}

.guarantee-text h3 {
    font-size: 42px;
    text-align: center;
    color: #1c8da7!important;
}

.guarantee-text p {
      font-size: 24px;
    line-height: 1.4;
    text-align: left;
}
 .guarantee-footer small{
  font-size: 18px;
    line-height: 1.4;
}

.guarantee-icons img {
    max-width: 100%;
    height: auto;
}

.guarantee-footer {
  font-size: 0.875rem;
}

.mitolyn-bonus-section {
  background-color: #009ecf;
}

.mitolyn-bonus-heading {
  font-size: 1.8rem;
  font-weight: bold;
}

.highlight-yellow {
  color: #ffd700;
  font-weight: 700;
}

.highlight-white {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #ffd700;
   border-width: 3px;
}

.mitolyn-bonus-card {
  background: transparent;
  border-radius: 10px;
}

.mitolyn-bonus-img {
  max-height: 320px;
  object-fit: cover;
  border-radius: 10px;
   border: 4px solid #08c1e6;
}

.mitolyn-bonus-free {
  color: #ffd700;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0;

}

.mitolyn-bonus-description {
     color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
}
.mitolyn-bonus-heading {
    font-size: 48px;
}
.mitolyn-bonus-card h5{
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}
.mitolyn-bonus-card h4{
    font-size: 36px;
      font-weight: 700;
      margin: 0;
}
/* References Section Styling */
.references-section {
  padding: 50px 20px;
  background-color: #eee;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.references-heading {
     font-size: 24px;
    font-weight: 500;
    color: #7a7a7a !important;
    margin-bottom: 30px;
    letter-spacing: 1px;

}

.references-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.references-logos img {
  height: 60px;
  object-fit: contain;
}

.references-columns {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  text-align: left;
}

.references-list {
  max-width: 500px;
  font-size: 13px;
  color: #7a7a7a;
  line-height: 1.8;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
/* product crausel section */
.product-carousel-section {
  padding: 40px 20px;
}

.product-carousel-section .product-card {
  position: relative;
  text-align: center;
  padding: 10px;
}

.product-carousel-section .discount-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #5d9165;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 10;
}

.product-carousel-section .product-img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-carousel-section .brand-logo {
  height: 40px;
  margin-bottom: 10px;
}

.product-carousel-section .product-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin: 10px 0;
  text-decoration: none;
  color: #000;
}

.product-carousel-section .product-category {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}

.product-carousel-section .product-price {
  font-weight: 600;
  font-size: 16px;
}

.product-carousel-section .old-price {
  text-decoration: line-through;
  color: #bbb;
  margin-right: 5px;
}

.product-carousel-section .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.product-carousel-section .owl-nav button {
      background-color: #fff !important;
  border-radius: 50%;
  padding: 5px 12px !important;
  font-size: 20px !important;
  color: black !important;
}
.health-benifits-img img{
    width: 100%;
}

.float-img {
  animation: floatY 2s ease-in-out infinite;
  display: inline-block;
}
@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px); /* change value as needed */
  }
}
.font-sty {
    font-size: 17px;
    color: #877b7b;
    letter-spacing: 1.3px;
    font-weight: 300;
    background-color: #e9e9e9;
    margin-bottom: 30px;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;

}
.container-limit{
max-width: 1100px !important;
text-align: center;
}
.font-sty img{
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
}
.product-carousel-section h2{
    font-size: 42px;
}
.certificates-image{
  text-align: center;
}
.certificates-image img{
  width: 60%;
}
@media (min-width: 1500px) {
.custom-container {
 width: 90%;
}
.faq-section .accordion {
    width: 85%;
    margin: auto;
}
}
@media (min-width: 2000px) {
.custom-container {
 width: 85%;
}
.certificates-image img {
    width: 60%;
}
.faq-section .accordion {
    width: 75%;
    margin: auto;
}
}
@media (max-width: 1200px) {
     .custom-container {
    padding-left: 120px;
    padding-right: 120px;
  }
   .hero-section h1.hero-heading {
    font-size: 4.2rem;
    line-height: 1;
  }
  .container-limit{
    max-width: unset !important;
  }
}
@media (max-width: 768px) {
  .references-columns {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .products-cards .card-2 {
    background-color: #fffcc3;
   transform: scale(1) !important;
}
  .ingredients-section .lead {
    font-size: 18px;
}
.flex-0-custom{
  flex: 0 0 30%;
}
.testimonial-images {
    display: none !important;
}
.faq-section h2 {
    font-size: 28px;
}
.shipping-text .main-line {
    font-size: 20px;
    padding: 0px 15px;
}
.faq-section .accordion button {
    font-size: 18px;
}
.claim-your-discount .claim-your-discount-banner h2 {
    font-size: 22px;
    padding: 0px 15px;
}
.guarantee-text h3 {
    font-size: 24px;
}
.mitolyn-bonus-heading {
    font-size: 24px;
}
.mitolyn-bonus-card h5 {
    font-size: 28px;
}
.mitolyn-bonus-card h4 {
    font-size: 24px;

}
.mitolyn-bonus-free {
    font-size: 28px;
}
.mitolyn-bonus-description {
    font-size: 20px;
}
.products-cards {
    padding-top: 10px;
}
.peggy-highlight {
    font-size: 20px;
}
.testimonial-card .quote {
    font-size: 1rem;
}
.shipping-icon {
    margin-right: 50px;
}
.testimonial-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
  .hero-section {
    padding: 30px 0px;
}
  .hero-section h1.hero-heading {
    font-size: 3.2rem;
    line-height: 1;
  }
  .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .references-list {
    max-width: 90%;
  }

  .references-logos img {
    height: 50px;
  }

  .references-heading {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
     .references-logos {
        flex-direction: row;
        gap: 10px;
    }

  .references-heading {
    font-size: 22px;
  }

  .references-logos img {
    height: 45px;
  }
}




@media (max-width: 767.98px) {
  .gluco-image {
    position: static;
    transform: none;
    max-width: 100%;
    margin-top: 1.5rem;
  }
    .mitolyn-logo-row img {
    max-height: 50px;
  }
  .mitolyn-ref-list {
    padding-left: 1rem;
    font-size: 0.9rem;
  }
}
