/*
Theme Name: Frei & Zeit
Author: Frei & Zeit
Author URI: https://freiundzeit.it
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*Global CSS Rules*/


:root {
    font-size: 100%;
    --fuz-padding-side: 40px;
    --no-q-font: "Oxygen", sans-serif;
}

@media screen and (max-width: 1024px) {
    :root {
        --fuz-padding-side: 40px; 
    }
}

@media screen and (max-width: 767px) {
    :root {
        --fuz-padding-side: 16px;
    }
}



html,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    position: relative;
}

html {
    -webkit-box-sizing: border-box;
         box-sizing: border-box;
  }

* {
	font-family: Oxygen, sans-serif;
}
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
        box-sizing: inherit;
  }
  
  @media screen and (max-width: 767px){
    body.fuz-nav-menu-open {
        height: 100vh;
        overflow-y: hidden;
    }
  }

  a {
    color: inherit;
  }

  ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
  }
  
  .menu li {
    list-style: none;
  } 
  .menu a {
    text-decoration: none;
  }


/*Green Buttons*/

a.fuz-green-button-link {
    padding: 12px 0;
    cursor: pointer;
}

a.fuz-green-button-link button.fuz-green-button {
    color: var(--e-global-color-9f01b84);
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    display: flex;
    flex-wrap: nowrap;
    border: none;
    background-color: transparent;
    padding: 0;
    align-items: center;
    cursor: pointer;
}

a.fuz-green-button-link button.fuz-green-button .fuz-green-button-icon {
    height: 22px;
}

a.fuz-green-button-link button.fuz-green-button .fuz-green-button-icon svg {
    height: 24px;
    width: auto;
}


/*Header Styles*/

.fuz-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: white;
    z-index: 999;
    transition: box-shadow 0.3s ease-in-out;
}

.fuz-scrolled-body .fuz-header {
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
}

.fuz-header-navbar {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.fuz-header-branding {
    height: 100%;
}
.fuz-header-branding img {
    width: 111px;
    height: auto;
}

.fuz-header-col {
    display: flex;
    align-items: center;
}

.fuz-header-col-first {
    display: flex;
    gap: 60px;
    align-items: center;
}

.fuz-header-col-second {
    flex-grow: 2;
    justify-content: flex-end;
    gap: 24px;
}

.fuz-header-primary-menu ul {
    gap: 20px; 
}


.fuz-header-primary-menu a {
    position: relative;
    padding: 0 4px;
    font-family: var(--no-q-font);
    color: var(--e-global-color-81fc4bf);
    font-size: 1rem;
    display: flex;
    height: 86px;
    align-items: center;
    cursor: pointer;
}

.fuz-header-primary-menu a:after,
.fuz-navbar-products a:after
 {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--e-global-color-primary);
    transition: 0.3s ease-in-out;
}

.fuz-header-primary-menu a:hover:after,
.fuz-header-primary-menu .current-menu-item a:after,
.fuz-main-menu-products-submenu-active a:after {
    width: 100%;   
}

.fuz-main-menu-industries-submenu-active a:after {
    width: 100%;   
}

.fuz-navbar-item-has-submenu {
    margin-right: 28px;
    position: relative;
}

.fuz-navbar-item-has-submenu:after {
    content: url('fuz-assets/icons/arrow-down.svg');
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    height: 23px;
}

.fuz-navbar-ls {
    font-size: 1rem;
    padding: 12px 4px;
}

.fuz-navbar-ls .wpml-ls {
	width: auto;	
}

.fuz-navbar-ls .wpml-ls a {
	border: none;
}

.fuz-navbar-ls .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
	background-color: transparent;
	color: var(--e-global-color-81fc4bf);
}

.fuz-navbar-ls .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content: url('fuz-assets/icons/arrow-down.svg');	
	border: none;
	right: 0;
	top: 2px;
	height: 100%;
	display: flex;
	align-items: center;
	
}

.fuz-navbar-ls ul.wpml-ls-sub-menu {
	border-top: none;	
}

.fuz-navbar-ls ul.wpml-ls-sub-menu li a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.fuz-navbar-ls ul.wpml-ls-sub-menu li:first-child a {
	padding-top: 16px;
}

.fuz-navbar-ls ul.wpml-ls-sub-menu li a span,
.fuz-navbar-ls .wpml-ls-legacy-dropdown a{
	color: var(--e-global-color-81fc4bf);
}

.fuz-navbar-ls ul.wpml-ls-sub-menu li:last-child a {
	border-radius: 0 0 4px 4px;
}

.fuz-header-col-second a.fuz-navbar-product-demo-button {
    border: none;
    font-size: 1rem;
    cursor: pointer;
	color: white;
	display: block;
	background-color: var(--e-global-color-primary);
	border-radius: 4px;
	text-decoration: none;
	padding: 12px 24px;
}

.fuz-navbar-ls .wpml-ls-legacy-dropdown a:hover {
	background-color: white;	
}

/*Products Subemu*/



.fuz-main-menu-products-submenu,
.fuz-main-menu-industries-submenu {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100vw;
    background-color: white;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);  
    border-top: 1px solid var(--e-global-color-1d26473);
    z-index: 999;
    display: none;
}


.fuz-main-menu-products-submenu-background {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    background-color: var(--e-global-color-accent);
    z-index: 4;
    height: 100%;
}

.fuz-main-menu-products-submenu-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
}

.fuz-main-menu-products-submenu-inner-column {
    padding: 40px;
    position: relative;
    z-index: 5;
    gap: 20px;
}

.fuz-main-menu-submenu-heading {
    color: var(--e-global-color-primary);
    font-weight: 700;
    font-size: 1.5rem;
}

.fuz-main-menu-products-submenu-inner-column-first {
    width: 60%;
    display: flex;
    flex-direction: column;
    background-color: white;   
}

.fuz-main-menu-products-submenu-inner-column-second {
    width: 40%;
    background-color: var(--e-global-color-accent);
    display: flex;
    flex-direction: column;
}

ul.fuz-products-submenu-list {
    margin: 0;
    padding: 0;
}

.fuz-main-menu-submenu-product-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
}

.fuz-main-menu-submenu-product-list ul a {
    width: 50%;
    text-decoration: none;
    padding-right: 20px;
}

.fuz-main-menu-submenu-addons-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 0;
}

.fuz-main-menu-submenu-addons-list ul a {
    width: 100%;
    text-decoration: none;
}

.fuz-products-submenu-list-item {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}


.fuz-products-submenu-list-item-img img {
    width: 36px;
    height: auto;
}

.fuz-products-submenu-list-item-text {
    color: var(--e-global-color-text);
    font-size: 1rem;
}

.fuz-main-menu-products-submenu a {
    text-decoration: none;
}

.fuz-main-menu-products-submenu button.fuz-products-submenu-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: var(--e-global-color-9f01b84);
    padding: 12px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1rem;
    gap: 4px;
}

button .fuz-products-submenu-button-text {
    line-height: 1.5em;
	font-weight: 700;
}

.fuz-main-menu-products-submenu button.fuz-products-submenu-button .fuz-products-submenu-button-icon {
    height: 24px;
}


/*Industries Submenu*/

.fuz-main-menu-industries-submenu-inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.fuz-industries-submenu-list {
	display: flex;
	flex-direction: row;
	gap: 24px 0;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.fuz-industries-submenu-list a {
	padding-right: 20px;
	width: calc(100% / 3);
	text-decoration: none;
}

.fuz-industries-submenu-list li {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	align-items: center;
}

.fuz-industries-submenu-list li img {
	width: 36px;
	height: auto;
}

.fuz-industries-submenu-list-item-text {
	color: var(--e-global-color-text);
  	font-size: 1rem;
}

/*Menu Toggle*/

.fuz-header-menu-toggle {
    height: 18px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fuz-header-menu-toggle-bar,
.fuz-header-menu-toggle-bar:before,
.fuz-header-menu-toggle-bar:after
 {
    width: 100%;
    height: 2px;
    background-color: black;
    border-radius: 2px;
	transition: 0.3s ease-in-out;
}

.fuz-header-menu-toggle-bar {
    position: relative;
}

.fuz-header-menu-toggle-bar:before,
.fuz-header-menu-toggle-bar:after {
    content: "";
    position: absolute;
    left: 0;
	transform: rotate(0);
}

.fuz-header-menu-toggle-bar:before {
    bottom: 8px;
	
}

.fuz-header-menu-toggle-bar:after {
    top: 8px;
	
}

.fuz-nav-menu-open .fuz-header-menu-toggle-bar {
	background-color: white;
}

.fuz-nav-menu-open .fuz-header-menu-toggle-bar:before {
    bottom: 0;
	transform: rotate(45deg);
	
}

.fuz-nav-menu-open .fuz-header-menu-toggle-bar:after {
    top: 0;
	transform: rotate(-45deg);
	
}

@media screen and (max-width: 1024px) {
    .fuz-header-navbar {
        height: 70px;
    }

    .fuz-nav-menu-open .fuz-header-navbar {
        background-color: white;
        box-shadow: 0 1px 0 var(--e-global-color-1d26473);

    }
}

@media screen and (max-width: 767px) {

    .fuz-header-col {
        height: 100%;
    }
    .fuz-header-branding {
        display: flex;
        align-items: center;
    }
}

/*Fullscreen Menu*/
.fuz-fullscreen-menu {
    position: fixed;
    height: 100vh;
    background-color: white;
    z-index: 5;
    right: 0;
    top: 0;
    width: 0;
    overflow-y: scroll;
    box-shadow: -5px 0 5px rgba(50, 50, 50, 0.2);
    display: none;
}

.fuz-fullscreen-menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #E0FFA5;
    padding-top: 71px;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    padding-bottom: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fuz-fullscreen-menu-inner ul {
    flex-direction: column;
    gap: 0;
}

.fuz-fullscreen-menu-inner li {
    
    border-bottom: 1px solid var(--e-global-color-1d26473);
    cursor: pointer;
}


.fuz-mobile-menu-item-has-custom-submenu {
    position: relative;
}

.fuz-mobile-menu-products-link:after,
.fuz-mobile-menu-industries-link:after {
    position: absolute;
    content: url('fuz-assets/icons/arrow-right.svg');
    right: 16px;
    height: 100%;
	top: 0;
    transition: 0.3s ease-in-out;
	transform-origin: center;
	display: flex;
	align-items: center;
}

.fuz-mobile-menu-products-submenu-open .fuz-mobile-menu-products-link:after,
.fuz-mobile-menu-industries-submenu-open .fuz-mobile-menu-industries-link:after {
    transform: rotate(180deg);
	transform-origin: center;
}

.fuz-fullscreen-menu-inner li a {
    padding: 20px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}

.fuz-fullscreen-menu-primary-menu a {
    font-size: 1rem;
}


a.fuz-mobile-navbar-product-demo-button-link {
	display: inline-block;
	margin-top: 40px;
	background-color: var(--e-global-color-primary);
	padding: 12px 24px;
	border-radius: 4px;
	border: none;
	color: white;
	font-size: 1rem;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1024px){
    .fuz-fullscreen-menu {
        min-width: 100vw;
        color: var(--e-global-color-81fc4bf);
    }
    .fuz-fullscreen-menu-inner {
        background-color: white;
    }
}

@media screen and (max-width: 767px){
    .fuz-fullscreen-menu {
        min-width: 100vw;
    }
}

/*Fullscreen Products and Industries Submenu*/

.fuz-mobile-menu-products-submenu,
.fuz-mobile-menu-industries-submenu {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 24px;
    z-index: 10;
    background-color: white;
    display: none;
    transition: left 0.3s ease-in-out;
}

.fuz-mobile-menu-submenu-heading:before {
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 2px;
}

.fuz-mobile-menu-products-submenu-open .fuz-mobile-menu-products-submenu,
.fuz-mobile-menu-industries-submenu-open .fuz-mobile-menu-industries-submenu {
    left: 0;
}

.fuz-mobile-menu-products-submenu a,
.fuz-mobile-menu-industries-submenu a {
    text-decoration: none;
}

.fuz-mobile-menu-products-submenu li,
.fuz-mobile-menu-industries-submenu li {
    padding: 20px 0;
    border-bottom: 1px solid  var(--e-global-color-1d26473);
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px;
}

.fuz-mobile-products-submenu-button-wrapper {
    padding: 20px 24px;
}

.fuz-mobile-products-submenu-button-wrapper .fuz-green-button .fuz-green-button-text {
	font-weight: bold;
}


.fuz-mobile-menu-products-submenu .fuz-products-submenu-list-item-img img,
.fuz-mobile-menu-industries-submenu .fuz-industries-submenu-list-item-img img {
    width: 24px;
    height: auto;
}

.fuz-mobile-menu-products-submenu-inner-column-first,
.fuz-mobile-menu-industries-submenu-inner-column-first {
    padding: 70px 0 0 0;
}

.fuz-mobile-menu-submenu-list {
    padding: 0 24px;
	flex-direction: column;
}

.fuz-mobile-menu-products-submenu-heading,
.fuz-mobile-menu-industries-submenu-heading {
    padding: 20px 20px 20px 48px;
    background-color: var(--e-global-color-accent);
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.fuz-mobile-menu-products-submenu-heading:before,
.fuz-mobile-menu-industries-submenu-heading:before {
    position: absolute;
    content: url('fuz-assets/icons/arrow-left.svg');
    left: 24px;
    transition: 0.3s ease-in-out;
    transform: rotate(-180deg);
}

.fuz-mobile-menu-products-submenu-open .fuz-mobile-menu-products-submenu-heading:before,
.fuz-mobile-menu-industries-submenu-open .fuz-mobile-menu-industries-submenu-heading:before {
    transform: rotate(0);
}

.fuz-mobile-menu-products-submenu-inner-column-second {
    background-color: var(--e-global-color-accent);
}

.fuz-mobile-menu-addons-submenu-heading {
    padding: 20px 24px;
    font-weight: 700;
}

/*Main Styles*/

.fuz-main {
    margin-top: 86px;
}

@media screen and (max-width: 1024px) {
	.fuz-main {
    margin-top: 70px;
}
}


/*Products Page*/

/*Table of Contents*/

.fuz-products-toc a {
    width: 100%;
    padding: 8px 12px;
    transition: 0.5s ease-in-out!important;
    border-right: 2px solid transparent;
}


.fuz-products-toc a.elementor-item-active {
    background-color: var(--e-global-color-accent);
    border-right: 2px solid var(--e-global-color-primary);
}


.fuz-product-loop-go-to-product-button .elementor-button-icon svg {
    height: 12px;
    width: auto;
}


/*Product Overview Feature Loop*/

.fuz-product-overview-features-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.fuz-product-overview-feature-item {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.fuz-product-overview-feature-item-title {
    color: var(--e-global-color-primary);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
}

.fuz-product-overview-feature-item-text{
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    color: var( --e-global-color-text );
}

.fuz-product-overview-features-toggle-section {
    display: flex;
    justify-content: flex-end;
}

.fuz-product-overview-features-toggle-section button.fuz-product-overview-features-toggle-button {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    color: var( --e-global-color-9f01b84 );
    padding: 12px 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.fuz-product-overview-features-toggle-section .fuz-product-overview-features-toggle-button .fuz-product-overview-features-expand-button-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.fuz-product-overview-features-collapse-button {
    display: none;
}

.fuz-product-overview-features-wrapper-hidden {
    padding: 20px 0 40px 0;
}

.fuz-product-overview-features-wrapper-hidden-slidebox {
    display: none;
}

@media screen and (max-width: 767px) {
	
	.fuz-product-overview-features-wrapper {
		gap: 20px;
	}
	
	.fuz-product-overview-features-wrapper-hidden {
		padding: 0 0 40px 0;
	}
	
    .fuz-product-overview-feature-item {
        width: 100%;
    }
}
/*Products Single Page*/

.fuz-product-benefits-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
}

.fuz-product-benefit {
    padding: 40px 20px;
    background-color: var(--e-global-color-accent);
    border-radius: 12px;
    width: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fuz-product-benefit-title {
    text-align: center;
    color: var(--e-global-color-text);
    font-size: 1.5rem;
    line-height: 1.33em;
}

.fuz-single-product-features-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fuz-single-product-feature-item {
    width: 33%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.fuz-single-product-feature-item-img {
    position: relative;
}

.fuz-feature-coming-soon-badge {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('fuz-assets/icons/coming-soon.png');
    background-size: cover;
    background-position: top right;
}

.fuz-single-product-feature-item-img img {
    max-width: 100%;
}

.fuz-single-product-feature-item-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fuz-single-product-feature-item-heading {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-25559a1-font-family ), Sans-serif;
    font-size: var( --e-global-typography-25559a1-font-size );
    font-weight: var( --e-global-typography-25559a1-font-weight );
    line-height: var( --e-global-typography-25559a1-line-height );
    margin: 0;
}

.fuz-single-product-feature-item-text {
    font-family: var( --e-global-typography-e2c7d8e-font-family ), Sans-serif;
    font-size: var( --e-global-typography-e2c7d8e-font-size );
    font-weight: var( --e-global-typography-e2c7d8e-font-weight );
    line-height: var( --e-global-typography-e2c7d8e-line-height );
    letter-spacing: var( --e-global-typography-e2c7d8e-letter-spacing );
    word-spacing: var( --e-global-typography-e2c7d8e-word-spacing );
    color: var( --e-global-color-text );
}

/* Fuz Products 2 Col */

.fuz-single-product-two-col-item {
	padding: 40px;
	display: flex;
	gap: 40px;
}

.fuz-single-product-two-col-item:nth-child(2n-1) {
	flex-direction: row;	
}

.fuz-single-product-two-col-item:nth-child(2n) {
	flex-direction: row-reverse;	
}

.fuz-single-product-two-col-item-col {
	width: calc( 50% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fuz-single-product-two-col-item-img img {
	width: 100%;
}

.fuz-single-product-two-col-item-heading {
	color: var( --e-global-color-primary );
  	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  	font-size: var( --e-global-typography-secondary-font-size );
  	font-weight: var( --e-global-typography-secondary-font-weight );
  	line-height: var( --e-global-typography-secondary-line-height );
	margin: 0;
}

.fuz-single-product-two-col-item-text {
	color: var( --e-global-color-text );
  	font-family: var( --e-global-typography-e2c7d8e-font-family ), Sans-serif;
  	font-size: var( --e-global-typography-e2c7d8e-font-size );
  	font-weight: var( --e-global-typography-e2c7d8e-font-weight );
  	line-height: var( --e-global-typography-e2c7d8e-line-height );
}

@media screen and (max-width: 1024px) {
	.fuz-product-benefits-wrapper {
		flex-wrap: wrap;
	}
	.fuz-product-benefit {
		width: calc( 50% - 10px);
	}
	
	
	
	.fuz-single-product-feature-item {
		width: 50%;
	}
	
		.fuz-single-product-two-col-item:nth-child(2n-1) {
	flex-direction: column;	
}

.fuz-single-product-two-col-item:nth-child(2n) {
	flex-direction: column;	
}
	.fuz-single-product-two-col-item-col {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.fuz-product-benefit {
		width: 100%;
	}
	.fuz-single-product-feature-item.swiper-slide {
		padding: 0px 0 32px 0;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.fuz-features-swiper .swiper-pagination-horizontal span.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border: solid 1px var(--e-global-color-primary);
		background-color: white;
		opacity: 1;
	}
	.fuz-features-swiper .swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: var(--e-global-color-primary);
	}
	
	.fuz-single-product-features-wrapper div.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
		bottom: 0; 
	}
	
	.fuz-single-product-two-col-item {
		gap: 20px;
	}
	
	.fuz-single-product-two-col-item {
		padding: 32px 16px;
	}
	
}

/*Single Product Video Section*/

.fuz-product-video-section-inner {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 40px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.fuz-product-video-section-col-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.fuz-product-video-section-col {
	display: flex;
	flex-direction: column;
	width: calc(50% - 20px);
	gap: 20px;
}

h3.fuz-product-video-section-heading {
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  	font-size: var( --e-global-typography-secondary-font-size );
 	font-weight: var( --e-global-typography-secondary-font-weight );
  	line-height: var( --e-global-typography-secondary-line-height );
	color: var( --e-global-color-primary );
	margin: 0;
}

h4.fuz-product-video-section-content-title {
	color: var( --e-global-color-primary );
  	font-family: var( --e-global-typography-25559a1-font-family ), Sans-serif;
  	font-size: var( --e-global-typography-25559a1-font-size );
  	font-weight: var( --e-global-typography-25559a1-font-weight );
  	line-height: var( --e-global-typography-25559a1-line-height );
	margin: 0;
}

.fuz-product-video-section-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.fuz-product-video-section-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.fuz-product-video-section-content-text {
	font-family: var( --e-global-typography-e2c7d8e-font-family ), Sans-serif;
  	font-size: var( --e-global-typography-e2c7d8e-font-size );
  	font-weight: var( --e-global-typography-e2c7d8e-font-weight );
  	line-height: var( --e-global-typography-e2c7d8e-line-height );
  	letter-spacing: var( --e-global-typography-e2c7d8e-letter-spacing );
 	word-spacing: var( --e-global-typography-e2c7d8e-word-spacing );
 	color: var( --e-global-color-text );
	margin: 0;
}

@media screen and (max-width: 767px){
	.fuz-product-video-section-inner {
		padding: 32px 16px;
	}
	.fuz-product-video-section-col-wrapper {
		flex-direction: column;
		gap: 40px;
	}
	.fuz-product-video-section-col {
		width: 100%;
	}
}

/* Fuz Industry Single page */

.fuz-single-industry-two-col-item {
	padding: 40px;
	display: flex;
	gap: 40px;
}

.fuz-single-industry-two-col-item:nth-child(2n-1) {
	flex-direction: row;	
}

.fuz-single-industry-two-col-item:nth-child(2n) {
	flex-direction: row-reverse;	
}

.fuz-single-industry-two-col-item-col {
	width: calc( 50% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fuz-single-industry-two-col-item-img img {
	width: 100%;
}

.fuz-single-industry-two-col-item-heading {
	color: var( --e-global-color-primary );
  	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  	font-size: var( --e-global-typography-secondary-font-size );
  	font-weight: var( --e-global-typography-secondary-font-weight );
  	line-height: var( --e-global-typography-secondary-line-height );
	margin: 0;
}

.fuz-single-industry-two-col-item-text {
	color: var( --e-global-color-text );
  	font-family: var( --e-global-typography-e2c7d8e-font-family ), Sans-serif;
  	font-size: var( --e-global-typography-e2c7d8e-font-size );
  	font-weight: var( --e-global-typography-e2c7d8e-font-weight );
  	line-height: var( --e-global-typography-e2c7d8e-line-height );
}

@media screen and (max-width: 1024px) {
	.fuz-single-industry-two-col-item:nth-child(2n-1) {
	flex-direction: column;	
}

.fuz-single-industry-two-col-item:nth-child(2n) {
	flex-direction: column;	
}
	.fuz-single-industry-two-col-item-col {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.fuz-single-industry-two-col-item {
		padding: 32px 16px;
	}
}
	
/* Fuz Industry Single PaaS page */

.fuz-industries-single-paas-sections {
	display: flex;
	flex-direction: column;
}

.fuz-industries-single-paas-section {
	display: flex;
	flex-direction: column;
	padding: 40px;
	gap: 40px;
}

.fuz-industries-single-paas-section h3,
.fuz-industries-single-paas-section h4,
.fuz-industries-single-paas-section p {
	margin: 0;
}

.fuz-industries-single-paas-section-row-first {
	display: flex;
	gap: 24px;
	flex-wrap: nowrap;
}

.fuz-industries-single-paas-section-row-first .fuz-industries-single-paas-section-column {
	width: calc( 50% - 12px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.fuz-industries-single-paas-section h3 {
	font-size: var( --e-global-typography-secondary-font-size );
    line-height: var( --e-global-typography-secondary-line-height );
	font-weight: var( --e-global-typography-secondary-font-weight );
}

.fuz-industries-single-paas-section-text {
	font-size: var( --e-global-typography-e2c7d8e-font-size );
    line-height: var( --e-global-typography-e2c7d8e-line-height );
	font-weight: var( --e-global-typography-e2c7d8e-font-weight );
}

.fuz-industries-single-paas-section-img {
	border-radius: 4px;
}

.fuz-industries-single-paas-section-row-second {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--e-global-color-primary);
}

.fuz-industries-single-paas-subsection {
	width: calc( 50% - 10px);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fuz-industries-single-paas-section h3,
.fuz-industries-single-paas-section h4 {
	color: var(--e-global-color-primary);
}

.fuz-industries-single-paas-section h4 {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3em;
}

.fuz-industries-single-paas-section-text,
.fuz-industries-single-paas-subsection-paragraph {
	color: var(--e-global-color-text);
}

.fuz-industries-single-paas-subsection-paragraph {
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
	line-height: var( --e-global-typography-text-line-height );
}

@media screen and (max-width: 1024px) {
	.fuz-industries-single-paas-section {
		padding: 40px 24px;
	}
	
	.fuz-industries-single-paas-section-row-first {
		flex-wrap: nowrap;
	}
	
	.fuz-industries-single-paas-section-row-first .fuz-industries-single-paas-section-column {
		width: 100%;
	}
	.fuz-industries-single-paas-subsection {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.fuz-industries-single-paas-section {
		padding: 32px 16px;
	}
	
	.fuz-industries-single-paas-section-row-first {
		flex-wrap: wrap;
	}
}

/*Footer Styles*/

/*Footer CTA Section*/

.fuz-footer-cta-section {
	padding: 90px 40px;
}

.fuz-footer-cta-section-inner {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 60px 40px;
	gap: 20px;
	background-color: var(--e-global-color-accent);
	border-radius: 12px;
}

.fuz-footer-cta-section-inner-heading {
	font-size: var( --e-global-typography-secondary-font-size );
	font-weight: var( --e-global-typography-secondary-font-weight );
	line-height: var( --e-global-typography-secondary-line-height );
	color: var( --e-global-color-primary );
}



.fuz-footer-cta-section-inner-button {
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	.fuz-footer-cta-section {
		padding: 40px;
	}

}

@media screen and (max-width: 767px) {
	.fuz-footer-cta-section {
		padding: 32px 16px;
	}
	
	.fuz-footer-cta-section-inner {
		padding: 32px 16px;
	}
}

.fuz-footer {
    padding-top: 80px;
    width: 100vw;
    display: flex;
    flex-direction: column;
}


.fuz-footer-row {
    display: flex;
    justify-content: space-between;
   
}

.fuz-footer-col-container {
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.fuz-footer-row-first {
    background-color: var(--e-global-color-primary);
}

.fuz-footer-contact-us {
    display: flex;
    width: 100%;
}

.fuz-footer-contact-us-heading {
    flex-grow: 2;
    color: white;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: var( --e-global-typography-secondary-font-size );
  font-weight: var( --e-global-typography-secondary-font-weight );
  line-height: var( --e-global-typography-secondary-line-height );
}

.fuz-footer-contact-us-button  {
    flex-grow: 1;
	cursor: pointer;
}

.fuz-footer-contact-us button.fuz-footer-contact-us-button {
    border: none;
    font-size: 1rem;
    color: var(--e-global-color-text);
    background-color: white;
}

.fuz-footer-row-first .fuz-footer-col-container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.fuz-footer-menu-row {
	display: flex;
	color: white;
}

.fuz-footer-menu-col {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-right: 20px;
	width: 25%;
}

.fuz-footer-menu-element {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.fuz-footer-menu-element-heading {
	font-size: 1.25rem;
	font-weight: 700;
}

.fuz-footer-menu-element ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.fuz-footer-menu-element a {
	text-decoration: none;	
}

.fuz-footer-menu-element li {
	list-style: none;	
}

.fuz-footer-row-second {
    background-color: var(--e-global-color-secondary);
}

.fuz-footer-row-second .fuz-footer-col-first {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    flex-grow: 2;
}

.fuz-footer-row-second .fuz-footer-col-second {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

.fuz-footer-branding img {
    width: 111px;
    height: auto;
}

.fuz-footer-meta-menu ul {
    flex-direction: row;
    gap: 16px;
}

.fuz-footer-meta-menu a {
    color: white;
    font-size: 0.75rem;
}

.fuz-footer-social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.fuz-footer-social-icon svg {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.fuz-footer-social-icon svg:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
	
	.fuz-footer {
		padding-top: 0;
	}
	.fuz-footer-menu-row {
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.fuz-footer-menu-col {
		width: 50%;	
	}	
}

@media screen and (max-width: 767px) {
	
	.fuz-footer {
		padding-top: 0;
	}
    
    .fuz-footer-row {
        flex-direction: column;
        gap: 40px;
    }

    .fuz-footer-col-container {
        flex-direction: column;
        gap: 40px;
    }

    .fuz-footer-contact-us {
        flex-direction: column;
        gap: 40px;
    }
	
	.fuz-footer-menu-col {
		width: 100%;	
	}

    .fuz-footer-row-second .fuz-footer-col-first {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .fuz-footer-meta-menu ul {
        flex-direction: column;
    }

    .fuz-footer-row-second .fuz-footer-col-second {
        justify-content: flex-start;
    }
}



/*Hide Elements depending on Screensize*/

@media screen and (max-width: 767px) {
    .fuz-hide-on-mobile {
        display: none!important;
    }
}


@media screen and (min-width: 1025px) {
    .fuz-hide-on-desktop {
        display: none!important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .fuz-hide-on-tablet {
        display: none!important;
    }
}


@media screen and (max-width: 767px){
body.request-form-visible {
	height: 100vh;
	overflow-y: hidden;
	}
}


