.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 0 !important;
    position: absolute;
    top: 52px;
}

.mean-container .mean-bar{
    right: 0;
    top: 15px;
    height: 0px;
  
}

.navbar-brand img{
    width: 150px;
    padding: 5px 0;
}

.call-btn i, .mail-btn i{
    font-size: 30px;
    padding: 0 8px;

}

.about-description{
	height: 350px;
	overflow-y: scroll;
}

.mission-item{
	background: #f2e6ce;
	padding: 50px 40px;
    border-radius: 15px;
}

.mission-item  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mission-item ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.mission-item ul li::before {
    content: '\ea41';
    font-family: 'boxicons';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #f22;
}

.vision-item{
	background: #fff6e3;
	padding: 40px 40px;
    border-radius: 15px;
}

.brand-item{
	padding: 30px 35px;
    border-radius: 15px;
    background: #dec6c3;
}

.gallery {
display: grid;
/*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
grid-template-columns: repeat(3, 1fr);
gap: 20px;
padding: 10px;
}

/* Tablets: 2 columns */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}





.gallery img {
width: 100%;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
cursor: pointer;
transition: transform 0.2s ease;
}
.gallery img:hover {
transform: scale(1.05);
}

.contact-form-box {
    padding: 30px 20px;
    border-radius: 10px;
	border: 1px solid #b2afaf;
}


.tradition-innovation-video{
	width: calc(100% - 15px);
    position: relative;
}

.tradition-innovation-intro-image{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}


.tradition-innovation-intro-image img{
	width: 100%;
	object-fit: cover;
}

.tradition-innovation-video .video-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.tradition-innovation-video .video-play-button a{
	position: relative;
	background: #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.tradition-innovation-video .video-play-button a i{
	font-size: 25px;
}


@media only screen and (min-width: 1366px) {
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 2.5);
        padding-left: calc(var(--bs-gutter-x) * 2.5);
    }
}

@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}





.float-20-per {
    width: 15%
}

.float-80-per {
    width: 85%
}


.m-l-20 {
    margin-left: 20px
}


.product-gallery-box {
    padding: 0 20px
}

.product-gallery-box__vertical {
    display: flex;
    align-items: center
}

.product-gallery-box__tab-left {
    flex-direction: row-reverse
}

.product-gallery-box .swiper-slide {
    height: 100%!important
}

.product-gallery-box--gallery {
    float: left
}

.product-gallery-box--gallery img {
    width: 50%
}

.gallery--right {
    width: 80%
}

.gallery--left {
    width: 20%
}

.product-image--large {
    border: 0
}

.product-image--large .img-fluid {
    max-width: 100%!important
}

.product-image--gallery .img-responsive {
    margin: 10px
}

.modal-product-image--thumb-horizontal,.product-image--thumb-horizontal {
    margin-top: 20px
}

.modal-product-image--thumb-horizontal .slick-list,.product-image--thumb-horizontal .slick-list {
    margin-right: -10px
}

.modal-product-image--thumb-horizontal .slick-slide,.product-image--thumb-horizontal .slick-slide {
    margin-right: 10px
}

.modal-product-image--thumb-vertical .slick-list,.product-image--thumb-vertical .slick-list {
    margin-bottom: -10px
}

.modal-product-image--thumb-vertical .slick-slide,.product-image--thumb-vertical .slick-slide {
    margin-bottom: 10px
}

.modal-product-image--thumb img,.product-image--thumb img {
    padding: 5px;
    cursor: pointer;
    border: 1px solid rgb(84 101 131 / .2)!important;
    transition: all .3s ease
}

.modal-product-image--thumb img:hover,.product-image--thumb img:hover {
    border-color: #89c74a!important
}

.product-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.product-details ul li {
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px
}

.product-details ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color)
}

.variant {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block
}

.variant a {
    background: #494949;
    color: #ffffff;
    width: 80px;
    padding: 4px 0;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px 8px 0;
}

.variant .active {
    background: #d90023;
    color: #fff
}

.variant a:hover,.variant a:focus {
    background: #d90023;
    color: #fff
}

.single-recipe-item{
	background: #f3ece5;
    border-radius: 10px;
	padding:8px;
	margin: 0 15px;
}
.single-recipe-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
	max-height: 250px;
    min-height: 250px;
}
.single-recipe-item .image img{
	transition: 0.5s;
    border-radius: 5px 5px 0 0;
}
.single-recipe-item:hover .image img {
    transform: rotate(2deg) scale(1.2);
}
.single-recipe-item .content {
    padding: 15px 15px 20px;
    border-radius: 0 0 10px 10px;
}

.single-recipe-item .content h3 a {
    font-size: 20px;
    font-weight: 500;
}
.single-recipe-item .category a {
	font-weight: 600;
    font-size: 14px;
    color: #f11;
}

.single-recipe-item .post-meta .post-item {
	display: inline-block;
    position: relative;
}
.single-recipe-item .post-meta  i {
	font-size: 24px;
    position: absolute;
    bottom: 0px;
}

.single-recipe-item .post-meta span {
	font-size: 16px;
    margin-left: 30px;
}

.recipe-details-ingredients {
	background: #f7eee6;
    padding: 25px;
    border-radius: 10px;
}

.recipe-details-ingredients .in-items{
	max-height:300px;
	min-height:300px;
	overflow-y: auto;
}

@media (max-width: 768px) {
    .recipe-details-ingredients .in-items{
        max-height:100%;
		min-height:100%;
    }
}
.recipe-details-ingredients h3{
	font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.recipe-details-directions {
	background: #fff;
}
.recipe-details-directions h3{
	font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.video-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.more-recipe-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #e30020;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.more-recipe-slider.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #e30020;
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: scale(0);
}
.more-recipe-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.more-recipe-slider.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.more-recipe-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 35px;
    line-height: 0;
}
.more-recipe-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-30%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 52px;
    transition: 0.5s;
    background-color: #fff;
    color: #e30020;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
.more-recipe-slider.owl-theme .owl-nav [class*="owl-"]:hover,
.more-recipe-slider.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #111;
}
.more-recipe-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 0;
}
.more-recipe-slider.owl-theme .owl-nav [class*="owl-"] i {
    font-size: 25px;
    font-weight: bold;
}
.more-recipe-slider.owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible;
    left: -20px;
    transition: 0.5s;
}
.more-recipe-slider.owl-theme:hover .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -20px;
}


.share-your-recipe{
	padding-bottom: 5rem;
	background: transparent linear-gradient(0deg, #fff6e3 50%, #dbd3c0 0) no-repeat;
}