.hide-desktop {
    display: none;
}

.hamburger {
    display: none;
    height: 31px;
    cursor: pointer;
    z-index: 2;
    margin-top: 15px;
}

.line {
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.hamburger.is-active .line1 {
    transform: rotate(45deg) translate(0px, 6px);
}

.hamburger.is-active .line2 {
    opacity: 0;
}

.hamburger.is-active .line3 {
    transform: rotate(-45deg) translate(2px, -8px);
}

@media (min-width: 1600px) {
    html {
        font-size: 17px;
    }
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 18px;
    }
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 19px;
    }
    .container {
        max-width: 1700px;
    }
}

@media (min-width: 2200px) {
    html {
        font-size: 20px;
    }
    .container {
        max-width: 1900px;
    }
    .img-large {
        height: 48rem;
    }
}

@media (max-width: 1399px) {
    .container {
        padding: 0 2.5rem;
    }
    header {
        left: 2.5rem;
        right: 2.5rem;
    }
    h1 {
        font-size: 4.5rem;
    }
    .hero .container {
        align-items: center;
    }
}

@media (max-width: 1299px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 980px) {
    html {
        font-size: 14px;
    }
    .container-wide {
        padding: 0 1rem;
    }
    header {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
    .admin-bar header {
        top: 0;
    }
    header .container {
        padding: 1rem 2rem;
        align-items: center;
        border-radius: 0;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .stack-mobile {
        flex-direction: column;
        gap: 2rem;
    }
    h1 {
        font-size: 2.75rem;
        line-height: 120%;
    }
    h2 {
        font-size: 2rem;
    }
    .hamburger {
        display: block;
        z-index: 2;
        margin-top: 0;
    }
    #main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: white;
        transform: translateX(-100%);
        transition: 0.3s all;
        z-index: 2;
    }
    #main-menu.show-menu {
        transform: translateX(0);
    }
    body.no-scroll {
        overflow: hidden;
    }
    ul.menu {
        width: 100%;
        flex-direction: column;
        padding-top: 110px;
    }
    ul.sub-menu, ul.menu li.menu-item-has-children > a:after {
        display: none;
    }
    ul.menu li a {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    a.menu-btn {
        text-transform: uppercase;
        background: var(--secondaryColor);
        color: white;
        padding: 10px 10px;
        border-radius: 0.25rem;
    }
    .hero {
        padding: 5rem 0;
        height: auto;
    }
    .hero .container {
        flex-direction: column;
        align-items: center;
    }
    .hero h1 {
        text-align: center;
    }
    .accordions {
        margin-top: 2rem;
    }
    .accordion-title h3 {
        font-size: 1.5rem;
    }
    .marquee-section .container-wide {
        padding: 0;
    }
    .marquee h2 {
        font-size: 3rem;
    }
    .page-hero {
        padding: 5rem 0 5rem;
    }
	.page-hero .btn {
        display: none;
    }
    .page-hero .hero-content {
        flex-direction: column;
        gap: 20px;
    }
    .page-hero h1 {
        font-size: 3rem;
        text-align: center;
    }
    img {
        max-width: 100%;
    }
    .order-2 {
        order: 2;
    }
    .service-row {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .service-row > div {
        order: 2;
    }
    footer .container-wide {
        flex-direction: column;
        gap: 2rem;
    }
    footer .menu-footer-container ul {
        flex-direction: row;
    }
    footer .menu-footer-container ul li a {
        font-size: 0.75rem !important;
    }
    footer .container-wide div {
        width: auto !important;
    }
    .footer-copyright {
        flex-direction: column;
        gap: 20px;
    }
    .footer-copyright p {
        order: 2;
    }
    .slick-arrow {
        display: none !important;
    }
    img.standard.img-medium {
        object-position: right;
    }
}

@media (max-width: 768px) {
	.hero-btn {
    display: flex;
    height: 7.25rem;
    padding: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
    background: var(--secondaryColor);
    border-radius: 0.25rem;
    color: white;
    min-width: 18rem;
    transition: 0.2s all;
    box-shadow: 2px 2px 30px rgb(10 12 14 / 40%);
    width: 100%;
}
	.hero .container {
        padding: 0 !important;
		gap: 7rem;
    }
	.hero {
        padding: 7rem 0 0 0;
    }
	.hero-btn span svg {
    position: absolute;
    right: 10px;
}
	section {
    padding: 3rem 0;
}
    .why-content .btn { display: none !important; }
	.why-content h2 { margin-bottom: 0px; }
	.accordions { margin-top: 1rem; }
	.marquee h2 { font-size: 2.4rem; }
	.reverse-marquee { margin-top: 0.5rem; }
	.marquee-section { padding-bottom: 2rem; padding-top: 2rem; }
	.page-hero .container { padding: 0 4rem; }
	.service-row h3 { font-size: 2.5rem; line-height: 2.9rem; }
	.service-row li { font-size: 1.25rem; line-height: 155%; letter-spacing: 0.3px; }
	.service-row span { font-weight: 500; font-size: 1.25rem; line-height: 155%; margin-top: 1rem; }
	.about-top .xx-large-gap { gap: 2rem; }

    .slick-list {padding: 0 !important;}
}

@media (max-width: 680px) {
    html {
        font-size: 13px;
    }
    .container {
        padding: 0 2rem;
    }
    .marquee img {
        width: 6rem;
        height: 4rem;
        margin-left: 1rem;
    }
    .reverse-marquee img {
        margin-right: 1rem;
    }
}