/* Fix full-screen on mobile/tablet */
@media (max-width: 991.98px) {
    section.full-screen{
        height: auto !important;
        min-height: auto !important;
        padding-top: 240px !important;
        padding-bottom: 80px !important;
    }

    section.full-screen .row,
    section.full-screen .col-xl-8,
    section.full-screen .col-lg-8,
    section.full-screen .col-md-12 {
        height: auto !important;
    }

    .center-logo {
        display: block !important;
        max-width: 260px !important;
        width: 80% !important;
        margin: 0 auto 20px auto !important;
    }

    .hero-intro-text {
        max-width: 700px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .main-header{
        padding-top: 60px !important;
    }
}

.main-header{
    padding-top: 20px;
}

/* Desktop default: show only desktop text */
.hero-text-desktop {
    display: inline !important;
}
.hero-text-mobile {
    display: none !important;
}

/* On small screens, swap visibility */
@media (max-width: 767.98px) {
    .hero-text-desktop {
        display: none !important;
    }
    .hero-text-mobile {
        display: inline !important;
    }
}
