/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme for the Hello Elementor theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below this line */

.seamless-contact .wpcf7-text{
	    border:none!important;
      font-family:Poppins!important;
	    padding:12px 14px;
      border-radius: 5px;
	    font-size:18px!important;
	    font-weight:400!important;
	    border: 1px solid #393939!important;
	    color:#393939!important;
}
.seamless-contact .wpcf7-textarea{
		border:none!important;
	  font-family:Poppins!important;
	  padding:12px 14px;
    border-radius: 5px;
	  max-height: 115px;
	  font-size:18px!important;
	  font-weight:400!important;
	  color:#393939!important;
	  border: 1px solid #393939!important;
}
input:focus {
	 box-shadow: none;
  border: none;
  outline: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
  border: none; 
}
.seamless-contact .wpcf7-submit {
	  
    padding-bottom:12px;
	padding-top:12px;
    font-size: 18px;
	font-weight:600;
	font-family:Poppins!important;
	width: 100%;
    display: block;
    text-align: center;
}
.seamless-contact .wpcf7-submit {
		color:#fff!important;
	background-color:#C9BBA4!important;
	 	 transition: all 0.3s linear!important;
	border:1px solid #C9BBA4;
}
.seamless-contact .wpcf7-submit:hover{
	color:#C9BBA4!important;
	background-color:transparent!important;
	border-color:#C9BBA4;
}
/* Bell MT Regular */
@font-face {
    font-family: 'Bell MT';
    src: url('/wp-content/uploads/2025/12/bellmt.woff2') format('woff2'),
         url('/wp-content/uploads/2025/12/bellmt.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
