body {
      font-family: 'Segoe UI', sans-serif;
    }
    .section-title {
      font-weight: 700;
      margin-bottom: 1.5rem;
    }
    .feature-icon {
      font-size: 2rem;
      color: #f0ad4e;
    }
    .img-placeholder {
      width: 100%;
      height: 250px;
      background-color: #dee2e6;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #6c757d;
      font-size: 1.2rem;
      border-radius: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* This adds the shadow */

    }
    .navbar {
      background: lab(54.41% -17.36 38.36);
    }
