body {
  font-family: math;
  background: #f7f5fa;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 666px;
  margin: 50px auto;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

/* Progress Bar */
.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.progress-step .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  z-index: 1;
}

.progress-step.active .circle {
  background: #5d3f6a;
  border-color: #5d3f6a;
}

.progress-step span {
  font-size: 12px;
  margin-top: 8px;
  color: #999;
  text-align: center;
}

.progress-step.active span {
  color: #5d3f6a;
}

.progress-line {
  height: 2px;
  background: #ccc;
  width: 100%;
  max-width: 100px;
}

/* Radio Group Cards */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-card {
  display: block;
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.radio-card input {
  display: none;
}

.radio-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 20px;
  background: #fff;
  font-weight: 600;
  color: #333;
}

.radio-card-content .dropdown-icon {
  font-size: 12px;
  color: #999;
}

.radio-card:hover {
  border-color: #f37a8e;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.radio-card input:checked + .radio-card-content {
  border-radius: 5px;
  background: #fce6eb;
  border-left: 4px solid #f37a8e;
}

/* Button Styles */
.btn-group {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.btn {
  background: #f37a8e;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.btn:hover {
  background: #e05e75;
}

.btn.back {
  background: transparent;
  color: #f37a8e;
  border: none;
}

.btn.back:disabled {
  color: #999;
  border-color: #999;
  cursor: default;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.radio-group label {
  display: block;
  padding: 7px 7px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  transition: background 0.3s;
}

.radio-group label:hover {
  background: #f2f0f5;
}

.rooms-list .room {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}

.counter button {
  border: none;
  background: #f3c3c8;
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.counter span {
  margin: 0 10px;
  font-weight: bold;
}

.packages {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.package-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}

.package-card input {
  display: none;
}

.package-card:hover {
  border-color: #5d3f6a;
}

.package-card .card-content h3 {
  margin-top: 0;
  color: #5d3f6a;
}

.package-card ul {
  padding-left: 0px;
  margin: 10px 0px 0px 0px;
}

.btn-group {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.btn {
  background: #f37a8e;
  color: #fff;
  border: none;
  padding: 15px 45px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn:hover {
  background: #e05e75;
}

.btn.back:disabled {
  background: #ccc;
  cursor: default;
}

.checkbox {
  margin: 10px 0;
  display: block;
}

.policy-text {
  font-size: 0.85em;
  color: #666;
}

.policy-text a {
  color: #f37a8e;
  text-decoration: none;
}

.policy-text a:hover {
  text-decoration: underline;
}

.estimate-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-row input {
  flex: 1;
  min-width: 150px;
}

.estimate-form input[type="text"],
.estimate-form input[type="email"],
.estimate-form input[type="tel"] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy-text {
  font-size: 0.9em;
  color: #666;
}

.policy-text a {
  color: #f37a8e;
  text-decoration: none;
}

.policy-text a:hover {
  text-decoration: underline;
}

.estimate-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-row input {
  flex: 1;
  min-width: 150px;
}

.estimate-form input[type="text"],
.estimate-form input[type="email"],
.estimate-form input[type="tel"] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  font-family: math;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy-text {
  font-size: 0.9em;
  color: #666;
}

.policy-text a {
  color: #f37a8e;
  text-decoration: none;
}

.policy-text a:hover {
  text-decoration: underline;
}

.package-card {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.package-card:hover {
  border-color: #f37a8e;
}

.package-card input:checked + .card-content {
  border-color: #f37a8e;
}

.package-card.selected {
  border-color: #f37a8e;
  background: #ffe7eb;
}

button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.card-content ul li {
    list-style-type: none;
}