/*

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

*/
:root{
	--primary-bg:#00A4A4;
	--pirmary-light: #EBF9F9;
}
.green_text{
	color: var(--primary-bg);
}
.roermond_section {
    backdrop-filter: blur(14px);
}
.roermond_section p,
.services_card p{
    margin-bottom: 0px;
} 
.services_card > .elementor-widget-image img {
    object-fit: cover;
}


header .main_nav-menu .custom-btn.white-btn {
	display: none;
}
header .main_nav-menu {
    transform: translateY(0%);
	transition: none;
	will-change: transform;
}
header.header_hidden .main_nav-menu{
	transform: translateY(-100%) !important;
	transition: transform 250ms,background 0ms;
}
header.scrolled .main_nav-menu {
	position: fixed;
    top: 0px !important;
    padding-block: 0px;
    border-bottom: 0px;
	background: var(--primary-bg);
}
header.scrolled.scrolled_up .main_nav-menu {
    transform: translateY(0%) !important;
	
}
header.scrolled .main_nav-menu .inner_header {
/*     padding-bottom: 0px; */
    border-bottom: 0px;
}
header .main_nav-menu {
	
}
.nowrap_text h6.elementor-heading-title {
    text-wrap: nowrap;
}
.contact_us-section .worflow_container.contact-form form .form_container p select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact_us-section .worflow_container.contact-form form .form_container p .wpcf7-form-control-wrap{
	position: relative;
	isolation: isolate;
}
.contact_us-section .worflow_container.contact-form form .form_container p label.custom_select .wpcf7-form-control-wrap::after {
    content: "";
    background: url("/wp-content/uploads/2026/02/Vector.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 24px;
    pointer-events: none;
    width: 15px;
    height: 7px;
    transform: translateY(-50%);
}
.service_image-container {
    perspective: 5000px;
    transition: none !important;
}
.service_image-container .img_to-anim {
    position: absolute;
    top: -30%;
    transform-origin: center center;
    left: 60%;
    transition: none !important;
    z-index: 20;
    pointer-events: none;
}
.services_loop-grid .type-service:not(:nth-child(2)) .service_image-container {
    border-top: 0px;
}
.services_loop-grid .service_image-container:hover {
    border-color: var(--primary-bg);
}
.services_loop-grid .service_image-container {
    opacity: 60%;
}
.services_loop-grid .service_image-container:hover{
	opacity: 1;
}
/* Buttons Styling */
.green-btn{
	--color: #fff;
	--btn-bg: #00A4A4;
}
.white-btn{
	--color: #00A4A4;
	--btn-bg: #fff;
}
.custom-btn > a,
.worflow_container form  .custom-btn .elementor-button {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	transition: all 350ms;
	color: var(--color) !important;
	display: flex;
	width: fit-content;
}
.custom-btn span.elementor-button-content-wrapper {
    gap: 10px;
	align-items:center;
}
.custom-btn span.elementor-button-content-wrapper span.elementor-button-icon path,
.worflow_container form  .custom-btn .elementor-button path{
	fill: var(--btn-bg);
}
.custom-btn span.elementor-button-content-wrapper span.elementor-button-icon,
.worflow_container form  .custom-btn .elementor-button span.elementor-button-icon {
    background: var(--color);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	transition: all 350ms;
}
.custom-btn span.elementor-button-content-wrapper span.elementor-button-icon::before,
.worflow_container form  .custom-btn .elementor-button span.elementor-button-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    z-index: -1;
	transition: all 350ms;
}
.custom-btn > a:hover span.elementor-button-content-wrapper span.elementor-button-icon::before,
.worflow_container form  .custom-btn .elementor-button:hover span.elementor-button-icon::before{
	width: var(--before-size);
    height: var(--before-size);
}
.custom-btn > a:hover,
.worflow_container form  .custom-btn .elementor-button:hover{
	color: var(--btn-bg) !important;	
}
.custom-btn > a:hover span.elementor-button-content-wrapper span.elementor-button-icon path,
.worflow_container form  .custom-btn .elementor-button:hover span.elementor-button-icon path{
	fill: var(--color);
}
.custom-btn > a:hover span.elementor-button-content-wrapper span.elementor-button-icon,
.worflow_container form  .custom-btn .elementor-button:hover span.elementor-button-icon{
	background: var(--btn-bg);
}
/* Buttons Styling */
/* Site Navigation */
.main_nav-menu .elementor-widget-theme-site-logo {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(110%) contrast(100%);
}
.mobile_canvas-nav {
    backdrop-filter: blur(10px);
}
.mobile_canvas-nav .custom-btn > a {
    width: 100%;
}
.mobile_canvas-nav .custom-btn > a .elementor-button-content-wrapper{
	justify-content:space-between;
	width: 100%;
}
.mobile_canvas-nav .menu_close-btn a.elementor-button {
    width: 38px;
    height: 38px;
}
.mobile_canvas-nav .elementor-widget-nav-menu li.menu-item a {
    text-shadow: 0px 5px 7px rgba(0,0,0,0.25);
}
/* Site Navigation */
/* Marquee Styling */
.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: 100px;
}

.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_custom .marquee-wrapper .marquee_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    font-weight: 500;
    font-size: 18px;
}
/* Marquee Styling */
/* Professionalist Section Styling */
section.professionalist_section p {
    margin-bottom: 0px !important;
}
/* Professionalist Section Styling */
/* Faq Section Styling */
section.faq_section .elementor-widget-n-accordion .e-n-accordion-item:last-child .e-n-accordion-item-title {
    border-width: 1px 0px 1px 0px !important;
}
section.faq_section .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title::after {
    content: "";
    margin-left: auto;
    width: 18px;
    height: 18px;
    background: url('/wp-content/uploads/2026/01/Vector.svg') no-repeat;
	background-size: contain;
	opacity: 0.6;
}
section.faq_section .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title::after {
    opacity: 1;
}
/* Faq Section Styling */
/* Services Section Styling */
.service_card > .elementor-widget-image {
    overflow: hidden;
    border-radius: 10px;
}
/* Services Section Styling */
/* Blogs Card Styling */
.blog_card > .e-con-inner > .elementor-element:first-child .blogs_category-list span.elementor-post-info__terms-list,
.blog_info-box .blogs_category-list span.elementor-post-info__terms-list{
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0px ;
}
.blog_card > .e-con-inner > .elementor-element:first-child .blogs_category-list span.elementor-post-info__terms-list-item,
.blog_info-box .blogs_category-list span.elementor-post-info__terms-list-item{
    background: rgba(255,255,255,0.8);
    height: 43px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding-inline: 15px;
    color: var(--primary-bg);
    font-size: 18px !important;
    font-weight: 500;
}
.blog_card .avatar_info-box > .elementor-element:first-child .elementor-widget-image,
.blog_info-box .avatar_info-container > .elementor-widget-image{
    min-width: 43px;
}
.blog_card .avatar_info-box > .elementor-element:first-child > .elementor-element:last-child > .elementor-element,
.blog_info-box .avatar_info-container > .elementor-element:last-child > .elementor-element{
    display: flex;
}
.blogs_category--filter button.e-filter-item {
    border-radius: 100px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    box-shadow: 1.3px 1.3px 0.25px 0px rgba(255,255,255,0.5) inset,-1.1px -1.7px 0.25px 0px rgba(255,255,255,0.5) inset;
    height: 54px;
    padding-inline: 30px !important;
}
a#load_more-btn {
    display: none;
}

.blogs_load-more-btn a.is-loading {
  pointer-events: none;
  position: relative;
}

.blogs_load-more-btn a.is-loading > *{
	opacity: 0.6;
}

.blogs_load-more-btn a.is-loading::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin .6s linear infinite;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%, -50%);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.worflow_container form .form_container p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.worflow_container form .form_container p input, .worflow_container form .form_container p select {
    border: 0px;
    outline: 0px;
    height: 53px;
    background: rgba(255,255,255,10%);
	color: rgba(255,255,255,60%);
	font-size: 18px;
}
.worflow_container form .form_container p input::placeholder, .worflow_container form .form_container p select{
	color: rgba(255,255,255,60%);
	font-size: 18px;
}
.worflow_container form .form_container p input:focus {
    background: rgba(255,255,255,1);
    color: var(--primary-bg);
}
.worflow_container form .form_container p select option {
    background: var(--primary-bg) !important;
    border: 0px;
}
.worflow_container form  .custom-btn .elementor-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 90px;
    border: 1px solid var(--primary-bg);
    background: rgba(255,255,255,0.1);
	font-size: 18px;
	font-family: "Aeonik", sans-serif;
	
}
.single_blog-form.worflow_container form .custom-btn .elementor-button {
    padding: 16px;
    border-radius: 10px;
	margin-top: 10px;
}
.worflow_container form p {
    margin: 0px;
}
.single_blog-form.worflow_container form {
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 27px;
}
.worflow_container.single_blog-form .avatar_info-container > .elementor-element:last-child > .elementor-element {
    display: flex;
}
.worflow_container.single_blog-form {
    position: sticky;
    left: 0px;
    top: 40px;
}
.blog_card .blog_details {
    min-height: 95px;
}
/* Blogs Card Styling */
/* Contact Us Styling */
.contact_us-section .worflow_container.contact-form {
    max-width: 486px;
    width: 100%;
}
.contact_us-section .worflow_container.contact-form form .form_container p {
    gap: 20px;
    margin-bottom: 20px;
}
.contact_us-section .worflow_container.contact-form form .form_container p input, 
.contact_us-section .worflow_container.contact-form form .form_container p select {
    height: 67px;
    border-radius: 90px;
}
.contact_us-section .worflow_container.contact-form form .custom-btn button {
    background: var(--primary-bg);
}
/* Contact Us Styling */
.booknetiic_container #bookneticElementorContainer > div {
    width: 100%;
	border-radius: 10px !important;
	overflow: hidden;
}
.booknetiic_container #bookneticElementorContainer .booknetic_appointment_container,
.booknetiic_container #bookneticElementorContainer .booknetic_appointment_container_footer{
	background: #ebf9f9;
}
.booknetiic_container #bookneticElementorContainer .booknetic_service_card{
	background: rgba(255,255,255,0.5);
}
html body .google_reviews .ti-widget.ti-goog .ti-review-item>.ti-inner {
    background: #EBF9F9 !important;
}
html body .google_reviews .ti-widget.ti-goog.ti-disable-animation .ti-widget-container{
	margin-block: 0px !important;
}
/*Responsive Design*/
@media (min-width: 1199px){
	.main_nav-menu nav.elementor-nav-menu__container a.elementor-item {
    border-radius: 100px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    box-shadow: 1.3px 1.3px 0.25px 0px rgba(255,255,255,0.5) inset,-1.1px -1.7px 0.25px 0px rgba(255,255,255,0.5) inset;
}

/* header.header_hidden.scrolled .main_nav-menu .custom-btn.white-btn{
	display: inline-block;
}
header.header_hidden.scrolled .main_nav-menu .custom-btn.white-btn > a{
	--before-size: 343px !important;
}
header.header_hidden.scrolled .main_nav-menu .custom-btn.green-btn{
	display: none;
} */
}
@media (max-width:1199px){
	.blog_card > .e-con-inner > .elementor-element:first-child .blogs_category-list span.elementor-post-info__terms-list-item {
    height: 32px;
    padding-inline: 10px;
    font-size: 14px !important;
}
	.contact_us-section .worflow_container.contact-form {
    max-width: 386px;
}
	.blog_card .blog_details {
    min-height: 122px;
}
	
header.header_hidden.scrolled .main_nav-menu .custom-btn.white-btn{
	display: none !important;
}
}
@media (max-width: 1024px){
	.main_nav-menu nav.elementor-element  .elementor-nav-menu--burger {
    position: static !important;
}
	.main_nav-menu nav.elementor-element nav.elementor-nav-menu--dropdown {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
    border-radius: 12px;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
}
	.main_nav-menu nav.elementor-element nav.elementor-nav-menu--dropdown .current_page_item a {
    background: #EBF9F9;
    color: var(--primary-bg);
}
		.blog_card .blog_details {
    min-height: 95px;
}
}
@media (max-width: 880px){
	.contact_us-section .worflow_container.contact-form {
    max-width: 100%;
}
}
@media (max-width: 767px){
	.marquee-content {
		height: 80px;
	}
	.marquee_custom .marquee-wrapper .marquee_content {
    	font-size: 16px;
	}
	.blog_card > .e-con-inner > .elementor-element:first-child .blogs_category-list span.elementor-post-info__terms-list {
    gap: 4px;
}
	.blogs_category--filter button.e-filter-item {
    height: 40px;
    padding-inline: 16px !important;
}
	.worflow_container form  .custom-btn .elementor-button {
    padding: 8px 8px 8px 18px;
    font-size: 16px;
}
			.blog_card .blog_details {
    min-height: auto;
}
	.custom-btn span.elementor-button-content-wrapper {
    justify-content: space-between;
    width: 100%;
}
	section.professionalist_section .custom-btn.green-btn {
    left: 20px !important;
    width: calc(100% - 40px) !important;
}
	section.professionalist_section .custom-btn.green-btn > a{
		width: 100%;
	}
}
@media (max-width: 600px){
	.contact_us-section .worflow_container.contact-form form .form_container p input, .contact_us-section .worflow_container.contact-form form .form_container p select {
    height: 48px;
}
}
/*Responsive Design*/

/* BOOKNETIC */

@media only screen and (max-width: 768px) {
	.sal-booking iframe {
		height: 848px !important;
	}
}
