/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/

/* Ensure all form elements are styled consistently */
.contactForm {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  max-width: 600px !important; /* Optional: Set a max-width to constrain the form width */
  margin: 0 auto !important;
  padding: 0 15px !important; /* Add padding to the container for alignment */
  box-sizing: border-box !important;
}

.col-md-12 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0 15px !important; /* Ensure padding matches the .contactForm container */
  box-sizing: border-box !important;
}

.col-md-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding: 0 15px !important; /* Ensure padding matches the .contactForm container */
  box-sizing: border-box !important;
}

/* Styling for the bordered frame */
.bordered-frame {
  border: 2px dashed lightblue !important;
  padding: 15px !important;
  border-radius: 5px !important;
  background-color: #f8f9fa !important;
  box-sizing: border-box !important;
  width: calc(100% - 30px) !important; /* Adjust width to match padding */
  margin: 0 15px 15px 15px !important; /* Ensure margins match the .contactForm container */
}

/* General styling for form controls */
.form-control {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #ced4da !important;
  border-radius: 5px !important;
  background-color: #f8f9fa !important;
  box-sizing: border-box !important;
  margin-bottom: 15px !important; /* Add spacing between form elements */
}

/* Button styling */
.btn {
  display: inline-block !important;
  font-weight: bold !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 10px 20px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 5px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
