/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

ul {
  margin-left: -20px;
}

.pretitle {
	font-size: 16px;
}


.font-18{
	font-size: 18px;
	line-height: 1.3 !important;
}


/* TOP MARGIN SEZIONE CHE SCROLLA */
#section-scroll {
  scroll-margin-top: 100px; /* Crea un offset di 200px sopra la sezione */
}

/* BOTTONI */
/* Dimensione bottoni per tablet */
@media only screen and (min-width: 600px) and (max-width: 900px) {
	.button-tablet {
		padding-top:15px;
		padding-bottom:15px;
}
}

/* FRECCIA DESTRA BOTTONE BLU */
.arrow-button-right {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  background-color: #007BFF; 
  color: white;
  border: none;
  cursor: pointer;
}

.arrow-button-right::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px; /* Larghezza dell'immagine della freccia */
  height: 20px; /* Altezza dell'immagine della freccia */
  background-image: url('/wp-content/uploads/2024/09/arrow-right.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* FRECCIA DESTRA BOTTONE BIANCO */
.arrow-button-white {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  background-color: #007BFF; 
  color: white;
  border: none;
  cursor: pointer;
}

.arrow-button-white::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px; /* Larghezza dell'immagine della freccia */
  height: 20px; /* Altezza dell'immagine della freccia */
  background-image: url('/wp-content/uploads/2024/09/small-arrow-blu.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.arrow-button-white:hover::after {
  background-image: url('/wp-content/uploads/2025/01/small-arrow-white.svg'); /* Icona bianca */
}

/* FRECCIA DOWN BOTTONE BLU */
.arrow-button-down {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  background-color: #007BFF; 
  color: white;
  border: none;
  cursor: pointer;
}

.arrow-button-down::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px; /* Larghezza dell'immagine della freccia */
  height: 20px; /* Altezza dell'immagine della freccia */
  background-image: url('/wp-content/uploads/2024/09/arrow-down.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* HOVER ICONA APPLICATIONS HOME */
.icon-hover-application:hover {
    background-image: url('/wp-content/uploads/2025/01/Dynamp_icon_hover_application_.svg'); 
}

/* HOVER ICONA PRODUCTS */
.icon-hover-product {
    width: 50px; /* Dimensione della freccia */
    height: 50px;
    background-image: url('/wp-content/uploads/2024/09/Arrow-blu.svg'); /* Immagine predefinita */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-hover-product:hover {
    background-image: url('/wp-content/uploads/2025/01/icon-product-hover.svg'); /* Immagine al passaggio del mouse */
}

/* HOVER ICONA DOWNLOAD */
.icon-download {
    width: 50px; /* Dimensione della freccia */
    height: 50px;
    background-image: url('/wp-content/uploads/2025/01/arrow-down.svg'); /* Immagine predefinita */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-download:hover {
    background-image: url('/wp-content/uploads/2025/01/arrow-down-hover.svg'); /* Immagine al passaggio del mouse */
}

/* BORDER IMAGE GRID APPLICATION */
#brxe-tsmpsy [data-layout="grid"] .image {
  aspect-ratio: 3/2;
  border-radius: 8px;
}
#brxe-nbdsbl [data-layout="grid"] .image {
  aspect-ratio: 3/2;
  border-radius: 8px;
}

#brxe-nbcrvz .bricks-layout-wrapper[data-layout="list"] .bricks-layout-inner {
  padding-bottom: 0px !important;
}

/* MAPS SUPPORT HOTSPOT */
.ba-image-hotspot-title {
  display: none;
}

.double-flag{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.nazione {
color: var(--Gray-700, #344054);
text-align: center;
font-size: 17px;
font-style: normal;
font-weight: 600;
	margin-bottom: 0px;
}

.name {
	color: var(--Gray-500, #667085);
text-align: center;
font-size: 17px;
font-style: normal;
font-weight: 400;
}

.flag-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.flag-icon img {
  width: 20px;
  height: auto;
}

.contact-label .name {
  font-size: 16px;
  color: #555555;
  margin: 4px 0 16px 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.contact-info div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-info img {
  width: 20px;
  height: 20px;
}

.contact-info a {
  font-size: 14px;
  color: #0073e6;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* TIMELINE */
#timeline .bricks-swiper-container {
    position: relative;
    padding-top: 50px; /* Spazio per gli elementi sopra la linea */
    padding-bottom: 50px; /* Spazio per gli elementi sotto la linea */
}

#timeline .bricks-swiper-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #B1BDD8,
        #B1BDD8 20px,
        transparent 10px,
        transparent 30px
    ); /* Linea tratteggiata */
    z-index: 1;
    transform: translateY(-50%);
}

#timeline .repeater-item {
    position: relative;
    z-index: 2;
}

#timeline .repeater-item:nth-child(odd) {
    transform: translateY(-150px); /* Sopra la linea */
}

#timeline .repeater-item:nth-child(even) {
    transform: translateY(150px); /* Sotto la linea */
}

/* Aggiungere il pallino come pseudo-elemento */
/* Stile per i pallini degli elementi dispari (odd) */
#timeline .repeater-item:nth-child(odd)::before {
    content: url('/wp-content/uploads/2025/01/Timeline_dot.svg');
    position: absolute;
    top: 50%; /* Centrato sulla linea */
    left: 50%;
    transform: translate(-50%, 126px);
    width: 20px; /* Dimensione del pallino */
    height: 20px; /* Dimensione del pallino */
    z-index: 3;
}

/* Stile per i pallini degli elementi pari (even) */
#timeline .repeater-item:nth-child(even)::before {
    content: url('/wp-content/uploads/2025/01/Timeline_dot.svg');
    position: absolute;
    top: 50%; /* Centrato sulla linea */
    left: 50%;
    transform: translate(-50%, -173px);
    width: 20px; /* Dimensione del pallino */
    height: 20px; /* Dimensione del pallino */
    z-index: 3;
}

/* Search form */
body.bricks-is-frontend :focus-visible {
  outline: none;

}
.bricks-posts-nothing-found {
  text-align: center;
  margin-top: 100px;
  font-size: 50px;
  font-weight: 700;
  color: #0b1d46;
}

.bricks-layout-item.repeater-item.brxe-nbdsbl:hover{
	border:2px solid #153A8B;
}