#dinput input{border: 1px solid#000;}
/*M TO KM*/
.InnobudsKmtoMeter-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .InnobudsKmtoMeter-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
      text-align: center;
    }
    /* Tabs */
    .InnobudsKmtoMeter-tabs {
      display: flex;
      border-bottom: 2px solid #ddd;
      margin-bottom: 20px;
    }
    .InnobudsKmtoMeter-tab {
      flex: 1;
      text-align: center;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
      transition: background 0.3s;
    }
    .InnobudsKmtoMeter-tab.active {
      background: #007bff;
      color: #fff;
      border-radius: 6px 6px 0 0;
    }
    /* Inputs */
    .InnobudsKmtoMeter-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    .InnobudsKmtoMeter-field {
      flex: 1;
      min-width: 200px;
    }
    .InnobudsKmtoMeter-field label {
      display: block;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .InnobudsKmtoMeter-field input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }
    /* Buttons */
    .InnobudsKmtoMeter-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .InnobudsKmtoMeter-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .InnobudsKmtoMeter-buttons button:hover {
      background: #0056b3;
    }
    /* Result */
    .InnobudsKmtoMeter-result {
      margin-top: 20px;
      text-align: center;
      font-size: 1.1em;
      color: #333;
      font-weight: bold;
    }
    @media (max-width: 500px) {
      .InnobudsKmtoMeter-inputs { flex-direction: column; }
    }
/*M TO KM ENDS*/


/*m to cm*/
.InnobudsMtoCm-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .InnobudsMtoCm-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
      text-align: center;
    }
    /* Tabs */
    .InnobudsMtoCm-tabs {
      display: flex;
      border-bottom: 2px solid #ddd;
      margin-bottom: 20px;
    }
    .InnobudsMtoCm-tab {
      flex: 1;
      text-align: center;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
      transition: background 0.3s;
    }
    .InnobudsMtoCm-tab.active {
      background: #007bff;
      color: #fff;
      border-radius: 6px 6px 0 0;
    }
    /* Inputs */
    .InnobudsMtoCm-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    .InnobudsMtoCm-field {
      flex: 1;
      min-width: 200px;
    }
    .InnobudsMtoCm-field label {
      display: block;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .InnobudsMtoCm-field input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }
    /* Buttons */
    .InnobudsMtoCm-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .InnobudsMtoCm-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .InnobudsMtoCm-buttons button:hover {
      background: #0056b3;
    }
    /* Result */
    .InnobudsMtoCm-result {
      margin-top: 20px;
      text-align: center;
      font-size: 1.1em;
      color: #333;
      font-weight: bold;
    }
    @media (max-width: 500px) {
      .InnobudsMtoCm-inputs { flex-direction: column; }
    }
    /*m to cm ends*/

    /*Inch to cm converter*/
    .InnobudsInchToCm-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .InnobudsInchToCm-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
      text-align: center;
    }
    /* Tabs */
    .InnobudsInchToCm-tabs {
      display: flex;
      border-bottom: 2px solid #ddd;
      margin-bottom: 20px;
    }
    .InnobudsInchToCm-tab {
      flex: 1;
      text-align: center;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
      transition: background 0.3s;
    }
    .InnobudsInchToCm-tab.active {
      background: #007bff;
      color: #fff;
      border-radius: 6px 6px 0 0;
    }
    /* Inputs */
    .InnobudsInchToCm-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    .InnobudsInchToCm-field {
      flex: 1;
      min-width: 200px;
    }
    .InnobudsInchToCm-field label {
      display: block;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .InnobudsInchToCm-field input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }
    /* Buttons */
    .InnobudsInchToCm-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .InnobudsInchToCm-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .InnobudsInchToCm-buttons button:hover {
      background: #0056b3;
    }
    /* Result */
    .InnobudsInchToCm-result {
      margin-top: 20px;
      text-align: center;
      font-size: 1.1em;
      color: #333;
      font-weight: bold;
    }
    @media (max-width: 500px) {
      .InnobudsInchToCm-inputs { flex-direction: column; }
    }
    /*Inch to cm ends*/