@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
	--font-body: var(--font-nord);
	
}

* {
    -webkit-transition: all var(--transition-transform) ease;
    -o-transition: all var(--transition-transform) ease;
    transition: all var(--transition-transform) ease;
    outline: none;
}

/* :: Body */
body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 25px;
    color: var(--text-heading);
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: var(--brand-orange);
    color: var(--white);
    text-shadow: none;
}
::selection {
    background-color: var(--brand-orange);
    color: var(--white);
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: var(--white);
}
.container{
    position: relative
}

/* :: Typography */
h1,
h4 {
    font-family: var(--font-heading);
    margin: 0;
    padding: 0;
    font-weight: 400;
}
p {
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-nord);
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}
@supports (height: 100dvh) {
    .table-cell {
        height: 100dvh;
    }
}

/* :: My Classes */
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(28 26 48 / 35%);
}
.btn-1{
    position: relative;
    text-align: center;
    background-color: var(--brand-orange);
    border:1px solid  var(--brand-orange);
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    font-family: var(--font-nord);
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


.btn-1:hover{
    background-color: #fff;
    color: var(--brand-orange);
    border-color:var(--brand-orange);
}

.btn-2{
    position: relative;
    text-align: center;
    background-color:#fff;
    border:1px solid  var(--brand-orange);
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    font-family: var(--font-nord);
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    color:  var(--brand-orange);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn-1:hover{
    background-color: var(--brand-orange);
    color:  #fff;
}









/* :: Menu Box */
.menu-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu-box .inner-menu{
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: var(--white);
    overflow-y: scroll;
}
.menu-box.active .inner-menu{
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}
.menu-box .inner-menu .website-info{
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo{
    display: block;
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo img{
    width: 140px;
}
.menu-box .inner-menu .website-info p{
    text-transform: capitalize;
    font-size: 14px;
}
.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--brand-navy);
}
.menu-box .inner-menu .contact-info .contact-box,
.contact-info .contact-box{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menu-box .inner-menu .contact-info .contact-box i,
.contact-info .contact-box i{
    float: left;
    font-size: 30px;
    line-height: 1;
    color: var(--brand-orange-dark);
    position: relative;
    z-index: 2;
    padding: 10px 0 0 10px;
}
.menu-box .inner-menu .contact-info .contact-box .box,
.contact-info .contact-box .box{
    padding-left: 30px;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p,
.contact-info .contact-box .box a,
.contact-info .contact-box .box p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: var(--text-faint);
      font-family: var(--font-nord);
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone:hover,
.menu-box .inner-menu .contact-info .contact-box .box a.mail:hover,
.menu-box .inner-menu .contact-info .contact-box .box p:hover,
.contact-info .contact-box .box a:hover,
.contact-info .contact-box .box p:hover{
    color: var(--brand-orange);
}
.menu-box .inner-menu .follow-us .icon-follow li{
    display: inline-block;
    cursor: pointer;
}
.menu-box .inner-menu .follow-us .icon-follow li a{
    border: 1px solid var(--brand-orange);
    display: inline-block;
    color: var(--brand-orange);
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 10px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a{
    background-color: var(--brand-orange);
    color: var(--white);
}
.menu-box-icon{
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: var(--brand-orange);
    width: 35px;
    color: var(--white);
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.menu-box-icon:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

/* :: Header */
.header {
    position: relative;
    z-index: 5;
}
.header, .header .header-carousel .sec-hero {
    min-height: 100vh;
}
@supports (min-height: 100dvh) {
    .header, .header .header-carousel .sec-hero {
        min-height: 100dvh;
    }
}
.header .header-carousel{
    height: 100%;
}
.header .header-carousel .container{
    position: relative;
}
.header .header-carousel .sec-hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header .banner .top-handline{
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--white);
}
.header .banner .handline{
    color: var(--white);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 74px;
    margin-bottom: 30px;
}
.header .banner .about-website{
    text-transform: capitalize;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    line-height: 25px;
    margin: 0 100px 30px 0;
    position: relative;
}
.header .banner .btn-box{
    margin-top: 30px;
}
.header-carousel.owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}
.header-carousel.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i{
    font-size: 60px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover{
    color: var(--brand-orange);
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron{
    left: 10px;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron{
    right: 10px;
}
.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i{
    opacity: 1;
    visibility: visible;
}
.header-carousel.owl-theme .owl-dots{
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header-carousel.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.header-carousel.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: var(--white);
    outline: none;
    -webkit-transition: all var(--transition-transform) ease;
    -o-transition: all var(--transition-transform) ease;
    transition: all var(--transition-transform) ease;
}
.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--brand-orange-dark);
    -webkit-transition: all var(--transition-transform) ease;
    -o-transition: all var(--transition-transform) ease;
    transition: all var(--transition-transform) ease;
}
/* :: Header home-2 */

/* :: Features */

.menu-box .inner-menu .contact-info .contact-box:hover i:before,
.contact-info .contact-box:hover i:before{
	-webkit-animation: icon-scale 2.5s infinite;
		animation: icon-scale 2.5s infinite;
}

/* :: Features Home 3 */

/* :: About US */

.menu-box .inner-menu .contact-info .contact-box i:before,
.contact-info .contact-box i:before{
    display: inline-block;
    position: relative;
    z-index: 1;
}

@-webkit-keyframes icon-scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    25% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    75% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@keyframes icon-scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    25% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    75% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}

.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after{
    content: '';
    background-color: var(--accent-soft);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 40% 45% 40% 30%;
}
.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after{
    width: 35px;
    height: 35px;
}

@media (max-width: 1199px){
    .header .banner .handline{
        font-size: 64px;
    }
}

@media (max-width: 768px){
   
    .header .banner .handline{
        font-size: 54px;
    }
    .header .banner .about-website{
        margin-right: 0;
    }
}

@media (max-width: 575px){
    .header .banner .handline{
        font-size: 44px;
    }
    .header .banner .btn-box .btn-1:nth-child(even){
        margin: 30px 0 0 0;
    }
}




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}




.header .banner .handline {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.1;
    font-size: 70px;
    margin-bottom: 30px;
}


.wdpbtn-slide {
    background-color: var(--white);
}
.wdpbtn-slide span {
    color: var(--brand-navy);
}

.header .banner .top-handline {
    font-size: 18px;
}
.header .banner .about-website {
    font-size: 18px;
}

.overslide {
position: absolute;
width: 100%;
height: 200px;
background-image: linear-gradient(to top, rgb(var(--overlay-rgb) / 0), rgb(var(--overlay-rgb) / 0.7));
top: 0;
z-index: 2;
}
@media (max-width: 767px) {
	.overslide {
		background-image: linear-gradient(to top, rgb(var(--overlay-rgb) / 0), rgb(var(--overlay-rgb) / 0))!important;
		height: 0px;
	}
}
.menu-box .inner-menu .website-info .logo img {
    width: 240px;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone, .menu-box .inner-menu .contact-info .contact-box .box a.mail, .menu-box .inner-menu .contact-info .contact-box .box p, .contact-info .contact-box .box a, .contact-info .contact-box .box p {
    color: var(--text-muted);
}
.menu-box {
    background-color: rgb(0 0 0 / 0.75);
}


.wdpmarginres {
	margin-left: calc(2.5 * var(--bs-gutter-x));
}
.header .banner .handline {
    line-height: 1.1;
    font-size: 70px;
	text-transform: none;
}
	.header .banner .about-website {
		display: block;
		text-transform: none;
	}
@media (max-width: 767px) {
	.wdpmarginres {
		margin-left: calc(-.5 * var(--bs-gutter-x))!important;
	}
	.header .banner .handline {
		line-height: 1.1;
		font-size: 35px;
	}
	.header .banner .about-website {
		display: none;
	}	
}

.menu-box .inner-menu .website-info p {
    text-transform: none;
}

#page header{
    background-color: var(--white);
}

/* :: Catalog download banner */
.catalog-banner {
    position: relative;
    overflow: hidden;
    background: #404040;
    padding: 60px 0;
}
.catalog-banner::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: var(--brand-orange);
    opacity: 0.25;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}
.catalog-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.catalog-banner__icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: var(--radius-lg);
    background: rgb(255 255 255 / 0.08);
    border: 1px solid rgb(255 255 255 / 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-orange);
}
.catalog-banner__content {
    flex: 1 1 320px;
    min-width: 240px;
}
.catalog-banner__eyebrow {
    display: inline-block;
    font-family: var(--font-nord);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-orange);
    margin-bottom: 8px;
}
.catalog-banner__title {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 10px;
    text-transform: none;
}
.catalog-banner__desc {
    color: rgb(255 255 255 / 0.75);
    font-size: 15px;
    max-width: 520px;
    margin: 0;
}
.catalog-banner__action {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}
.catalog-banner__btn { min-width: 220px; }
.catalog-banner__btn span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.catalog-banner__meta {
    font-size: 12px;
    color: rgb(255 255 255 / 0.55);
    letter-spacing: 0.02em;
}
@media (max-width: 767px) {
    .catalog-banner { padding: 44px 0; }
    .catalog-banner__inner { flex-direction: column; text-align: center; }
    .catalog-banner__content { flex-basis: auto; }
    .catalog-banner__desc { margin-left: auto; margin-right: auto; }
    .catalog-banner__action { margin-left: 0; }
}

/* :: Product types */
.product-types {
    padding: 90px 0;
    background-color: var(--white);
}
.product-types__header {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}
.product-types__eyebrow {
    display: inline-block;
    font-family: var(--font-nord);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-orange);
    margin-bottom: 12px;
}
.product-types__title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3;
    color: var(--brand-navy);
    text-transform: none;
    margin: 0;
}
.product-types__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}
.product-type-card {
    background-color: var(--white);
    border: 1px solid rgb(0 0 0 / 0.08);
    border-radius: var(--radius-lg);
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.product-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.08);
    border-color: rgb(0 0 0 / 0.02);
}
.product-type-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    border-radius: var(--radius-lg);
    background-color: var(--accent-soft);
    color: var(--brand-orange);
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.product-type-card:hover .product-type-card__icon {
    background-color: var(--brand-orange);
    color: var(--white);
    transform: scale(1.06);
}
.product-type-card__title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 19px;
    color: var(--brand-navy);
    text-transform: none;
    margin: 0 0 10px;
}
.product-type-card__desc {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}
@media (max-width: 767px) {
    .product-types { padding: 60px 0; }
    .product-types__title { font-size: 26px; }
    .product-types__header { margin-bottom: 34px; }
}

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

.video-section{
    padding-top: 50px;
    padding-bottom: 50px;
}


/* :: Video Presentation */
.video-box{
    position: relative;
    background-image: url(../images/copertina-video.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
            box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}
.video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

.pin{
  position:absolute;
  transform:translate(-50%,-50%);
  z-index:10;
  display:flex;
  flex-direction:column;
  align-items:center;
  cursor:pointer;
}



.pin-body{
  width:70px;
  height:70px;
  border-radius:50%;
  background:var(--brand-orange);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  font-size:15px;
  box-shadow:0 0 0 0 rgba(238, 114, 3,.16);
  position:relative;
  transition:transform .2s ease, box-shadow .3s ease;
}
.pin-body::after{
  content:'';
  position:absolute;
  inset:-8px;
  border-radius:50%;
  border:2px solid var(--brand-orange);
  animation:pin-pulse 2.6s ease-out infinite;
}

.pin:hover .pin-body,
.pin.active .pin-body{
  transform:scale(1.12);
  box-shadow:0 0 0 6px color-mix(in srgb, var(--brand-orange) 35%, transparent);
}
.pin:hover .pin-label,
.pin.active .pin-label{
  opacity:1;
  transform:translateY(0);
}
.pin-body-nav{
  width:60px;
  height:60px;
  border-radius: 50%;
  background:var(--brand-orange);
  box-shadow:none;
  padding-right: 2px;
  
}
.pin-body-nav::after{
  border-color:var(--brand-orange);
  inset:-10px;
  animation:pin-pulse 2.2s ease-out infinite;
}
.pin-body-nav::before{
  content:'';
  position:absolute;
  inset:-16px;
  border-radius:50%;
  border:1px solid var(--brand-orange);
  animation:pin-pulse 2.2s ease-out .6s infinite;
}

.pin-arrow{ transform:translateX(1px); width: 22px; }



.pin-nav:hover .pin-body-nav,
.pin-nav.active .pin-body-nav{
  transform:scale(1.1);
  box-shadow:0 0 0 7px var(--passage-soft);
}

@keyframes pin-pulse{
  0%   { opacity:1; transform:scale(.85); }
  70%  { opacity:.7;  transform:scale(1.35); }
  100% { opacity:0;  transform:scale(1.35); }
}


.footer{
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* :: Video Play Button */
button.pin-body-nav{
    border: none;
    padding: 0;
    cursor: pointer;
}

/* :: Section Intro (Chi siamo) */
.intro{
    padding: 100px 0;
    background-color: var(--white);
    overflow: hidden;
}
.intro__img-box{
    position: relative;
    padding-right: 20px;
    height: 100%;
}
.intro__img-box .img-box{
    position: relative;
    min-height: 420px;
    height: 100%;
    border-radius: var(--radius-lg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}
.intro__text-box{
    padding-left: 10px;
}
.intro__eyebrow{
    display: inline-block;
    font-family: var(--font-nord);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-orange);
    margin-bottom: 12px;
}
.intro__title{
    display: block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 34px;
    color: var(--brand-navy);
    text-transform: none;
    margin-bottom: 12px;
}
.intro__subtitle{
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: var(--text-body-dark);
    text-transform: none;
    margin-bottom: 20px;
}
.intro__desc{
    margin-bottom: 30px;
}
.intro__providing{
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-navy);
    margin-bottom: 18px;
    font-family: var(--font-nord);
}
.intro-core-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
    margin-bottom: 0;
}
.intro-core-list__item{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.intro-core-list__icon{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: var(--radius-sm);
    background-color: var(--brand-orange);
}
.intro-core-list__item h4{
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: var(--text-muted);
    text-transform: none;
    margin: 0;
}
@media (max-width: 991px){
    .intro__img-box{ padding-right: 0; margin-bottom: 40px; }
    .intro__text-box{ padding-left: 0; }
}
@media (max-width: 767px){
    .intro{ padding: 60px 0; }
    .intro__title{ font-size: 28px; }
    .intro__subtitle{ font-size: 18px; }
    .intro-core-list{ grid-template-columns: 1fr; }
}

/* :: Video Modal */
.video-modal .modal-dialog{
    max-width: 900px;
}
.video-modal .modal-content{
    background-color: #000;
    border: none;
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.video-modal__close{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 0.5);
    border: none;
    border-radius: 50%;
    padding: 0;
    color: var(--white);
    cursor: pointer;
}
.video-modal__close:hover{
    background: var(--brand-orange);
    color: var(--white);
}

/* :: Contatti Footer */
.contatti-footer{
    padding: 90px 0;
}
.contact__eyebrow{
    display: inline-block;
    font-family: var(--font-nord);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-orange);
    margin-bottom: 12px;
}
.contact__title{
    display: block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 32px;
    color: var(--brand-navy);
    text-transform: none;
    margin-bottom: 16px;
}
.contact__desc{
    margin-bottom: 30px;
}
.contact__row .contact-info{
    margin-top: 10px;
}
.contact__row .contact-info .contact-box{
    margin-bottom: 24px;
}
.contact__row .contact-info .contact-box:last-child{
    margin-bottom: 0;
}
.contact-form .form-label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-navy);
    margin-bottom: 6px;
    font-family: var(--font-nord);
}
.contact-form .form-control{
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    font-size: 15px;
    font-family: var(--font-nord);
    background-color: var(--white);
}
.contact-form .form-control:focus{
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 0.2rem rgb(238 114 3 / 15%);
}
.contact-form textarea.form-control{
    resize: vertical;
}
.contact-form .form-check{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
}
.contact-form .form-check-input{
    margin-top: 4px;
    margin-left: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--border);
}
.contact-form .form-check-input:checked{
    background-color: var(--brand-orange);
    border-color: var(--brand-orange);
}
.contact-form .form-check-label{
    font-size: 14px;
    color: var(--text-muted);
}
.contact-form .form-check-label a{
    color: var(--brand-navy);
    text-decoration: underline;
}
.contact-form .form-check-label a:hover{
    color: var(--brand-orange);
}
.contact-form__footer{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.contact-form__note{
    font-size: 12px;
    color: var(--text-faint);
}
.contact-form__feedback{
    font-size: 14px;
    font-weight: 600;
    display: none;
}
.contact-form__feedback.is-success{
    display: block;
    color: #2e7d32;
}
.contact-form__feedback.is-error{
    display: block;
    color: #c0392b;
}
@media (max-width: 991px){
    .contact__row .col-lg-5{ margin-bottom: 40px; }
}
@media (max-width: 767px){
    .contatti-footer{ padding: 60px 0; }
    .contact__title{ font-size: 26px; }
}

/* :: Footer Widgets */
.footer__row{
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-on-dark);
}
.footer-widget{
    margin-bottom: 30px;
}
.footer-widget__logo{
    display: inline-block;
    margin-bottom: 20px;
}
.footer-widget__logo img{
    width: 160px;
}
.footer-widget--about p{
    color: rgb(255 255 255 / 0.55);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}
.footer-widget__title{
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
    text-transform: capitalize;
    margin-bottom: 24px;
}
.footer-links li{
    margin-bottom: 12px;
}
.footer-links li a{
    font-size: 14px;
    color: rgb(255 255 255 / 0.55);
}
.footer-links li a:hover{
    color: var(--brand-orange);
}
.footer .icon-follow{
    margin-top: 4px;
}
.footer .icon-follow li{
    display: inline-block;
    cursor: pointer;
}
.footer .icon-follow li a{
    border: 1px solid var(--brand-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-orange);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.footer .icon-follow li:hover a{
    background-color: var(--brand-orange);
    color: var(--white);
}
.footer .contact-info .contact-box{
    margin-bottom: 20px;
    align-items: flex-start;
}
.footer .contact-info .contact-box svg{
    flex-shrink: 0;
    margin-top: 2px;
}
.footer .contact-info .contact-box .box{
    padding-left: 15px;
}
.footer .contact-info .contact-box .box a,
.footer .contact-info .contact-box .box p{
    color: rgb(255 255 255 / 0.55);
    font-weight: 400;
}
.footer .contact-info .contact-box .box a:hover{
    color: var(--brand-orange);
}
.footer__bottom{
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 20px;
}
.footer__bottom p{
    margin: 0;
    font-size: 13px;
    color: rgb(255 255 255 / 0.4);
}
@media (max-width: 767px){
    .footer__bottom{ flex-direction: column; text-align: center; }
}