
      .policy-header {
        background: linear-gradient(135deg, #0d6efd, #0a58ca);
        color: white;
        padding: 60px 20px;
        text-align: center;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
      }

      .policy-header h1 {
        font-size: 2.8rem;
        font-weight: bold;
      }
      
      
 

      .policy-section {
        background: white;
        border-radius: 15px;
        padding: 35px;
        margin-bottom: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      }

      .policy-section h3 {
        color: #0d6efd;
        font-weight: 600;
        margin-bottom: 20px;
      }
    