/* --- RESPONSIVE ADJUSTMENTS --- */

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .wsactive .wsanimated-arrow span {
        background-color: #fff !important;
    }
    .wsmenu>.wsmenu-list>li>.wsmegamenu
    {
        width: 100%;
    }
    .hero-section {
        text-align: center;
        padding: 50px 0;
        margin-top: 60px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-desc {
        margin: 0 auto 30px;
    }

    .hero-subtitle {
        padding-left: 0;
    }

    .hero-subtitle::before {
        display: none;
    }

    /* Stats */
    .stat-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        min-height: auto;
    }

    .page-header {
        margin-top: 60px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    /* Markets */
    .market-card {
        min-width: calc(50% - 15px);
    }

    /* Showcase */
    .showcase-img-container {
        padding-left: 0;
        margin-top: 50px;
    }

    /* CTA */
    .cta-inner {
        padding: 50px 30px;
        text-align: center;
    }

    .cta-title {
        font-size: 2rem;
    }

    .btn-cta-white {
        margin-top: 30px;
    }

    /* From style.css */
    .desktop {
        display: none !important;
    }

    .mobile-nav-item {
        display: block !important;
        padding: 10px !important;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    .btn-gradient-mobile {
        background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        color: var(--white) !important;
        padding: 12px 25px !important;
        border-radius: 5px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.9rem;
        display: block;
        text-align: center !important;
        width: 100%;
        transition: var(--transition);
        line-height: normal !important;
    }
        a.btn-gradient-mobile
        {
            color: var(--white) !important;
        }
    .play-btn-inner {
        width: 110px;
        height: 110px;
        border-width: 4px;
    }

    .video-play-btn {
        right: 20px;
        top: 35%;
    }

    .factory-img {
        height: 300px;
    }

    .factory-number {
        font-size: 3rem;
    }

    .factory-title {
        font-size: 1.6rem;
    }

    .factory-content {
        padding: 30px 0 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
    }

    .main-preview-img {
        width: 90%;
    }

    .showroom-highlights .card,
    .contact-card {
        height: inherit;
    }
    .solis-web
    {
        margin:20px 0px 30px;
    }
    .wsmenu > .wsmenu-list > li > a.active::after
    {
        transform: scale(0);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-title-main {
        font-size: 1.8rem;
    }

    .page-title {
        font-size: 3rem;
        line-height: 40px;
    }

    .competency-card {
        height: 350px;
        margin-bottom: 25px;
    }

    /* Markets */
    .market-card {
        min-width: 100%;
    }

    .market-controls {
        margin-bottom: 25px;
    }

    .market-slider-container {
        margin-top: 10px;
    }

    /* Clients */
    .client-slide {
        flex: 0 0 50%;
    }

    .footer-v2 {
        padding-top: 30px;
    }

    .legal-links a {
        margin: 0 15px 0 0;
    }

    .showroom-overview .show-img {
        margin-top: 25px;
    }

    /* cert slider moved to 390px */

    .vision-box,
    .mission-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .timeline-line {
        display: none;
    }

    .timeline-content {
        text-align: left !important;
        margin-bottom: 15px;
    }

    .timeline-img-wrapper {
        text-align: left !important;
    }

    .timeline-year {
        font-size: 2.5rem;
    }

    .col-md-2.d-flex {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 35px;
    }

    .btn-contact {
        padding: 8px 15px;
        font-size: 0.75rem;
    }

    .hero-btns .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-btns .me-3 {
        margin-right: 0 !important;
    }
}

@media (max-width: 480px) {

    /* Clients */
    .client-slide {
        flex: 0 0 100%;
    }

    .cert-intro-flex {
        flex-direction: column;
    }
    .page-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 391px) {
    .cert-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cert-slider-track {
        gap: 0;
    }
}