/* 
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
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Add your custom styles here */
a {color: unset;}


.bullet-txt ul {padding-left: 20px;}
.bullet-txt ::marker { color: #D2C48C; }
.bullet-txt ul li {padding-left: 25px;}

.main-btn:hover h2 { color: #fff !important; }
.main-btn-alt:hover h2 { color: #000 !important; }


/* CONTACT FORM */
form {font-family: 'Montserrat'}
form BR { display: none; }
form .flex p { display: flex; gap: 10px; width: 100%; }
form span {width: 100%}
form input[type=date], form input[type=email], form input[type=tel], form input[type=text], form textarea {background: #EEEEEE; border: 1px solid #D6D6D6; border-radius: 0; padding: 20px ; height: 60px; color: #000; box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.43) inset; -webkit-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.43) inset;}
form textarea {height: 150px}
form .concent {width: fit-content; }
form .concent p { display: block; }
form .concent .wpcf7-list-item-label { line-height: 23px; color: #535353; font-size: 14px; }
form .flex-bot {display: flex; justify-content: space-between; width: 100%; gap: 20px }
form input[type=submit] {background-image: url('/wp-content/uploads/2025/12/btn-bg.png'); background-position: center center; background-repeat: no-repeat; background-size: cover; width: 202px; height: 70px; border: 0; color: #000; font-size: 18px }
form input[type=submit]:hover { background-image: url("/wp-content/uploads/2025/12/btn-blk.jpg"); color: #fff;}

/* CONTACT US PAGE */
/* hide footer contact form */
.page-id-112 #ft-contact-form {display: none !important; }
.page-id-112 #ft-top-con { --padding-bottom: 50px; }




@media screen and (max-width: 1024px) {
	.areas-served-con { position: relative !important; bottom: 0 !important; left: 0 !important;}
}

@media screen and (max-width: 768px) {
	.bullet-txt ul li {padding-left: unset;}
	form .flex p, form .flex-bot { flex-wrap: wrap; justify-content: center; }
}
