/*
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.2.1747798536
Updated: 2025-05-21 03:35:36

*/

html,body{min-width:1200px; width:100%; overflow-x:hidden;}
a, a:hover{color:unset;}
.menu-item:hover a, .current-menu-item a{
	font-weight:800 !important;
}
a.hfe-menu-item {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.form label, .form span{width:100%;}
.form input[type='text'] {
    font-size: 13px;
    font-family: 'Poppins';
    padding: 20px;
    border-radius: 7px;
	margin-bottom:15px;
}
.form label {
    font-size: .3px;
}

.footer label {
    font-size: .3px;
}

.form label span {
    font-size: 13px;
    color: white;
    font-family: 'Poppins';
    line-height: 150%;
}
.form .wpcf7-spinner {
    display: none;
}
.form .btn {
    background: #D90000;
    color: white;
    border: none;
    display: block;
    margin: 20px auto 0px;
    padding: 20px;
    width: 100%;
    font-size: 14px;
    font-family: poppins;
}
.form span.wpcf7-list-item {
    margin: 0;
}

.footer .btn {
    display: block;
    margin: 30px auto 0;
    background: #D75252;
    color: white;
    border: none;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 17px;
    
	font-family: 'Poppins';
}
.footer textarea {
    height: 150px;
}

.footer input[type='text'], .footer textarea {
    padding: 20px;
    border: 1px solid #E9E9E9;
    background: #F4F4F4;
    font-size: 15px;
    font-family: 'Poppins';
}

.footer label, .footer span {
    width: 100%;
}

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

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

.footer label span {
    font-size: 14px;
    font-family: 'Poppins';
}

.n2-active {
    background: url(https://beta10.technodreamcenter.com/acculinemanagement.com/wp-content/uploads/2025/05/Untitled-22.png) no-repeat !important;
    background-size: 100% 100% !important;
    height: 20px;
    width: 20px;
}

.ex ul li:before {
    content: "\f057";
    margin-left: -25px;
    margin-right: 10px;
    color: rgba(208, 2, 27, 1);
    font-size: 23px;
    font-family: 'Font Awesome 5 Free';
}

.ex ul li, .check ul li { list-style: none; margin-bottom: 15px; }



.check ul li:before {
    content: "\f14a";
    margin-left: -25px;
    margin-right: 10px;
    color: rgba(1, 60, 255, 0.96);
    font-size: 23px;
    font-family: 'Font Awesome 5 Free';
}

.page-id-56 .contact .flex {
    display: flex;
    gap: 20px;
}

#buyer.contact .divider {
    border: 1px solid white;
    margin: 30px 0;
    display: block;
}
#buyer.contact h4 {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
#buyer.contact input[type='text'], #buyer.contact input[type='tel'], #buyer.contact input[type='email'] {
    margin-bottom: 10px;
    display: block;
	border-radius: 8px;
}
#buyer.contact ::placeholder {
    font-size: 15px;
}
#buyer.contact {
    font-family: 'Poppins';
    font-size: 18px;
}
#buyer.contact .flex {
    font-family: 'Poppins';
    display: flex;
    gap: 15px;
}

#buyer.contact input[type='submit'] {
    background: #D90000;
    color: white;
    border: none;
    display: block;
    margin: 20px auto 0px;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    font-family: poppins;
}

#buyer span.wpcf7-list-item-label {
    font-size: 17px;
}

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


@media(max-width:768px){
	.page-id-56 .contact .flex {
		display: block;
		gap: 20px;
	}
	.footer input[type='text'] {
		margin-bottom: 10px;
	}
	.footer .flex {
		display: block;
		gap: 15px;
		margin-bottom: 0;
	}
}