/*
Theme Name: ClanyEco
Theme URI: https://clanyeco.vamtam.com
Text Domain: clanyeco
Description: Welcome to ClanyEco, a modern WordPress theme designed for the cleaning industry. This meticulously crafted theme is perfect for residential and commercial cleaning services, janitorial companies, carpet and window cleaning businesses, maid services, and freelance cleaners looking to showcase their expertise. Whether you specialize in deep cleaning, eco-friendly solutions, or specialized services like post-construction cleanup, ClanyEco has you covered. The theme features full compatibility with Elementor and Elementor Pro Page Builder, making it easy to create a truly remarkable website tailored to your business. Start now and elevate your cleaning services with ClanyEco!
Author: VamTam
Author URI: https://vamtam.com
Version: 12
Tested Up To: 6.1
Requires PHP: 7.4
License: Envato
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
/* Form Styling */
.wpcf7-form {
  max-width: 900px;
  margin: auto;
}
.wpcf7-form p {
  margin-bottom: 15px;
}
.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.form-col {
  flex: 1;
  min-width: 250px;
}
.services-box {
  border-top: 4px solid #0d2c80;
  padding-top: 10px;
  margin-top: 20px;
}
.services-box h3 {
  background: #0d2c80;
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 10px;
}
.wpcf7-submit {
  background: #00b050;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
