.celebrations-form-container {
  /*font-family: Arial, sans-serif;*/
  margin: 0;
  padding: 0;
  color: #333;
}

.celebrations h2.celebrations-h2,
.plans h2 {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    font-weight: 500;
  font-size: 28px;
  margin-bottom: 10px;
}

.celebrations p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.celebration-options {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.celebration-btn {
  padding: 10px 20px;
  border: 2px solid #c7a46c;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

button.celebration-btn.valentine::before {
    content: "❤️";
    padding-right: 5px;
}
button.celebration-btn.mother::before {
    content: "🤱";
    padding-right: 5px;
}
button.celebration-btn.birthday::before {
    content: "🎂";
    padding-right: 5px;
}
button.celebration-btn.anniversary::before {
    content: "💍";
    padding-right: 5px;
}
.plans h2{
     font-size: 31px;
    font-weight: 600;
    color: #000000;
  align-items: center;
}
#form-error {
    display: none; /* hidden by default, shown only on error */
    background-color: #ffe5e5;
    color: #d10000;
    border: 1px solid #d10000;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin: 16px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#form-success {
 
    background-color: #e6f9e6;
    color: #1e7e34;
    border: 1px solid #28a745;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin: 16px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.celebration-btn.active {
  background-color: #c7a46c;
  color: #fff;
}

.custom-btn {
  background-color: #fff;
}

.custom-event {
  margin-bottom: 20px;
}

.custom-event label {
  display: block;
  margin-bottom: 5px;
}

.custom-event input {
  padding: 10px;
  width: 300px;
  margin-bottom: 10px;
}

.add-event-btn,
.cancel-btn,
.continue-btn,
.back-btn,
.submit-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.add-event-btn {
  background-color: #c7a46c;
  color: #fff;
  margin-right: 10px;
}

.cancel-btn {
  background-color: #fff;
  border: 1px solid #c7a46c;
}

.continue-btn,
.submit-btn {
  background-color: #c7a46c;
  color: #fff;
}

.back-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.plans {
  display: none;
}

.celebration-plan {
  margin-bottom: 40px;
}

.celebration-plan h3 {
  font-size: 20px;
    font-weight: 600;
    color: #000000;
  align-items: center;
}

.celebration-plan h3::before {
  content: "♥";
  margin-right: 10px;
  color: #d3c7e5;
}

.celebration-plan h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.packages {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.package {
  border: 2px solid #c7a46c;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 200px;
  cursor: pointer;
}
.package:hover{
  background-color: #f3e7d3;
  transform: scale(1.02);
  transition: all 0.3s ease;
} 

.package.selected {
  background-color: #c7a46c;
  color: #fff;
}

.package h5 {
  margin: 0 0 10px;
  font-size: 16px;
}

.package p {
  margin: 5px 0;
}

.package p:first-of-type {
  font-weight: bold;
  font-size: 18px;
}

.customization,
.custom-request,
.date-picker {
  margin-bottom: 20px;
}

.customization h4,
.date-picker h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.customization label {
  display: block;
  margin-bottom: 10px;
  color: #666;
}

.customization input[type="radio"] {
  margin-right: 5px;
}

.customization label:nth-child(2) input[type="radio"] {
  accent-color: #d3c7e5;
}

.customization label:nth-child(3) input[type="radio"] {
  accent-color: #f4a261;
}

.custom-request {
  display: none;
}

.custom-request h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.custom-request textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
}

.custom-request textarea::placeholder {
  color: #ccc;
}

.date-picker {
  display: none;
}

.date-picker select,
.date-picker input[type="date"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.date-picker select option[disabled] {
  color: #ccc;
}

.error-message {
  color: #f4a261;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}
.loader {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#f4a261 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#f4a261);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

.btn-wrap-plans {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-left {
    display: flex;
    align-items: center;
}

.loader {
    margin-left: 10px;
    /* Adjust margin as needed to separate loader from the back button */
}

.submit-btn {
    margin-left: auto;
    /* Pushes the submit button to the far right */
}


/* Responsive */
@media (max-width: 768px) {
  .celebration-options {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .packages {
    grid-template-columns: 1fr;
  }

  .btn-wrap-plans {
    flex-direction: column;
    align-items: stretch;
  }

  .back-btn,
  .submit-btn {
    width: 100%;
    margin: 5px 0;
  }

  .celebration-plan {
    padding: 15px;
  }
}
