:root {
  --primary-color: #f4436c;
  --bg-page: #f4e1e2;
}

body {
  font-family: "Mundial", sans-serif;
  color: #76777b;
  overflow-x: hidden;
}

#page1,
#page0,
#page2,
#content,
#app {
  background-color: var(--bg-page);
}

.custom-select {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 15rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
}

.custom-select__option {
  width: 100%;
  padding: 0.5rem 1rem;
  color: var(--loading-background);
  text-align: center;
  cursor: pointer;
}

.custom-select__option:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.custom-select__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: var(--theme-color);
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: var(--theme-color);
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 200px;
}

.custom-select__button svg {
  transform: rotate(90deg);
}

.custom-select__button:hover,
.custom-select__button:active {
  background-color: var(--primary-color);
  color: var(--bg-page);
  border-color: var(--primary-color);
  border-radius: 5px;
  padding: 10px 20px;
}

.custom-select__button:hover svg {
  fill: var(--bg-page);
}

/* General Button Styles */
.header__button {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: rgb(238, 223, 223);
  padding: 10px 20px;
}

header .header__button {
  padding: 5px 15px;
}

.header__button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

#applyPromoBtn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  height: 47px;
  min-width: 100px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Selectable Boxes */
.selectable-box {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  background-color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 5px;
  width: 200px;
  cursor: pointer;
}

.selectable-box-alt {
  font-weight: 500;
  color: var(--primary-color);
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.selectable-box-colorful {
  font-weight: 500;
  color: #ffffff;
  background-color: var(--primary-color);
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.selectable-box-colorful.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Disabled and Selected States */
.selectable-box.disabled,
.selectable-box-alt.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.selectable-box.enabled,
.selectable-box-alt.enabled {
  opacity: 1;
}

.selectable-box.selected,
.selectable-box-alt.selected {
  color: #ffffff;
  background-image: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    #fa4238 100%
  );
}

.selectable-box:hover:not(.disabled),
.selectable-box-alt:hover:not(.disabled) {
  border-color: rgba(255, 68, 56, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Pricing Callout */
.pricing-callout {
  animation: pulse 1.5s infinite;
  max-width: 368px;
  width: 100%;
  margin: 0 auto;
}

/* Input Fields */
.input-field {
  width: 100% !important;
  background-color: #ffffff;
  box-shadow: 0 0 3px #f4436c;
  border-radius: 8px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  margin-bottom: 25px;
  max-width: 100% !important;
}

#page2 {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.input-field:focus {
  outline: none;
  border: 1px solid var(--primary-color);
}

.small-field {
  width: calc(50% - 8px);
  margin-right: 8px;
  display: inline-block;
}

/* Button Styles */
.button-style {
  width: 48%;
  padding: 8px;
  border-radius: 5px;
  transition: background-color 0.2s;
  max-height: 40px;
}

.button-next {
  background-color: var(--primary-color);
  color: white;
}

.button-next:hover {
  background-color: rgba(255, 68, 56, 0.9);
}

#nextButton2 {
  background-color: #000;
  border: 1px solid #000;
}

#nextButton2:hover {
  color: #000;
  background-color: transparent;
}

.button-back {
  background-color: #e5e7eb;
  color: #6b7280;
  width: 48%;
  padding: 8px;
  border-radius: 5px;
  transition: background-color 0.2s;
  max-height: 40px;
  border: none;
  cursor: pointer;
}

.button-back:hover {
  background-color: #d1d5db;
}


.elementor-shape-fill {
  fill: var(--primary-color);
  transform-origin: center;
  transform: rotateY(0deg);
}

/* Text Styles */
.main-header-text {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  font-family: "Mundial", sans-serif;
  line-height: 1;
}

.secondary-header-text {
  color: #76777B;
  font-family: "Mundial", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.third-header-text {
  color: #76777b;
  font-family: "Mundial", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

/* Section Styling */
.section {
  max-width: 1000px;
}

.section-padding {
  padding: 25px 25px;
}

/* Base Button */
.button-base {
  color: #fff;
  padding: 15px 30px;
}

.salt-3 {
  background-color: var(--primary-color);
}

/* Membership Options */
#membershipTypeOptions,
#membershipDurationOptions {
  justify-items: center;
  align-items: center;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 1030px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.option-card {
  transition: all 0.3s ease-in-out;
}

/* Checkout Container and Rows */
.checkout-container {
  display: flex;
  flex-direction: column;
}

.checkout-row {
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  gap: 2rem;
}

.checkout-column--left,
.checkout-column--right {
  width: 440px;
  flex: 0 0 440px;
}

.checkout-column {
  width: 48%;
}

/* Cost Section */
.cost {
  border-radius: 5px;
}

.cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

.cost-row--dark {
  font-weight: bold;
}

.cost-row-label {
  font-weight: bold;
  font-size: 1rem;
}

.cost-row-value {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--primary-color);
}

/* Payment Section */
.payment-row {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  gap: 5px;
}

.payment-row__form-item {
  flex: 1;
}

.payment-row__form-item--small {
  flex: 0.5;
}

.expiration-fields {
  display: flex;
  gap: 8px;
}

.small-field {
  width: calc(50% - 4px);
  margin-right: 0;
  display: inline-block;
  box-sizing: border-box;
}

/* Submit Button Styling */
.payment-row__btn {
  width: 45%;
  padding: 10px 50px;
  background-color: #e5e7eb;
  color: #6b7280;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 20px;
}

.submit-button {
  width: 55%;
  padding: 10px 50px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-row__btn:hover {
  background-color: #d1d5db;
}

.submit-button:hover {
  background-color: #ff2a1f;
}

/* Disclaimer Text */
.disclaimer-text {
  font-size: 0.85rem;
  color: #6b7280;
  text-align: justify;
  margin-top: 1rem;
  padding-bottom: 24px;
}

/* Footer Stickiness */
.stickToFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

/* Loading Spinner */
#loadingSpinner {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner SVG */
#loadingSpinner svg {
  height: 30px;
  width: 30px;
}

/* Promo Code Feedback */
.promo-success {
  color: var(--primary-color);
  font-weight: 500;
}

.promo-error {
  color: #fa4238;
  font-weight: 500;
}

#promoFeedback {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

/* Error highlighting for checkboxes */
.input-checkbox.error {
  outline: 2px solid red;
  outline-offset: 2px;
}

.form-item.payment-row__form-item {
  padding: 2px;
}
.error-message {
  color: var(--primary-color);
  font-size: 0.875rem;
  margin-top: 4px;
}

.hidden {
  display: none;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  .checkout-row {
    flex-direction: column;
    padding: 0 1rem;
    gap: 1rem;
  }

  .checkout-column--left,
  .checkout-column--right {
    width: 100%;
    flex: none;
  }

  .submit-button {
    width: 100%;
  }

  .small-field {
    width: calc(50% - 4px);
    margin-right: 4px;
    display: inline-block;
  }

  .disclaimer-text {
    padding-bottom: 150px;
  }

  #page2 .p-4.flex.justify-between {
    margin-bottom: 150px;
  }

  .stickToFooter {
    margin-bottom: 150px;
  }

  #page2 .p-4.flex.justify-between,
  #page3 .p-4.flex.justify-between {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin: 0;
    z-index: 1000;
  }

  .error-notification {
    width: calc(100% - 32px);
    top: 10px;
  }
}

@media (min-width: 768px) {
  #membershipTypeOptions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
    gap: 1rem;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

#membershipTypeOptions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  justify-content: center;
}

/* Individual card styles */
#membershipTypeOptions > div > div {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fff;
}

/* Card content */
#membershipTypeOptions > div > div.p-6 {
  padding: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Price container */
#membershipTypeOptions .flex.justify-center {
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  #membershipTypeOptions {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #membershipTypeOptions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #membershipTypeOptions {
    grid-template-columns: 1fr;
  }
}

.selectable-box-alt,
.selectable-box-colorful {
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

.selectable-box-alt {
  background-color: #e5e7eb;
  color: #6b7280;
  border: none;
}

.selectable-box-colorful {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.selectable-box-alt:hover {
  background-color: #d1d5db;
}

.selectable-box-colorful:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.line-through {
  text-decoration: line-through;
}

/* Add these styles */
html,
body {
  min-height: 100vh;
  margin: 0;
}

#content {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}

#app {
  flex: 1;
  display: flex;
  flex-direction: column;
}

footer {
  width: 100%;
  display: none;
}
/* Remove any extra spacing */
#page1,
#page2,
#page3 {
  padding-bottom: 2rem;
}

/* Add/update these styles */
body {
  overflow-x: hidden;
}

/* Update the wave container styles */
div[style*="overflow: hidden; transform: rotate(180deg)"] {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow-x: hidden;
}

/* Add this to your existing styles */
.contact-cta {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  color: #76777b;
}

.contact-cta a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.contact-cta a:hover {
  color: #fa4238;
}

/* Add new styles for page-specific padding */
#page2 .p-4.flex.justify-between {
  margin-bottom: 100px;
}

.promo-input-container {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 4px;
}

.promo-input-container .input-field {
  margin-bottom: 0;
  flex: 1;
}

.input-field.promo-input {
  margin-bottom: 10px !important;
}

#promoSpinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add these new styles */
#agreementSection {
  background: #f8f8f8;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 2rem;
}

.agreement-terms {
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 1rem;
  padding: 1rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.signature-container {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding: 0.5rem;
}

#signatureCanvas {
  border: none;
  width: 100%;
  height: 150px;
  background: white;
}

#clearSignature {
  color: #6b7280;
  font-size: 0.875rem;
  padding: 0.5rem;
  cursor: pointer;
  border: none;
  background: none;
}

#clearSignature:hover {
  color: #374151;
}

/* Update these styles */
#page3 .p-4.flex.justify-between {
  position: relative;
  z-index: 10;
  background: white;
  margin-top: 2rem;
  padding-bottom: 100px;
}

/* Mobile styles */
@media (max-width: 768px) {
  #page3 .p-4.flex.justify-between {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-top: 0;
    z-index: 1000;
  }

  /* Add padding to container to prevent content from being hidden behind fixed buttons */
  #page3 .checkout-container {
    padding-bottom: 100px;
  }

  /* Ensure buttons are properly sized on mobile */
  #page3 .selectable-box-alt,
  #page3 .selectable-box-colorful {
    width: 48%;
    font-size: 16px;
    padding: 10px 20px;
  }
}

/* Update the button container styles */
#page3 .p-4.flex.justify-between {
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background: white;
  z-index: 10;
}

/* Base styles for the buttons */
#page3 .selectable-box-alt,
#page3 .selectable-box-colorful {
  width: 100%;
  padding: 12px 20px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}

/* Container spacing */
#page3 .checkout-container {
  padding-bottom: 120px;
}

/* Mobile styles */
@media (max-width: 768px) {
  /* Fixed button container at bottom */
  #page3 .p-4.flex.justify-between {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1rem;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  /* Adjust button sizes for mobile */
  #page3 .selectable-box-alt,
  #page3 .selectable-box-colorful {
    font-size: 14px;
    padding: 10px 15px;
    height: 41px;
    margin-top: 10;
  }

  /* Additional padding for content */
  #page3 .checkout-container {
    padding-bottom: 150px;
  }

  /* Ensure footer doesn't overlap */
  footer {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

/* Ensure buttons are visible */
#page3 .selectable-box-alt,
#page3 .selectable-box-colorful {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Remove any potential conflicting styles */
#page3 .hidden {
  display: flex !important;
}

/* Ensure footer stays at bottom */
footer {
  position: relative;
  width: 100%;
  z-index: 1;
}

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

button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#backButton3 {
  background-color: #ccc;
}

/* Update these styles */
@media (max-width: 768px) {
  /* Sticky buttons for both page 2 and 3 */
  #page2 .p-4.flex.justify-between,
  #page3 .p-4.flex.justify-between {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin: 0;
    z-index: 1000;
  }

  footer .text-center.text-white.text-sm {
    padding-bottom: 80px;
  }

  #page2 .space-y-4,
  #page3 .checkout-container {
  }

  footer {
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* Update these button container styles */
#page2 .p-4.flex.justify-center {
  margin-top: 2rem;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  position: relative;
  z-index: 10;
}

/* Add padding to page 2 container */
#page2.space-y-6.section-padding {
  padding-bottom: 6rem;
}

/* Remove the fixed positioning for mobile */
@media (max-width: 768px) {
  #page2 .p-4.flex.justify-center {
    position: static;
    margin: 1rem auto;
    padding: 1rem;
  }
}

/* Remove the extra padding from page2 */
#page2 .space-y-6.section-padding {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .checkout-row {
    flex-direction: column;
  }

  /* Force order of elements on mobile */
  .checkout-column--left {
    order: -1;
    margin-bottom: 2rem;
  }

  .checkout-column--right {
    order: 1;
  }

  /* Ensure proper spacing */
  .checkout-container {
    padding: 1rem;
  }

  /* Make button full width on mobile */
  #submitButton {
    width: 100%;
    margin: 0;
  }
}

/* Add to your existing styles */
.general-error-message {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.general-error-message + button {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .general-error-message {
    margin: 1rem;
  }
}

.error-notification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  max-width: 90%;
  width: 400px;
  background-color: #fee2e2;
  border: 1px solid #ef4444;
  border-radius: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.error-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 20px;
  border-radius: 25px;
}

.error-text-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.error-text {
  color: #dc2626;
  font-size: 14px;
  font-family: "Mundial", sans-serif;
  font-weight: 600;
}

.error-subtitle {
  color: #4b5563;
  font-size: 12px;
  font-family: "Mundial", sans-serif;
}

.error-close {
  background: none;
  border: none;
  color: #dc2626;
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
  font-family: "Mundial", sans-serif;
}

.error-close:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .error-notification {
    width: calc(100% - 32px);
    top: 10px;
  }
}

.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner.hidden {
  display: none;
}

#membershipTypeOptions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* Make cards consistent width */
#membershipTypeOptions > div > div {
  width: 300px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  #membershipTypeOptions > div {
    flex-wrap: wrap;
  }
}

.membership-section {
  width: 100%;
}

#monthlyMembershipOptions,
#yearlyMembershipOptions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  justify-content: center;
}

@media (min-width: 1024px) {
  #monthlyMembershipOptions,
  #yearlyMembershipOptions {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #monthlyMembershipOptions,
  #yearlyMembershipOptions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #monthlyMembershipOptions,
  #yearlyMembershipOptions {
    grid-template-columns: 1fr;
  }
}

/* Input Container and Groups */
.input-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  width: 100% !important;
  max-width: 780px !important;
  margin: 0 auto !important;
}

.input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

/* Error Messages */
.error-message {
  color: var(--primary-color);
  font-size: 0.875rem;
  margin-top: 4px;
  width: 100%;
}

.error-message:not(.hidden) {
  display: block;
}

/* Specific to Page 2 Form */
#page2 .input-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#page2 .input-group {
  margin-bottom: 0;
}

#page2 .input-field {
  width: 100%;
  max-width: 100%;
}

/* Remove conflicting styles */
.input-field {
  margin-bottom: 0 !important;
}

/* Add spacing between payment section and agreement section */
#agreementSection {
  background: #f8f8f8;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 2rem;
}
.social-media-items a {
  transition: all 0.3s ease-in-out;
}

.social-media-items a:hover {
  transform: scale(1.2);
}

/* Add padding above input fields in step 3 */
.form-item.payment-row__form-item label,
.promo-code-section label {
  margin-bottom: 5px;
  display: block;
}

/* Reduce footer logo size on mobile */
@media (max-width: 768px) {
  footer .flex.items-center img {
    width: 120px;
  }
}

footer .text-center.text-black.text-sm {
  padding-top: 15px;
}

/* Make all form labels and cost row labels consistent */
.secondary-header-text,
.cost-row-label,
.form-item label {
    color: #76777B;
    font-family: "Mundial", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

/* Ensure cost row labels match */
.cost-row-label {
    margin-bottom: 4px;
}

/* Keep consistent spacing */
.cost-row {
    margin-bottom: 16px;
}
.cost {
  border-top: 1px solid #ddd;
  margin-top: 24px;
}
/* Remove the badge styling */
.premium-card {
  background-color: #f4436c;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.premium-card h3,
.premium-card p,
.premium-card .price-text {
  color: white !important;
}

.premium-card .selectable-box-colorful {
  background-color: white;
  color: #f4436c;
  border: 2px solid white;
}

.premium-card .selectable-box-colorful:hover {
  background-color: transparent;
  color: white;
}

