main {

    p {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    h1 {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 100;
        line-height: 44px;
    }

    h2 {
        color: #F48120;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
    }

    h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 100;
        line-height: 24px;
    }

    .bold {
        font-weight: 700;
    }

    .web {
        display: block;
    }

    .mobile {
        display: none;
    }

    @media (max-width: 768px) {

        h1 {
            font-size: 24px;
            line-height: 32px;
        }

        h2 {
            font-size: 20px !important;
            line-height: 30px !important;
        }

        p {
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
        }

        .web {
            display: none;
        }

        .mobile {
            display: block;
        }
    }

    /* Section 1 - Hero  */
    .hero {
        height: 96vh;
        width: 100%;
        position: relative;

        .img-container {
            height: 100vh;
            width: 100%;

            img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }

        .text-part {
            position: absolute;
            bottom: 0%;
            left: 0%;
            background-color: rgba(55, 74, 32, 0.76);
            width: 100%;
            text-align: center;
            padding-top: 33px;
            padding-bottom: 33px;

            h1 {
                color: #FFF;
                text-align: center;
                font-size: 48px;
                font-style: normal;
                font-weight: 700;
                line-height: 64px;
                text-transform: uppercase;
                width: 85%;
                margin-inline: auto;
            }

            p {
                color: #000;
                text-align: center;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
            }
        }

        @media (max-width: 768px) {
            .text-part {
                width: 100%;

                h1 {
                    font-size: 28px;
                    line-height: 34px;
                    font-weight: 100;
                    margin: 0 auto;
                }

                p {
                    font-size: 16px !important;
                    padding: 0px 10px;
                }
            }
        }
    }

    /* <!-- Section 2 - Introduction --> */
    .introduction {
        padding-top: 80px;

        .text-part-upper {
            p {
                color: #000;
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                line-height: 35px;
            }

        }

        .text-part {
            .p1 {
                margin-top: 20px;
            }
        }

        @media (max-width: 768px) {

            & {
                padding-top: 40px;

                .text-part-upper {
                    p {
                        font-size: 18px !important;
                        line-height: 28px !important;
                        text-align: left;
                    }
                }
            }


        }
    }

    /* <!-- Section 3 - Introduction: Transforming  --> */
    .marine-environments {
        margin: 40px auto 5px auto;

        .upper-part {
            /* margin-bottom: 120px; */

            .p1 {
                margin-bottom: 23px;
            }
        }

        @media (max-width: 768px) {
            & {
                margin-bottom: 20px;
                margin-top: 20px;

                .upper-part {

                    p {
                        font-size: 14px;
                    }
                }
            }
        }

    }

    /* <!-- Section 4 - Traditional Materials --> */

    .material {

        .cards {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin-bottom: 80px;

            .card {
                width: 265px;

                .img {
                    width: 265px;
                    height: 301px;
                }

                h3 {
                    text-align: center;
                    margin-top: 20px;
                    font-weight: 100 !important;
                }
            }
        }

        h3 {
            font-weight: 100 !important;
        }

        @media (max-width: 768px) {
            & {
                .cards {
                    margin-bottom: 40px;
                    .card {
                        width: 46%;

                        .img {
                            width: auto;
                            height: auto;
                        }

                        h3{
                            font-size: 14px !important;
                        }

                    }
                }

                .h3-16px{
                    font-size: 16px !important;
                }
            }
        }

    }

    /* <!-- Section 7 - duplex --> */
    .duplex-wrapper {

        .cards {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin-bottom: 80px;
            margin-top: 40px;

            .card {
                width: 348px;
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;

                .img {
                    width: 70px;
                    height: 70px;
                }

                h3 {
                    text-align: center;
                    margin-top: 20px;
                    font-weight: 100 !important;
                }
            }
        }

        @media (max-width: 768px) {
          
            & {
                margin-bottom: 0px;
                margin-top: 0px;

                .cards {
                      margin-bottom: 40px;
                    width: 100%;
                    justify-content: center;
                    align-items: flex-start;

                    .card {
                        width: 40%;
                        p{
                            text-align: center;
                            padding-top: 10px;
                        }
                    }
                }
            }
        }
    }

    /* <!-- Section 7 - Research --> */
    .research {

        .content {
            background-color: #F48120;
            padding: 36px 80px 36px 35px;
            margin: 40px 0px;
            display: flex;
            justify-content: space-between;
            gap: 25px;

            .img {
                width: 65px;
            }

            p {
                color: #FFF;
            }

        }

        @media (max-width: 768px) {
            & {
                .content {
                    flex-direction: column;
                    padding: 20px;

                    .img {
                        width: 20%;
                    }
                }
            }
        }
    }


    /* <!-- Section 8 - Comparison --> */
    .comparison-table {
        margin-top: 80px;

        .img-wrapper {

            .img {
                margin-top: 30px;
            }
        }

        .upper {
            background-color: #F48120;

            h1 {
                padding-top: 30px;
                padding-bottom: 30px;
                color: #FFF;
                text-align: center;
                margin-bottom: 60px;
            }
        }

        .content-upper {
            margin-top: 60px;
            margin-bottom: 20px;
            margin-inline: auto;

            .p1 {
                margin-bottom: 16px;
            }
        }

        .des {
            .section {
                display: flex;
                flex-direction: row;
                gap: 25px;
                align-items: center;

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

                    img {
                        height: 100%;
                        width: 100%;
                        object-fit: scale-down;
                    }
                }

                .content {
                    width: 93%;

                    h3 {
                        color: #F48120;
                    }
                }
            }
        }

        .conclusion {
            margin-top: 80px;
        }

        @media (max-width: 768px) {
            & {
                margin-top: 20px;

                .img-wrapper {
                    overflow-x: scroll;

                    .img {
                        width: 660px;
                    }
                }

                .conclusion {
                    margin-top: 60px;
                }
            }

            .des {
                .section {
                    flex-direction: column;
                    gap: 0;
                    margin-top: 20px;
                     align-items: start;

                    .img {
                        width: 46px;
                        height: 46px;
                    }
                }
            }

        }

    }

    /* <!-- Section 11 - Enquiry --> */

    .enquiry-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 88px;
        margin-top: 100px;
        margin-bottom: 100px;

        .icon {
            img {
                width: 240px;
                height: 240px;
            }
        }

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

            h3 {
                font-size: 28px;
                font-weight: 400;
                color: #000;
            }

            a {
                width: fit-content;
                background-color: #f48120;
                color: #fff;
                border: none;
                padding: 10px 20px;
                margin-top: 20px;
                font-size: 18px;
                font-weight: 700;
            }
        }

        @media (max-width: 768px) {
            flex-direction: column;
            text-align: center;
            gap: 0px;
            margin-block: 60px;

            .icon {
                img {
                    width: 158px;
                    height: 158px;
                }
            }

            .text-content {
                align-items: center;

                h3 {
                    font-size: 20px;
                    margin-top: 20px;
                    /* margin-bottom: 20px; */
                    padding-left: 70px;
                    padding-right: 70px;
                }

                a {
                    font-size: 14px;
                }
            }
        }
    }

    /* <!-- Section 10 - Benefits --> */

    .benifit-wrapper {
        margin-top: 100px;

        .upper {
            width: 60%;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-inline: auto;
            background-color: #F48120;

            h1 {
                text-align: center;
                color: #FFF;
            }
        }

        .lower {
            display: flex;
            align-items: start;
            justify-content: space-between;
            margin-top: 40px;

            .card {
                width: 24%;
                background: linear-gradient(180deg, #F15A29 0%, #F26627 18.1%, #F47924 50.24%, #F7901F 94.05%, #F7941D 100%);
                padding: 30px 24px;
                text-align: center !important;
                height: 240px;

                h3 {
                    color: #FFF !important;
                    width: 90%;
                    margin: 0 auto 10px auto;
                }

                p {
                    color: #FFF !important;
                }
            }
        }

        @media (max-width: 768px) {
            & {
                margin-top: 60px;

                .upper {
                    width: 100%;
                }

                .lower {
                    flex-direction: column;
                    gap: 20px;

                    .card {
                        width: 100%;
                        height: auto;
                    }
                }
            }
        }
    }

    .grades-wrapper {
        margin-top: 80px;

        .img {
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .p2 {
            font-size: 14px !important;
            font-style: italic;
            text-align: center;
            width: 80%;
            margin-inline: auto;
        }

        @media (max-width: 768px) {
            & {
                margin-top: 40px;

                .p2 {
                    width: 100%;
                }
            }
        }
    }

}

/* Sales CTA (ACF): keep banner link clickable if main img uses pointer-events: none */
.contact-section .sales-cta-link {
    display: inline-block;
    cursor: pointer;
}

.contact-section .sales-cta-link img {
    pointer-events: auto;
}