@font-face {
	font-family: 'MuseoSans100';
	src: url('../fonts/MuseoSans-100.otf') format('opentype');
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans300';
	src: url('../fonts/MuseoSans-300.otf') format('opentype');
	font-style: normal; 
}

@font-face {
	font-family: 'MuseoSans500';
	src: url('../fonts/MuseoSans-500.otf') format('opentype');
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans700';
	src: url('../fonts/MuseoSans-700.otf') format('opentype');
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans900';
	src: url('../fonts/MuseoSans-900.otf') format('opentype');
	font-style: normal;
}


.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}



/* General styles */
body {
  font-family: 'MuseoSans300';
  -webkit-font-smoothing: antialiased;
  background-color: #e8fbff;
  
  font-size: 20px;
  margin: 0;
}

p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 0rem;
}

h1 {
  font-family: 'MuseoSans700';  
}

h2 {
  font-family: 'MuseoSans700';
  text-align: left;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0;
}

h3 {
  font-family: 'MuseoSans700';
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.core-div {
  padding-top: 3rem;
}

.initially-hidden {
  display: none;
}

/* Header section */
.top-section {
  background-color: #e8fbff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4rem;
}

.video-wrapper {
  width: 57%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.read-link {
  font-family: 'MuseoSans700';
  font-size: 1.4rem;
}

.comment-button-parent {
  width: 57%;
  position: relative;
	height: 2rem;
	margin-top: 0rem;
	margin-bottom: 3rem;
}

.comment-button {
	background-color: #00b015;
	border: none;
	border-radius: 5px;
	position: absolute;
	right: 0;
	color: white;
	font-family: 'MuseoSans700', sans-serif;
	font-size: 0.9rem;
	padding: 0.7rem 1.1rem 0.7rem 1.1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

.reply-button-icon {
	max-width: 1rem;
	margin-right: 0.7rem;
}



/* Testimonials Section */

.standard-heading {
  display: flex;           /* Enable Flexbox */
  flex-direction: column;
  justify-content: center; /* Center content horizontally */
  align-items: center;     /* Center content vertically */
  background-color: transparent;
  background-image: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 100%);
}

.standard-heading-text {
  /* font-family: 'Libre Baskerville'; */
  font-size: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  margin: 0;               /* Remove default margin */
  text-align: center;      /* Ensure text is centered */

}

.down-arrow-image {
  width: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}


.container.testimonial-container {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  background-image: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 100%);
  max-width: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.column.testimonial-column {
  flex: 1; /* equally distribute the space among columns */
  display: flex;
  flex-direction: column; /* stack children vertically */
  justify-content: flex-start; /* align children to the start of the column */
  align-items: center; /* center children horizontally */
}


.white-box {
  background-color: white;
  border-radius: 8px; /* slightly curved corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* faint shadow */
  border: none;
  padding: 20px; /* space around the text */
  width: 80%; /* or whatever width you prefer */
  margin: 20px auto; /* centers the box in the column and gives it some vertical space */
  text-align: left; /* centers the text horizontally */
}

.stars-image{
  width: 30%;
}

.testimonial-text {
  font-size: 1.1rem;
}

.testimonial-name-wrapper {
  display: flex;
  flex-direction: center;
  align-items: center; /* Vertically centers the circle and the <p> element */
}

.testimonial-circle {
  width: 2.5rem;             /* Circle width */
  height: 2.5rem;            /* Circle height */
  border-radius: 50%;       /* Makes it a circle */
  background-color: #1e71e7;   /* Circle color */
  color: white;             /* Letter color */
  
  display: flex;            /* Flexbox for centering */
  justify-content: center;  /* Center horizontally */
  align-items: center;      /* Center vertically */
  
  font-size: 1.5rem;          /* 70% of the circle's height */
  font-family: Arial, sans-serif; /* Optional: Set a font family */
  margin-top: 1rem;
}

.testimonial-name {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.7rem;
}




/* Buy section */
.buy-section {
  background-color: #FFF9E6;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.buy-area {
  width: 82%;
  margin: 1rem auto 1rem auto;
  border-radius: 0.6rem;
  background-color: #fff;
  /* box-shadow: 0px 0px 5px #888888; */
}

.buy-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3rem 2.5rem 2.5rem;
}

.buy-left {
  width: 56%;
  height: 100%;
}

.buy-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buy-right {
  width: 39.3%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

h2.product-heading {
  margin-top: -0.5rem;
  margin-bottom: 0.2rem;
}

h2.price {
  margin-top: 1.3rem;
}

.buy-right a {
  text-decoration: none;
}

.add-to-cart-btn {
  width: 100%;
  margin: 1.8rem auto 0rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffa41c;
  color: rgb(255, 255, 255);
  border: none;
  padding: 1.2rem 1rem 1.2rem 1rem;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}

.cart-icon {
  height: 1.5rem;
  margin-right: 1rem;
}

.payment-options {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}

.buy-guarantee img {
  width: 40px;
  margin-right: 1rem;
}

.buy-content .buy-left {
  margin-right: 2rem;
}


.buy-guarantee {
  display: flex;
  align-items: center;
}

.instant-access-text {
  margin-top: 0rem;
}

.floating-btn {
  display: none;
}


/* Guarantee section */
.guarantee-section {
  display: none;
  background-color: #fbe598;
  padding: 4rem 0;
  /* display: flex; */
  justify-content: center;
  flex-direction: column;
}

.desktop-guarantee-heading {
  display: block;
  background-color: #040748;
  color: white;
  width: 60%;
  margin: 0rem auto 3rem auto;
  border: 0.5rem solid #b4b9ff;
  border-radius: 5rem;
  text-align: center;
}

.mobile-guarantee-heading {
  display: none;
}

.guarantee-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 85%;
}

.guarantee-left {
  background-color: #fcebb1;
  border-radius: 20px;
  padding: 2rem;
  width: 55%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.guarantee-img-desktop {
  display: block;
}

.guarantee-img-mobile {
  display: none;
}

.guarantee-img-desktop {
  margin-right: 2rem;
  width: 38%;
}

.guarantee-left p {
  margin-top: 0.6rem;
}

.guarantee-text-mobile-only {
  display: none;
}

.guarantee-right {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-guarantee-wrapper {
  width: 100%;
}





/* Features section */
.features-section {
  background-color: #e8fbff;
  padding: 4rem;
  text-align: center;
}

.feature-section-heading {
  background-color: #040748;
  color: white;
  width: 60%;
  margin: 0rem auto 3rem auto;
  border: 0.5rem solid #b4b9ff;
  border-radius: 5rem;
  text-align: center;
}

.feature-block {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.feature-heading {
  text-align: left;
  width: 90%;
  color: blue;
}

.feature-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
  width: 90%;
}

.feature-content img {
  width: 25%;
  align-self: flex-start;
  display: block;
  margin-right: 2rem;
}

.feature-text {
  width: 75%;
  text-align: left;
}

.feature-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}


/* Second buy section */
.buy-section-2 {
  background-color: #98fbd5;
  padding: 2rem;
  text-align: center;
}

/* References section */
.scientific-references-section {
  background-color: white;
  color: #7a7a7a;
  padding: 2rem;
  text-align: center;
}

.scientific-references-section h1 {
  font-family: 'MuseoSans300';
}

.scientific-logos {
  width: 67%;
  margin: 2.5rem auto 2.5rem auto;
  display: flex;
  justify-content: space-between;
  height: 5rem;
}

.scientific-references-section img {
  max-width: 22%;
  max-height: 100%; /* set a max height of 100% so images scale down when container height is less */
  object-fit: contain; /* maintain aspect ratio */
}







.references-list {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
}

.references-list li {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}


/* Comments section */
.comments-section {
  background-color: #fff;
  padding: 3rem;
}

#disqus_thread {
  width: 70%;
  margin: 0 auto;
}

/* Footer section */
.footer-section {
  background-color: #e8fbff;
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.footer-text {
  width: 60%;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-text p {
  font-size: 0.8rem;
  line-height: 1rem;
}

.footer-links {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}

.footer-links a {
  margin: 0 1rem;
}


.footer-links a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 767px) {

  .container.testimonial-container, 
.container.testimonial-container * {
    box-sizing: border-box;
}

.white-box {
  padding: 1rem;
  margin: 0rem 1rem 1rem 1rem;
  width: 95%;
}

.testimonial-text {
  font-size: 1rem;
}  

.testimonial-name {
  margin-top: 1rem;
}

.column.testimonial-column.desktop-only {
  display: none;
}

.desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}

  /* General styles */
body {
  font-size: 18px;
}

p {
  font-size: 1rem;
  line-height: 1.4rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.container {
  padding: 0 10px;
}

.core-div {
  padding-top: 2rem;
}

/* Header section */
.top-section {
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1.5rem;

}

.video-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
}

.read-link {
  font-size: 1.2rem;
}

.comment-button-parent {
  width: 100%;
  margin-bottom: 2rem;
}

/* Buy section */
.buy-section {
  padding-top: 0rem;
  padding-bottom: 0rem;

  padding-right: 0rem;
  padding-left: 0rem;
}

.buy-area {
  width: 100%;
  border-radius: 0rem;
  padding: 0;
}

.buy-content {
  flex-direction: column;
  padding: 1.5rem 1.7rem 1.5rem 1.7rem;
  margin-bottom: -1rem;
}

.buy-left {
  width: 100%;
}

.buy-left img {
  /* border-radius: 0.5rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); */
  margin-bottom: 0.7rem;
}

.buy-right {
  width: 100%;
  margin-left: 0;
}

.buy-right p {
  font-size: 1rem;
}

h2.product-heading {
  display: none;
  margin-top: 0;
}

.product-description {
  margin-top: 0.7rem;
}

h2.price {
  margin-top: 0.7rem;
}



.add-to-cart-btn {
  width: 100%;
  margin: 1rem auto 0rem auto;
  font-size: 1.4rem;
}

.payment-options {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
  width: 100%;
}

.cart-icon {
  height: 1.2rem;
}

.buy-guarantee img {
  width: 2rem;
  margin-right: 0.7rem;
}

h3 {
  font-size: 1rem;
}

.buy-content .buy-left {
  margin-right: 0;
}

.floating-btn {
  display: block;
  position: fixed;
  bottom: 0;
  visibility: hidden;
  width: 92%;
  margin-bottom: 2rem;
  z-index: 9999999;
  margin-right: auto;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);

}

/* Guarantee section */
.guarantee-section {
  padding-top: 0.5rem;
  padding-right: 0rem;
  padding-left: 0rem;
  padding-bottom: 0rem;
  background-color: #275bb3;
  display: flex;
}

.desktop-guarantee-heading {
  display: none;
}

.mobile-guarantee-heading {
  font-size: 1rem;
  color: white;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 80%;
}

.guarantee-content {
  flex-direction: column;
  width: 100%;
}

.guarantee-left {
  background-color: #275bb3;
  font-family: 'MuseoSans500';
  flex-direction: column;
  width: 85%;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  margin-right: auto;
  margin-left: auto;
  color: white;

}

.guarantee-left-text {
  margin-top: 1rem;
}

.guarantee-left p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.guarantee-text-mobile-only {
  display: block;
}

.guarantee-img-desktop {
  display: none;
}

.guarantee-img-mobile {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 60%;
}

.guarantee-right {
  width: 100%;
}

.video-guarantee-wrapper {
  width: 85%;
}

/* Features section */
.features-section {
  padding: 2rem;
}

.feature-section-heading {
  width: 80%;
}

.feature-block {
  width: 100%;
}

.feature-content {
  flex-direction: column;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
  width: 90%;
}

.feature-content img {
  width: 50%;
  margin-right: 0;
  margin-bottom: 1rem;
}

/* Second buy section */
.buy-section-2 {
  padding: 1rem;
}

.scientific-references-section {
  padding-right: 0;
  padding-left: 0;
  padding-top: 1rem;
}

.scientific-references-heading {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.5rem;
}

.scientific-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  margin: 1rem auto;
  height: auto;
  width: 85%;
  align-items: center;
}

.scientific-logos img {
  max-width: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.references-list {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
  font-size: 0.7rem;
  line-height: 1.3;
}

.references-list-left {
  margin-bottom: -1.1rem;
}

.references-list-right {
  margin-bottom: 0rem;
}

.references-list ol {
  padding-left: 0.5rem;
}

.references-list li {
  margin-bottom: 0.4rem;
}

/* Comments section */
.comments-section {
  padding: 2rem;
}





/* Footer section */
.footer-section {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.footer-text {
  width: 80%;
}

.footer-text p {
  font-size: 0.7rem;
  line-height: 0.9rem;
}

.footer-links {
  width: 80%;
  font-size: 0.7rem;
}

.footer-links a {
  margin: 0 0.5rem;
}
}
