.elementor-8045 .elementor-element.elementor-element-49bd867{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8045 .elementor-element.elementor-element-b86e83f{width:100%;max-width:100%;margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -10px;}.elementor-8045 .elementor-element.elementor-element-377d3dd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8045 .elementor-element.elementor-element-e79585a{width:100%;max-width:100%;margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8045 .elementor-element.elementor-element-77f45bd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8045 .elementor-element.elementor-element-c93e423{width:100%;max-width:100%;margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8045 .elementor-element.elementor-element-0f853d6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8045 .elementor-element.elementor-element-4076bbf{width:100%;max-width:100%;}.elementor-8045 .elementor-element.elementor-element-7116ec8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8045 .elementor-element.elementor-element-70d3594{width:100%;max-width:100%;margin:-36px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for shortcode, class: .elementor-element-b86e83f */.feature-glass {
  position: relative;
  width: 100vw;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SLIDER CONTAINER */
.feature-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* EACH SLIDE */
.bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

/* ACTIVE SLIDE */
.bg-slide.active {
  opacity: 1;
}

/* DARK GRADIENT */
.bg-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.15)
  );
}

/* GLASS PANEL */
.feature-overlay {
  position: relative;
  z-index: 2;
  margin-left: clamp(1.5rem, 6vw, 6rem);
  max-width: 620px;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 24px;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.25);
}

/* TEXT */
.eyebrow {
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff8c00;
  font-weight: 900;
}

.feature-overlay h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #fff;
  margin: 0.75rem 0;
  text-align: center;
}

.feature-overlay .intro {
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
  margin-bottom: 2rem;
  text-align: justify;
}

/* FEATURE TAGS */
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.feature-item {
  background: rgba(255,255,255,0.85);
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

/* MOBILE */
@media (max-width: 900px) {
  .feature-glass {
    height: auto;
    padding: 3rem 1.25rem;
  }

  .feature-overlay {
    margin-left: 0;
    width: 100%;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e79585a *//* GLOBAL RESET (important for edge-to-edge) */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

/* SECTION */
.cashew-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, #fff6ee, #fff);
  padding: 80px 0;
}

/* INNER CONTAINER */
.cashew-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 40px;
  align-items: center;
}

/* LEFT */
.cashew-badge {
  display: inline-block;
  background: #8b4513;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

.cashew-left h2 {
  font-size: 40px;
  color: #1e1e1e;
  line-height: 1.2;
  margin-bottom: 20px;
}

.cashew-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.cashew-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cashew-benefits span {
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 40px;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  transition: transform 0.3s ease;
}

.cashew-benefits span:hover {
  transform: translateY(-4px);
}

/* CENTER IMAGE */
.cashew-center img {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
  animation: floatCashew 4s ease-in-out infinite;
}

@keyframes floatCashew {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

/* RIGHT */
.cashew-right h3 {
  font-size: 32px;
  color: #ff7a00;
  margin-bottom: 16px;
}

.cashew-right p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.cashew-right ul {
  list-style: none;
  padding: 0;
}

.cashew-right li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

.cashew-right li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .cashew-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cashew-benefits {
    justify-content: center;
  }

  .cashew-center img {
    max-width: 240px;
  }
}

@media (max-width: 576px) {
  .cashew-left h2 {
    font-size: 28px;
  }

  .cashew-right h3 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4076bbf *//* Makhana Animated Heading */
.makhana-heading-wrap {
  text-align: center;
  padding: 40px 20px;
  overflow: hidden;
}

.makhana-animated-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  position: relative;
  opacity: 0;

  background: linear-gradient(
    270deg,
    #0b6e4f,
    #1db954,
    #0b6e4f
  );
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation:
    makhanaSlideFade 1.4s ease forwards,
    makhanaGradientMove 6s ease infinite;
}

/* Animated underline */
.makhana-animated-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(to right, #1db954, #0b6e4f);

  animation: makhanaUnderlineGrow 1.2s ease forwards;
  animation-delay: 1s;
}

/* Animations */
@keyframes makhanaSlideFade {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes makhanaGradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes makhanaUnderlineGrow {
  from { width: 0; }
  to { width: 70%; }
}

/* Responsive */
@media (max-width: 768px) {
  .makhana-animated-heading {
    font-size: 32px;
  }
}/* End custom CSS */