/*
Theme Name: Hello Biz Child
Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-biz
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready,style-variations
Version: 1.2.0.1761394899
Updated: 2025-10-25 12:21:39

*/
a{
    text-decoration: none!important;
}
.highlight{
    color: #fd7c04;
}

/* Cruiser Mafia Contact Form 7 Styling */
.cm-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-family: 'Poppins', 'Roboto', sans-serif;
}

/* Headings */
.cm-form h2,
.cm-form h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #f1f1f1;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #d1a355;
  display: inline-block;
  padding-bottom: 0.3rem;
}

/* Form fields */
.cm-form input[type="text"],
.cm-form input[type="email"],
.cm-form input[type="tel"],
.cm-form textarea,
.cm-form select {
  width: 100%;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0.5rem;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.cm-form textarea{
    max-height: 150px;
}
.cm-form input:focus,
.cm-form textarea:focus,
.cm-form select:focus {
  border-color: #d1a355;
  background: #222;
  outline: none;
  box-shadow: 0 0 8px rgba(209, 163, 85, 0.5);
}

/* Labels */
.cm-form label {
  font-weight: 600;
    color: #000;
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Submit button */
.cm-form input[type="submit"] {
  background: linear-gradient(135deg, #fd7c04, #fa881e);
  color: #111;
  font-weight: 700;
  border: none;
  border-radius: 0.5rem;
  padding: 0.9rem 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.cm-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #fa881e, #fd7c04);
  transform: translateY(-2px);
}

/* Error + success messages */
.cm-form .wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}

.cm-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #1e3b1e;
  border: 1px solid #2e5c2e;
  color: #b5f7b5;
}

.cm-form .wpcf7-response-output.wpcf7-validation-errors,
.cm-form .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #3b1e1e;
  border: 1px solid #5c2e2e;
  color: #f7b5b5;
}

/* Placeholder styling */
.cm-form ::placeholder {
  color: #777;
  opacity: 1;
}

/* Responsive */
@media (max-width: 600px) {
  .cm-form {
    padding: 1.5rem;
  }
  .cm-form input[type="submit"] {
    font-size: 0.9rem;
  }
}
