/*!
Theme Name: Seargin
Theme URI: https://wp.xpressbuddy.com/seargin/
Author: XpressBuddy
Author URI: https://xpressbuddy.com/
Description: Seargin is a WordPress theme for Business Consulting company
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seargin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Modern Card Style */
.quote-form {
  max-width: 480px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  font-family: 'Poppins', sans-serif;
  color: #03525F;
}

.quote-form h5 {
  color: #EAB998;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.quote-form h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.quote-form input,
.quote-form select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  font-size: 15px;
  color: #333;
}

.wpcf7-submit {
  background: #B4E900;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
  width: 100%;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #9ccf00;
}