/*
Theme Name: WpResidence
Theme URI: https://themeforest.net/user/wpestate
Description:WP Residence is a premium & responsive WordPress theme designed for Real Estate companies and independent agents.
Version: 5.2.0
Author: wpestate
Author URI: https://www.wpestate.org
Text Domain: wpresidence
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License:
License URI: 
---------------------------------------------------------------*/ 

/*
Staring with version 5.0 we swithc to Bootstrap 5.3 and Scss code. The compiled css code is /public/css/main.css
Please review this document https://help.wpresidence.net/article/wpresidence-theme-5-0-scss-css-and-bootstrap-integration-documentation/ for more details
*/
.wpcf7 form {
  background: #fff;
  padding: 25px 35px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 450px;
  margin: 20px auto;
}

.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.wpcf7 input, 
.wpcf7 select, 
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.wpcf7 input[type="submit"] {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #0056b3;
}

