/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

.jltma-counterup h3 {
    color: #ffffff;
    display: inline-block;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}
.wpcf7 input[type="checkbox"] {
	width:inherit!important;
	padding: inherit!important
}

.wpcf7-submit {
  background-color: #0073e6;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #005bb5;
}
.consent-wrap {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.consent-wrap input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}
