.fikrweb-tax-container {
  margin: 40px auto;
  padding: 30px 25px;
  background: linear-gradient(145deg, #f9f9f9, #e6e6e6);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}

.fikrweb-tax-container h2 {
  margin-bottom: 25px;
  font-size: 1.6rem;
  color: #333;
}

.fikrweb-tax-inputs input,
.fikrweb-tax-inputs select {
  width: 100%;
  margin: 10px 0;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.fikrweb-tax-inputs input:focus,
.fikrweb-tax-inputs select:focus {
  border-color: #28a745;
  outline: none;
}

.fikrweb-tax-inputs button {
  margin-top: 12px;
  padding: 14px 0;
  background-color: #28a745;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fikrweb-tax-inputs button:hover {
  background-color: #1f7a35;
}

/* Result Box */
.tax-output {
  margin-top: 30px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.tax-output h3 {
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin: 20px 0 12px;
}

.tax-output p {
  font-size: 15px;
  margin: 10px 0;
  color: #333;
}

.tax-output p.salary strong {
  color: #000;
  font-weight: bold;
}

.tax-output p.tax strong {
  color: #cc0000;
  font-weight: bold;
}

.tax-output p.net strong {
  color: #007e33;
  font-weight: bold;
}

.tax-output .slab-info {
  margin-top: 20px;
  background: #f8f8f8;
  padding: 12px;
  border-left: 4px solid #333;
  font-size: 15px;
  border-radius: 6px;
}
