/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 06:41:23 */
/** Homepage - Ingredient Section **/
.ingredients-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ingredients-container .swiper-slide {
	width: 33.33%;
	position: relative;
	overflow: hidden;
	min-height: 740px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 0 80px;
}

.date-innovation-centre .swiper-slide {
	align-items: normal;
	padding: 250px 80px 0 80px;
}

.ingredients-container .slide-content h3, .ingredients-container .slide-content p {
	color: white;
}

.ingredients-container .slide-content h3 {
	font-size: 35px;
}

/* .ingredients-container .slide-content p {
	font-size: 25px;
} */

@media only screen and (max-width: 680px) {
	.ingredients-container .swiper-slide {
		min-height: 600px;
		padding: 0 25px;
	}
	.date-innovation-centre .swiper-slide { 
		padding: 150px 25px 0 25px;
	}
}

/** Homepage - Categories Section **/
.categories-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

.categories-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #ffffff;
}

.categories-swiper .image-box {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.categories-swiper .image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.categories-swiper .category-label {
	position: absolute;
	bottom: 49%;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.categories-navigation.navigation-container {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.categories-navigation .pagination-container {
	flex-grow: 1;
	height: 2px;
	background-color: #C18228;
	position: relative;
	margin-right: 20px;
}

.categories-navigation .pagination-line {
	height: 100%;
	background-color: #000000;
	position: absolute;
	transition: width 0.3s ease, transform 0.3s ease;
	width: 33.33%;
}

.categories-navigation .swiper-button-wrapper {
	display: flex;
	align-items: center;
}

.categories-navigation .swiper-button-prev,
.categories-navigation .swiper-button-next {
	position: static !important;
	width: 40px !important;
	height: 40px !important;
	margin: 0 5px !important;
	border-radius: 50%;
	background-color: #F1E6D6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.categories-navigation .swiper-button-prev:after,
.categories-navigation .swiper-button-next:after {
	font-size: 18px !important;
	color: #000000;
}

/** Homepage - Recent Highlight Section **/
.highlight-content-box {
	max-width: 600px;
}
.highlight-content-box .slide {
	display: none;
	border: 1px solid black;
	border-radius: 15px 15px 0 0;
}
.highlight-content-box .slide.active {
	display: block;
}
.highlight-content-box .box-title-container {
	padding: 12px 25px 12px 25px;
	border-bottom: 1px solid black;
}
.highlight-content-box .box-title-container h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
}
.highlight-content-box .box-description-container {
	padding: 25px;
	min-height: 180px;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.highlight-content-box .navigation {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.highlight-content-box .nav-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.highlight-content-box .nav-bullet.active {
	background-color: #b07c0c;
}
@media only screen and (max-width: 680px) {
	.highlight-content-box .box-title-container h3 {
		font-size: 20px;
	}
}

/** Homepage - CTA Slide **/
#hp-cta-slide {
	width: 100%;
	height: 500px;
}

#hp-cta-slide .swiper-slide {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding: 0 80px;
}

#hp-cta-slide .slide-content {
	max-width: 80%;
	color: white;
	border-radius: 8px;
}

#hp-cta-slide .slide-content h2 {
	margin-top: 0;
	color: white;
	margin-bottom: 10px;
}

#hp-cta-slide .slide-content p {
	max-width: 1000px;
}

#hp-cta-slide .swiper-pagination {
	position: absolute;
	bottom: 20px;
}
#hp-cta-slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
#hp-cta-slide .swiper-pagination-bullet-active {
	background-color: #D9D9D9;
}

@media only screen and (max-width: 680px) {
	#hp-cta-slide {
		width: 100%;
		min-height: 350px;
	}
	#hp-cta-slide .swiper-slide {
		padding: 0;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
}

/** Date X - Date Seed Oil **/
 #date-seed-benefits .tabs-container {
	 display: flex;
	 justify-content: center;
	 margin-bottom: 50px;
}

#date-seed-benefits .tab-button {
	background: transparent;
	padding: 15px 45px;
	margin: 0 10px;
	border-radius: 40px;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s ease;
	color: #000000;
	line-height: 1.2em;
	border: 1px solid #000000;
}

#date-seed-benefits .tab-button.active {
	background: #4C2423;
	color: white;
}

#date-seed-benefits .tab-button:hover {
	background: #000000;
	color: white;
}

#date-seed-benefits .tab-content {
	display: none;
}

#date-seed-benefits .tab-content.active {
	display: block;
}

#date-seed-benefits .benefit-card .benefit-icon {
	margin-top: 20px;
}

#date-seed-benefits .benefit-card .benefit-title {
	text-transform: uppercase;
	margin-top: 20px;
	border-top: 2px solid black;
	padding-top: 20px;
}
#date-seed-benefits .swiper-pagination {
	bottom: -40px !important;
}
#date-seed-benefits .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
#date-seed-benefits .swiper-pagination-bullet-active {
	background-color: #C18228;
}
@media (min-width: 769px) {
	#date-seed-benefits .swiper-container {
		overflow: hidden;
	}

	#date-seed-benefits .benefit-card {
		margin: 0;
	}

	#date-seed-benefits .swiper-pagination {
		display: none;
	}
}
