.hero-section {
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            background-color: #003028;
          height: 40vh;
        }
        .hero-section::before {
            content: '';
            position: absolute;
            bottom: -150px;
            left: -150px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0));
            border-radius: 50%;
            z-index: 0;
        }
        .hero-section::after {
    content: '';
    position: absolute;
    top: -100px;       
    right: -150px;     
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0));
    border-radius: 50%;
    z-index: 0;
}

       .hero-section {
    text-align: center;
    padding: 80px 20px;
}

.sub-heading {
    color: #008672;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.sub-heading::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

h1 {
    color: #fff;
    font-size: 4rem !important;
    font-weight: 800;
    line-height: 1.2;
    margin: 20px 0;
}

.hero-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 30px auto;
    color: #fff;
}

  .policy-section h2 {
      color: #008672;
      margin-top: 2rem;
    }
    .policy-section p {
      text-align: justify;
    }


    .terms-section h2 {
      color: #008672;
      margin-top: 2rem;
    }
    .terms-section p {
      text-align: justify;
    }