/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

body {
	background-color: #EBF3FE !important;
}
:root{
	--bg-color: #fff;
	--bg-primary-btn:#3990F0;
}
p{
	margin:0px !important;
}
.blue_text {
    color: var(--bg-primary-btn);
}
.svg_to-animate .dashed_svg-anim{
	position:absolute;
	z-index:-1;
}
.svg_to-animate {
    position: relative;
    isolation: isolate;
}
.svg_to-animate .dashed_svg-anim svg {
    stroke-dasharray: 383;
    stroke-dashoffset: 383; 
}
.svg_to-animate .dashed_svg-anim.animate_in svg{
	animation: svgDashed 1s forwards 1;
}
@keyframes svgDashed {
	0%{stroke-dashoffset: 383;}
	100%{stroke-dashoffset: 0;}
}
.magnetic {
  display: inline-block;
  will-change: transform;
  pointer-events: none;
}
.pill {
    background: var(--pillbg-color);
    display: flex;
    width: fit-content;
    border-radius: 5px;
    justify-content: center !important;
    align-items: center !important;
}
.testimonial_carousel .swiper-slide .elementor-testimonial__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0000001A;
}
.testimonial_carousel .swiper-slide .elementor-testimonial__content::before {
    content:"";
    width:32px;
    height:24px;
    background:url("/wp-content/uploads/2025/12/Vector.svg");
}
.testimonial_carousel .swiper-slide  .elementor-testimonial__footer {
    margin: 0px;
	margin-top: 20px;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.testimonial_carousel .swiper-slide  .elementor-testimonial__footer > *{
	max-width: 100%;
	flex:1;
	margin: 0px;
}
.testimonial_carousel .swiper-slide .elementor-testimonial__footer > .elementor-testimonial__image {
    margin: 0px;
    max-width: 62px;
}
.testimonial_carousel .swiper-wrapper{
    transition: all 5s linear;
}

/* Button Styling Start */
.btn-effect .elementor-button{
	position:relative;
	isolation:isolate;
	overflow: hidden;
}
.btn-effect .elementor-button svg{
	max-width: 14px;
}
.btn-effect .elementor-button:hover svg > path{
	fill:var(--bg-primary-btn) !important;
}
.btn-effect:not(.no-icon-rotate) .elementor-button:hover svg{
	transform: rotate(45deg);
}
.btn-effect .elementor-button span,
.btn-effect .elementor-button svg > path,
.btn-effect .elementor-button svg{
		transition:all 0.3s ease;
}
.btn-effect .elementor-button:hover span{
	color: var(--bg-primary-btn);
}
.btn-effect .elementor-button::before {
    content: "";
    position: absolute;
    width: var(--effect-width);
    height: var(--effect-width);
    left: var(--move-x);
    top: var(--move-y);
    background-color: var(--bg-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    transition: width 0.4s ease, height 0.4s ease, left 0.2s ease, top 0.2s ease;
    will-change: width, height, left, top;
}
/* Button Styling End */
/* Hero Section Styling Start */
section#hero .svg_to-animate .dashed_svg-anim {
    top: 52px;
    left: 0;
}
section#hero .avatar_img,
section#hero .avatar_img-2{
	transition: all 4s ease-in-out;
	animation: avatartMove 1s forwards 1;
}
section#hero .avatar_img{
	--translate-value: -12px;
	--initial-value: -35px;
}
section#hero .avatar_img-2{
	--translate-value: -23px;
	--initial-value: -71px;
}
@keyframes avatartMove {
	0%{
		transform: translatex(var(--initial-value));	
	}
	100%{
		transform: translatex(var(--translate-value));
	}
}
/* Hero Section Styling End */
/* Tools Section Styling Start */
.full_width-left > div,
.full_width-right > div{
    max-width: var(--content-width);
}
/* Tools Section Styling End */
/* Deserve Section Styling Start */
section#deserve_section{
	isolation: isolate;
}
section#deserve_section .dashed_svg-anim {
    top: 38px;
    left: 150px;
}
section#deserve_section .pill {
    padding: 2px 8px;
    height: 24px;
}
/* Deserve Section Styling End */
/* Why Choose Section Styling Start */
section#Why_choose-section .dashed_svg-anim {
    top: 40px;
    right: 206px;
}
section#Why_choose-section .pill {
    height: 24px;
    padding-inline: 8px;
}
/* Why Choose Section Styling End */
/* Reviews Section Styling Start */
section#reviews-section .dashed_svg-anim svg {
    width: 100%;
}
section#reviews-section .dashed_svg-anim {
    bottom: -16px;
    right: 0px;
    width: 184px;
}
/* Reviews Section Styling End */
/* About Salonora Styling Start */
section#about_salonora-section .salonora_list ul {
    gap: 18px;
}
section#about_salonora-section .salonora_list ul > li {
    background: rgba(255,255,255,10%);
    padding: 10px 20px;
    border-radius: 5px;
}
/* About Salonora Section Styling End */
/* Works Section Styling Start */
section#works-section .dashed_svg-anim {
    bottom: -16px;
    right: -6px;
    width: 210px;
}
section#works-section .dashed_svg-anim svg {
    width: 100%;
}
section#works-section .scale_image-anim {
    position: absolute;
    z-index: 2;
    bottom: 400px;
    width: 55%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none !important;
}
section#works-section .scale_image-anim img{
	width: 100%;
}
section#works-section .card_icons .elementor-icon,
section.portfolio-works_section .card_icons .elementor-icon,
section.work_section .card_icons .elementor-icon{
    background: #3990F033;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding-inline: 13px;
    border-radius: 4px;
}
/* Works Section Styling End */
/* Portfolio Section Styling Start */
section#portfolio_section .list_item-container ul.elementor-icon-list-items span.elementor-icon-list-icon,
.verdienen .why_choose-img-container .didis_list-icons span.elementor-icon-list-icon{
    background: #fff;
    width: 35px;
	min-width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 10px;
	margin-right: 5px;
}
section#portfolio_section .list_item-container ul.elementor-icon-list-items span.elementor-icon-list-icon svg,
.verdienen .why_choose-img-container .didis_list-icons span.elementor-icon-list-icon svg{
	margin: 0px;
}
section#promises_section .dashed_svg-anim {
    bottom: -20px;
    left: 0;
    width: 100%;
}
/* Portfolio Section Styling End */
/* Marquee Section Styling Start */
/* .marquee-section .swiper-slide .elementor-testimonial__footer > .elementor-testimonial__image {
    max-width: 32px;
    height: 32px;
}
.marquee-section .swiper-slide .elementor-testimonial__footer {
	flex-direction: row !important;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: nowrap;
    gap: 18px;
}
.marquee-section .swiper-wrapper {
    transition: all 5s linear !important;
} */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-left var(--marquee-speed) linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-right: 18px;
	gap: 18px;
	height: 112px;
}

/* Directions */
.marquee-left {
    animation-name: marquee-left;
}

.marquee-right {
    animation-name: marquee-right;
}

@keyframes marquee-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes marquee-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
.marquee-section .marquee_content {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 26px;
    font-weight: 500;
	color: #fff;
}
/* Marquee Section Styling End */
/* FAQ Section Styling Start */
.faq_section .e-n-accordion-item summary.e-n-accordion-item-title:before {
    content: attr(data-accordion-index);
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: #3990F033;
    left: 30px;
	display: flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
}

/* FAQ Section Styling End */
/* Footer Styling Start */
footer .custom_btn.btn-effect svg path {
    fill: #000;
}
footer .custom_btn.btn-effect .elementor-button{
	--bg-color: #000;
	--bg-primary-btn:#fff;
}
footer .elementor-widget-share-buttons .elementor-grid > div {
    margin: 0px !important;
}
footer .bottom_nav-menu > nav > ul {
    justify-content: space-between;
    align-items: center;
	flex:1;
}
footer .bottom_nav-menu > nav > ul::after{
	display: none;
}
footer .bottom_nav-menu{
	flex:1;
}
/* Footer Styling End */
/* Section Styling Start */
/* Section Styling End */

header .e-off-canvas__main .canvas_close-btn > a {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .e-off-canvas__main .canvas_close-btn {
    width: 35px !important;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 35px;
}
/* Floating Avatar Section Styling Start */
.avatar_qoute-container > .elementor-element:first-child.
.avatar_qoute-container.booking_container > .elementor-element{
    position: relative;
}
.avatar_qoute-container > .elementor-element:first-child::before,
.avatar_qoute-container.booking_container > .elementor-element::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bg-primary-btn);
    z-index: -1;
    top: 0px;
    transform: skew(0deg, -1deg) translate(10px, -4px);
}
.avatar_qoute-container > .elementor-element:first-child::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 36.5px;
    background: url(/wp-content/uploads/2025/12/Vector-6.png);
    bottom: -16px;
    left: -13px;
}
.avatar_qoute-container {
    isolation: isolate;
}
/* Floating Avatar Section Styling End */
section#Why_choose-section .verdienen > .elementor-element > .elementor-element:last-child {
    grid-column: 1/3;
}
section#Why_choose-section .verdienen .why_choose-img-container .avatar_qoute-container {
    isolation: isolate;
}
section#Why_choose-section .verdienen .why_choose-img-container .avatar_qoute-container > .elementor-element:first-child:after {
    display: none;
}
.verdienen .why_choose-img-container .didis_list-icons span.elementor-icon-list-icon{
	background: var(--bg-primary-btn);
}
section.together_teams-section .list_boxes .pill {
    width: 25px;
    height: 25px;
}
.team_grid > .elementor-element {
    position: relative;
    isolation: isolate;
}
.team_grid > .elementor-element:before {
    content: "";
    position: absolute;
    background: var(--bg-primary-btn);
    height: 8px;
    width: 80%;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    top: unset !important;
    border-radius: 0px 0px 150px 150px;
}
.deserve_info{
	isolation: isolate;	
}
.deserve_info .naartoe_gaan .pill {
    padding: 8px;
}
section#works-section.demo_section .scale_image-anim {
    bottom: 650px;
}
section#works-section.demo_section .card_icons .elementor-icon {
    height: 60px;
    width: 60px;
}
.avatar_qoute-container.booking_container > .elementor-element::after{
	display: none;
}
.voorbeelden .team_grid > .elementor-element .elementor-button svg path {
    fill: var(--bg-primary-btn);
}
.voorbeelden .team_grid > .elementor-element .elementor-button svg {
    width: 12px;
}
.voorbeelden .team_grid > .elementor-element .custom_btn {
    margin-top: auto;
    display: flex;
}
section.portfolio-works_section .scale_image-anim {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 400px;
    width: 55%;
}
.svg_to-animate.blog_head .dashed_svg-anim svg {
    stroke-dasharray: 590;
    stroke-dashoffset: 590; 
}
.svg_to-animate.blog_head .dashed_svg-anim.animate_in svg{
	animation: svgDashed 1s forwards 1;
}
@keyframes svgDashed {
	0%{stroke-dashoffset: 590;}
	100%{stroke-dashoffset: 0;}
}
.featured_blogs .elementor-posts-container > article {
    grid-column: 4/6;
	position:relative;
	isolation: isolate;
	max-height: 267px;
	border-radius: 10px;
	overflow: hidden;
}
.featured_blogs .elementor-posts-container > article:first-child {
    grid-column: 1/4;
    grid-row: 1/3;
	max-height: 550px;
}
.featured_blogs .elementor-posts-container > article:last-child {
    grid-row: 2/3;
    grid-column: 4/6;
}
.featured_blogs .elementor-posts-container > article:not(:first-child) .elementor-post__excerpt,
.featured_blogs .elementor-posts-container > article:not(:first-child) .elementor-post__meta-data{
    display: none;
}
.featured_blogs .elementor-posts-container > article .elementor-post__text {
    background: #fff;
    position: absolute;
    bottom: 18px;
    left: 18px;
    border-radius: 10px;
    max-width: calc(100% - 36px);
    padding: 20px 25px;
}
.featured_blogs .elementor-posts-container > article a.elementor-post__thumbnail__link,
.featured_blogs .elementor-posts-container > article a.elementor-post__thumbnail__link > div{
    margin: 0px !important;
/* 	padding: 0px !important; */
	width: 100%;
	height: 100%;
}
.blogs_loop-grid-custom .e-loop__load-more.elementor-button-wrapper span.elementor-button-icon {
    transform: rotate(-45deg);
}
.post_content > figure.wp-block-image:first-child {
    display: none;
}
.custom_post-container .worflow_container {
    position: sticky;
    top: 40px;
    left: 0px;
}
.custom_post-container .worflow_container .wf-info_container .elementor-widget-icon-list li.elementor-icon-list-item {
    margin: 0px;
    flex-direction: row-reverse;
    gap: 10px;
}
.custom_post-container .worflow_container .workflow_form form button[type=submit] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--bg-primary-btn);
    border: 1px solid var(--bg-primary-btn);
    height: 54px;
    font-size: 18px;
    margin-top: 30px;
}
.custom_post-container .worflow_container .workflow_form form button[type=submit]:hover{
	color:var(--bg-primary-btn);
} 
.custom_post-container .worflow_container .workflow_form form button[type=submit] svg {
    width: 12px;
}
.custom_post-container .worflow_container .workflow_form form .form_container label {
    width: 100%;
}
.custom_post-container .worflow_container .workflow_form form .form_container label:not(:last-child){
	margin-bottom: 10px;
}
.custom_post-container .worflow_container .workflow_form form .form_container label input, .custom_post-container .worflow_container .workflow_form form .form_container label select {
    border: 0px;
    background: #F7F7F7;
    border-radius: 5px;
    height: 52px;
	font-size: 18px;
}
.custom_post-container .worflow_container .workflow_form form .form_container label input:focus-within, .custom_post-container .worflow_container .workflow_form form .form_container label select:focus-within{
	outline-color: var(--bg-primary-btn);
}
.custom_post-container .worflow_container .workflow_form form .form_container label input::placeholder{
    color: #00000033 !important;
}
section.author_hero {
    position: relative;
    isolation: isolate;
}
.blogs_category-list ul.elementor-inline-items {
    gap: 7px;
}
.blogs_category-list ul.elementor-inline-items span.elementor-post-info__terms-list{
	display: flex;
	justify-content: flex-start;
	align-items:center;
	gap: 7px;
	flex-wrap: wrap;
}
.blogs_category-list ul.elementor-inline-items span.elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    background: #fff;
    padding: 0px 10px 0px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    border-radius: 5px;
}
.blogs_category-list ul.elementor-inline-items span.elementor-post-info__terms-list{
	font-size: 0px;
}
.blogs_category-list ul.elementor-inline-items span.elementor-post-info__terms-list > .elementor-post-info__terms-list-item {
	font-size: 16px !important;
	position: relative;
}
.blogs_category-list ul.elementor-inline-items span.elementor-post-info__terms-list .elementor-post-info__terms-list-item::before {
    content: ".";
    position: absolute;
    top: 8px;
    left: 10px;
    transform: translateY(-50%);
    font-size: 32px;
}
@media (max-width:1200px){
	.voorbeelden .team_grid > .elementor-element  img {
    width: 100%;
}
	.voorbeelden .team_grid .elementor-element{
		overflow: hidden;
	}
}
@media (max-width: 1024px){
	section#works-section .scale_image-anim {
    height: fit-content;
    width: 768px;
    top: 154px;
    left: 50%;
    transform: translateX(-50%);
}
	header .e-off-canvas__main .custom_btn.btn-effect > a.elementor-button {
    width: 100%;
}
	section#tools-section .floating_couples-img {
    position: static;
}
	.featured_blogs .elementor-posts-container > article {
    grid-column: 1;
	max-height: 350px;
}
	.featured_blogs .elementor-posts-container > article:first-child {
    grid-column: 1;
    grid-row: 1;
	max-height: 350px;
}
	.featured_blogs .elementor-posts-container > article:last-child {
    grid-row: 3;
    grid-column: 1;
	max-height: 350px;
}
}
@media (max-width: 767px){
	.marquee-content {
    height: 90px;
}
	.marquee-section .marquee_content {
    font-size: 18px;
}
	.faq_section .e-n-accordion-item summary.e-n-accordion-item-title:before {
    left: 10px;
}
	section#hero .svg_to-animate .dashed_svg-anim {
    top: 36px;
    width: 170px;
}
	section#deserve_section .dashed_svg-anim {
    top: 28px;
    left: 106px;
    width: 170px;
}
	section#hero .svg_to-animate .dashed_svg-anim svg,
	section#deserve_section .dashed_svg-anim svg{
		width: 100%;
	}
	section#Why_choose-section .dashed_svg-anim{
		display: none;
	}
	section#reviews-section .svg_to-animate {
    width: fit-content;
}
	section#works-section .svg_to-animate {
    width: fit-content;
}
	section#promises_section .svg_to-animate {
    width: fit-content;
}
	section#Why_choose-section .verdienen > .elementor-element > .elementor-element:last-child {
    grid-column: 1;
}
	section#works-section.demo_section .scale_image-anim {
    top: 90px;
    }
	section.portfolio-works_section .scale_image-anim {
    bottom: unset;
    top: 170px;
}
	section.author_hero .dashed_svg-anim svg {
    width: 100%;
}
	.featured_blogs .elementor-posts-container > article{
		max-height: 100%;
		min-height: 350px;
	}
	section.blogs_hero .blog_head svg {
    width: 100%;
}
	.featured_blogs .elementor-posts-container > article .elementor-post__excerpt, .featured_blogs .elementor-posts-container > article .elementor-post__meta-data{
		display: none;
	}
	.blogs_category-list ul.elementor-inline-items span.elementor-post-info__terms-list > .elementor-post-info__terms-list-item {
	font-size: 14px !important;
}
}

