.text-theme,
.text-back-image,
.text-orange {
	color: #d95d29 !important;
}
.bg-theme,
.bg-body-main,
.bg-back-image,
.bg-orange {
	background-color: #d95d29 !important;
}

.header-horizontal .navbar-nav > .nav-item {
	margin: 0 1rem;
}
img.bellavita-aboutImg {
	height: 554px;
	object-fit: cover;
	object-position: center;
}
.logo-element-line {
	position: relative;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	height: 1em;
	font-size: 1em;
	color: #d95d29 !important;
	text-align: center;
	z-index: 1;
}
.svg-fill-theme .fill-path {
	fill: rgb(217, 93, 41) !important;
}
.btn-theme {
	background-color: #d95d29;
}

.btn-theme:not(:disabled):not(.disabled):hover {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 93, 41, 0.3), 0 0 0 0.25rem #fff,
		0 0 1.5rem rgba(217, 93, 41, 0.8);
	box-shadow: 0 0 0 0.25rem rgba(217, 93, 41, 0.3), 0 0 0 0.25rem #fff,
		0 0 1.5rem rgba(217, 93, 41, 0.8);
}

.bg-crimson {
	background-color: #d95d29 !important;
}
.arrow-left-right {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.btn-theme-bordered-custom {
	box-shadow: unset;
}

/* 
--------------------
    *Our Products CSS
--------------------
*/

/* .entity-block .entity-content,
.entity-shadow-block .entity-content {
  display: none;
} */

.product-content-body-d {
	display: none;
}

.entity-block > .entity-image:not(.transparent-image):first-child,
.entity-inline-block > .entity-image:not(.transparent-image):first-child,
.entity-block > .entity-preview:not(.transparent-image):first-child,
.entity-inline-block > .entity-preview:not(.transparent-image):first-child {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	overflow: hidden;
	height: 500px;
}

.embed-responsive {
	height: 100%;
	/* object-fit: cover !important; */
}
.slick-slide img {
	object-fit: cover;
}
.entity-title.bv-product-title {
	color: #45595b;
	text-align: center;
	margin: 8px 0;
}
.content-link {
	color: inherit;
	font-size: 1.3rem;
}

/* 
--------------------
    *video  CSS
--------------------
*/
.videos-section.section {
	margin-top: 8rem;
	margin-bottom: 3rem;
}

section.outer-v-container {
	margin-bottom: 50px;
	margin-top: -50px;
}
.video-container {
	height: 550px;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 1140px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
video {
	object-fit: cover;
	position: absolute;
	height: 550px;
	width: 100%;
	top: 0;
	left: 0;
}

.video-container:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(black, 0.2);
	z-index: 1;
}
.video-title {
	font-size: 8rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	opacity: 0.2;
	line-height: 1;
}
.callout {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	width: 70%;
	margin: auto;
}
/* 
--------------------
    *Our Partners brand logo  CSS
--------------------
*/
/* Logo carousel styling */
.logo-carousel {
	/* background: #f8f9fa; */
	padding: 20px 0 85px 0;
	overflow: hidden;
	position: relative;
}

.logo-carousel h2 {
	text-align: center;
	margin-bottom: 30px;
}

.logo-carousel .carousel-track {
	display: flex;
	animation: scroll 20s linear infinite;
	width: calc(200px * 14); /* Width of each logo × number of logos × 2 */
	justify-content: center;
	align-items: center;
}

.logo-item {
	width: 230px;
	padding: 0 20px;
	flex-shrink: 0;
}

.logo-item img {
	max-width: 100%;
	height: auto;
	/* filter: grayscale(100%); */
	transition: all 0.3s ease;
	aspect-ratio: 6 / 2 !important;
	object-fit: contain;
}

/* .logo-item img:hover {
  filter: grayscale(0%);
} */

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-200px * 7));
	}
}

/*
-----------------------------
    *inSeason_products css 
-----------------------------
*/
.section#inSeason_products {
	margin-top: 6rem;
	margin-bottom: 3rem;
}

.header-horizontal .navbar-nav > .nav-item > .nav-link {
	font-size: 15px;
}
.header-horizontal .navbar-nav > .nav-item {
	margin: 0 0.8rem;
}

/* 
--------------------
    *Our Team CSS
--------------------
*/
.team-wrapper {
	/* padding: 60px 0; */
	padding-bottom: 30px;
	/* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
}

.team-heading {
	/* text-align: center; */
	margin-bottom: 50px;
}

.team-heading h2 {
	font-size: 2.5rem;
	font-weight: 600;
	color: #008240;
	margin-bottom: 10px;
	position: relative;
}

/* .team-heading h2::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #d95d29;
} */

/* .team-heading p {
	color: #6c757d;
	font-size: 1.1rem;
	margin-top: 20px;
} */

.team-member-card {
	background: white;
	border-radius: 15px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	margin-bottom: 30px;
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
}

.team-member-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #d95d29);
	transition: left 0.3s ease;
}

.team-member-card:hover::before {
	left: 0;
}

.team-member-card:hover {
	/* transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
	border-color: #d95d29;
}

.member-photo {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	margin: 0 auto 25px;
	border: 3px solid #e9ecef;
	transition: all 0.3s ease;
	overflow: hidden;
	position: relative;
}

.member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.team-member-card:hover .member-photo {
	border-color: #d95d29;
	transform: scale(1.05);
}

.team-member-card:hover .member-photo img {
	transform: scale(1.1);
}

.member-info h4 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #008240;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.team-member-card:hover .member-info h4 {
	color: #d95d29;
}

.member-designation {
	color: #6c757d;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 15px;
	position: relative;
}

.member-designation::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #d95d29;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.team-member-card:hover .member-designation::after {
	opacity: 1;
}

@media (min-width: 992px) {
	.header-horizontal .navbar-collapse .container {
		justify-content: space-around;
	}
	.header-view-side .navbar {
		height: 9rem;
	}
	#main-navbar {
		flex-wrap: nowrap;
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	/* Our Team CSS */
	.team-heading h2 {
		font-size: 2rem;
	}

	.team-member-card {
		padding: 25px 15px;
		margin-bottom: 25px;
	}

	.member-photo {
		width: 100%;
		height: 350px;
		margin-bottom: 20px;
	}

	.member-info h4 {
		font-size: 1.2rem;
	}
	/* Our Team CSS END */

	.logo-item {
		width: 150px;
	}
	.logo-item img {
		aspect-ratio: 4 / 2 !important;
	}
	video {
		height: 250px;
	}
	.video-container {
		height: 250px;
		border-radius: unset;
	}
	section.outer-v-container {
		margin-bottom: 20px;
	}
	.video-title {
		font-size: 2.5rem;
	}
}

.entity-subtitle.back-fon-45 {
	font-size: 45px !important;
}

@media (max-width: 576px) {
	/* .team-wrapper {
		padding: 40px 0;
	} */

	.team-heading {
		margin-bottom: 30px;
	}

	.team-heading h2 {
		font-size: 1.8rem;
	}

	.team-member-card {
		padding: 20px 10px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}
}


/*CSS for QR Code Page By Yash 26-09-2025*/
.hero-section {
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../newimages/chestnuts2.jpg') no-repeat center center/cover;
	color: #fff;
	padding: 100px 0;
	text-align: center;
}
.hero-section h1 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.productCarouselSlider {
	border-radius: 10px;
}
.productSliderImage {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}
.productTitle {
	font-size: 36px;
	font-weight: 600;
    color: #008240;
    margin-bottom: 20px;
}
.productHistoryTitle {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	color: #008240;
}
.section-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	color: #008240;
}
.productHistoryDesc {
	max-width: 800px;
}
.nutrition-card {
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: transform 1s ease, box-shadow 0.3s ease;
	border-bottom: 6px solid #fe1500;
}
.nutrition-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.howto-step {
	background: #fff;
	border-left: 5px solid #8B4513;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	transition: transform 1s ease, box-shadow 0.3s ease;
}
.howto-step:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.howToIcon {
	font-family: 'Font Awesome 5 Free';
}
.recipe-card {
	border: none;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: transform 1s ease;
}
.recipe-card:hover {
	transform: scale(1.03);
}
.recipeImage {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.recipeTitle {
	font-size: 20px;
	color: #008240;
	margin-bottom: 15px;
}
.recipeBtn {
	padding: 5px 15px;
    border: 1px solid #008240 !important;
    border-radius: 6px;
    height: auto;
    line-height: 25px;
}
.recipeBtn:hover {
	background: #d95d29;
	border: 1px solid #d95d29 !important;
	color: #fff;
}
.facts-title {
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.facts-desc {
	margin-bottom: 0;
}
.recipe-hero-section {
	background: #8B4513;
	color: #fff;
	padding: 80px 0;
	text-align: center;
}
.recipe-hero-section h1 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.chestnuts-soup-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
.recipe-section-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	color: #008240;
}
/*.ingredients-list {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	padding: 25px;
}*/
.ingredients-list li {
	margin-bottom: 15px;
	display: flex;
    align-items: center;
    gap: 15px;
}
.ingredients-list li i {
	color: #fe6d0a;
}
.steps ol {
	padding-left: 20px;
}
.steps ol li {
	margin-bottom: 15px;
}
.highlight {
	background: #fdf4e7;
	border-left: 6px solid #8B4513;
	border-radius: 12px;
	padding: 25px;
	text-align: center;
}
.recipe-lead {
	font-size: 1.25rem;
    font-weight: 300;
}
/*.qr-p-l-r-0 {
	padding-left: 0;
	padding-right: 0;
}*/


@media (max-width: 767px) {
	.md-pt-pb-20 {
		padding-top: 20px !important;
		padding-bottom: 0px !important;
	}
	.mb-pl-pr-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.hero-section {
		padding: 50px 0;
	}
	.recipe-hero-section {
		padding: 50px 0;
	}
	.hero-section h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.recipe-hero-section h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.lead {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.recipe-lead {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.productSliderImage {
		height: 300px !important;
		object-fit: cover !important;
	}
	.owl-nav button {
		top: 41% !important;
	}
	.owl-prev {
		left: 0px !important;
	}
	.owl-next {
		right: 0px !important;
	}
	.productTitle {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.productHistoryTitle {
		margin-bottom: 10px;
	}
	.facts-mb-15 {
		margin-bottom: 15px;
	}
	.nutrition-card:hover {
		transform: translateY(-7px);
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	}
	.facts-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.facts-desc {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.howToTitle {
		margin-bottom: 5px;
	}
	.howToDesc {
		margin-bottom: 0;
	}
	.recipe-mb-30 {
		margin-bottom: 30px;
	}
	.recipeImage {
		height: 220px;
	}
	.section-title {
		font-size: 26px;
	}
	.recipe-section-title {
		font-size: 26px;
	}
	.header-view-side .navbar {
		height: 100px;
	}
	.custom-breadcrumb .breadcrumb {
		margin-bottom: 0;
	}
	.chestnuts-soup-image {
		height: 240px;
	}
	.ingredients-list li {
		font-size: 14px;
	}
	.whyLoveIt {
		margin-bottom: 20px;
	}
}
/*CSS for QR Code Page By Yash 26-09-2025*/