@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif; */
/* font-weight: 200; */
/* font-weight: 700; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    cursor: default !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #000;
}

.yellow-grad {
    color: transparent;
    /* background: linear-gradient(90deg, #fbab18, #fcc64d); */
    background: linear-gradient(90deg, #fbab18, #fdde8a);
    background-clip: text;
    -webkit-background-clip: text;
}

.section-label {
    font-size: 1rem;
    padding: 4px 16px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    border-radius: 25px;
    margin-bottom: 15px;

    i {
        color: #fbab18;
    }
}

/* product hero */
.productHero {
    width: 100%;
    height: auto;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    .productHerooverlay {
        width: 100%;
        height: auto;
        min-height: 400px;
        max-width: 1400px;
        border-radius: 12px;
        background-image: url(/assets/productshero.jpeg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
        
        .productheroContainer {
            width: 100%;
            height: auto;
            min-height: 400px;
            max-width: 1400px;
            border-radius: 12px;
            background-color: #00000080;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;

            h2 {
                font-size: 3rem;
                line-height: 3.5rem;
                margin-bottom: 15px;
                color: #fff;
            }

            >p {
                font-size: 1.4rem;
                color: #fdfdfd;
            }
        }
    }

}

@media screen and (max-width:768px) {
    .productHero {
        padding: 0 10px;
        margin: 20px 0;

        .productHerooverlay {

            .productheroContainer {

                h2 {
                    font-size: 2rem;
                    text-align: center;
                    line-height: 2.5rem;
                }

                p {
                    font-size: 1.1rem;
                    text-align: center;
                }
            }
        }
    }
}

/* product hero */


/* product showcase section */
.productsShowcase {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .productCards {
        width: 100%;
        height: auto;
        max-width: 1400px;
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 80px 0;
        gap: 30px;

        .productCard {
            width: 30%;
            height: auto;
            display: flex;
            align-items: start;
            justify-content: start;
            flex-direction: column;
            background-color: #fff;
            box-shadow: 5px 5px 30px #00000015;
            border-radius: 15px;
            overflow: hidden;

            img {
                width: 100%;
                height: 250px;
                object-fit: cover;
            }

            .pro-details {
                width: 100%;
                height: auto;
                display: flex;
                align-items: start;
                justify-content: start;
                flex-direction: column;
                gap: 15px;
                padding: 20px;

                h3 {
                    font-size: 1.5rem;
                    line-height: 2rem;
                    font-weight: 600;
                }

                p {
                    font-size: 1rem;
                }

                ul {
                    /* margin-left: 10px; */

                    li {
                        list-style: none;

                        i {
                            color: #fbab18;
                            font-size: 1rem;
                        }
                    }
                }

                a {
                    font-size: 1rem;
                    text-align: center;
                    padding: 10px 20px;
                    width: 100%;
                    display: block;
                    color: #000;
                    background-color: #fbab18;
                    border-radius: 15px;
                    font-weight: 500;
                }
            }
        }

        .middle-designer-image {
            width: 30%;
            height: auto;
            background-color: none;
            box-shadow: none;

            img {
                width: 100%;
                height: auto;
            }
        }
    }
}

@media screen and (max-width:768px) {
    .productsShowcase {
        padding: 0 10px;

        .productCards {
            margin: auto;
            /* margin: 50px 0; */
            margin-bottom: 50px;

            .productCard {
                width: 100% !important;
                position: sticky;
                top: 60px;
            }

            .middle-designer-image {
                display: none;
            }
        }
    }
}

/* product showcase section */

/* technical specifications */
.technicalSpecifications {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .technicalSpeci-Container {
        width: 100%;
        height: auto;
        margin: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 1400px;

        h2 {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-top: 15px;
            text-align: center;
        }

        >p {
            font-size: 1.2rem;
            margin-bottom: 40px;
            text-align: center;
        }

        .table-responsive {
            width: 100%;
            height: auto;
            overflow-x: auto;
            border-radius: 12px;

            .tech-spec-table {
                width: 100%;
                border-collapse: collapse;
                min-width: 800px;

                thead {
                    background-color: #000;
                }

                thead th {
                    color: #fff;
                    font-size: 1.1rem;
                    font-weight: 600;
                    padding: 14px 16px;
                    text-align: left;
                    white-space: nowrap;
                }

                tbody td {
                    padding: 14px 16px;
                    font-size: 0.95rem;
                    color: #000;
                    border-bottom: 1px solid #e6e6e6;
                    white-space: nowrap;
                }

                tbody tr:nth-child(odd) {
                    background-color: #f5f5f5;
                }

                tbody tr:nth-child(even) {
                    background-color: #fff;
                }

                tbody tr:hover {
                    background: #ececec;
                }
            }
        }
    }
}


@media screen and (max-width:768px) {
    .technicalSpecifications {
        padding: 0 10px;

        .technicalSpeci-Container {
            margin: 40px 0;

            h2 {
                font-size: 2rem;
                line-height: 2.5rem;
                text-align: center;
            }

            p {
                font-size: 1.1rem;
                text-align: center;
            }

            .tech-spec-table {
                min-width: 700px;

                thead th {
                    font-size: 1rem;
                }

                tbody td {
                    font-size: 0.9rem;
                }
            }
        }
    }
}

/* technical specifications */

/* featured and benefits */
.features_benefit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000;

    .features_benefit_Container {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 1400px;
        margin: 80px 0;

        h4 {
            background-color: #fbab18;
            color: #000;

            i {
                color: #fdde8a;
            }
        }

        h2 {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 60px;
            color: #fff;
        }

        .featured_bene_Cards {
            width: 100%;
            height: auto;
            display: flex;
            align-items: start;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 60px;

            .feau_bene_Card {
                width: 20%;
                height: auto;
                min-height: 280px;
                background-color: #101828;
                border-radius: 12px;
                padding: 15px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                text-align: center;

                i {
                    color: #fdde8a;
                    font-size: 2rem;
                    margin-bottom: 20px;
                }

                h3 {
                    font-size: 1.2rem;
                    color: #fbab18;
                    margin-bottom: 15px;
                    text-align: center;
                    font-weight: 500;
                }

                p {
                    color: #ececec;
                }
            }
        }
    }
}

@media screen and (max-width:768px) {
    .features_benefit {
        padding: 0 10px;

        .features_benefit_Container {

            h2 {
                font-size: 2rem;
                line-height: 2.5rem;
                margin-bottom: 40px;
            }

            .featured_bene_Cards {
                flex-wrap: wrap;
                gap: 20px;

                .feau_bene_Card {
                    width: 100%;
                    padding: 15px;
                    min-height: 230px;

                    h3 {
                        font-size: 1.2rem;
                    }
                }
            }
        }
    }
}

/* featured and benefits */

/* application */
.applicationsSection {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .applicationsContainer {
        width: 100%;
        max-width: 1400px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 80px 0;

        h2 {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 15px;
        }

        >p {
            font-size: 1.4rem;
            color: #121212;
            margin-bottom: 40px;
        }

        .appli-Cards {
            width: 100%;
            height: auto;
            display: flex;
            align-items: start;
            justify-content: space-between;
            gap: 25px;

            .appliCard {
                width: 35%;
                height: auto;
                padding: 15px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background-color: #fafafa;
                border-radius: 15px;
                text-align: center;
                min-height: 230px;

                i {
                    font-size: 2.5rem;
                    color: #fbab18;
                    margin-bottom: 15px;
                }

                h3 {
                    font-size: 1.5rem;
                    font-weight: 600;
                    margin-bottom: 15px;
                }

                >p {
                    font-size: 1rem;
                    color: #181818;
                }
            }
        }
    }
}

@media screen and (max-width:768px) {
    .applicationsSection {
        padding: 0 10px;

        .applicationsContainer {

            h2 {
                font-size: 2rem;
                line-height: 2.5rem;
                margin-bottom: 10px;
                text-align: center;
            }

            >p {
                font-size: 1.1rem;
                text-align: center;
            }

            .appli-Cards {
                flex-wrap: wrap;

                .appliCard {
                    width: 100%;
                    text-align: center;

                    i {
                        font-size: 2rem;
                    }
                }
            }
        }
    }
}

/* application */

/* installation */
.installationGuide {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .installationGuideContainer {
        width: 100%;
        max-width: 1400px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin: 80px 0;

        h2 {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 15px;
            text-align: center;
        }

        >p {
            font-size: 1.4rem;
            margin-bottom: 40px;
            text-align: center;
        }

        .installGuide {
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;

            .installGuideCard {
                width: 15%;
                height: auto;
                padding: 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                /* background-color: #00000015; */

                h4 {
                    width: 80px;
                    height: 80px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    font-size: 1.5rem;
                    color: #000;
                    background-color: #fbab18;
                    padding: 15px;
                    border-radius: 50%;
                    margin-bottom: 5px;
                }

                >p {
                    font-size: 1rem;
                    color: #252525;
                    font-weight: 400;
                }
            }
        }
    }
}

@media screen and (max-width:768px) {
    .installationGuide {
        padding: 0 10px;

        .installationGuideContainer {

            h2 {
                font-size: 2rem;
                line-height: 3rem;
                margin-bottom: 10px;
            }

            >p {
                font-size: 1.1rem;
            }

            .installGuide {
                flex-wrap: wrap;

                .installGuideCard {
                    width: 45%;
                }
            }
        }
    }
}

/* installation */

/* download brochure */
.downloadBrochure {
    width: 100%;
    height: auto;
    background-color: #fbab18;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;


    .downloadbrochureContainer {
        width: 100%;
        height: auto;
        max-width: 1400px;
        margin: 80px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;

        h2 {
            font-size: 2.5rem;
            color: #000;
            line-height: 3rem;
            margin-bottom: 20px;
        }

        p {
            font-size: 1.4rem;
            color: #121212;
            margin-bottom: 40px;
        }

        a {
            font-size: 1.1rem;
            padding: 16px 24px;
            color: #fff;
            background-color: #000;
            border-radius: 12px;
            font-weight: 400;
        }
    }
}

@media screen and (max-width:768px) {
    .downloadBrochure {
        padding: 0 10px;

        .downloadbrochureContainer {

            h2 {
                font-size: 2rem;
                line-height: 3rem;
            }

            p {
                font-size: 1.2rem;
            }
        }
    }
}

/* download brochure */