html {
  scroll-behavior: smooth !important;
}

#footer-outer {
  display: none;
}

#box_tabs_self_storage {
  position: relative;
}

.self_storage {
  transition: all 1000ms;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 999px) {
  .self_storage {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.self_storage.attivo {
  position: relative;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
@media (min-width: 1000px) {
  .self_storage .row_col_wrap_12 .vc_col-sm-6 {
    padding-right: 0 !important;
  }
}
@media (max-width: 999px) {
  .self_storage .row_col_wrap_12 {
    flex-direction: column-reverse;
  }
}
.self_storage .plus_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /*@media(min-width:690px) {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "a a";
      gap: 5px;
  }*/
}
.self_storage .plus_list .item {
  padding: 20px 24px;
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  border-radius: 20px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.0705882353);
}
.self_storage .plus_list .item div * {
  font-size: 14px !important;
}
.self_storage .plus_list .item h4 {
  margin-bottom: 8px;
}
@media (min-width: 690px) {
  .self_storage .plus_list .item:nth-child(odd):last-child {
    grid-column: span 2;
  }
}
.self_storage .lista_icone_plus .vc_column-inner .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-top: 1px solid var(--color-light-magenta);
  border-bottom: 1px solid var(--color-light-magenta);
}
@media (max-width: 690px) {
  .self_storage .lista_icone_plus .vc_column-inner .wpb_wrapper {
    grid-template-columns: 1fr;
  }
}
.self_storage .lista_icone_plus .vc_column-inner .wpb_wrapper .iwithtext {
  margin-bottom: 0;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: var(--color-light-magenta);
  display: flex;
  align-items: center;
  justify-content: center;
}
.self_storage .lista_icone_plus .vc_column-inner .wpb_wrapper .iwithtext .iwt-icon {
  transform: translate(-5px, 10px);
}
.self_storage .lista_icone_plus .vc_column-inner .wpb_wrapper .iwithtext .iwt-text {
  line-height: 1.25;
  padding-left: 0;
  color: var(--color-blu);
  text-align: center;
}

#self_storage_btn h2 {
  margin-bottom: 0 !important;
}
#self_storage_btn h2::before {
  background-image: url(/wp-content/uploads/2024/07/icon_sefgstorage_alt.svg);
}
#self_storage_btn .toggle-button {
  margin: 0 0 0 auto;
}

@media (max-width: 999px) {
  #section_faq {
    padding-top: 140px !important;
  }
}
@media (max-width: 999px) {
  #section_faq .btn_main {
    margin: auto;
    display: block;
  }
  #section_faq .btn_main .label_btn {
    font-size: 14px !important;
  }
}

.toggles .toggle:not(.open) .toggle-title a, .toggles .toggle:not(.open) .toggle-title i {
  color: var(--color-blu) !important;
}
.toggles .toggle .toggle-title a, .toggles .toggle .toggle-title i {
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.toggles .toggle .toggle-title a {
  border-radius: 20px;
}
.toggles .toggle > div {
  width: 98%;
  margin: auto;
  border-radius: 20px;
}
.toggles .toggle > div .inner-toggle-wrap {
  padding: 20px 40px !important;
}
.toggles p {
  font-size: 16px;
}

#section_box_size {
  padding-top: 60px !important;
  opacity: 0;
  animation: fade_custom 3s forwards;
}
@media (max-width: 999px) {
  #section_box_size .row_col_wrap_12 {
    flex-direction: column-reverse;
  }
  #section_box_size .row_col_wrap_12 .vc_col-sm-6:first-of-type {
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translate(-40%, -40%);
    left: 50%;
    z-index: 99;
    margin-bottom: 0;
  }
  #section_box_size .row_col_wrap_12 .vc_col-sm-6:first-of-type img {
    height: 52.5vh;
    min-height: unset;
    max-height: unset;
    padding: 10%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #section_box_size .row_col_wrap_12 .vc_col-sm-6:first-of-type img[src="https://boxengo.com/wp-content/uploads/2024/07/cta_slider_mobile.svg"] {
    margin-right: -6% !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  #section_box_size .row_col_wrap_12 .misura {
    width: 50%;
    right: -25% !important;
  }
  #section_box_size .row_col_wrap_12 .vc_col-sm-6:first-of-type {
    transform: translate(-60%, -45%);
  }
  #section_box_size .row_col_wrap_12 .vc_col-sm-6:first-of-type img {
    height: 42.5vh;
  }
  #section_box_size .row_col_wrap_12 .vc_col-sm-6:first-of-type img[src="https://boxengo.com/wp-content/uploads/2024/07/cta_slider_mobile.svg"] {
    margin-right: 10% !important;
  }
}
@keyframes fade_custom {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 999px) {
  #section_box_size {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
#section_box_size img.img_boxsize {
  height: auto;
  min-height: 300px;
  max-height: 600px;
  width: auto;
  margin: auto !important;
  display: block;
}
#section_box_size h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 999px) {
  #section_box_size h4 {
    width: auto;
    margin-left: unset !important;
    text-align: left !important;
  }
}
@media (max-width: 999px) {
  #section_box_size .wpb_wrapper > h2 {
    text-align: left !important;
  }
}
#section_box_size .misura {
  text-align: right;
  padding: 8px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  background-image: url(/wp-content/uploads/2024/06/bg_misure_main.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transform: translateY(50%);
  z-index: 2;
}
@media (max-width: 999px) {
  #section_box_size .misura {
    padding-right: 40px;
    background-position: 100px;
  }
}
#section_box_size .misura::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/bg_misure.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  right: -18%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#section_box_size .misura::before {
  content: "";
  background-color: var(--color-grey);
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#section_box_size .dettagli {
  padding: 7.5% 0 5% 25%;
  position: relative;
  background-image: url(/wp-content/uploads/2024/06/bg_dettagli.svg);
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  height: 30vh;
  min-height: 250px;
  max-height: 400px;
}
@media (max-width: 999px) {
  #section_box_size .dettagli {
    padding: 12.5% 0 5% 40%;
    height: 60vh;
  }
}
#section_box_size .dettagli * {
  text-align: right;
  color: #fff;
}
#section_box_size .dettagli::after {
  content: "";
  background-color: var(--color-dark-green);
  position: absolute;
  right: -50%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#section_box_size .dettagli h2 {
  white-space: nowrap;
}
#section_box_size .dettagli h2 span {
  font-size: clamp(30px, 3.5vw, 60px);
  font-weight: 300;
}
#section_box_size .dettagli h2 strong {
  font-size: clamp(30px, 3.5vw, 60px);
  font-weight: 800;
}
@media (max-width: 999px) {
  #section_box_size .descrizione * {
    font-size: 14px !important;
  }
}
#section_box_size .btn_main {
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-40%);
}
@media (max-width: 999px) {
  #section_box_size .btn_main {
    right: unset;
    left: 25%;
    transform: translateY(50%);
  }
}
#section_box_size .controlli {
  padding-top: 30px;
  text-align: right;
}
@media (max-width: 999px) {
  #section_box_size .controlli {
    padding: 50px 0;
  }
}
#section_box_size .controlli svg path {
  transition: all 300ms;
}
#section_box_size .controlli svg:hover path:first-child, #section_box_size .controlli svg.attivo path:first-child {
  fill: var(--color-magenta);
}
#section_box_size .controlli svg:hover path:not(:first-child), #section_box_size .controlli svg.attivo path:not(:first-child) {
  fill: #fff;
}
@media (max-width: 999px) {
  #section_box_size .controlli svg {
    height: 34px;
    width: auto;
  }
}

#imballaggi {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: all !important;
  z-index: 1 !important;
}
#imballaggi h2::before {
  background-image: url(/wp-content/uploads/2024/06/icon_imballaggi.svg);
}
@media (max-width: 999px) {
  #imballaggi .row_col_wrap_12 {
    flex-direction: column;
  }
}

#section_widget {
  position: fixed;
  z-index: 20;
  right: 16px;
  bottom: 16px;
  margin: 0 !important;
  padding: 0 !important;
}
#section_widget * {
  margin: 0 !important;
  padding: 0 !important;
}
#section_widget .wpb_wrapper {
  position: relative;
}
#section_widget .wpb_wrapper .item {
  display: block !important;
  aspect-ratio: 1/1;
  width: 60px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translate(0, 0);
  transition: var(--bounce);
}
#section_widget .wpb_wrapper .item svg {
  display: block !important;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 300ms;
}
#section_widget .wpb_wrapper .item svg path {
  transition: all 300ms;
}
#section_widget .wpb_wrapper .item.attivo {
  opacity: 1;
  z-index: 99;
  cursor: pointer;
}
@media (min-width: 1000px) {
  #section_widget .wpb_wrapper .item.attivo:hover.open svg path:not(:last-child) {
    fill: var(--color-green) !important;
    stroke: var(--color-green) !important;
  }
  #section_widget .wpb_wrapper .item.attivo:hover.close svg path:first-child {
    fill: #fff !important;
    stroke: #fff !important;
  }
  #section_widget .wpb_wrapper .item.attivo:hover.email svg path:first-child, #section_widget .wpb_wrapper .item.attivo:hover.phone svg path:first-child, #section_widget .wpb_wrapper .item.attivo:hover.whatsapp svg path:first-child {
    fill: var(--color-dark-green) !important;
    stroke: var(--color-dark-green) !important;
  }
  #section_widget .wpb_wrapper .item.attivo:hover.email svg path:not(:first-child), #section_widget .wpb_wrapper .item.attivo:hover.phone svg path:not(:first-child), #section_widget .wpb_wrapper .item.attivo:hover.whatsapp svg path:not(:first-child) {
    fill: var(--color-green) !important;
  }
}
#section_widget .wpb_wrapper .item.attivo svg {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.05));
}
#section_widget .wpb_wrapper .item.attivo.email {
  transform: translate(-50%, -87%);
}
#section_widget .wpb_wrapper .item.attivo.phone {
  transform: translate(-150%, -87%);
}
#section_widget .wpb_wrapper .item.attivo.whatsapp {
  transform: translate(-100%, 0);
}

@media (max-width: 999px) {
  #section_contatti {
    padding-top: 140px !important;
  }
}
@media (max-width: 999px) {
  #section_contatti .btn_main {
    margin: auto;
    display: block;
  }
  #section_contatti .btn_main .label_btn {
    font-size: 14px !important;
  }
}
#section_contatti .row_col_wrap_12_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 80px);
}
@media (max-width: 999px) {
  #section_contatti .row_col_wrap_12_inner {
    grid-template-columns: 1fr;
  }
}
#section_contatti .row_col_wrap_12_inner .vc_col-sm-6 {
  width: auto;
  max-width: auto;
  min-width: auto;
}
#section_contatti .row_col_wrap_12_inner .vc_col-sm-6:first-child .wpb_raw_code {
  padding-top: 20px;
  padding-left: 30px;
}
#section_contatti .iwithtext {
  display: flex;
  align-items: center;
  gap: 10px;
}
#section_contatti .iwithtext .iwt-text {
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4;
  font-size: 18px;
  color: var(--color-blu);
}
@media (max-width: 999px) {
  #section_contatti .iwithtext .iwt-text {
    font-size: 16px;
  }
}
#section_contatti .iwithtext .iwt-icon {
  position: static;
}
#section_contatti .iwithtext .iwt-icon img {
  margin-bottom: 0;
  min-width: 46px;
}
#section_contatti .iwithtext .clear {
  display: none !important;
}

body.page-id-755 #header-outer {
  display: none !important;
}
body.page-id-755 [data-name=privacy] span.wpcf7-list-item-label {
  color: #fff !important;
}
body.page-id-755 form[action="/boxengo-self-storage/#wpcf7-f418-p755-o1"] {
  padding: 20px 25px;
  background: var(--color-blu);
  border-radius: 30px;
}
body.page-id-755 form[action="/boxengo-self-storage/#wpcf7-f418-p755-o1"] textarea {
  max-height: 150px;
}

@media (max-width: 999px) {
  #section_contatti.landing {
    padding-top: 0px !important;
  }
}

#hero_home.landing p:not(.magenta) {
  color: #fff;
}
#hero_home.landing p.magenta {
  color: var(--color-green);
}/*# sourceMappingURL=offstyle_fla.css.map */