/*
Theme Name: WSVCustom
Template: heaven
Author: HCR
Description: Hallenbad Attendere Customtheme
Version: 1.1.40.1693277791
Updated: 2025-10-29 02:56:31

*/

@import url('https://fonts.googleapis.com/css2?family=Bungee&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* common css */
body .single-content h1.elementor-heading-title,
body .single-content h2.elementor-heading-title,
body .single-content h3.elementor-heading-title,
body .single-content h4.elementor-heading-title,
body .single-content h5.elementor-heading-title,
body .single-content h6.elementor-heading-title {
    margin: 0;
}

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus,
body .wp-block-search .wp-block-search__button,
s .wp-block-search .wp-block-search__button:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    box-shadow: none;
}

input[type="submit"]:hover {
    color: var(--global-palette9);
    background: var(--global-palette2);
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 0;
    color: #000000;
}

textarea:focus {
    color: #000000;
}

.wp-block-search .wp-block-search__input {
    border: 1px solid #e5e5e5;
}

input[type="submit"] {
    color: var(--global-palette9);
}

input[type="search"] {
    color: var(--global-palette1);
}

input[type="search"]:focus {
    color: var(--global-palette1);
}

body [type="search"] {
    border-radius: 0;
    background: transparent;
}


/* left sidebar margin */
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
}

body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin: 0;
    line-height: 1.2;
}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
    padding-block: 5px;
}

.primary-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: var(--global-palette2);
}

/* search Drawer*/

#search-drawer .drawer-inner .drawer-content {
    align-items: normal;
}

.search-form .heaven-search-icon-wrap {
    top: 10px;
    height: 0;
    display: block;
    color: #000;
}

#search-drawer .drawer-inner input.search-field {
    border: none;
}

.site-header-section-right .site-header-item .site-header-focus-item .header-item-search-bar .search-form {
    color: transparent;
}

/* blog left side */
.primary-sidebar.widget-area .widget_block {
    padding-block-end: 30px;
}

.wp-block-search__label {
    display: none;
}

.wp-block-search .wp-block-search__button {
    border-radius: 0;
    background: var(--global-palette2);
    color: var(--global-palette9);
}

body.wp-block-search .wp-block-search__input {
    border: 1px solid var(--global-palette6);
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    padding: 0.6em 0.5em;
}

.blog-section .uc_post_title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 380px;
}


.blog-section #uc_post_carousel_elementor_be9bf3e .ue-meta-data {
    position: absolute;
    bottom: 6em;
    right: 30px;
    background-color: var(--global-palette2);
    padding: 15px;
    width: 20%;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1025px) {
    .blog-section #uc_post_carousel_elementor_be9bf3e .ue-meta-data {
        bottom: 8em;
        right: 10px;
    }
}


/* footer */
.site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget-area .contact-area {
    font-size: 23px;
}

/* end common css  */

.head-title-area h2.elementor-heading-title span {
    color: var(--global-palette2);
}

/* testimonial section */
.testimonial-section .elementor-testimonial__image {
    display: flex;
    justify-content: center;
}

/* newslatter section */
.newsletter-form {
    position: relative;
    width: 400px;
    display: inline-block;
}

.newsletter-form .sub-email {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 8px;
    color: #fff;
    box-shadow: none;
    width: 100%;
    display: block;
}

.mc4wp-form .newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url(./assets/image/send.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 50px;
    padding: 0;
    border: none;
}

@media (max-width: 576px) {
    .newsletter-form {
        width: 100%;
    }
}

.project-area .icroh-caption {
    opacity: 0;
}

.project-area .icroh-caption:hover {
    opacity: 1;
}

@media (max-width: 1201px) {
    .mc4wp-form-fields {
        display: flex;
        justify-content: center;
    }
}

.team-area #uc_content_grid2_elementor_7534c59.uc_post_grid_style_one .uc_content {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -50px;
    position: relative;
}

.widget-toggle-open-container .widget-toggle-open .widget-toggle-icon {
    padding-right: 15px;
}

.widget-toggle-open {
    flex-direction: row-reverse;
}



.faq-area .elementor-accordion-item .elementor-tab-title{
    border-bottom: 1px solid var(--global-palette6);
}

#widget-drawer .header-widget-2style-normal a:not(.button) {
    text-decoration: none;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
    color: #ffffff;
}

.collapse-sub-navigation ul.menu li a {
    border: none;
}

.collapse-sub-navigation ul.menu .drawer-nav-drop-wrap .drawer-sub-toggle {
    border: none;
}

#colophon {
    background-image: url('./assets/image/footer-img.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    background-attachment: scroll;
    background-position-y: -9em;
}

.service-section #uc_icon_image_content_box_elementor_e29ed68,
.service-section #uc_icon_image_content_box_elementor_a0fff59,
.service-section #uc_icon_image_content_box_elementor_e96e5f6 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 30px;
}

#uc_icon_image_content_box_elementor_e29ed68 .uc_details-icon,
#uc_icon_image_content_box_elementor_a0fff59 .uc_details-icon,
#uc_icon_image_content_box_elementor_e96e5f6 .uc_details-icon {
    background-color: var(--global-palette2);
}

body #uc_icon_image_content_box_elementor_e29ed68 .uc_details,
body #uc_icon_image_content_box_elementor_a0fff59 .uc_details,
body #uc_icon_image_content_box_elementor_e96e5f6 .uc_details {
    padding: 0 51px 60px 51px;
}

@media (max-width: 1025px) {
    body #uc_icon_image_content_box_elementor_e29ed68 .uc_details,
    body #uc_icon_image_content_box_elementor_a0fff59 .uc_details,
    body #uc_icon_image_content_box_elementor_e96e5f6 .uc_details {
    padding: 0 20px 60px 20px;
}
}

.uc_content_box_area {
    border-radius: 30px;
}

#uc_icon_image_content_box_elementor_e29ed68 .uc_details-icon #Layer_1,
#uc_icon_image_content_box_elementor_a0fff59 .uc_details-icon #Layer_1,
#uc_icon_image_content_box_elementor_e96e5f6 .uc_details-icon #Layer_1 {
    vertical-align: middle;
    margin-bottom: 12px;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-b795a06.animated-slow.elementor-section-boxed.elementor-section-height-default.animated.fadeIn {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}