/* Form Styling */
.contact-form-wrapper {
padding: 30px;
background: #fff;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
max-width: 600px;
margin: 20px auto;
}
.form-group label {
font-weight: 600;
color: #061948;
}
.form-control {
border-radius: 5px;
border: 1px solid #ddd;
padding: 10px;
}
.theme-button-one {
background: #061948;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
text-transform: uppercase;
display: inline-block;
text-align: center;
}
.theme-button-one:hover {
background: #0a2a6a;
color: #fff;
text-decoration: none;
}
.iti {
width: 100%;
}
.error {
color: red;
font-size: 0.9em;
display: none;
}
.g-recaptcha {
margin: 15px 0;
display: flex;
justify-content: center;
}