.elementor-8465 .elementor-element.elementor-element-1f5e2ae{--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-8465 .elementor-element.elementor-element-1f030bd{width:100%;max-width:100%;margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -10px;}.elementor-8465 .elementor-element.elementor-element-f908363{--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-8465 .elementor-element.elementor-element-bae8b1e{width:100%;max-width:100%;margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8465 .elementor-element.elementor-element-216de38{--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-8465 .elementor-element.elementor-element-2607dd9{width:100%;max-width:100%;margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8465 .elementor-element.elementor-element-c8f3c1a{--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-8465 .elementor-element.elementor-element-fd307cf{width:100%;max-width:100%;}.elementor-8465 .elementor-element.elementor-element-92d4d50{--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-8465 .elementor-element.elementor-element-faba51d{width:100%;max-width:100%;margin:-36px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8465 .elementor-element.elementor-element-32a83aa{--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-8465 .elementor-element.elementor-element-274b25e{--display:flex;}.elementor-8465 .elementor-element.elementor-element-a38842e{width:100%;max-width:100%;}.elementor-8465 .elementor-element.elementor-element-e9b0eef{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8465 .elementor-element.elementor-element-26c6dcc{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-1f030bd */.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-bae8b1e *//* 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-fd307cf *//* 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 */
/* Start custom CSS for shortcode, class: .elementor-element-a38842e *//* ================= FAQ HEADING ================= */

.faq-heading-wrap {
  text-align: center;
  padding: 80px 20px 50px;
  background: linear-gradient(180deg, #ffffff, #f8faf9);
}

/* Badge */
.faq-badge {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #135430;
  background: rgba(19, 84, 48, 0.12);
  border-radius: 30px;
}

/* Main heading */
.faq-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
  line-height: 1.2;
}

.faq-heading span {
  color: #ff8a00;
  position: relative;
}

/* Underline accent */
.faq-heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #ffb347);
  border-radius: 2px;
}

/* Subtext */
.faq-subtext {
  font-size: 16px;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .faq-heading {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .faq-heading-wrap {
    padding: 60px 16px 40px;
  }

  .faq-heading {
    font-size: 26px;
  }

  .faq-subtext {
    font-size: 15px;
  }
}/* End custom CSS */