/*  Homepage Contact */
section.homepage-contact {
    display: flex;
    flex-direction: column;
    width: 100%;

    &#homeContactBanner {
        .homepage-contact-contents {
            .left-content {
                &.default {
                    display: flex;
                    flex-direction: column-reverse;
                }
            }

            .right-content {
                .contact-information {
                    .contact-details {
                        h2 {
                            text-transform: uppercase;
                            margin-bottom: 27px;
                            color: var(--colorDarkBlue);
                        }
                    }
                }
            }
        }
    }

    &#preFooterContactBanner {
        .homepage-contact-contents {
            .left-content {
                &.contact {
                    display: flex;
                    flex-direction: column-reverse;
                }
            }

            .right-content {
                h2 {
                    text-transform: uppercase;
                    margin-bottom: 27px;
                    color: var(--colorDarkBlue);
                }
            }
        }
    }

    @media (min-width: 1200px) {
        padding-left: 60px;
        padding-right: 60px;
    }

    .homepage-contact-contents {
        display: flex;
        align-items: center;
        gap: 125px;
        width: 100%;
        max-width: 1530px;
        margin: auto;

        @media (max-width: 1199px) {
            flex-direction: column-reverse;
            max-width: 100%;
            gap: 80px;
        }

        .left-content {
            h2 {
                text-transform: uppercase;
                margin-bottom: 27px;
                color: var(--colorDarkBlue);
            }

            &.default {
                width: 100%;
                max-width: 783px;

                @media (max-width: 1199px) {
                    max-width: 100%;
                    justify-content: center;
                    text-align: center;
                }

                p {
                    font-size: 22px;
                    color: var(--colorBlack);
                }
            }

            &.contact {
                width: 100%;
                max-width: 650px;

                @media (max-width: 1199px) {
                    max-width: 100%;
                }

                form {
                    margin-bottom: 0;

                    .wpcf7-spinner {
                        display: none !important;
                    }

                    p {
                        margin-bottom: 0;
                    }

                    input {
                        width: 100%;
                        max-width: -webkit-fill-available;
                        padding: 22px 40px;
                        border: 1px solid #c1c1c1;
                        border-radius: 5px;
                        margin-bottom: 30px;

                        &::placeholder {
                            color: var(--colorBlack);
                        }

                        &[type="submit"] {
                            margin-bottom: 0;
                            font-family: "Sora", sans-serif;
                            font-size: 18px;
                            font-weight: 700;
                            background: var(--colorStrongBlue);
                            text-decoration: none;
                            color: #fff;
                            padding: 10px;
                            display: flex;
                            width: 100%;
                            /* max-width: 360px; */
                            /* height: 100vh; */
                            /* max-height: 70px; */
                            height: 100%;
                            justify-content: center;
                            align-items: center;
                            text-align: center;
                            transition: 0.4s ease;

                            &:hover {
                                background: var(--colorLightBlue);
                            }
                        }
                    }

                    textarea {
                        width: 100%;
                        max-width: -webkit-fill-available;
                        height: 100%;
                        max-height: 200px;
                        padding: 22px 40px;
                        border: 1px solid #c1c1c1;
                        border-radius: 5px;
                        resize: none;
                        margin-bottom: 30px;

                        &::placeholder {
                            color: var(--colorBlack);
                        }
                    }
                }
            }
        }

        .right-content {
            display: flex;
            flex-direction: column;
            width: 100%;

            &.contact {
                img {
                    width: 100%;
                    border-radius: 20px;
                }
            }

            .contact-information {
                display: flex;
                flex-direction: column;
                /*gap: 30px;*/

                .contact-details {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    gap: 30px;

                    .contact-detail {
                        display: flex;
                        gap: 10px;

                        &.mail {
                            a {
                                overflow: hidden;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                            }
                        }

                        img {
                            width: 100%;
                            max-width: fit-content;
                            height: 100%;
                            height: fit-content;
                        }

                        a {
                            text-decoration: none;
                            font-family: "Sora", sans-serif;
                            font-size: 22px;
                            color: var(--colorBlack);
                        }
                    }
                }

                .contact-map {
                    display: flex;
                    width: 100%;
                    border-radius: 10px;
                    overflow: hidden;

                    iframe {
                        width: 100%;
                    }
                }
            }
        }
    }
}
/*  Homepage Contact - end */

/* Homepage Carousel */
section.linton-carousel {
    display: flex;
    flex-direction: column;
    width: 100%;

    @media (min-width: 1200px) {
        padding-left: 60px;
        padding-right: 60px;
    }

    .linton-carousel-contents {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1730px;
        margin: auto;

        .carousel-header {
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: center;
            text-align: center;
            margin: auto;

            h2 {
                color: var(--colorDarkBlue);
                font-size: 50px;
                text-transform: uppercase;
                margin-bottom: 16px;
            }
        }

        .carousel-description {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin: auto;
            margin-bottom: 60px;
            text-align: center;

            p {
                color: var(--colorBlack);
                font-size: 22px;
            }
        }

        .carousel-grid {
            display: flex;
            width: 100%;

            .owl-carousel {
                max-width: 79.69vw;
                margin: auto;
                /*margin-left: 30px;
                margin-right: 30px;*/

                @media (min-width: 1921px) {
                    max-width: 1530px;
                }

                @media (max-width: 767px) {
                    max-width: 73.69vw;
                }

                @media (max-width: 575px) {
                    max-width: 67.69vw;
                }

                @media (max-width: 420px) {
                    max-width: 63.69vw;
                }

                @media (max-width: 380px) {
                    max-width: 50.69vw;
                }

                .owl-item {
                    .item {
                        display: flex;
                        flex-direction: column;
                        height: 100vh;
                        max-height: 795px;
                        min-height: 795px;

                        @media (max-width: 1199px) {
                            max-height: 720px;
                            min-height: 720px;
                        }

                        @media (max-width: 767px) {
                            max-height: 780px;
                            min-height: 780px;
                        }

                        @media (max-width: 575px) {
                            max-height: 700px;
                            min-height: 700px;
                        }

                        @media (max-width: 380px) {
                            max-height: 825px;
                            min-height: 825px;
                        }

                        .item-contents {
                            img {
                                border-radius: 20px;
                                margin-bottom: 40px;
                            }

                            h3 {
                                color: var(--colorBlack);
                                margin-bottom: 40px;
                            }

                            p {
                                color: var(--colorBlack);
                                font-size: 22px;
                            }
                        }

                        .item-btn-container {
                            display: flex;
                            width: 100%;
                            margin-top: auto;

                            a {
                                font-family: "Sora", sans-serif;
                                font-size: 18px;
                                font-weight: 700;
                                background: var(--colorStrongBlue);
                                text-decoration: none;
                                color: #fff;
                                padding: 10px;
                                display: flex;
                                width: 100%;
                                justify-content: center;
                                text-align: center;
                                transition: 0.4s ease;

                                &:hover {
                                    background: var(--colorLightBlue);
                                }
                            }
                        }
                    }
                }
            }

            .carousel-btn {
                display: flex;
                justify-content: center;
                width: auto;
                height: 70px;
                margin-top: auto;
                margin-bottom: auto;
                max-height: fit-content;
                cursor: pointer;
                border-radius: 100%;
                transition: 0.4s ease;

                &:hover {
                    background: var(--colorStrongBlue);

                    img {
                        filter: invert(1);
                    }
                }

                img {
                    border-radius: 100%;
                    transition: 0.4s ease;
                    width: 100%;
                    min-width: 70px;
                    max-width: 70px;
                    height: 100%;
                    min-height: 70px;
                    max-height: 70px;

                    @media (max-width: 1500px) {
                        min-width: 50px;
                        max-width: 50px;
                        min-height: 50px;
                        max-height: 50px;
                    }

                    @media (max-width: 1400px) {
                        min-width: 35px;
                        max-width: 35px;
                        min-height: 35px;
                        max-height: 35px;
                    }
                }
            }
        }
    }
}

section.linton-carousel {
    &#homeOurProducts {
        background: #f5f8ff;

        .carousel-header {
            max-width: 993px;
        }

        .carousel-description {
            max-width: 993px;
        }
    }
}

section.linton-carousel {
    &#homeOurServices {
        .carousel-header {
            margin-bottom: 60px;

            h2 {
                margin-bottom: 0;
            }
        }

        .carousel-grid {
            margin-bottom: 60px;
        }

        .carousel-description {
            max-width: 1530px;
            order: 2;
            margin-bottom: 0;

            p {
                strong {
                    font-weight: 700;
                }
            }
        }
    }
}

/* Homepage Carousel - end */

/* Homepage Reviews */
section.linton-reviews {
    background: var(--colorDarkBlue);
    /*display: flex;*/
    display: none;
    flex-direction: column;
    width: 100%;

    @media (min-width: 1200px) {
        padding-left: 60px;
        padding-right: 60px;
    }

    .linton-reviews-contents {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1530px;
        margin: auto;

        h1 {
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 60px;
        }

        .review-summary {
            display: flex;
            width: 100%;
            max-width: 1206px;
            margin: auto;
            margin-bottom: 60px;
            justify-content: space-between;

            @media (max-width: 991px) {
                flex-direction: column;
                gap: 35px;
                align-items: center;
            }

            h2 {
                color: #fff;
                margin-bottom: 30px;
            }

            span {
                color: #fff;
                font-family: "Catamaran", sans-serif;
                font-size: 22px;
                font-weight: 800;
            }

            p {
                color: #fff;
                font-family: "Catamaran", sans-serif;
                font-size: 22px;
                font-weight: 800;
            }

            .review-stats {
                display: flex;
                flex-direction: column;

                h2 {
                    text-align: center;
                }

                @media (max-width: 991px) {
                    justify-content: center;
                    align-items: center;
                }

                .stars-loop {
                    margin-bottom: 30px;
                }
            }

            .review-bars {
                width: 100vw;
                max-width: 600px;
                display: flex;
                flex-direction: column;
                gap: 20px;

                @media (max-width: 767px) {
                    padding-left: 20px;
                    padding-right: 20px;
                }

                .review-bar {
                    display: flex;
                    width: 100%;
                    align-items: center;
                    gap: 20px;

                    p {
                        width: 100%;
                        max-width: fit-content !important;
                        margin-bottom: 0 !important;
                    }

                    .bar-track {
                        display: flex;
                        width: 100%;
                        height: 12px;
                        background: #fff;
                        border-radius: 30px;

                        .bar-fill {
                            background: var(--colorYellow);
                            border-radius: 30px;
                        }
                    }
                }
            }
        }

        .individual-reviews {
            display: flex;
            gap: 30px;
            margin-bottom: 60px;

            @media (max-width: 991px) {
                flex-direction: column;
            }

            .review-item {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 100%;
                padding: 50px 45px;
                border-radius: 20px;
                background: #fff;

                .review-content {
                    display: flex;
                    flex-direction: column;

                    .user-details {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 30px;
                        margin-bottom: 30px;

                        p {
                            margin-bottom: 0 !important;

                            &.review-name {
                                font-family: "Catamaran", sans-serif;
                                font-size: 22px !important;
                                line-height: normal !important;
                                color: var(--colorBlack);
                                font-weight: 800;
                            }

                            &.review-title {
                                font-size: 16px !important;
                                line-height: normal !important;
                                color: var(--colorBlack);
                                font-weight: 300;
                            }

                            &:empty {
                                display: none;
                            }
                        }

                        img {
                            width: 60px;
                            height: 60px;
                        }
                    }

                    .user-review {
                        margin-bottom: 30px;

                        p {
                            font-size: 22px;
                            color: var(--colorBlack);
                            font-weight: 300;
                            margin-bottom: 0 !important;

                            &:first-of-type {
                                font-weight: 600;
                                margin-bottom: 10px !important;
                            }
                        }
                    }
                }
            }
        }

        .review-cta {
            display: flex;
            justify-content: center;

            a {
                font-family: "Sora", sans-serif;
                font-size: 18px;
                font-weight: 700;
                background: var(--colorStrongBlue);
                text-decoration: none;
                color: #fff;
                padding: 10px;
                display: flex;
                width: 100%;
                max-width: 360px;
                height: 100vh;
                max-height: 70px;
                justify-content: center;
                align-items: center;
                text-align: center;
                transition: 0.4s ease;

                &:hover {
                    background: var(--colorLightBlue);
                }
            }
        }
    }
}

/* Homepage Reviews - end */

/* SEO FAQs */
section.faq-solo {
    /*background: #f5f8ff;*/
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;

    @media (min-width: 1200px) {
        padding: 100px 60px;
    }

    .faq-solo-contents {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1530px;
        margin: auto;

        .faq-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 50px;

            h2 {
                color: #010d3f;
                text-align: center;
                margin-bottom: 0;
                text-transform: uppercase;
            }
        }

        .faq-items {
            display: flex;
            flex-direction: column;
            gap: 30px;

            .faq-item {
                background: #fff;
                border-radius: 4px;
                border: 1px solid #f2f2f2;
                box-shadow: 0 12px 18.3px 0 rgba(0, 0, 0, 0.05);
                display: flex;
                flex-direction: column;
                overflow: hidden;
                transition: 0.4s ease;

                &.open {
                    .item-question {
                        padding-bottom: 10px;

                        .item-toggle {
                            svg {
                                transition: 0.4s ease;
                                transform: rotate(0);
                            }
                        }
                    }
                }

                &.closed {
                    .item-answer {
                        grid-template-rows: 0;
                        transition: 0.4s ease;
                        display: grid;
                        padding: 0px 20px;
                        opacity: 0;

                        ul {
                            display: none;
                        }

                        p {
                            font-size: 0 !important;
                            line-height: 0 !important;
                        }
                    }
                }

                .item-question {
                    display: flex;
                    justify-content: space-between;
                    padding: 20px 30px;
                    cursor: pointer;
                    transition: 0.4s ease;

                    h3 {
                        color: #212121;
                        margin-right: 15px;
                        margin-bottom: 0;
                    }

                    .item-toggle {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;

                        svg {
                            transition: 0.4s ease;
                            transform: rotate(180deg);
                        }
                    }
                }

                .item-answer {
                    grid-template-rows: 1fr;
                    transition: 0.4s ease;
                    display: grid;
                    padding: 30px;
                    padding-top: 0;
                    padding-bottom: 20px;
                    opacity: 1;

                    ul {
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 0;

                        li {
                            color: #212121;
                            font-family: "Sora", sans-serif;
                            font-size: 14px;
                        }
                    }

                    p {
                        color: #212121;
                        font-family: "Sora", sans-serif;
                        margin-bottom: 30px;
                        font-size: 18px;

                        &:last-of-type {
                            margin-bottom: 0 !important;
                        }
                    }
                }
            }
        }
    }
}
/* SEO FAQs - end */

/* Header SUB */
section.linton-header-sub {
    display: flex;
    flex-direction: column;
    width: 100%;

    @media (min-width: 1200px) {
        padding-left: 60px;
        padding-right: 60px;
    }

    &.light-blue-bg {
        background: #f5f8ff;

        .linton-header-sub-contents {
            h1 {
                color: #010d3f;
                text-transform: uppercase;
            }

            h2 {
                color: #010d3f;
                text-transform: uppercase;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            p {
                a {
                    color: #fff;
                    font-weight: 800;

                    &.pre-footer-btn {
                        font-family: "Sora", sans-serif;
                        font-size: 18px;
                        font-weight: 700;
                        background: var(--colorStrongBlue);
                        text-decoration: none;
                        color: #fff;
                        padding: 10px;
                        display: flex;
                        width: 100%;
                        max-width: 360px;
                        height: 70px;
                        margin: auto;
                        margin-top: 60px;
                        margin-left: 0;
                        justify-content: center;
                        align-items: center;
                        text-align: center;
                        transition: 0.4s ease;

                        &:hover {
                            background: var(--colorLightBlue);
                        }
                    }
                }
            }
        }
    }

    &.dark-blue-bg {
        background: #010d3f;

        .linton-header-sub-contents {
            h2 {
                color: #fff;
                margin-bottom: 30px;
                text-transform: uppercase;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            p {
                color: #fff;

                a {
                    color: #fff;
                    font-weight: 800;

                    &.pre-footer-btn {
                        font-family: "Sora", sans-serif;
                        font-size: 18px;
                        font-weight: 700;
                        background: var(--colorStrongBlue);
                        text-decoration: none;
                        color: #fff;
                        padding: 10px;
                        display: flex;
                        width: 100%;
                        max-width: 360px;
                        height: 70px;
                        margin: auto;
                        margin-top: 60px;
                        justify-content: center;
                        align-items: center;
                        text-align: center;
                        transition: 0.4s ease;

                        &:hover {
                            background: var(--colorLightBlue);
                        }
                    }
                }
            }
        }
    }

    &.white-bg {
        background: #fff;

        .linton-header-sub-contents {
            h2 {
                color: #010d3f;
                margin-bottom: 30px;
                text-transform: uppercase;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            p {
                a {
                    color: #fff;
                    font-weight: 800;

                    &.pre-footer-btn {
                        font-family: "Sora", sans-serif;
                        font-size: 18px;
                        font-weight: 700;
                        background: var(--colorStrongBlue);
                        text-decoration: none;
                        color: #fff;
                        padding: 10px;
                        display: flex;
                        width: 100%;
                        max-width: 360px;
                        height: 70px;
                        margin: auto;
                        margin-top: 60px;
                        margin-left: 0;
                        justify-content: center;
                        align-items: center;
                        text-align: center;
                        transition: 0.4s ease;

                        &:hover {
                            background: var(--colorLightBlue);
                        }
                    }
                }
            }
        }
    }

    &.custom-bg {
        /* Custom per page - OVERRIDE */

        .linton-header-sub-contents {
            h2 {
                color: #010d3f;
                text-transform: uppercase;
            }
        }
    }

    .linton-header-sub-contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 1530px;
        margin: auto;

        h2 {
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        p {
            color: #212121;
            font-size: 22px;
            line-height: 35px !important;
            margin-bottom: 20px;

            &:last-of-type {
                margin-bottom: 0 !important;
            }
        }

        ul {
            li {
                list-style: disc;
                color: var(--colorBlack);
                font-size: 22px;
            }
        }

        &.with-image {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 80px;

            .text-content {
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: left;
                width: 100%;
                max-width: 692px;

                @media (max-width: 991px) {
                    max-width: 100%;
                }

                img {
                    &.mobile-only {
                        @media (min-width: 992px) {
                            display: none;
                        }

                        margin-bottom: 30px;
                    }
                }
            }

            .image-content {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                max-width: 750px;

                @media (max-width: 991px) {
                    display: none;
                }
            }
        }
    }
}

section#unmatchedExpertise {
    .linton-header-sub-contents {
        flex-direction: row-reverse;
    }
}

section#trustedSteelImporter {
    padding-top: 0;
}

section#bestSteelHeader {
    padding-bottom: 0;

    h2 {
        margin-bottom: 0;
    }
}
/* Header SUB - end */

/* Grid SUB */
section.linton-grid-sub {
    display: flex;
    flex-direction: column;
    width: 100%;

    @media (min-width: 1200px) {
        padding-left: 60px;
        padding-right: 60px;
    }

    &.light-blue-bg {
        background: #f5f8ff;
    }

    &.dark-blue-bg {
        background: #010d3f;
    }

    &.white-bg {
        background: #fff;
    }

    &.custom-bg {
        /* Custom per page - OVERRIDE */
    }

    .linton-grid-sub-contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 1530px;
        margin: auto;

        .grid-items {
            display: grid;

            &.two-col {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;

                @media (max-width: 991px) {
                    display: flex;
                    flex-direction: column;
                }
            }

            &.three-col {
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;

                @media (max-width: 991px) {
                    display: flex;
                    flex-direction: column;
                }
            }

            &.four-col {
                grid-template-columns: repeat(4, 1fr);
                gap: 30px;

                @media (max-width: 1199px) {
                    grid-template-columns: repeat(2, 1fr);
                }

                @media (max-width: 991px) {
                    display: flex;
                    flex-direction: column;
                }
            }

            .grid-item {
                img {
                    margin-bottom: 30px;
                }

                h3 {
                    margin-bottom: 30px;
                    color: #212121;
                }

                p {
                    font-size: 18px;
                    margin-bottom: 0 !important;
                    color: #212121;
                }
            }
        }
    }
}

section#bestSteelGrid {
    padding-top: 60px;

    .grid-items {
        &.three-col {
            gap: 127px;

            @media (max-width: 991px) {
                gap: 30px;
            }

            p {
                font-size: 22px;
            }
        }
    }
}
/* Grid SUB - end */

/* best-steel-supplier-philippines - overrides */
.page-id-6981 {
    section#choosingBestSteelHeader {
        padding-bottom: 60px;

        .text-content {
            max-width: 1220px;
            margin: auto;

            h2 {
                margin-bottom: 15px;
            }
        }
    }

    section#choosingBestSteelGrid {
        padding-top: 0 !important;

        h3 {
            color: #fff;

            @media (min-width: 1488px) {
                line-height: 35px;
                height: 70px;
                overflow: hidden;
            }

            @media (min-width: 1200px) and (max-width: 1487px) {
                height: 120px;
            }
        }

        .grid-items {
            @media (max-width: 767px) {
                gap: 50px;
            }

            .grid-item {
                &:nth-of-type(3) {
                    h3 {
                        @media (min-width: 991px) and (max-width: 1005px) {
                            height: 70px;
                        }
                    }
                }
                &:nth-of-type(4) {
                    h3 {
                        @media (min-width: 991px) and (max-width: 1005px) {
                            height: 70px;
                        }
                    }
                }
            }
        }

        p {
            color: #fff;
        }
    }

    section#howChooseBestSteelHeader {
        padding-bottom: 60px;

        .linton-header-sub-contents {
            flex-direction: row-reverse;

            .text-content {
                h2 {
                    margin-bottom: 30px !important;
                }
            }
        }
    }

    section#howChooseBestSteelGrid {
        padding-top: 0 !important;

        .grid-items {
            @media (max-width: 991px) {
                gap: 50px;
            }

            .grid-item {
                h3 {
                    color: #212121;

                    @media (min-width: 1397px) and (max-width: 1608px) {
                        height: 120px;
                    }
                }

                p {
                    color: #212121;
                }
            }
        }
    }

    section#recognizeLintonSteelHeader {
        padding-bottom: 60px;
    }

    section#recognizeLintonSteelGrid {
        padding-top: 0 !important;

        .grid-items {
            @media (max-width: 991px) {
                gap: 50px;
            }

            .grid-item {
                h3 {
                    color: #212121;
                }

                p {
                    color: #212121;
                }
            }
        }
    }

    section#bestSteelProductCatalog {
        .text-content {
            h2 {
                margin-bottom: 30px;
            }
            .subtitle {
                p {
                    &.main-subtitle {
                        margin-bottom: 60px !important;
                    }
                }

                .catalog-items {
                    display: flex;
                    gap: 30px;

                    @media (max-width: 991px) {
                        flex-direction: column;
                        gap: 0;
                    }

                    ul {
                        &.item-list {
                            margin-bottom: 0;
                        }

                        li {
                            list-style: square;
                            text-align: left;
                            font-size: 22px;
                            color: var(--colorBlack);

                            a {
                                color: var(--colorDarkBlue);
                                font-weight: 700;
                            }
                        }
                    }
                }
            }
        }
    }

    section#bestSteelReachOutHeader {
        .text-content {
            max-width: 1220px;
            margin: auto;

            h2 {
                margin-bottom: 15px;
            }

            .subtitle {
                p {
                    &:first-of-type {
                        font-size: 22px;
                    }
                }
            }
        }
    }
}

/* best-steel-supplier-philippines - overrides - end */

/* best-sheet-pile-supplier-philippines */
.page-id-7012 {
    section#knowSheetPilesHeader {
        padding-bottom: 60px;

        .text-content {
            max-width: 1220px;
            margin: auto;

            h2 {
                max-width: 1012px;
                margin: auto;
                margin-bottom: 15px;
            }

            .subtitle {
                p {
                    font-size: 22px;

                    &:last-of-type {
                        margin-bottom: 0 !important;
                    }
                }
            }
        }
    }

    section#knowSheetPilesGrid {
        padding-top: 0 !important;

        img {
            width: 100%;
            border-radius: 10px;
            margin-bottom: 0;
        }

        .three-col {
            @media (max-width: 991px) {
                display: grid !important;
                grid-template-columns: repeat(2, 1fr) !important;
            }

            @media (max-width: 767px) {
                display: flex !important;
                flex-direction: column !important;
            }
        }
    }

    section#applicationSheetPilesHeader {
        padding-bottom: 60px;

        .text-content {
            max-width: 1299px;
            margin: auto;

            h2 {
                margin-bottom: 30px;
            }
        }
    }

    section#applicationSheetPilesGrid {
        padding-top: 0 !important;

        .grid-items {
            @media (max-width: 991px) {
                gap: 50px;
            }
        }

        h3 {
            color: #212121;
            @media (min-width: 1200px) and (max-width: 1464px) {
                height: 70px;
            }
        }

        p {
            color: #212121;
        }
    }

    section#choosingSheetSupplierHeader {
        padding-bottom: 60px;

        .text-content {
            max-width: 1299px;
            margin: auto;

            h2 {
                margin-bottom: 30px;
            }
        }
    }

    section#choosingSheetSupplierGrid {
        padding-top: 0 !important;

        .grid-items {
            @media (max-width: 991px) {
                gap: 50px;
            }

            .grid-item {
                &:nth-of-type(3),
                &:nth-of-type(4) {
                    h3 {
                        @media (min-width: 992px) and (max-width: 1199px) {
                            height: 70px;
                        }
                    }
                }
            }
        }

        h3 {
            color: #212121;

            @media (min-width: 1438px) {
                line-height: 35px;
                height: 70px;
                overflow: hidden;
            }

            @media (max-width: 1437px) {
                height: 120px;
            }

            @media (max-width: 1199px) {
                height: auto;
            }

            /*@media (max-width: 1199px) {
                height: 70px;
            }*/

            /*@media (max-width: 991px) {
                height: auto;
            }*/
        }

        p {
            color: #212121;
        }
    }

    section#namedBestSheetPileHeader {
        padding-bottom: 60px;

        .linton-header-sub-contents {
            flex-direction: row-reverse;

            h2 {
                margin-bottom: 30px;
            }
        }
    }

    section#namedBestSheetPileGrid {
        padding-top: 0 !important;

        .grid-items {
            @media (max-width: 991px) {
                gap: 50px;
            }

            .grid-item {
                &:nth-of-type(1),
                &:nth-of-type(2) {
                    h3 {
                        @media (min-width: 992px) and (max-width: 1032px) {
                            height: 70px;
                        }
                    }
                }
            }
        }

        h3 {
            color: #212121;
            @media (min-width: 1360px) {
                line-height: 35px;
                height: 70px;
                overflow: hidden;
            }

            @media (max-width: 1297px) {
                height: 120px;
            }

            @media (max-width: 1199px) {
                height: auto;
            }
        }

        p {
            color: #212121;
        }
    }

    section#bestSheetReachOutHeader {
        .text-content {
            max-width: 1220px;
            margin: auto;

            h2 {
                margin-bottom: 15px;
            }

            .subtitle {
                p {
                    &:first-of-type {
                        font-size: 22px;
                    }
                }
            }
        }
    }
}

/* best-sheet-pile-supplier-philippines - end */

/*  /lintonincorporated/ */
.page-id-6880 {
    section#unmatchedExpertise {
        h1 {
            color: #fff;
            text-transform: uppercase;
            font-size: 50px;
        }
    }

    section.linton-reviews {
        h2 {
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 60px;
        }

        h3 {
            color: #fff;
            margin-bottom: 30px;
        }
    }
}

/*  /lintonincorporated/ - end */
