@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .references table th:nth-child(2), .references table td:nth-child(2) {
        text-align: end;
        padding-right: 1.5rem;
    }

    .document-item {
        height: 300px;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .contact-panel {
        display: none;
    }

    .nav-menu {
        justify-content: flex-end;
        padding-right: 2rem;
    }

    .dropdown-menu li a {
        padding: 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .dropdown-menu {
        padding: 2rem .75rem 1rem .75rem;
    }


    .contact-us-body p {
        width: 70%;
    }


}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {
    .document-item {
        height: 255px;
    }

    .navbar {
        width: 95%;
    }

    .nav-menu li a {
        letter-spacing: 1px;
        font-size: 13px;
    }

    .nav-menu {
        gap: 20px;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .project-modal {
        width: 80%;
        padding: 20px;
    }

    .navbar {
        width: 85%;
    }

    .nav-menu-toggle {
        padding-right: 2rem;
    }

    .hero .swiper-button-next, .hero .swiper-button-prev {
        top: 80%;
    }

    #elevator-thumb {
        display: none;
    }

    .hero h1 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .nav-menu {
        position: absolute;
        background-color: #fff;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 6rem;
        height: 100vh;
        top: -100vh;
        transition: top .4s ease-in-out;
        justify-content: center;
    }

    .nav-menu.show {
        top: 0;
    }

    .nav-close {
        position: absolute;
        right: 50px;
        top: 60px;
        font-size: 20px;
        padding: 1rem;
    }

    .references table {
        border: 0;
    }

    .references table caption {
        font-size: 1.3em;
    }

    .references table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .references table tr {
        display: block;
        margin-bottom: .625em;
    }

    .references table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .references table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .references table td:last-child {
        border-bottom: 0;
    }

    .references table th, .references table td {
        padding-right: 1.5rem;
    }

    body::after {
        display: none;
    }

    .document-meta {
        padding-inline: 1rem;
    }

    .nav-menu > li:not(.mobile-only) {
        /*border: 1px solid #d2d2d2;*/
        padding: .45rem;
    }

    .dropdown-menu {
        display: none;
        position: static;
        min-width: unset;
        padding: 4px;
        border: 1px solid #d2d2d2;
    }


    .nav-menu .dropdown-menu li a {
        letter-spacing: 1px;
        font-size: 11px;
    }


    .dropdown-menu li a {
        padding: 0;
    }

    li.dropdown > a.show {
        display: block;
    }

    li.dropdown > a.show {
        margin-bottom: 1.5rem;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .contact-panel-item i {
        line-height: 1.1;
    }

    .about-video iframe {
        height: 280px;
    }

    .page-loader img {
        width: 200px;
    }

    .partner-item {
        width: 50%;
    }

    .contact-us {
        flex-wrap: wrap;
        height: unset;
    }


    .contact-us .item {
        height: unset;
        width: 100%;
        padding: 0;
    }

    .contact-us .item:nth-child(1) {
        height: 300px;
    }

    .contact-us-body {
        padding: 2rem;
    }

    .project-carousel-item .logo {
        height: 90px;
    }

    .project-carousel-item .logo img {
        max-width: 90%;
    }

    .product-cover {
        height: 270px;
    }
}