
/* Nature-Inspired Theme Accents */
.bg-nature {
    background-color: #f5f5dc; /* Sand Beige */
  }
  .text-nature {
    color: #2e3d34; /* Forest Gray */
  }
  .border-nature {
    border-color: #4caf50 !important; /* Leaf Green */
  }
  .icon-nature {
    color: #4caf50;
  }
  .section-highlight {
    background-color: #f0f8f4;
    padding: 2rem 0;
  }
  .badge-nature {
    background-color: #4caf50;
    color: white;
  }
  .timeline li {
    border-left: 3px solid #4caf50;
  }
  .timeline li::before {
    background: #4caf50;
  }
  