.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   BIG O TIRES — GRAVITY FORM CUSTOM STYLES
   Add to: Elementor > Custom CSS  OR
           WordPress Customizer > Additional CSS
   Targets: form ID 1 (#gform_1)
   ============================================ */

/* --- PAGE SECTION WRAPPER --- */
#gform_wrapper_1 {
  max-width: 900px;
  margin: 0 auto;
  font-family: 'DM Sans', sans-serif;
}

/* --- HIDE DEFAULT FORM TITLE --- */
#gform_1 .gform_heading {
  display: none;
}

/* --- SECTION HEADERS (Select Your Content Services, Location Details, etc.) --- */
#gform_1 .gsection {
  border-bottom: none;
  padding: 0 0 0.5rem 0;
  margin-bottom: 0.5rem;
}

#gform_1 .gsection_title {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  margin-bottom: 4px !important;
}

#gform_1 .gsection_description {
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin-top: 4px !important;
}

/* --- TBC BANNER (shown via HTML field above Virtual Tour) --- */
.tbc-notice {
  background: #fff5f5;
  border: 1px solid #ffb3b3;
  border-radius: 8px;
  padding: 0.85rem 1.1rem 0.85rem 1rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  font-size: 13px;
  color: #7a0000;
  line-height: 1.6;
}

.tbc-notice::before {
  content: '✓';
  background: #CC0000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}

/* --- SERVICE CARD WRAPPER --- */
#gform_1 .gfield--type-radio.service-card,
#gform_1 li.gfield {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.25rem 1.25rem 1rem !important;
  margin-bottom: 12px !important;
  transition: border-color 0.15s;
}

#gform_1 li.gfield:hover {
  border-color: #ccc;
}

/* --- FIELD LABELS (Google Virtual Tour, Still Photography, etc.) --- */
#gform_1 .gfield_label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin-bottom: 8px !important;
  display: block;
}

/* Required asterisk — hide it, we handle required differently */
#gform_1 .gfield_required {
  color: #CC0000 !important;
  font-size: 12px !important;
}

/* --- RADIO BUTTON CHOICES --- */
#gform_1 .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}

#gform_1 .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}

#gform_1 .gfield_radio input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #CC0000;
  flex-shrink: 0;
  cursor: pointer;
}

#gform_1 .gfield_radio label {
  font-size: 13px !important;
  color: #333 !important;
  cursor: pointer;
  font-weight: 400 !important;
  margin: 0 !important;
}

/* --- FIELD DESCRIPTIONS (the service detail text) --- */
#gform_1 .gfield_description {
  font-size: 12px !important;
  color: #777 !important;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  padding-top: 8px !important;
  border-top: 1px solid #f0f0f0 !important;
}

/* --- PRICE DISPLAY on radio options --- */
#gform_1 .gfield_price {
  color: #CC0000 !important;
  font-weight: 600 !important;
}

/* --- SITE VISIT FEE CARD — accent top border when visible --- */
#gform_1 #field_1_5 {
  border-top: 3px solid #CC0000 !important;
  background: #fff5f5 !important;
}

/* --- ORDER TOTAL --- */
#gform_1 .ginput_product_price_label,
#gform_1 .ginput_total_label,
#gform_1 .gfield--type-total .gfield_label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #888 !important;
  font-weight: 500 !important;
}

#gform_1 .ginput_total,
#gform_1 .gform_card_label {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #CC0000 !important;
  margin-top: 4px !important;
}

#gform_1 .gfield--type-total {
  background: #fff;
  border: 2px solid #CC0000 !important;
  border-radius: 12px;
  padding: 1rem 1.25rem !important;
  margin-top: 8px !important;
}

/* --- TEXT INPUTS --- */
#gform_1 input[type="text"],
#gform_1 input[type="email"],
#gform_1 input[type="tel"],
#gform_1 input[type="number"],
#gform_1 textarea,
#gform_1 select {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  color: #111 !important;
  background: #fafafa !important;
  transition: border-color 0.15s, box-shadow 0.15s !important;
  width: 100% !important;
}

#gform_1 input[type="text"]:focus,
#gform_1 input[type="email"]:focus,
#gform_1 input[type="tel"]:focus,
#gform_1 textarea:focus {
  border-color: #CC0000 !important;
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.08) !important;
  outline: none !important;
  background: #fff !important;
}

/* --- ADDRESS FIELD SUB-LABELS --- */
#gform_1 .ginput_complex label {
  font-size: 11px !important;
  color: #999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  margin-top: 6px !important;
}

/* --- NAME FIELD SIDE BY SIDE --- */
#gform_1 .ginput_complex.ginput_container_name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* --- SUBMIT BUTTON --- */
#gform_1 .gform_footer .gform_button,
#gform_1 .gform_button[type="submit"] {
  background: #CC0000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 28px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.15s !important;
  letter-spacing: 0.02em !important;
  margin-top: 8px !important;
}

#gform_1 .gform_button[type="submit"]:hover {
  background: #aa0000 !important;
}

/* --- VALIDATION ERRORS --- */
#gform_1 .gfield_error {
  border-color: #CC0000 !important;
  background: #fff8f8 !important;
}

#gform_1 .validation_message {
  color: #CC0000 !important;
  font-size: 12px !important;
  margin-top: 4px !important;
}

#gform_1 .gform_validation_errors {
  background: #fff5f5 !important;
  border: 1px solid #ffb3b3 !important;
  border-radius: 8px !important;
  color: #7a0000 !important;
  padding: 1rem !important;
  font-size: 13px !important;
}

/* --- SCHEDULING NOTE (shown via HTML field before submit) --- */
.schedule-notice {
  background: #fff8f8;
  border: 1px solid #ffb3b3;
  border-radius: 8px;
  padding: 0.85rem 1.1rem;
  font-size: 13px;
  color: #7a0000;
  line-height: 1.6;
  margin: 1rem 0;
}

.schedule-notice strong {
  font-weight: 600;
}

/* --- RESPONSIVE --- */
@media (max-width: 600px) {
  #gform_1 .ginput_complex.ginput_container_name {
    grid-template-columns: 1fr;
  }

  #gform_1 .ginput_complex.ginput_container_address {
    display: flex;
    flex-direction: column;
  }
}
/* Hide form title */
#gform_1 .gform_heading h2,
#gform_1 .gform_title {
  display: none !important;
}

/* Fix total display */
#gform_1 .ginput_total {
  border: none !important;
  background: transparent !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #CC0000 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Remove red border from Video Clips - only on Site Visit Fee */
#gform_1 li.gfield {
  border-top: none !important;
}
/* Force hide title */
.gform_wrapper .gform_title {
  display: none !important;
}

/* Fix total - remove input styling */
.gform_wrapper .ginput_total {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #CC0000 !important;
  padding: 4px 0 !important;
  pointer-events: none !important;
  width: auto !important;
}

/* Remove red top border from ALL fields except site visit fee */
.gform_wrapper .gfield {
  border-top: none !important;
  background: transparent !important;
}

/* Video Clips field — remove red background */
#gform_1 #field_1_4 {
  background: transparent !important;
  border-top: none !important;
}
/* Force total input to look like text */
#gform_1 input.ginput_total {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #CC0000 !important;
  padding: 0 !important;
  width: auto !important;
  pointer-events: none !important;
}
/* Remove red styling from Video Clips */
#gform_1 #field_1_5 {
  background: transparent !important;
  border-top: none !important;
}
/* Service field cards */
#gform_1 #field_1_3,
#gform_1 #field_1_4,
#gform_1 #field_1_5 {
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
  padding: 1.25rem !important;
  margin-bottom: 12px !important;
  background: #fff !important;
  transition: border-color 0.15s !important;
}

#gform_1 #field_1_3:hover,
#gform_1 #field_1_4:hover,
#gform_1 #field_1_5:hover {
  border-color: #CC0000 !important;
}

/* Add a light gray background to the whole form section */
#gform_wrapper_1 {
  background: #f7f7f7 !important;
  border-radius: 16px !important;
  padding: 2rem !important;
}
/* Red left accent on all service cards */
#gform_1 #field_1_3,
#gform_1 #field_1_4,
#gform_1 #field_1_5 {
  border-left: 4px solid #CC0000 !important;
}/* End custom CSS */