/*
Theme Name: ClanyEco Child
Theme URI: https://clanyeco.vamtam.com
Template: clanyeco
Author: VamTam
Author URI: https://vamtam.com
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!
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
Version: 12.1756446585
Updated: 2025-08-29 05:49:45

*/

/* Layout */
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.form-col {
  flex: 1;
  min-width: 200px;
}
.form-row input, .form-row select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* Section Styling */
.services-box {
  border-top: 0px solid #3CA200;
  padding-top: 10px;
  margin-top: 0px;
}
.services-box h4 {
  background: #3CA200;
  color: #fff !important;
  padding: 8px 12px;
  margin-bottom: 10px;
}

.service-box {
  display: none;
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out;
}
.service-box .wpcf7-list-item.first{
	margin: 0 0 0 1em !important;
}
.service-box.active {
  display: block;
  max-height: 1000px; /* ensures expansion */
}
.page-id-989252 h1,
.page-id-21 .elementor-widget-theme-post-excerpt{
	display:none !important;
}
/* Submit Button */
.wpcf7-submit {
  background: #28a745;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  background: #218838;
}
