/**
Theme Name: Wiselogix
Author: Wiselogix Technologies
Author URI: https://wiselogix.com/
Description: Wiselogix Child Theme is a fast, lightweight, and SEO optimized WordPress child theme designed for business websites, startups, and digital agencies. Fully responsive, secure, and easy to customize for high-performance web development.
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: wiselogix
Template: astra
Tags: wordpress child theme, seo optimized, responsive design, fast loading, business website, customizable theme

*/
/* ___________________ Write Your Custom Styles below or in 'assets/css/custom.css' */


h1 { font-family: 'Montserrat',      sans-serif; font-weight:bold; }
p{font-family: 'Raleway',      sans-serif;}

span.green-text {
	color: #008B00 !important;
}
.contact_sec a:hover {
	color: #008B00 !important;
}
.contact_form_col {
	background: #EFF3FA;
	padding: 20px;
	border-radius: 20px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.upper_col .wpcf7-form-control, .lower_col textarea {
	min-height: 53px;
	border-radius: 10px;
	width: 100%;
	padding: 10px 27px;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	box-shadow: 1px 1px 0 0 rgb(196 196 196 / .24);
	border: 1px solid #e7edf3;
}
.upper_col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 10px;
}
.submit_btn .wpcf7-submit.has-spinner {
	background: #008B00;
	border: #008B00;
	color: #fff;
}
.lower_col textarea {
	margin-bottom: 10px
}
.serivces_left_col .elementor-widget-wrap.elementor-element-populated {
	padding: 30px !important;
	border-radius: 16px;
}
.serivces_right_col {
	align-items: center;
}
.serivces_right_col .elementor-icon-box-wrapper:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.serivces_right_col .elementor-image-box-wrapper:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.serivces_right_col .elementor-icon-box-wrapper {
	background: #fff;
	min-height: 300px;
	padding: 20px;
	border-radius: 12px;
	transition: all 0.3s ease;
}
.serivces_right_col .elementor-image-box-wrapper {
	background: #008B00;
	min-height: 300px;
	padding: 20px;
	transition: all 0.3s ease;
	border-radius: 12px;
	display: flex;
	align-items: center;
}
.serivces_right_col span.elementor-icon {
	display: block !important;
}
.serivces_right_col > .elementor-widget-wrap.elementor-element-populated {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.serivces_right_col h3.elementor-icon-box-title {
	text-align: left;
}
.serivces_right_col p.elementor-icon-box-description {
	text-align: left;
}
.serivces_right_col .elementor-image-box-wrapper {
	background: #008B00;
}
@media (max-width: 440px) {
	.upper_col {
		display: grid;
		grid-template-columns: 1fr;
	}
}

