/* ===================================
   ONO LANDING
====================================== */

/* font */
@font-face {
    font-family: 'cerebri-sans-regular';
    src: url('fonts/CerebriSans-Regular.woff2') format('woff2'),
        url('fonts/CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: 'cerebri-sans-medium';
    src: url('fonts/CerebriSans-Medium.woff2') format('woff2'),
        url('fonts/CerebriSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-semibold';
    src: url('fonts/CerebriSans-SemiBold.woff2') format('woff2'),
        url('fonts/CerebriSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-bold';
    src: url('fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('fonts/CerebriSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-light';
    src: url('fonts/CerebriSans-Light.woff2') format('woff2'),
        url('fonts/CerebriSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* variable */
:root {      
    --alt-font: 'cerebri-sans-regular';
    --primary-font:  'cerebri-sans-regular';
    --base-color: #005153;
    --dark-gray:#1e3238;
    --very-light-gray:#eceff1;
    --yellow: #ecab23;
    --medium-gray: #7c898d;
    --solitude-blue: #f4f7f9;
    --primary-ono: #7cafd1;
    --secondary-ono: #5b6b74;
    --grigio-chiaro-ono: #d2d2d2;
    --grigio-scuro-ono: #868686;

} 
/* reset */
body {
    font-size: 18px;
    line-height: 30px;
}
/* font weight */
.fw-400 {
    font-family: 'cerebri-sans-regular' !important; 
    font-weight: normal !important;
}
.fw-300 {
    font-family: 'cerebri-sans-light' !important;
    font-weight: normal !important;
}
.fw-500 {
    font-family: 'cerebri-sans-medium' !important;
    font-weight: normal !important;
}
.fw-600 {
    font-family: 'cerebri-sans-semibold' !important;
    font-weight: normal !important;
}
.fw-700 {
    font-family: 'cerebri-sans-bold' !important;
    font-weight: normal !important;
} 
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid var(--yellow);
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 3rem;
}
h4 {
    line-height: 2.6rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-family: 'cerebri-sans-medium' !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
    font-family: 'cerebri-sans-regular' !important; 
}
header .btn.btn-small {
    font-size: 14px
}
header .btn.btn-small i {
    top:-2px;
}
header .navbar-brand img {
    max-height: 76px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid var(--very-light-gray);
    padding: 20px 30px;
    font-size: 17px;
    color: var(--dark-gray) !important; 
    font-family: 'cerebri-sans-medium' !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
    background-color: var(--very-light-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 40px;
    margin-right: 10px;
}
/* btn */
.btn-link i {
    top:0px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
.btn {
    font-family: 'cerebri-sans-medium'; 
    font-weight: normal !important;
    text-transform: none;
    letter-spacing: normal;
}
.btn-yellow {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important; 
}

.btn-primary-ono {
    background-color: #7cafd1;
    color: #fff; 
}

.btn-primary-ono:hover,
.btn-primary-ono:focus,
.btn-primary-ono:active {
    border: 2px solid #000 !important;
    outline: none !important;
}

.btn-secondary-ono {
    background-color: #5b6b74;
    color: #fff; 
}
.btn-secondary-ono:hover,
.btn-secondary-ono:focus,
.btn-secondary-ono:active {
    border: 2px solid #000 !important;
    outline: none !important;
}

/* Opzionale: se vuoi anche un effetto al click */
.btn-primary-ono:active {
    transform: translateY(1px);
}

.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn.btn-box-shadow.btn-yellow:active {
     border-color: var(--yellow) !important;
}
.btn.btn-extra-large {
    font-size: 17px;
}
.btn.btn-large {
    font-size: 16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.with-rounded.btn-large > span {
    line-height: 34px;
}
.btn.with-rounded.btn-medium > span {
    line-height: 30px;
}
/* text color */
.text-emerald-green {
    color: #62cd54;
}

.text-primary-ono{
    color: #7cafd1;
}

.text-secondary-ono{
    color: #5b6b74;
}

/* bg color */
.bg-orient-blue {
    background-color: #1F6668; 
}
/* bg gradient color */
.bg-gradient-green-yellow-color { 
    background: rgb(236,171,35); 
    background: linear-gradient(306deg, rgba(236,171,35,1) 0%, rgba(0,83,61,1) 85%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 10%, transparent 50%);
}
/* homepage */
.contact-form-style-01 .btn.btn-large { 
    padding: 13px 40px;
}
.terms-condition .box:before {
    top: 7px;
}
.terms-condition .box:after {
    top: 11px;
}
.contact-form-style-01 {
    margin-top: -100px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 18px;
    line-height: 22px;
}
.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 3.8rem;
}
/* team style */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}
/* text shadow */
.text-shadow-medium { 
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* border color */
.border-color-yellow {
    border-color: var(--yellow) !important;
}
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title, 
.progress-bar-style-03 .progress .progress-bar-percent {
    bottom: 10px;
}
.progress-bar-style-03 .progress {
    height: 6px;
}
/* tooltip */ 
.tooltip-inner {
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    color: var(--medium-gray);
    padding: 22px 35px;
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 400;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--white) !important;
    border-width: 0 1.7em 1.7em !important; 
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--white) !important;
    border-width: 1.7em 1.7em 0 !important; 
}
.bs-tooltip-auto[data-popper-placement^=bottom] {
    margin-top: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 15px !important;
}
.tooltip {
    opacity: 1 !important;
}
.tooltip .tooltip-arrow {
    width: 3.5em;
    height: 1.2em;
}
.bs-tooltip-start.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=left] {
    margin-right: 15px;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
    border-width: 1em 0 1em 1em !important;
    border-left-color: var(--white) !important;
}
.bs-tooltip-end.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
    border-width: 1.7rem 1.7rem 1.7rem 0 !important;
    border-right-color: var(--white) !important;
}
.tooltip-title {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: var(--dark-gray);
    letter-spacing: -0.5px;
}
/* top right bottom left */
.left-35px {
    left: 35px;
}
.bottom-35px {
    bottom: 35px;
}
/* footer */
footer .footer-logo img {
    max-height: 36px;
}
.footer-dark p, .footer-dark .widget-text {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark .elements-social .light li a {
    opacity: 1;
}
.footer-dark p a, .footer-dark p a:hover {
    color: var(--white);
}
.footer-dark ul li a, .footer-dark .widget-link {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark ul li a:hover, .footer-dark .widget-link:hover, .footer-dark a:hover {
    opacity: 1;
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white);
}
.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.is-touchable .cursor-page-inner {
    display: none !important;
}
/* media query responsive */
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 18px;
    }
}
@media (max-width: 1250px) {
    .sticky-wrap.shadow-in {
        left: 2px;
    }
}
@media (max-width: 1199px) {
    header .btn.btn-rounded.btn-small {
        padding: 9px 18px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-01 {
        margin-top: 0;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
        background-color: transparent;
    }
}
@media (max-width: 767px) { 
    .process-step-style-03 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) { 
    .process-step-style-03 .progress-step-separator {
        display: none;
    }
}


/* VISUALIZZAZIONI VIDEO DESKTOP-TABLET-SMARTPHONE LANDSCAPE */
/* TABLET LANDSCAPE */

@media screen and (min-width: 768px) and (max-width: 1079px) and (orientation: landscape) {
    .video-bg iframe {
        width: 200vw !important;
        height: 200vh !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .video-content {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 20px !important;
        width: 100% !important;
    }

    .video-content h1 {
        font-size: 5vw !important;
        line-height: 1.2 !important;
        margin-bottom: 10px;
    }

    .video-content h2 {
        font-size: 3vw !important;
        line-height: 1.4 !important;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 2.5vw !important;
        padding: 10px 20px;
    }

    .video-overlay {
        background: rgba(0, 0, 0, 0.3); /* migliora contrasto testo */
    }

    .clients-style-08,
    .video-content .text-white.mt-5,
    .video-content .text-white.mt-1,
    .video-content .d-flex.justify-content-center.align-items-center.gap-5.flex-wrap {
        display: none !important;
    }
}

/* SMARTPHONE LANDSCAPE */
@media screen and (max-width: 767.98px) and (orientation: landscape) {
    .video-bg iframe {
        width: 200vw !important;
        height: 200vh !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .video-content {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 20px !important;
        width: 100% !important;
        z-index: 2;
    }

    .video-content h1 {
        font-size: 6vw !important;
        line-height: 1.2 !important;
        margin-bottom: 10px;
    }

    .video-content h2 {
        font-size: 4vw !important;
        line-height: 1.4 !important;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 3.5vw !important;
        padding: 10px 20px;
    }

    .video-overlay {
        background: rgba(0, 0, 0, 0.3); /* migliora leggibilità del testo */
    }

    .clients-style-08,
    .video-content .text-white.mt-5,
    .video-content .text-white.mt-1,
    .video-content .d-flex.justify-content-center.align-items-center.gap-5.flex-wrap {
        display: none !important;
    }
}


/* CUSTOMER SECTION */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            text-align: center;
            color: #1a1a1a;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

        .section-subtitle {
            text-align: center;
            color: #666;
            font-size: 1.2rem;
            margin-bottom: 60px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .slider-container {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }

        .customers-slider {
            display: flex;
            gap: 30px;
            transition: transform 0.3s ease;
            padding: 20px 10px;
        }

        .customer-card {
            min-width: 400px;
            height: 600px;
            background: white;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .customer-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
        }

        .card-image {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 20px 20px 0 0;
        }

        .card-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 250px;
            background: white;
            padding: 30px;
            transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .card-content-extended {
            position: absolute;
            bottom: -250px;
            left: 0;
            right: 0;
            height: 250px;
            background: white;
            padding: 30px;
            transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .customer-card:hover .card-content {
            transform: translateY(-250px);
        }

        .customer-card:hover .card-content-extended {
            transform: translateY(-250px);
        }

        .customer-name {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .customer-role {
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .company-logo {
            height: 40px;
            filter: grayscale(100%);
            opacity: 0.7;
        }

        .expand-icons {
            position: absolute;
            bottom: 30px;
            right: 30px;
            display: flex;
            gap: 15px;
        }

        .expand-icon {
            width: 20px;
            height: 20px;
            border: 2px solid #1a1a1a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }

        .customer-quote {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #1a1a1a;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .quote-mark {
            font-size: 4rem;
            color: #ddd;
            position: absolute;
            top: -10px;
            left: -5px;
            font-family: serif;
        }

        .stats-grid {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

        .stat-item {
            text-align: left;
        }

        .stat-number {
            font-size: 4rem;
            font-weight: 900;
            color: #1a1a1a;
            line-height: 0.8;
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 0.9rem;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 600;
        }

        .read-more {
            position: absolute;
            bottom: 30px;
            right: 30px;
            font-size: 0.9rem;
            color: #1a1a1a;
            text-decoration: underline;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 600;
        }

        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            z-index: 10;
        }

        .slider-nav:hover {
            background: #f0f0f0;
            transform: translateY(-50%) scale(1.1);
        }

        .slider-nav.prev {
            left: 20px;
        }

        .slider-nav.next {
            right: 20px;
        }

        .slider-nav::before {
            content: '';
            width: 12px;
            height: 12px;
            border-top: 2px solid #1a1a1a;
            border-right: 2px solid #1a1a1a;
            position: absolute;
            top: 50%;
            left: 50%;
        }

        .slider-nav.prev::before {
            transform: translate(-40%, -50%) rotate(-135deg);
        }

        .slider-nav.next::before {
            transform: translate(-60%, -50%) rotate(45deg);
        }

        @media (max-width: 768px) {
            .customer-card {
                min-width: 350px;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .customers-slider {
                gap: 20px;
            }
        }





/* === CSS DA AGGIUNGERE AL TUO FILE CSS === */

/* Mobile Hero Slider Styles 
.mobile-hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 1100px;
    z-index: 0;
}

.hero-mobile-swiper {
    width: 100%;
    height: 100%;
    min-height: 915px;
}

.hero-mobile-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hero-mobile-swiper .swiper-slide img {
    width: 100%;
    height: calc(100% + 50px); /* Aggiungi 50px extra per compensare lo spostamento 
    min-height: calc(915px + 50px);
    object-fit: cover;
    object-position: center top; /* Ancora in alto per coprire tutto 
    display: block;
    position: relative;
    top: -25px; /* Sposta l'immagine indietro verso l'alto per centrare 
}

*/

/* Versione alternativa per mobile */
@media (max-width: 767.98px) {
    .hero-mobile-swiper .swiper-slide img {
        height: calc(100vh + 20px); /* Altezza viewport + extra */
        min-height: calc(915px + 20px);
        top: -10px; /* Sposta meno per vedere l'effetto */
    }
}

/* Rimuove eventuali spazi bianchi */
.hero-mobile-swiper .swiper-wrapper {
    height: 100%;
}

.hero-mobile-swiper .swiper-slide {
    background: #000;
}

/* Slider clienti mobile */
.clients-mobile-swiper {
    width: 100%;
    padding: 10px 0;
}

.clients-mobile-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.clients-mobile-swiper .swiper-slide-active,
.clients-mobile-swiper .swiper-slide-duplicate-active {
    opacity: 1;
}

.clients-mobile-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Altezza mobile hero per garantire spazio */
@media (max-width: 767.98px) {
    .video-fullscreen {
        min-height: 915px;
        height: auto;
        overflow: hidden;
    }
    
    .video-content {
        position: relative;
        z-index: 5 !important;
        min-height: 915px;
        height: auto;
        padding: 60px 15px 60px 15px !important;
        margin: 0;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    /* Rimuove eventuali spazi bianchi da body e html */
    body, html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    /* Assicura che non ci siano spazi sotto la sezione */
    .video-fullscreen {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .video-fullscreen + section,
    .video-fullscreen + * {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Contenitore principale centrato */
    .video-content .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px;
    }
    
    .video-content .row {
        margin: 0 !important;
        width: 100% !important;
    }
    
    .video-content .col-12 {
        padding: 0 10px !important;
    }
    
    /* Tipografia mobile */
    .video-content h1.xs-fs-45 {
        font-size: 36px !important;
        line-height: 1.1 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    .video-content h2.xs-fs-22 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }
    
    .video-content h2.xs-fs-24 {
        font-size: 22px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    
    /* Sezioni clienti e premi */
    .video-content .mt-5 {
        margin-top: 40px !important;
    }
    
    .video-content .mt-4 {
        margin-top: 30px !important;
    }
    
    .video-content .mb-4 {
        margin-bottom: 20px !important;
    }
    
    .video-content .mb-3 {
        margin-bottom: 15px !important;
    }
    
    /* Loghi clienti mobile */
    .video-content .gap-3 {
        gap: 12px !important;
    }
    
    .video-content .gap-4 {
        gap: 15px !important;
    }
    
    .video-content .h-25px {
        height: 22px !important;
    }
    
    .video-content .h-30px {
        height: 28px !important;
    }
    
    /* Pulsanti nascosti su mobile - già gestito con d-none d-lg-block */
    
    /* Assicura centraggio perfetto */
    .video-content .d-flex {
        justify-content: center !important;
        align-items: center !important;
    }
    
    .video-content .text-center {
        text-align: center !important;
    }
    
    .video-content .justify-content-center {
        justify-content: center !important;
    }
}

/* Responsive per schermi molto piccoli */
@media (max-width: 480px) {
    .video-content {
        padding: 50px 10px 70px 10px !important;
    }
    
    .video-content h1.xs-fs-45 {
        font-size: 32px !important;
        margin-bottom: 18px !important;
    }
    
    .video-content h2.xs-fs-22 {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }
    
    .video-content h2.xs-fs-24 {
        font-size: 20px !important;
    }
    
    .video-content .h-25px {
        height: 20px !important;
    }
    
    .video-content .h-30px {
        height: 25px !important;
    }
    
    .video-content .gap-3 {
        gap: 10px !important;
    }
    
    .video-content .gap-4 {
        gap: 12px !important;
    }
}



