html {
    overflow: auto !important ;
    margin: 0 !important;
}
.mobile-only {
    display: none;
}
.h1-style{
    font-size: 64px;
    line-height: 70px;
}
.h3-style{
    font-size: 48px;
    line-height: 54px;
}
.h4-style{
    font-size:40px; 
    line-height:46px
}
.h5-style{
    font-size:32px; 
    line-height:40px
}
.h6-style{
    font-size:25px; 
    line-height:30px
}
@media (max-width: 767px) {
    .h1-style{
        font-size: 35px;
        line-height: 42px;
    }
    .h3-style{
        font-size: 28px;
        line-height: 34px;
     }
    .h4-style{
        font-size: 24px;
        line-height: 30px;
    }
    .h5-style{
        font-size:20px; 
        line-height:28px
    }
    .h6-style{
        font-size:20px; 
        line-height:28px
    }
}
@media (max-width: 1024px) {
    .mobile-only {
        visibility: visible;
        display: block;
    }
}
.desktop-only{
    display: block;
    visibility: visible;
}
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}

.header-with-topbar .navbar-fixed-top{
    top: 0;
}
.home-feature-box {
   height: 500px;
   text-align: center;
}
.home-feature-box .feature-subtitle {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;

}
.home-feature-box .feature-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

#home-video{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
@media (max-width: 768px) {
    #home-video{
        height: 300px;
    }
}
.cta-container{
    flex-direction:row;
}
@media (max-width: 768px) {
    .cta-container{
        flex-direction: column;
    }
}
.cta-text{
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .cta-text{
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.mobile-menu-content {
    padding-top: 16% !important;
    padding-left: 25px !important;
}

.mobile-menu-item {
    transition: background-color 0.3s ease;
}

.mobile-menu-item a {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 600 !important;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    margin: 20px 0 !important;
    text-transform: uppercase;
}

#mobile-menu-close {
    transition: transform 0.2s ease;
}

#mobile-menu-close:hover {
    transform: scale(1.1);
}

.line-height-32{
    line-height: 30px;
}

.social-icon-style-6 a{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bg-grezzi-green-2 {background-color: var(--base-color-2);}

.btn.btn-grezzi-green-2 {background: var(--base-color-2); border-color: var(--base-color-2); color: #ffffff}
.btn.btn-grezzi-green-2:hover, .btn.btn-grezzi-green-2:focus {background: transparent; border-color: var(--base-color-2); color: var(--base-color-2)}

.btn.btn-transparent-grezzi-green-2 {background: transparent; border-color: var(--base-color-2); color: var(--base-color-2)}
.btn.btn-transparent-grezzi-green-2:hover, .btn.btn-transparent-grezzi-green-2:focus {background: var(--base-color-2); border-color: var(--base-color-2); color: #fff}

.text-service{
    width: 650px;
}
@media (max-width: 768px) {
    .text-service{
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .text-service{
        width: 100%;
    }
}

.img-mezzi-container{
    height: 113px;
}
.img-mezzi-container img{
    height: 100%;
    object-fit: contain;
}

.vertical-separator{
    width: 1px;
    height: 80px;
    background-color: #dee2e6;
    margin: 0 40px;
}