/* Contact Section Styling */
.contact-section {
  background: #23232b;
  color: #fff;
  max-width: 700px;
  margin: 6em auto;
  padding: 2.5em 3em 2em 3em;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(60, 80, 120, 0.08);
}

.contact-section h2 {
  color: #e44c65;
  margin-top: 0;
  margin-bottom: 0.7em;
  font-size: 1.7em;
  text-align: center;
  font-weight: 700;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 1.5em 0 2em 0;
}

.contact-info li {
  margin-bottom: 0.9em;
  font-size: 1.05em;
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.contact-info i {
  color: #e44c65;
  font-size: 1.3em;
  min-width: 1.3em;
}

.contact-info a {
  color: #e44c65;
  text-decoration: none;
  word-break: break-all;
}

.contact-form {
  margin-top: 1.5em;
}

.form-group {
  margin-bottom: 1.3em;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.3em;
  color: #e44c65;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.7em 0.9em;
  border: 1.5px solid #444452;
  border-radius: 7px;
  background: #181920;
  color: #fff;
  font-size: 1em;
  transition: border 0.2s;
  outline: none;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  border: 1.5px solid #e44c65;
}

.submit-btn {
  background: #e44c65;
  color: #fff;
  border: none;
  padding: 0.7em 2.2em;
  border-radius: 7px;
  font-size: 1.08em;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.18s;
  margin-top: 0.5em;
  box-shadow: 0 1px 6px 0 rgba(60,80,120,0.06);
}

.submit-btn:hover {
  background: #d12d4b;
}

.form-success {
  margin-top: 1.2em;
  color: #00c48c;
  font-weight: 600;
  text-align: center;
  font-size: 1.1em;
}

@media (max-width: 540px) {
  .contact-section {
    padding: 1em 0.5em;
    max-width: 98vw;
  }
}
.label_cart {
  text-transform: lowercase !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-size: inherit !important;
  letter-spacing: normal !important;
  vertical-align: middle;
}