/*
Theme Name: EID Parry
Description: A brief description of your theme.
Version: 1.0 
*/ 

@font-face { font-family: "Recoleta"; /* src: url('/wp-content/fonts/Recoleta-Regular.otf') format('opentype'); */
 src: url("./inc/fonts/Recoleta-RegularDEMO.otf") format("opentype"); font-weight: normal; font-style: normal; } 

/* Recoleta Alt Fonts */
@font-face { font-family: "Recoleta"; src: url("./inc/fonts/Recolet Thin.otf") format("opentype"); font-weight: 100; font-style: normal; } 
@font-face { font-family: "Recoleta"; src: url("./inc/fonts/Recoleta Light.otf") format("opentype"); font-weight: 300; font-style: normal; } 
@font-face { font-family: "Recoleta"; src: url("./inc/fonts/Recoleta Regular.otf") format("opentype"); font-weight: 400; font-style: normal; } 
@font-face { font-family: "Recoleta"; src: url("./inc/fonts/Recoleta Medium.otf") format("opentype"); font-weight: 500; font-style: normal; } 
@font-face { font-family: "Recoleta"; src: url("./inc/fonts/Recoleta SemiBold.otf") format("opentype"); font-weight: 600; font-style: normal; } 
@font-face { font-family: "Recoleta"; src: url("./inc/fonts/Recoleta Bold.otf") format("opentype"); font-weight: 700; font-style: normal; } 
@font-face { font-family: "Recoleta"; src: url("./inc/fonts/Recoleta Black.otf") format("opentype"); font-weight: 900; font-style: normal; } 

:root { --recoleta_100: "Recoleta"; --recoleta_300: "Recoleta"; --recoleta_400: "Recoleta"; --recoleta_500: "Recoleta"; --recoleta_600: "Recoleta"; --recoleta_700: "Recoleta"; --recoleta_900: "Recoleta"; } 
.navbar-nav .nav-item .nav-link{z-index: 999;}
body { font-family: "Recoleta"; } 
html { margin-top: unset !important; } 
/* accordion and navbar start */
.navbar { position: absolute; top: 40px !important; right: 0; left: 0; z-index: 1030; } 
.navbar-expand-lg .navbar-nav .nav-link { font-family: "Recoleta"; font-size: 18px; font-weight: 600; color: #000; -webkit-text-stroke: 0.2px #565656; position: relative; z-index: 9999;} 
.navbar-nav .nav-link { font-family: "Recoleta"; font-size: 18px; font-weight: 600; color: #000; -webkit-text-stroke: 0.2px #565656; } 
.wrapper { display: none; justify-content: center; align-items: center; position: absolute; } 
input[type="search"] { -webkit-appearance: none !important; background-clip: padding-box; background-color: white; vertical-align: middle; border-radius: 0.25rem; border: 1px solid #e0e0e5; font-size: 16px; font-family: var(--recoleta_500); width: 100%; line-height: 2; padding: 0.375rem 1.25rem; -webkit-transition: border-color 0.2s; -moz-transition: border-color 0.2s; transition: border-color 0.2s; } 
input[type="search"]:focus { transition: all 0.5s; border-color: #f9d342; outline: none; } 
form.search-form { display: flex; justify-content: center; width: 450px; } 
label { flex-grow: 1; flex-shrink: 0; flex-basis: auto; align-self: center; margin-bottom: 0; } 
input.search-field { margin-bottom: 0; flex-grow: 1; flex-shrink: 0; flex-basis: auto; align-self: center; height: 51px; border-top-right-radius: 0; border-bottom-right-radius: 0; } 
input.search-submit { height: 51px; margin: 0; padding: 1rem 1.3rem; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; font-family: "Font Awesome 5 Free"; font-size: 1rem; } 
.button { display: inline-block; font-weight: 600; font-size: 0.8rem; line-height: 1.15; letter-spacing: 0.1rem; text-transform: uppercase; background: #f9d342; color: #292826; border: 1px solid transparent; vertical-align: middle; text-shadow: none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } 
.button:hover,
.button:active,
.button:focus { cursor: pointer; background: #d4b743; color: #292826; outline: 0; } 

/* =====================search style ========================== */
 .search-overlay { position: fixed; top: -100%; left: 0; width: 100%; height: 100%; background-color: #6b75001c; backdrop-filter: blur(15px); display: flex; justify-content: center; align-items: flex-start; opacity: 0; transition: top 0.5s ease, opacity 0.5s ease; z-index: 1055; pointer-events: none; } 
.search-overlay.active { top: 0; opacity: 1; align-items: center; pointer-events: all; } 
.form-control { padding: unset; font-family: var(--recoleta_500); } 
.nav-search-container { width: 100%; max-width: 600px; top: -80px; padding: 10px; padding-left: 20px; background: #fff; border-radius: 10px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); position: relative; } 
.search-bar input { background-color: transparent; border: none; outline: none; border-radius: unset; padding: unset; } 
.search-bar input:focus { background-color: unset; border: unset; } 
.close-btn { position: absolute; top: 5%; right: 3%; background: #fff; color: #525252; font-size: 26px !important; font-weight: 500 !important; border-radius: 0.25rem; padding: 10px; cursor: pointer; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); font-size: 33px; z-index: 99999999; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; } 
.close-btn img { width: 15px; height: 15px; filter: invert(0.3); } 
.input-group-text { cursor: pointer; } 
.form-control:focus, .search-bar { box-shadow: unset !important; } 
.search-bar .input-group-text { font-size: 20px; font-family: var(--recoleta_500); background-color: #fef200 !important; border: 1px solid #D7BD8B !important; color: #969696 !important; padding-left: 10px; border-radius: 5px !important; margin-left: 20px; } 
.search-bar .input-group-text:hover { color: #2B328C !important; } 
/* ====================search style end================== */
.hover_accordion .accordion { width: 100%; height: 90vh; overflow: hidden; margin: 0px auto; } 
.hover_accordion .accordion ul { width: 100%; display: table; table-layout: fixed; margin: 0; padding: 0; } 
.hover_accordion .accordion ul li { display: table-cell; vertical-align: bottom; position: relative; width: 16.666%; height: 90vh; background-repeat: no-repeat; background-position: center center; transition: all 400ms ease-in-out; overflow-x: hidden; scrollbar-width: none; } 
.hover_accordion .accordion ul li::-webkit-scrollbar { display: none; } 
.hover_accordion .accordion ul li div { display: block;  width: 100%; padding: 10px 5px; } 
.hover_accordion .accordion ul li div a { display: block; height: 350px; width: 100%; position: relative; z-index: 3; /* vertical-align: bottom; */
 box-sizing: border-box; color: #fff; text-shadow: 1px 1px 2px #000; /*filter: invert(100%); */
 text-decoration: none; font-family: "Recoleta"; transition: all 300ms ease-in-out; } 
.hover_accordion .accordion ul li div a * { opacity: 1; margin: 0 0 0 10px; width: 100%; position: relative; z-index: 5; white-space: nowrap; -webkit-transform: translateX(-20px); transform: translateX(-20px); -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; text-align: center; } 
.hover_accordion .accordion ul li div a h2 { text-overflow: clip; font-size: 24px; text-transform: uppercase; margin-bottom: 2px; top: 120px; margin-top: -100px; font-family: "Recoleta"; font-size: 48px; font-weight: 400; line-height: 32px; /* transform: rotateZ(-90deg) rotateX(45deg); */}
/* .hover_accordion .accordion ul li::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; Adjust height as needed */
 /* background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
 /* background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #a88800 100%); transition: opacity 0.3s ease-in-out; opacity: 1; Default visible} */
.hover_accordion .accordion ul li:hover::after { opacity: 0.8; /* Change opacity on hover if needed */}
/* .accordion ul li:not(:hover) div a h2 {transform: rotateZ(-90deg) rotateX(-15deg);}*/
.hover_accordion .accordion ul li div a h2 { transform: rotateZ(0deg) rotateX(0deg); } 
.hover_accordion .accordion ul:hover li div a h2 { transform: rotateZ(-90deg) rotateX(-15deg); }
.hover_accordion .accordion ul li:hover div a h2 { transform: rotateZ(0deg) rotateX(0deg) !important; }
/* .accordion ul li:not(:hover) div a p {display: none; } 
.accordion ul li:hover div a p {display: block; } */
.hover_accordion .accordion ul li div a .hide-text { opacity: 0; /* Default: All <p> tags are visible */
 transition: opacity 0.3s ease-in-out; top: 65% !important; } 
.hover_accordion .accordion ul:hover li div a .hide-text { opacity: 0; /* Hide all <p> tags when hovering over any <li> */}
.hover_accordion .accordion ul li:hover div a .hide-text { opacity: 1 !important; /* Show only the hovered <li>'s <p> */
 text-align: center; text-wrap: wrap; left: 0; right: 0; margin: auto; } 
.hover_accordion .accordion ul li:hover div a .hide-text p { opacity: 1; } 
/* ====================== */
.hover_accordion .accordion ul li div a p { opacity: 1; transition: opacity 0.3s ease-in-out; } 
.hover_accordion .accordion ul:hover li div a p { opacity: 0; /* Hide all <p> tags when hovering over any <li> */}
.hover_accordion .accordion ul li:hover div a p { opacity: 1 !important; /* Show only the hovered <li>'s <p> */}
.hover_accordion .accordion ul li div .title { font-family: "Recoleta"; text-overflow: clip; font-size: 32px; text-transform: uppercase; margin-bottom: 2px; top: 210px; color: #ffffff; text-shadow: 1px 1px 2px #000; left: 5%; position: absolute; opacity: 1; } 
.hover_accordion .accordion ul li div a p { top: 190px; font-size: 20px; padding-left: 0; text-wrap: wrap; font-family: "Recoleta"; font-size: 20px; font-weight: 400; line-height: 32px; } 
.hover_accordion .accordion ul li div a p,
.hover_accordion .accordion ul li div a h6 { padding-left: 13% !important; padding-top: 10px !important; text-align: left !important; } 
.hover_accordion .accordion ul li div a h6 { top: 30%; font-size: 34px; padding-left: 0; font-family: var(--recoleta_700); /* font-size: 20px; */
 font-weight: bold; line-height: 32px; text-transform: uppercase; } 
.hover_accordion .accordion ul li div a h6 span { font-weight: 500 !important; text-transform: capitalize; } 
.hover_accordion .accordion ul li div a p { top: 30%; font-size: 28px; padding-left: 0; font-family: var(--recoleta_700); /* font-size: 20px; */
 font-weight: 400; line-height: 32px; } 

.hover_accordion .accordion ul li:nth-child(5) { background-image: url(); background-position: 60% 64%; } 
.hover_accordion .accordion ul li { background-size: cover; } 
.hover_accordion .accordion ul:hover li { width: 10%; } 
.hover_accordion .accordion ul:hover li p { width: 10%; display: hidden; } 
.hover_accordion .accordion ul:hover li:hover { width: 90%; } 
.hover_accordion .accordion ul:hover li:hover p { width: 90%; display: visible; } 
/*.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); } */
.hover_accordion .accordion ul:hover li:hover a * { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 
.hover_accordion .accordion ul:hover li:hover .title * { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0); } 
/* brand pages css start */
.product-container::after {content: "";position: absolute;top: 0;bottom: 0;left: 0; right: 0;background: var(--dynamic-overlay-bg-color, none);opacity: 0.85;}
 .single_product-section .product-container { background-color: #79A0D3; border-radius: 20px; padding: 60px 40px; position: relative; overflow: hidden; min-height: 400px; } 
 .single_product-section .product-container .product-image { max-width: 100%; height: 320px; z-index: 2; position: relative; } 
 .single_product-section .product-container .product-content { color: white; z-index: 2; position: relative; } 
 .single_product-section .product-title { margin-bottom: 0.5rem; color: #2A338B; font-family: "Recoleta"; font-weight: 600; font-size: 32px; line-height: 100%; text-transform: capitalize; } 
 .single_product-section .product-subtitle { color: #525252; margin-bottom: 1.5rem; font-family: "Recoleta"; font-weight: 400; font-size: 20px; line-height: 100%; text-transform: capitalize; } 
 .single_product-section .product-description { color: #525252; margin-bottom: 2rem; font-family: "Recoleta"; font-weight: 400; font-size: 14px; line-height: 27px; text-transform: capitalize; } 
 .single_product-section .features-section { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; margin-top: 50px; gap: 30px; } 
 .single_product-section .features-section_2 { gap: 10px; margin-top: 100px; } 
 .single_product-section .feature-item { display: flex; align-items: center; margin-bottom: 1rem; position: relative; gap: 7px; } 
 .single_product-section .feature-icon { width: 60%; height: auto; display: flex; align-items: center; justify-content: flex-start; position: relative; } 
 .single_product-section .feature-icon img { width: 100px; height: auto; } 
 .single_product-section .feature-text { color: #2A338B; font-family: "Recoleta"; font-weight: 700; font-size: 16px; line-height: 100%; text-transform: capitalize; text-wrap: nowrap; } 
.bg-shapes{height: 370px;width: max-content;}
 .single_product-section .sugar-bowl {position: absolute;bottom: 50px;right: 0;height: 110px;display: flex;align-items: center;justify-content: flex-end;z-index: 999;} 
 .single_product-section .sugar-bowl img { width: 110px !important; height: auto; } 
 .single_product-section .sugar-crystals { width: 50px; height: 30px; background: linear-gradient(45deg, #fff 0%, #f0f0f0 100%); border-radius: 10px; } 
 .single_product-section .floating-elements { position: relative; font-family: "Recoleta"; color: #F3F3F3B8; font-weight: 900; font-size: 100px; line-height: 100%; bottom: -40px; text-transform: uppercase; text-wrap: nowrap; align-items: center; text-align: center; line-height:110px; } 
 /* .single_product-section .bg_dark { background-color: #2A338B; border-radius: 50%; position: absolute; bottom: -20px; right: 60px; width: 300px; height: 300px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }  */
 /* .single_product-section .dark_bg-2 { background-color: #2A338B; border-radius: 50%; position: absolute; bottom: 320px; right: 300px; width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }  */
  .bg-shapes {position: relative;}
/* BIG circle */
.bg-shapes::before {content: "";position: absolute;bottom: 40px;right: 0;left: 0;width: 270px;height: 270px;background-color: var(--circle-big);border-radius: 50%;z-index: 1;margin: auto;}
/* SMALL circle */
.bg-shapes::after {content: "";position: absolute;top: -15px;left: 55px;width: 60px;height: 60px;background-color: var(--circle-small);border-radius: 50%;z-index: 1;}

 .single_product-section { padding-top: 0px !important; padding-bottom: 60px !important; } 
 .single_product-section .product-container { margin-top: 50px; } 
 .single_product-section .feature-item_2_2 img { width: 190px; height: auto; } 
 .single_product-section .feature-item_2 img { width: 100%; height: auto; } 
 .single_product-section .feature-item_3 { flex-direction: column; justify-content: center; text-align: center; gap: 5px; } 
 .single_product-section .feature-item_3 .feature-icon img { width: 40px; } 
 .single_product-section .bottom-text p { font-family: "Recoleta"; font-weight: 600; font-size: 13px; letter-spacing: 0%; text-transform: capitalize; color: #525252; position: relative; /* bottom: -50px; */}


 /* brand pages css end */
@media screen and (max-width: 680px) { 
  body { margin: 0; } 
 .accordion { height: auto; } 
 .hover_accordion .accordion ul li,
 .hover_accordion .accordion ul li:hover,
 .hover_accordion .accordion ul:hover li,
 .hover_accordion .accordion ul:hover li:hover { position: relative; display: table; table-layout: fixed; width: 100%; -webkit-transition: none; transition: none; } 
 .hover_accordion .accordion ul li div a * { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0);margin-left: 0px;} 
}

/* accordion and navbar End */
/* ################Sticky section style############################ */
.section { padding: 50px 0px; } 
.section .main-wrapper__panel { text-align: center; background: #fff !important; } 
/* .main-wrapper__panel-wrapper .main-wrapper__panel h1 { position: absolute; left: 0; right: 0; bottom: 0; top: -105px; font-family:'Recoleta'; font-size: 310px; font-weight: 400; line-height: 480px; text-align: center; color: #efefef99; z-index: -1; } */
.main-wrapper__panel-wrapper .main-wrapper__panel .container h2 { font-family: var(--recoleta_700); font-size: 44px; font-weight: 700; padding-top: 60px; /* line-height: 30px; */
 text-align: center; color: #2b328c; } 
.video_gif .main-wrapper__panel { height: 95vh !important; } 
.video_gif .about-image { height: 65vh; } 
.main-wrapper__panel-wrapper .main-wrapper__panel .container .about-image img,
.main-wrapper__panel-wrapper .main-wrapper__panel .container .about-image video { border-radius: 0px 50px 0px 50px; width: 100%; height: auto; display: block; } 
.main-wrapper__panel-wrapper .main-wrapper__panel .container a { display: flex; position: fixed; /* top: 34%; */ right: 150px; bottom: 50px; text-decoration: none; font-size: 1rem; font-weight: 500; font-family: "Recoleta"; color: white; border: none; background: none; cursor: pointer; align-items: center; justify-content: center; } 
.main-wrapper__panel .explore-section { background: #fff; height: 100vh; padding-top: 70px !important; } 
/* .main-wrapper__panel .explore-section h1 { font-size: 200px !important; position: absolute; left: 0; right: 0; bottom: 0; top: 30px; font-family:'Recoleta'; font-weight: 400; line-height: 180px; text-align: center; color: #efefef99; height: 100px; } */
.main-wrapper__panel .explore-section .explore-items .main-title { text-align: center; z-index: 1; } 
/* .main-wrapper__panel .explore-section .explore-items .main-title h2 { font-family: 'Recoleta'; font-size: 47px; font-weight: 400; line-height: 42px; text-align: center; padding-top: 44px; position: relative; z-index: 1; } */
.main-wrapper__panel .explore-section .explore-items .main-title p { position: relative; z-index: 1; font-family: var(--recoleta_400); font-size: 16px; color: #525252; } 
.main-wrapper__panel .explore-section .explore-items .left-rice { position: absolute; width: 160px; height: auto; top: 50px; left: 0; padding-left: 0 !important; transform: translateX(-100%); transition: transform 1s ease-in-out !important; } 
.main-wrapper__panel .explore-section .explore-items .left-rice.show { transform: translateX(0) !important; } 
.main-wrapper__panel .explore-section .explore-items .right-rice { position: absolute; width: 145px; height: auto; bottom: 0; right: 0; padding: 0 !important; transform: translateX(100%); transition: transform 1s ease-in-out !important; } 
.main-wrapper__panel .explore-section .explore-items .right-rice.show { transform: translateX(0) !important; } 
.swiper-container { width: 100%; max-width: 1200px; margin: auto; } 
.swiper-slide { text-align: center; background: #fff;}
.main-wrapper__panel .explore-section .explore-items .product-card { background: #fff; border-radius: 10px; box-shadow: 0px 4px 4px 0px #00000024; /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
 /* padding-bottom: 20px; */
 text-align: center; transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* height: 310px; */
 display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; } 
.explore-section .main-title h2 { font-size: 40px !important; color: #2b328c; font-family: var(--recoleta_700); font-weight: 700; text-align: center; } 
.category_active_heading { font-size: 150px; position: absolute; left: 0; right: 0; bottom: 0; top: 5px; font-family: var(--recoleta_900); line-height: 180px; text-align: center; z-index: 0; color: #f2f2f280; height: 100px; font-weight: 900; letter-spacing: 0px; text-transform: uppercase; } 
/* .explore-section p { font-size: 16px; color: #000; font-family: Poppins; font-size: 18px; font-weight: 300; } */
.product-card .card { position: relative; border-radius: 10px; width: 100%; height: 100%; margin: 0 auto;  isolation: isolate;overflow: visible !important;} 

/* .category-slider .swiper-wrapper { justify-content: center !important; } */
.category-slider.center-mode .swiper-wrapper { display: flex; justify-content: center; } 
.category-slider.center-mode .swiper-slide { flex: 0 0 auto; } 
.product-card .card img { position: relative; width: 100% !important; object-fit: contain;  height: 100% !important; bottom: -15px !important; } 
.product-card p { font-size: 14px; font-family: var(--recoleta_400); color: #525252; padding: 0 5px; } 
/* .product-card:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); } */
.product-card { position: relative; transition: transform 0.3s ease-in-out; } 
/* .product-card:hover { transform: scale(1.05); } */
.aboutus-section p { color: #525252; font-size: 16px; font-family: var(--recoleta_500); text-transform: capitalize; } 
/* .aboutus-section { padding-top: 50px; } */
.card-img-top { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease-in-out; } 
.hover-content { position: absolute; bottom: -100%; left: 0; width: 100%; height: 70%; background: white; padding: 20px; text-align: center; transform: skewY(13deg); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out; } 
.rotate-correct { transform: skewY(-13deg); } 
.product-card:hover .hover-content { bottom: 0; opacity: 1; } 
.hover-content h4 { font-size: 18px; font-weight: bold; margin-bottom: 10px; padding-top: 10px; font-size: 18px; color: #525252; font-family: var(--recoleta_600); font-weight: 600; } 
.hover-content p { font-size: 16px; color: #555; margin-bottom: 15px; font-family: var(--recoleta_400); letter-spacing: 0.3px; } 
.button-group { display: flex; justify-content: center; gap: 3px; } 
.btn-custom { background-color: #8cbf3f; color: white; font-size: 12px; padding: 6px 12px; border: none; border-radius: 20px; transition: background 0.3s; } 
.btn-custom:hover { background-color: #6d9a2d; } 
/* tabing section with swiper Category Items */
.category-item { text-align: center; padding-top: 20px; transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; } 
.category-item .tab-but { transition: transform 0.3s ease-in-out; color: #000; } 
.category-item .tab-but:hover h1 { display: none; } 
.category-item .tab-but.active img { transform: scale(1.3) translateY(-10px); margin-bottom: 10px; } 
.category-item .tab-but.active { gap: 15px; background-color: transparent !important; } 
.category-item button { display: flex; flex-direction: column; align-items: center; border: unset !important; color: #000; font-family: "Recoleta"; font-weight: 400; font-size: 20px; } 
.category-item img { width: 80px; height: 110px; object-fit: cover; margin-bottom: 10px;transition: all 0.3s;} 
.category-item p { font-size: 14px; font-weight: bold; color: #333; } 
.card-content { padding-top: 25px; padding-bottom: 10px; } 
.card-content h2 { font-size: 18px; color: #525252; font-family: var(--recoleta_600); font-weight: 600;margin-bottom: 0; /* text-transform: uppercase; */}
.card-content p { font-size: 12px; color: #525252; font-family: var(--recoleta_300); line-height: 21px; text-align: center; text-transform: capitalize; font-weight: 300; margin-bottom: 8px; letter-spacing: 0.5px; } 
.hover-content .rotate-correct .btn-custom { background: #4450c7; color: #fff; font-size: 11px; font-family: var(--recoleta_100); letter-spacing: 1px; line-height: 10px; padding: 5px 10px; } 
.hover-content .rotate-correct .btn-custom img { width: 10px; } 
/* Recipes section start */
.main-wrapper__panel .recipes { background: #fff; position: relative; min-height: 100vh; } 
.recipe_img { width: 100%; height: 250px; } 
.recipe_img img { height: 100%; width: 100%; object-fit: cover; } 
.recipes .nav-tabs { border: none; position: relative; z-index: 99; padding-top: 90px; width: 85%; margin: auto; } 
.recipes .nav-tabs .nav-link { border-radius: 32px; padding: 15px 12px; color: #969696; background-color: #fff; border: 2px solid #d7bd8b; font-family: var(--recoleta_600); font-size: 16px; font-weight: 600; /* line-height: 28.8px; */
 text-align: center; width: 100%; } 
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover { border-color: #d7bd8b !important; color: #2b328c; } 
.recipes .nav-tabs .nav-link.active { /* background-color:; */
 color: #2b328c; border-color: #d7bd8b; } 
.recipes .nav-tabs li { flex: 1; } 
.recipe-card { background: white; padding: 15px; /* border-radius: 10px; */
 box-shadow: 0px 4px 15px 0px #00000040;  position: relative; height: 100%; } 
.recipe-card .custom-bar { background-repeat: no-repeat; background-position: bottom; position: absolute; bottom: -10px; left: 0; right: 0; z-index: 9; height: 18px; background-size: cover; } 
.recipe-section .recipe { padding-bottom: 0 !important; } 
.recipes,
.recipes-section { padding-bottom: 0 !important; } 
.recipe-card.middle-card { margin-top: 30px; } 
/* .recipe-card:hover { transform: translateY(-5px); } */
/* .tab-content .recipe-card img { width: 100%; height: auto; /* border-radius: 8px; */
/* margin-bottom: 15px; */
/* } */
.tab-content .recipe-card h2 { margin: 0; text-transform: uppercase; color: #2b328c; font-family: var(--recoleta_700); font-size: 22px; font-weight: 700; text-align: center; padding-top: 20px; padding-bottom: 30px; } 

.main-wrapper__panel-wrapper .main-wrapper__panel .aboutus-section h1{top: -30px !important;} 
.main-wrapper__panel .recipes { background-color: #f0f0f080; } 
.main-wrapper__panel { height: 100vh !important; padding: 0 !important; } 
.testimonial-section .main-wrapper__panel{height: auto !important;}
 /* position: absolute; top: 0; left: 0; pointer-events: none; }  */
.recipes h1,
.main-wrapper__panel-wrapper .main-wrapper__panel h1 { font-size: 130px; position: absolute; left: 0; right: 0; bottom: 0; top: 25px; font-family: var(--recoleta_900); /* font-weight: 400; */
 line-height: 180px; text-align: center; color: #ffffffb8; height: 100px; font-weight: 900; letter-spacing: 0px; } 
.main-wrapper__panel-wrapper .main-wrapper__panel h1 { color: #efefef80 !important; z-index: -1 !important; top: -240px !important; } 
#TabsContent .tab-pane { height: 500px !important;  overflow-y: auto;  scrollbar-width: none; } 
#TabsContent .tab-pane::-webkit-scrollbar { display: none; } 
/* Recipes section End */
/* ############################Testimonial section start################################# */
.testimonial-section { padding: 250px 0; position: relative; min-height: 100vh; /* margin: 100px auto 0 auto; */}
.testimonial-section .section-title { font-size: 44px; } 
.testimonial-header { text-transform: uppercase; color: #525252; margin-bottom: 12px; font-family: var(--recoleta_600); font-size: 22px; font-weight: 600; } 
.yellow-blob { position: absolute; /* width: 600px; height: 600px; */
 /* background-image: url(images/testimonial/yellow-blob.png); */
 top: 0; right: 0;bottom: 0;left: 0; opacity: 1; z-index: -1; background-repeat: no-repeat; } 
.yellow-blob img:nth-child(1) { width: 610px; height: 440px; position: absolute; right: 30px; top: 0; bottom: 0; margin: -100px auto; } 
.yellow-blob img:nth-child(2) { position: absolute; top: -60px;right: 20px; left: auto;} 
.star-decoration { position: absolute; width: 24px; height: 24px; right: 20%; top: 40%; } 
.testimonial-stack { position: relative; max-width: 470px;margin-left: 2.5rem; } 
.testimonial-card { position: absolute; width: 100%; background: white; border-radius: 16px; padding: 32px 0px 15px 32px; /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
 box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.01),
 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.02),
 0px 20px 13px 0px rgba(0, 0, 0, 0.03),
 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.03),
 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.04),
 0px 100px 80px 0px rgba(0, 0, 0, 0.05) !important; transition: all 0.5s ease; cursor: pointer; } 
.testimonial-card img { width: 70px; height: 70px; opacity: 0; } 
.testimonial-card.active { transform: translateX(0px) translateY(-20px); opacity: 1; z-index: 3; box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.01),
 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.02),
 0px 20px 13px 0px rgba(0, 0, 0, 0.03),
 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.03),
 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.04),
 0px 100px 80px 0px rgba(0, 0, 0, 0.05) !important; } 
.testimonial-card.active img { opacity: 1; } 
.testimonial-card.next { transform: translateX(40px) translateY(15px) scale(0.98); opacity: 1; z-index: 2; box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.01),
 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.02),
 0px 20px 13px 0px rgba(0, 0, 0, 0.03),
 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.03),
 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.04),
 0px 100px 80px 0px rgba(0, 0, 0, 0.05) !important; } 
.testimonial-card.last { transform: translateX(70px) translateY(45px) scale(0.96); opacity: 1; z-index: 1; box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.01),
 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.02),
 0px 20px 13px 0px rgba(0, 0, 0, 0.03),
 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.03),
 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.04),
 0px 100px 80px 0px rgba(0, 0, 0, 0.05) !important; } 
.testimonial-text { color: #525252; font-family: var(--recoleta_400); font-size: 14.5px; font-weight: 500; line-height: 28px; max-width: 380px; text-align: center; /* margin-bottom: 24px; */}
.author-name { color: #2b328c; font-weight: 600; font-size: 15px; /* margin-bottom: 4px; */
 opacity: 0; /* transform: translateX(-100%) !important; Move to the left */
 transition: transform 0.8s ease, opacity 0.5s ease; margin-bottom: 0px; font-family: var(--recoleta_600); letter-spacing: 0.3px; } 
.author-location { color: #525252; font-size: 12px; opacity: 0; /* transform: translateX(-100%) !important; Move to the left */
 transition: transform 0.8s ease, opacity 0.5s ease; margin-bottom: 0px; font-family: var(--recoleta_300); text-align: center; margin-top: 5px; } 
.testimonial-card { opacity: 0; pointer-events: none; position: absolute; top: 0; left: 0; transition: opacity 0.4s ease, transform 0.4s ease; } 
.testimonial-card.active,
.testimonial-card.next,
.testimonial-card.last { opacity: 1; pointer-events: auto; } 
.testimonial-card.hidden { display: none; } 
.testimonial-author-info { padding-right: 115px; text-align: center; } 
/* Add transforms for spacing */
.testimonial-card.third { transform: translateX(80px) translateY(65px) scale(0.94); } 
.testimonial-card.fourth { transform: translateX(100px) translateY(93px) scale(0.92); } 
.testimonial-card.fifth { transform: translateX(150px) translateY(135px) scale(0.9); } 
/* ############################################################ */
@keyframes slideIn { from { transform: translateX(-200%); opacity: 0; } to { transform: translateX(50px); opacity: 1; } }
@keyframes slideOut { from { transform: translateX(0); opacity: 1; } to { transform: translateX(-200%); opacity: 0; } }
/* ----------- default 1.2s in every transition ---------- */
.testimonial-card .author-name { transform: translateX(-100%); opacity: 0; transition: transform 1.2s ease, opacity 1.2s ease; } 
.testimonial-card .author-location { transform: translateX(-100%); opacity: 0; transition: transform 1.4s ease, opacity 1.4s ease; } 
/* ---------------------------------------------- */
.testimonial-card.active .author-name { animation: slideIn 1.2s forwards; } 
.testimonial-card.active .author-location { animation: slideIn 1.4s forwards; } 
/* -------------------------------------------- */
.testimonial-card:not(.active) .author-name { animation: slideOut 1.2s forwards; } 
.testimonial-card:not(.active) .author-location { animation: slideOut 1.4s forwards; } 
/* #########################Testimonials avatar################################### */
.avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; } 
.dots-wrapper { display: flex; gap: 30px; position: relative; } 
.dots-wrapper img:nth-child(1) { position: absolute; right: 20px; bottom: 30px; width: 60px; } 
.dots-wrapper img:nth-child(2) { position: absolute; right: -23px; top: 0px; height: 55px; width: 55px; } 
.dots-wrapper span { width: 11px; height: 11px; border-radius: 50%; background: #e5e7eb; cursor: pointer; transition: background-color 0.3s ease; margin-right: 25px; } 
.explore_our_range { overflow: hidden; } 
.dot.active { background: #14183e; } 
/* Testimonial section end */
/* Footer section start */
/* footer { background-image: url(images/footer/footer-back.png); height: 100%; width: 100%; background-repeat: no-repeat; object-fit: cover;} */
.footer h5 { font-family: "Recoleta"; font-size: 24px; font-weight: 400; } 
.footer .footer-logo img { max-width: 120px; top: -30px; position: absolute; left: 0; right: 0; margin: 0 auto; } 
.corporate-office p { font-family: "Recoleta"; font-size: 16px; font-weight: 400; } 
.quick-stock ul li { font-family: "Recoleta"; font-size: 16px; font-weight: 400; } 
.map-container { overflow: hidden; } 
.map-container iframe { border-radius: 10px; border: 0; } 
.stock-search { display: flex; } 
.stock-search input::placeholder { font-family: "Recoleta"; font-weight: 400; font-size: 14px; line-height: 21px; } 
.stock-search button { background-color: #dbc396; font-family: var(--recoleta_400) !important; font-size: 10px; border-radius: 10px; padding: 10px 30px !important; color: #525252; } 
.form-control-custom { background: transparent; border: none; border-bottom: 1px solid #525252; color: #000; padding: 5px 0; width: 100%; } 
.form-control-custom::placeholder { color: rgba(255, 255, 255, 0.8); } 
.form-control-custom:focus { outline: none; box-shadow: none; border-color: #000; } 


.foot-but { font-family: "Recoleta"; font-weight: 500; font-size: 12px; text-align: center; } 
/* ==================custom style============================ */
.navbar .navbar-collapse {  color: #000; border-radius: 20px; padding: 25px 0; z-index: 999999999; } 
.navbar-expand-lg .navbar-nav { gap: 40px; } 
/*========================Top product section style================================= */
/* Section Styles */
.product-showcase { position: relative; padding: 150px 0 50px; overflow: hidden; min-height: 90vh; position: relative; overflow: hidden; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; } 
.section-title { font-size: 50px; font-weight: 700; color: #2b328c; margin-bottom: 20px; font-family: var(--recoleta_700); } 
.section-subtitle { font-size: 16px; color: #525252; line-height: 26px; margin: 0 auto; font-family: "Recoleta"; font-weight: 500; } 
/* Product Card Styles */
.product-card { /* background: white; */
 border-radius: 15px; /* padding: 20px; */
 text-align: center; height: 100%; /* transition: all 0.4s ease; */
 position: relative; cursor: pointer; z-index: 2; /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */}
.back-arrow { position: relative; z-index: 1; } 
.back-arrow img { padding-left: 30px; } 
#productShowcase .btn-primary-custom { color: #fff; } 
#productShowcase .btn-secondary-custom { background-color: transparent; } 
#productShowcase .btn-primary-custom,
#productShowcase .btn-secondary-custom { padding: 7px 25px; font-size: 14px; font-family: var(--recoleta_500); font-weight: 400; letter-spacing: 0.5px; border-radius: 10px; } 
.dal-2 .btn-primary-custom { background-color: #aa5338; border: 1px solid #efb37d; } 
.dal-2 .btn-secondary-custom { color: #aa5338; border: 1px solid #aa5338; } 
.dal-2 .product_bg_circle { background-color: #aa5338; } 
.dal-3 .btn-primary-custom { background-color: #af7311; border: 1px solid #d5ad38; } 
.dal-3 .btn-secondary-custom { color: #af7311; border: 1px solid #af7311; } 
.dal-3 .product_bg_circle { background-color: #af7311; } 
.dal-1 .btn-primary-custom { background-color: #ab5700; border: 1px solid #e69f25; } 
.dal-1 .btn-secondary-custom { color: #ab5700; border: 1px solid #ab5700; } 
.dal-1 .product_bg_circle { background-color: #b1662e; } 
.product-image { margin-bottom: 20px; height: 200px; display: flex; align-items: center; justify-content: center; } 
.product-image img { max-height: 100% !important; object-fit: contain; } 
.product-title { font-size: 22px; font-weight: 700; margin-bottom: 7px; color: #525252; font-family: var(--recoleta_700); text-transform: uppercase; } 
.product-description { font-size: 0.9rem; color: #666; line-height: 1.5; margin-bottom: 10px; } 
.product-btn { width: 100%; padding: 9px !important; border: none; border-radius: unset !important; font-size: 14px !important; font-family: var(--recoleta_300) !important; max-width: 220px; } 
/* Individual Product Colors */
.sweeteners-card { color: white; } 
.sweeteners-btn { background-color: #7494c9 !important; color: white !important; } 
/* .sweeteners-btn:hover { background-color: #3367d6; } */
.dals-card { color: white; } 
.dals-btn { background-color: #f6b819 !important; color: white !important; } 
/* .dals-btn:hover { background-color: #f57c00; } */
.millets-card { color: white; } 
.millets-btn { background-color: #b0af52 !important; color: white !important; } 
/* .millets-btn:hover { background-color: #689f38; } */
.rice-card { color: white; } 
/* .rice-card img { max-height: 250px; margin-top: -40px; }  */
.rice-btn { background-color: #2c573b !important; color: white !important; } 
/* .rice-btn:hover { background-color: #388e3c; } */
.spreads-card { color: white; } 
.spreads-card img { max-height: 300px; margin-top: 40px; } 
.spreads-btn { background-color: #8c4798 !important; color: white !important; } 
/* .spreads-btn:hover { background-color: #7b1fa2; } */
/* Hover Effects */
.product-card:hover .curved-bg { opacity: 1; transition: all 0.3s ease-in-out; } 
/* .product-card:hover .product-content .product-title,
.product-card:hover .product-content .product-description { color: #fff; } */
/* Background GIF Styles */
.gif-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; } 
.gif-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 0.5s ease; object-fit: cover;}
.gif-layer { opacity: 0.2; } 
.product-card:hover .product-bg-color-SWEETENER { background: #7599ca; } 
.product-card .product-bg-color-DAL { background: #f7b719; } 
.product-card:hover .product-bg-color-MILLET { background: #b0b051; } 
.product-card:hover .product-bg-color-RICE { background: #2c573b; } 
.product-card:hover .product-bg-color-SPREAD { background: #8c4798; } 
/**/
.curved-bg { color: #fff !important; bottom: 0; z-index: -1; position: absolute; left: 0; right: 0; height: 70%; border-top-left-radius: 50px; opacity: 0; } 
 
/* Responsive Styles */
 
/* ################################Footer section ################################### */
/* Footer Section Styles */
.footer-section { position: relative; background-color: #f8f9fa; /* margin-top: 50px; */
 background-color: #fff; background-repeat: no-repeat; background-size: contain; } 
/* Wave Border Styles */
.wave-border { position: relative; height: 60px; overflow: hidden; margin-bottom: -1px; background-color: #fff; } 
.wave-image { width: 100%; height: auto; object-fit: cover; object-position: center; } 
/* Footer Content Styles */
.footer-content { /* padding: 40px 0; */background-color: #ffffff; } 
.footer-copyright { font-family: var(--recoleta_300); margin-top: 10px; } 
.footer-widget{height: 100%;}
.footer-copyright small { font-size: 10px; letter-spacing: 0.5px; } 
.input-bar { margin-top: 40px; } 
.input-bar h5 { font-size: 22px; color: #525252; font-weight: 700; } 
.input-bar h5,
.input-bar .foot-but { font-family: var(--recoleta_700); } 
.footer-heading { color: #2b328c; font-size: 22px; font-weight: 700; margin-bottom: 20px; font-family: var(--recoleta_700); } 
.quick-links { font-family: "Recoleta"; } 
.office-details { font-family: "Recoleta"; } 
/* Corporate Office Styles */
.office-name { color: #666; margin-bottom: 10px; font-size: 14px; font-family: var(--recoleta_400); } 
.office-address { color: #666; line-height: 1.6; margin-bottom: 15px; } 
.contact-info { color: #666; line-height: 1.6; font-size: 15px; } 
.contact-info a { color: #666; text-decoration: none; } 
/* Social Media Styles */
.social-icons { display: flex; gap: 10px; } 
.social-icon { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; color: white; transition: all 0.3s ease; background-color: #d7bd8b; } 
.social-icon i { font-size: 14px; } 

/* Quick Links Styles */
.quick-links { list-style: none; padding: 0; margin: 0; } 
.quick-links li { margin-bottom: 8px; } 
.quick-links a { color: #525252; text-decoration: none; font-size: 14.5px; transition: color 0.3s ease; } 
.quick-links a:hover { color: #2c5aa0; } 
/* Search Container Styles */
.search-container { margin-top: 15px; } 
.search-input { border: 1px solid #ddd; border-radius: 4px 0 0 4px; padding: 8px 12px; font-size: 0.9rem; } 
.search-btn { background-color: #d4a574; color: white; border: 1px solid #d4a574; border-radius: 0 4px 4px 0; padding: 8px 20px; font-size: 0.9rem; transition: background-color 0.3s ease; } 
.search-btn:hover { background-color: #c19660; border-color: #c19660; } 
/* Map Container Styles */
.map-container { margin-top: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); height: 250px; } 
/* Copyright Section Styles */
.copyright-section { background-color: #f0f0f0; padding: 15px 0; border-top: 1px solid #e0e0e0; } 
.copyright-text { margin: 0; color: #666; font-size: 0.85rem; text-align: left; } 
  .product-card:hover .product-content .product-title, .product-card:hover .product-content .product-description { color: #fff !important; } 


/* ###################On click active section style dal section ############################# */
#productShowcase { padding: 0 !important; padding-top: 100px !important; } 

/* Background Themes */
.product-showcase.dal-1, .product-showcase.millet-1, .product-showcase.rice-1 { /* background: linear-gradient(135deg, #ff8c00 0%, #ff6b35 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #eba924 0%, #e08426 100%); } 
.product-showcase.sweet-1 { /* background: linear-gradient(135deg, #ff8c00 0%, #ff6b35 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #eba924 0%, #e08426 100%); } 
.product-showcase.dal-2, .product-showcase.millet-2, .product-showcase.rice-2 { /* background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #f4b780 0%, #ab5439 100%); } 
.product-showcase.sweet-2 { /* background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #f4b780 0%, #ab5439 100%); } 
.product-showcase.dal-3, .product-showcase.millet-3, .product-showcase.rice-3 { /* background: linear-gradient(135deg, #90ee90 0%, #32cd32 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #efd054 0%, #b68013 100%); } 
.product-showcase.sweet-3 { /* background: linear-gradient(135deg, #90ee90 0%, #32cd32 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #efd054 0%, #b68013 100%); } 
.product-showcase.dal-4, .product-showcase.millet-4, .product-showcase.rice-4 { background: linear-gradient(135deg, #ff6347 0%, #dc143c 100%); } 
.product-showcase.sweet-4 { background: linear-gradient(135deg, #ff6347 0%, #dc143c 100%); } 
.product-showcase.dal-5, .product-showcase.millet-5, .product-showcase.rice-5 { /* background: linear-gradient(135deg, #8b4513 0%, #654321 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #ffb369 0%, #c87a2a 100%); } 
.product-showcase.sweet-5 { /* background: linear-gradient(135deg, #8b4513 0%, #654321 100%); */
 background: radial-gradient(50% 50% at 50% 50%, #ffb369 0%, #c87a2a 100%); } 
 
/* Main Content Layout */
.showcase-content { position: relative; z-index: 10; height: 90vh; display: flex; align-items: center; padding: 0 0px 0 80px; } 
/* Left Content */
.left-content { flex: 1; max-width: 40%; color: white; position: relative; z-index: 15; } 
.showcase-content .product-title { font-size: 48px; font-family: "Recoleta"; font-weight: 700; margin-bottom: 25px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); opacity: 0; transform: translateX(-50px); animation: slideInLeft 0.8s ease forwards; text-transform: inherit; color: #fff; } 
.showcase-content .product-description { font-size: 20px; /* line-height: 1.7; */
 font-family: "Recoleta"; margin-bottom: 35px; max-width: 450px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); opacity: 0; transform: translateX(-30px); animation: slideInLeft 0.8s ease 0.2s forwards; color: #fff; } 

@keyframes slideInLeft { to { opacity: 1; transform: translateX(0); } }
.action-buttons { display: flex; gap: 20px; opacity: 0; transform: translateY(20px); animation: slideInUp 0.8s ease 0.4s forwards; } 
@keyframes slideInUp { to { opacity: 1; transform: translateY(0); } }

/* Example */
.action-buttons .btn-secondary-custom i { font-size: 26px; } 
.action-buttons.toor-dal .btn-primary-custom { background-color: #ab5700; border: 1px solid #e69f25; color: #fff; cursor: pointer;} 
.action-buttons.toor-dal .btn-secondary-custom { border: 1px solid #ab5700; color: #ab5700;  cursor: pointer;} 
.action-buttons.toor-dal .btn-secondary-custom i { /* background: #AB5700; */
 color: #ab5700; /* border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; */}
.action-buttons.moong-dal .btn-primary-custom { background-color: #af7311; border: 1px solid #d5ad38; color: #fff; } 
.action-buttons.moong-dal .btn-secondary-custom { border: 1px solid #af7311; color: #af7311; } 
.action-buttons.moong-dal .btn-secondary-custom i { /* background: #AF7311; */
 color: #af7311; } 
.action-buttons.chana-dal .btn-primary-custom { background-color: #a5422d; border: 1px solid #fcbe85; color: #fff; } 
.action-buttons.chana-dal .btn-secondary-custom { border: 1px solid #a5422d; color: #a5422d; } 
.action-buttons.chana-dal .btn-secondary-custom i { /* background: #A5422D; */
 color: #a5422d; } 
.action-buttons.urad-dal .btn-primary-custom { background: #AB5700; border: 1px solid #D5AD38; } 
.action-buttons.urad-dal .btn-secondary-custom { border: 1px solid #AB5700; color: #AB5700; } 
.action-buttons.urad-dal .btn-secondary-custom i { /* background: #A5422D; */
 color: #AB5700; } 
/* You can target .btn-secondary-custom similarly if needed */
.btn-primary-custom { background-color: rgba(255, 255, 255, 0.2); border: 2px solid white; color: white; padding: 14px 28px; border-radius: 30px; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; backdrop-filter: blur(10px); cursor: pointer; } 
/* .btn-primary-custom:hover { background-color: white; color: #ff8c00; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.2); } */
.btn-secondary-custom { background-color: transparent; border: 2px solid rgba(255, 255, 255, 0.6); color: white; padding: 14px 28px; border-radius: 30px; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; display: flex; align-items: center; gap: 8px; cursor: pointer;} 
/* .btn-secondary-custom:hover { background-color: rgba(255,255,255,0.15); border-color: white; transform: translateY(-3px); } */
/* Product Display Area */
.product-display { flex: 1; position: relative; height: 100%; display: flex; align-items: center; justify-content: center; } 
/* Main Product */
.main-product { position: relative; z-index: 12; transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); } 
.main-product img { max-width: 350px; max-height: 450px; object-fit: contain; filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3)); transition: all 0.6s ease; } 
/* Corner Products */
.corner-products { position: absolute; right: 10px; /* top: 50%; */
 /* transform: translateY(-50%); */
 z-index: 11; display: flex; flex-direction: column; justify-content: space-between; gap: 300px; } 
.corner-product { width: 100%; height: 150px; /* border-radius: 12px; */
 overflow: hidden; cursor: pointer; /* transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
 opacity: 1; /* transform: scale(0.9); */
 /* box-shadow: 0 5px 20px rgba(0,0,0,0.2); */}
/* .corner-product:hover { transform: scale(1); opacity: 1; box-shadow: 0 8px 30px rgba(0,0,0,0.3); } */
.corner-product img { width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; } 
.corner-product:hover img { transform: scale(1.1); } 

/* Decorative Bowls */
.decorative-bowl { position: absolute; /* border-radius: 50%; */
 /* transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); */
 z-index: 8; overflow: hidden; /* box-shadow: 0 8px 25px rgba(0,0,0,0.2); */}
.showcase-content .left-content .top-bowl { position:relative !important; width: 150px; height: 120px; object-fit: contain; } 
.top-bowl { /* top: -70px; left: 250px; */
 width: 170px; height: 150px; object-fit: contain; /* width: 145px; height: 145px; */
 /* animation: floatBowl 6s ease-in-out infinite; */}
.bottom-bowl { bottom: -20px; left: 120px; width: 370px; height: auto; /* animation: floatBowl 6s ease-in-out infinite reverse; */}
.chana-dal .bottom-bowl { bottom: -40px; } 
.background-bowl { display: flex;  top: 30%; /* bottom: 0; */left: 10%; /* right: 0; */margin: auto; width: 270px; height: auto; } 
.product_bg_circle { height: 200px; width: 200px; border-radius: 50%; background-color: #b1662e; position: absolute; top: 13%; left: 19%; z-index: 0; } 
@keyframes floatBowl {
 0%,
 100% { transform: translateY(0px) rotate(0deg); } 
 50% { transform: translateY(-15px) rotate(2deg); } 
}
.decorative-bowl img { width: 100%; height: 100%; object-fit: contain; /* transition: all 0.8s ease; */}
/* Navigation */
.nav-arrow { position: absolute; left: 30px; top: 50%; transform: translateY(-50%); z-index: 20; background: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.5); color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(10px); display: none; } 
.nav-arrow:hover { background: rgba(255, 255, 255, 0.3); border-color: white; transform: translateY(-50%) scale(1.1); } 
.nav-arrow i { font-size: 1.2rem; } 
.centered_items { width: 700px; position: relative; height: 700px; } 


/* ###################Dal section product swiper in triangle style####################### */

/* Slider Container */
.slider-container { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } 
/* Product Images Positioning */
.product-display { position: relative; max-width: 60%; height: 600px; } 
 /* transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
/* .product-item { position: absolute; transition: all 4.2s cubic-bezier(0.68, 0.55, 0.27, 1.22); cursor: pointer; } */
/* Base transition */
.product-item { position: absolute; transition-property: top, left, transform, opacity, width, height; transition-timing-function: cubic-bezier(0.68, 0.55, 0.27, 1.22); cursor: pointer; } 
/* Specific transitions per position */
/* .product-item.position-center { transition-duration: 1s; transition-delay: 0.2s; } 
.product-item.position-bottom-right { transition-duration: 0.8s; transition-delay: 0s; } */
/* Default: forward */
.product-item.position-center { transition-duration: 1s; transition-delay: 0.2s; } 
.product-item.position-bottom-right,
.product-item.position-top-right { transition-duration: 0.8s; transition-delay: 0s; } 
/* Reverse logic */
.product-item.reverse-transition.position-center { transition-duration: 1s; transition-delay: 0.2s; } 
.product-item.reverse-transition.position-top-right,
.product-item.reverse-transition.position-bottom-right { transition-duration: 0.8s; transition-delay: 0s; } 
/* */
.product-item.active { bottom: -10%; z-index: 99999999999 !important; } 
.product-item.active img { width: 300px !important; height: 450px !important; bottom: -300px !important; } 
#mainProduct img { width: 150px; height: 250px; rotate: 90deg; } 
.product-container1 { /* rotate: -90deg; */
 z-index: 99999999999 !important;}
.product-item img { width: 100%; height: 100%; object-fit: contain; /* border-radius: 15px; */
 /* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */}
/* */
.position-top-right { top: 0; left: 100%; transform: translate(-100%, 0) scale(0.5); width: 200px; height: 260px; z-index: 999; opacity: 0.8; } 
.position-center { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); width: 300px; height: 450px; z-index: 999; opacity: 1; } 

/* Regular positions */
.position-bottom-right { top: 100%; left: 100%; transform: translate(-100%, -100%) scale(0.5); width: 200px; height: 260px; z-index: 999; opacity: 0.8; transition-duration: 0.8s; transition-delay: 0s; } 

/* Offscreen exit state for forward transitions */
.position-offscreen-bottom-right { top: 100%; /* bottom: auto; */
 left: 120% !important; /* further to right */
 transform: translate(0, 130%) scale(0.5) !important; opacity: 0; z-index: 1; transition: all 0.8s ease-in-out; } 

/* If using reverse transitions, you might want a slightly different behavior.
 For example, you could adjust the left value for reverse: */
.reverse-transition .position-offscreen-bottom-right { top: 0; /* bottom: 0; */
 left: 120%; /* Adjust this value as needed for your reverse effect */
 transform: translate(-100%, -100%) scale(0.5); opacity: 0; z-index: 1; /* transition-duration: 0.8s; transition-delay: 0s; */}
.position-hidden { top: 0; left: 120%; transform: translate(200%, 0) scale(0.5); width: 200px; height: 260px; z-index: 1; opacity: 0; } 

.position-offscreen-top-right { top:0 !important; left: 110% !important; /* transform: translateX(100%) translateY(-100%); */
 transform: translate(110%, 0) scale(0.5) !important; opacity: 0; transition: all 0.8s ease; } 

/* ###################Navbar menu style####################### */
.navbar-custom { background-color: #ffffff; border-bottom: 1px solid #f0f0f0; padding: 23px 0 !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02); } 
#stickyNavbar .navbar-brand { position: absolute; display: flex; /* left: 50%; */
 /* transform: translateX(-50%); */
 margin: 0; align-items: center; justify-content: center; left: 0; right: 0; margin: auto; } 
#stickyNavbar .navbar-brand img { width: 100px; height: auto; margin-bottom: 2px; } 
.logo-circle { width: 50px; height: 50px; background-color: #000000; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } 
.logo-circle:hover { transform: scale(1.05); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } 
.logo-text { color: #ffffff; font-weight: 700; font-size: 1rem; letter-spacing: 1px; margin: 0; } 
.navbar-nav { flex-direction: row; align-items: center; } 
.nav-icon { color: #333333; font-size: 1.2rem; padding: 8px; margin: 0 5px; border-radius: 50%; /* transition: all 0.3s ease; */
 cursor: pointer; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; } 
.nav-icon:hover { background-color: #f8f9fa; color: #000000; border: none; /* transform: translateY(-2px); */}
.toggle-btn { background: none; border: none; padding: 0; z-index: 999999; } 
.toggle-btn .nav-icon { margin: 0; } 
.cart-badge { position: relative; } 
.overlap-image-wrapper { position: relative; margin-top: -13px; /* pull image upward to overlap navbar */
 z-index: 1; text-align: center; } 
.overlap-image-wrapper img { max-width: 100%; height: auto; } 
/* ###################Navbar menu style####################### */
#mainNavbar,
#stickyNavbar { transition: all 0.3s ease; } 
/* */
.custom-menu-fade { width: 100% !important; height: 16% !important; color: #000; background: none; } 
.fade-menu-header { display: flex; justify-content: flex-start; padding: 0 0 0 30px !important; } 
/* .fade-menu-body { padding: 40px; } */
.custom-menu-fade .navbar-nav { display: flex; flex-direction: row; background: transparent; align-items: center; justify-content: center !important; width: 100%; gap: 60px; top: 20px; } 
.offcanvas-backdrop.show { background-color: unset; } 
.offcanvas-title { display: none; } 
.fade-menu-header button { position: absolute; top: 30px; left: 25px; } 
#stickyNavbar.active .toggle-btn { display: none; } 
#stickyNavbar .top-bar { position: absolute; 
 background-repeat: no-repeat; background-size: contain; background-position: bottom; margin-bottom: -10px; display: flex; align-items: center; justify-content: center; top: 0; bottom: 0; left: 0; right: 0; } 
/* */
.demo-item { display: flex; align-items: center; gap: 20px; } 
.menu-button.rounded .menu-line { border-radius: 10px; } 
.menu-button { width: 30px; height: 24px; cursor: pointer; position: relative; transition: all 0.3s ease; } 
.menu-line { background-color: #525252; height: 3px; border-radius: 2px; transition: all 0.3s ease; position: relative; } 
.menu-line:nth-child(1) { width: 100%; margin-bottom: 6px; } 
.menu-line:nth-child(2) { width: 70%; margin: 0 auto 6px 0; position: relative; } 
.menu-line:nth-child(3) { width: 100%; } 

/* Dot in the middle */
.menu-line:nth-child(2)::after { content: ""; position: absolute; right: -8px; top: 50%; bottom: 0; margin: auto; width: 4px; height: 4px; background-color: #525252; border-radius: 50%; } 
.offcanvas button img { width: 20px; } 
.btn-close { display: flex; --bs-btn-close-bg: none !important; } 
.btn-close:focus { box-shadow: unset; } 
button:focus:not(:focus-visible) { box-shadow: unset; } 

/* Active/Click animation */
.menu-button.active .menu-line:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); } 
.menu-button.active .menu-line:nth-child(2) { opacity: 0; width: 0; } 
.menu-button.active .menu-line:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); } 

/* ==============Fade menu style================= */
.fade-menu { position: fixed; top: 0; left: 0; width: 100%; z-index: 1050; opacity: 0; visibility: hidden; transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; display: flex; flex-direction: column; padding: 10px 20px 20px 10px; } 
.active_secondary_menu .fade-menu { display: block; } 
.active_secondary_menu .fade-menu.show { opacity: 1; visibility: visible; } 
.fade-menu-header { display: flex; justify-content: space-between; align-items: center; } 

 /* Bowl Animation Classes */
 /* .bowl-animate-in { animation: bowlSlideIn 0.8s ease-out; } 
 .bowl-animate-out { animation: bowlSlideOut 0.8s ease-in; } */
.bowl-animate-in { animation: bowlScaleIn 0.6s ease-out forwards; transform-origin: center; } 
.bottom-bowl-animate-in { animation: bottomBowlIn 0.6s ease-out forwards; transform-origin: bottom center; } 
 
@keyframes bottomBowlIn { 
 0% { transform: translateY(100px) scale(0.5); opacity: 0; } 
 100% { transform: translateY(0) scale(1); opacity: 1; } 
 } 
 @keyframes bowlScaleIn { 
 0% { transform: scale(0.3) rotateX(90deg); opacity: 0; } 
 100% { transform: scale(1) rotateX(0deg); opacity: 1; } 
 } 
 
.logo-image { position: absolute; top: 0; bottom: 0; left: 30px; right: 0; margin: auto; display: flex; align-items: center; justify-content: center; } 
.swiper-button-next, .swiper-button-prev { background-color: rgba(255, 255, 255, 0.7); width: 35px !important; height: 35px !important; border-radius: 50%; color: #555; } 
.swiper-button-next:after, .swiper-button-prev:after { font-size: 18px !important; font-weight: bold; color: #fff; } 

/* recipe style start */
.recipe-card {height: auto !important;}

.recipe-card {position: relative; overflow: hidden;  box-shadow: 0px 4px 15px 0px #00000040; cursor: pointer;}
.recipe_img video {width: 100%;height: 250px;display: block;object-fit: cover;}
/* === Play Icon Overlay === */
.play-icon {position: absolute;top: -60px;left: 0;bottom: 0; right: 0;margin: auto; font-size: 50px;color: white;border-radius: 50%;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;transition: all 0.3s ease;}
.recipe-card:hover .play-icon {transform: scale(1.1);}
/* === Popup Overlay === */
.video-popup {top: 0;left: 0;width: 100%;height: 100%;display: none;justify-content: center;align-items: center;position: fixed;inset: 0;display: none;justify-content: center;align-items: center;z-index: 9999999999; }
.video-popup.active {display: flex;}
.video-popup::after {content: "";position: absolute;inset: 0; background: rgba(0, 0, 0, 0.8);z-index: 1;  }
.video-popup video {position: relative;z-index: 2;  max-width: 90%;max-height: 80vh;border-radius: 10px;  width: 100%;max-width: 800px;border-radius: 10px;background: #000;} 
/* === Close Button === */
.close-popup {position: absolute;top: -13px;right: -16px;font-size: 14px;height: 30px;width: 30px;color: #000;cursor: pointer;background-color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;z-index: 99999999;}
.Yoverflow{overflow: hidden;}
.recipes-section{background-color: #fff; padding: 0px 0 60px;}
/* .main-wrapper__panel .recipes{background-image: url("<?php echo get_site_url(); ?>/wp-content/uploads/2025/06/hover.gif");background-size:cover;background-repeat:no-repeat; } */
.main-wrapper__panel .recipes:before{content:"";position:absolute; background:#f0f0f0a3;z-index:0;left:0;right:0;top:0;bottom:0;}
.recipes-section.main_recipes_page .recipe-card-wrapper:nth-child(3n+2) {margin-top: 30px;}
.recipes-section.main_recipes_page .recipes h1{top: 195px; font-size: 170px; color: #B9B9B9 !important; text-transform: uppercase;}
.recipes-section.main_recipes_page #TabsContent .tab-pane{height: unset !important;  overflow-y: unset;}
.recipes-section.main_recipes_page .recipes {padding-top: 230px !important; padding-bottom: 50px !important;}
.recipes-section.main_recipes_page .recipe-card .custom-bar{bottom: -11px; height: 22px;}
.recipes-section.main_recipes_page  .recipe-card{overflow: visible !important;}
.recipes-section.main_recipes_page  .recipe-card {height: auto !important;}

/* recipe style end */

@media (min-width:300px) and(max-width: 480px){
  .category-item img{width: 35px !important;}
  .category-item{margin-right: 5px !important;}
}

@media (max-width:480px){
  .single_product-section .floating-elements{font-size: 50px !important;}
 .category-item .tab-but { width: 60px !important; height: 65px !important; } 
 .category-item img { width: 30px !important; height: 50px; } 
 .video_gif .main-wrapper__panel, .video_gif .about-image, .main-wrapper__panel .recipes { height: unset !important; } 
 form.search-form { width: 300px; } 
}

@media (min-width:481px) and(max-width:575px){
  .category-item img{width: 50px !important;}
}

@media (min-width: 320px) and (max-width: 480px){
 .tab-content .recipe-card h2 { font-size: 35px; } }
/* @media (min-width: 320px) and (max-width: 575px) { } */
@media (min-width: 576px) and (max-width: 768px){
 .main-wrapper__panel-wrapper .main-wrapper__panel h1 { font-size: 70px !important; } 
 .main-wrapper__panel-wrapper .main-wrapper__panel .container a { bottom: 10px; right: 10%; font-size: 12px; } 
 .main-wrapper__panel-wrapper .main-wrapper__panel .container a span { width: 20px; height: 20px; } 
 .main-wrapper__panel .explore-section .explore-items .left-rice { width: 65px; height: 200px; } 
 .main-wrapper__panel .explore-section .explore-items .right-rice { width: 65px; height: 200px; } 
 .recipes .tab-content h1 { font-size: 180px !important; } 
 .recipe-card.middle-card { margin-top: 0; } 
 .yellow-blob{width: 80%;left: auto;}
}
@media (min-width: 768px) and (max-width: 992px){
 .main-wrapper__panel-wrapper .main-wrapper__panel h1 { font-size: 200px; } 
 .recipes .tab-content h1 { font-size: 200px !important; } 
 .tab-content .recipe-card h2 { font-size: 40px; } 
 .main-wrapper__panel-wrapper .main-wrapper__panel .container a { right: 3%; bottom: 25px; } 
 .main-wrapper__panel .explore-section .explore-items .left-rice,
 .main-wrapper__panel .explore-section .explore-items .right-rice { width: 85px; height: 200px; } 
 .bg-shapes{width: fit-content;height: 310px;}
 .bg-shapes::after{top: -20px;left: 35px;}
 .bg-shapes::before{width: 190px;height: 190px;bottom: 70px;}
 .single_product-section .product-title{font-size: 24px;}
 .single_product-section .product-description{font-size: 12px;line-height: 22px;}
}

@media (min-width: 992px) and (max-width: 1240px){
  .testimonial-stack{margin-left: -0.5rem;}
  .yellow-blob img:nth-child(1){width:570px;height:390px;}
  .testimonial-section .main-wrapper__panel-wrapper .main-wrapper__panel h1.testimonial-header{top: -130px !important;text-align: left;font-size: 22px !important;color: #525252 !important;font-weight: 500;height: 10px !important;}
  .main-wrapper__panel .explore-section .explore-items .left-rice, .main-wrapper__panel .explore-section .explore-items .right-rice{width: 100px;}
  .recipes .nav-tabs .nav-link{font-size: 14px;}
  .bg-shapes{width: auto;}
}
/* Responsive Styles */


@media (max-width: 991px) {
  .product-card:hover .product-content .product-title, .product-card:hover .product-content .product-description{color: #525252 !important;}
  .main-wrapper__panel{height: unset !important;}
  .video_gif .main-wrapper__panel-wrapper .main-wrapper__panel .container a{font-size: 10px;right: 20px;bottom: 20px;position: absolute;}
  .video_gif .main-wrapper__panel{height: 100% !important;}
  .category-item{padding-top: 0px;}
  .social-media-section {align-items: center;left: 0;right: 0;margin: auto;justify-content: center;display: flex !important;flex-direction: column;}
  .navbar-toggler{display: none;}
  .swiper-slide{background: transparent;}
  .recipes .nav-tabs .nav-link{padding: 10px 12px; font-size: 12px; text-wrap: nowrap;}
  .recipes h1{font-size: 70px; top: -35px;}
  .recipes-section .recipes {padding-top: 0;}
  .hover_accordion{padding-bottom: 0;}
  .product-card .card{overflow: visible !important;}
  .card-content h2{font-size: 14px;}
  .card-content{padding-top: 25px; padding-bottom: 0;}
  .category_active_heading{top: -25px; font-size: 70px;}
  .main-wrapper__panel-wrapper .main-wrapper__panel .container h2{padding-top: unset;}
  .main-wrapper__panel-wrapper .main-wrapper__panel h1{font-size: 70px;}
  /* Brand page section responsive style */
  .single_product-section .features-section{gap: 10px;margin-top: 20px;flex-wrap: wrap;}
  .single_product-section .feature-item_2 img{width: 25px;}
  .single_product-section .sugar-bowl img{width: 100px;}
  .single_product-section .bg_dark{    bottom: -20px;right: 30px; width: 200px; height: 200px;}
  .single_product-section .dark_bg-2{bottom: 200px; right: 150px; width: 80px; height: 80px;}
 .showcase-content { flex-direction: column; padding: 20px; text-align: center; } 
 .left-content { max-width: 100%; margin-bottom: 30px; } 
 .product-title { font-size: 18px; } 
 .corner-products { position: relative; right: auto; top: auto; transform: none; flex-direction: row; justify-content: center; margin-top: 20px; } 
 .top-bowl { top: 50px; left: 50px; width: 100px; height: 100px; } 
 .bottom-bowl { bottom: 50px; left: 30px; width: 120px; height: 120px; } 
  br{ display: none; }
  .tab-content .recipe-card h2{font-size: 14px; padding-top: 15px; padding-bottom: 10px;}
  .category-item img{width: 60px; height: auto; }
  .category-item button{font-size: 12px; color: #525252 !important;}
  .explore_our_range{position: relative;}
  .testimonial-section{background-image: unset !important; margin-top: 20px !important;}
  /* Hover video section css */
  .hover_accordion .accordion ul li.clicked {height: 300px !important;}
  .hover_accordion .accordion ul li div a .hide-text{top: auto !important; height: auto !important; position: absolute; bottom: 0px;}
  .hover_accordion .accordion ul li div a h6{font-size: 20px;}
  .hover_accordion .accordion ul li div a p{font-size: 16px;line-height: 10px;}
  .hover_accordion .accordion ul li div a p, .hover_accordion .accordion ul li div a h6{padding-left: 0px !important; text-wrap-mode: wrap;}
  .hover_accordion .accordion ul:hover li:hover {width: 100%;height: 90vh !important;}
  .hover_accordion .accordion ul li div{width: 100% !important;height: 90vh !important;}
  .hover_accordion .accordion ul li div a{height: -webkit-fill-available;}
  /*  */
 #TabsContent .tab-pane { height: 100vh !important; overflow-y: auto; } 
 .navbar .navbar-collapse { background: unset !important; background-color: #fff !important; } 
 .logo-image { display: none !important; } 
 .navbar-expand-lg .navbar-nav { gap: 10px; align-items: flex-start; } 
 .footer-content { padding: 30px 0; } 
 .footer-heading { font-size: 20px; } 
 .social-icons { justify-content: flex-start; } 
 .section-title { font-size: 2.5rem; } 
  .social-icons { justify-content: center; } 
 .stock-search { flex-direction: row; align-items: flex-start; gap: 1rem; } 
 .stock-search button { margin-top: 0.5rem; } 
  .video_gif .main-wrapper__panel-wrapper{padding: 40px 0px 0px;}
  .main-wrapper__panel .recipes:before{background: #ffffff9c !important;}
  .recipe-card{box-shadow: 0px 1.61px 6.02px 0px #00000040 !important;}
   .recipes-section.main_recipes_page .recipes h1{top: 125px; font-size: 80px; color: #B9B9B9 !important;}
    .recipes-section.main_recipes_page .recipes{padding-top: 80px !important;}
    .recipes-section.main_recipes_page .recipe-card-wrapper:nth-child(3n+2) {margin-top: unset !important;}
}


@media (max-width:767px){
  .hover_accordion .accordion ul:hover li{width: 100%;}
  .video_gif .about-image{height: 50vh;}
  .section-title { font-size: 2rem; } 
  .section-subtitle { font-size: 1rem; } 
  .product-image { height: 150px; }
  .product-card .card img{bottom: -8px !important;}
  .card-content {padding-top: 16px; padding-bottom: 0px;}
  .main-wrapper__panel-wrapper .main-wrapper__panel .container a span{height: 25px !important; width: 25px !important; background-size: 13px;}
  .product-card p{font-size: 12px;}
  .search-trigger img{width: 20px;top: -4px; position: relative;}
  .menu-button{width: 20px; height: 15px;}
  .menu-line:nth-child(1){margin-bottom: 4px;}
  .menu-line:nth-child(2){margin: 0 auto 4px 0;}
  .single_product-section .product-container .product-image{margin-bottom: 40px;height: 280px;margin: auto;} 
  .bg-shapes::after{top: -18px; left: 45px;}
  .bg-shapes::before{width: 235px; height: 235px;}
  .single_product-section .features-section{justify-content: center;}
  .product-content .product-title{font-size: 24px; text-align: center;}
  .single_product-section .product-description, .single_product-section .bottom-text p{text-align: center;}
  .single_product-section .floating-elements{font-size: 90px;}
  .main-wrapper__panel .recipes{background-color: #fff !important;} 
  .footer-widget .office-address, .contact-info{font-size: 13px; font-weight: 500;}
  .input-bar{margin-top: 10px;}
  .input-bar h5{font-size: 16px;}
  .footer-widget{font-size: 10px; font-family: var(--recoleta_700);letter-spacing: 0.5px;}
  .stock-search{flex-direction: row !important;}
  .social-icons{margin-top: unset;}
 .navbar-toggler { display: none; } 
  /* MAIN MENU WRAPPER */
  .fade-menu { position: fixed; top: -100%; left: 0; width: 100%; height: 100vh; background: #ffffff; z-index: 9999; overflow-y: auto; transition: top 0.5s ease-in-out; opacity: 0; pointer-events: none; } 
  /* WHEN MENU IS OPEN */
  .fade-menu.show { top: 70px; opacity: 1; pointer-events: all; height: auto !important; } 
  /* HEADER */
  .fade-menu-header { display: flex; justify-content: flex-end; padding: 15px 20px; border-bottom: 1px solid #eee; } 
  /* BODY / MENU LIST */
  .fade-menu-body { padding: 10px 10px; } 
  .fade-menu-body ul { list-style: none; padding: 0; margin: 0; text-align: center; } 
  .fade-menu-body .nav-link { font-size: 22px; font-weight: 500; color: #000; text-decoration: none; transition: 0.2s; } 
  .fade-menu-body .nav-link:hover { color: #e11d48; } 
  /* LOGO IN MIDDLE */
  .navbar-brand img { display: block; margin: 0px auto; } 
  /* ========================================================== */

 .navbar-nav .nav-item .navbar-brand { display: none; } 
 .custom-menu-fade .navbar-nav { width: 80%; gap: 4px; margin: auto; flex-direction: column; } 
 .navbar-nav .nav-link { font-size: 12px; text-align: center !important; } 
 .navbar-nav .nav-item .navbar-brand img { height: 50px !important; } 
 .section.explore_our_range { position: relative; } 
 .recipes-section { background-color: #f7f7f7; } 
 .category-item img { height: 100px; object-fit: contain;} 
 .recipes h1, .main-wrapper__panel-wrapper .main-wrapper__panel h1 { top: -20px; font-size: 90px; line-height: unset; color: #c3c3c354;} 
 .recipes .nav-tabs { background-color: unset !important; text-wrap: nowrap; padding-top: 30px; width: 100%; } 
 .col-6:nth-child(even).recipe-card-wrapper,
 .col-md-4:nth-child(even).recipe-card-wrapper { position: relative; top: 30px; } 

 .recipe-card { border-radius: unset !important; } 
 .dots-wrapper span { margin-right: 10px; } 
 .testimonial-section { min-height: auto !important; } 
 .main-wrapper__panel .recipes { min-height: auto !important; } 
 .category_active_heading { position: relative; line-height: 0px !important; height: 10px !important; } 
 .hover_accordion .accordion ul li { height: 90px !important; width: 100%;} 
 .hover_accordion .accordion ul li div { width: 100% !important; height: 90px !important; } 
 .hover_accordion .accordion ul { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } 
 .hover_accordion .accordion { width: 100%; height: 100%; } 
 /* .map-container { height: 200px !important; }  */
 .main-wrapper__panel .explore-section { height: unset; } 
 .product-showcase { padding: unset; } 
 .product-title { font-size: 16px !important; } 
 .product-image img { max-height: 160px; } 
 .swiper-slide { background: unset; } 
 .tab-swiper { background: #fff; } 
 
 .action-buttons { flex-direction: column; align-items: center; } 
 .main-product img { max-width: 280px; max-height: 350px; } 
 .wave-border { height: 40px; } 
 .footer-content { padding: 25px 20px; } 
 .copyright-text { text-align: center; font-size: 0.8rem; } 
 .map-container iframe { height: 250px; } 
 .category-item .tab-but.active img { transform: scale(1.2); } 
 .category-item .tab-but { width: 80px; height: auto; font-size: 8px; padding: 0; } 
 .about-image video { width: 100%; } 
 .product-showcase { /*min-height: auto !important; padding-top: 100px !important;height: 300px !important;*/top: 45px;} 
 .single_product-section{padding-top: 50px !important;}
 .bg-shapes{height: 350px;width: max-content; margin: auto;}
 .productSwiper { padding-top: 30px !important; } 
 .productSwiper { margin-top: unset !important; } 
 .product-btn { font-size: 12px !important; } 
 .navbar-custom{padding: 10px 0 !important;}
 .play-icon{font-size: 28px !important;top: -20px !important;}
 .input-bar{margin-top: 30px;}
 .stock-search button{padding: 7px 30px !important;margin-top: 0px !important;}
 .star_1{left: -18px;position: absolute;width: 32px;top: 80px;}
 .star_2{left: 10px;position: absolute;width: 35px;bottom: 100px;}
}


@media (min-width:576px) and (max-width:991px){
  .explore_our_range{padding-top: 0;}
   .main-wrapper__panel .explore-section .explore-items .left-rice { /* display: none; */
 width: 70px; height: auto; top: 80px !important;}
 .main-wrapper__panel .explore-section .explore-items .right-rice { /* display: none; */
 width: 70px; height: auto; /* top: 260% !important; */}
  .video_gif .main-wrapper__panel-wrapper .main-wrapper__panel h1{top: -70px !important; margin-bottom: 0;} 
  .category-item .tab-but.active img{transform: scale(1.15) translateY(-4px);}
      .category-item img {width: 52px;}

  .category_active_heading{top: -245px;font-size: 60px;}
  .category-item .tab-but.active{gap: 0px;}
  .product-showcase .section-title{margin-bottom: 10px;}
  .section-title{font-size: 28px;} 
  .aboutus-section h2{font-size: 28px !important;}
  .aboutus-section p, .main-wrapper__panel .explore-section .explore-items .main-title p, .section-subtitle{font-size: 14px;}
  .explore-section .main-title h2{font-size: 28px !important;}
  .recipes h1{font-size: 70px; line-height: 0 !important; top: 55px;}
  .recipes .nav-tabs{padding-top: 60px !important;}
  .yellow-blob img:nth-child(1){    width:100%; height: 250px; right: 0px;margin: -40px auto;}
  .yellow-blob{width: 80%;left: auto;}
  .testimonial-stack { max-width: 80%;margin-left: 11.5rem;}
  .testimonial-card{padding: 15px 15px 15px 15px;}
  .testimonial-card.next{transform: translateX(25px) translateY(12px) scale(0.98);}
  .testimonial-card.last{transform: translateX(50px) translateY(40px) scale(0.96);}
  .yellow-blob img:nth-child(2){top: -70px;width: 40px;right: 40px;}
  .dots-wrapper img:nth-child(1){right: -30px;}
  .dots-wrapper img:nth-child(2){right: -53px;}
  .testimonial-section br{display: block;}
  /* .testimonial-section{padding-top: 120px;} */
  .testimonial-section .main-wrapper__panel-wrapper .main-wrapper__panel h1{top: -220px !important;}
  .testimonial-section .section-title{font-size: 28px;}
  .testimonial-text{font-size: 12px;}
  .author-name{font-size: 12px;}
}

@media (min-width:768px) and (max-width:991px){
  .yellow-blob{width:100%}
  .testimonial-stack {max-width: 100%;margin-left: 2.5rem;}
  .category_active_heading{top: 10px;}
  .video_gif .main-wrapper__panel-wrapper .main-wrapper__panel h1{top: -110px !important;}
  .custom-menu-fade .navbar-nav{gap: 40px;}
  .explore_our_range{padding-bottom: 0;}
  .explore_our_range .main-wrapper__panel{padding: 40px 0 !important;}
  .testimonial-section .main-wrapper__panel-wrapper .main-wrapper__panel h1{top: -115px !important;}
  .dots-wrapper img:nth-child(1){width: 30px;}
  .dots-wrapper img:nth-child(2) {right: -13px;width: 40px;height: 40px;}
  .testimonial-section .main-wrapper__panel-wrapper .main-wrapper__panel h1.testimonial-header{top: -115px !important;}
  .single_product-section .feature-text{font-size: 14px;}
  .single_product-section .feature-item{margin-bottom: 0px;}
  .single_product-section .floating-elements{font-size: 70px;bottom: -60px;}
}

@media (max-width:575px){
  .testimonial-section .section-title{margin-top: 10px;}
    .footer-widget .office-address, .contact-info{margin-bottom: 10px;line-height: 25px;}
  .social-media-section{margin-top: 45px !important;} 
  .footer-heading{margin-bottom: 10px;}
  .recipes h1{top: -7px !important;  font-size: 40px !important; line-height: 0px !important; color: #c3c3c354 !important;}
  .recipes-section .main-wrapper__panel{padding: 30px 0px !important;}
  .video_gif .main-wrapper__panel{height: 100% !important;}
  .video_gif .about-image{height: auto;}
  .recipe_img video { height: 100px !important; }
  .main-wrapper__panel-wrapper .main-wrapper__panel .container a { font-size: 10px; right: 6%; bottom: 15px; } 
 .main-wrapper__panel-wrapper .main-wrapper__panel .container h2 { font-size: 40px; } 
 .main-wrapper__panel-wrapper .main-wrapper__panel .container a span { width: 17px; height: 17px; } 
 .main-wrapper__panel .explore-section h1 {color: #efefef80 !important; font-size: 40px; font-family: var(--recoleta_900); position: absolute; top: 25px; } 
  .main-wrapper__panel-wrapper .main-wrapper__panel h1 { font-size: 40px !important; top: 20px !important; line-height: 0px !important; color: #c3c3c354 !important; } 
 .recipes .tab-content h1 { display: none; } 
 .recipes .nav-tabs .nav-link { margin: 2px 5px; font-weight: 500; } 
  .main-wrapper__panel .explore-section .explore-items .left-rice { /* display: none; */
 width: 50px; height: auto; top: 80px !important;}
 .main-wrapper__panel .explore-section .explore-items .right-rice { /* display: none; */
 width: 50px; height: auto; /* top: 260% !important; */}
  .testimonial-card.next{transform:translateX(15px) translateY(-5px) scale(0.98)}
  .testimonial-card.last{transform:translateX(30px) translateY(10px) scale(0.96)}
  .yellow-blob img:nth-child(2){top: -25px; width: 28px; left: auto;right: 10px;}
  .category-item{padding-top: 0;}
  /* Brand page section responsive style */
  .single_product-section .product-container{padding: 50px 10px;}
  .single_product-section .feature-text{font-size: 12px;}
  .single_product-section .feature-item{gap: 5px;}
  .single_product-section .features-section{gap: 10px; justify-content: center;flex-wrap: wrap;margin-top: 30px;}
  .single_product-section .bottom-text p{font-size: 12px; text-align: center;}
  .single_product-section .product-description{font-size: 11px; text-align: center;}
  .single_product-section .product-title{font-size: 14px; text-align: center;}
  .single_product-section .sugar-bowl img{width: 100px !important;}
  .single_product-section .sugar-bowl{bottom: 20px;right: 30px;height: auto;}
  .product-image{margin-bottom: 30px;}
  .single_product-section .dark_bg-2{ bottom: 220px; right: 200px; width: 60px; height: 60px;}
  .single_product-section .bg_dark{ bottom: -20px; right: 60px; width: 200px; height: 200px;}
  .single_product-section .feature-item_2 img{width: 25px; height: auto !important;}
  .single_product-section .floating-elements{font-size: 42px !important; line-height: 30px;}
  .product-container .product-content .features-section .feature-item .feature-text br{display: block;}
  /* Brand page section responsive style end */
  .testimonial-section .section-title{margin-top: 20px;}
 .section.video_gif { padding-bottom: 30px;padding-top: 60px !important;} 
 .main-wrapper__panel .explore-section .explore-items .left-rice { top: 150px !important; } 
 /* .main-wrapper__panel .explore-section .explore-items .right-rice { top: 230% !important; } */
 .recipes-section .tab-content .tab-pane .row { margin-bottom: 20px; } 
 .testimonial-section { padding: 40px 0 60px;margin-top: 0 !important; } 
 .testimonial-stack { margin-left: unset !important; } 
 .testimonial-card.last { transform: translateX(45px) translateY(40px) scale(0.96); } 
 .testimonial-card.next { transform: translateX(30px) translateY(25px) scale(0.98); } 
 .testimonial-card.active{transform:translateX(15px) translateY(10px)}
 .hover-content h4 { font-size: 11px; margin-bottom: 2px; } 
 .hover-content p { font-size: 8px; margin-bottom: 5px; } 
 section { padding-top: 30px !important; } 
 .section { padding: unset; } 
 .testimonial-section .col-md-5 { margin-bottom: 1rem; align-items: center; text-align: center; } 
 .dots-wrapper { justify-content: center; align-items: center; } 
 .dots-wrapper img:nth-child(1) { position: absolute; left: -10px; top: 200px; width: 30px; } 
 .dots-wrapper img:nth-child(2) { position: absolute; top: 240px; left: 20px; height: 25px; width: 25px; } 
 .testimonial-section .col-md-7 { top: 5rem; } 
 .yellow-blob img:nth-child(1) { width: 100%; height: 100%; right: 0px; top: -40px; bottom: 0; margin: unset;padding: 0 10px;} 
 .testimonial-stack { position: relative; height: 260px; max-width: 100%; margin-left: auto !important;} 
 .testimonial-card { width: 85%; height: auto;  padding: 15px 0px 15px 15px; border-radius: 5px;}  

 /* .recipes h1, .main-wrapper__panel-wrapper .main-wrapper__panel h1 { display: none; } */
 .main-wrapper__panel-wrapper .main-wrapper__panel h1 { top: -20px !important; font-size: 15px !important; color: #525252 !important; line-height: 30px !important; font-weight: 900;} 
 .video_gif .main-wrapper__panel-wrapper .main-wrapper__panel h1 {top: -20px !important; font-size: 48px !important; line-height: 30px !important; color: #efefef80 !important; z-index: -1 !important;}
 .product-image img { max-height: 160px; } 
 .testimonial-text { font-size: 9.5px; font-weight: 400; line-height: 16px; padding-right: 40px; } 
 .author-name { font-size: 10px; font-weight: 400;} 
 .author-location { font-size: 10px; } 
 .testimonial-card img { width: 40px; height: 40px; } 
 .product-card .card {
   /* height: 170px;  */ overflow: visible !important; } 
 .category-item .tab-but.active { gap: unset; } 
 .testimonial-author-info { padding-right: 50px !important; text-wrap: nowrap; right: 30px; position: relative;} 

 /* ==================== */
 .explore-section .main-title h2, .testimonial-section .section-title { font-size: 20px !important; } 
 .main-wrapper__panel .explore-section .explore-items .main-title p { font-size: 12px; } 
 .aboutus-section p { font-size: 11.5px; line-height: 18px; } 
 .section-title { font-size: 20px; margin-bottom: 5px; } 
 .section-subtitle { font-size: 11px; line-height: 18px; } 
 .product-title { font-size: 28px; } 
 .card-content h2 { font-size: 12px; font-weight: 500; margin-bottom: 0;}
 .card-content p{font-size: 9px; } 
 #stickyNavbar .navbar-brand img { width: 60px; } 
 .nav-icon { width: 30px; height: 30px; } 
 .main-wrapper__panel-wrapper .main-wrapper__panel .container h2 { font-size: 19px; } 
 br { display: none; } 
 .testimonial-section .section-title br{display: block;}
 #stickyNavbar .top-bar { margin-bottom: -4px; } 
 .category-item img { width: 50px; height: 45px !important; } 
 .main-wrapper__panel .explore-section { height: unset; } 
 .recipes .nav-tabs { padding-top: 0; } 
 .recipes .nav-tabs { width: 100%; } 
 .recipes .nav-tabs .nav-link { font-size: 8px; padding: 5px; text-wrap-mode: nowrap; } 
 .recipes .nav-tabs .nav-link { border: 0px; background: #D9D9D9; } 
 .recipes .nav-tabs .nav-link.active { border: 1px solid #d7bd8b; background: #fff; } 
 .tab-content .recipe-card h2 { font-size: 9px; padding: 10px 0; } 
 .recipe-card .custom-bar { display: none; } 
 .recipe-card img { width: 100%; height: 100%; } 
 .recipe-card.middle-card { margin-top: unset; } 
 .recipe-card { /*margin-bottom: 50px; */padding: 8px; } 
 .recipe_img { height: 100px; } 
 .main-wrapper__panel .explore-section, .main-wrapper__panel-wrapper .main-wrapper__panel .container h2 { padding-top: unset !important; } 
 .productSwiper { margin-top: 60px; } 
 .hover_accordion .accordion ul li:hover div a .hide-text{top:0px !important}
 .recipes-section .recipes .tab-content{padding-bottom: 30px;}
 .recipes-section.main_recipes_page .recipes{padding-top:50px !important; padding-bottom: 30px !important;}  .recipes-section.main_recipes_page .recipes h1{top:70px !important;}
    .recipes-section.main_recipes_page .recipe-card .custom-bar{bottom: -5px; height: 10px; }
} 
@media (min-width: 1240px) {.testimonial-section .main-wrapper__panel-wrapper .main-wrapper__panel h1.testimonial-header{font-weight: 500; font-size: 22px !important;}}
@media (min-width: 1400px) {.video_gif .content_hgt { height: 30vh; } 
 .product-card { width: 220px; } 
  .product-bg-color, .product-bg-color2, .product-bg-color3, .product-bg-color4, .product-bg-color5 { height: 300px; max-width: 220px; } 
 .product_bg_circle { top: 21%; left: 24%; } 
 .background-bowl { left: 13%; top: 35%; } 
 .centered_items { width: 900px; position: relative; height: 900px; } 
 .testimonial-stack { margin-left: 8.5rem; } 
 .dots-wrapper img:nth-child(1) { right: -50px; } 
 .dots-wrapper img:nth-child(2) { right: -100px; } 
}