/*
 Theme Name:   Twenty Twenty One Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty One Child Theme
 Author:       Logitech
 Author URI:   http://logitech.com
 Template:     twentytwentyone
 Version:      1.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyone
*/

@font-face {
    font-family: "BrownProTT Thin";
    src: url("./fonts/BrownProTT-Thin.ttf");
    font-weight: lighter;
}

@font-face {
    font-family: "BrownProTT";
    src: url("./fonts/BrownPro-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "BrownProTT Bold";
    src: url("./fonts/BrownPro-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "BrownProTT Light";
    src: url("./fonts/BrownProTT-Light.ttf");
    font-weight: bold;
}

:root {
    --global--font-primary: var(--font-headings,"BrownProTT" , "Helvetica Neue", sans-serif);
    --global--font-secondary: var(--font-base,"BrownProTT" , "Helvetica Neue", sans-serif);
}

h2, .h2 {
    font-family: 'BrownProTT Thin';}

ul, ol {
    font-family: 'BrownProTT';}       


.site-header,
.entry-content,
.singular .entry-header {
	padding: 0;
	margin: 0; 
}

.site-main,
.entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;

}

.singular .entry-header,
.site-footer > .site-info {
	border:0px; 
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator)  {
	max-width: 100%;
}

.video-container {
	position: relative;
    max-height: 42vw;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {
	.video-container {
		max-height: 54vw;
	}
}

.video-container video {
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    z-index: 999;
}

.logi-logo {
    width: 15vw;
	position: absolute;
	top: 0;
    left: 3%;
}

@media only screen and (max-width: 768px) {
	.logi-logo {
		width: 25vw;
		top: 0;
		left: 3%;
	}
}

@media only screen and (min-width: 768px) {
	.logi-logo {
		width: 15vw;
		top: 0;
		left: 1%;
	}
}

.header {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.sub-header {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.site .button:not(:hover):not(:active):not(.has-background) {
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	color:black;
	background-color: #fff;
	text-decoration: none;
	border-radius: 0;
	z-index: 999;

}

.site .button:hover {
  font-size: 18px;
  padding: 10px 20px;
}

.video-overlay .button:hover {
	background-color: white;
}

@media screen and (max-width: 768px) {
  .logo {
    font-size: 20px;
  }
  .header {
    font-size: 28px;
	margin-bottom: 5px;
  }
  .sub-header {
    font-size: 18px;
	margin-bottom: 15px;
  }
  .site .button:not(:hover):not(:active):not(.has-background) {
    font-size: 16px;
    padding: 7px 12px;
  }

	.site .button:hover {
		font-size: 16px;
		padding: 7px 12px;
	}
}


/* MENU Checkbox */

/* MENU Checkbox */
body {
  -webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

.custom-dropdown input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.custom-dropdown input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.custom-nav {
  padding: 0;
  margin: 0;
  background-color: #2f3132;
  height: 100px;
  position: relative;
}

/* custom-dropdown */
.entry-content nav.custom-dropdown {
  position: relative;
  width: 90%;
  padding-top: 30px;
  margin: auto;
  margin-top: 0;
}

.entry-content nav.custom-dropdown a,
.entry-content nav.custom-dropdown label {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.entry-content nav.custom-dropdown ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
}

.entry-content nav.custom-dropdown ul > li {
  float: left;
  padding: 0.2em 0.2em;
  width: 14%;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 1240px) {
	.page-id-11 .entry-content nav.custom-dropdown ul > li,
	.page-id-28 .entry-content nav.custom-dropdown ul > li {
	width: 16%;
	}
}

.entry-content nav.custom-dropdown > li:hover {
	background-color: #232425;
}

.entry-content nav.custom-dropdown > li:hover a {
  /*background-color: rgba(0, 0, 0, 0.85);*/
  color: #fff;
  display: block;
}

.entry-content nav.custom-dropdown a,
.entry-content nav.custom-dropdown > li > a {
  color: #fff;
  font-size: 1em;
}

@media screen and (min-width: 1240px) and (max-width: 1530px) {
  .entry-content nav.custom-dropdown ul > li {
    width: 14%;
  }
  .entry-content nav.custom-dropdown a,
  .entry-content nav.custom-dropdown > li > a {
    font-size: 0.8em;
  }
}

/*@media screen and (min-width: 650px) and (max-width: 1240px) {
  .entry-content nav.custom-dropdown ul > li {
    width: 25%;
  }

  .entry-content nav.custom-dropdown a,
  .entry-content nav.custom-dropdown > li > a {
    font-size: 0.8em;
  }

  .entry-content nav.custom-dropdown {
    padding-top: 10px;
  }
}*/

/* small screens */
@media screen and (max-width: 1240px) {
  .custom-nav {
    margin-top: -10px;
    height: 50px;
  }

  .entry-content nav.custom-dropdown {
    width: 100%;
  }

  .entry-content nav.custom-dropdown ul {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    max-height: 1000px;
  }

  .entry-content nav.custom-dropdown label {
    position: relative;
    display: block;
    width: 100%;
    min-height: 2.8em;
    padding: 0.45em;
    margin: 0;
  }

  .entry-content nav.custom-dropdown label:after {
    position: absolute;
    right: 0.5em;
    top: 0;
    content: "\2261";
    font-size: 2.3em;
    color: #ffffff;
  }

  .entry-content nav.custom-dropdown input[type=checkbox]:checked ~ label:after {
    color: #ffffff;
  }

  .entry-content nav.custom-dropdown input[type=checkbox]:checked ~ ul {
    display: block;
    height: 100%;
  }

  .entry-content nav.custom-dropdown ul > li {
    width: 100%;
    text-align: left;
    background-color: #2f3132;
    font-family: 'BrownProTT Thin';
    padding: 0.3em 0.2em;
  }

  .entry-content nav.custom-dropdown ul > li:hover {
    background-color: #262729;
  }

  .entry-content nav.custom-dropdown a {
  	margin-left:1em;
  }

  .entry-content nav.custom-dropdown {
  	padding-top: 0;
  }
}

/* Large screens */
@media screen and (min-width: 651px) {
  .entry-content nav.custom-dropdown ul {
    display: block;
    position: static;
    width: auto;
  }

  .entry-content nav.custom-dropdown li {
    float: none;
    display: inline-block;
  }

  .entry-content nav.custom-dropdown ul > li:hover a {
    /*background-color: rgba(0, 0, 0, 0.85);*/
    color: #fff;
  }

.entry-content nav.custom-dropdown ul > li:hover {
	background-color: #232425;
}
}

/*Owl Carousel*/

 /* Customize bullet navigation styles for the carousel */
  .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  /* Style individual bullet dots */
	.owl-carousel1 .owl-dot {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin: 0 20px;
		background-color: #999; /* Default color for bullets */
		transition: background-color 0.3s ease-in-out;
	}

	/* Custom styles for the Owl Carousel navigation arrows */
  .owl-carousel1 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .owl-carousel1 .owl-prev,
  .owl-carousel1 .owl-next,
  .owl-carousel1 .owl-nav button.owl-next,
  .owl-carousel1 .owl-nav button.owl-prev {
    width: 40px; /* Adjust arrow width as needed */
    height: 40px; /* Adjust arrow height as needed */
    opacity: 0.8; /* Arrow opacity */
    border-radius: 50%; /* Make arrows circular */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em !important;
    color:#858585 !important;
  }

  .owl-carousel1 .owl-prev {
    margin-left: 20px; /* Adjust left arrow margin */
  }

  .owl-carousel1 .owl-next {
    margin-right: 20px; /* Adjust right arrow margin */
  }

  /* Add hover styles if needed */
  .owl-carousel1 .owl-prev:hover,
  .owl-carousel1 .owl-next:hover {
    opacity: 1; /* Arrow opacity on hover */
  }

/*	.owl-nav {
		margin-top: 10px;
		text-align: center;
		-webkit-tap-highlight-color: transparent;
	}

	.owl-nav [class*='owl-'] {
		color: #fff;
		font-size: 14px;
		margin: 5px;
		padding: 4px 7px;
		background: #d6d6d6;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px;
	}

	.owl-nav [class*='owl-']:hover {
		background: #869791;
		color: #fff;
		text-decoration: none;
	}

	.owl-nav .disabled {
		opacity: 0.5;
		cursor: default;
	}

	.owl-nav.disabled + .owl-dots {
		margin-top: 10px;
	}*/

  /* Customize bullet dot colors for individual slides */
  .owl-carousel1 button.owl-dot:nth-child(1):hover,
  .owl-carousel1 button.owl-dot:nth-child(1):not(:hover):not(:active):not(.has-background) {
    /*background-color: #ff0000; /* Red */
    background: url('./assets/images/bullet-01.png') no-repeat center; /* Replace 'path/to/dot-image2.png' with the actual path to your second dot image */
    background-size: cover;
  }

  .owl-carousel1 button.owl-dot:nth-child(2):hover,
  .owl-carousel1 button.owl-dot:nth-child(2):not(:hover):not(:active):not(.has-background) {
    /*background-color: #00ff00; /* Green */
    background: url('./assets/images/bullet-02.png') no-repeat center; /* Replace 'path/to/dot-image2.png' with the actual path to your second dot image */
    background-size: cover;
  }

  .owl-carousel1 button.owl-dot:nth-child(3):hover,
  .owl-carousel1 button.owl-dot:nth-child(3):not(:hover):not(:active):not(.has-background) {
    /*background-color: #0000ff; /* Blue */
    background: url('./assets/images/bullet-03.png') no-repeat center; /* Replace 'path/to/dot-image2.png' with the actual path to your second dot image */
    background-size: cover;
  }

  .owl-carousel1 .owl-nav button{
    outline-offset: 0;
    outline: 0;
  }


  .owl-carousel1 button.owl-dot.active,
  .owl-carousel1 button.owl-dot:hover,
  .owl-carousel1 button.owl-dot:focus {
    outline-offset: -2px;
    outline: 2px solid #858585;
  }

  /* Add more styles for additional bullets as needed */

  /* Custom style for the carousel below 900px */
  @media screen and (max-width: 900px) {
    .owl-carousel1 {
      display: block;
    }

    .column-container {
      display: none;
    }
  }


  /* Custom style for three columns above 900px */
  @media screen and (min-width: 900px) {
    
    .owl-carousel1.owl-carousel,
    .owl-carousel1.owl-carousel.owl-loaded,
    .owl-carousel2.owl-carousel,
    .owl-carousel2.owl-carousel.owl-loaded,
    .owl-carousel3.owl-carousel,
    .owl-carousel3.owl-carousel.owl-loaded {
      display: none !important;
    }

    .column-container {
		display: flex;
		flex-wrap: wrap;
    }
  }

    @media screen and (min-width: 900px) and (max-width: 1500px) {

    .column-container {
		margin: 0;
		padding: 0 30px;
    }

    .column-item {
      width: calc(33.33%);
      padding: 0 20px;
    }
  }

  @media screen and (min-width: 1500px)  {

    .column-container {
		margin: 0 25px;
		padding: 0 80px;
    }

    .column-item {
      width: calc(33.33%);
      padding: 0 30px;
    }

  }

  .overivew-custom {
  	/*position: relative !important;*/
  }

  .custom-nav {
  	position: relative !important;
  }

   .custom-nav,
   .custom-nav li {
   	z-index: 999 !important;
   }

   .overivew-custom {
  	z-index:1 !important;
  }


	.cp-sticky-button {
		height:0;
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: none;
		align-items: center;
		background-color: #2f3132;
		color: #fff;
		padding: 10px;
		cursor: pointer;
		transition: width 0.3s ease;
		white-space: nowrap;
		overflow: hidden; /* Hide any overflowing content */
        animation: balloonPop 0.5s ease;
	}

	.cp-sticky-button button:not(:hover):not(:active):not(.has-background) {
		background-color:transparent;
	}

  /* Additional CSS to show the button when expanded */
  .cp-sticky-button.expanded {
    display: inline-block;
	height:50px;
    animation: balloonPop 0.5s ease;
  }

  @keyframes balloonPop {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  .cp-buy-button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }

  a.cp-store-info {
    color: white;
}

  /* Additional CSS for the default view */
  .cp-sticky-button .cp-store-info {
    display: none;
  transition: opacity 0.3s ease 0.3s;
  }

  /* Additional CSS for the expanded view when hovered */
  .cp-sticky-button:hover .cp-store-info,
  .cp-sticky-button:focus .cp-store-info {
    display: block;
  }

  /* Additional CSS for the resizing effect */
  .cp-buy-button {
    width: 30px; /* Set the initial width of the button */
    transition: width 0.3s ease; /* Add a smooth animation for the width change */
  }

  /* Additional CSS for the expanded button resizing when hovered */
  .cp-sticky-button:hover,
  .cp-sticky-button:focus {
    width: 120px; /* Set the expanded width of the button on hover */
  }

  .cp-sticky-button.expanded {
    width: 90px; /* Adjust the expanded width as needed */
  }

   .cp-sticky-button.expanded:hover,
   .cp-sticky-button.expanded:focus {
    width: 260px; /* Adjust the expanded width as needed */
  }

  .cp-sticky-button.expanded .cp-store-info {
    opacity: 1;
  }

  .cp-sticky-button:hover .cp-buy-button {
  	display: none;
  }


/*Overview Header*/
.overview-header,
.overview-footer {
	text-align: center;
	width: 85%;
	margin: auto;
	margin-bottom: 2em;
}

.overview-header p {
    font-family: 'BrownProTT Light';
	line-height: 1.5em;
}

.overview-header h2 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1.8em;
    margin-bottom: .4em;
    margin-top: 2em;
}   

.module-description {
  position: relative;
}

.newline::after {
  content: "\A"; /* Insert a new line using a Unicode line break character */
  white-space: pre; /* Preserve the white spaces and line breaks */
}

/* Remove the new line after a certain screen size (e.g., 768px) */
@media screen and (max-width: 768px) {
  .newline::after {
    content: none; /* Remove the new line content */
  }
}

.overview-footer p {
    font-family: 'BrownProTT Light';
    line-height: 1.4em;
    font-size: .9em;
    margin-top: 2em;
}


/*3D Tour*/

.column-container-two {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


@media screen and (min-width: 900px) and (max-width: 1500px) {

	.column-container-two {
		margin: 0;
		padding: 0 30px;
	}

	.column-item-two {
		width: calc(50%);
		padding: 0 20px;
	}
}

@media screen and (min-width: 1500px)  {

	.column-container-two {
		margin: 0 25px;
		padding: 0 80px;
	}

	.column-item-two {
		width: calc(50%);
		padding: 0 30px;
	}
}

.tour-custom {
	position: relative !important;
	background-color: #f3e2e5;
	margin-bottom: 0;
}

.tour-custom-inner {
	position: relative !important;
	text-align: center;
	margin-bottom: 0;
	padding:1em 0 2em;
    margin: auto;
	margin-top:0;
}

.tour-custom-inner > .overview-header {
	margin-bottom: 0 !important;
}

.tour-custom-inner p {
    font-family: 'BrownProTT Light';
	line-height: 1.5em;
}

.tour-custom-inner h2 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1.8em;
    margin-bottom: .6em;
    margin-top: .4em;
}   


@media screen and (min-width: 900px)  {
	.hide-desktop {
		display:none;
	}

	.tour-custom-inner {
		width: 85%;
	}
}

@media screen and (max-width: 900px)  {
	.hide-mobile {
		display:none;
	}

	.tour-custom-inner {
		width: 90%;
	}

	.entry-content .tour-custom-inner img {
	    max-width: 90%;
	}

	.tour-custom-inner .module-description {
		width: 90%;
		margin: auto;
		margin-top:2em;
	}
}

/*KEY FEATURES*/


.column-container-three {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
}

@media screen and (max-width: 900px)  {

	.column-item-three {
		padding: 10px 0 80px;
	}
}


@media screen and (min-width: 900px) and (max-width: 1500px) {

	.column-container-three {
		margin: 0;
		padding: 0 20px;
	}

	.column-item-three {
		width: calc(50%);
		padding: 10px 30px 100px;
	}
}

@media screen and (min-width: 1500px)  {

	.column-container-three {
		margin: 0 15px;
		padding: 0 50px;
	}

	.column-item-three {
		width: calc(33.33%);
		padding: 10px 40px 100px;
	}
}

.features-custom {
	position: relative !important;
	background-color: #ebe8e8;
	margin-top: 0;
	padding-top: 1em;
}

.features-custom-inner {
	position: relative !important;
	/*text-align: center;*/
	margin-bottom: 0;
	padding:1em 0 2em;
    margin: auto;
	margin-top:0;
}

.features-custom-inner > .overview-header {
	margin-bottom: 0 !important;
}

.features-custom-inner p {
    font-family: 'BrownProTT Light';
	line-height: 1.4em;
}

.features-custom-inner h2 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 1em;
    margin-top: .4em;
}   

.features-custom-inner h4 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1em;
    margin-bottom: 1.3em;
    margin-top: 1.5em;
}
  


@media screen and (min-width: 900px)  {

	.features-custom-inner {
		width: 85%;
	}
}

@media screen and (max-width: 900px)  {

	.features-custom-inner {
		width: 90%;
	}

	.entry-content .features-custom-inner img {
	    max-width: 100%;
	}

	.features-custom-inner .module-description {
		width: 100%;
		margin: auto;
		margin-top:0;
	}
}



/*COMPONENTS*/


.column-container-one {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 900px)  {

	.column-item-one {
		padding: 10px 0 80px;
	}
}


@media screen and (min-width: 900px) and (max-width: 1500px) {

	.column-container-one {
		margin: 0;
		padding: 0;
    	position: relative;
	}

	.column-item-one {
		width: calc(100%);
		padding: 0;
	}
}

@media screen and (min-width: 1500px)  {

	.column-container-one {
		margin: 0;
		padding: 0;
    	position: relative;
	}

	.column-item-one {
		width: calc(100%);
		padding: 0;
	}
}

.components-custom {
	position: relative !important;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.components-custom-inner.hide-mobile .flex-item.component-padding {
    margin-left: 4em; 
}

.components-custom-inner {
	position: relative !important;
	/*text-align: center;*/
	margin-bottom: 0;
	padding:0;
    margin: auto;
	margin-top:0;
}

.components-custom-inner > .overview-header {
	margin-bottom: 0 !important;
}

.components-custom-inner p {
    font-family: 'BrownProTT Light';
	line-height: 1.3em;
}

.components-custom-inner h2 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 1em;
    margin-top: .4em;
}   

.components-custom-inner h3 {
    font-family: 'BrownProTT';
	font-weight: bold;
} 
  

.components-custom-inner h4 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1em;
    margin-bottom: 1.3em;
    margin-top: 1.5em;
}
  


@media screen and (min-width: 900px)  {

	.components-custom-inner {
		width: 100%;
	}

	.components-custom-inner .column-container-two {	
	    position: absolute;
	    top: 40%;
	}

	.components-custom-inner h3 {
	    font-size: 1.3em;
    	margin-bottom: 0.3em;
	    margin-top: 1.5em;
    	line-height: 1.5em;
	} 

	.flex-item p {
	    font-size: 1.3em;
	}
}

@media screen and (max-width: 900px)  {

	.components-custom-inner h3 {
	    font-size: 1.5em;
	    margin-bottom: 0.3em;
	    margin-top: 1.2em;
	} 

	.components-custom {
		margin: 0;
		padding: 0;
	}

	.components-custom-inner {
		width: 100%;
	}

	.entry-content .components-custom-inner img {
	    max-width: 100%;
	}

	.components-custom-inner .module-description {
		width: 100%;
		margin: auto;
		margin-top:0;
	}

	.module-text-box {
		width: 85%;
		margin: auto;
		margin-bottom: 1em 
	}


}

/* Styles for the flex container */
.flex-container {
  display: flex;
  align-items: center; /* Vertically center the content */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  right: 50%; /* Occupy the left 50% of the width */
}

.flex-container-left {
  display: flex;
  align-items: center; /* Vertically center the content */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  left: 50%; /* Occupy the left 50% of the width */
}

/* Styles for the flex item (the text container) */
.flex-item {
  padding: 20px; /* Optional padding for spacing */
  width: 100%; /* Occupy the full width of the flex container */
}

/* Styles for the paragraph inside the flex item */
.flex-item p {
  margin: 0; /* Remove default margin */
}


/*Owl Carousel*/

 /* Customize bullet navigation styles for the carousel */
  .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  /* Style individual bullet dots */
	.owl-carousel2 .owl-dot {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		margin: 0 10px;
		/*background-color: #999; *//* Default color for bullets */
		transition: background-color 0.3s ease-in-out;
	}

  /* Customize bullet dot colors for individual slides */
  .owl-carousel2 button.owl-dot:hover {
    background-color: grey; /* Red */
    background-size: cover;
  }

  .owl-carousel2 button.owl-dot:not(:hover):not(:active):not(.has-background) {
    background-color: white; /* Red */
    background-size: cover;
    outline-offset: -2px;
    outline: 2px solid #858585;
  }

  .owl-carousel2 .owl-nav button{
    outline-offset: 0;
    outline: 0;
  }

  .owl-carousel2 button.owl-dot.active:not(:hover):not(.has-background),
  .owl-carousel2 button.owl-dot:hover,
  .owl-carousel2 button.owl-dot:focus {
    outline-offset: -2px;
    outline: 2px solid #858585;
    background-color: grey; /* Red */
  }

	/* Custom styles for the Owl Carousel navigation arrows */
  .owl-carousel2 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .owl-carousel2 .owl-prev,
  .owl-carousel2 .owl-next,
  .owl-carousel2 .owl-nav button.owl-next,
  .owl-carousel2 .owl-nav button.owl-prev {
    width: 40px; /* Adjust arrow width as needed */
    height: 40px; /* Adjust arrow height as needed */
    opacity: 0.8; /* Arrow opacity */
    border-radius: 50%; /* Make arrows circular */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em !important;
    color:#858585 !important;
  }

  .owl-carousel2 .owl-prev {
    margin-left: 20px; /* Adjust left arrow margin */
  }

  .owl-carousel2 .owl-next {
    margin-right: 20px; /* Adjust right arrow margin */
  }

  /* Add hover styles if needed */
  .owl-carousel2 .owl-prev:hover,
  .owl-carousel2 .owl-next:hover {
    opacity: 1; /* Arrow opacity on hover */
  }


/*Control Gestures*/

.responsive-tabs img,
.responsive-tabs-placeholder img {
	padding: 2em;
}

.responsive-tabs {
  }
  .responsive-tabs dt {
    padding: 1em 0.5em;
    border-top: 0;
    cursor: pointer;
    }
  .responsive-tabs dt:first-child {
    border-top: 0;
    }
  .responsive-tabs .active + dd {
    display: block;
    }
  .responsive-tabs dd {
    display: none;
    padding: 0.5em;
    }

.responsive-tabs-placeholder {
	display: none;
}

.responsive-tabs dt {
    border-bottom: 1px solid #ccc;
}

/* Add styles for the toggle icon */
.toggle-icon {
  float: right;
  margin-right: 5px;
}

.controls-custom {
	width: 85%;
  margin-bottom: 5em;
}

.responsive-tabs-placeholder .active,
.responsive-tabs .active {
  transition: all .5s ease-in-out;
}

@media only screen and (min-width: 1900px) {
	.controls-custom {
		width: 60%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1700px) {
	.controls-custom {
		width: 85%;
	}
}

@media only screen and (min-width: 1700px) and (max-width: 1900px) {
	.controls-custom {
		width: 70%;
	}
}

@media only screen and (min-width: 1400px) {
  
	.responsive-tabs dt {
		float: left;
		border-top: 0;
	}
	.responsive-tabs .active + dd {
		display: none;
	}

	.responsive-tabs-placeholder {
		clear: both;
		display: block;
		padding: 1em;
		border-top: 0px solid #ccc;
	}

	.responsive-tabs dt {
		width:16%;
		text-align:center;
	}
	.responsive-tabs .active {
		border-bottom: 3px solid purple;
	}

	.responsive-tabs dt {
		border-bottom: 3px solid #ccc;
	}

	.toggle-icon {
		display: none;
	}

}

.controls-custom-inner p {
    font-family: 'BrownProTT Light';
	line-height: 1.3em;
}

.controls-custom-inner h2 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 1em;
    margin-top: .4em;
}   

.controls-custom-inner h3 {
    font-family: 'BrownProTT';
	font-weight: bold;
} 
  

.controls-custom-inner h5 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1em;
    margin-bottom: 1.2em;
    margin-top: 1.5em;
}

.controls-custom-inner .column-item-two {
	margin: auto;
}


/*Sustainability*/

.sustainability-custom {
	background-color:#ebe8e8;
  margin-top:0;
}

.sustainability-custom .column-item {
	text-align: center;
}

.sustainability-custom .overivew-custom {
    padding-bottom: 3em;
}

.sustainability-custom-inner {
	width: 85%;
	margin: auto;
}

.sustainability-custom-inner .column-item img,
.sustainability-custom-inner .owl-carousel .owl-item img {
	width: 50%;
	margin: auto;
	margin-bottom: 2em;
}

.sustainability-custom-inner p {
    font-family: 'BrownProTT Light';
	line-height: 1.5em;
}

.sustainability-custom-inner h2 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    margin-top: 2em;
    padding: 2em 0;
    width: 80%;
    margin: auto;
    text-align: center;
}   

.sustainability-custom-inner h3 {
    font-family: 'BrownProTT';
	font-weight: bold;
	margin: 1em 0;
} 
  

.sustainability-custom-inner h5 {
    font-family: 'BrownProTT';
	font-weight: bold;
    font-size: 1em;
    margin-bottom: 1.2em;
    margin-top: 1.5em;
}

footer {
	display: inline;
  text-align: center;
}

.logi-info a {
	font-size: 0.8em;
	padding-right: 10px;
	text-align: center;
	margin: auto;
}	

/*Owl Carousel*/

  /* Style individual bullet dots */
	.owl-carousel3 .owl-dot {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		margin: 0 10px;
		/*background-color: #999; *//* Default color for bullets */
		transition: background-color 0.3s ease-in-out;
	}

  /* Customize bullet dot colors for individual slides */
  .owl-carousel3 button.owl-dot:hover {
    background-color: grey; /* Red */
    background-size: cover;
  }

  .owl-carousel3 button.owl-dot:not(:hover):not(:active):not(.has-background) {
    background-color: white; /* Red */
    background-size: cover;
    outline-offset: -2px;
    outline: 2px solid #858585;
  }

  .owl-carousel3 .owl-nav button{
    outline-offset: 0;
    outline: 0;
  }

  .owl-carousel3 button.owl-dot.active:not(:hover):not(.has-background),
  .owl-carousel3 button.owl-dot:hover,
  .owl-carousel3 button.owl-dot:focus {
    outline-offset: -2px;
    outline: 2px solid #858585;
    background-color: grey; /* Red */
  }

/* Custom styles for the Owl Carousel navigation arrows */
  .owl-carousel3 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .owl-carousel3 .owl-prev,
  .owl-carousel3 .owl-next,
  .owl-carousel3 .owl-nav button.owl-next,
  .owl-carousel3 .owl-nav button.owl-prev {
    width: 40px; /* Adjust arrow width as needed */
    height: 40px; /* Adjust arrow height as needed */
    opacity: 0.8; /* Arrow opacity */
    border-radius: 50%; /* Make arrows circular */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em !important;
    color:#858585 !important;
  }

  .owl-carousel3 .owl-prev {
    margin-left: 0px; /* Adjust left arrow margin */
  }

  .owl-carousel3 .owl-next {
    margin-right: 0px; /* Adjust right arrow margin */
  }

  /* Add hover styles if needed */
  .owl-carousel3 .owl-prev:hover,
  .owl-carousel3 .owl-next:hover {
    opacity: 1; /* Arrow opacity on hover */
  }



/* START TOOLTIP STYLES */
.custom-note {
	text-decoration:overline 1px grey;
}

[tooltip] {
  position: relative; /* opinion 1 */
  font-weight: normal;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .7em; /* opinion 3 */
  line-height: 1.2em;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  min-width: 300px;
  max-width: 300px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}




/*Owl Carousel*/

  /* Style individual bullet dots */
	.owl-carousel4 .owl-dot {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		margin: 0 10px;
		/*background-color: #999; *//* Default color for bullets */
		transition: background-color 0.3s ease-in-out;
	}

  /* Customize bullet dot colors for individual slides */
  .owl-carousel4 button.owl-dot:hover {
    background-color: grey; /* Red */
    background-size: cover;
  }

  .owl-carousel4 button.owl-dot:not(:hover):not(:active):not(.has-background) {
    background-color: white; /* Red */
    background-size: cover;
    outline-offset: -2px;
    outline: 2px solid #858585;
  }

  .owl-carousel4 .owl-nav button{
    outline-offset: 0;
    outline: 0;
  }

  .owl-carousel4 button.owl-dot.active:not(:hover):not(.has-background),
  .owl-carousel4 button.owl-dot:hover,
  .owl-carousel4 button.owl-dot:focus {
    outline-offset: -2px;
    outline: 2px solid #858585;
    background-color: grey; /* Red */
  }

/* Custom styles for the Owl Carousel navigation arrows */
  .owl-carousel4 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .owl-carousel4 .owl-prev,
  .owl-carousel4 .owl-next,
  .owl-carousel4 .owl-nav button.owl-next,
  .owl-carousel4 .owl-nav button.owl-prev {
    width: 40px; /* Adjust arrow width as needed */
    height: 40px; /* Adjust arrow height as needed */
    opacity: 0.8; /* Arrow opacity */
    border-radius: 50%; /* Make arrows circular */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em !important;
    color:#858585 !important;
  }

  .owl-carousel4 .owl-prev {
    margin-left: 0px; /* Adjust left arrow margin */
  }

  .owl-carousel4 .owl-next {
    margin-right: 0px; /* Adjust right arrow margin */
  }

  /* Add hover styles if needed */
  .owl-carousel4 .owl-prev:hover,
  .owl-carousel4 .owl-next:hover {
    opacity: 1; /* Arrow opacity on hover */
  }


.reviews-custom {
	margin: 0;
	padding: 0;
}

.reviews-custom .owl-item:nth-child(6n + 6),
.reviews-custom .owl-item:nth-child(6n + 3) {
  background-color: #a9a7ad;
}

.reviews-custom .owl-item:nth-child(6n + 4) {
  background-color: #ddb3bb;
  color:white;
}

.reviews-custom .owl-item:nth-child(6n + 5),
.reviews-custom .owl-item:nth-child(6n + 2) {
  background-color: #3e4c4f;
  color:white;
}

.reviews-custom .column-item-two {
	padding: 0;
}

.reviews-custom .column-container-two {
	margin: 0;
	padding: 0;
}



.owl-carousel .owl-item img.review-stars {
	width: 200px;
	margin: auto;
	padding-top: 4em;
}

.reviews-custom .review-text span.review-user {
	/*font-size:smaller; */
	font-style: italic;
	display: block;
    text-align: center;
    padding: 1em 0;
}

.reviews-custom .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 47.25%;
}    



@media only screen and (min-width: 1600px) {
	.reviews-custom .review-text {
		padding: 30px 200px;
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 1600px) {
	.reviews-custom .review-text {
		padding: 30px 60px;
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 900px) {
  .reviews-custom .column-item-two {
    width: 100%
  }

  .reviews-custom .owl-dots {
      left: 39%;
  } 

}

.sustainability-custom {
	margin:0;
}

@media only screen and (min-width: 1000px) {
	.sustainability-custom .module-header-description {
		width: 900px;
	}
}

.sustainability-custom .module-header-description {
    margin: auto;
    margin-bottom: 3em;
}

.sustainability-custom-inner h2 {
    padding: 2em 0 1em;
}