.elementor-kit-6{--e-global-color-primary:#001F54;--e-global-color-secondary:#14366D;--e-global-color-text:#252525;--e-global-color-accent:#3D63DD;--e-global-color-5a1df93:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Libre Baskerville";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h1{font-family:"Lexend", Sans-serif;line-height:1.2em;}.elementor-kit-6 h2{font-family:"Lexend", Sans-serif;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Lexend", Sans-serif;line-height:1.2em;}.elementor-kit-6 h4{font-family:"Lexend", Sans-serif;line-height:1.2em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-style:solid;border-width:2px 2px 2px 2px;border-radius:50px 50px 50px 50px;padding:10px 18px 10px 18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:1340px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}}@media(max-width:1160px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
    scroll-behavior: smooth;
}
html,
body{
    overflow-x: hidden;

}

img{
    pointer-events: none !important;
}


::selection {
  background: transparent;
  color: var(--e-global-color-accent);
  background-color: rgba(61, 99, 221, 0.05);
}

::-moz-selection {
  background: transparent;
  color: var(--e-global-color-accent);
}




/*************************/
/*  BACKGROUND GRAFICHE  */
/*************************/
:root{
    --color-graphics: rgba(114, 114, 114, 0.1)
}
.background-square{
  background-color: #191a1a;
  background-image: linear-gradient(0deg, transparent 24%, var(--color-graphics) 25%, var(--color-graphics) 26%, transparent 27%,transparent 74%, var(--color-graphics) 75%, var(--color-graphics) 76%, transparent 77%,transparent),
      linear-gradient(90deg, transparent 24%, var(--color-graphics) 25%, var(--color-graphics) 26%, transparent 27%,transparent 74%, var(--color-graphics) 75%, var(--color-graphics) 76%, transparent 77%,transparent);
  background-size: 55px 55px;
}
.background-dot{
  background-color: #313131;
  background-image: radial-gradient(var(--color-graphics) 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -5px -5px
}





/*************************/
/*          TITLE        */
/*************************/
.title-double span{
    font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: italic;
}


/*************************/
/*           BTN         */
/*************************/
.btn-primary a::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50px;
    background: linear-gradient(315deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
}


.btn-primary a{
    transition: all 0.6s;
    background: rgb(61, 99, 221);
    background: radial-gradient(rgba(61, 99, 221, 1) 0%, rgba(61, 99, 221, 0) 100%);
    background-size: 100% 400%;
    background-position: 100% 0;
}

.btn-primary a:hover{
    background-position: 100% 20%;
}


/* btn terziary */
.btn-terziary a{
    overflow: hidden;
    position: relative;
}
.btn-terziary a::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background-color: var(--e-global-color-primary);
    z-index: 1;
    border-radius: 50%;
    transition: all 0.6s;
}
.btn-terziary a:hover::after{
    transform: translate(-50%, -50%) scale(1);
}

.btn-terziary a svg,
.btn-terziary a span{
    z-index: 2;
}






/* btn header */
.btn-primary.btn-header a{
    box-shadow: 0 8px 24px rgba(61, 99, 221,0.5),
     0 0 8px rgba(0, 0, 0,0.3);
}

.btn-primary.btn-header a:hover{
    box-shadow: 0 0 0 rgba(61, 99, 221,0.6);
}


/* btn vai al sito */
.btn-vaisito svg{
    transform: rotate(-45deg);
    transition: all 0.4s !important;
    z-index: 2;
}
.btn-vaisito:hover svg{
    transform: rotate(0deg);
}

.btn-vaisito span{
    z-index: 2;
}

.btn-vaisito a::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #fff;
    z-index: 1;
    transition: all 0.4s;
}
.btn-vaisito a:hover::after{
    transform: translate(-50%, -50%) scale(1.2);
}



/* ANIMAZIONE SILDING TEXT TITLE */
.animated-title .elementor-heading-title{
    overflow: hidden;
    line-height: 1.2em;
}
.animated-title .elementor-heading-title span{
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease-out;
    transition-delay: calc(var(--index) * 40ms);
}

.animated-title .elementor-heading-title span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    transition: transform 0.4s ease;
}



/* editor testo senza margine */
.p-txt p:last-child{
    margin-bottom: 0;
}
.p-txt p b,
.p-txt p strong{
    font-weight: 500 !important;
    position: relative;
}
.p-txt p strong::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 5px;
    width: calc(100% + 4px);
    background-color: var(--e-global-color-accent);
    transform: translateX(-50%);
    opacity: 0.3
}


/* modifica safari icone */
.icon-safari svg{
    width: auto !important;
}
/* close-icon focus */
.dialog-close-button:focus-visible{
    outline: none; 
}






/*************************/
/*      FORM CUSTOM      */
/*************************/
.form-custom .elementor-field-label span{
    color: #a6a6a6
}
.form-custom .elementor-field-option{
    line-height: 1.2em;
}

/* privacy flag */
.form-custom span.privacy-txt{
    font-size: 13px;
    font-weight: 300;
    font-family: 'Lexend', Sans-Serif;
}
.form-custom span.privacy-txt a{
    font-family: 'Lexend', Sans-Serif;
    text-decoration: underline;
}


input:user-invalid{
    border: 1px solid #ff4545 !important;
}

.form-custom .elementor-message{
    border-radius: 6px;
    border: 1px solid;
    padding: 6px 12px;
}
.form-custom .elementor-message.elementor-message-success{
    border-color: #c3e6cb;
    background-color: #d4edda;
}
.form-custom .elementor-message.elementor-message-error{
    border-color: #f5c6cb;
    background-color: #f8d7da;
}
/*.form-custom .elementor-widget-form .elementor-message-success{
    border-color: #c3e6cb: 
    background-color: #d4edda;
}*/




/* mail icon form */
.form-custom .elementor-field-type-email input{
    padding-left: 32px
}

.form-custom .elementor-field-type-email ::before,
.form-custom .elementor-field-type-tel ::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(0px);
    height: 16px;
    width: 16px;
    background-color: #bcbcbc; 
}

.form-custom .elementor-field-type-email ::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
}
/* phone icon form */
.form-custom .elementor-field-type-tel input{
    padding-left: 32px
}

.form-custom .elementor-field-type-tel ::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');

}












/************************/
/*        FORM 2        */
/************************/
.form-custom-2 input:user-invalid{
    border-bottom: 1px solid #ff4545 !important;
}

.form-custom-2 .elementor-message{
    border-radius: 6px;
    border: 1px solid;
    padding: 6px 12px;
}
.form-custom-2 .elementor-message.elementor-message-success{
    border-color: #c3e6cb;
    background-color: #d4edda;
}
.form-custom-2 .elementor-message.elementor-message-error{
    border-color: #f5c6cb;
    background-color: #f8d7da;
}
/*.form-custom-2 .elementor-widget-form .elementor-message-success{
    border-color: #c3e6cb: 
    background-color: #d4edda;
}*/



/* mail icon form */
.form-custom-2 .elementor-field-type-email input{
    padding-left: 30px
}

.form-custom-2 .elementor-field-type-email::before,
.form-custom-2 .elementor-field-type-tel::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(0px);
    height: 16px;
    width: 16px;
    background-color: #bcbcbc; 
}

.form-custom-2 .elementor-field-type-email::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
}
/* phone icon form */
.form-custom-2 .elementor-field-type-tel input{
    padding-left: 32px
}

.form-custom-2 .elementor-field-type-tel::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');

}



/* privacy flag */
.form-custom-2 .elementor-field-type-acceptance  span.privacy-txt{
    font-size: 13px;
}
.form-custom-2 .elementor-field-type-acceptance  span.privacy-txt a{
    text-decoration: underline;
    color: var(--e-global-color-accent);
    transition: all 0.4s;
}
.form-custom-2 .elementor-field-type-acceptance  span.privacy-txt a:hover{
    color: var(--e-global-color-secondary);
}

.form-custom-2 .elementor-field-type-acceptance input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.form-custom-2 .elementor-field-type-acceptance label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.form-custom-2 .elementor-field-type-acceptance label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: white;
    transition: all 0.2s ease;
    transform: translateY(4px);
}

.form-custom-2 .elementor-field-type-acceptance label svg {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 10px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
}

.form-custom-2 .elementor-field-type-acceptance input[type="checkbox"]:checked + label::before {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.form-custom-2 .elementor-field-type-acceptance input[type="checkbox"]:focus + label::before{
    outline: 2px solid var(--e-global-color-primary)
}

.form-custom-2 .elementor-field-type-acceptance input[type="checkbox"]:checked + label svg {
    stroke-dashoffset: 0;
}



.form-custom-2 input:focus,
.form-custom-2 textarea:focus{
    border-color: var(--e-global-color-accent) !important;
    box-shadow: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-300italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-500italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-600italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://willbetechsrl.com/wp-content/uploads/2026/04/montserrat-v31-latin-700italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */