.elementor-7658 .elementor-element.elementor-element-f19c885{--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-7658 .elementor-element.elementor-element-051a02f{width:100%;max-width:100%;margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -10px;}.elementor-7658 .elementor-element.elementor-element-682dd22{--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-7658 .elementor-element.elementor-element-5635a88{width:100%;max-width:100%;}.elementor-7658 .elementor-element.elementor-element-c2c14b3{--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-7658 .elementor-element.elementor-element-e7358b6{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7658 .elementor-element.elementor-element-b40b22c{--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-7658 .elementor-element.elementor-element-5c62960{width:100%;max-width:100%;margin:-32px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7658 .elementor-element.elementor-element-db29369{--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-7658 .elementor-element.elementor-element-a7570fa{width:100%;max-width:100%;}.elementor-7658 .elementor-element.elementor-element-2d49bf0{--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-7658 .elementor-element.elementor-element-75745dc{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-051a02f */.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-5635a88 *//* 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-5c62960 */.grades-section {
  padding: 80px 5%;
}

.grades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* LINK RESET */
.grade-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* CARD */
.grade-card {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grade-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-bottom: 18px;
}

.grade-card h3 {
  font-size: 20px;
  color: #2f7d32;
  margin-bottom: 10px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.grade-card h3 span {
  color: #0b6b3a;
}

.grade-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  max-width: 360px;
  margin: 0 auto;
}

/* HOVER EFFECTS */
.grade-link:hover .grade-card {
  transform: translateY(-6px);
}

.grade-link:hover .grade-card h3 {
  color: #ff8a00; /* Hover heading color */
}

/* ACCESSIBILITY */
.grade-link:focus-visible .grade-card {
  outline: 2px solid #ff8a00;
  outline-offset: 6px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .grades-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grades-grid {
    grid-template-columns: 1fr;
  }

  .grade-card img {
    height: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a7570fa *//* ================= 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 */