* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  outline: none !important;
}
.stok_mobile{
  display: none;
}
h4{
  letter-spacing: 0.1rem;
}

h3{
  text-transform: uppercase;
}
p {
  text-align: justify;
}

a:hover {
  text-decoration: none !important;
  color: #191919 ;
}
img{
  border-radius: 10px;
}
p {
  font-size: 16px;
}
footer a:hover{
    color: #E71616 ;
    font-weight: bold;

}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #f6f6f6;
  background-color: #e71616;
  border: 1px solid #000;
  border-radius: 30px;
  display: none; /* nascosto di default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.cronttem {
  border: 1px solid #191919;
}

#herosections {
  height: 100vh;
}
hr{
  background-color: #E71616;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.headline {
  left: 130px;
}

.clipped {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

.ambush {
  background-image: url(../axis/img/gente-di-affari-che-cammina-fuori-dell-edificio-per-uffici.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.hero-mobile{
  display: none;
}
.logo_azienda_desk {
  width: 100px;
  height: auto;
}
nav {
  position: fixed !important;
  width: 100% !important;
  z-index: 9;
  font-size: 13px;
  text-transform: uppercase;
    transition: background-color 0.4s ease, border-bottom 0.4s ease;
}
nav ul li {
  list-style: none;
  margin-left: 15px;
}

nav a {
    transition: color 0.4s ease;
    color: #191919 !important; /* eredita il colore iniziale */
}

nav a:hover {
  color: #E71616 !important;
  font-weight: bold;
}


.divisorio {
  height: 1px;
  width: 100%;
  background-color: #191919;
  margin-top: 30px;
}
#scrollToTopBtn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.arrowup{
  position: relative;
    bottom: 5px;
}

.spilla {
  width: 150px;
  height: auto;
  right: 0%;
  top: 0;
}

.social-button {
  display: inline-block;
  margin: 10px;
  color: #191919;
}

/*bottone principale*/
.cta_primario {
  width: 200px;
  height: auto;
  border: none;
  align-items: center;
  text-align: center;
  background-color: #E71616;
  color: #f6f6f6;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cta_primario:hover {
  background-color: #191919;
  border: 1px solid #f6f6f6;
}

/*bottone principale*/
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #EB1C27;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
}

.go-corner_two {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0px;
  right: 15px;
  background-color: #EB1C27;
  border-radius: 0 4px 0 32px;
}

/*card color*/
.card1 h4 {
  font-weight: bold;
}

.card1 {
  display: block;
  position: relative;
  max-width: 386px;
  background-color: #F1F3F7;
  border-radius: 10px;
  padding: 32px 24px;
  color: #191919 !important;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  top: -2rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  height: 32px;
  background-color: rgb(170, 27, 35);
  width: 45px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}

.card1:hover h4 {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}


.card3 h4 {
  font-weight: bold;
}

.card3 {
  display: block;
  position: relative;
  max-width: 386px;
  background-color: #F1F3F7;
  border-radius: 10px;
  padding: 32px 24px;
  color: #191919 !important;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.card3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background-color: rgb(23, 113, 158);
  height: 32px;
  width: 45px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card3:hover:before {
  transform: scale(21);
}

.card3:hover p {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}

.card3:hover h4 {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}


.card4 h4 {
  font-weight: bold;
}

.card4 {
  display: block;
  position: relative;
  max-width: 386px;
  background-color: #F1F3F7;
  border-radius: 10px;
  padding: 32px 24px;
  color: #191919 !important;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  top: 10rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.card4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  height: 32px;
  background-color: rgb(18, 109, 23);
  width: 45px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card4:hover:before {
  transform: scale(21);
}

.card4:hover p {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}

.card4:hover h4 {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}

.card5 h4 {
  font-weight: bold;
}
.fab{
  font-size: 20px;
}

.card5 {
  display: block;
  position: relative;
  max-width: 386px;
  background-color: #F1F3F7;
  border-radius: 10px;
  padding: 32px 24px;
  color: #191919 !important;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  top: 10rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.card5:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background-color: rgb(78, 76, 76);
  height: 32px;
  width: 45px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card5:hover:before {
  transform: scale(21);
}

.card5:hover p {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}

.card5:hover h4 {
  transition: all 0.3s ease-out;
  color: #f2f8f9;
}


.traduzioni {
  left: 4%;
  top: 0%;
  position: absolute !important;
}


.Interpretariato {
  right: 11%;
  bottom: 60%;
  position: absolute;
}

.Grafica {
  left: 11%;
  top: 51%;
  position: absolute;
}

.M_tecnica {
  right: 10%;
  top: 35%;
  position: absolute;
}

.Ser_legali {
  right: 14%;
  top: 65%;
  position: absolute;

}



.svizzera {
  width: 20px;
  margin: 5px;
  height: auto;
  border-radius: 50%;
}


.underline {
  width: 35.06px;
  height: 0px;
  border: 1px #E71616 solid;
  position: relative;
  left: 16px;
}

.unique-card {
  position: relative;
  width: auto;
  height: 500px;
  overflow: hidden;
  border: 1px solid #F1F3F7;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.unique-card:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
  color: #f2f8f9;
  z-index: 2;
  transition: color 0.3s;
}

.unique-card:hover .card-content {
  color: #f2f8f9;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f3f3f;
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}

.unique-card:hover .background-overlay {
  opacity: 1;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  text-align: center;
}

.card-description {
  font-size: 16px;
}

.pex_traver {
  background-image: url(../axis/img/tizia.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  padding: auto;
}

.carousel-container {
  position: relative;
}

.umiboxescarusel {
  z-index: 1;
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 200px;
  background-color: #F1F3F7;
  border-right: #EB1C27 6px solid;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.decorativo {
  width: 30px;
  height: auto;
  position: absolute;
  top: 2.5rem;
  left: 22px;
}

.decorativo_due {
  width: 30px;
  height: auto;
  position: relative;
  top: 22px;
  left: -13px;
}


#divisiorio {
  background-image: url(img/gruppo-di-persone-diverse-che-hanno-una-riunione-d-affari.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}





.decorativo_tre {
  width: 30px;
  height: auto;
  position: relative;
  top: 22px;
  left: -8px;
}

.decorativo_quattro {
  top: 40px;
  left: 7%;
  width: 30px;
  height: auto;
  position: relative;
}

.chisiamo {
  background: #aa1b23;
  color: #f2f8f9;
}

.c_img_c {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.box_img_raff {
  position: relative;
  top: 4rem;
  border-radius: 10px;
}

.fasedilavoro {
  background-image: url(../axis/img/gruppo-di-persone-che-elaborano-business-plan-in-un-ufficio.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-attachment: fixed;
}

.clipped-due {
  clip-path: polygon(0% 0, 100% 0, 50% 100%, 0% 100%);
}


#HS_chisiamo {
  height: 60vh;
  background-image: url(../axis/img/gruppo-di-persone-che-elaborano-business-plan-in-un-ufficio.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.box_immagine {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


#sec {
  padding: 50px 0;
  background: #fff;
  text-align: center;
  word-wrap: break-word;
}

#sec h2 {
  font-weight: 200;
  font-size: 30px;
  color: #191919;
}

#sec ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
}

#sec ul li {
  padding: 40px;
  width: 300px;
  transition: box-shadow .3s;
}

#sec ul li:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#sec ul li span {
  font-size: 2.6em;
  display: block;
  transition: color .3s;
  color: #E71616;
}

#sec ul li:hover span {
  color: #E71616;
}

#sec ul li h3 {
  color: #191919;
  display: inline-block;
  font-size: 24px;
  font-weight: 100;
  transition: color .3s;
  margin-top: 30px;
  margin-bottom: 30px;
}

#sec ul li:hover h3 {
  color: #191919;
}

#sec ul li h3:after {
  content: '';
  position: relative;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 1px;
  background: #EB1C27;
  transition: width .3s;
}

#sec ul li:hover h3:after {
  width: 25px;
}

#sec ul li p {
  color: #A2A2A2;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  transition: color .3s;
  margin-top: 20px;
}

#sec ul li:hover p {
  color: #555;
}

.colonna_servizi_tooldos ul li {
  margin: 10px 0 30px 0;
  color: #191919;
  list-style: url(../axis/img/quadrato.svg);
}

.serviziami {
  border-radius: 5rem;
}

.bg_alto {
  background-image: url(../axis/img/uominidombra.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.bg_alto_due {
  background-image: url(../axis/img/letraduzioni.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.bg_alto_tre {
  background-image: url(../axis/img/gref_uno.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.bg_alto_quattro {
  background-image: url(../axis/img/test_quattro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.bg_alto_cinque {
  background-image: url(../axis/img/interpete_due.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.box_colorato {
  background-color: #aa1b23;
}

.contattaaxis {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.contattaaxis:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.box_colorato_legale {
  background-color: rgb(78, 76, 76);
  height: auto;
}


.bg-image_du {
  background-image: url(../axis/img/protezione_attacchi.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 30px;
}

.lista_inoltre ul li {
  color: #f6f6f6;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-weight: 700
}

.interpreta_inoltre h3 {
  color: #f6f6f6;
  margin-top: 50px
}

.bg-image_du::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  border-radius: 30px;
}

.interpreta_inoltre h3 {
  color: #f6f6f6;
  margin-top: 50px;
}


/* Aggiungi margine alla sezione di contatto */
.contact-section {
  padding: 50px 0;
}

/* Stile per l'immagine */
.contact-image {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ko-faq-section {
  padding: 40px 0;
}

.ko-faq-section h2 {

  font-size: 42px;
  line-height: 52px;
  margin-bottom: 10px;
}

.ko-container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}

.ko-faq-section .ko-container>p {

  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.ko-accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}

.ko-accordion-item-header {
  padding: 20px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.ko-accordion-item-header::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiMwNDdDQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}

.ko-accordion-item-header.active::after {
  content: "";
  transform: rotate(90deg);
}

.ko-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.ko-accordion-item-body-content {
  padding-bottom: 20px;
}

.ko-faq-accordion {
  margin-bottom: 30px;
}

.ko-ask-qus h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.ko-ask-qus p {
  margin-bottom: 20px;
}

.ko-form-cotrl {
  margin-bottom: 20px;
}

.ko-faq-input-field {
  width: 100%;
  max-width: 520px;
  padding: 10px;
  outline: none;
  border: 1px solid #E71616;
}

.ko-faq-input-field:focus {
  outline: none;
  border: 1px solid #E71616;
  box-shadow: 1px 1px 10px #E71616;
}

.ko-btn {
  border: 0;
  padding: 6px 12px;
  background: #191919;
  color: #ffffff;
  cursor: pointer;
}

/* faq section end */



/* tradeexpress */
.img_corridor {
  width: 600px;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}






.box_elemento {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}






.ultra_card_box .bi {
  position: relative;
  left: -10px;
  top: 5px;
  font-size: 40px;
  color: #E71616;
}

.ultra_card_box {
  display: flex;
  width: 70%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

.traingolo {
  padding: 3%;
  margin: 8px;
}

.due {
  margin: 50px 0px 0px 100px;
}




.bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 190px;
  height: 240px;
  z-index: 2;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  outline: 2px solid white;
}

.bg h2 {
  margin-top: 50px;
}

.bi {
  font-size: 40px;
  position: sticky;
  top: 40px;
}

.blob {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #E71616;
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 3s infinite ease-in-out;
}

@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }

  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }

  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }

  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }

  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}

.scorpi_servizio {
  position: relative;
  font-size: 14px;
  letter-spacing: 3px;
  height: 3em;
  padding: 0 3em;
  border: none;
  background-color: #E71616;
  color: #f6f6f6;
  text-transform: uppercase;
  overflow: hidden;
  width: 50%;
}

.scorpi_servizio::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: #E71616;
  background: linear-gradient(10deg, #19191954 10%, #E71616 100%);
  transition: 0.2s;
}

.scorpi_servizio .label {
  position: relative;
}

.scorpi_servizio .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 3em;
  right: 0;
  opacity: 0;
  transition: 0.4s;
}

.scorpi_servizio:hover::before {
  height: 100%;
}

.scorpi_servizio:hover .icon {
  top: 0;
  opacity: 1;
  transform: rotate(90deg);
}

.icone_da_specificare {
  font-size: 2rem;
}

.form-label {
  font-size: 13px;
}
.card_serv_trad{

  background-color: #ffffffb0;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

.information-processing-form {
  height: auto;
  width: auto;
  background-color: #ffffffb0;
  padding: 2%;
  margin-bottom: 5%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

/* tradeexpress */
@keyframes bounceUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.bounce-img {
  animation: bounceUpDown 2s ease-in-out infinite;
}


.card-lavoro-con-noi {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 30px;

}

.card_event {
  position: relative;
  /* necessaria per il posizionamento assoluto interno */
}

.btn-float {
  position: absolute;
  bottom: -25px;
  /* poco sopra il bordo inferiore */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.6s ease, bottom 0.6s ease;
  z-index: 9;
}

.btn-float.show {
  opacity: 1;
  bottom: -47rem;
  /* si alza un po’ con animazione */
}


.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  /* più spazio tra i loghi */
  transition: transform 1.5s ease-in-out;
}

.partner-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s ease, transform 0.5s ease-in-out;
}

.partner-card img {
  width: 80%;
}

.partner-card.highlight {
  box-shadow: 0 0 20px 5px rgba(255, 0, 0, 0.7);
  transform: scale(1.05);
}


.carousel-item {
  position: relative;
  overflow: hidden;
}

.carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  filter: blur(0);
  z-index: 1;
}

.carousel-item .row {
  position: relative;
  z-index: 2;
}


.serv_test_img_tracking {
  background: url('https://via.placeholder.com/1500x800') no-repeat center center/cover;
  padding: 80px 0;
  text-align: center;
  color: #000;
}

.serv_test_cards_section {
  display: flex;
  flex-wrap: wrap;
}

.serv_test_card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 10px;
}

.serv_test_card img {
  width: 100%;
  display: block;
}

.serv_test_card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
}

.serv_test_card:hover .serv_test_card_overlay {
  opacity: 1;
}

.box_abe:hover {
  color: #E71616;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.fasedilavoro_due {
  background-image: url(../axis/img/businessman-reading-daily-news.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;

}



.serv_test_card_overlay {
  text-transform: uppercase;
  font-weight: bold;
}


.info-box {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.info-box ul {
  padding-left: 20px;
  margin: 10px 0;
}

.info-box li {
  margin-bottom: 8px;
}

.card_event.special {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.card_event {
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  border-radius: 15px;
}

.card_event:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.card_event .col-md-6 {
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  /* angoli arrotondati solo a sinistra */
}

.card_event .col-md-6 img {
  transition: transform 0.6s ease;
  border-radius: 15px 0 0 15px;
}

.card_event:hover .col-md-6 img {
  transform: scale(1.1);
}


.animazione-iniziale h2,
.animazione-iniziale p {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animazione-attiva h2,
.animazione-attiva p {
  opacity: 1;
  transform: translateY(0);
}

.box_colorato_grafico {
  background-color: rgb(23, 113, 158);
  height: auto;
}

.box_colorato_interpetariato {
  background-color: rgb(18, 109, 23);
  height: auto;
}

.secondo_bottone_aggiunto {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  transition: all .2s;
  border: none;
  width: auto;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}

.secondo_bottone_aggiunto:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.secondo_bottone_aggiunto:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.secondo_bottone_aggiunto::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
  background-color: #ffffff;
}

.secondo_bottone_aggiunto:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.cont_vius{
font-size: 3rem;
 letter-spacing: 10px;
}
/*------footer-------*/
#footing {
  background-color: #dfdbdb;
  color: #191919;
  border-top: #191919 1px solid;

}

.uomini_ombra {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.colonna_servizi ul li {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #191919;
  list-style: url(../axis/img/quadrato.svg);
}

.colonna_servizi a {
  color: #191919;
}

.provami {
  text-decoration-color: #EB1C27;
  text-decoration-line: overline;
}

.leggi_di_più {
  color: #fff;
  text-transform: uppercase;
}

.leggi_di_più:hover {
  color: #E71616;
}

.servizio-aggiunto {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  transition: all .2s;
  border: none;
  width: auto;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: inherit;
  color: #f6f6f6;
  background-color: #E71616;
}

.servizio-aggiunto:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.servizio-aggiunto:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.servizio-aggiunto::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.servizio-aggiunto::after {
  background-color: #E71616;
}

.servizio-aggiunto:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

/*------footer-------*/


/*------tutgli ambush -------*/
.ambush_1 {
  background-image: url(../axis/img/divisione_chimica.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_2 {
  background-image: url(../axis/img/div_cosmetica.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_3 {
  background-image: url(../axis/img/editoria_uno.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_4 {
  background-image: url(../axis/img/lifesince.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_5 {
  background-image: url(../axis/img/moda.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background-size: cover;
}

.ambush_6 {
  background-image: url(../axis/img/testuno.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_7 {
  background-image: url(../axis/img/test_quattro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ambush_8 {
  background-image: url(../axis/img/social_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ambush_9 {
  background-image: url(../axis/img/veloce_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_10 {
  background-image: url(../axis/img/lavoraconnoi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.colum_master {
  text-align: justify;
}

.ambush_11 {
  background-image: url(../axis/img/letraduzioni.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_12 {
  background-image: url(../axis/img/design_graf.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.ambush_13 {
  background-image: url(../axis/img/interpete.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


}

.ambush_14 {
  background-image: url(../axis/img/close-up-di-penna-su-una-relazione-finanziaria.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.titolo-articolo-custom{
  font-size: 1rem;
  font-weight: bold;
}

.card-modern {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-modern:hover {
  transform: translateY(-5px);
box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;}

.card-modern h4 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.card-modern p {
  font-size: 1rem;
 
  line-height: 1.6;
}

.arrow-button-custom{
 background-color: #E71616;
  border: 2px solid transparent;
  text-shadow: 1px 1px 1px #00000040;
  padding: 10px 40px;
  cursor: pointer;
  transition: all 0.3s;
  color: #f6f6f6;
  font-weight: 500;  
}
.arrow-button-custom:hover {
    color: #f6f6f6 !important;
  box-shadow: 8px 8px 20px 0px #45090059;

}



@media screen and (min-width: 1800px){
  .Interpretariato{
    right: 19%;
    bottom: 70%;
  }
  .traduzioni{
    left: 11%;
    top: 4%;
  }
}















@media screen and (max-width: 375px) {
  /* Qui inserisci le regole per schermi piccoli, come smartphone */
  


  .container {
    padding: 10px;
  }
  #divisiorio h3 {
    font-size: 1.8rem;
    letter-spacing: 5px;
  }

  #divisiorio button.servizio-aggiunto {
    font-size: 1.2rem;
    width: 200px;
  }

  #divisiorio .p-5 {
    padding: 2rem !important;
    margin-top: 2rem !important;
  }

  #divisiorio .m-5 {
    margin: 2rem !important;
  }
    #divisiorio h3 {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }


  h1,h2,h3 {
    font-size: 15px !important;
    font-weight: bold !important;

  }
  h4{
    font-size: 12px !important;
  }
  #divisiorio button.servizio-aggiunto {
    font-size: 1rem;
    width: 180px;
  }

  #divisiorio .p-5 {
    padding: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  #divisiorio .m-5 {
    margin: 1.5rem !important;
  }
  /* Forza collapse sempre nascosto a max 375px */
   .navbar-collapse {
    background-color: white !important;
    position: absolute !important;
    top: 56px; /* altezza navbar */
    left: 0;
    width: 100%;
    z-index: 1050;
  }


  .navbar-toggler {
    z-index: 1060;
  }
   /* Nascondi l'immagine bandiera */
  #herosections .headline img.svizzera {
    display: none;
  }

  /* Imposta flex container centrato verticalmente e orizzontalmente */
  #herosections > div {
    height: auto !important; /* togli 100vh per scroll normale */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 1.5rem;
    flex-direction: column; /* per sicurezza */
  }
.logo_azienda_desk{
  display: none;
}
  /* Centra testo e margini colonna sinistra */
  #herosections .headline {
    margin: 0 auto !important;
    text-align: center;
    width: 90%; /* limita larghezza per comodità */
  }

  /* Nascondi la colonna di destra (immagine o altro) */
  #herosections .ambush {
    display: none !important;
  }
    nav {
        position: static !important;
    }
  /* Container delle card: usa flex row-wrapping */
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }

  /* Colonne -> due per riga con padding */
  .row > .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 8px;
  }

  /* Card: definisci altezza minima e padding interno */
  .box_card_alpha,
  .box_card_beta,
  .box_card_gamma,
  .box_card_delta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px;
    min-height: 200px; /* evita card troppo basse */
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  /* Titolo e testo: dimensioni più leggibili */
  .box_card_alpha h4,
  .box_card_beta h4,
  .box_card_gamma h4,
  .box_card_delta h4 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
 

  .box_card_alpha p,
  .box_card_beta p,
  .box_card_gamma p,
  .box_card_delta p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    flex: 1;
  }

  /* Nascondi elementi grafici troppo ingombranti */
  .clipped-due.fasedilavoro {
    display: none;
  }
.decorativo_due,
.decorativo,
.decorativo_quattro,
.decorativo_tre {
    display: none;
}
body{
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  background-image: url(../axis/img/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-attachment: fixed;
}
.classe_delcarosello{
  display: none;
}
p{
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
      font-size: 12px !important;

}
.sezione_servizi{
  display: none;
}
.stok_mobile .card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #191919;
}

.stok_mobile .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.stok_mobile .card h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #E71616; /* Rosso richiamo Axis */
}

.stok_mobile .card p {
    font-size: 16px;
    color: #555;
}

#herosections{
  display: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 22px;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon div {
    content: '';
    display: block;
    background-color: black;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: 0;
}

.navbar-toggler-icon::after {
    bottom: 0;
}
#bs-example-navbar-collapse-1 {
        text-align: left !important;
        font-size: 10px !important;
        margin: auto;
        margin-top: 60px;
        padding: 1rem;
        padding-top: 2rem;
        max-width: 400px;
        height: auto;
}
.dropdown-menu{
    font-size: 7px !important;

}

.navbar-toggler-icon div {
    top: 50%;
    transform: translateY(-50%);
}

.bottone_tradeexpress{
  display: none;
}
.navbar .navbar-expand-md  {
  background-color: transparent !important;
}
.hero-mobile {
    padding: 20px 0;
    display: block;
}

.hero-mobile img.logo_azienda_desk {
    width: 150px;
    height: auto;
}

.hero-mobile .slogan {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
   .mobile_logo {
        display: block;
        width: 150px;
        height: auto;
        opacity: 1;
    }
.hero-mobile .d-flex {
    justify-content: center;
    flex-wrap: wrap;
}

.hero-mobile .servizio-aggiunto_mobile {
    font-size: 12px;
    padding: 6px 12px;
    margin: 5px;
    background-color: #E71616;
    color: #f6f6f6;
    border: none;
    border-radius: 4px;
}


.container_img_alpha_due{
  display: none;
}
.container_img_alpha{
  height: auto !important;
}
.traingolo{
  font-size: 10px !important;
}
.freccia_su{
  display: none;
}
.mobile_ko{
  display: none;
}
/* Stile generale per l'accordion */
.ko-accordion-item {
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

/* Header dell'accordion */
.ko-accordion-item-header {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #f8f8f8;
  cursor: pointer;
  text-transform: uppercase;
  color: #333;
}

/* Corpo dell'accordion */
.ko-accordion-item-body {
  font-size: 12px;
  padding: 10px 15px;
  background-color: #fafafa;
  color: #444;
}

/* Lista dentro l'accordion */
.ko-accordion-item-body ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.ko-accordion-item-body li {
  font-size: 12px;
  margin-bottom: 5px;
}
.label_mail_img{
  display: none;
}
.Lcm{
  width: 10px;
  height: auto;
}
}
  #scrollToTopBtn {
    display: flex;
  }

.Lcm{
  width: 65px;
  height: auto;
}





.error-404-modern {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #fafafa;
}

.error-badge {
  display: inline-block;
  font-size: 50px;
  letter-spacing: 2px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
  color: #555;
}

.error-title {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 600;
  margin-bottom: 16px;
}

.error-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 36px;
  text-align: center !important;
}

.btn-home-modern {
  display: inline-block;
  padding: 14px 36px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #E71616;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.25s ease;
}

.btn-home-modern:hover {
  background-color: #222;
  transform: translateY(-2px);
}
