/*
Theme Name: Aven Child
Theme URI: https://themeforest.net/user/zozothemes
Template: aven
Author: Zozothemes
Author URI: http://zozothemes.com/
Description: Aven is a Multi-Purpose business Wordpress Theme built for any type of business such as creative agency, freelancer or general business. The theme is designed uniquely and beautifully with elegant colour, featuring a responsive grid, retina optimization, modern design and much more..
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options
Version: 1.3.5.1712778668
Updated: 2026-02-04 15:18

*/

.zozo-contact-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

.zozo-contact-form input[type="text"],
.zozo-contact-form input[type="email"],
.zozo-contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.zozo-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.zozo-contact-form button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.zozo-contact-form button:hover {
  background-color: #005f8d;
}

.zozo-contact-form .form-success {
  color: green;
  font-weight: bold;
  margin-bottom: 15px;
}

.zozo-contact-form .form-error {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}