/* ===== Fruit Buy Elementor Widget ===== */
.tfd-section {
  --green: #205c17;
  --dark: #172114;
  --yellow: #fcc90f;
  --cream: #fffdf4;
  --soft: #f8f3e6;
  --text: #3d4039;
  --card: #ffffff;

  font-family: "Inter", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  padding: 58px 20px 36px;
  background:
    radial-gradient(circle at 10% 10%, rgba(32, 92, 23, 0.09), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(252, 201, 15, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, #fffaf0 100%);
}

.tfd-section * {
  box-sizing: border-box;
}

.tfd-container {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tfd-section:before,
.tfd-section:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: -85px;
  opacity: 0.38;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(32,92,23,0.25) 0 8px,
      transparent 8px 18px
    );
  border-radius: 50%;
  z-index: 1;
}

.tfd-section:before {
  left: -90px;
}

.tfd-section:after {
  right: -90px;
  transform: rotate(85deg);
}

.tfd-section.tfd-no-corner-patterns:before,
.tfd-section.tfd-no-corner-patterns:after {
  display: none;
}

.tfd-visual-left {
  position: absolute;
  left: 0;
  top: 95px;
  width: 360px;
  z-index: 1;
  pointer-events: none;
}

.tfd-visual-left img,
.tfd-visual-right img,
.tfd-box-img img {
  width: 100%;
  display: block;
  height: auto;
}

.tfd-visual-right {
  position: absolute;
  right: 10px;
  top: 64px;
  width: 470px;
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
}

.tfd-box-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  z-index: 1;
  pointer-events: none;
}

.tfd-no-decorative-images .tfd-visual-left,
.tfd-no-decorative-images .tfd-visual-right,
.tfd-no-decorative-images .tfd-box-img {
  display: none;
}

.tfd-leaf-bottom {
  position: absolute;
  right: -45px;
  bottom: -35px;
  width: 240px;
  height: 180px;
  opacity: 0.28;
  background:
    repeating-linear-gradient(
      35deg,
      rgba(32,92,23,0.35) 0 10px,
      transparent 10px 22px
    );
  border-radius: 60% 40% 0 0;
  transform: rotate(-10deg);
}

.tfd-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.tfd-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1.05;
  font-weight: 800;
  color: #1c1c1c;
  letter-spacing: -1.2px;
}

.tfd-heading h2 span {
  display: block;
  color: var(--green);
}

.tfd-divider {
  margin: 18px auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.tfd-divider-line {
  width: 76px;
  height: 2px;
  background: rgba(32,92,23,0.5);
}

.tfd-divider-icon {
  color: var(--green);
  font-size: 28px;
  line-height: 1;
}

.tfd-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: #4c4e49;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

.tfd-grid {
  margin: 72px auto 0;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 4;
}

.tfd-card {
  min-height: 205px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(32,92,23,0.10);
  border-radius: 18px;
  padding: 28px 30px 24px;
  box-shadow: 0 14px 34px rgba(31, 42, 20, 0.10);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.tfd-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(31, 42, 20, 0.16);
}

.tfd-card:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 12px;
  width: 72px;
  height: 72px;
  opacity: 0.07;
  background: var(--green);
  border-radius: 50%;
}

.tfd-card-inner {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.tfd-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fbf4df;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  box-shadow: inset 0 0 0 1px rgba(32,92,23,0.08);
  overflow: hidden;
}

.tfd-icon svg {
  width: 44px;
  height: 44px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tfd-custom-icon {
  font-size: 34px;
  line-height: 1;
}

.tfd-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
  color: var(--green);
  font-weight: 800;
}

.tfd-yellow-line {
  width: 48px;
  height: 3px;
  background: var(--yellow);
  margin: 13px 0 16px;
  border-radius: 20px;
}

.tfd-card p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.tfd-trust-bar {
  max-width: 780px;
  margin: 24px auto 0;
  background: rgba(255,255,255,0.92);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(31, 42, 20, 0.10);
  border: 1px solid rgba(32,92,23,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.tfd-trust-item {
  padding: 14px 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.tfd-trust-item:not(:last-child) {
  border-right: 1px solid rgba(32,92,23,0.22);
}

.tfd-trust-item svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tfd-trust-item .tfd-custom-icon {
  font-size: 22px;
}

@media (max-width: 1200px) {
  .tfd-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 52px;
  }

  .tfd-visual-left {
    width: 270px;
    opacity: 0.45;
  }

  .tfd-visual-right {
    width: 340px;
    opacity: 0.32;
  }
}

@media (max-width: 767px) {
  .tfd-section {
    padding: 44px 14px 30px;
  }

  .tfd-heading h2 {
    font-size: 38px;
  }

  .tfd-heading p {
    font-size: 15px;
  }

  .tfd-visual-left,
  .tfd-visual-right,
  .tfd-box-img {
    display: none;
  }

  .tfd-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 34px;
  }

  .tfd-card {
    padding: 23px 22px;
    min-height: auto;
  }

  .tfd-card-inner {
    grid-template-columns: 70px 1fr;
    gap: 16px;
  }

  .tfd-icon {
    width: 62px;
    height: 62px;
  }

  .tfd-icon svg {
    width: 36px;
    height: 36px;
  }

  .tfd-card h3 {
    font-size: 20px;
  }

  .tfd-trust-bar {
    border-radius: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .tfd-trust-item {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .tfd-trust-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(32,92,23,0.14);
  }
}
