.arspace {
	margin-top: 30px;
}

.ccb-field[data-id="quantity_field_id_7"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden !important;
}

.ccb-subtotal-wrapper[data-v-2ed994a8] {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.ccb-section[data-v-0e27c7b0] {
	display: none;
}

.ff-el-group:has(input[name="custom-payment-amount"]) {
  display: none !important;
}

/* Hide default radio and checkbox inputs */
.ff_payment_item.ff-el-form-check-radio,
.ff_payment_item.ff-el-form-check-checkbox {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Inline layout — payment fields only */
.ff-el-form-check:has(.ff_payment_item) {
  display: inline-flex !important;
  margin: 0 !important;
}

/* Style payment labels as buttons */
.ff-el-form-check-label:has(.ff_payment_item) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 24px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all 200ms ease !important;
  background: #ffffff !important;
  color: #333333 !important;
  margin: 6px !important;
  user-select: none !important;
}

/* Hover state */
.ff-el-form-check-label:has(.ff_payment_item):hover {
  border-color: #555 !important;
  background: #f5f5f5 !important;
}

/* Selected state */
.ff-el-form-check-label:has(.ff_payment_item:checked) {
  border-color: #2d6ef6 !important;
  background: #eef2ff !important;
  color: #2d6ef6 !important;
}



/* Hide custom payment amount field */
.ff-el-group:has(input[name="custom-payment-amount"]) {
  display: none !important;
}

/* ── THEMES FIELD SCOPED STYLES ────────────────────────────────────── */

/* Remove button styling from themes specifically */
.ff-el-form-check:has(input[name="payment_input_2"]) .ff-el-form-check-label {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  cursor: pointer !important;
  margin: 6px !important;
  width: 140px !important;
}

/* Image styling */
.ff-el-form-check:has(input[name="payment_input_2"]) .ff-el-image-input-src {
  width: 140px !important;
  height: 140px !important;
  border-radius: 12px !important;
  border: 3px solid transparent !important;
  background-size: cover !important;
  background-position: center !important;
  display: block !important;
  cursor: pointer !important;
  transition: border-color 200ms ease !important;
}

/* Theme name below image */
.ff-el-form-check:has(input[name="payment_input_2"]) .ff_plan_title {
  display: block !important;
  margin-top: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  text-align: center !important;
}

/* Selected state — border on image */
.ff-el-form-check:has(input[name="payment_input_2"]:checked) .ff-el-image-input-src {
  border-color: #2d6ef6 !important;
  box-shadow: 0 0 0 2px #eef2ff !important;
}

/* Inline layout for theme cards */
.ff-el-form-check.ff-el-image-holder {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start;
	margin-bottom: 20px;
}


/* 3 theme cards per row — tighter spacing */
.ff-el-group:has(input[name="payment_input_2"]) .ff-el-input--content {
  display: grid !important;
  grid-template-columns: repeat(3, auto) !important;
  gap: 20px !important;
  justify-content: start !important;
}

.ff-el-form-check.ff-el-image-holder {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin: 0 !important;
  width: auto !important;
}


/* Keep service type buttons side by side on mobile */


.ff-el-group:has(input[name="payment_input"]) .ff-el-input--content {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

.ff-el-group:has(input[name="payment_input"]) .ff-el-form-check {
  flex: 1 !important;
  min-width: 0 !important;
}

.ff-el-group:has(input[name="payment_input"]) .ff-el-form-check-label {
  width: 100% !important;
  text-align: center !important;
  padding: 12px 8px !important;
}

.ff-default .ff-el-input--label label {
    display: inline-block;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 0;
    font-size: 20px;
}

.fluentform .ff-el-progress-status {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

/* thomas - start */

/* Additional Comments field styling (soft UI rounding for better readability) */
#quote_form #form-field-additional_comments {
	border-radius: 16px;
	padding: 10px 16px;
}

/* theme details custom field styling (soft UI rounding for better readability) */
#quote_form #form-field-theme_details_custom {
	border-radius: 16px;
	padding: 10px 16px;
}

/*zip code input */

#quote_form #form-field-zip_code {
	pointer-events: none;
	user-select: none;
	background: #f2f2f2;
	color: #777;
	opacity: 0.7;
	border: 1px solid #D4D4D4;
}

/* ============================= */
/* RANGE SLIDER - CUSTOM THUMB  */
/* ============================= */

/* WebKit browsers (Chrome, Safari, Edge) */
#quote_form #form-field-number_of_animals::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 50px;
	height: 50px;
	background-image: url("https://plushpartyfl.com/wp-content/uploads/2026/06/slider-thumb.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: none;
	cursor: pointer;
	box-shadow: none;
}

/* Firefox support for range thumb */
#quote_form #form-field-number_of_animals::-moz-range-thumb {
	width: 40px;
	height: 40px;
	background-image: url("https://plushpartyfl.com/wp-content/uploads/2026/06/slider-thumb.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: none;
	cursor: pointer;
	box-shadow: none;
}

/* ===================================== */
/* NUMBER OF ANIMALS - SPACING & LABELS */
/* ===================================== */

/* Label spacing for better visual hierarchy */
#quote_form .elementor-field-group-number_of_animals .elementor-field-label {
	padding-bottom: 40px;
}

/* Selected value display spacing */
#quote_form .elementor-field-group-number_of_animals .range-value {
	padding-top: 20px;
}

/* Min / Max labels spacing for better alignment */
#quote_form .elementor-field-group-number_of_animals .range-label-min,
#quote_form .elementor-field-group-number_of_animals .range-label-max {
	padding-top: 20px;
}

/* ============================= */
/* FORM FEEDBACK MESSAGE STYLE  */
/* ============================= */

/* Success / error message spacing after submit */
#quote_form .elementor-message {
	/*margin: 40px 0 0 0;*/
	/*text-align: center;*/
	width: 100%;
}

/* ============================= */
/* FORM NAVIGATION BUTTONS      */
/* ============================= */

#quote_form .e-form__buttons {
	display: flex;
	flex-wrap: nowrap;
}

#quote_form .e-form__buttons__wrapper.elementor-field-type-previous {
	flex: 0 0 auto;
	width: min-content;
}

#quote_form .e-form__buttons__wrapper.elementor-field-type-next {
	flex: 1 1 0;
	min-width: 0;
}

#quote_form .e-form__buttons__wrapper button {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

/* =========================
   PRICE CARD/INPUT CONTAINER
========================= */
#quote_form .elementor-field-group-price {
    background: #FDF8F5;
    border-radius: 16px;
    padding: 24px 20px;
		margin-left: 10px;
		margin-right: 10px;
    border: 1px solid #f0c8c1;
    text-align: center;
}

/* =========================
   PRICE HIDE INPUT BORDER
========================= */
#quote_form .elementor-field-group-price .dce-amount-visible {
    border: none !important;
    outline: none !important;
    background: transparent;
    box-shadow: none !important;
}

/* =========================
   PRICE LABEL
========================= */
#quote_form .elementor-field-group-price .elementor-field-label {
    text-align: center;
    width: 100%;
    display: block;
}

/* =========================
   PRICE VALUE
========================= */
#quote_form .elementor-field-group-price .dce-amount-visible {
    text-align: center;
    width: 100%;
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

/* =========================
   PRICE DESCRIPTION
========================= */
#quote_form .elementor-field-group-price .elementor-field-input-description-price {
    text-align: center;
    margin-top: 10px;
	 	width: 100%;
}

/* =========================
   CUSTOM PRICE NOTICE BOX
========================= */
#quote_form .custom-price {
    background: #FDF8F5;
    border-radius: 16px;
    padding: 24px 20px;
    border: 1px solid #f0c8c1;
    text-align: center;
    width: 100%;
}

/* Hide only the Elementor field title for Privacy Policy acceptance
   (keeps checkbox text and links visible) */
#quote_form .elementor-field-group-privacy_policy_and_terms_of_service > .elementor-field-label {
	display: none;
}

/* Removes the up/down spinner arrows from number input fields in Elementor forms- start */
.elementor-form input[type="number"]::-webkit-outer-spin-button,
.elementor-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.elementor-form input[type="number"] {
  -moz-appearance: textfield;
}

/* Removes the up/down spinner arrows from number input fields in Elementor forms- end */

/* thomas - end */