/*
Theme Name: Sao Kim Digital
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: Sao Kim Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: saokimdigital
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
*/
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #ddd
}

.message_ajax{
color: #FCCD06;
text-align: center;
margin-top: 10px;
display: none;
}
.message_ajax.active {
display: block;
}
.max_line_1,
.max_line_1 p,
.max_line_1 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_4,
.max_line_4 p,
.max_line_4 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5,
.max_line_5 p,
.max_line_5 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_6,
.max_line_6 p,
.max_line_6 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_7,
.max_line_7 p,
.max_line_7 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_8,
.max_line_8 p,
.max_line_8 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
    line-clamp: 8 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_9,
.max_line_9 p,
.max_line_9 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 9 !important;
    line-clamp: 9 !important;
    -webkit-box-orient: vertical !important;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #FCCD06;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #FCCD06; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.my_form_contact {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 28px;
}
.my_form_contact input[type="text"],
.my_form_contact input[type="tel"],
.my_form_contact input[type="email"],
.my_form_contact input[type="date"] {
	background-color: #00000000 !important;
	color: #fff !important;
    border-color: #FFFFFF99 !important;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0 !important;
	padding: 8px 0 !important;
	box-shadow: none !important;
	font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	outline: 0 !important;
}

.my_form_contact input[type="text"]::placeholder,
.my_form_contact input[type="tel"]::placeholder,
.my_form_contact input[type="email"]::placeholder,
.my_form_contact input[type="date"]::placeholder {
	color: #fff !important;
	opacity: 0.8;
}

.form_accept_wrap {
	font-size: 12px !important;
	color: #fff !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.form_accept_wrap input {
	width: 16px;
	height: 16px;
}

.form_accept_wrap p {
	width: calc(100% - 24px);
	margin: 0;
}

.btn_submit_contact_p {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 0;
}

.btn_submit_contact {
	background-color: #00000000 !important;
    color: #FCCD06 !important;
    border: #FCCD06 1px solid !important;
	font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 32px 12px 32px;
}

.btn_submit_contact:hover {
	background-color: #FCCD06 !important;
    color: rgb(5, 78, 139) !important;
}

.my_form_contact{
    position: relative;
}

.my_form_contact.loading:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(255,255,255, 0.5);
}

.my_form_contact input.error_cpc {
	border-bottom: #FCCD06 1px solid !important;
}
@media only screen and (max-width: 600px) {

}