/*
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.6.1769044871
Updated: 2026-01-22 01:21:11

*/

html,body{
	min-width:1200px;
	overflow-x:hidden;
	width:100%;
}

a, a:hover{
	color:unset;
}

.current-menu-item a, .menu-item a:hover{
	font-weight:700 !important;
}

div#n2-ss-2-arrow-next {
    right: 18%;
}

div#n2-ss-2-arrow-previous {
    left: 24%;
}

.acc summary[data-accordion-index="3"] {
    border: none !important;
}

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

.form .btn {
    background: #072466;
    display: block;
    margin: 30px auto 0;
    color: white;
    border: none;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 18px 45px;
}

.form textarea {
    height: 180px;
}
.form ::placeholder {
    color: #202020;
    font-size: 15px;
    font-family: arial;
}
.form input[type='text'], textarea {
    background: #EDEDED;
    padding: 25px;
    border: none;
	box-shadow: 1px 2px 5px 0px rgb(37 36 36 / 75%) inset;
    border-radius: 0;
}
.form .flex {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.form label span {
    font-size: 14px;
    font-family: arial;
    color: #666666;
    letter-spacing: .6px;
}
.form label {
    font-size: .3px;
}
.form span, .form label {
    width: 100%;
}


@media(max-width:1555px){
	.call h3 {
		font-size: 14px !important;
	}
	.call p a {
		font-size: 24px;
	}
}
	
@media(max-width:1366px){
	   .call p a {
        font-size: 20px;
    }
}
	

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


@media(max-width:768px){
	.form .flex {
		display: block;
		gap: 10px;
		margin-bottom: 0;
	}
	.form input[type='text'] {
		margin-bottom: 10px;
	}
}

@media(max-width:700px){
	div#n2-ss-2-arrow-previous {
		top: -40px;
		left: -25%;
	}
	div#n2-ss-2-arrow-next {
		top: -40px;
		right: 25%;
	}
}