/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p {
	margin-block-end: 0 !important;
}
img {
	border-radius: 8px !important;
}
.card {
	border-radius: 8px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	border: .5px solid rgba(0, 0, 0, 0.06);
	 
}

/* Overall form style */
form {
  padding: 0 !important;
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 auto !important;
  font-family: 'Kumbh Sans', sans-serif !important;
}

/* Style for input fields and textareas */
input[type="text"],
input[type="email"],
textarea {
  width: 100% !important;
  padding: 12 15px !important;
  margin: 10px 0 !important;
  border: 1px solid #d0d6df !important;
  border-radius: 40px !important;
  background-color: #f1f4f9 !important;
  font-size: 16px !important;
  color: #333 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none !important;
  border-color: #0061f2 !important;
  box-shadow: 0 0 5px rgba(0, 97, 242, 0.2) !important;
}

/* Style for placeholder text */
input::placeholder,
textarea::placeholder {
  color: #a0a0a0 !important;
  font-style: italic !important;
}

/* Label styles */
label {
  font-size: 14px !important;
  color: #555 !important;
  margin-bottom: 8px !important;
  display: block !important;
}

/* Button styles */
input[type="submit"] {
  width: 100% !important;
  padding: 14px !important;
  background-color: #1E40AF !important; /* Blue button */
  color: white !important;
  border: none !important;
  border-radius: 40px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

input[type="submit"]:hover {
  background-color: #CC0E0E !important; /* Darker blue on hover */
}

/* Optional: Add spacing between form elements */
p {
  margin-bottom: 15px !important;
}

/* Add some space around the form */
fieldset.hidden-fields-container {
  display: none !important;
}
textarea {
	height: 160px !important;
	border-radius: 8px;
}
