/*
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.4.4.1753843659
Updated: 2025-07-30 02:47:39

*/

html,body{min-width:1200px; overflow-x:hidden; width:100%;}
a, a:hover{color:unset;}
.testimonial {
    font-family: 'Montserrat';
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border: 1px solid #b3b3b3 !important;
	border-radius:5px !important;
}

h3.wpmtst-testimonial-heading.testimonial-heading {
    margin-bottom: 10px !important;
    font-weight: 900 !important;
}

.form span, .form label {
    width: 100%;
    color: white;
    font-family: 'Montserrat';
}

.form span.wpcf7-list-item {
    margin: 0 0 5px 0px;
}

.form textarea {
    height: 140px;
}

.form .btn {
    background: #F66A00;
    color: white;
    display: block;
    margin: 20px auto 0;
    font-size: 20px;
    font-family: 'Montserrat';
    border: none;
    padding: 27px 50px;
    border-radius: 20px;
    transform: skewX(-20deg);
    font-weight: 600;
}

.form .flex {
    display: flex;
    gap: 15px;
}
.form input[type='text'], .form textarea {
    font-family: 'Montserrat';
    padding: 15px;
    margin-bottom: 15px;
}


@media(max-width:1024px){
	html,body{min-width:320px;}
}


@media(max-width: 767px){
	.form .flex {
		display: block;
		gap: 15px;
	}
}

@media(max-width:600px){
	main h1 {
		font-size: 50px !important;
	}
}
