/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.custom_modal_enqfrm, .custom_modal_brochure_frm {
    max-width: 800px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
	z-index: 999;
	
}
.custom_modal_enqfrm form, .custom_modal_brochure_frm form{
	max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.custom_modal_enqfrm .gform-theme--foundation .gform_fields, .custom_modal_brochure_frm .gform-theme--foundation .gform_fields{
	row-gap: 20px;
}
.custom_modal_enqfrm.open-modal, .custom_modal_brochure_frm.open-modal{
	display: block;
}
.custom_modal_enqfrm form input, .custom_modal_enqfrm form textarea, .custom_modal_brochure_frm form input, .custom_modal_brochure_frm form textarea{
	font-family: "Outfit", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #222d2c !important;
	background-color: #ffffff !important;
    border-color: #5F7F7B !important;
    border-radius: 30px 30px 30px 30px !important;
	padding: 17px 24px !important;
	height: auto !important;
	outline: none !important;
}
.custom_modal_enqfrm form textarea, .custom_modal_brochure_frm form textarea{
	height: 120px !important;
}
.custom_modal_enqfrm form input[type="submit"], .custom_modal_brochure_frm form input[type="submit"]{
	font-family: "Outfit", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #222d2c !important;
	background-color: #86C560 !important;
    border-color: #5F7F7B !important;
    border-radius: 30px 30px 30px 30px !important;
	padding: 17px 24px !important;
}
.custom_modal_enqfrm form input::placeholder, .custom_modal_brochure_frm form input::placeholder{
	color: #69727d;
}
.close-modal img, .close-modal-brochure img{
	width: 18px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(36deg) brightness(108%) contrast(100%);
}
.close-modal, .close-modal-brochure {
    position: absolute;
    top: -12px;
    right: -8px;
    background-color: #86c560 !important;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.show_enquiry_form:after {
    content: "";
    width: 100vw;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
	z-index: 99;
}
.show_enquiry_form{
	overflow: hidden;
}
.disable-field{
	pointer-events: none !important;
	opacity: 0.5;
}
.download_brochure .file_list{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.download_brochure .file_list li{
	list-style: none;
}
.download_brochure .file_list li a{
	background-color: var(--e-global-color-secondary);
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 30px 30px 30px 30px;
    padding: 9px 20px 9px 20px;
	color: #fff;
	display: inline-block;
}
.quote_shop_single_brochure{
	background-color: transparent !important;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5D7D79;
    border-radius: 30px 30px 30px 30px;
    padding: 9px 9px 9px 20px;
	color: #5D7D79 !important;
}
#gform_confirmation_message_2{
	text-align: center;
}
.quote_shop_loop_brochure{
    background-color: transparent !important;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5D7D79;
    color: #5D7D79 !important;
	border-radius: 30px !important;
}