/*
Theme Name: Trustimprove
Template: canvas
Author: IC10 IT Diensten
Author URI: https://ic10.nl
Description: Trustimprove is a WordPress theme designed for the Trustimprove website. It features a clean and modern design, optimized for performance and user experience.
Version: 1.0.0
*/

.is-pattern-banner-hero-03 .floating-featured-image-wrapper .line-pattern-right {
    /* position: relative !important; */
    right: 20px !important;
}

.is-style-full-height {
    height: 100%;
}

.line-pattern-right {
    img {
        position: relative;
        z-index: 999;
        float: right;
        top: -80px;
        margin-top: -80px;
    }
}

.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content[aria-current="page"],
.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-pages-list__item__link[aria-current="page"],
.wp-block-navigation .wp-block-navigation-item:has(.current-menu-ancestor) {
    color: var(--wp--preset--color--contrast-secondary) !important;
}

.arrows {
    transform: rotate(-80deg);
}

body .gform_wrapper {
    max-width: 45rem !important;
}

body .gform_required_legend {
    color: #fff !important;
}

#scroll-to-top {
    position: fixed;
    display: none;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--contrast-secondary);
    bottom: 40px;
    right: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    line-height: 20px;
    font-size: var(--wp--preset--font-size--xl);
}

.logo-slider img {
    max-height: 50px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

footer .wp-block-site-logo a.custom-logo-link img,
footer .wp-block-site-logo a.custom-logo-link {
    max-height: 100px !important;
}

footer section {
    background-color: #202A31 !important
}