@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Lato", sans-serif;
}

.single-case-studies-three {
  display: flex;
}

.row-home {
  background: #111517;
  padding-left: 51px;
  border-radius: 0px 0px 34px 34px;
  padding-top: 50px;
}
.banner-three-wrapper .pre-title {
  padding: 6px 21px;
  display: block;
  max-width: max-content;
  border-radius: 14px;
  border: 1px solid rgb(0, 64, 255);
  font-size: 15px;
  font-weight: bolder;
}
.rts-about-area {
  background: #111517;
}
.rts-about-area-2 {
    background: #060809;
  }

.about-me .section-title h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 90%;
  margin-bottom: 25px;
  color: #fff;
}
.about-me .section-title p {
  font-size: 19px;
  line-height: 1.5;
  color: #b3b3b3;
}

.section-title h2 {
  font-size: 29px;
  font-weight: bold;
  line-height: 90%;
  margin-bottom: 25px;
  color: #fff;
}
.section-title p {
  font-size: 16px;
  line-height: 1.5;
  color: #b3b3b3;
}
.big-text {
  font-size: 32px;
  line-height: 36px;
  color: #111517;
}
.section-title {
  font-size: 30px;
  font-weight: bold;
  color: #060809;
}
.highlighted-question {
  font-size: 35px;
  font-weight: bold;
  color: #111517;
}
.list-type-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-type-1 span {
  padding: 17px 19px;
  padding-left: 1px;
  font-size: 31px;
  font-weight: bold;
}
.list-type-1 li {
  align-items: center;
  margin-bottom: 15px;
  background: #0202020d;
  border-radius: 20px;
  padding: 16px;
  display: inline-flex;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.list-type-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-type-2 span {
  padding: 17px 19px;
  padding-left: 1px;
  font-size: 31px;
  font-weight: bold;
}
.list-type-2 li {
  align-items: center;
  margin-bottom: 15px;
  background: #111517;
  border-radius: 20px;
  padding: 16px;
  display: inline-flex;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.sticky-image {
  position: sticky;
  top: 100px; /* Distanza dal top per iniziare lo sticky */
  max-height: 80vh; /* Evita che l'immagine sia troppo grande */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-image img {
  width: 100%;
  height: auto;
  max-width: 450px; /* Regola questa dimensione se necessario */
}

.list-type-1 li p {
  font-size: 17px;
  text-align: initial;
}
.rts-btn.btn-border {
  border: 1px solid #d1d1d1;
  gap: 44px;
  color: #262626;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}
.rts-btn.btn-primary {
  padding: 17px 15px;
  background: var(--color-primary);
  gap: 31px;
  height: 48px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
}

.banner-three-wrapper .title {
  font-size: 60px;
  line-height: 90%;
  margin-top: 25px;
  font-weight: bold;
}
li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  border-radius: 0 0 21px 21px;
  background-color: #fff;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 0 0;
  transform-origin: 0 0;
  transform: scaleY(0);
  width: 93%;
  right: 0;
  margin: auto;
}
.with-megamenu .submenu .single-menu .single-service-area-wrapper img {
  transition: 0.3s;
  width: 40px;
  height: auto;
}
.single-menu.industry-signle-menu::after {
  background: #f7f7f7;
  content: "";
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  width: 210%;
}

.header-style-one.style-two {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  z-index: 99;
  width: 88%;
  position: absolute;
  left: 0;
  top: 20px;
  margin: auto;
  background: #fff;
  right: 0;
  border-radius: 15px;
}

.logo-area {
  font-family: "Rubik", sans-serif;
  color: #111517;
  padding: 19px 5px;
  margin: 3px;
  border-radius: 16px;
  font-size: 23px;
  font-weight: bold;
  line-height: 21px;
}

.single-service-three .icon {
  margin-bottom: 60px;
  height: 48px;
  width: 48px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
}

.pt-50 {
  padding-top: 50px;
}

.software {
  /* border: 4px solid #01a2dc; */
  border-radius: 28px;
  margin-bottom: 27px;
}

img.icon_software {
  height: 74px;
  margin-bottom: 17px;
}

.banner-wrapper-one .title {
  font-weight: bold;
  font-size: 71px;
  line-height: 90%;
  margin-bottom: 25px;
}

.rts-banner-three-area.rts-section-gap.bg-banner-three {
  height: 100vh;
  display: flex;
}

.m-auto-h {
  margin: auto;
}

.single-case-studies-three a.thumbnail {
  display: block;
  overflow: hidden;
  margin-bottom: 26px;
  width: 36%;
  margin-right: 12px;
  margin-top: -6px;
}

.single-case-studies-three a.thumbnail img {
  height: 41px;
}

.footer {
  background-color: #111517;
  padding: 20px 0;
  color: #aeaeae;
}

.footer-bottom {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.footer-copyright {
  font-size: 14px;
  margin-right: 10px;
  text-align: right;
  margin-left: auto;
}
.rts-btn.btn-border::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 0%;
  width: 240px;
  height: 200px;
  background-color: #0040ff;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.footer-copyright p {
  margin: 0px !important;
  padding: 0;
  color: #717070;
}

.logo-area.footer_logo {
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding: 0px;
  margin: 0px;
  border-radius: 16px;
  font-size: 23px;
  font-weight: bold;
  line-height: 21px;
}
.footer-logo img {
  max-height: 50px;
}

.footer p {
  margin: 10px 0;
  font-size: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.footer-links li {
  display: inline;
}

.footer-links a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

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

/* .footer-bottom {
  margin-top: 20px;
  font-size: 13px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
} */

.social-links {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-links li {
  display: inline;
}
.with-megamenu .submenu .single-menu .single-service-area-wrapper {
  display: flex;
  align-items: flex-start;
  box-shadow: none;
  background: #fff;
  padding: 13px 16px !important;
  border-radius: 17px;
}

.social-links a {
  color: #007bff;
  font-size: 18px;
}

/* Mobile User Button Styling */
.mobile-user-button {
  display: none;
  /* Nascosto di default */
}

@media (max-width: 768px) {
  /* Mostra solo su mobile */
  .mobile-user-button {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 0px;
  }
  .row-home {
    background: #111517;
    padding-left: 51px;
    border-radius: 0px 0px 34px 34px;
    padding-top: 84px;
  }
  .logo-area {
    font-family: "Rubik", sans-serif;
    color: #111517;
    padding: 0px 5px;
    margin: 3px;
    border-radius: 16px;
    font-size: 23px;
    font-weight: bold;
    line-height: 21px;
  }

  .mobile-user-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 11px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    height: 48px;
    padding: 10px;
    gap: 5px !important;
  }

  .mobile-user-button .btn-border {
    background-color: transparent;
    border: 2px solid #1f1f25;
    /* Colore del bordo */
    color: #1f1f25;
  }

  .mobile-user-button .btn-border:hover {
    background-color: #1f1f25;
    /* Cambia colore al passaggio del mouse */
    color: #fff;
  }

  .mobile-user-button .btn-bold {
    background-color: #1f1f25;
    /* Colore di sfondo */
    color: #fff;
  }

  .mobile-user-button .btn-bold:hover {
    background-color: #333;
    /* Colore al passaggio del mouse */
    color: #fff;
  }

  /* Icon Styling */
  .mobile-user-button i {
    margin-right: 0px;
    /* Spaziatura tra l'icona e il testo */
    font-size: 16px;
    vertical-align: middle;
    padding: 5px;
  }
}

@media (min-width: 769px) {
  /* Nascondi su desktop */
  .mobile-user-button {
    display: none;
  }
}
