/* About Hero Section */
#about-hero-section {
	margin-top: -105px;
	background-color: #fff;
	min-height: 858px;
}

#about-hero-section .banner-content {
	width: 100%;
	position: absolute;
	top: 114px;
	left: 0;
	right: 0;
}

#about-hero-section .banner-content-inner {
	max-width: 294px;
	width: 100%;
	margin: auto;
}

#about-hero-section .banner-content-inner h1 {
	font-size: 16px;
	line-height: 24px;
}

#about-hero-section .banner-content-inner img {
	max-width: 270px;
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
}

#about-hero-section p {
	margin-top: 15px;
	line-height: 18px;
}

/* Founders Story Section */
#founder-section .founder-content {
	max-width: 344px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#founder-section .founder-content .founder-left-content {
	width: 100%;
}

#founder-section .founder-content .founder-left-content h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 25px;
}

#founder-section .founder-content .founder-left-content p {
	margin-bottom: 15px;
}

#founder-section .founder-content .founder-img {
	max-width: 268px;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 10px;
}

#founder-section .founder-content .founder-right-content p {
	margin-bottom: 15px;
}

/* Our Philosophy and Our Approach Section */
#philosophy-section .philosophy-box {
	max-width: 361px;
	width: 100%;
	margin: auto;
	margin-top: 30px;
}

#philosophy-section .philosophy-box .philosophy-img {
	margin: auto;
}

#philosophy-section .philosophy-box .philosophy-img img {
	margin-bottom: 20px;
}

#philosophy-section .philosophy-box .philosophy-content {
	width: 100%;
}

#philosophy-section .philosophy-box .philosophy-content h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#philosophy-section .philosophy-box .philosophy-content h6 {
	font-size: 10px;
	line-height: 16px;
}

/* Approach */
#philosophy-section .approach-box {
	max-width: 361px;
	width: 100%;
	margin: auto;
	margin-top: 30px;
}

#philosophy-section .approach-box .approach-img {
	margin: auto;
}

#philosophy-section .approach-box .approach-img img {
	margin-bottom: 20px;
}

#philosophy-section .approach-box .approach-content {
	width: 100%;
}

#philosophy-section .approach-box .approach-content h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#philosophy-section .approach-box .approach-content h6 {
	font-size: 10px;
	line-height: 16px;
}

#philosophy-section .approach-box .approach-content p {
	margin-bottom: 30px;
}

/* 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;
}

/* 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;
}

/* 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 {
	overflow-x: hidden;
}

.swiper-navigation-icon {
	display: none;
}

.prodSwiper {
	overflow: visible;
}

.prodSwiper .swiper-button-prev,
.prodSwiper .swiper-button-next {
	width: auto;
	height: auto;
	opacity: 1;
	color: inherit;
	/* remove default arrow color */
}

/* Common button style (reuse your existing styles) */
.prodSwiper .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 {
	display: none;
}

.prodSwiper .custom-nav img {
	width: 8px;
}

/* Hover & active */
.prodSwiper .custom-nav:hover,
.prodSwiper .custom-nav:active,
.prodSwiper .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 {
		bottom: -0px;
		top: auto;
		left: 58%;
		transform: translateX(-50%);
	}

	.prodSwiper .swiper-button-prev.custom-nav {
		margin-left: -45px;
	}

	.prodSwiper .swiper-button-next.custom-nav {
		margin-left: 0px;
	}
}

/* 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 */
}

/* Join Community Form Section Start */
#join-form-section {
	margin-top: 0px;
}

#join-form-section .joinform-bg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#join-form-section .joinform {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: start;
}

#join-form-section .joinform .subs-form-heading {
	margin-top: 120px;
}

#join-form-section .joinform .joinform-form {
	max-width: 320px;
	width: 100%;
}

#join-form-section .joinform .joinform-form .form-control {
	padding: 10px 0px;
	font-size: 12px;
	background-color: transparent;
	border: 0;
	border-radius: 0px;
	border-bottom: 1px solid rgba(2, 36, 37, .52);
}

#join-form-section .joinform .joinform-form .form-control:focus {
	box-shadow: none;
	border-bottom: 1px solid rgba(2, 36, 37, .52);
}

#join-form-section .joinform .joinform-form .btn {
	padding: 10px 0px;
	border-radius: 0;
	font-size: 12px;
	background: transparent;
	border: 0;
	border-radius: 0px;
	border-bottom: 1px solid rgba(2, 36, 37, .52);
}

#join-form-section .joinform .joinform-form .btn:focus {
	box-shadow: none;
	border: none;
}

#join-form-section .joinform .joinform-bottom {
	margin-top: 15px;
}

#join-form-section .joinform .joinform-bottom p {
	margin-bottom: 30px;
}

#join-form-section .joinform .joinform-bottom .button {
	max-width: 191px;
	height: 46px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* Validate Approach Section Start */
#validate-approach-section {
	margin-top: -30px;
}

#validate-approach-section .validate-heading {
	max-width: 348px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#validate-approach-section .validte-content {
	max-width: 348px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#validate-approach-section .validte-content .heading-border {
	border-bottom: 1px solid rgba(2, 36, 37, .68);
}

#validate-approach-section .validte-content .validate-content-heading {
	margin-top: 20px;
}

#validate-approach-section .validte-content .validate-content-heading h5 {
	display: block;
	max-width: 538px;
	width: 100%;
	font-size: 18px;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(2, 36, 37, .68);
}

#validate-approach-section .validte-content .validate-content-para p {
	margin-top: 15px;
	max-width: 529px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* Our Impact Section */
#impact-section {
	margin-top: 120px;
}

#impact-section .impact-img img {
	width: 100%;
	object-fit: cover;
}

#impact-section .impact-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	align-items: end;
}

#impact-section .impact-content {
	max-width: 348px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#impact-section .impact-content h5 {
	margin-bottom: 20px;
}

#impact-section .impact-content p {
	margin-bottom: 20px;
}

#impact-section .impact-content .button {
	max-width: 191px;
	height: 46px;
	width: 100%;
}

/* Newsletters Section Start */
#newsletters-section {
	margin-top: -30px;
}

#newsletters-section .newsletters-bg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#newsletters-section .newslettersform {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#newsletters-section .newslettersform .newsletters-form {
	max-width: 320px;
	width: 100%;
}

#newsletters-section .newslettersform .newsletters-form .form-control {
	padding: 10px 0px;
	font-size: 12px;
	background-color: transparent;
	border: 0;
	border-radius: 0px;
	border-bottom: 1px solid rgba(2, 36, 37, .52);
}

#newsletters-section .newslettersform .newsletters-form .form-control:focus {
	box-shadow: none;
	border-bottom: 1px solid rgba(2, 36, 37, .52);
}

#newsletters-section .newslettersform .newsletters-form .btn {
	padding: 10px 0px;
	border-radius: 0;
	font-size: 12px;
	background: transparent;
	border: 0;
	border-radius: 0px;
	border-bottom: 1px solid rgba(2, 36, 37, .52);
}

#newsletters-section .newslettersform .newsletters-form .btn:focus {
	box-shadow: none;
	border: none;
}

/* Community Section Start */
#community-section {
	margin-top: -30px;
}

/* Community Section */
#community-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}


@media (min-width: 768px) {

	/* About Hero Section */
	#about-hero-section {
		background-color: #fbfbfb;
		min-height: 991px;
	}

	#about-hero-section .banner-content {
		top: 192px;
	}

	#about-hero-section .banner-content-inner {
		max-width: 507px;
	}

	#about-hero-section .banner-content-inner img {
		max-width: 430px;
		margin-bottom: 66px;
	}

	#about-hero-section p {
		margin-top: 20px;
		line-height: 24px;
	}

	/* Founders Story Section */
	#founder-section .founder-content {
		max-width: 1205px;
		margin-top: 75px;
	}

	#founder-section .founder-content .founder-left-content {
		max-width: 507px;
		width: 100%;
	}

	#founder-section .founder-content .founder-left-content h4 {
		margin-top: 80px;
		font-size: 30px;
		line-height: 38px;
		min-height: 345px;
	}

	#founder-section .founder-content .founder-left-content p {
		line-height: 24px;
		margin-bottom: 25px;
	}

	#founder-section .founder-content .founder-img {
		max-width: 487px;
		width: 100%;
		margin-left: auto;
		margin-right: 0px;
		margin-bottom: auto;
		margin-top: auto;
	}

	#founder-section .founder-content .founder-right-content {
		max-width: 487px;
		width: 100%;
		margin-left: auto;
	}

	#founder-section .founder-content .founder-right-content p {
		line-height: 24px;
		margin-bottom: 25px;
	}

	/* Our Philosophy and Our Approach Section */
	#philosophy-section .philosophy-box {
		max-width: 686px;
		width: 100%;
		margin-left: auto;
		margin-right: 0px;
	}

	#philosophy-section .philosophy-box .philosophy-img img {
		margin-bottom: 25px;
	}

	#philosophy-section .philosophy-box .philosophy-content {
		max-width: 533px;
		margin-left: 35px;
	}

	#philosophy-section .philosophy-box .philosophy-content h4 {
		font-size: 30px;
		line-height: 38px;
		min-height: 84px;
		margin-bottom: 25px;
		margin-top: auto;
	}

	#philosophy-section .philosophy-box .philosophy-content h6 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	/* Approach */
	#philosophy-section .approach-box {
		max-width: 686px;
		width: 100%;
		margin-right: auto;
		margin-left: 0px;
	}

	#philosophy-section .approach-box .approach-img img {
		margin-bottom: 25px;
	}

	#philosophy-section .approach-box .approach-content {
		max-width: 533px;
		margin-left: 35px;
	}

	#philosophy-section .approach-box .approach-content h4 {
		font-size: 30px;
		line-height: 38px;
		min-height: 84px;
		margin-bottom: 25px;
		margin-top: auto;
	}

	#philosophy-section .approach-box .approach-content h6 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	#philosophy-section .approach-box .approach-content p {
		margin-bottom: auto;
	}

	/* 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;
	}

	.gut-text h4 {
		font-size: 31px;
	}

	.swiper.prodSwiper {
		padding-top: 150px;
		padding-bottom: 150px;
		position: relative;
		margin-top: -150px;
	}

	.prodSwiper .custom-nav {
		position: absolute;
		width: 50px;
		height: 48px;
		z-index: 99999;
	}

	.prodSwiper .custom-nav img {
		width: 12px;
	}

	/* Position arrows */
	.prodSwiper .swiper-button-prev.custom-nav {
		top: 80px;
		right: 120px;
		left: auto;
	}

	.prodSwiper .swiper-button-next.custom-nav {
		top: 80px;
		right: 60px;
	}

	/* Event Section */
	#event-section button.button {
		width: 276px;
		height: 54px;
	}

	#event-section .swiper .swiper-slide img {
		max-width: 481px;
		width: 100%;
		margin: auto;
	}

	/* Join Community Form Section Start */
	#join-form-section {
		margin-top: -150px;
	}

	#join-form-section .joinform-bg img {
		max-width: 966px;
		width: 100%;
		object-fit: auto
	}

	#join-form-section .joinform {
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#join-form-section .joinform .subs-form-heading {
		margin-top: 0px;
	}

	#join-form-section .joinform .joinform-form {
		max-width: 517px;
		width: 100%;

	}

	#join-form-section .joinform .joinform-form .form-control {
		padding: 15px 30px;
		font-size: 16px;
	}

	#join-form-section .joinform .joinform-form .form-control:focus {
		box-shadow: none;
	}

	#join-form-section .joinform .joinform-form .btn {
		padding: 15px 30px;
		font-size: 16px;
	}

	#join-form-section .joinform .joinform-bottom {
		margin-top: 70px;
	}

	#join-form-section .joinform .joinform-bottom p {
		margin-bottom: 23px;
	}

	#join-form-section .joinform .joinform-bottom .button {
		max-width: 282px;
		height: 54px;
	}

	/* Validate Approach Section Start */
	#validate-approach-section {
		margin-top: -80px;
	}

	#validate-approach-section .validate-heading {
		max-width: 605px;
		margin-bottom: 60px;
	}

	#validate-approach-section .validte-content {
		max-width: 1352px;
	}

	#validate-approach-section .validte-content .heading-border {
		border-bottom: 1px solid rgba(2, 36, 37, .68);
	}

	#validate-approach-section .validte-content .validate-content-heading {
		margin-top: 35px;
	}

	#validate-approach-section .validte-content .validate-content-heading h5 {
		display: block;
		max-width: 538px;
		width: 100%;
		font-size: 30px;
		margin-left: 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(2, 36, 37, .68);
	}

	#validate-approach-section .validte-content .validate-content-para p {
		margin-top: 35px;
		max-width: 529px;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0;
	}

	#impact-section .impact-overlay {
		justify-content: start;
		align-items: center;
	}

	#impact-section .impact-content {
		max-width: 472px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
	}

	#impact-section .impact-content h5 {
		margin-bottom: 15px;
	}

	#impact-section .impact-content .button {
		max-width: 414px;
		height: 54px;
		width: 100%;
	}

	/* Newsletters Section Start */
	#newsletters-section {
		margin-top: 0px;
	}

	#newsletters-section .newsletters-bg img {
		max-width: 576px;
		width: 100%;
		object-fit: auto
	}

	#newsletters-section .newslettersform .newsletters-form-heading {
		margin-top: 0px;
	}

	#newsletters-section .newslettersform .newsletters-form {
		max-width: 517px;
		width: 100%;
	}

	#newsletters-section .newslettersform .newsletters-form .form-control {
		padding: 15px 30px;
		font-size: 16px;
	}

	#newsletters-section .newslettersform .newsletters-form .form-control:focus {
		box-shadow: none;
	}

	#newsletters-section .newslettersform .newsletters-form .btn {
		padding: 15px 30px;
		font-size: 16px;
	}

	/* Community Section Start */
	#community-section {
		margin-top: 0px;
	}

	#community-section h5.heading-5 {
		font-size: 30px;
		line-height: 42px;
	}

}