/*
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.9.1782873638
Updated: 2026-07-01 02:40:38

*/

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

h1, h2,h3,h4, h5, h6, p, ul, ul li, span, label {
    background: #00000001;
}

form.wpcf7-form.init label {
    font-size: .3px;
}

form label{
	width:100%;
}

span.wpcf7-list-item-label {
    font-size: 16px;
    margin-top: 10px;
	    line-height: 150%;
}

.hfe-skip-link{
	display:none !important;
}

#reviews span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#FFC700 !important;
}

#reviews span.swiper-pagination-bullet {
    background: white !important;
    opacity: 1;
    margin: 0 10px !important;
    width: 10px;
    height: 10px;
}


.up, .down{
	cursor: pointer;
}


.swiper-button-next:after, .swiper-button-prev:after{
	display:none;
}

.swiper-button-next img, .swiper-button-next, .swiper-button-prev img, .swiper-button-prev {
    width: 45px !important;
    height: 45px;
    object-fit: contain;
}

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

.page-id-53 form input[type='text'],.page-id-53 form textarea {
    box-shadow: none;
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Roboto';
    letter-spacing: -.02em;
    background: #F3F3F3;
    margin-bottom: 10px;
}

.form label{
	font-size:.2px;
}

.form span label{
	font-size:16px;
	line-height:130%;
}

main .form span {
    color: black;
}

a, a:hover{
    color:unset;
}

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

h3.elementor-image-box-title{
    margin:0;
}

form textarea {
    height: 200px;
    border-radius: 15px;
}

span.wpcf7-spinner {
    position: absolute;
}

form .btn {
    border: none;
    display: block;
    margin: 20px auto 0;
    background: linear-gradient(177deg, rgba(255, 200, 1, 1) 0%, rgba(223, 168, 0, 1) 100%);
    color: #333333;
    padding: 22px 50px;
    border-radius: 150px;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 18px;
	letter-spacing: 0.036em;
}


form input[type='text'], form textarea {
    box-shadow: 2px 1px 3px 1px rgba(84, 84, 84, 0.75) inset;
    border: none;
    padding: 20px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'open sans';
    letter-spacing: -.02em;
    background: #F3F3F3;
}

form .flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.acc {
    height: 420px;
    position: relative;
    overflow-y: scroll;
}

@media(max-width:1366px){
	.faq {
    width: 95%;
}
	
}


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


@media(max-width:600px){
	form .flex {
		flex-direction: column;
	}
}