{
  "theme_name": "Striped Elegant",
  "theme_description": "Sophisticated variant of striped theme with deep blue-teal palette, serif typography, and gradient buttons with text shadows for enhanced depth perception.",
  "theme_category": "modern",
  "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": "single",
        "background-color": "#eef4f7",
        "padding": {
          "top": "28px",
          "right": "28px",
          "bottom": "28px",
          "left": "28px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "20px",
          "left": "0px"
        },
        "border": {
          "color": "#a8c5d1",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "2px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "8px",
          "blur": "24px",
          "spread": "0px",
          "color": "rgba(52,73,94,0.1)"
        },
        "custom_css": "background: repeating-linear-gradient(45deg, #eef4f7, #eef4f7 5px, #f3f8fa 5px, #f3f8fa 10px);"
      }
    },
    "row_style": {
      "default": {
        "background-color": "transparent",
        "gap": "20px",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "20px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "#ffffff",
          "color": "#1a3a47",
          "placeholder_color": "#7a949f",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "#a8c5d1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "4px",
            "spread": "0px",
            "color": "rgba(52,73,94,0.04)"
          }
        },
        "focus": {
          "border": {
            "color": "#2a5f7f",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "3px",
              "left": "2px"
            }
          },
          "background-color": "#f8fbfc",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "12px",
            "spread": "0px",
            "color": "rgba(42,95,127,0.12)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#9db3c0",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            }
          },
          "background-color": "#fcfdfe",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "3px",
            "blur": "8px",
            "spread": "0px",
            "color": "rgba(52,73,94,0.06)"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "#ffffff",
          "color": "#1a3a47",
          "placeholder_color": "#7a949f",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "#a8c5d1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "4px",
            "spread": "0px",
            "color": "rgba(52,73,94,0.04)"
          }
        },
        "focus": {
          "border": {
            "color": "#2a5f7f",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "3px",
              "left": "2px"
            }
          },
          "background-color": "#f8fbfc",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "12px",
            "spread": "0px",
            "color": "rgba(42,95,127,0.12)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#9db3c0",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            }
          },
          "background-color": "#fcfdfe",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "3px",
            "blur": "8px",
            "spread": "0px",
            "color": "rgba(52,73,94,0.06)"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "#ffffff",
          "color": "#1a3a47",
          "placeholder_color": "#7a949f",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "#a8c5d1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "4px",
            "spread": "0px",
            "color": "rgba(52,73,94,0.04)"
          }
        },
        "focus": {
          "border": {
            "color": "#2a5f7f",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "3px",
              "left": "2px"
            }
          },
          "background-color": "#f8fbfc",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "12px",
            "spread": "0px",
            "color": "rgba(42,95,127,0.12)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#9db3c0",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            }
          },
          "background-color": "#fcfdfe",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "3px",
            "blur": "8px",
            "spread": "0px",
            "color": "rgba(52,73,94,0.06)"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#2a5f7f",
          "size": "18px",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#3d7d9e",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#2a5f7f",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        }
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "15px",
        "font-weight": "600",
        "color": "#ffffff",
        "letter-spacing": "0.4px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#2a5f7f",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border-radius": "8px",
        "border": {
          "color": "#1d3d54",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(29,61,84,0.25)"
        },
        "custom_css": "background: linear-gradient(180deg, #3d7d9e 0%, #2a5f7f 50%, #1d3d54 100%); text-shadow: 0 1px 2px rgba(0,0,0,0.3);",
        "color": "#ffffff"
      },
      "hover": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "3px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(29,61,84,0.35)"
        },
        "custom_css": "background: linear-gradient(180deg, #4a94b5 0%, #3d7d9e 50%, #2a5f7f 100%); text-shadow: 0 1px 3px rgba(0,0,0,0.4);",
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(42,95,127,0.25)"
        },
        "outline": "none",
        "color": "#ffffff"
      },
      "active": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(29,61,84,0.25)"
        },
        "custom_css": "background: linear-gradient(180deg, #1d3d54 0%, #1a2f44 50%, #0f1f2e 100%); text-shadow: 0 1px 2px rgba(0,0,0,0.4);",
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#d1dfe5",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border-radius": "8px",
        "border": {
          "color": "#a8c5d1",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(52,73,94,0.12)"
        },
        "custom_css": "background: linear-gradient(180deg, #e5eef2 0%, #d1dfe5 50%, #bccdd5 100%); color: #1a3a47; text-shadow: 0 1px 1px rgba(255,255,255,0.5);",
        "color": "#1f2937"
      },
      "hover": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "3px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(52,73,94,0.16)"
        },
        "custom_css": "background: linear-gradient(180deg, #eef4f7 0%, #dce8ee 50%, #c9dce4 100%); color: #1a3a47; text-shadow: 0 1px 1px rgba(255,255,255,0.6);",
        "color": "#1f2937"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(168,197,209,0.3)"
        },
        "outline": "none",
        "color": "#1f2937"
      },
      "active": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(52,73,94,0.1)"
        },
        "custom_css": "background: linear-gradient(180deg, #bccdd5 0%, #aabfc8 50%, #97b0bb 100%); color: #1a3a47; text-shadow: 0 1px 1px rgba(255,255,255,0.4);",
        "color": "#1f2937"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#2a5f7f",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border-radius": "8px",
        "border": {
          "color": "#1d3d54",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(29,61,84,0.25)"
        },
        "custom_css": "background: linear-gradient(180deg, #3d7d9e 0%, #2a5f7f 50%, #1d3d54 100%); text-shadow: 0 1px 2px rgba(0,0,0,0.3);",
        "color": "#ffffff"
      },
      "hover": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "3px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(29,61,84,0.35)"
        },
        "custom_css": "background: linear-gradient(180deg, #4a94b5 0%, #3d7d9e 50%, #2a5f7f 100%); text-shadow: 0 1px 3px rgba(0,0,0,0.4);",
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(42,95,127,0.25)"
        },
        "outline": "none",
        "color": "#ffffff"
      },
      "active": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(29,61,84,0.25)"
        },
        "custom_css": "background: linear-gradient(180deg, #1d3d54 0%, #1a2f44 50%, #0f1f2e 100%); text-shadow: 0 1px 2px rgba(0,0,0,0.4);",
        "color": "#ffffff"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "28px",
        "font-weight": "700",
        "letter-spacing": "-0.5px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "14px",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "22px",
        "color": "#1a3a47",
        "font-weight": "700",
        "letter-spacing": "-0.5px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "13px",
        "color": "#475566",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "17px",
        "color": "#1a3a47",
        "font-weight": "700",
        "letter-spacing": "-0.3px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "13px",
        "color": "#607080",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "14px",
        "color": "#1a3a47",
        "font-weight": "600",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "12px",
        "color": "#7a949f",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "12px",
        "color": "#c2185b",
        "font-weight": "500",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "transparent",
        "padding": {
          "top": "4px",
          "right": "0px",
          "bottom": "4px",
          "left": "0px"
        },
        "margin": {
          "top": "4px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    },
    "success_message": {
      "default": {
        "font-family": "Georgia, 'Trebuchet MS', serif",
        "font-size": "14px",
        "color": "#1b5e20",
        "font-weight": "500",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#f1f8f4",
        "padding": {
          "top": "12px",
          "right": "14px",
          "bottom": "12px",
          "left": "14px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        },
        "border": {
          "color": "#81c784",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "2px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "4px",
          "spread": "0px",
          "color": "rgba(27,94,32,0.06)"
        }
      }
    }
  }
}
