.has_dropdown {
    position: relative;
  }
  
  .dropdown_arrow {
    margin-left: 6px;
    font-size: 0.75em;
    transition: transform 0.3s ease;
  }
  
  /* Submenu base */
  .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .has_dropdown:hover .submenu {
    display: block;
  }
  
  .submenu li {
    list-style: none;
  }
  
  .submenu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease;
  }
  
  .submenu a:hover {
    background-color: #f5f5f5;
  }
  
  /* Mobile dropdown support */
  @media (max-width: 991px) {
    .has_dropdown .submenu {
      position: static;
      box-shadow: none;
      border: none;
      padding-left: 20px;
    }
  
    .has_dropdown.active .submenu {
      display: block;
    }
  
    .dropdown_arrow {
      float: right;
      transition: transform 0.3s ease;
    }
  
    .has_dropdown.active .dropdown_arrow {
      transform: rotate(180deg);
    }
  }
  
  .page_banner_section {
      padding: 70px 0 110px !important;
  }
  body:has(.page_banner_section + .intro_about_section) .page_banner_section {
      padding-bottom: 95px !important; 
  }
  /* Header fisso e sticky */
  .site_header_1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(to left, #0E77BB 0%, #0E77BB 60%, #ffffff 100%) !important;
    /* Ombra più marcata e sfumata */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Mantieni la sticky anche se hai uno script che gestisce sticky */
  .header_bottom.stricky {
    background: linear-gradient(to left, #0E77BB 0%, #0E77BB 1470px, #ffffff 100%) !important;
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.35);
    border-radius: 0px !important;
  }
  .calltoaction_section {
      background-color: linear-gradient(to left, #0E77BB 0%, #0E77BB 60%, #ffffff 100%) !important;
  }
  
  .site_header {
    position: relative; /* per contenere gli elementi assoluti */
    overflow: visible; /* lascia vedere fuori i figli assoluti */
  }
  
  .clouds-svg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
    pointer-events: none;
    opacity: 0.7; /* rende le nuvole più trasparenti */
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15)); /* ombra leggera */
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
    overflow: hidden;
  }
  
  
  /* Spazio per non far sovrapporre contenuti sotto header fisso */
  body {
    padding-top: 70px; /* altezza header */
  }
  
  
  @keyframes cloudsMove {
    0% { background-position: 0 0; }
    100% { background-position: 10000px 0; }
  }
  
  
  .header_bottom.stricky.stricked-menu.stricky-fixed a.nav-link.active {
      color: white !important;
  }
  
  .main_menu_list > li > a {
      min-height: 100px;
      color: white !important;
  }
  
  a.btn.btn-outline-light span.btn_label {
      color: white !important;
  }
  
   .main_menu_list .nav-link {
      font-weight: 300 !important;
      font-size: 1rem !important;
      color: #ffffff !important;
      text-transform: uppercase !important;
      letter-spacing: 0.5px !important;
      transition: all 0.3s ease !important;
      padding: 0.5rem 1rem !important;
      position: relative !important;
    }
  
    .main_menu_list .nav-link:hover,
    .main_menu_list .nav-link.active {
      color: #00c7ff !important;
      z-index: 20;
    }
  
    .main_menu_list .nav-link::after {
      content: '' !important;
      display: block !important;
      width: 0 !important;
      height: 2px !important;
      background: #00c7ff !important;
      transition: width 0.3s !important;
      margin-top: 4px !important;
      z-index: 20;
    }
  
    .main_menu_list .nav-link:hover::after,
    .main_menu_list .nav-link.active::after {
      width: 100% !important;
    }
  
  
    .site_logo img {
      max-height: 120px !important;
      transition: transform 0.3s ease !important;
      z-index: 20;
    }
  
    .site_logo:hover img {
      transform: scale(1.05) !important;
    }
  
    .header_btns_group .btn {
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 600 !important;
      text-transform: uppercase !important;
      font-size: 0.875rem !important;
      border: 2px solid #00c7ff !important;
      color: #00c7ff !important;
      background-color: transparent !important;
      transition: all 0.3s ease !important;
    }
  
    .header_btns_group .btn:hover {
      background-color: #00c7ff !important;
      color: #fff !important;
    }
  
   footer.site_footer {
      font-family: 'Montserrat', sans-serif !important;
      color: #fff !important;
      padding-top: 60px !important;
      padding-bottom: 40px !important;
    }
  
    footer.site_footer h2,
    footer.site_footer h3,
    footer.site_footer p,
    footer.site_footer li,
    footer.site_footer a,
    footer.site_footer input,
    footer.site_footer label {
      color: #fff !important;
      font-family: 'Montserrat', sans-serif !important;
      transition: all 0.3s ease !important;
    }
  
    footer.site_footer h2,
    footer.site_footer h3 {
      font-weight: 600 !important;
      margin-bottom: 10px !important;
    }
  
    footer.site_footer a {
      text-decoration: none !important;
      opacity: 0.85 !important;
    }
  
    footer.site_footer a:hover {
      opacity: 1 !important;
      color: #00c7ff !important;
    }

  
    footer.site_footer .footer_newslatter button {
      background: #00c7ff !important;
      border: none !important;
      border-radius: 6px !important;
      padding: 10px 14px !important;
      color: #fff !important;
      font-size: 1rem !important;
      cursor: pointer !important;
      transition: background 0.3s ease !important;
    }
  
    footer.site_footer .footer_newslatter button:hover {
      background: #009ac2 !important;
    }
  
    footer.site_footer .iconbox_block {
      display: flex !important;
      align-items: center !important;
      gap: 12px !important;
      margin-bottom: 20px !important;
    }
  
    footer.site_footer .iconbox_icon img {
      width: 40px !important;
      height: 40px !important;
      filter: brightness(1.2) !important;
    }
  
    footer.site_footer .social_links_block {
      display: flex !important;
      gap: 16px !important;
      margin-top: 20px !important;
    }
  
    footer.site_footer .social_links_block a {
      background: rgba(255, 255, 255, 0.1) !important;
      padding: 6px 12px !important;
      border-radius: 20px !important;
      font-size: 0.9rem !important;
      color: white !important;
    }
  
    footer.site_footer .social_links_block a:hover {
      background: #00c7ff !important;
      color: #000 !important;
    }
  
    footer.site_footer .footer_widget ul.icon_list {
      list-style: none !important;
      padding-left: 0 !important;
    }
  
    footer.site_footer .footer_widget ul.icon_list li {
      margin-bottom: 8px !important;
    }
  
    section.calltoaction_section.parallaxie {
      margin-top: 100px;
     }
  
  .site_header_1 .header_bottom {
      padding: 1px 0 !important;
  }
  
    @media (max-width: 768px) {
      footer.site_footer .iconbox_block {
        flex-direction: column !important;
        align-items: flex-start !important;
      }
  
      footer.site_footer .footer_newslatter {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
      }
      
  
      footer.site_footer .social_links_block {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
      }
    }
  
    @media (max-width: 991px) {
      .site_footer .footer_main_content > .row {
      margin: 0px !important;
      }
      
      .header_bottom.stricky.stricked-menu.stricky-fixed {
      display: none !important;
      }
      
      .main_menu_list .nav-link {
      font-weight: 300 !important;
      font-size: 1rem !important;
      color: #00c7ff !important;
      text-transform: uppercase !important;
      letter-spacing: 0.5px !important;
      transition: all 0.3s ease !important;
      padding: 0.5rem 1rem !important;
      position: relative !important;
  }
      
      }
  
  .has_dropdown_custom {
    position: relative !important;
  }
  
  .dropdown_arrow_custom {
    margin-left: 6px;
    font-size: 0.75em;
    transition: transform 0.3s ease;
    display: inline-block !important;
  }
  
  /* Submenu base */
  .submenu_custom {
    display: none;
    position: absolute !important;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .has_dropdown_custom:hover .submenu_custom {
    display: block !important;
  }
  
  .submenu_custom li {
    list-style: none;
  }
  
  .submenu_custom a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease;
  }
  
  .submenu_custom a:hover {
    background-color: #f5f5f5;
  }
  
  /* Mobile dropdown support */
  @media (max-width: 991px) {
    .has_dropdown_custom .submenu_custom {
      position: static !important;
      box-shadow: none !important;
      border: none !important;
      padding-left: 20px !important;
      display: none; /* nascondi di default su mobile */
    }
  
    .footer_layout_1 .diract_contact_links {
        justify-content: center !important;
    }

    .footer_layout_1 .footer_main_content {
        padding: 5px 0 !important;
    }

    .diract_contact_links .iconbox_block.layout_icon_left .iconbox_icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
        margin: 0px o !important;
        border-radius: 100%;
    }

    .has_dropdown_custom.active .submenu_custom {
      display: block ;
    }
  
    .dropdown_arrow_custom {
      float: right !important;
      transition: transform 0.3s ease !important;
    }
  
    .has_dropdown_custom.active .dropdown_arrow_custom {
      transform: rotate(180deg) !important;
    }
  }
  .calltoaction_section {
    position: relative;
    z-index: 1;
    /* mantenere le altre proprietà inline */
  }
  
  .background-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background:
      repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
      ),
      repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
      );
    z-index: 0;
  }
  
  /* effetto 3D leggero con ombra interna */
  .calltoaction_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.2), transparent);
    pointer-events: none;
    z-index: 0;
  }
  
  footer.site_footer {
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
  
  footer.site_footer h2,
  footer.site_footer h3 {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }
  
  footer.site_footer p,
  footer.site_footer li,
  footer.site_footer a,
  footer.site_footer input,
  footer.site_footer label {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
  }
  
  footer.site_footer a {
    text-decoration: none !important;
    opacity: 0.85 !important;
  }
  
  footer.site_footer a:hover {
    opacity: 1 !important;
    color: #00c7ff !important;
  }
  
footer.site_footer .footer_newslatter input[type="email"] {
    background: white;
    border-radius: 6px;
    padding: 12px;
    color: #000 !important;
    width: 100%;
    font-size: 14px !important;
    margin-top: 10px;
    margin-right: 5px;
}

  
footer.site_footer .footer_newslatter input[type="email"]::placeholder {
    color: #999;
    font-size: 13px;
  }
  
  
  footer.site_footer .footer_newslatter input[type="email"]:focus {
    outline: none !important;
    border-color: #00c7ff !important;
    box-shadow: 0 0 0 2px rgba(0, 199, 255, 0.3) !important;
  }
  
  footer.site_footer .footer_newslatter button {
    background: #00c7ff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 12px !important;
    margin-top: 11px;
    font-size: 12px !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
  }
  
  footer.site_footer .footer_newslatter button:hover {
    background: #009ac2 !important;
  }
  
  footer.site_footer .iconbox_block {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }
  
  footer.site_footer .iconbox_icon img {
    width: 40px !important;
    height: 40px !important;
    filter: brightness(1.2) !important;
    object-fit: contain;
  }
  
  footer.site_footer .social_links_block {
    display: flex !important;
    gap: 10px !important;
    margin-top: 10px !important;
  }
  
  footer.site_footer .social_links_block a {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    color: white !important;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  footer.site_footer .social_links_block a:hover {
    background: #00c7ff !important;
    color: #000 !important;
  }
  
  footer.site_footer .footer_widget ul.icon_list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 1rem !important;
  }
  
  footer.site_footer .footer_widget ul.icon_list li {
    margin-bottom: 4px !important;
  }
  
  /* Diract Contact Links centralized with consistent gaps */
  .diract_contact_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
    max-width: 900px;
    margin: 0 auto;
    color: white;
  }
  
  .iconbox_block {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(50% - 20px);
    box-sizing: border-box;
  }
  
  .iconbox_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  
  .iconbox_content h3.iconbox_title {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-align: left;
  }
  
  .iconbox_content p.mb-0 {
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
  }
  

  /* Mobile layout: 2 columns */
  @media (max-width: 600px) {
    .diract_contact_links {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 20px;
      column-gap: 20px;
    }
    .iconbox_icon img {
        margin-bottom: 8px;
      }
    
      .iconbox_content h3.iconbox_title,
      .iconbox_content p.mb-0 {
        text-align: center;
      }
  }
  
  /* Footer menu spacing */
  footer.site_footer .footer_menu > li {
    margin-bottom: 8px;
  }
  
  footer.site_footer .footer_menu > li:not(:last-child) {
    margin-right: 8px;
  }
  
  .footer_copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 24px;
    padding: 18px 12px;
    background: #0E77BB; /* colore pieno per più contrasto */
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 6px;
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-font-smoothing: antialiased; /* per maggiore nitidezza */
    -moz-osx-font-smoothing: grayscale;
  }
  
  .footer_copyright .footer_info {
    white-space: nowrap;
    color: #fff;
  }
  
  /* Responsive mobile */
  @media (max-width: 600px) {
    .footer_copyright {
      font-size: 12.5px;
      gap: 10px 12px;
      padding: 14px 10px;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer_copyright .footer_info {
      white-space: normal;
      text-align: center;
    }
  }
  
  .policy_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 30px rgb(14 119 187 / 0.7);
  }

 /* Titolo */
.services-title {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #0e77bb, #4db8f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  user-select: none;
  margin-bottom: 40px;
}

.services-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #0e77bb;
  margin: 12px auto 0;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.services-title:hover::after {
  width: 100px;
  background: #4db8f5;
}

.three-d-slider-section {
  padding: 80px 0;
  background: linear-gradient(-45deg, #f7f9fb, #eaf3fa, #d2ecff, #f0f8ff);
  background-size: 400% 400%;
  animation: gradientBG 12s ease infinite;
}

/* Gradient animation */
@keyframes gradientBG {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.mySwiper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}

.swiper-slide {
  width: 360px !important;
  height: 450px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.swiper-slide-active .slide-content {
  transform: scale(1.1);
  box-shadow: 0 12px 25px rgba(14, 119, 187, 0.3);
  border-radius: 20px;
}

.slide-content {
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1.05);
}

.slide-content:hover {
  transform: scale(1.05);
}

.slide-content img {
    width: 100%;
    height: 295px !important;
    object-fit: contain;
    border-radius: 20px;
    display: block;
    margin-top: 19px;
}

.slide-caption {
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
  color: #0e77bb;
  font-size: 1.1rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0e77bb;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
}

.swiper-button-next {
  right: -40px;
}
.swiper-button-prev {
  left: -40px;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 119, 187, 0.9);
  justify-content: center;
  align-items: center;
}

.modal-content-text {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.modal-content-text h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #0e77bb;
}

.modal-content-text p {
  font-size: 16px;
  color: #333;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

/* Rimuove ombre indesiderate da 3D effect */
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}
  
.it_solution_hero_section {
    padding: 135px 0 !important;
}

.section_space {
    padding-top: 35px !important;
    padding-bottom: 5px !important;
}

  .client_logo_section {
    background-color: #f9fafb; /* fallback colore chiaro */
    padding: 4rem 0;
  }

  .client_logo_item img {
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(80%);
    max-height: 80px;
    object-fit: contain;
  }
  .client_logo_item:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
  }

  .swiper-button-prev,
  .swiper-button-next {
    color: #0d6efd; /* colore blu */
  }

  .swiper-pagination-bullet {
    background-color: #0d6efd;
    opacity: 0.6;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
  }

.custom-badge {
  display: inline-block;          /* per gestire dimensioni e padding */
  background-color: #0E77BB;     /* blu bootstrap standard */
  color: white;
  font-size: 1.25rem;             /* testo più grande */
  padding: 0.6rem 1.2rem;         /* più spazio interno */
  border-radius: 0.75rem;         /* bordo arrotondato più morbido */
  font-weight: 600;
  text-align: center;
  margin: 0 auto;                 /* per centrare orizzontalmente se il genitore ha display:flex o block */
  width: 20%;
}

section.about_section.section_space {
    margin-top: 55px;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 15px !important;
  }

 .swiper-slide {
    width: 100% !important; /* fa sì che occupi tutta la larghezza */
    max-width: none !important;
  }
  
  .slide-content img {
    max-width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
  }
  
   .swiper-button-next {
    right: 10px; /* più vicino al bordo */
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  
  .servicefooter {
    display: contents !important;
  }
  
   .contactfooter {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }
  
.slide-content {
  margin: 0 auto !important;
  text-align: center;
}

.slide-content img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

  .slide-caption {
    font-size: 16px;
    margin-top: 10px;
  }
  
  .contactfooter > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }

  .contactfooter span {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }

    .servicefooter {
    justify-content: center !important;
    text-align: center;
    min-width: auto;
    gap: 20px;
  }

  .servicefooter > div {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .servicefooter ul {
    padding-left: 0;
  }
  
  .custom-badge {
    width: 30% !important;
}
  
  
  /* Contatti rapidi: da riga a colonna e centrati */
  footer > div:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    padding-bottom: 20px !important;
  }

  footer > div:first-child > div {
    margin: 0 !important;
    width: 100% !important;
    max-width: 320px !important;
    text-align: center !important;
  }

  /* Contenuto centrale: tutti i box in colonna */
  footer > div:nth-child(2) {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    margin: 40px auto 20px auto !important;
    max-width: 100% !important;
  }

  /* Newsletter e blocchi servizi/info/privacy */
  footer > div:nth-child(2) > div {
    flex: none !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Lista servizi, info, privacy: font più leggibile e margine */
  footer ul {
    padding-left: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  footer ul li {
    margin-bottom: 8px !important;
  }

  footer ul li a {
    color: #ccc !important;
    text-decoration: none !important;
  }

  /* Logo ridotto e centrato con margini */
  footer div[style*="text-align: center"] img {
    max-width: 100px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer div[style*="text-align: center"] p {
    font-size: 12px !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    line-height: 1.4 !important;
  }

  /* Blocco social: più compatto e centrato */
  footer > div.social-block,
  footer > div:nth-child(3) {
    max-width: 100% !important;
    margin: 20px auto !important;
    text-align: center !important;
  }

  footer > div:nth-child(3) a {
    font-size: 20px !important;
    margin: 0 10px !important;
  }

  /* Separatore */
  footer > div[style*="border-top"] {
    max-width: 100% !important;
    margin: 30px auto !important;
  }

  /* Copyright */
  footer > div:last-child {
    padding-top: 15px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
    margin: 20px auto 0 auto !important;
  }

  /* Forza colonna sulla riga principale dei box footer */
  footer.site_footer .footer_main_content > .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Ogni box interno deve occupare tutta la larghezza */
  footer.site_footer .footer_main_content > .row > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: white;
  padding: 20px;
  z-index: 1000;
  text-align: center;
}

.cookie-buttons button {
  margin: 5px;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#accept-cookies {
  background-color: #4caf50;
  color: white;
}

#reject-cookies {
  background-color: #f44336;
  color: white;
}

#manage-cookies {
  background-color: #008cba;
  color: white;
}

.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.cookie-modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
}

.modal-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.hidden {
  display: none;
}

/* Contenitore generale */
.company-info-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.company-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card singola */
.info-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  flex: 1 1 300px;
  max-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Icona */
.info-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon img {
  max-height: 40px;
  width: auto;
}

/* Colori alternativi */
.bg-yellow {
  background-color: #fff3cd;
}

.bg-gray {
  background-color: #dee2e6;
}

/* Testi */
.info-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333333;
}

.info-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
}
