/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 21:29:06 */
body {
    background-color: #f5f4f2;
}

.site-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    outline: 1px solid #b3b3b3;
}

.header-main .container{
	max-width: 1440px;
}

ul.elementor-icon-list-items {
    list-style: none;
    padding: 0;
}

.header-main {
    background-color: #fff;
}

.hero-area {
    padding: 60px 0 0px;
}


/* Wrapper */
.scroll-wheel{
    position:relative;
    width: 90px;
    height:90px;
}

/* Rotating SVG */
.scroll-wheel svg{
    width: 100%;
    height:100%;
    animation: rotate 8s linear infinite;
}

/* Center circle */
.center-circle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:57px;
    height:57px;
    background:#c82c5e;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
}

.center-circle a{
	cursor: pointer;
}

.center-circle a svg {
	fill: #fff;
	padding: 22px;
	animation: none !important;
	transform:none !important;
}

.testimonial-sec .elementor-swiper-button {
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    background-color: #c63663;
    border-radius: 50px;
    padding: 12px;
	cursor: pointer;
}

.testimonial-sec .elementor-swiper-button:hover{
	background-color: #992B4E;
}

.career-form_wrapper .gform_heading{
    display: none;
}

.career-form label{
    font-size: 16px !important;
    font-family: 'baloo 2';
    font-weight: 400 !important;
}

.career-form input{
    font-size: 13px;
    border: 0.6px solid rgb(219, 198, 182);
    border-radius: 5px;
    padding: 13px 16px !Important;
}
.career-form input::placeholder{
    font-size: 13px;
    letter-spacing: 0.5px;
	border-color: #3E342F;
}

.career-form .gform-footer{
    margin-top: 20px !important;
    padding: 0 !important;
}

.career-form .gform-footer input{
    width: 100%;
    margin: 0 !important;
    font-family: 'baloo 2';
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #c63663;
    color: #fff;
    border: 0;
    border-radius: 50px;
	padding: 8px 16px !important;
}

.testimonial-sec a.ekit-video-popup.ekit-video-popup-btn {
    width: 65px !important;
    height: 65px !important;
}
.testimonial-sec a.ekit-video-popup.ekit-video-popup-btn i{
    font-size: 24px;
}

.testimonial-sec a.ekit-video-popup.ekit-video-popup-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-sec .elementor-image-carousel-caption {
    position: absolute;
    left: -100px;
    right: unset;
    bottom: -100px;
    top: unset;
}

.career-form .gform-footer input:hover{
	background-color: #992B4E;
}

.banner-image {
    background-size: 100% !important;
    background-color: #f8f4f1;
}
.gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: 0;
    border: 0;
}
.hero-slide-control.hero-slide-control-coffee {
    margin: 0 auto !important;
}

.hero-info.hero-info-one.coffee-hero-info-one {
    text-align: center;
}

.col-lg-6.order-1.order-lg-0.hero-info-grid-coffee {
	margin: 0 auto;
}

.hero-img-button-next.slide-btn-next.d-flex {
    display: none !important;
}

.hero-info.hero-info-one p {
    margin: 0 auto;
}

.page-id-4682 section.blog-section.pt-120.pb-120 {
    padding: 0;
    background-color: #ffffff;
}

.fancy-button span.elementor-button-icon {
    background-color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.fancy-button a > span {
    display: flex;
    align-items: center;
}

.fancy-button span.elementor-button-icon svg {
    font-weight: 100 !important;
    fill: #c43562;
	font-size: 13.5px;
}

.banner-sec {
    background-size: 100% !important;
		margin-top: 75px;
}

.navlist{
	background-color: #fff;
}

.navlist ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    justify-content: space-around;
		margin: 0;
}


.navlist ul.elementor-icon-list-items.elementor-inline-items a{
		padding: 19px 0;
}

.navlist ul.elementor-icon-list-items .elementor-icon-list-item.active a{
		font-weight: 800 !important;
    border-bottom: 5px solid #3e342f;
}

.navlist.active {
		max-width: 1440px !important;
		position: fixed;
		top: 110px;
		left: 0;
	  right: 0;
	  margin: 0 auto;
		z-index: 999;
}

.navlist ul.elementor-icon-list-items.elementor-inline-items li {
    width: 50%;
    margin: 0 !important;
}

.footer-timing .elementor-icon-list-text span {
    display: inline-block;
    width: 65px;
}

.footer-timing li.elementor-icon-list-item span.elementor-icon-list-text {
    position: relative;
}

.footer-timing li.elementor-icon-list-item.active span.elementor-icon-list-text:before {
    content: "";
    display: inline-flex;
    vertical-align: text-top;
    width: 4px;
    height: 18px;
    border-radius: 46px;
    margin-right: 8px;
    background-color: #c63663;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-55%);
}

.footer-timing li.elementor-icon-list-item.active span.elementor-icon-list-text {
    font-weight: 600 !important;
}

.coffee-product-box .coffee-product-img .coffee-product-hover {
    background-color: rgb(240 108 0 / 90%);
}

.coffee-product-box .coffee-product-img .coffee-product-hover h2.h2.text_color_white.mt-3 {
    font-family: "Baloo 2";
    text-transform: uppercase;
}

header{
		max-width: 1440px;
		position: fixed;
    z-index: 999;
    width: 100%;
		left: 0;
	  right: 0;
	  margin: 0 auto;
}

.breadcrumb-area{
    display: none;
}

.hero-info h1 {
    margin: 0 10px 10px;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev i, .slider-button-wrap.slider-button-wrap-coffee .slide-btn-next i {
    color: #c73664 !important;
}

.hero-info-slide .swiper-slide-active .common-btn {
    margin-top: 20px !important;
}

.hero-area .col-lg-6.order-1.order-lg-0.hero-info-grid-coffee {
    position: absolute;
    top: 27%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hero-area .col-lg-6.order-0.order-lg-1 {
    padding: 0;
    margin: 0;
    width: 100%;
}

.hero-area .col-lg-6.order-0.order-lg-1 .swiper {
    max-width: 100%;
    padding: 0 !important;
	height: 549px;
}

/* .col-lg-6.order-0.order-lg-1 {
    display: none;
}
 */
.hero-area .container.custom-container {
	max-width: 100%;
    margin-left: 0;
}
/* 
.hero-img-slide .swiper-slide.swiper-slide-active .hero-food-img {
    width: 60% !important;
} */

/* .container.custom-container {
    margin-left: calc((100% - 1440px) / 2);
} */

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .menu-left-col {
	width: 33%;
}

.header-wrapper  .mobile-menu {
    display: none;
}

.logo-col {
    width: 31%;
}

.icon-list ul li span i:before {
    border: 2px solid #C73664;
}

.icon-list ul li span i {
    margin-right: 6px;
}

.icon-list ul li:hover i:before {
    background-color: #C73664 !important;
    color: #fff !Important;
    cursor: pointer;
}
.icon-list li.elementor-icon-list-item.elementor-inline-item{
	cursor: pointer;
}

.product-hover article.elementor-post.elementor-grid-item:hover {
    background-color: #faf0f4;
}

.product-hover article.elementor-post.elementor-grid-item:hover a {
    color: #c63663;
}

.product-hover a.elementor-post__thumbnail__link {
    pointer-events: none;
}

.product-tab [aria-selected='true'] span.e-n-tab-title-text {
    text-decoration: underline;
}
.product-hover img {
    height: 185px;
    object-fit: contain;
}

.product-hover h2.elementor-post__title a {
    pointer-events: none;
}

.icon-list li.elementor-icon-list-item.elementor-inline-item.active i:before {
    background-color: #c73664;
    color: #fff;
}

.menu-right-col.hamburger-menu {
    width: 36%;
}

.item-title h6 {
    font-family: 'Baloo 2';
    font-weight: 800;
    text-align: right;
    color: #3e342f;
}

.menu-coffee .mainmenu li a {
     font-family: "Baloo 2", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2px;
    max-width: 50%;
    line-height: 1;
    color: rgb(62, 52, 47);
	margin: 0 auto;
    display: flex;
}

.menu-coffee .mainmenu li{
	padding: 0 50px 0 0;
}

blockquote {
    background: transparent !important;
    box-shadow: unset !important;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

blockquote p {
    font-style: normal;
}

.accordian-content h6 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    color: #3e342f;
    font-size: 11px;
    margin-bottom: 20px;
}

.accordian-content h4 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    color: #3e342f;
    font-size: 17px;
    line-height: 1;
    margin: 0;
    padding: 14px 0;
    display: block;
}

.accordian-content p,.accordian-content ul li {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 14px;
    color: rgb(62, 52, 47);
}

.accordian-content p strong,
.accordian-content p b
{
  font-family: 'Baloo 2';
  font-size: 15px;
  font-weight: 800;
}

.accordian-content ul li a,.accordian-content p a {
    color: #c63663 !important;
    text-decoration: underline;
}

.hover-img:hover img {
    transform: scale(1.1);
}

.hover-img img {
    transition: all 0.3s ease-in-out;
}
.footer-area {
    display: none !important;
}

.menu-left-col ul li:nth-child(4),.menu-left-col ul li:nth-child(5), .menu-left-col ul li:last-child {
    display: none;
}

.testimonial-sec img.swiper-slide-image {
    width: 100%;
}

/* Rotate animation */
@keyframes rotate{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

@media screen and (max-width: 991px) {
	.header-wrapper  .mobile-menu {
		display: block;
	}
	.testimonial-sec a.ekit-video-popup.ekit-video-popup-btn {
		left: 50px;
		bottom: 50px;
	}
	.hero-area {
		padding: 30px 0 80px;
	}
	.banner-sec {
		margin-top: 50px;
	}
	.navlist.active {
		top: 62px;
		z-index: 998;
	}
	.mean-container .mean-bar{
		top: 20px;
	}
	.common-btn.sign-btn {
		display: none;
	}
	.menu-btn-wrap.flex-shrink-0.d-lg-none.pb-5 {
		display: none;
	}
	.mean-container .mean-nav > ul{
		height: 100vh;
	}
	.menu-left-col ul li:nth-child(4),.menu-left-col ul li:nth-child(5),
	.menu-left-col ul li:last-child{
		display: block;
	}
	.mean-container .mean-nav {
		margin-top: 43px;
	}
	.carin-col11 {
		min-height: 100%;
	}

	body.logged-in .navlist.active {
		top: 109px;
	}
	
	.mean-container .mean-nav {
		background-color: #fff;
		z-index: 2;
	}

	.mean-container .mean-nav ul li a {
		border-top: 1px solid #cdcdcd;
		font-family: 'Baloo 2';
		font-size: 18px;
		font-weight: 800;
		color: #c73664;
	}
	.hero-area .col-lg-6.order-0.order-lg-1 .swiper {
		height: 400px;
	}
}

@media screen and (max-width: 767px) {
	.video-iframe iframe {
		height: 250px !important;
	}
}