#koi{ border: 3px solid black; border-radius: 14px;}
#jiok{color:white}
    .a {color:black; }
body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: -20px;
      line-height: 1.6;
      color: #333;
       background: linear-gradient(-135deg, #00d3c2, #008c92, #003b66);
    }
   
    .button {
      display: inline-block;
      background: #007bff;
      color: black;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
      margin-top: 20px;
    }
    .features, .services, .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }
    .feature, .service, .step {
      background: #f9f9f9;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .contact-form input, .contact-form textarea, .contact-form select {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #ccc;
      border-radius: 1px;
    }
    .contact-form button {
      background: #28a745;
      color: black;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 40px;
    }
    table, th, td {
      border: 1px solid #ccc;
    }
    th, td {
      padding: 10px;
      text-align: left;
    }
    footer {
      background: #333;
      color: white;
      text-align: center;
      padding: 20px;
    }