@font-face {
  font-family: 'JetBrains Mono';
  src: url("../fonts/jetbrainsmono/ttf/JetBrainsMono-Regular.d09f65145228.ttf") format("truetype"),
    url("../fonts/jetbrainsmono/webfonts/JetBrainsMono-Regular.4e0581ae831b.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono Bold';
  src: url("../fonts/jetbrainsmono/ttf/JetBrainsMono-Bold.8658ffe39dbf.ttf") format("truetype"),
    url("../fonts/jetbrainsmono/webfonts/JetBrainsMono-Bold.f3651b6798df.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono Italic';
  src: url("../fonts/jetbrainsmono/ttf/JetBrainsMono-Italic.348ef43cb2b4.ttf") format("truetype"),
    url("../fonts/jetbrainsmono/webfonts/JetBrainsMono-Italic.5ec153f348a7.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono Light';
  src: url("../fonts/jetbrainsmono/ttf/JetBrainsMono-ExtraLight.6ec36ffaff8f.ttf") format("truetype"),
    url("../fonts/jetbrainsmono/webfonts/JetBrainsMono-ExtraLight.b520d6d5ffde.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.95440829a854.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.95440829a854.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.9b9208b59529.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.d06d2a075295.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.e4a28ac3de97.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --white: #fff;
  /* --white: #faebd7; */
  --black: #000;
  --primary-color: #f1272f;
  --primary-color-light: #e64c51;
  --secondary-color: #006837;
  --secondary-color-light: #07d072;
  --third-color: #00265f;
  --third-color-light: #02407f45;
  /* --third-color: #004f9f; */
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'JetBrains Mono Light', "Inconsolata", Arial, sans-serif;
  /* font-family: "Inconsolata", Arial, sans-serif; */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--third-color);
  background: var(--white);
  ;
}

fh5co-offcanvas ul {
  font-size: 3rem;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: var(--third-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--third-color);
  ;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: var(--white);
  font-family: 'JetBrains Mono', "Inconsolata", Arial, sans-serif;
  /* font-family: "Inconsolata", Arial, sans-serif; */
  font-weight: 400;
  margin: 0 0 20px 0;
}

h3 {
  color: var(--third-color);
}

::-webkit-selection {
  color: var(--white);
  ;
  background: var(--primary-color);
  ;
}

::-moz-selection {
  color: var(--white);
  ;
  background: var(--primary-color);
  ;
}

::selection {
  color: var(--white);
  ;
  background: var(--primary-color);
  ;
}

.fh5co-nav {
  background: var(--white);
  ;
}

.fh5co-nav {
  padding: 28px 0;
}

.fh5co-nav #fh5co-logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Inconsolata", Arial, sans-serif;
}

.fh5co-nav .top-menu .menu-1 ul > li.assistant-icon-item > a {
    padding: 20px 10px;
    font-size: 24px;
    color: #5d5d5d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fh5co-nav .top-menu .menu-1 ul > li.assistant-icon-item > a:hover {
    color: #001f3f;
}

.fh5co-nav .top-menu .menu-1 ul > li.assistant-icon-item {
    vertical-align: middle;
}

.fh5co-nav #fh5co-logo a span {
  color: var(--primary-color);
  ;
}

.fh5co-nav a {
  padding: 5px 10px;
  var(--third-color);
}

.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.fh5co-nav ul li a {
  font-size: 16px;
  padding: 30px 15px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: black;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-var(--third-color);
  border-width: 8px;
  margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: var(--white);
  ;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
  var(--third-color);
}

.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: var(--white);
  ;
}

.fh5co-nav ul li.btn-cta a span {
  background: var(--primary-color);
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
  var(--third-color) !important;
  position: relative;
}

.fh5co-nav ul li.active>a:after {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  content: '';
  /* width: 30px; */
  height: 2px;
  background: var(--primary-color);
  margin: 0 auto;
}

#fh5co-counter,
.fh5co-bg,
.product {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-video {
  overflow: hidden;
}



.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: var(--white);
  ;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.fh5co-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* #fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
} */

#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: var(--third-color);
}

#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 300;
  font-family: 'JetBrains Mono Bold';
}

#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  color: var(--white);
  ;
  border: none !important;
  font-size: 16px;
}

#fh5co-header .display-tc .btn.btn-learn,
.fh5co-cover .display-tc .btn.btn-learn {
  background: var(--third-color);
  border: none;
  color: var(--white) !important;
}

#fh5co-header .display-tc .btn.btn-learn:hover,
#fh5co-header .display-tc .btn.btn-learn:focus,
.fh5co-cover .display-tc .btn.btn-learn:hover,
.fh5co-cover .display-tc .btn.btn-learn:focus {
  background: var(--secondary-color-light) !important;
  color: var(--white) !important;
}

.btn-learn {
  position: relative;
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}

.btn-learn::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -2px;
  width: 28px;
  height: 90px;
  transform: rotate(45deg);
  background: linear-gradient(
    to right,
    #009246 33.33%, /* Verde */
    #ffffff 33.33%, 66.66%, /* Bianco */
    #ce2b37 66.66% /* Rosso */
  );
  background-size: 100% 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#fh5co-header .display-tc .btn:hover,
#fh5co-header .display-tc .btn:focus,
.fh5co-cover .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:focus {
  color: var(--white);
  !important;
}

#fh5co-header .display-tc .btn.btn-demo,
.fh5co-cover .display-tc .btn.btn-demo {
  background: var(--primary-color);
  border: none;
}

#fh5co-header .display-tc .btn.btn-demo:hover,
#fh5co-header .display-tc .btn.btn-demo:focus,
.fh5co-cover .display-tc .btn.btn-demo:hover,
.fh5co-cover .display-tc .btn.btn-demo:focus {
  background: rgba(245, 0, 0, 0.9) !important;
  color: var(--white);
  !important;
}

#fh5co-header .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: var(--primary-color);
  !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-header .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#fh5co-header .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: var(--white);
  ;
  border: none;
}

#fh5co-features .container {
  background: var(--third-color);
  position: relative;
  z-index: 6;
  background-image: url("bg.bf6ee799a8b5.png");
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 0 0;
}

#fh5co-features {
  background: var(--third-color);
}

#fh5co-features .services-padding {
  padding: 7em 0em 0em 0em;
}

#fh5co-features .feature-left {
  margin-bottom: 0px;
  float: left;
}



#fh5co-features .feature-left .icon i {
  font-size: 30px;
  color: #1a1a1a !important;
}

#fh5co-features .feature-left .icon {
  display: table;
  float: left;
  text-align: center;
  width: 60px;
  height: 60px;
  background: var(--third-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-features .feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  color: var(--white) !important;
}

#fh5co-features .feature-left .feature-copy {
  float: right;
  width: 78%;
}

#fh5co-features .feature-left h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
}

#fh5co-features .feature-left p {
  font-size: 15px;
  color: var(--white);
}

#fh5co-features .feature-left p:last-child {
  margin-bottom: 30px;
  /* margin-bottom: 0; */
  font-family: 'JetBrains Mono Light', "Inconsolata", Arial, sans-serif;
}

#fh5co-features .feature-left p a {
  color: var(--white)
}

#fh5co-features .ipad-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 430px;
}

#fh5co-wireframe {
  border: none !important;
}

#fh5co-wireframe blockquote {
  border: none;
  padding: 0;
  font-weight: bold;
}

.user-frame {
  width: 90%;
  padding: 3em;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
}



.user-frame h3 {
  line-height: 34px;
}

.user-frame p {
  color: rgba(0, 0, 0, 0.6);
}

.user-frame span {
  font-weight: bold;
}

.user-frame small {
  color: #2A528A;
}

#fh5co-slider .container {
  background: var(--third-color);
}

#fh5co-slider {
  background: var(--third-color);
}

#fh5co-slider .heading h2,
#fh5co-slider .heading p {
  color: var(--white);
  ;
}

#fh5co-slider .heading h2 {
  font-size: 36px;
  font-family: 'JetBrains Mono Bold', "Inconsolata", Arial, sans-serif;
}

#fh5co-slider .heading p {
  font-family: 'JetBrains Mono Light', "Inconsolata", Arial, sans-serif;
}

#fh5co-hero {
  height: 500px !important;
  background: url("../images/loader.95d64a3d5f59.gif") no-repeat center center;
}

#fh5co-hero .btn {
  font-size: 24px;
}

#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#fh5co-hero .flexslider .slides {
  position: relative;
}

#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px !important;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#fh5co-hero .flexslider .flex-control-nav {
  top: -30px !important;
  z-index: 1000;
  right: 0;
  float: right;
  width: auto;
}

#fh5co-hero .flexslider .flex-control-nav li {
  margin-bottom: 10px;
}

#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--white);
  ;
}

#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}

#fh5co-hero .flexslider .slider-text-bg .desc {
  margin-top: 9em;
  padding: 2em;
  background: var(--white);
  -webkit-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}



#fh5co-hero .flexslider .slider-text,
#fh5co-hero .flexslider .slider-text-bg {
  display: table;
  opacity: 0;
  height: 600px;
  z-index: 9;
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner,
#fh5co-hero .flexslider .slider-text-bg>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 500px;
}

.fh5co-bg-section {
  background: rgba(245, 0, 0, 0.03);
}

#fh5co-slider,
#fh5co-about,
#fh5co-wireframe,
#fh5co-started,
#fh5co-portfolio,
#fh5co-blog,
#fh5co-content-section,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}



#fh5co-content {
  border-bottom: 2px solid rgba(245, 0, 0, 0.1);
}

.fh5co-social {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2em;
}

.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: var(--third-color);
  ;
  padding-left: 10px;
  padding-right: 10px;
}

.fh5co-social-icons li a i {
  font-size: 16px;
}

.fh5co-heading {
  margin-bottom: 5em;
}

.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}

.fh5co-heading h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--third-color);
  font-size: 36px;
  font-family: 'JetBrains Mono Bold', "Inconsolata", Arial, sans-serif;
}

.fh5co-heading p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--third-color);
  font-family: 'JetBrains Mono Light', "Inconsolata", Arial, sans-serif;
}

.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#fh5co-started-products.propducts {
  padding: 4em 0;
}

#fh5co-started {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: var(--third-color);
}

#fh5co-started .fh5co-heading {
  margin-bottom: 0;
}

#fh5co-started .fh5co-heading h2 {
  color: var(--white);
  ;
  margin-bottom: 20px !important;
}

#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: var(--white);
  ;
  color: var(--third-color);
  ;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

#fh5co-started .overlay {
  background-image: url("bg.bf6ee799a8b5.png");
  background-size: cover;
}

.member {
  width: 100%;
  float: left;
}

.member .author {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.member .desc {
  width: 80%;
  margin: 0 auto;
  margin-top: 4em;
}

.member .desc h3 {
  margin-bottom: 10px;
}

.member .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.fh5co-blog .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}



.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: var(--white);
  ;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

.fh5co-blog .blog-text .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.fh5co-blog .blog-text .stuff li:first-child {
  margin-left: 0;
}

.fh5co-blog .blog-text .stuff li:last-child {
  float: right;
}

.fh5co-blog .blog-text .stuff li:last-child i {
  padding-right: 0;
  padding-left: 10px;
}

.fh5co-blog .blog-text .stuff li i {
  font-size: 14px;
  padding-right: 5px;
}

.fh5co-blog .blog-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
  color: var(--third-color);
}

.fh5co-portfolio {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.fh5co-portfolio>a {
  width: 100%;
  float: left;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.fh5co-portfolio>a:hover {
  webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
}

.fh5co-portfolio .portfolio-entry {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}


.fh5co-portfolio .portfolio-text {
  width: 100%;
  float: left;
  padding: 20px;
}

.fh5co-portfolio .portfolio-text .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

.fh5co-portfolio .portfolio-text .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.3);
}

.fh5co-portfolio .portfolio-text .stuff li:first-child {
  margin-left: 0;
}

.fh5co-portfolio .portfolio-text .stuff li:last-child {
  float: right;
}

.fh5co-portfolio .portfolio-text .stuff li i {
  font-size: 14px;
  padding-right: 5px;
}

.fh5co-team {
  position: relative;
  background: var(--white);
  ;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.fh5co-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}

.fh5co-team figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}

.fh5co-team figure img {
  width: 150px;
  height: 150px;
  border: 10px solid var(--white);
  ;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-team>div {
  padding: 30px 30px 0 30px;
}

.fh5co-team>div h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--primary-color);
  ;
}

.fh5co-team>div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}

.fh5co-team>div,
.fh5co-team blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.fh5co-team>div p,
.fh5co-team blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.fh5co-team span {
  color: #b3b3b3;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}

#fh5co-footer h4 {
  color: var(--third-color);
}

#fh5co-footer a,
.link-policy {
  text-decoration: underline;
}

.fh5co-social-icons a {
  text-decoration: none !important;
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
  color: var(--third-color);
  text-decoration: underline;
}

#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}

#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}

#fh5co-footer .fh5co-widget h4 {
  margin-bottom: 30px;
  font-size: 16px;
}

#fh5co-footer .copyright .block {
  display: block;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  var(--third-color);
}

.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}

.contact-info li a {
  var(--third-color);
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.form-control:focus,
.form-control:active {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: var(--third-color);
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas .active a {
  border-bottom: 1px solid var(--primary-color);
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: var(--white);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 1rem;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ebfc";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  var(--third-color);
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  ;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 21px !important;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #444;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white>i {
  color: var(--white);
  background: var(--third-color);
}

.fh5co-nav-toggle.fh5co-nav-white>i::before,
.fh5co-nav-toggle.fh5co-nav-white>i::after {
  background: var(--third-color);
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: var(--white);
  ;
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: var(--white);
  ;
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  /* padding: 6px 0 0 0; */
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Inconsolata", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: var(--primary-color);
  ;
  color: var(--white);
  ;
  border: 2px solid var(--primary-color);
  ;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ff1010 !important;
  border-color: #ff1010 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: var(--primary-color);
  ;
  border: 2px solid var(--primary-color);
  ;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: var(--primary-color);
  ;
  color: var(--white);
  ;
}

.btn-success {
  background: #5cb85c;
  color: var(--white);
  ;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: var(--white);
  ;
}

.btn-info {
  background: #5bc0de;
  color: var(--white);
  ;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: var(--white);
  ;
}

.btn-warning {
  background: #f0ad4e;
  color: var(--white);
  ;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: var(--white);
  ;
}

.btn-danger {
  background: #d9534f;
  color: var(--white);
  ;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: var(--white);
  ;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: var(--white);
  ;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 16px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
  ;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loader.95d64a3d5f59.gif") center no-repeat var(--white);
  ;
}

.js .animate-box {
  opacity: 0;
}

/*########################
########################
 ######################## */

/* Stile di base per gli elementi nascosti */
.hidden {
  opacity: 0;
  transform: translateY(50px);
  /* Inizialmente spostati verso il basso */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Stile per gli elementi visibili */
.visible {
  opacity: 1;
  transform: translateY(0);
  /* Torna alla posizione originale */
}

/*########################
########################
 ######################## */

/* Fascia Tricolore Verticale */
.tricolor-line {
  position: fixed;
  top: 0;
  left: 90%;
  transform: translateX(-50%);
  width: 12px;
  /* Larghezza totale della fascia */
  height: 0;
  /* Altezza dinamica gestita da JS */
  z-index: 5;
  /* Tra le sezioni bianche e blu */
  display: flex;
  /* Affianca le barrette orizzontalmente */
  pointer-events: none;
  /* Clicca attraverso la linea */
}

/* Singole barrette affiancate */
.bar {
  width: 4px;
  /* Larghezza di ogni barretta (totale 12px) */
  height: 100%;
  /* Altezza dinamica gestita da JS */
}

/* Colori delle barrette */
.green {
  background-color: #009246;
  /* Verde della bandiera italiana */
}

.white {
  background-color: #fff;
  /* Bianco della bandiera italiana */
}

.red {
  background-color: #ce2b37;
  /* Rosso della bandiera italiana */
}

/* Profondità per sezioni bianche e blu */
.white-section {
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.blue-section {
  background-color: #0d47a1;
  /* Blu scuro */
  z-index: 1;
  position: relative;
  color: #fff;
}

/*########################
########################
 ######################## */

.logo-ia img {
  width: 4em;
  position: absolute;
}

.slider-text-inner h2 {
  color: var(--third-color);
}

.privacy-link {
  color: var(--third-color);
  text-decoration: underline;
}

.privacy-link:hover {
  text-decoration: underline;
}

.logo-eu-container {
  text-align: center;
  margin-top: 20px;
}

.logo-eu {
  max-width: 100px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: none;
}

#privacy_page {
  display: flex;
  flex-direction: column;
}

#privacy_page,
#trust_page,
.top-menu, #services {
  padding: 0em 7em;
}

#privacy_page,
#trust_page,
.trust-nav, #services {
  padding-top: 7em;
}

.trust-nav {
  margin-bottom: 8rem;
}

.trust-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
  justify-content: space-around;
  border-bottom: 1px solid var(--third-color-light);
}

.trust-nav li .active {
  border-bottom: 3px solid var(--primary-color);
}

.controls-content,
.subprocessors-content,
.faq-content {
  padding: 1em;
}

.trust-content, .controls-content {
  padding: 0;
}

.trust-content, h1 {
  color: var(--third-color);
}

.control-content h2, .control-content .control-section h3 {
  color: unset;
}

.control-section, .control-section h3 {
  margin-bottom: 2em;
}

.status-check, .faq-question .toggle-icon {
  color: var(--primary-color);
  font-size: 28px;
}

.control-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.control-item h4 {
  color: unset;
}

.certification-grid, .controls-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.control-category, .doc-item, .processor-item, .cert-item, .control-category, .resource-item, .control-section, .faq-item {
  border: 1px solid var(--third-color-light);
  border-radius: 12px;
  padding: 1.75em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.overview-section .doc-list .doc-item h3 {
  margin: 0;
  padding: 0;
}

.cert-item, .processor-item, .faq-item {
  align-items: center;
  gap: 1em;
  flex-direction: row;
}

.cert-item .cert-content p {
  margin-bottom: 0;
}

.resource-item {
  flex-direction: row;
  justify-content: space-between;
}

.control-list, .resources-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.control-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}

.check-icon {
  color: var(--primary-color);
  margin-right: 0.75rem;
}

.cert-item img, .processor-item a img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
}

.section-header, .resources-header, .controls-header, .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

.section-header h2, .resources-header h2, .controls-content h2, .subprocessors-content h2, .faq-content h2 {
  color: var(--third-color);
  margin: 0;
}

.overview-section.compliance-section, .overview-section.controls-section, .overview-section.resources-section {
  margin-bottom: 3em;
}

.doc-item, .processor-item, .resource-item, .faq-item, .certification-grid .cert-item, .controls-grid .control-category {
  margin: 1.75em 0;
}

.faq-question {
  padding: 1.5rem;
  width: 100%;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question h3 {
  margin: 0;
}

.faq-item.active .toggle-icon {
  transform: rotate(45deg);
}

.faq-item.active {
  flex-direction: column;
}

.toggle-icon {
  color: var(--primary-color);
  font-size: 1.5rem;
  transition: transform 0.2s ease;
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: var(--text-muted);
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

#richiedi-demo {
  display: block;
  position: relative;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
}

.request-access-btn, .close-modal, .cancel-btn, .submit-btn {
  background: transparent;
  border: 0;
  text-decoration: underline;
}

#requestModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#requestModal .form-group label {
  font-weight: 100;
}

.modal-content, #richiedi-demo .section-content {
  position: relative;
  background: white;
  max-width: 500px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header, .section-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2, .section-header h2 {
  margin: 0;
  font-size: 1.25em;
  color: var(--text-dark);
}

.modal-body, .section-body, .section-header h2 {
  padding: 1.5rem;
}

.form-group {
  margin-bottom: 1.25em;
  display: flex;
  flex-direction: column;
}

/* line animation css - start */
.creasoft-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.line_wrap {
  top: 0px;
  left: 50%;
  bottom: 0px;
  width: 80%;
  z-index: -1;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  border-left: 1px solid rgba(23, 22, 26, 0.06);
}

.line_wrap.layout2 {
  border-left: 1px solid rgba(246, 246, 246, 0.02);
}

.line_wrap.layout2 .line_item {
  border-right: 1px solid rgba(246, 246, 246, 0.02);
}

.line_wrap:before {
  width: 1px;
  left: -1px;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, var(--third-color), transparent);
}

.line_item {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(23, 22, 26, 0.06);
}

.line_item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
}

.line_item:nth-child(odd):before {
  animation: scroll2 15s ease-out infinite;
  background-image: linear-gradient(0deg, transparent, var(--third-color));
}

.line_item:nth-child(even):before {
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, var(--third-color), transparent);
}

.mic-hp {
  margin-bottom: 30px;
  font-size: 5rem;
}

/* Contenitore principale dei loghi */
.product-logos-container {
    display: flex; /* Usa flexbox per allineare facilmente i loghi */
    justify-content: center; /* Centra i loghi orizzontalmente */
    align-items: center; /* Allinea i loghi verticalmente (utile se hanno altezze diverse dopo il ridimensionamento) */
    gap: 40px; /* Spazio tra un logo e l'altro */
    margin-top: 50px; /* Spazio dal pulsante "Richiedi una Consulenza" */
    flex-wrap: wrap; /* Permette ai loghi di andare a capo su schermi piccoli */
}

/* Stile per ogni singolo logo */
.product-logo {
    width: 180px; /* LARGHEZZA UGUALE PER TUTTI I LOGHI - Puoi cambiare questo valore */
    height: auto; /* L'altezza si adatta in modo proporzionale per non distorcere l'immagine */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Transizione fluida per l'effetto hover */
    opacity: 0.8; /* Leggera trasparenza per i loghi */
}

/* Effetto al passaggio del mouse */
.product-logos-container a:hover .product-logo {
    transform: scale(1.1); /* Ingrandisce leggermente il logo */
    opacity: 1; /* Rimuove la trasparenza */
}

.chat-opt-container {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}

.ia-actions-container {
  display: flex;
  gap: 10rem;
}

.action-item {
  cursor: pointer;
}

.voice-ai {
    width: 140px;
}

.our-products {

}

/* --- Stili per schermi piccoli (responsive) --- */
@media (max-width: 768px) {
  .our-products--container {
    display: flex;
    justify-content: center;
  }
  .our-products {
    width: 50%;
  }
  .voice-ai {
      width: 80px;
  }
  .chat-opt-container h1 {
    font-size: 4rem !important;
  }
  .ul-menu {
    font-size: 3rem;
  }

    .product-logos-container img {
      width: 100%;
    }
    .product-logos-container {
        gap: 25px; /* Riduci lo spazio tra i loghi */
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }

    .product-logo {
        width: 140px; /* Riduci la dimensione dei loghi su mobile */
    }
}

@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }

  50% {
    top: 50%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }

  50% {
    bottom: 50%;
  }

  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

.breadcrumbs {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.breadcrumbs:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--third-color);
  opacity: 0.93;
  z-index: -1;
}

.breadcrumb-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 480px;
}

.breadcrumb-cnt {
  position: relative;
}

.breadcrumb-cnt h1 {
  font-size: 60px;
  font-weight: 700;
  color: #004f9f;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.breadcrumb-cnt span {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb-cnt span a {
  display: inline-block;
  color: #004f9f;
}

.breadcrumb-cnt span i {
  margin: 0 5px;
}

.breadcrumb-cnt .breadcrumb-video {
  position: absolute;
  right: 0;
  top: 0;
}

.breadcrumb-cnt .breadcrumb-video img {
  max-width: 370px;
  max-height: 340px;
  border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--third-color);
  opacity: 0.7;
  border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video .video-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb-cnt .breadcrumb-video .video-inner a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border: 2px dashed #fff;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  animation-name: ripple;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

/* line animation css - end */

@media screen and (max-width: 480px) {
  #fh5co-features .feature-left .feature-copy {
    width: 70%;
  }
  #fh5co-features .ipad-bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    background: wheat;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1;
    display: none;
    flex-direction: column;
  }
  .fh5co-nav .menu-1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    height: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .line_wrap {
    border-left: 1px solid rgba(0, 0, 0, 0.03);
  }
  .line_item {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
  }
  .breadcrumbs {
    height: 320px;
  }
  .breadcrumb-wrapper {
    height: 320px;
  }
  .breadcrumb-cnt h1 {
    font-size: 30px;
  }
  .breadcrumb-cnt .breadcrumb-video {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
  #fh5co-header .display-tc .btn,
  .fh5co-cover .display-tc .btn {
    width: 80%;
    /* margin: 0 auto; */
  }
  #fh5co-features .feature-left .feature-copy {
    width: 84%;
  }
  #fh5co-features .ipad-bg {
    height: 210px;
  }
  .user-frame {
    width: 100%;
    margin-bottom: 3em;
  }
  #fh5co-hero .flexslider .slider-text-bg .desc p {
    display: none;
  }
  #fh5co-slider,
  #fh5co-about,
  #fh5co-wireframe,
  #fh5co-started,
  #fh5co-portfolio,
  #fh5co-blog,
  #fh5co-content-section,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 1em;
  }
  .fh5co-blog {
    width: 100%;
  }
  .fh5co-blog .blog-bg {
    height: 400px;
  }
  .fh5co-portfolio .portfolio-entry {
    height: 400px;
  }
  .fh5co-team {
    border-right: 0;
    margin-bottom: 80px;
  }
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
  #fh5co-offcanvas {
    display: block;
  }
  .fh5co-nav-toggle {
    display: block;
  }
  #privacy_page, #trust_page, .top-menu, #services {
    padding: 0em 1em;
  }
  #privacy_page,
  #trust_page,
  #services {
    padding-top: unset;
  }
  .trust-nav ul, .section-header, .certification-grid, .controls-grid {
    display: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-cnt h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .fh5co-video {
    height: 450px;
  }
  #fh5co-features .feature-left {
    margin-bottom: 30px;
  }
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
  font-size: 20px; /* Regola la dimensione */
  color: black; /* Assicurati che il colore sia visibile */
}
