/*#region FONT GILL SANS*/
/* Gill Sans - Regular */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans.otf') format('opentype');
    font-weight: normal; /* 400 */
    font-style: normal;
    font-display: swap;
}

/* Gill Sans - Italic */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Italic.otf') format('opentype');
    font-weight: normal; /* 400 */
    font-style: italic;
    font-display: swap;
}

/* Gill Sans - Medium */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Medium.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

/* Gill Sans - Medium Italic */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Medium-Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Gill Sans - Bold */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Bold.otf') format('opentype');
    font-weight: bold; /* 700 */
    font-style: normal;
    font-display: swap;
}

/* Gill Sans - Bold Italic */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Bold-Italic.otf') format('opentype');
    font-weight: bold; /* 700 */
    font-style: italic;
    font-display: swap;
}

/* Gill Sans - Heavy */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Heavy.otf') format('opentype');
    font-weight: 900; /* Heavy / Black */
    font-style: normal;
    font-display: swap;
}

/* Gill Sans - Heavy Italic */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Heavy-Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Gill Sans - Light Italic */
@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gill-sans/Gill-Sans-Light-Italic.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: italic;
    font-display: swap;
}

/* Gill Sans Condensed - Regular */
@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('/fonts/gill-sans/GillSans-Condensed.otf') format('opentype');
    font-weight: normal; /* 400 */
    font-style: normal;
    font-display: swap;
}

/* Gill Sans Condensed - Bold */
@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('/fonts/gill-sans/GillSans-Condensed-Bold.otf') format('opentype');
    font-weight: bold; /* 700 */
    font-style: normal;
    font-display: swap;
}
/*#endregion*/

.text-justified {
    text-align: justify;
}

h1, h3 {
    font-family: 'Gill Sans', sans-serif;
    font-weight: 500;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.swiper-button-next {
    background-image: url("/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 30px;
}

.swiper-button-prev {
  background-image: url("/images/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

#sticky-form {
  top: 5%;
}
@media (min-width: 576px) {
  .section-title {
    font-size: 28px !important;
  }
}

h3 {
  color: #1a61ff;
  font-size: 30px;
}

h1 {
  color: #141414;
  font-size: 32px;
}

.border-b-lightgrey {
    border-bottom: 1px solid #e2e2e2;
}

.bg-black-lombardiatruck {
  background: #141414;
}
.bg-iveco-blue {
  background: #1554FF;
}

.nav-link {
  color: #ffffff;
}

.nav-link.active {
  color: #ffffff !important;
}

.opening-hours {
  border: 1px solid #e2e2e2 ;
  border-radius: 8px;
}

.opening-hours-item p {
  font-size: 18px;
}

.contact-form {
  background: #1a61ff;
  border-radius: 8px;
}

.contact-form h3 {
  color: #ffffff;
}

.contact-form p {
  color: #ffffff;
}

.form-label {
  color: #ffffff;
  font-size: 18px;
}

.contact-form-input {
  border-radius: 8px;
}

.form-check-label {
  color: #ffffff;
  font-size: 18px;
}

.contact-form.btn {
  color: #1a61ff;
  background: #ffffff;
}

footer {
  background: #161615;
}

footer p {
  color: #ffffff;
}

.subtitle {
    font-size: 18px;
    color: #7b7b7b;
}
/* Contenitore multiple di Select2 */
.select2-container--default .select2-selection--multiple {
    position: relative; 
    min-height: 38px; 
}

/* Aggiunge la freccia a destra */
.select2-container--default .select2-selection--multiple::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #888; /* colore della freccia */
    z-index: 1;
}

@media (min-width: 768px) {
  .swiper-button-next {
      width: 50px !important;
      height: 50px !important;
  }
  .swiper-button-prev {
      width: 50px !important;
      height: 50px !important;
  }
}