/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1723190810
Updated: 2024-08-09 08:06:50

*/

.gform_required_legend, .gfield_description.instruction  {
	display: none !important;
}

#gform_wrapper_1 .gform_fields {
	row-gap: 15px !important;
}

#gform_wrapper_1 input, #gform_wrapper_1 select, #gform_wrapper_1 textarea {
	color: #1A325E;
    padding: 1.1em 1.5em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #E2E3E2 !important;
    background: #E2E3E2 !important;
    transition: all .2s linear;
	line-height: 1.3rem;
	font-family: 'Poppins';
	font-size: 15px;
	font-weight: 300;
	border-radius: 0px !important;
}

#gform_wrapper_1 textarea {
	word-wrap: break-word;
}

#gform_wrapper_1 .gform_footer {
	margin-block-start: 15px !important;
}

#gform_wrapper_1 #gform_submit_button_1 {
	border: 2px solid #707070 !important;
    color: #ffffff;
    background-color: #707070 !important;
    padding: 18px 22px !important;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4em;
	width: 100%;
}

.custom-list ul {
    list-style: none;
    padding-left: 0px; /* Adjust for space */
}

.custom-list li {
    position: relative;
    padding-left: 25px; /* Space for the icon */
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 8px; /* Adjust size */
    height: 13px;
    background-image: url('https://pantera-ec.com/wp-content/uploads/2025/02/icon-list.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#services-clients .slick-track {
	display: flex;
	align-items: center;
}

#our-values {
/* 	max-height: 800px !important; */
	min-height: 800px !important;
}

/* Contact Us page */
@media only screen and (max-width: 1400px) {
 	#contact-us-gradient {
		background-image: linear-gradient(90deg, #242727 50%, #242727 50%) !important;
	}
	
	#contact-us-gradient .e-con-inner > div {
		background-image: linear-gradient(90deg, #242727 50%, #242727 50%) !important;
	}

	#contact-us-hero {
		background-color: #242727 !important;
	}
}

.contact-map .gm-style-iw.gm-style-iw-c {
	max-width: 300px !important;
}

.contact-map .gm-ui-hover-effect {
	height: 38px !important;
}

.policies-item:hover {
	background-color: #e2e3e2 !important
}

.policies-item:hover .elementor-icon svg{
	fill: #242727 !important
}


.policies-item:hover h3{
	color: #242727 !important
}
