{
  "theme_name": "Victorian Floral",
  "theme_description": "Sepia-tinted elegance with floral wallpaper textures, script headings, and refined serif details.",
  "theme_category": "creative",
  "version": "1.0.0",
  "styles": {
    "form_style": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "none"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    },
    "page_style": {
      "default": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/victorian-floral/victorian-floral-pattern.svg",
        "background_image_size": "700px 700px",
        "background_image_position": "center top",
        "background_image_repeat": "repeat",
        "background-color": "#f8f0e3",
        "padding": {
          "top": "24px",
          "right": "28px",
          "bottom": "28px",
          "left": "28px"
        },
        "border": {
          "color": "rgba(90, 70, 50, 0.35)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "14px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "16px",
          "blur": "28px",
          "spread": "0px",
          "color": "rgba(67, 48, 33, 0.18)"
        }
      }
    },
    "row_style": {
      "default": {
        "background-color": "rgba(251, 245, 233, 0.9)",
        "border": {
          "color": "rgba(125, 99, 74, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px",
        "gap": "14px",
        "padding": {
          "top": "16px",
          "right": "16px",
          "bottom": "16px",
          "left": "16px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "18px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.95)",
          "color": "#5a432f",
          "placeholder_color": "rgba(90, 67, 47, 0.5)",
          "font-size": "15px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "border": {
            "color": "rgba(125, 99, 74, 0.4)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "10px",
            "spread": "0px",
            "color": "rgba(87, 63, 45, 0.12)"
          }
        },
        "focus": {
          "border": {
            "color": "#a1744f"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "6px",
            "blur": "14px",
            "spread": "0px",
            "color": "rgba(161, 116, 79, 0.28)"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(161, 116, 79, 0.7)"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.95)",
          "color": "#5a432f",
          "placeholder_color": "rgba(90, 67, 47, 0.5)",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "rgba(125, 99, 74, 0.4)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "custom_css": "min-height: 150px;"
        },
        "focus": {
          "border": {
            "color": "#a1744f"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(161, 116, 79, 0.7)"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.95)",
          "color": "#5a432f",
          "font-size": "15px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "border": {
            "color": "rgba(125, 99, 74, 0.4)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px"
        },
        "focus": {
          "border": {
            "color": "#a1744f"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(161, 116, 79, 0.7)"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#a1744f",
          "size": "16px",
          "margin": {
            "top": "8px",
            "right": "5px",
            "bottom": "8px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#a1744f",
          "margin": {
            "top": "8px",
            "right": "5px",
            "bottom": "8px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#a1744f",
          "margin": {
            "top": "8px",
            "right": "5px",
            "bottom": "8px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#7a5841",
        "color": "#fdf7ee",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "border": {
          "color": "#3f2d20",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "10px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(58, 43, 31, 0.3)"
        }
      },
      "hover": {
        "background-color": "#8d6648"
      },
      "active": {
        "background-color": "#5f432f"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(122, 88, 65, 0.12)",
        "color": "#5a432f",
        "padding": {
          "top": "10px",
          "right": "22px",
          "bottom": "10px",
          "left": "22px"
        },
        "border": {
          "color": "rgba(122, 88, 65, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "2px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "28px"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#4d3a2a",
        "color": "#f2e7d7",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border": {
          "color": "rgba(77, 58, 42, 0.6)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "28px"
      },
      "hover": {
        "background-color": "#5e4532"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "15px",
        "font-weight": "500",
        "color": "#fdf7ee",
        "letter-spacing": "0.4px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Mea Culpa",
        "font-size": "56px",
        "font-weight": "400",
        "color": "#5f402a",
        "letter-spacing": "1px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "16px",
        "font-weight": "400",
        "color": "#6f4f37",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Mea Culpa",
        "font-size": "48px",
        "font-weight": "400",
        "color": "#5f402a",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "15px",
        "font-weight": "400",
        "color": "#73553b",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "18px",
        "font-weight": "500",
        "color": "#5f402a",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "14px",
        "font-weight": "400",
        "color": "#7b5a42",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "14px",
        "font-weight": "500",
        "color": "#5a432f",
        "letter-spacing": "0.3px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "13px",
        "font-weight": "400",
        "color": "#7b5a42",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "12px",
        "font-weight": "500",
        "color": "#a94442",
        "background-color": "rgba(169,68,66,0.08)",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(169,68,66,0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Playfair Display",
        "font-size": "13px",
        "font-weight": "400",
        "color": "#3f6849",
        "background-color": "rgba(99, 163, 116, 0.12)",
        "padding": {
          "top": "8px",
          "right": "10px",
          "bottom": "8px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(99,163,116,0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    },
    "custom_css": "victorian_floral.css"
  }
}
