.comparison-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(8px);
  padding: 1rem;
}

.comparison-content {
  background: rgba(26, 26, 47, 0.99);
  border-radius: 20px;
  padding: 3rem;
  width: 95%;
  max-width: 1400px;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
  animation: modalSlideIn 0.3s ease;
  border: 1px solid rgba(0, 255, 170, 0.3);
  box-shadow: 0 0 40px rgba(0, 255, 170, 0.2);
  font-family: 'Poppins', sans-serif;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  width: auto;
  padding: 0;
  margin: 0;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.close-btn:hover {
  color: #ff6b6b;
  transform: scale(1.2) rotate(90deg);
}

.comparison-content h2 {
  text-align: center;
  margin-bottom: 2.5rem;
  background: linear-gradient(45deg, #00ffaa, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 20px rgba(0, 255, 170, 0.3);
}

.comparison-table {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 1.5rem;
}

.comparison-table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: rgba(26, 26, 47, 0.9);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 255, 170, 0.15);
  min-width: 100%;
  color: #e0e0e0;
  font-family: 'Poppins', sans-serif;
}

.comparison-table th,
.comparison-table td {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.comparison-table th {
  background: rgba(0, 255, 170, 0.25);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #00ffaa;
  padding: 1.8rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.comparison-table td {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  font-size: 1rem;
  color: #e0e0e0;
  position: relative;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:hover td {
  background: rgba(0, 255, 170, 0.1);
  color: #ffffff;
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #00ffaa;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: 1.1rem;
}

.comparison-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}

.highlight-row td {
  background: rgba(0, 255, 170, 0.15) !important;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  font-size: 1rem;
}

.highlight-row td::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 255, 170, 0.4), rgba(0, 170, 255, 0.4));
  opacity: 0.5;
  pointer-events: none;
}

.payment-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(8px);
  padding: 1rem;
}

.payment-content {
  background: rgba(26, 26, 47, 0.99);
  border-radius: 20px;
  padding: 3rem;
  width: 95%;
  max-width: 700px;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
  animation: modalSlideIn 0.3s ease;
  border: 1px solid rgba(0, 255, 170, 0.3);
  box-shadow: 0 0 40px rgba(0, 255, 170, 0.2);
  font-family: 'Poppins', sans-serif;
  color: #e0e0e0;
}

.payment-content h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #00ffaa, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 20px rgba(0, 255, 170, 0.3);
}

.payment-content > p {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #aab;
}

.payment-details {
  margin-top: 0;
}

.payment-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-section h3 {
  color: #00ffaa;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.8rem;
}

.payment-section p {
  margin-bottom: 1rem;
  color: #ccc;
  font-size: 1rem;
}

.payment-info-box {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.info-label {
  font-weight: 600;
  color: #aaff;
  flex-shrink: 0;
  margin-right: 1rem;
}

.info-value {
  color: #fff;
  word-break: break-all;
  flex-grow: 1;
}

.upi-pay-button {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  background: linear-gradient(45deg, #00ffaa, #00aaff);
  border: none;
  border-radius: 8px;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  word-break: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upi-pay-button:hover {
  background: linear-gradient(45deg, #00ffcc, #00ccff);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 255, 170, 0.3);
}

.payment-note {
  text-align: center;
  font-style: italic;
  color: #aab;
  margin-top: 2rem;
  font-size: 0.9rem;
}

.payment-note.important-note {
  color: #ff6b6b;
  font-weight: 600;
  font-style: normal;
  margin-top: 1rem;
}

.payment-content form {
  margin-top: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #00ffaa;
  font-weight: 600;
  font-size: 1rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="password"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="password"]:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00ffaa;
}

.form-group select option {
  background: #1a1a2f; 
  color: white;
}

.form-group textarea {
  min-height: 80px; 
  resize: vertical; 
}

.form-group input[type="file"] {
  width: 100%; 
  padding: 0.8rem 0; 
}

.form-group input[type="file"]::file-selector-button {
  padding: 0.6rem 1rem;
  background: linear-gradient(45deg, #00aaff, #00ffaa);
  border: none;
  border-radius: 6px;
  color: #1a1a1a;
  font-weight: 600;
  cursor: pointer;
  margin-right: 1rem;
  transition: all 0.3s ease;
}

.form-group input[type="file"]::file-selector-button:hover {
  background: linear-gradient(45deg, #00ccff, #00ffcc);
  transform: scale(1.05);
}

.form-group span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #aab;
}

.form-group small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #aab;
  font-style: italic;
}

.error-message {
  color: #ff6b6b; 
  text-align: center;
  margin-top: -1rem; 
  margin-bottom: 1.5rem; 
  font-size: 0.9rem;
  font-weight: 500;
}

.acknowledgment-message {
  text-align: center;
  padding: 2rem 1rem;
}

.success-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.acknowledgment-message h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.acknowledgment-message p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.acknowledgment-message button {
  margin-top: 1.5rem;
  width: auto;
  padding: 0.8rem 2rem;
  background: linear-gradient(45deg, #00ffaa, #00aaff);
  border: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1.1rem;
}

.acknowledgment-message button:hover {
  background: linear-gradient(45deg, #00ffcc, #00ccff);
}