@media only screen and (max-width: 768px) {
    .social-icon-widget {
        display: none;
    }

    .mobile-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .mobile-cta a {
        font-size: 4vw;
    }

    .service-thumbnail>img {
        filter: brightness(0.65);
    }

    .service-thumbnail>p {
        font-size: 18px;
    }

    .copyright {
        margin-bottom: 64px;
    }

    .dropdown-item {
        white-space: normal;
    }

    .article-list>p {
        padding: 0.5rem;
        font-size: 12px;
    }

    .map-contact {
        height: 50vh;
    }

    #HeaderMenu {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #carouselHeaderSlideshowIndicators .carousel-item img {
        height: calc(100vh - 285px);
    }

    /* Mobile Showroom Slideshow Styles */
    #showroomCarousel .carousel-item img {
        height: calc(100vh - 200px);
    }

    #showroomCarousel .carousel-caption {
        max-width: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 1rem;
    }

    #showroomCarousel .slide-title {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    #showroomCarousel .slide-description {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    #showroomCarousel .slide-cta {
        padding: 0.5rem 1.5rem;
        font-size: 0.875rem;
    }

    #showroomCarousel .carousel-control-prev,
    #showroomCarousel .carousel-control-next {
        padding: 0 0.5rem;
    }

    #showroomCarousel .carousel-nav-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    #showroomCarousel .carousel-indicators {
        margin-bottom: 1rem;
    }

    #showroomCarousel .carousel-indicators button {
        width: 25px;
        height: 3px;
    }

    .home-header>h1 {
        line-height: 40px;
        width: 100%;
    }

    .home-header>h1>a {
        width: 75%;
        margin-top: 1rem;
    }

    .home-header .text-title {
        width: 80%;
    }

    .home-header .cta-button {
        display: none;
    }

    footer {
        background-image: url("./media/footer-bg-mobile.jpg");
    }
}