/*
   Theme Name: WGI Westman Group | Scotia Metal


<meta name="theme-color" content="#0F295B">
*/
:root {
    --primary: #0F295B;
    --primary-dark: #d06c01;
    --secondary: #a7a9ac;
    --smooth: .25s ease-in-out;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
    --bs-primary-bg-subtle: #ffd9b0;
    --secondary-dark: #080011;
    --secondary-light: #e3e3e3;
    --transition: 0.3s ease;
}

.btn {
    text-transform: uppercase;
}

.btn-outline-primary {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

    .btn-outline-primary:active,
    .btn-outline-primary:focus,
    .btn-outline-primary:active:focus,
    .btn-outline-primary.active.focus,
    .btn-outline-primary.active,
    .btn-outline-primary:hover {
        border-color: var(--primary) !important;
        background-color: var(--primary) !important;
        color: white !Important;
    }

.btn-primary {
    background: var(--primary) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary-dark) !important;
    transition: background var(--transition), background-color var(--transition), border-color var(--transition);
}

    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:hover {
        background: var(--primary-dark) !important;
        background-color: var(--primary-dark) !important;
        border-color: var(--primary-dark) !important;
    }

.form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.hover-element:hover {
    background: rgba(255, 255, 255, .033);
}

.bg-dark-light {
    background-color: var(--bs-secondary-bg-subtle) !important;
    display: block;
}

.bg-light-dark {
    background: rgba(60, 60, 65, 1);
}

.secondary-navigation-block {
    min-height: 16rem;
    border-bottom: 4px solid var(--primary);
}

.double-headline {
    min-height: 4.5rem;
}

.bg-image {
    overflow: hidden;
}

.white-gradient-top {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 30%;
    min-height: 150px;
}


html,
body {
    height: 100%;
    margin: 0;
}

.bg-theme {
    background-color: var(--primary) !important;
    color: white;
}

h1 {
    font-size: 36px;
}



.navbar-brand {
    position: absolute;
    height: 150px;
    top: 0;
    left: 0;
    background: URL(subtraction-2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    min-width: 320px;
    padding-left: 15px;
    padding-top: 15px;
}

.main-logo {
    width: 190px;
}

/*.main-banner.residential {
    background: url(Main-Banner-Residential.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

.main-banner.agricultural {
    background: url(Main-Banner-Agricultural.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

.main-banner.architectural {
    background: url(Main-Banner-Architectural.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

.main-banner.commercial {
    background: url(Main-Banner-Commercial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}*/

.main-menu {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1;
}

    .main-menu li {
        width: 25%;
        text-align: center;
        float: left;
        padding: 0 15px;
        position: relative;
        z-index: 3;
    }

        .main-menu li:not(:nth-child(1))::after {
            height: 6px;
            width: 20px;
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background: var(--primary);
        }

        .main-menu li:not(:nth-child(4))::before {
            height: 6px;
            width: 20px;
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            background: var(--primary);
        }

        .main-menu li a {
            display: block;
            width: 100%;
            background: white;
            clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom center;
            padding: 10px 0;
            text-transform: uppercase;
            text-decoration: none;
            color: black;
            font-weight: 600;
            border-top: 6px solid var(--primary);
            position: relative;
            line-height: 24px;
        }

@media all and (min-width: 996px) {
    .main-menu li a {
        font-size: 20px;
    }

        .main-menu li a.active {
            font-weight: 800 !important
        }
}

.mobile-menu a.active,
.main-menu li a.active {
    font-weight: bold;
}

.main-menu li a::after {
    content: "";
    width: 6px;
    height: 140%;
    display: block;
    position: absolute;
    top: -16%;
    left: 4.2%;
    background: var(--primary);
    transform: rotate(31deg);
}

.main-menu li a::before {
    content: "";
    width: 6px;
    height: 140%;
    display: block;
    position: absolute;
    top: -16%;
    right: 4.2%;
    background: var(--primary);
    transform: rotate(-31deg);
}

.scotia-metal-wrapper {
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    border: 5px solid var(--primary);
    display: none;
}

    .scotia-metal-wrapper::before {
        width: 10rem;
        border: 3px solid var(--primary);
        position: absolute;
        content: "";
        bottom: -6px;
        left: 50%;
    }

.scotia-metal {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid var(--primary);
    position: absolute;
    left: 7px;
    top: 12px;
}

    .scotia-metal + .scotia-metal {
        left: 22px;
    }

.start-90 {
    left: 90%;
}

.headline-banner {
    position: absolute;
    bottom: 15%;
    left: 0;
}

.headline {
    margin-bottom: 1.7rem;
    font-size: 4rem;
    font-weight: 700;
    max-width: 740px;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 black;
}

.half-overlay-heading {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    z-index: 1;
}

    .half-overlay-heading::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity and color */
        z-index: -1;
    }

.border-bottom-primary {
    border-left: 1px solid var(--secondary) !important;
    border-right: 1px solid var(--secondary) !important;
    border-top: 1px solid var(--secondary) !important;
    border-bottom: 1px solid var(--primary) !important;
}

.navbar-toggler {
    margin-left: auto;
    margin-right: 0;
}

.scotia-text {
    display: none;
}

.accordion-button {
    text-transform: uppercase;
    font-weight: 700;
    color: black !important;
    font-size: 1.6rem;
    background-color: transparent !important;
    background: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom: 2px solid var(--primary);
    border-radius: 0 !important;
}

    .accordion-button:not(.collapsed) {
        box-shadow: none !important;
        border-bottom: 0px solid transparent !important;
    }

.accordion-body {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 0px solid transparent !important;
}

.accordion-item {
    border-top: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 0px solid transparent !important;
}

.headline-banner {
    position: absolute;
    bottom: 15%;
    left: 0;
}

.headline {
    margin-bottom: 1.7rem;
    font-size: 4rem;
    font-weight: 700;
    max-width: 740px;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 black;
}

.overflow-hidden {
    overflow: hidden;
}

.hi-block {
    height: 30rem;
    overflow: hidden;
}

.descriptional-same-position-text {
    width: calc(100% - var(--bs-gutter-x));
    position: absolute;
    top: 50%;
    left: calc(var(--bs-gutter-x)* .5);
    padding: .45rem;
    background: rgba(0, 0, 0, .7);
    color: white;
    height: 50%;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav {
        margin-top: 40px;
    }

    .scotia-logo {
        display: none;
    }

    .scotia-text {
        display: block;
    }
}

.bg-image {
    overflow: hidden;
}

.white-gradient-top {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 30%;
    min-height: 150px;
}

.product-cover img {
    transform: scale(1);
    transform-origin: center center;
}



.product-section {
    width: 100%;
    /*height: 80vh;*/
    min-height: 800px;
    background: url('maskGroup5.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*@media all and (min-width: 1024px) {
    #navigation.scroll .main-logo {
        width: 190px;
    }

    #navigation.scroll .navbar-brand {
        height: 110px;
        min-width: 350px;
    }
}

@media all and (min-width: 1400px) {
    .main-logo {
        width: 340px;
    }

    .navbar-brand {
        height: 140px;
        min-width: 420px;
    }
}*/

@media all and (min-width: 1200px) {
    .px-xml-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media all and (min-width: 1260px) {
    .px-xml-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

@media all and (max-width: 1390px) {
    .main-menu li a::before {
        transform: rotate(-26deg);
    }

    .main-menu li a::after {
        transform: rotate(26deg);
    }
}

@media all and (max-width: 1200px) {
    .main-menu li a::before {
        transform: rotate(-24deg);
    }

    .main-menu li a::after {
        transform: rotate(24deg);
    }
}

@media all and (min-width: 1600px) {
    .westman-steel-wrapper {
        display: block;
    }
}

@media all and (min-width: 1024px) {
    .h2-super-size,
    h2.super-size {
        font-size: 4rem !important;
    }

    .h3-super-size,
    h3.super-size {
        font-size: 2rem !important;
    }

    .super-size.bi {
        font-size: 4rem;
    }

    .w-lg-50 {
        width: 50%;
    }
}

@media all and (max-width: 1024px) {
    .legacy-headline {
        position: relative;
        bottom: unset;
        left: unset;
        padding-left: 40px;
        display: block;
        margin-top: 1rem;
    }

    .double-headline {
        min-height: 2rem;
        font-size: .9rem;
    }

    .product-section {
        min-height: unset;
        height: 60vh;
    }

    .map-section,
    .video-section {
        min-height: unset;
        height: 55vh;
    }

        .video-section .legacy-headline {
            position: absolute;
            bottom: 15%;
            left: 15px;
            padding-left: 40px;
            display: block;
            margin-top: 1rem;
        }

    body {
        overflow-x: hidden;
    }
}

/*@media all and (max-width: 992px) {
    .scotia-logo {
        display: none;
    }

    .product-section {
        min-height: unset;
        height: 110vh;
    }

    .start-90 {
        display: none;
    }

    .main-banner {
        height: 50vh;
        min-height: 420px;
    }

    .navbar-brand {
        position: unset;
        height: auto;
        padding: 0;
        min-width: 190px;
    }

    .main-logo {
        width: 190px;
    }

    .mobile-menu {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 14.5rem;
    }

        .mobile-menu a:nth-child(odd) {
            display: block;
            float: left;
            width: calc(50% - 10px);
            height: 65px;
            background: var(--primary);
            text-align: center;
            text-decoration: none;
            color: white;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            padding-top: 1.2rem;
            border: 2px solid white;
            font-weight: 600;
        }

        .mobile-menu a:nth-child(even) {
            display: block;
            float: right;
            width: calc(50% - 10px);
            height: 65px;
            background: var(--primary);
            text-align: center;
            text-decoration: none;
            color: white;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            padding-top: 1.2rem;
            border: 2px solid white;
            font-weight: 600;
        }

    .navigation-block {
        min-height: 460px;
    }

        .navigation-block + .bg-primary {
            margin-bottom: 1rem;
        }

    .headline-banner {
        position: relative;
        top: 30%;
        left: unset;
    }

    .headline {
        margin-bottom: 1.7rem;
        font-size: 4rem;
        font-weight: 700;
        text-transform: uppercase;
        max-width: 540px;
    }
}
*/
@media all and (max-width: 860px) and (min-width: 541px) {
    .mobile-menu {
        padding-top: 100px;
    }

    .headline-banner {
        position: relative;
        top: 100px;
        left: unset;
    }
}

@media all and (max-width: 540px) {
    .headline-banner {
        position: relative;
        top: 100px;
        left: unset;
    }

    .headline {
        font-size: 2.4rem;
        max-width: 100%;
        text-align: center;
        text-shadow: 1px 1px 0 black;
    }

    .mobile-menu {
        padding-top: 100px;
    }
}




.video-section {
    background: url('westman-steel-slide-14.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
    min-height: 800px;
    background-attachment: fixed;
}

.map-section {
    background: url('westman-steel-slide-15.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
    min-height: 800px;
    background-attachment: fixed;
}

.top-5 {
    top: 5%;
}

.bg-primary {
    background: var(--primary) !important;
}

.link-primary,
.text-primary {
    color: var(--primary) !important;
}

.legacy-headline {
    position: absolute;
    bottom: 15%;
    left: 0;
    padding-left: 40px;
}

    .legacy-headline.legacy-headline-top {
        bottom: unset;
        top: 5%;
    }

    .legacy-headline span {
        height: 115%;
        width: 3px;
        background: var(--primary);
        display: block;
        float: left;
        margin-right: 5px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .legacy-headline span + span {
            height: 115%;
            width: 3px;
            background: var(--primary);
            display: block;
            float: left;
            margin-right: 5px;
            position: absolute;
            left: 8px;
            top: 0;
        }

            .legacy-headline span + span + span {
                height: 115%;
                width: 3px;
                background: var(--primary);
                display: block;
                float: left;
                margin-right: 15px;
                position: absolute;
                left: 16px;
                top: 0;
            }

.top-25 {
    top: 25%;
}

.navigation-block {
    background-color: var(--bs-secondary-bg-subtle) !important;
    min-height: 450px;
    display: block;
}

.navigation-block-small {
    display: block;
    background-color: var(--bs-secondary-bg-subtle) !important;
    min-height: 230px;
}

.navigation-block.white {
    background-color: white !important;
}

.bi-svg {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 7rem;
    fill: var(--primary);
}

.footer-menu {
    margin: 0;
    padding: 0;
}

    .footer-menu a {
        text-decoration: none;
        color: white;
        width: 100%;
        display: block;
        margin-bottom: 7px;
    }

        .footer-menu a svg {
            float: right;
            fill: var(--primary)
        }

.social-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .social-menu li {
        display: inline-block;
        float: left;
    }

        .social-menu li a {
            margin-right: 15px;
            display: inline-block;
        }

            .social-menu li a svg {
                width: 16px;
                height: 16px;
                margin-bottom: 1rem;
            }

.language-switcher {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 25px;
    margin-right: 0.2rem;
}

/*.navbar-brand {
    position: absolute;
    height: 110px;
    top: 0;
    left: 0;
    background: URL(black-top-menu.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    min-width: 330px;
    padding-left: 15px;
    padding-top: 15px;
}*/

/*.main-logo {
    width: 250px;
}*/

/*.main-banner.residential {
    background: url(Main-Banner-Residential.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

.main-banner.agricultural {
    background: url(Main-Banner-Agricultural.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

.main-banner.architectural {
    background: url(Main-Banner-Architectural.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

.main-banner.commercial {
    background: url(Main-Banner-Commercial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}
*/
.main-menu {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1;
}

    .main-menu li {
        width: 25%;
        text-align: center;
        float: left;
        padding: 0 15px;
        position: relative;
        z-index: 3;
    }

        .main-menu li:not(:nth-child(1))::after {
            height: 6px;
            width: 20px;
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background: var(--primary);
        }

        .main-menu li:not(:nth-child(4))::before {
            height: 6px;
            width: 20px;
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            background: var(--primary);
        }

        .main-menu li a {
            display: block;
            width: 100%;
            background: white;
            clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom center;
            padding: 10px 0;
            text-transform: uppercase;
            text-decoration: none;
            color: black;
            font-weight: 600;
            border-top: 6px solid var(--primary);
            position: relative;
            line-height: 24px;
        }

@media all and (min-width: 996px) {
    .main-menu li a {
        font-size: 20px;
    }

        .main-menu li a.active {
            font-weight: 800 !important
        }
}

.mobile-menu a.active,
.main-menu li a.active {
    font-weight: bold;
}

.main-menu li a::after {
    content: "";
    width: 6px;
    height: 140%;
    display: block;
    position: absolute;
    top: -16%;
    left: 4.2%;
    background: var(--primary);
    transform: rotate(31deg);
}

.main-menu li a::before {
    content: "";
    width: 6px;
    height: 140%;
    display: block;
    position: absolute;
    top: -16%;
    right: 4.2%;
    background: var(--primary);
    transform: rotate(-31deg);
}


.start-90 {
    left: 90%;
}

.mobile-menu {
    display: none;
}

.border-bottom-primary {
    border-left: 1px solid var(--secondary) !important;
    border-right: 1px solid var(--secondary) !important;
    border-top: 1px solid var(--secondary) !important;
    border-bottom: 1px solid var(--primary) !important;
}

.navbar-toggler {
    margin-left: auto;
    margin-right: 0;
}

.scotia-text {
    display: none;
}

.accordion-button {
    text-transform: uppercase;
    font-weight: 700;
    color: black !important;
    font-size: 1.6rem;
    background-color: transparent !important;
    background: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom: 2px solid var(--primary);
    border-radius: 0 !important;
}

    .accordion-button:not(.collapsed) {
        box-shadow: none !important;
        border-bottom: 0px solid transparent !important;
    }

.accordion-body {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 0px solid transparent !important;
}

.accordion-item {
    border-top: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 0px solid transparent !important;
}

.headline-banner {
    position: absolute;
    bottom: 15%;
    left: 0;
}

.headline {
    margin-bottom: 1.7rem;
    font-size: 4rem;
    font-weight: 700;
    max-width: 740px;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 black;
}

.overflow-hidden {
    overflow: hidden;
}

.hi-block {
    height: 30rem;
    overflow: hidden;
}

.descriptional-same-position-text {
    width: calc(100% - var(--bs-gutter-x));
    position: absolute;
    top: 50%;
    left: calc(var(--bs-gutter-x)* .5);
    padding: .45rem;
    background: rgba(0, 0, 0, .7);
    color: white;
    height: 50%;
}

/*@media all and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav {
        margin-top: 40px;
    }

    .scotia-logo {
        display: none;
    }

    .scotia-text {
        display: block;
    }
}

@media all and (min-width: 1024px) {
    #navigation.scroll .main-logo {
        width: 290px;
    }

    #navigation.scroll .navbar-brand {
        height: 110px;
        min-width: 350px;
    }
}

@media all and (min-width: 1400px) {
    .main-logo {
        width: 340px;
    }

    .navbar-brand {
        height: 140px;
        min-width: 420px;
    }
}*/

@media all and (min-width: 1200px) {
    .px-xml-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media all and (min-width: 1260px) {
    .px-xml-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

@media all and (max-width: 1390px) {
    .main-menu li a::before {
        transform: rotate(-26deg);
    }

    .main-menu li a::after {
        transform: rotate(26deg);
    }
}

@media all and (max-width: 1200px) {
    .main-menu li a::before {
        transform: rotate(-24deg);
    }

    .main-menu li a::after {
        transform: rotate(24deg);
    }
}

@media all and (min-width: 1600px) {
    .westman-steel-wrapper {
        display: block;
    }
}

@media all and (min-width: 1024px) {
    .h2-super-size,
    h2.super-size {
        font-size: 4rem !important;
    }

    .h3-super-size,
    h3.super-size {
        font-size: 2rem !important;
    }

    .super-size.bi {
        font-size: 4rem;
    }

    .w-lg-50 {
        width: 50%;
    }
}

@media all and (max-width: 1024px) {
    .legacy-headline {
        position: relative;
        bottom: unset;
        left: unset;
        padding-left: 40px;
        display: block;
        margin-top: 1rem;
    }

    .double-headline {
        min-height: 2rem;
        font-size: .9rem;
    }

    .product-section {
        min-height: unset;
        height: 60vh;
    }

    .map-section,
    .video-section {
        min-height: unset;
        height: 55vh;
    }

        .video-section .legacy-headline {
            position: absolute;
            bottom: 15%;
            left: 15px;
            padding-left: 40px;
            display: block;
            margin-top: 1rem;
        }

    body {
        overflow-x: hidden;
    }
}

@media all and (max-width: 992px) {
    .scotia-logo {
        display: none;
    }

    .product-section {
        min-height: unset;
        height: 110vh;
    }

    .start-90 {
        display: none;
    }

    .main-banner {
        height: 50vh;
        min-height: 420px;
    }

    .navbar-brand {
        position: unset;
        height: auto;
        padding: 0;
        min-width: 190px;
    }

    .main-logo {
        width: 190px;
    }

    .mobile-menu {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 14.5rem;
    }

        .mobile-menu a:nth-child(odd) {
            display: block;
            float: left;
            width: calc(50% - 10px);
            height: 65px;
            background: var(--primary);
            text-align: center;
            text-decoration: none;
            color: white;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            padding-top: 1.2rem;
            border: 2px solid white;
            font-weight: 600;
        }

        .mobile-menu a:nth-child(even) {
            display: block;
            float: right;
            width: calc(50% - 10px);
            height: 65px;
            background: var(--primary);
            text-align: center;
            text-decoration: none;
            color: white;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            padding-top: 1.2rem;
            border: 2px solid white;
            font-weight: 600;
        }

    .navigation-block {
        min-height: 460px;
    }

        .navigation-block + .bg-primary {
            margin-bottom: 1rem;
        }

    .headline-banner {
        position: relative;
        top: 30%;
        left: unset;
    }

    .headline {
        margin-bottom: 1.7rem;
        font-size: 4rem;
        font-weight: 700;
        text-transform: uppercase;
        max-width: 540px;
    }
}

@media all and (max-width: 860px) and (min-width: 541px) {
    .mobile-menu {
        padding-top: 100px;
    }

    .headline-banner {
        position: relative;
        top: 100px;
        left: unset;
    }
}

@media all and (max-width: 540px) {
    .headline-banner {
        position: relative;
        top: 100px;
        left: unset;
    }

    .headline {
        font-size: 2.4rem;
        max-width: 100%;
        text-align: center;
        text-shadow: 1px 1px 0 black;
    }

    .mobile-menu {
        padding-top: 100px;
    }
}


/**/
.video-background {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

    .video-background video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        z-index: -1;
    }

.content {
    position: relative;
    z-index: 2;
}

.correction-layer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(correction-layer.png);*/
    background: rgba(0, 0, 0, .3);
}

    .correction-layer.half-opacity {
        opacity: .5;
    }

.video-player-controls {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    border: none;
    background-color: transparent;
    background: none;
    color: white;
    display: niline-block;
    padding: 5px;
}


    .video-player-controls .action-content:not(.active),
    .video-player-controls .bi:not(.active) {
        display: none;
    }

    .video-player-controls .bi {
        position: relative;
        width: 20px;
        height: 20px;
        top: -.5px;
    }

.descriptional-text {
    width: calc(100% - var(--bs-gutter-x));
    position: absolute;
    bottom: 15px;
    left: calc(var(--bs-gutter-x) * .5);
    padding: .45rem;
    background: rgba(0, 0, 0, .7);
    color: white;
}

    .descriptional-text .profile-color,
    .descriptional-text .profile-name {
        display: block;
        text-transform: uppercase;
    }

.three-wrapper i,
.headline-names {
    z-index: 2;
}

.color-filter {
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.three-wrapper:hover .color-filter {
    background: rgba( 0, 0, 0, 0);
}

.three-wrapper:hover .headline-names {
    background: white;
    color: black !Important;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
}

.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-foreground {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

    .video-foreground iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 56.25vw;
        min-height: 100%;
        min-width: 177.78vh;
        transform: translate(-50%, -50%);
    }

.video-content {
    z-index: 9;
}

/* Chrome / Safari */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: var(--secondary-dark);
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--primary-dark);
    }

/* Firefox */
scrollbar {
    width: 12px;
    height: 12px;
}

scrollbar-track {
    background: var(--secondary-dark);
    border-radius: 0;
}

scrollbar-thumb {
    background: var(--primary);
    border-radius: 0;
}

    scrollbar-thumb:hover {
        background: var(--primary-dark);
    }

.desriptional-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: .75rem;
    position: relative;
    top: 3px;
}

.secondary-icon svg {
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-right: 1rem;
    margin-bottom: 3rem;
    fill: var(--primary);
}

.product {
    background: rgba(255, 255, 255, .7);
    border-left: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-top: 1px solid #666666;
    border-bottom: 1px solid var(--secondary);
    position: relative;
    z-index: 1;
}

.product-category {
    display: inline-block;
    padding: 5px 30px;
    color: white;
    margin-top: 1.5rem;
    background: black;
    position: relative;
}

.product-name {
    padding: 5px 15px;
    display: block;
    color: var(--secondary-dark);
    margin-top: 1rem;
}

.product-image-wrapper {
    background: rgba(255, 255, 255, .7);
    padding: 1.5rem 1rem;
    min-height: 16.5rem;
}

.product-image {
    width: 100%;
    margin-bottom: 1.5rem;
}

.product-raiting {
    color: var(--primary);
    display: block;
    width: 100%;
    padding: 0 1rem;
}

.product-action {
    padding: 5px 15px;
    display: flex;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}

.product-information {
    padding: 5px 15px;
    display: block;
    margin: 0;
}

.product-colors {
    padding: 5px 15px;
    display: block;
    margin: 0;
}

.product-values {
    float: right;
    display: inline-block;
}

.product-action .btn-primary {
    background: #FFFFFF;
    border-color: var(--secondary);
    text-align: center;
    transform: var(--smooth);
    color: var(--secondary-dark);
    flex: 50%;
}

    .product-action .btn-primary:active,
    .product-action .btn-primary:focus,
    .product-action .btn-primary:hover {
        background: var(--secondary);
        color: white;
        border-color: var(--secondary);
        transform: var(--smooth);
    }

.product-action .btn-secondary {
    background: var(--secondary-dark);
    border-color: var(--secondary-dark);
    text-align: center;
    transform: var(--smooth);
    color: white;
    flex: 50%;
}

    .product-action .btn-secondary:active,
    .product-action .btn-secondary:focus,
    .product-action .btn-secondary:hover {
        background: var(--secondary);
        color: white;
        border-color: var(--secondary);
        transform: var(--smooth);
    }

.product-colors .colors {
    width: 30px;
    height: 30px;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    display: inline-block;
    margin-right: .25rem;
    overflow: hidden;
    position: relative;
}

    .product-colors .colors::after {
        content: "";
        display: block;
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
    }

    .product-colors .colors:hover::after {
        content: "";
        display: block;
        background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(0,0,0,0) 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
    }

.colors.black {
    background-color: #000;
}

.colors.grey {
    background-color: #ccc;
}

.colors.blue {
    background-color: #4e88c7;
}

.colors.red {
    background-color: #c92130;
}

.number-icon {
    width: 100%;
    margin-top: 1rem;
}

    .number-icon svg {
        width: 70px;
        height: 70px;
        opacity: .5;
    }

.number {
    font-size: 5.5rem;
    opacity: .7;
    font-weight: 700;
    text-shadow: 1px 1px 0 black;
}

.number-information {
    font-size: 1.3rem;
    color: white;
    width: 33.333%;
    margin-left: auto;
    margin-right: auto;
}

.btn-close-white {
    background: transparent url(close.svg) center/1em auto no-repeat !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    filter: invert(1) !important;
    opacity: 1 !important;
}

@media all and (max-width:992px) {
    .number-section:nth-child(2) {
        background-color: rgba(0, 0, 0, 1);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.over-headline {
    margin: 0;
    font-weight: 700;
    opacity: .8;
}

.main-description {
    font-size: 1.4rem;
}
/*
.play-button-holder {
	position: absolute;
	z-index: 999;
	color: white;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
*/
.play-button-holder {
    position: absolute;
    z-index: 999;
    color: white;
    width: 100%;
    left: 0;
    top: 80%;
    transform: translateY(-50%);
    text-align: right;
}

    .play-button-holder svg {
        width: 80px;
        height: 80px;
        margin: auto;
    }


@media all and (max-width: 996px) {
    .play-button-holder {
        position: absolute;
        z-index: 999;
        color: white;
        width: 100%;
        left: 0;
        top: 80%;
        transform: translateY(-50%);
        text-align: right;
    }

        .play-button-holder svg {
            width: 40px;
            height: 40px;
            margin: auto;
        }
}

.search-bg {
    background: url('scotia-metal-products-gallery-image-05.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    min-height: 60%;
    overflow: hidden;
}

.search-bar {
    border-radius: 25px;
    border: 2px solid white;
    background: none;
}

    .search-bar input,
    .search-bar input:active,
    .search-bar input:focus {
        border-radius: 25px;
        border: 2px solid white;
        background: none;
        border: none;
        color: white;
    }

#wp-block-search__input-1 {
    color: white;
    background-image: url('search.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 36px;
}

.scotia-search input[type="search"] {
    font-size: 18px;
    padding: 12px 16px;
    border-radius: 25px;
    border: 2px solid white;
    background: none;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

    .scotia-search input[type="search"]::placeholder,
    .scotia-search textarea::placeholder {
        color: #FFF; /* Replace with your desired color */
        opacity: 1; /* Ensures full visibility */
    }

.search-wrapper {
    position: relative;
    top: -10%;
}
/*.search-field {
    background-image: url('search.svg'); 
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 36px;
    color: #FFF;
}*/


.search-control-container {
    position: relative;
}

.search-wrapper input {
    padding-left: 36px;
}


.search-control-container::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 2;
    top: 50%;
    left: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.search-control-container::after {
    content: "";
    width: 2px;
    height: 8px;
    display: block;
    z-index: 2;
    top: calc(50% + 5px);
    left: 35px;
    position: absolute;
    transform: rotate(-52deg);
    background: white;
}

.search-control {
    width: 100%;
    padding: 15px 15px 15px 55px;
    font-size: 16px;
    color: white;
    border-radius: 2rem;
    border: 1px solid white;
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,.5) 54%,rgba(255,255,255,0.05) 100%);
    outline: white;
}

input.search-control::placeholder {
    color: #FFFFFF;
    opacity: 1;
}

input.search-control:-ms-input-placeholder {
    color: #FFFFFF;
}

input.search-control::-ms-input-placeholder {
    color: #FFFFFF;
}

.top-header-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    max-width: 33vw;
    height: 100%;
    padding: 0 1rem;
}

.blur-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

.main-headline {
    position: absolute;
    top: 50%;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4rem;
    z-index: 2;
    transform: translateY(-50%) translateX(25%);
    width: 75%;
    font-family: serif;
    font-weight: 700;
}

.action-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 3rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
}

#cookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 1000;
    width: 100%;
}

#backToTop {
    position: fixed;
    bottom: 0;
    right: 15px;
    background: black;
    color: white;
    z-index: 999;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.file-thumbnail {
    height: 5rem;
    width: auto;
    margin-bottom: 3rem;
}

.img-thumbnails {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none
}

.address {
    position: absolute;
    bottom: 15%;
    transition: color var(--transition);
    display: block;
    text-align: center;
}

.navigation-block:hover .address {
    color: black;
}

.img-container {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}

@media all and (min-width: 992px) {
    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: calc(100% / 7);
    }
}

@media all and (max-width: 996px) {
    .top-header-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: unset;
        height: 100%;
        padding: 0 1rem;
    }

    .blur-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(10px);
        z-index: 1;
        background: rgba(0, 0, 0, .5);
    }

    .main-headline {
        position: absolute;
        top: 60%;
        color: white;
        font-size: 4.5rem;
        z-index: 2;
        transform: translateY(-50%);
        width: calc(100% - 2rem);
        font-family: serif;
        font-weight: 700;
        text-align: center;
    }
}

@media all and (max-width: 2100px) and (min-width: 1501px) {
    .main-headline {
        font-size: 5rem;
        transform: translateY(-50%) translateX(5%);
        width: 90%;
    }
}

@media all and (max-width: 1500px) and (min-width: 1201px) {
    .main-headline {
        font-size: 4rem;
        transform: translateY(-50%) translateX(5%);
        width: 90%;
    }
}

@media all and (max-width: 1200px) and (min-width: 1025px) {
    .main-headline {
        font-size: 3.5rem;
        transform: translateY(-50%) translateX(2.5%);
        width: 100%;
    }
}

@media all and (max-width: 1024px) and (min-width: 997px) {
    .main-headline {
        font-size: 3.25rem;
        transform: translateY(-50%) translateX(2.5%);
        width: 100%;
    }
}

@media all and (max-width: 996px) {
    .items-section {
        padding-bottom: 1rem !important;
    }

    .main-headline {
        font-size: 3.25rem;
        transform: translateY(-50%) translateX(0);
    }

    .blur-background {
        backdrop-filter: blur(0);
    }

    .mobile-menu {
        padding-top: 100px;
        position: relative;
        z-index: 9;
    }
}

.full-size {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fill-convayor {
    position: relative;
    width: 100%;
    height: 20rem;
    margin-bottom: 15px
}

.full-width-img-wrapping {
    position: relative;
    width: 100%;
    height: 40rem;
    margin-bottom: 15px
}

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prominent-detail {
    width: 240px;
    height: 240px;
    position: absolute;
    border: 10px solid white;
    border-radius: 50%;
    top: calc(100% - 200px);
    right: 3rem;
    overflow: hidden;
    padding: 3rem 8px 8px 8px;
    background: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.color {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: .45rem;
    position: relative;
    margin-top: -10px;
    z-index: 1;
}

.color-name {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    padding: .45rem;
    background: black;
    color: white;
    transform: translateX(-50%);
    display: none;
    transition: display var(--transition);
    font-size: 14px;
}

    .color-name::before {
        width: 14px;
        height: 14px;
        display: block;
        content: "";
        position: absolute;
        background: black;
        bottom: -7px;
        left: calc(50% - 7px);
        transform: rotate(45deg);
    }

.color:hover .color-name {
    display: block;
}

.color:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.30) 75%,rgba(0,0,0,1) 100%);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .45) inset;
    z-index: 2;
}

.color-names {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.color-codes {
    display: block;
    width: 100%;
}

    .color-codes .color-code:nth-child(1) {
        float: left;
        width: 50%;
        text-align: center;
    }

    .color-codes .color-code:nth-child(2) {
        float: right;
        width: 50%;
        text-align: center;
    }

    .color-codes .color-code .fw-bold {
        display: inline-block;
        margin-right: .45rem;
    }

.color-scheme {
    display: block;
    height: 15rem;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.3);
}

    .color-scheme::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        pointer-events: none;
        background-blend-mode: overlay;
    }

    .color-scheme:hover {
        box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.5), inset 0 0 30px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(1.02);
    }

        .color-scheme:hover::before {
            opacity: .5;
            background-blend-mode: overlay;
        }

    .color-scheme.metal::before {
        background: url('https://www.transparenttextures.com/patterns/light-aluminum.png');
        background-blend-mode: overlay;
    }

    .color-scheme.custom::before {
        background: url('https://www.transparenttextures.com/patterns/cardboard.png');
        background-blend-mode: overlay;
    }
/*
.color-scheme.custom.Corten::before {
    background: url('https://www.transparenttextures.com/patterns/redox-01.png'); 
	background-blend-mode: overlay;
}

.color-scheme.custom.Frontier-Cedar::before,
.color-scheme.custom.Frontier-Espresso::before {
    background: url('https://www.transparenttextures.com/patterns/purty-wood.png'); 
	background-blend-mode: overlay;
}
*/
.color-schemes.Grey {
    background: #dddddd
}

.color-schemes.Antique-Linen {
    background: #dccaa7
}

.color-schemes.Black {
    background: #000000
}

.color-schemes.Bone-White {
    background: #bcbcbc
}

.color-schemes.Bright-Red {
    background: #aa132f
}

.color-schemes.Buckskin {
    background: #847872
}

.color-schemes.Burgundy {
    background: #411f22
}

.color-schemes.Cambridge-White {
    background: #f7f5f6
}

.color-schemes.Charcoal {
    background: #55565b
}

.color-schemes.Coffee {
    background: #49372a
}

.color-schemes.Dark-Brown {
    background: #392d2f
}

.color-schemes.Dark-Red {
    background: #7f3136
}

.color-schemes.Deep-Water-Green {
    background: #0d6560
}

.color-schemes.Gold {
    background: #d6bc92
}

.color-schemes.Heron-Blue {
    background: #4f748a
}

.color-schemes.Hickory-Moss {
    background: #9f948e
}

.color-schemes.Iron-Ore {
    background: #3b3f40
}

.color-schemes.Ivory {
    background: #e0d0aa
}

.color-schemes.Light-Stone {
    background: #d8d2c7
}

.color-schemes.Medium-Green {
    background: #2e7052
}

.color-schemes.Melchers-Green {
    background: #2b4534
}

.color-schemes.Metro-Brown {
    background: #5f4f4f
}

.color-schemes.Pacific-Turquoise {
    background: #5f8074
}

.color-schemes.Regent-Grey {
    background: #a3aaad
}

.color-schemes.Royal-Blue {
    background: #0c548c
}

.color-schemes.Sapphire-Blue {
    background: #69a4b8
}

.color-schemes.Slate-Blue {
    background: #5d7e95
}

.color-schemes.Stone-Grey {
    background: #aca19c
}

.color-schemes.Tan {
    background: #a59384
}

.color-schemes.Tile-Red {
    background: #90333a
}

.color-schemes.Whistler-Green {
    background: #22372d
}

.color-schemes.White-White {
    background: #dad9d7
}

.color-schemes.Graphite-Grey {
    background: url(../images/graphite-grey.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.color-schemes.Ebony {
    background: #2e2a26
}

.color-schemes.Copper-Penny {
    background: #c66127
}

.color-schemes.Corten {
    background: #724c32
}

.color-schemes.Dark-Zinc {
    background: #6a6359
}

.color-schemes.Rustic-Red {
    background: #593e32
}

.color-schemes.Silver-Mist {
    background: #d0cac5
}

.color-schemes.International-Orange {
    background: #ee5930
}

.color-schemes.Frontier-Cedar {
    background: #98431f
}

.color-schemes.Frontier-Espresso {
    background: #59331d
}


.color-schemes.Regal-White {
    background: #e5e9ec
}

.color-schemes.Old-Zinc-Grey {
    background: #7e7f7a
}

.color-schemes.Ash-Grey {
    background: #b1b0a5
}

.color-schemes.Weathered-Copper {
    background: #6b5b4b
}

.color-schemes.Sierra-Tan {
    background: #ad9f85
}

.color-schemes.Charcoal {
    background: url(../images/charcoal.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.color-schemes.Parchment {
    background: #d0d1c9
}

.color-schemes.Champagne-Metallic {
    background: #a3957c
}

.color-schemes.Mocha {
    background: #726555
}

.color-schemes.Bronze {
    background: #585246
}

.color-schemes.Dark-Bronze {
    background: #474036
}

.color-schemes.Copper-Penny {
    background: #c58851
}

.color-schemes.Terra-Cotta {
    background: #925a49
}

.color-schemes.Colonial-Red {
    background: #74483f
}

.color-schemes.Retro-Red {
    background: #963e3a
}

.color-schemes.Hemlock-Green {
    background: #5f7664
}

.color-schemes.Forest-Green {
    background: #36483c
}

.color-schemes.Hatford-Green {
    background: #3e4e43
}

.color-schemes.Silver-Metallic {
    background: #bdbdb5
}

.color-schemes.Twilight-Blue {
    background: #5a6171
}

.color-schemes.Regal-Blue {
    background: #3c4b60
}

.color-schemes.Weathered-Zinc {
    background: #89867f
}

.color-schemes.Old-Town-Zinc {
    background: #828e8c
}

.color-schemes.Slate-Grey {
    background: #5a5c5b
}

.color-schemes.Burnished-slate {
    background: url(../images/burnished-slate.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.color-schemes.Deep-Grey {
    background: url(../images/deep-grey.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.color-schemes.Esspresso {
    background: url(../images/espresso.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.color-schemes.Sepia-Brown {
    background: url(../images/sepia-brown.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}




.wpml-ls-display {
    display: inline-block;
    padding: 0 .3rem
}

.wpml-ls-current-language a span {
    border: 1px solid var(--bs-nav-link-color);
}

.grid {
    margin: 1rem 0;
    width: 50%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 0.45rem;
}

.grid-col {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding: 0;
    font-size: 1rem;
    cursor: pointer;
    background-color: transparent;
    background: none;
    position: relative;
    overflow: hidden;
}

.color-button {
    width: 100%;
    height: 5rem;
    display: block;
    position: relative;
}

.grid-color-names {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .75);
    color: black;
    height: 100%;
    padding: .45rem;
    transition: top var(--transition);
}

.grid-col:focus .grid-color-names,
.grid-col:active .grid-color-names,
.grid-col:hover .grid-color-names {
    top: 0;
    transition: top var(--transition);
}

@media all and (max-width: 1340px) {
    .grid {
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }
}

.svg-switcher {
    background: none;
    border: 1px solid var(--secondary-dark);
    color: var(--secondary-dark);
    margin-right: -.33rem;
    padding: .45rem 2rem;
}

    .svg-switcher.active {
        border: 1px solid var(--secondary-dark);
        background: var(--secondary-dark);
        color: white;
    }

.svg-wrapper {
    position: relative;
}

    .svg-wrapper svg {
        position: absolute;
        top: 0;
        left: 0;
    }

.color-button.metal::before {
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/light-aluminum.png');
    background-blend-mode: multiply;
    filter: brightness(0.5);
    opacity: .75;
}

.color-button.custom::before {
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/cardboard.png');
    background-blend-mode: multiply;
    filter: brightness(0.5);
    opacity: .75;
}

.color-button.custom.Frontier-Cedar::before,
.color-button.custom.Frontier-Espresso::before {
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/purty-wood.png');
    background-blend-mode: multiply;
    filter: brightness(0.5);
    opacity: .75;
}

svg g.active * {
    fill: rgba(255, 255, 255, .5);
    background-blend-mode: overlay;
}


svg g.Antique-Linen * {
    fill: #dccaa7;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Black * {
    fill: #000000;
    background-blend-mode: overlay;
    opacity: .85
}

svg g.Bone-White * {
    fill: #bcbcbc;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Bright-Red * {
    fill: #aa132f;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Buckskin * {
    fill: #847872;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Burgundy * {
    fill: #411f22;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Cambridge-White * {
    fill: #f7f5f6;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Charcoal * {
    fill: #55565b;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Coffee * {
    fill: #49372a;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Dark-Brown * {
    fill: #392d2f;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Dark-Red * {
    fill: #7f3136;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Deep-Water-Green * {
    fill: #0d6560;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Gold * {
    fill: #d6bc92;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Heron-Blue * {
    fill: #4f748a;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Hickory-Moss * {
    fill: #9f948e;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Iron-Ore * {
    fill: #3b3f40;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Ivory * {
    fill: #e0d0aa;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Light-Stone * {
    fill: #d8d2c7;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Medium-Green * {
    fill: #2e7052;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Melchers-Green * {
    fill: #2b4534;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Metro-Brown * {
    fill: #5f4f4f;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Pacific-Turquoise * {
    fill: #5f8074;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Regent-Grey * {
    fill: #a3aaad;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Royal-Blue * {
    fill: #0c548c;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Sapphire-Blue * {
    fill: #69a4b8;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Slate-Blue * {
    fill: #5d7e95;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Stone-Grey * {
    fill: #aca19c;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Tan * {
    fill: #a59384;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Tile-Red * {
    fill: #90333a;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Whistler-Green * {
    fill: #22372d;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.White-White * {
    fill: #dad9d7;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Graphite-Grey * {
    fill: #4e4943;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Ebony * {
    fill: #2e2a26;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Copper-Penny * {
    fill: #c66127;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Corten * {
    fill: #724c32;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Dark-Zinc * {
    fill: #6a6359;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Rustic-Red * {
    fill: #593e32;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Silver-Mist * {
    fill: #d0cac5;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.International-Orange * {
    fill: #ee5930;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Frontier-Cedar * {
    fill: #98431f;
    background-blend-mode: overlay;
    opacity: .75
}

svg g.Frontier-Espresso * {
    fill: #59331d;
    background-blend-mode: overlay;
    opacity: .75
}

blockquote {
    font-weight: 700;
    font-style: italic;
}

.colorSample {
    padding: 5rem 0;
    width: 100%;
    margin-bottom: 3rem;
    border: 1px solid rgba(200, 200, 200, 1);
}

.color-8306 {
    background: #717073;
}

.color-8307 {
    background: #104432;
}

.color-8262 {
    background: #000;
}

.color-8305 {
    background: #bfb6ad;
}

.color-8228 {
    background: #685040;
}

.color-8093 {
    background: #002215;
}

.color-8326 {
    background: #4b3900;
}

.color-8250 {
    background: #893001;
}

.color-8330 {
    background: #3b6e8f;
}

.color-8229 {
    background: #382e2b;
}

.color-8269 {
    background: #b45340;
}

.color-9202 {
    background: #9a8b7d;
}

.color-8029 {
    background: #c05a29;
}

.gallery-grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

    .gallery-grid-wrapper * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .gallery-grid-wrapper > div {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1rem;
        overflow: hidden;
        border: 1px solid #ddd;
        box-shadow: 3px 0 3px rgba(0, 0, 0, .25);
    }

    .gallery-grid-wrapper .tall {
        grid-row: span 2;
    }

    .gallery-grid-wrapper .big {
        grid-column: span 2;
        grid-row: span 2;
    }

    .gallery-grid-wrapper .wide {
        grid-column: span 2;
    }

    .gallery-grid-wrapper .taller {
        grid-row: span 3;
    }

.gallery-information {
    background: black;
    color: white;
    width: 100%;
    top: 100%;
    left: 0;
    height: 100%;
    padding: .45rem;
    transition: top var(--transition);
}

.gallery-hover-link:hover .gallery-information {
    top: 0;
    transition: top var(--transition);
}

@media all and (min-width: 1024px) {
    .multi-headline {
        min-height: 7rem;
    }
}

.guide {
    color: black;
    text-decoration: none;
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    position: relative;
}

    .guide:not(:last-child) {
        border-bottom: 1px solid var(--secondary);
    }

.guide-preview {
    display: block;
    width: 140px;
    float: left;
}

.guide-description {
    display: block;
    width: calc(100% - 280px);
    float: left;
    padding-left: 2rem;
}

.guide-download {
    width: 140px;
    right: 0;
    display: block;
    background: var(--secondary-light);
    position: absolute;
    height: calc(100% - 1rem);
}

    .guide-download span {
        display: block;
        transform: translateY(-50%);
        top: 50%;
        width: 100%;
        text-align: center;
        position: absolute;
    }

main p a:not(.btn) {
    color: var(--secondary-dark);
}

@media all and (max-width: 996px) {
    .guide-download {
        display: none;
    }

    .guide:not(:last-child),
    .guide {
        padding: .45rem .45rem 0 .45rem;
        border-bottom: none;
    }

    .guide-preview {
        width: 100%;
        margin-bottom: 1.5rem;
        float: none;
    }

    .guide-description {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .guide:nth-child(even)::before {
        width: 100%;
        height: 100%;
        display: block;
        background: var(--secondary-light);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

@media all and (min-width: 996px) {
    .row-cols-lg-12 > * {
        flex: 0 0 auto;
        width: calc(100% / 12);
    }
}

.downloads-list,
.filters-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

    .downloads-list li a,
    .filters-list li a {
        display: block;
        padding: .45rem 0;
        color: var(--secondary-dark);
    }

        .downloads-list li a.active,
        .filters-list li a.active {
            color: var(--secondary-dark) !important;
            text-decoration: underline !important;
        }

.filtering-downloads a.active .bi-folder2 {
    display: none;
}

.filtering-downloads a:not(.active) .bi-folder2-open {
    display: none;
}

.nav-overline {
    background: #d9d9d9;
    border-radius: 3rem;
    padding: 0 1rem;
}

    .nav-overline li a {
        text-transform: uppercase;
        font-weight: 500;
        padding: .75rem 0;
        display: block;
        font-size: 110%;
        text-align: center;
    }

    .nav-overline li {
        width: 20%;
        padding: .45rem 0
    }

        .nav-overline li a.active {
            background: black !Important;
            border-radius: 4rem;
            color: white !Important;
            position: relative;
        }

            .nav-overline li a.active:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: block;
                border-radius: 4rem;
                opacity: .3;
            }

        .nav-overline li:first-child a.active:before {
            background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }

        .nav-overline li:last-child a.active:before,
        .nav-overline li:last-child a.active:before {
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%);
        }

        .nav-overline li:last-child a.active:before {
            background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }


.modal.fade.show {
    backdrop-filter: blur(10px);
}

@media all and (min-width: 996px) {
    body.page-template-template-edco .same-height-block {
        min-height: 8.5rem;
    }

    body.page-template-template-edco[language="fr"] .same-height-block {
        min-height: 11rem;
    }

    body.page-template-template-edco[language="fr"] h3.bg-dark {
        min-height: 5rem;
    }
}

.gallery-grid div {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.img-fill-gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.gallery-grid {
    width: 100%;
    height: 80rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
}

.gallery-item-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item-2 {
    grid-column: span 1;
    grid-row: span 2;
}

.gallery-item-3 {
    grid-column: span 1;
    grid-row: span 4;
}

.gallery-item-4 {
    grid-column: span 3;
    grid-row: span 2;
}

.gallery-item-5 {
    grid-column: span 1;
    grid-row: span 2;
}

.gallery-item-6 {
    grid-column: span 3;
    grid-row: span 2;
}

@media (max-width: 996px) {
    .gallery-grid {
        display: block;
    }

    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5,
    .gallery-item-6 {
        width: 100%;
        height: 10rem;
    }
}

.imp-logotype {
    width: 30px;
    display: inline-block;
    margin-right: 1rem;
}

    .imp-logotype svg * {
        fill: var(--sedondary-dark) !important;
    }

.f-a-q-accorion .accordion-body p {
    position: relative;
    padding-left: 1rem;
    display: block;
}

    .f-a-q-accorion .accordion-body p strong {
        margin-left: -1rem;
        display: block;
    }

    .f-a-q-accorion .accordion-body p:not(:nth-child(1)) strong {
        margin-top: 1rem;
        padding-top: 1rem;
    }

.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 1em;
}

.gallery-grid-item {
    border: 1px solid #ddd;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
    border-radius: .45rem;
}

.project-img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
}

.residential-item-01 {
    grid-column: span 1;
    grid-row: span 2;
}

.residential-item-02 {
    grid-column: span 1;
    grid-row: span 1;
}

.residential-item-03 {
    grid-column: span 1;
    grid-row: span 1;
}

.residential-item-04 {
    grid-column: span 2;
    grid-row: span 1;
}

.residential-item-05 {
    grid-column: span 2;
    grid-row: span 2;
}

.residential-item-06 {
    grid-column: span 1;
    grid-row: span 1;
}

.residential-item-07 {
    grid-column: span 1;
    grid-row: span 1;
}

.residential-item-08 {
    grid-column: span 1;
    grid-row: span 2;
}

.residential-item-09 {
    grid-column: span 1;
    grid-row: span 1;
}

.residential-item-010 {
    grid-column: span 1;
    grid-row: span 1;
}

.residential-item-011 {
    grid-column: span 2;
    grid-row: span 2;
}

.residential-item-012 {
    grid-column: span 1;
    grid-row: span 1;
}

.residential-item-013 {
    grid-column: span 2;
    grid-row: span 1;
}

.residential-item-014 {
    grid-column: span 1;
    grid-row: span 1;
}

/**/
.agricultural-item-01 {
    grid-column: span 1;
    grid-row: span 2;
}

.agricultural-item-02 {
    grid-column: span 1;
    grid-row: span 1;
}

.agricultural-item-03 {
    grid-column: span 1;
    grid-row: span 1;
}

.agricultural-item-04 {
    grid-column: span 2;
    grid-row: span 1;
}

.agricultural-item-05 {
    grid-column: span 2;
    grid-row: span 2;
}

.agricultural-item-06 {
    grid-column: span 1;
    grid-row: span 1;
}

.agricultural-item-07 {
    grid-column: span 1;
    grid-row: span 1;
}

.agricultural-item-08 {
    grid-column: span 1;
    grid-row: span 2;
}

.agricultural-item-09 {
    grid-column: span 1;
    grid-row: span 1;
}

.agricultural-item-010 {
    grid-column: span 1;
    grid-row: span 1;
}

.agricultural-item-011 {
    grid-column: span 2;
    grid-row: span 2;
}

.agricultural-item-012 {
    grid-column: span 1;
    grid-row: span 1;
}

.agricultural-item-013 {
    grid-column: span 2;
    grid-row: span 1;
}

.agricultural-item-014 {
    grid-column: span 1;
    grid-row: span 1;
}
/**/

/**/
.commercial-item-01 {
    grid-column: span 1;
    grid-row: span 2;
}

.commercial-item-02 {
    grid-column: span 1;
    grid-row: span 1;
}

.commercial-item-03 {
    grid-column: span 1;
    grid-row: span 1;
}

.commercial-item-04 {
    grid-column: span 2;
    grid-row: span 1;
}

.commercial-item-05 {
    grid-column: span 2;
    grid-row: span 2;
}

.commercial-item-06 {
    grid-column: span 1;
    grid-row: span 1;
}

.commercial-item-07 {
    grid-column: span 1;
    grid-row: span 1;
}

.commercial-item-08 {
    grid-column: span 1;
    grid-row: span 2;
}

.commercial-item-09 {
    grid-column: span 1;
    grid-row: span 1;
}

.commercial-item-010 {
    grid-column: span 1;
    grid-row: span 1;
}

.commercial-item-011 {
    grid-column: span 2;
    grid-row: span 2;
}

.commercial-item-012 {
    grid-column: span 1;
    grid-row: span 1;
}

.commercial-item-013 {
    grid-column: span 3;
    grid-row: span 2;
}

/**/

.popup-full-size-cut {
    max-height: 40rem;
    overflow: hidden;
}

@media all and (max-width: 996px) {
    .nav-overline {
        border-radius: 0;
        padding: 0;
    }

        .nav-overline li a.active:before,
        .nav-overline li a.active,
        .nav-overline li {
            width: 100%;
            border-radius: 0 !important;
        }

    .gallery-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 1fr);
        gap: 1em;
    }

    .gallery-grid-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        min-height: 10rem;
    }
}

.crop-size {
    height: 20rem;
    overflow: hidden;
}

.horizontal-switcher {
    position: relative;
}

    .horizontal-switcher.active {
        background: var(--secondary-dark);
        color: white !important;
    }

        .horizontal-switcher.active::before {
            content: "";
            width: 4px;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background: var(--primary);
        }

.downloads-item {
    padding: 0 15px;
}

    .downloads-item:not(.d-none):nth-child(odd) {
        background: rgba(0, 0, 0, .05);
    }

    .downloads-item:not(.d-none):nth-child(even) {
        background: white;
    }

.profile-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border: 1px solid white;
}

    .profile-dot.chosen {
        background: var(--primary-dark);
        box-shadow: 0 0 3px rgba(0, 0, 0, .75);
    }

p.color-listing .color-holder .color {
    margin-top: 0;
    margin-right: .45rem;
    position: relative;
    top: .24rem;
    width: 1.3rem;
    height: 1.3rem;
}

p.color-listing.chosen span,
p.color-listing.chosen span a {
    color: var(--primary);
}

.tab-type {
    color: white;
    padding: 5px 30px;
    position: relative;
    left: -1rem;
    z-index: 11;
}

    .tab-type::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: var(--secondary);
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .tab-type span {
        position: relative;
        z-index: 13;
    }

.fixer-image {
    display: block;
    height: 6rem;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

    .fixer-image img {
        position: relative;
        top: -50%;
    }

@media all and (min-width: 997px) {
    .product-name {
        min-height: 8rem;
    }

    .product-image-wrapper {
        min-height: 18rem;
    }
}


.color-listing-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

    .color-listing-grid a {
        flex: 0 0 24%;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        text-decoration: none;
        color: #000;
    }

nav[aria-label="breadcrumb"] .bread-current {
    text-transform: lowercase;
    text-transform: capitalize !important;
}

.color-rectangle {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: .94rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .color-rectangle[data-id="Black"] {
        background: #323931;
    }

    .color-rectangle[data-id="Antique Linen"] {
        background: #ede1ca;
    }

    .color-rectangle[data-id="Bone White"] {
        background: #d0d0d2;
    }

    .color-rectangle[data-id="Bright Red"] {
        background: #d42329;
    }

    .color-rectangle[data-id="White White"] {
        background: #f3f3f4;
    }

    .color-rectangle[data-id="Bright White"] {
        background: #ffffff;
    }

    .color-rectangle[data-id="Cambridge White"] {
        background: #f7f5f6;
    }

    .color-rectangle[data-id="Charcoal"] {
        background: #747478;
    }

    .color-rectangle[data-id="Coffee"] {
        background: #453601;
    }

    .color-rectangle[data-id="Buckskin"] {
        background: #a09081;
    }

    .color-rectangle[data-id="Dark Brown"] {
        background: #392d2f;
    }

    .color-rectangle[data-id="Galvalume"] {
        background: #b7b7b7;
        background: url(galvalume.jpg);
        background-size: cover;
    }

    .color-rectangle[data-id="Galvanized"] {
        background: #b7b7b7;
    }

    .color-rectangle[data-id="Heron Blue"] {
        background: #4e748b;
    }

    .color-rectangle[data-id="Regent Grey"] {
        background: #a2aaad;
    }

    .color-rectangle[data-id="Slate Blue"] {
        background: #5b7d96;
    }

    .color-rectangle[data-id="Stone Grey"] {
        background: #aca19b;
    }

    .color-rectangle[data-id="Gold"] {
        background: #d7bc8f;
    }

    .color-rectangle[data-id="Iron Ore"] {
        background: #312a29;
    }

    .color-rectangle[data-id="Melcher’s Green"] {
        background: #2a4534;
    }

    .color-rectangle[data-id="Metro Brown"] {
        background: #654d3c;
    }

    .color-rectangle[data-id="Tan"] {
        background: #c0b09b;
    }

    .color-rectangle[data-id="Copper Penny"] {
        background: url(copper-penny.jpg);
        background-size: cover;
    }

    .color-rectangle[data-id="Dark Zinc"] {
        background: url(weathered-zinc.jpg);
        background-size: cover;
    }

    .color-rectangle[data-id="Silver Mist"] {
        background: url(silver-metallic.jpg);
        background-size: cover;
    }

    .color-rectangle[data-id="Pacific Turquoise"] {
        background: #609382;
    }

    .color-rectangle[data-id="Burgundy"] {
        background: #451400;
    }

    .color-rectangle[data-id="Dark Red"] {
        background: #8b2b0a;
    }

    .color-rectangle[data-id="Ebony"] {
        background: #202223;
    }

    .color-rectangle[data-id="International Orange"] {
        background: #ff581d;
    }

    .color-rectangle[data-id="Royal Blue"] {
        background: #006ab0;
    }

    .color-rectangle[data-id="Tile Red"] {
        background: #933438;
    }

    .color-rectangle[data-id="Hickory Moss"] {
        background: #9f948e;
    }

    .color-rectangle[data-id="Whistler Green"] {
        background: #21362d;
    }

    .color-rectangle[data-id="Frontier Espresso"] {
        background: url(espresso.jpg);
        background-size: cover;
    }

    .color-rectangle[data-id="Frontier Cedar"] {
        background: url(frontier.jpg);
        background-size: cover;
    }

    .color-rectangle[data-id="Sapphire Blue"] {
        background: #e0d1a8;
    }

    .color-rectangle[data-id="Ivory"] {
        background: #e0d1a8;
    }

    .color-rectangle[data-id="Light Stone"] {
        background: #d9d3c7;
    }

    .color-rectangle[data-id="Medium Green"] {
        background: #2b7051;
    }

    .color-rectangle[data-id="Corten"] {
        background: #5c4a46;
    }

    .color-rectangle[data-id="Deep Water Green"] {
        background: #026560;
    }

    .color-rectangle[data-id="Rustic Red"] {
        background: url(1426.jpg);
        background-size: cover;
    }

    .color-rectangle[data-id="Graphite Grey"] {
        background: #4c4f4f;
        background: url(graphiteGrey.jpg);
    }

    .color-rectangle[data-id="Oxide Red"] {
        background: #6f372f;
        background: url(oxideRed.jpg);
    }

    .color-rectangle[data-id="Jet Black"] {
        background: #141414;
    }

    .color-rectangle[data-id="Sepia Brown"] {
        background: #643B0F;
    }

    .color-rectangle:hover {
        z-index: 3;
    }

        .color-rectangle:hover::before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            top: calc(100% - 3px);
            left: calc(50% - 3px);
            position: absolute;
            background: black;
            transform: rotate(45deg);
        }

        .color-rectangle:hover::after {
            content: attr(data-id);
            position: absolute;
            background: black;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            white-space: nowrap;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

#nav-tab {
    position: relative;
}

    #nav-tab::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 1px;
        left: 0;
        background: rgba(0, 0, 0, .3);
        z-index: 1;
    }

.nav-underline .nav-link {
    border-bottom: 3px solid transparent !important;
}

    .nav-underline .nav-link.active,
    .nav-underline .show > .nav-link {
        border-bottom: 3px solid var(--primary) !important;
        position: relative;
        z-index: 2;
    }

.trim-item {
    flex-wrap: nowrap;
}

.trim-devider {
    width: 66.666%;
}

    .trim-devider + .trim-devider {
        width: 33.333%;
    }

[data-id="Grey"] {
    background: #7F7F7F;
}

[data-id="Ultra White"] {
    background: #ffffff;
}

@media all and (max-width: 996px) {
    .blog-main-image {
        max-height: 20rem !Important;
    }
}

@media all and (min-width: 996px) {
    .blog-headline-text {
        width: 66.666%;
    }

    .blog-intro-text {
        width: 66.666%;
    }
}

.pvc-color-changer.active .color-rectangle {
    border: 1px solid var(--primary) !important;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

#interactive-icon-wrapper {
    position: absolute;
    width: 50px;
    left: calc(50% - 25px);
    bottom: 1.84rem;
}

#error-message {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

footer .w-lg-50 {
    padding: 0;
}

h4, .h4 {
    font-size: 1.3rem
}

.cycle-buttons {
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    background: none;
    top: calc(50% - 20px);
    text-align: center;
    z-index: 10000;
    font-size: 34px;
}

    .cycle-buttons#next {
        right: 15px;
    }

    .cycle-buttons#prev {
        left: 15px;
    }

.top-85 {
    top: 85%;
}

.click-and-move {
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: -75px;
    font-size: 14px;
    text-align: center;
}

.tabs-images {
    margin-top: -1rem;
}

    .tabs-images + .tabs-images {
        margin-top: -2rem;
    }

.tabs-info {
    position: relative;
    font-size: 85%;
    top: -6rem;
    left: 0;
    width: 100%;
    text-align: center;
}

    .tabs-info + .tabs-info {
        top: -4rem;
    }

@media all and (max-height: 1240px) and (min-width: 960px) {
    body.page-template-template-color-visualizer-projects #main > section .container {
        padding-top: 10vh;
    }
}

@media all and (max-height: 939px) and (min-width: 960px) {
    body.page-template-template-color-visualizer-projects #main > section .container {
        padding-top: 15vh;
    }
}

.quotation-marks {
    display: block;
    position: relative;
    padding: 0 5.5rem;
}

    .quotation-marks::before {
        content: "\F6B0";
        font-family: "bootstrap-icons";
        position: absolute;
        top: -10%;
        left: 0;
        font-size: 85px;
    }

    .quotation-marks::after {
        content: "\F6B0";
        font-family: "bootstrap-icons";
        position: absolute;
        bottom: -10%;
        right: 0;
        font-size: 85px;
        transform: rotate(180deg);
    }

.color-visualization {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    border-radius: 50%;
    margin-right: .5rem;
    margin-left: 1rem;
    position: relative;
}

    .color-visualization::after {
        width: 26px;
        height: 26px;
        border: 1px solid rgba(0, 0, 0, .15);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .15);
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 50%;
        display: block;
        content: "";
    }

    .color-visualization::before {
        width: 30px;
        height: 30px;
        border: 1px solid rgba(0, 0, 0, .15);
        position: absolute;
        top: -2px;
        left: -2px;
        border-radius: 50%;
        display: block;
        content: "";
    }

    .color-visualization.Grey {
        background: #bebebe;
    }

    .color-visualization.Ultra.White {
        background: #ffffff;
    }

    .color-visualization.Galvanized {
        background: #b7b7b7;
    }

    .color-visualization.Galvalume {
        background: #939393;
    }

.color-visualization-name {
    position: relative;
    display: inline-block;
    transform: translateY(-33.333%);
}

body.page-template-template-imp .nav-underline {
    position: relative;
}

    body.page-template-template-imp .nav-underline::after {
        content: "";
        width: 100%;
        border-top: 1px solid var(--secondary);
        position: absolute;
        bottom: 1px;
        left: 0;
        height: 1px;
        display: block;
        z-index: 1;
    }

.gfield_description {
    color: var(--bs-danger);
    font-style: italic;
}

.color-list {
    width: 100%;
    border: 1px solid #ddd;
    padding: 3rem 0;
    margin-bottom: .25rem;
    position: relative;
}

    .color-list[data-color="Regal White"] {
        background: url(colours/regal-white.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Old Zinc Grey"] {
        background: url(colours/old-zinc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Ash Grey"] {
        background: url(colours/ash-grey.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Weathered Copper"] {
        background: url(colours/weathered-cooper.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Sierra Tan"] {
        background: url(colours/sierra-tan.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Charcoal"] {
        background: url(colours/charcoal.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Parchment"] {
        background: url(colours/parchment.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Champagne Metallic"] {
        background: url(colours/champagne-metallic.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Mocha"] {
        background: url(colours/mocha.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Bronze"] {
        background: url(colours/bronze.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Dark Bronze"] {
        background: url(colours/dark-bronze.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Copper Penny"] {
        background: url(colours/copper-penny.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Terra Cotta"] {
        background: url(colours/terra-cotta.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Colonial Red"] {
        background: url(colours/colonial-red.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Retro Red"] {
        background: url(colours/retro-red.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Hemlock Green"] {
        background: url(colours/hemlock-green.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Forest Green"] {
        background: url(colours/forest-green.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Hartford Green"] {
        background: url(colours/hartford-green.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Black"] {
        background: url(colours/black.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Silver Metallic"] {
        background: url(colours/silver-metallic.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Twilight Blue"] {
        background: url(colours/twilight-blue.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Regal Blue"] {
        background: url(colours/regal-blue.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Weathered Zinc"] {
        background: url(colours/weathered-zinc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Old Town Grey"] {
        background: url(colours/old-town-grey.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .color-list[data-color="Slate Grey"] {
        background: url(colours/slate-grey.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

.metallic-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(0,0,0,0));
    mix-blend-mode: overlay;
    pointer-events: none;
}

.metallic-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, rgba(0,0,0,0.2), rgba(255,255,255,0));
    mix-blend-mode: overlay;
    pointer-events: none;
}

.custom-blog-main-image > .container > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.custom-blog-main-image > .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.custom-blog-main-image {
    position: relative;
}

.img-limiter {
    height: 30rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media all and (min-width: 960px) {
    .img-limiter > img {
        border-radius: 2rem;
    }
}

.product:has(.product-type) {
    overflow: hidden;
}

.product-type {
    position: absolute;
    top: 22px;
    right: -38px;
    transform: rotate(45deg);
    width: 160px;
    padding: .5rem;
    border: none;
    background: var(--primary);
    color: white;
    text-align: center;
}


#Commercial.active,
#Retail.active {
    background: var(--primary-dark) !important;
}

#westman-chat-box {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    background: white;
}

#table-trims table tbody tr:nth-child(1) td {
    background: black;
    color: white;
    font-weight: 600;
}



/* ARCHIVES */
.items-section {
    overflow-X: hidden;
    padding-bottom: 3rem;
}

.item-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1320px;
    clear: both;
    padding: 3rem 0 0 0;
}

.item-image {
    width: 50%;
    padding: 0 1.5rem;
    position: relative;
}

.item-wrapper:nth-child(even) .item-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0,.1)
}

.item-wrapper:nth-child(odd) .item-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100vw;
    top: 0;
    right: 0;
    display: block;
    background: rgba(0, 0, 0,.1)
}

.item-wrapper:nth-child(even) .item-image {
    float: right;
}

.item-wrapper:nth-child(odd) .item-image {
    float: left;
}

.transformation {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 40rem;
    transform: translateY(3rem);
}

    .transformation img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

.item-description {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 40rem;
    padding: 0 1.5rem;
    width: 50%;
}

.description h2 {
    width: 75%;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.description .file-properties {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

    .description .file-properties span {
        font-weight: 400;
    }

.description .file-discription {
    margin-top: 1rem;
    margin-bottom: 3rem;
    display: block;
    font-size: 1.15rem;
}

.description .cta-button {
    border: 1px solid;
    border-radius: 0;
    text-transform: uppercase;
    padding: .75rem 1rem
}

    .description .cta-button:focus,
    .description .cta-button:active,
    .description .cta-button:hover {
        background: #dedede;
    }

@media all and (min-width: 576px) {
    .item-wrapper {
        max-width: 540px;
    }
}

@media all and (min-width: 768px) {
    .item-wrapper {
        max-width: 720px;
    }
}

@media all and (min-width: 992px) {
    .item-wrapper {
        max-width: 960px;
    }
}

@media all and (min-width: 1200px) {
    .item-wrapper {
        max-width: 1140px;
    }
}

@media all and (min-width: 1400px) {
    .item-wrapper {
        max-width: 1320px;
    }
}

@media all and (max-width: 992px) {
    .item-description,
    .item-image {
        width: 100%;
        float: unset !Important;
        padding: 0 15px
    }

    .item-wrapper:nth-child(even) .item-image::before {
        background: none;
    }

    .item-wrapper:nth-child(odd) .item-image::before {
        background: none;
    }

    .transformation {
        transform: unset !important;
        min-height: 30rem;
    }

    .item-description {
        min-height: unset;
        padding: 2rem 15px 0 15px;
    }
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.profile-item {
    border: 1px solid #ccc;
    padding: 1rem;
    background: #f9f9f9;
}

    .profile-item img {
        max-width: 100%;
        padding: 2rem;
        margin-bottom: 2rem;
    }
    .profile-item a {
        border-radius:0;
    }

.colour-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

.colour-item {
    padding: 0.5rem;
}
    .colour-item img {
        max-width: 100%;
        border: 1px solid #ccc;
        width: 100%;
    }

@media (max-width: 1024px) {
    .colour-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .colour-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .colour-grid {
        grid-template-columns: 1fr;
    }
}
.service-img{
    height:125px;
    padding-bottom:2rem;
}
