/* Home Hero Section */
#home-hero-section {
	margin-top: -105px;
}

#home-hero-section .banner-content-space {
	width: 100%;
	height: 500px;
}

#home-hero-section .banner-img {
	width: 100%;
}

#home-hero-section .banner-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#home-hero-section .banner-content {
	width: 100%;
	position: absolute;
	top: 170px;
	left: 0;
}

#home-hero-section p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#home-hero-section .banner-content .button {
	width: 333px;
	font-size: 11px;
	height: 45px;
	margin-bottom: 10px;
}

/* Counter Section */
#counter-section .number-box {
	margin: auto;
	width: 100px;
	height: 94px;
	background-color: rgba(190, 217, 243, .21);
	border-radius: 7px;
	margin-bottom: 10px;
}

#counter-section .number-box h3.count {
	font-size: 27px;
	line-height: 30px;
}

#counter-section h5.counter-text {
	font-size: 16px;
	line-height: 24px;
}

/* Rating Section */
.star-img {
	width: 22px;
	height: 22px;
}

/* Testimonial Section */
#testimonial-section nav .nav.nav-tabs .nav-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	padding: 0;
	margin: 10px 10px;
	color: rgba(71, 57, 41, .75);
	border: 0;
}

#testimonial-section nav .nav.nav-tabs .nav-link:hover,
#testimonial-section nav .nav.nav-tabs .nav-link:active {
	border: 0;
	border-bottom: 1px solid #022425;
	color: #022425;
}

#testimonial-section nav .nav.nav-tabs .nav-link.active {
	font-weight: 400;
	border-bottom: 1px solid #022425;
	color: #022425;
}

.nav-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-tabs .nav-link {
	flex: 0 0 auto;
	white-space: nowrap;
}

/* Optional: hide scrollbar */
.nav-tabs::-webkit-scrollbar {
	display: none;
}

#testimonial-section .tab-content {
	width: 100%;
}

#testimonial-section .tab-content h3 {
	font-size: 22px;
	line-height: 33px;
}

#testimonial-section .tab-content img {
	max-width: 272px;
	width: 100%;
	margin: auto;
}

#testimonial-section .tab-content h6.heading-6 {
	font-size: 12px;
	line-height: 18px;
}

/* Understanding of Nutrition */
#nutrition-section .rotate-img {
	will-change: transform;
	transition: transform 0.05s;
}

.gut-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.gut-text h4 {
	font-size: 11px;
}

/* Tongue Section */
#tongue-section .tongue-box {
	max-width: 737px;
	width: 100%;
	margin: auto;
}

/* Together Section */
.together-box h5.heading-5 {
	min-height: 60px;
}

/* Swiper Slider */
.swiper {
	width: 100%;
	height: auto;
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Reset Swiper default buttons */
.swiper.prodSwiper,
.swiper.togetherSwiper,
.swiper.systematicSwiper {
	overflow-x: hidden;
}

.swiper-navigation-icon {
	display: none;
}

.prodSwiper,
.togetherSwiper,
.systematicSwiper {
	overflow: visible;
}

.prodSwiper .swiper-button-prev,
.prodSwiper .swiper-button-next,
.togetherSwiper .swiper-button-prev,
.togetherSwiper .swiper-button-next,
.systematicSwiper .swiper-button-prev,
.systematicSwiper .swiper-button-next {
	width: auto;
	height: auto;
	opacity: 1;
	color: inherit;
}

/* Common button style*/
.prodSwiper .custom-nav,
.togetherSwiper .custom-nav,
.systematicSwiper .custom-nav {
	background: #BED9F3;
	border-radius: 2px;
	width: 36px;
	height: 34px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}

/* Remove Swiper default arrow */
.prodSwiper .swiper-button-prev::after,
.prodSwiper .swiper-button-next::after,
.togetherSwiper .swiper-button-prev::after,
.togetherSwiper .swiper-button-next::after,
.systematicSwiper .swiper-button-prev::after,
.systematicSwiper .swiper-button-next::after {
	display: none;
}

.prodSwiper .custom-nav img,
.togetherSwiper .custom-nav img,
.systematicSwiper .custom-nav img {
	width: 8px;
}

/* Hover & active */
.prodSwiper .custom-nav:hover,
.prodSwiper .custom-nav:active,
.prodSwiper .custom-nav.active,
.togetherSwiper .custom-nav:hover,
.togetherSwiper .custom-nav:active,
.togetherSwiper .custom-nav.active,
.systematicSwiper .custom-nav:hover,
.systematicSwiper .custom-nav:active,
.systematicSwiper .custom-nav.active {
	background-color: #022425;
}

/* MOBILE: bottom center */
@media (max-width: 767px) {

	.prodSwiper .swiper-button-prev.custom-nav,
	.prodSwiper .swiper-button-next.custom-nav,
	.togetherSwiper .swiper-button-prev.custom-nav,
	.togetherSwiper .swiper-button-next.custom-nav,
	.systematicSwiper .swiper-button-prev.custom-nav,
	.systematicSwiper .swiper-button-next.custom-nav {
		bottom: -0px;
		top: auto;
		left: 58%;
		transform: translateX(-50%);
	}

	.prodSwiper .swiper-button-prev.custom-nav,
	.togetherSwiper .swiper-button-prev.custom-nav,
	.systematicSwiper .swiper-button-prev.custom-nav {
		margin-left: -45px;
	}

	.prodSwiper .swiper-button-next.custom-nav,
	.togetherSwiper .swiper-button-next.custom-nav,
	.systematicSwiper .swiper-button-next.custom-nav {
		margin-left: 0px;
	}
}

/* Our Client Goal Section */

#client-goal .right-content {
	background-image: url('../images/ellipse-yellow.webp');
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 30px 20px;
}

/* MOBILE DEFAULT */
#client-goal .split-section {
	display: flex;
	flex-direction: column-reverse;
}

#client-goal .right-content {
	width: 100%;
}

#client-goal .left-image {
	width: 100%;
	overflow: hidden;
}

#client-goal .left-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

/* smooth hover zoom */
#client-goal .left-image:hover img {
	transform: scale(1.15);
}

#client-goal .right-content .item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}

#client-goal .right-content .item p {
	font-size: 14px;
}

#client-goal .right-content .item.active {
	opacity: 1;

}

#client-goal .right-content .item .number {
	width: 35px;
	height: 35px;
	border: 2px solid #bbb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#client-goal .right-content .item .number.active {
	background: #000;
	color: #fff;
	border-color: #000;
}

#client-goal h5.heading-5 {
	font-size: 18px;
}

/* Zoom effect*/
#mainImage:hover {
	transform: scale(1.2);
}

/* Product Section */
#product-section button.button {
	width: 191px;
	height: 46px;
	font-size: 12px;
	margin-bottom: 40px;
}

#product-section .product-box .card {
	background-color: #eee;
}

#product-section .product-image-slider {
	position: relative;
	overflow: hidden;
}

#product-section .slider-track {
	display: flex;
	transition: transform 0.4s ease;
	width: 100%;
}

#product-section .slider-track img.product-img {
	width: 100%;
	padding: 0px 30px;
}

#product-section .product-box img.product-img-2 {
	max-width: 264px;
	width: 100%;
	margin: auto;
}

#product-section .img-nav {
	position: absolute;
	top: 0;
	bottom: 0px;
	background: #eee;
	width: 20px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: all .3s;
}

#product-section .img-nav img {
	opacity: .38;
	width: 18px;
	height: auto;
}

#product-section .img-nav:hover img {
	opacity: 1;
}

#product-section .img-nav.active img {
	opacity: 1;
}

#product-section .img-nav.prev {
	left: 0px;
}

#product-section .img-nav.next {
	right: 0px;
}

/* Quiz Now Section */
#quiz-section .right-content {
	background-image: url('../images/quiz-bg.webp');
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 30px 20px;
}

/* MOBILE DEFAULT */
#quiz-section .split-section {
	display: block;
}

#quiz-section .right-content {
	width: 100%;
	height: 400px;
}

#quiz-section .left-image {
	width: 100%;
	height: auto;
}

#quiz-section button.button,
#quiz-section a.button {
	width: 282px;
	height: 54px;
}

/* Systematic Section */
.carousel-item-inner>.systematic-box {
	flex: 0 0 100%;
}

#systematic-section .systematic-box h5.heading-5 {
	min-height: 54px;
}

#systematic-section button.button {
	width: 191px;
	height: 46px;
}

/* Event Section */
#event-section button.button {
	width: 191px;
	height: 46px;
}

#event-section .swiper .swiper-slide img {
	max-width: 322px;
	width: 100%;
	margin: auto;
}

#event-section .mySwiper .swiper-slide {
	width: calc(100% - 20px);
	/* 10px left + 10px right */
}


/* Sun Seekers Section */
#sunseekers-section nav .nav.nav-tabs .nav-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	padding: 0;
	margin: 10px 10px;
	color: rgba(71, 57, 41, .75);
	border: 0;

}

#sunseekers-section nav .nav.nav-tabs .nav-link:hover,
#sunseekers-section nav .nav.nav-tabs .nav-link:active {
	border: 0;
	border-bottom: 1px solid #022425;
	color: #022425;
}

#sunseekers-section nav .nav.nav-tabs .nav-link.active {
	font-weight: 400;
	border-bottom: 1px solid #022425;
	color: #022425;
}

#sunseekers-section .tab-content {
	width: 100%;
}

#sunseekers-section .tab-content img {
	max-width: 272px;
	width: 100%;
	margin: auto;
}

#sunseekers-section .tab-content h3 {
	font-size: 22px;
	line-height: 33px;
}

#sunseekers-section .tab-content h6.heading-6 {
	font-size: 12px;
	line-height: 18px;
}

/* FAQs Sections */
#faq-section .accordion {
	border-radius: 0px;
}

#faq-section .accordion .accordion-item {
	border: 0;
	border-bottom: 1px solid rgba(2, 36, 37, .26);
}

#faq-section .accordion .accordion-item button[aria-expanded='true'] {
	border: 0;
	border-bottom: 1px solid #022425;
}

#faq-section .accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1.8em 1em;
	color: #022425;
	font-size: 1rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
	border-radius: 0px;
}

.accordion-item:last-of-type {
	border-radius: 0px !important;
}

#faq-section .accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #022425;
}

#faq-section .accordion button:hover::after,
#faq-section .accordion button:focus::after {
	cursor: pointer;
	color: #022425;
	border: 1px solid #022425;
}

#faq-section .accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
}

#faq-section .accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 27px;
	right: 0;
	width: 22px;
	height: 22px;
	font-weight: 300px;
}

#faq-section .accordion button .icon {
	padding-right: 40px;
}

#faq-section .accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 13px;
	left: 7px;
	width: 14px;
	height: 1px;
	background: currentColor;
}

#faq-section .accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 7px;
	left: 13px;
	width: 1px;
	height: 14px;
	background: currentColor;
}

#faq-section .accordion button[aria-expanded='true'] {
	color: #022425;
}

#faq-section .accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}

#faq-section .accordion button[aria-expanded='true']+.accordion-content {
	opacity: 1;
	max-height: 15em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

#faq-section .accordion .accordion-content {
	opacity: 0;
	padding: 0px 1em;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

#faq-section .accordion .accordion-content p {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	margin: 2rem 0;
}

#faq-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}

/* Press Section */

#press-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}

/* Articles Section */
#articles-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}

#articles-section .swiper .card h5.heading-5 {
	font-size: 16px;
	line-height: 24px;
}

/* Community Section */
#community-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}

/* 768px  1199px  2 items */
@media (min-width: 768px) and (max-width: 1199px) {
	#systematicCarousel .carousel-item>.systematic-box {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {

	/* Home Hero Section */
	#home-hero-section .banner-content-space {
		width: 47.5%;
		height: auto;
	}

	#home-hero-section .banner-img {
		width: 52.5%;
	}

	#home-hero-section .banner-img img {
		width: 100%;
		height: 945px;
		object-fit: cover;
	}

	#home-hero-section .banner-content {
		width: 100%;
		position: absolute;
		top: 250px;
		left: 0;
	}

	#home-hero-section .banner-content .button {
		width: 399px;
		font-size: 14px;
		height: 54px;
		margin-bottom: 25px;
	}

	#home-hero-section p {
		margin-bottom: 40px;
		line-height: 24px;
	}

	/* Counter Section */
	#counter-section .number-box {
		width: 159px;
		height: 150px;
		margin-bottom: 30px;
	}

	#counter-section .number-box h3.count {
		font-size: 43px;
		line-height: 51px;
	}

	#counter-section h5.counter-text {
		font-size: 30px;
		line-height: 38px;
	}

	/* Rating Section */
	.star-img {
		width: auto;
		height: auto;
	}

	/* Testimonial Section */
	#testimonial-section nav .nav.nav-tabs .nav-link {
		font-size: 21px;
		line-height: 22px;
		margin: 5px 10px;
	}

	#testimonial-section .tab-content {
		width: 80%;
	}

	#testimonial-section .tab-content h3 {
		font-size: 30px;
		line-height: 40px;
	}

	#testimonial-section .tab-content h6.heading-6 {
		font-size: 21px;
		line-height: 30px;
	}

	/* Together Carousel Section */
	.together-box h5.heading-5 {
		min-height: 150px;
	}

	.gut-text h4 {
		font-size: 31px;
	}

	.swiper.prodSwiper,
	.swiper.togetherSwiper {
		padding-top: 150px;
		padding-bottom: 150px;
		position: relative;
		margin-top: -150px;
	}

	.swiper.systematicSwiper {
		padding-top: 150px;
		padding-bottom: 0px;
		position: relative;
		margin-top: -150px;
	}

	.prodSwiper .custom-nav,
	.togetherSwiper .custom-nav,
	.systematicSwiper .custom-nav {
		position: absolute;
		width: 50px;
		height: 48px;
		z-index: 99999;
	}

	.prodSwiper .custom-nav img,
	.togetherSwiper .custom-nav img,
	.systematicSwiper .custom-nav img {
		width: 12px;
	}

	/* Position arrows */
	.prodSwiper .swiper-button-prev.custom-nav,
	.togetherSwiper .swiper-button-prev.custom-nav,
	.systematicSwiper .swiper-button-prev.custom-nav {
		top: 80px;
		right: 120px;
		left: auto;
	}

	.prodSwiper .swiper-button-next.custom-nav,
	.togetherSwiper .swiper-button-next.custom-nav,
	.systematicSwiper .swiper-button-next.custom-nav {
		top: 80px;
		right: 60px;
	}

	/* Our Client Goal Section */
	#client-goal .split-section {
		display: flex;
		height: auto;
		flex-direction: row;
	}

	#client-goal .left-image,
	#client-goal .right-content {
		width: 50%;
	}

	#client-goal .right-content {
		padding: 60px 40px;
	}

	#client-goal .left-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#client-goal .right-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 0px 80px;
	}

	#client-goal h5.heading-5 {
		font-size: 30px;
	}

	#client-goal .right-content .item p {
		font-size: 16px;
	}

	#client-goal .right-content .item .number {
		width: 48px;
		height: 48px;
	}

	#client-goal .right-content .item {
		flex-direction: row-reverse;
		justify-content: flex-start;
	}

	/* Product Section */

	#product-section button.button {
		width: 282px !important;
		height: 54px;
		font-size: 16px;
		margin-bottom: 30px;
	}

	#product-section .slider-track {
		display: flex;
		transition: transform 0.4s ease;
		max-width: 303px;
		width: 100%;
	}

	#product-section .slider-track img.product-img {
		width: 100%;
		padding: 0px 30px;
	}

	#product-section .product-box img.product-img-2 {
		max-width: 303px;
		width: 100%;
		margin: auto;
	}

	#product-section .img-nav {
		width: 24px;
	}

	/* Quiz Now Section */
	#quiz-section .split-section {
		display: flex;
		height: auto;
		flex-direction: row;
	}

	#quiz-section .left-image,
	#quiz-section .right-content {
		width: 50%;
	}

	#quiz-section .right-content {
		padding: 60px 40px;
	}

	#quiz-section .left-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: opacity 0.5s ease;
	}

	#quiz-section .right-content {
		height: auto;
	}

	#quiz-section button.button {
		width: 282px;
		height: 54px;
	}

	/* Systematic Section */
	.carousel-item-inner>.systematic-box {
		flex: 0 0 33.33%;
	}

	#systematic-section .systematic-box h5.heading-5 {
		min-height: 120px;
	}

	#systematic-section button.button {
		width: 363px;
		height: 54px;
	}

	/* Event Section */
	#event-section button.button {
		width: 276px;
		height: 54px;
	}

	#event-section .swiper .swiper-slide img {
		max-width: 481px;
		width: 100%;
		margin: auto;
	}

	/* Sun Seekers Section */
	#sunseekers-section nav .nav.nav-tabs .nav-link {
		font-size: 21px;
		line-height: 22px;
		margin: 5px 10px;
	}

	#sunseekers-section .tab-content {
		width: 80%;
	}

	#sunseekers-section .tab-content h3 {
		font-size: 30px;
		line-height: 40px;
	}

	#sunseekers-section .tab-content h6.heading-6 {
		font-size: 21px;
		line-height: 30px;
	}

	/* FAQs */

	#faq-section h5.heading-5 {
		font-size: 30px;
		line-height: 40px;
	}

	#faq-section .accordion button .icon {
		top: 50px;
	}

	#faq-section .accordion button {
		height: 127px;
	}

	#faq-section .accordion button .icon {
		padding-right: 40px;
	}

	#faq-section .accordion .accordion-content p {
		font-size: 16px;
		line-height: 24px;
	}

	/* Press Section */

	#press-section h5.heading-5 {
		font-size: 30px;
		line-height: 42px;
	}

	/* Articles Section */
	#articles-section h5.heading-5 {
		font-size: 30px;
		line-height: 42px;
	}

	#articles-section .swiper .card h5.heading-5 {
		font-size: 30px;
		line-height: 42px;
	}

	/* Articles Section */
	#articles-section h5.heading-5 {
		font-size: 30px;
		line-height: 32px;
	}

	/* Community Section */
	#community-section h5.heading-5 {
		font-size: 30px;
		line-height: 42px;
	}

}