.dark-mode{
    --color-dark-1: #121212; 
    --color-dark-2: #181818;
}

.btn-mod i.align-center:before{
    transform: translateY(0.12em);
}
.btn-mod.btn-w{
    color: var(--color-gray-light-1);
    background: rgba(219,169,74, .98);    
}
.btn-mod.btn-border-w{
    border-color: rgba(255,255,255, .98);
}
.btn-mod.btn-small{
    padding: 7px 15px 6px;
}
.section-caption-border{
    font-size: 15px;
    letter-spacing: 0.039em; 
}
.section-title-strong{
    font-size: 76px;
}
.features-list-icon{
    top: 0.185em;
    margin-right: 9px;
}
.features-list-text{
    font-size: 20px;
    letter-spacing: -0.008em;
}
a.features-list-text{
    text-decoration: none !important;
    color: inherit;
    transition: opacity 0.3s ease;
}
a.features-list-text:hover{
    text-decoration: none !important;
    opacity: 0.8;
}
a.features-list-text:focus{
    text-decoration: none !important;
    outline: 2px solid rgba(255,255,255,0.5);
    outline-offset: 2px;
}
a.features-list-text:visited{
    text-decoration: none !important;
}
.marquee-style-2{
    font-size: 26px;
    letter-spacing: 0.06em;
}
.testimonials-4-author{
    color: var(--color-dark-1);
}
.testimonials-4-author .small{
    color: var(--color-gray-1);
}
.testimonials-3-author .small{
    color: var(--color-gray-1);
}
.light-content .testimonials-3-author .small{
    color: var(--color-dark-mode-gray-1);
}
.big-icon-gradient{
    box-shadow: 0px 0px 100px 0px rgba(255,255,255, 0.5);
}
.features-2-item:before{
    border: 1px solid var(--color-dark-1);
	background:	none;
    opacity: 0.15;
    transition: opacity .27s var(--ease-default);
    z-index: -1;
}
.features-2-item:hover:before{
    opacity: 1;
}
.features-2-label{
    font-weight: 500;
    color: var(--color-dark-1);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.features-2-icon:before{
    background: var(--color-gray-light-1);
    opacity: 1;
    z-index: -1;
}
.features-2-icon svg{
    fill: var(--color-dark-1);
}
.light-content .features-2-item:before{    
	background: var(--color-dark-mode-gray-2);
    border: 1px solid var(--color-dark-mode-gray-2);
    transition: border-color .27s var(--ease-default);
    opacity: 1;
    z-index: -1;
}
.light-content .features-2-item:hover:before{
    background: var(--color-dark-mode-gray-2);
    opacity: 1;
}
.light-content .features-2-label{
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.light-content .features-2-icon{
    color: #fff;
}
.light-content .features-2-icon svg{
    fill: #fff;
}
.light-content .features-2-icon:before{
    background: var(--color-dark-mode-gray-2);
    opacity: 1;
    z-index: -1;
}
.light-content .features-2-descr{
    color: var(--color-dark-mode-gray-1);
}
.services-3-title{
    font-size: 22px;
}
.services-3-text{
    font-size: 17px;
}
.bg-border-gradient:before{
    background: none;
    border: 1px solid var(--color-dark-1);
    opacity: 0.15;
}
.light-content .bg-border-gradient:before{
    background: none;
    border: 1px solid #fff;
    opacity: 0.25;
}
.bg-gradient-dark-alpha-1:before{
    opacity: .9;
}
.bg-gradient-dark-alpha-2:before{
    opacity: .9;
}
.tpl-minimal-tabs{
    font-size: 16px;
    letter-spacing: inherit; 
    text-transform: none;   
}
.ci-title{
    font-size: 20px;
}
.call-action-4-image-1,
.call-action-4-image-2{
    border-radius: 0;
}
.light-content .form input.newsletter-field{
    color: rgba(255,255,255, .7);
    background: transparent !important; 
    border: 2px solid rgba(255,255,255, .2);
}
.light-content .form input.newsletter-field:hover{
    border-color: rgba(255,255,255, .26);
}
.light-content .form input.newsletter-field::placeholder{
    color: rgba(255,255,255, .7);
    transition: var(--transition-default), font-size 0s;
}
.light-content .form input.newsletter-field:hover::placeholder{
    color: rgba(255,255,255, .8);
}
.light-content .form input.newsletter-field:focus{
    color: #fff;
    border-color: rgba(255,255,255, .55);
}
/* Timeline Modern Styles */
.timeline-carousel .features-item{
    padding: 0 15px;
}

.timeline-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
}

.timeline-year{
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: -0.02em;
    text-align: center;
    position: relative;
    display: inline-block;
}

.timeline-year::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgba(255,255,255,0.3);
}

.timeline-year-today{
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.timeline-title{
    font-size: 26px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-family: var(--font-headings);
    font-weight: bold;
}

.timeline-descr{
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.light-content .timeline-year{
    color: #fff;
}

.light-content .timeline-title{
    color: #fff;
}

.light-content .timeline-descr{
    color: rgba(255,255,255,0.85);
}

@media only screen and (max-width: 1366px) {
    .section-title-strong{
        font-size: calc(1.363rem + 3.97vw);
    }
    .marquee-style-2{
        font-size: calc(0.972rem + 0.76vw);
    }
    .timeline-year{
        font-size: calc(2.5rem + 2vw);
    }
    .timeline-year-today{
        font-size: calc(2rem + 1.5vw);
    }
}

/* Storia Section Padding */
#storia{
    padding-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
    #storia{
        padding-bottom: 80px !important;
    }
}

@media only screen and (max-width: 768px) {
    .timeline-year{
        font-size: 48px;
    }
    .timeline-year-today{
        font-size: 36px;
    }
    .timeline-title{
        font-size: 20px;
    }
    .timeline-descr{
        font-size: 15px;
    }
    #storia{
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 480px) {
    #storia{
        padding-bottom: 50px !important;
    }
}