/*
Theme Name: Tekno SMS Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Never Before Italia
Author URI: https://www.neverbeforeitalia.it/
Template: teknosms-theme
Version: 2.0.0
Text Domain: teknosms-theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html  {
    scroll-behavior: auto !important; /* Disables default smooth scrolling */
}
.button-custom svg{
  width: 10px;
  transition: all .2s ease-in-out;
}
.button-custom:hover svg{
    transform: rotate(90deg);
}
.button-custom .elementor-button-text{
  margin-top: 2px;
}
#toggle-video {
  position: absolute;
  bottom: 5%;
  right: 0%;
  transform: translate(-50%, 0%);
  border: 0;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: rgb(255 255 255 / 54%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 2;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
nav.menu-anchor {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #F4F4F4;
    padding: 0.5rem;
    border-radius: 55px;
    justify-content: space-between;
    align-items: center;
	column-gap: 4rem;
}
.menu-anchor ul {
    list-style: none;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
}
.slides-desktop{
  background-color: #fff;
}
.menu-anchor ul li {
    flex: 0 0 auto;
}
nav.menu-anchor ul li a {
    color: #071d36;
    font-size: 15px;
    padding: 5px;
    border: 1px solid transparent;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}
.bol-sidebar-link {
    background: rgb(103 160 206) !important;
    border: 0;
    width: fit-content;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    gap: 3rem;
    padding: 5px 10px;
    border-radius: 35px;
    justify-content: space-between;
}
.cerchio_bol_mobile {
    background-color: #f3f1ef;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.sticky-menu-anchor .menu-anchor {
    background: rgb(103 160 206) !important;
    border: 0;
    border-radius: 25px !important;
    margin-bottom: 10px !important;
    width: 360px;
    margin: 0 auto;
    max-width: 100%;
}
.sticky-menu-anchor .menu-anchor ul {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.pulsante-prenota-desktop{
	flex: 1 1 20%;
    justify-content: end;
    display: flex;
}
.sticky-menu-anchor nav.menu-anchor ul li a {
    color: #fff;
    font-size: 16px;
}
.sticky-menu-anchor {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    right: 0;
    z-index: 9;
    -webkit-animation: slideInAndFade .3s !important;
    animation: slideInAndFade .3s !important;
}
.column_hamburger_mob_mobile{
  display: flex;
    align-items: center;
    gap: .5rem !important;
    color: #fff;
    font-size: 16px;
}
.link-contattaci-menu-anchor {
  background-color: #cc8f94;
  border-radius: 25px;
  color: #fff !important;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 30px;
}
.link-contattaci-menu-anchor:hover{
  background-color: #fff!important;
  border-color: #cc8f94;
  color: #cc8f94!important;
  border: 1px solid;
}
@keyframes slideInAndFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.menu_bol_mobile {
    display: none;
    transform: translateY(100%);
    opacity: 0;
    transition: transform .4s ease, opacity .4s ease;
}
.menu_bol_mobile.menuapertomobile {
    display: block;
    transform: translateY(0);
    opacity: 1;
}
.column_hamburger_mob_mobile,
.column_hamburger_mob_mobile:hover{
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}
nav.menu-anchor ul li a:hover {
    padding: 5px;
    border: 1px solid #67a0ce;
    border-radius: 25px;
}
.icon_menu_bol_mobile {
    background-image: url(/wp-content/uploads/2025/11/icona-hamburger-tekno-sms.svg)!important;
    width: 30px;
    height: 13px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.open-sidebar-top .icon_menu_bol_mobile {
    background-image: url(/wp-content/uploads/2025/11/icona-close-hamburge-tekno-sms.svg)!important;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.sticky-menu-anchor.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}
.fa-pause:before, .fa-play:before {
    color: #00305C;
}
.videhome video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 80vh;
    object-fit: cover;
}
.videhome{
  display: flex;
}
.videohomesection{
  position: relative;
}
.videohomesection:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(180deg, #0C2638 0%, #1B104D 100%);
    z-index: 1;
    opacity: .3;
    display: block;
}
.singolo-catalogo{
  background-color: #fff;
  box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 20px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
}
.lista_cataloghi{
  display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.name-file-download{
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 22px;
}
.apri-modal-download{
  border-radius: 45px;
    border-color: #0171ba;
    color: #0171ba;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.apri-modal-download:focus{
  color: #fff;
  background-color: #071d36;
}
.apri-modal-download:hover .icona-download,
.apri-modal-download:focus .icona-download{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(253deg) brightness(101%) contrast(102%);
}
.icona-download{
  filter: brightness(0) saturate(100%) invert(28%) sepia(87%) saturate(1361%) hue-rotate(181deg) brightness(96%) contrast(99%);
}
.apri-modal-download:hover{
  color: #fff;
  background-color: #071d36;
}
.flex-50 {
    flex: 50%;
    padding: 10px;
}
.flex-100 {
    flex: 100%;
    padding: 10px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    font-family: "Montserrat", Sans-serif;
}
.wpcf7-acceptance .wpcf7-list-item{
  margin: 0;
}
.inputfield {
  border: 0 !important;
  border-radius: 5px !important;
  padding: 10px !important;
  min-height: 45px;
  background-color: #fff !important;
}
.inputfielddownload {
  border: 0 !important;
  border-radius: 5px !important;
  padding: 10px !important;
  min-height: 45px;
  background-color: #f4f4f4!important;
}
.textareafield{
  border: 0 !important;
  border-radius: 5px !important;
  padding: 0px !important;
  background-color: #fff !important;
}
.min-heighttxt{
    min-height: 90px;
}
.label-field{
  font-weight: 600;
  color: #071d36;
  margin-bottom: 7px;
}
.campi-accettazioni{
  font-size: 14px;
}
.sumbmitbutton {
    border: 1px solid #0171ba;
    text-transform: uppercase;
    color: #0171ba;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 50px 12px 20px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2025/10/icona-submit-button-teknosms.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px 20px;
    font-family: "Montserrat", Sans-serif;
    border-radius: 35px;
}
.sumbmitbutton:hover{
  color: #fff;
  background-color: #071d36;
}
.link_privacy{
  color: #071d36;
  text-decoration: underline!important;
}
.wpcf7-spinner{
  display: none;
}
.w100{
	width: 100%;
}
.selectfield{
  border: 0;
    border-radius: 0;
    background-color: #f4f4f4 !important;
    border-radius: 5px;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
    display: none;
}
.menu-overlay.active {
  display: block;
}
.link-contatti{
  color: #071d36;
}
.link-contatti:hover{
 color: #67a0ce;
}
.btn-round::after{
  content: '';
  width: 8px;
  height: 12px;
  background: url('/wp-content/uploads/2025/10/icona-arrow-dx-tekno-sms.svg');
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-round{
  width: 38px;
  height: 38px;
  background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  padding: 10px 12px 12px 10px;
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
}
.box-card:hover .btn-round{
    width: fit-content;
    gap: 5px;
}
.btn-round>span {
  display: none;
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #071d36;
}
.box-card:hover .btn-round>span{
  display: block;
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
}
.header-scroll.shrink {
    box-shadow: 0px 2px 3px rgba(21, 21, 21, 0.01), 0px 7px 11px rgba(21, 21, 21, 0.01), 0px 15px 24px rgba(21, 21, 21, 0.02);
    background-color: #fff !important;
    transition: all 0.3s;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation: translateHeader .8s;
    animation: translateHeader .8s;
}
@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.carousel-image .elementor-image-carousel-wrapper{
    overflow: visible;
}
.carousel-image .swiper-pagination{
    margin: 0 auto;
    right: 0;
    min-width: 140px;
    max-width: fit-content !important;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 100px;
    padding: 10px 15px 10px 15px;
    transition: 0.3s;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
}
.carousel-image .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(0, 0, 0, 1);
    width: 50px!important;
    border-radius: 50px;
}
.videobox #sample-video,
.videohomesection.videobox:after{
  border-radius: 10px
}
#scrollmagic-container {
	 inset: auto;
	 margin: 0px;
	 display: block;
	 position: relative;
	 box-sizing: content-box;
	 width: 100%;
}
 #feature-header {
	 box-sizing: border-box;
	 position: relative;
	 width: 100%;
	 height: 100vh;
	 background: #fff;
	 overflow: hidden;
}
 .panel {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: absolute;
	 width: 100vw;
	 height: 100vh;
	 background: transparent;
	 padding: 0;
	 margin: 0;
	 border: none !important;
	 box-shadow: none !important;
	 overflow: hidden;

}
 .panel.svg {
	 z-index: 4;
}
 .panel.svg svg {
	 min-width: 110%;
	 min-height: 102%;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%) scale(1.11);
}
 .panel.svg .desktop {
	 display: block;
}
 @media screen and (max-width: 960px) {
	 .panel.svg .desktop {
		 display: none;
	}
}
 .panel.svg .mobile {
	 display: none;
}
 @media screen and (max-width: 960px) {
	 .panel.svg .mobile {
		 display: block;
	}
	.panel.text .visioText {
    font-size: 36px !important;
    letter-spacing: -.07px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 85% !important;
    padding: 1.25rem !important;
}
}
 @media screen and (max-width: 428px) {
	 .panel.svg .mobile {
		 transform: translate(-50%, -50%) scale(1.22);
	}
}
 .panel.media {
	 z-index: 3;
}
 .panel.media .video-container {
	 position: relative;
	 width: 100vw;
	 height: 100vh;
}
.video-container video {
        height: 100vh;
    object-fit: cover;
}
 @media (max-width: calc(100vh * 16 / 9)) {
	 .vidyard-player-container {
		 height: 100vh !important;
		 width: calc(100vh * 16 / 9) !important;
	}
}
 .panel.text {
	 z-index: 5;
}
 .panel.text .visioText {
	font-size: 58px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -1.3px;
    position: absolute;
    transform: translateY(-8%);
    color: #fff;
    text-align: center;
    width: 900px;
	 opacity: 0;
}
.icona-button-semplice .elementor-button-icon svg{
  width:10px;
}
.icona-button-semplice:hover .elementor-button-icon svg{
  filter: brightness(0) saturate(100%) invert(63%) sepia(93%) saturate(373%) hue-rotate(179deg) brightness(83%) contrast(94%);
}
.icona-menu-desk li{
    position: relative;
    padding-left: 20px
}
.icona-menu-desk li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 18px;
    background: url('/wp-content/uploads/2025/10/icona-accordion.svg') no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
}
.img-sagomata-materiale img{
  clip-path: polygon(23% 0%, 100% 0, 100% 78%, 78% 100%, 0 100%, 0 23%);
    height: 140px;
    object-fit: cover;
}
.single-box-solution .box-txt-single-solution{
   max-height: 80px;         /* altezza chiusa */
  overflow: hidden;         /* evita che il contenuto esca */
  transition: max-height 0.2s ease-out;
  width: 100%;
  display: block!important;
}
.single-box-solution:hover .box-txt-single-solution{
    max-height: 500px;
   transition: max-height 0.8s ease;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: block!important;
}
.single-box-solution .menu-item {
    opacity: 0;
    color: #000 !important;
}
.single-box-solution:hover .menu-item {
    opacity: 1;
    transition: 0.3s;
}

.txt-bos-singolo {
    min-height: 50px !important;
    opacity: 0;
    transition: 0.3s;
}
.single-box-solution:hover .txt-bos-singolo {
    opacity: 1;
    transition: 0.6s;
}
.single-box-solution:hover .box-txt-single-solution h3{
  margin-bottom: 0px;
}
.single-box-solution:hover .box-txt-single-solution h3{
  color: #071D36!important;
}
.single-box-solution:hover .box-txt-single-solution .txt-bos-singolo{
  color: #555555!important;
}
.box-shadown-singolo-componente{
  background-color: #fff;
  box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.3);
}
.divisorio-icona .elementor-divider__element{
  position: relative;
}
.divisorio-icona .elementor-divider__element{
      padding-left: 35px;
}
.divisorio-icona .elementor-divider__element::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 21px;
  background: url('/wp-content/uploads/2025/10/pattern-icon-teknosms.svg') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before{
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #071d36;
}
.form-with-custom-checkboxes-radios [type="radio"]:checked + .wpcf7-list-item-label::after{
    opacity: 1;
    transform: scale(1);
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after{
  top: 7px;
left: 7px;
width: 12px;
height: 12px;
background: #071d36;
transition: all 0.2s;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before, .form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before, .form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after, .form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label, .form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
padding-left: 40px;
padding-top: 5px;
line-height: 20px;
color: #071d36;
font-weight: 600;
}
.form-with-custom-checkboxes-radios label {
    cursor: pointer;
}
.form-with-custom-checkboxes-radios [type="radio"]:checked + .wpcf7-list-item-label::after{
    opacity: 1;
    transform: scale(1);
}
.form-with-custom-checkboxes-radios .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 2em;
}
.form-with-custom-checkboxes-radios .wpcf7-list-item:first-child{
  margin: 0 0 0 0!important;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after {
    border-radius: 50%;
}
.form-with-custom-checkboxes-radios [type="radio"]:not(:checked) + .wpcf7-list-item-label::after{
    opacity: 0;
    transform: scale(0.01);
}
.form-with-custom-checkboxes-radios input[type="radio"] {
    display: none;
}
.contentbox {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.elementor-background-video-hosted{
  height: 100vh;
}
.link-menu-mobile .has-submenu{
  justify-content: space-between;
}
.sub-menu.elementor-nav-menu--dropdown li a{
  font-size: 16px;
}
/****Media Query*****/
@media only screen and (min-width: 1240px) {
    .padding-box {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}
@media only screen and (max-width: 767px) {
  .flex-50 {
    flex: 100%;
    padding: 10px;
}
  .singolo-catalogo{
    display: block;
  }
  .videhome video{
    height: 40vh;
  }
}
