
.carousel-indicators button {
    background-color: var(--fs-primary);
    opacity: 0.5;
}

.carousel-indicators button.active {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.banner-image {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.banner-content {
    position: relative;
    max-width: 800px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.big-showcase {
    min-height: 550px;
    position: relative;

    .container-fluid {
        position: relative;
        height: 100%;
    }

    text-align: center;
    background: url('/static/images/sheetlabels22.webp') center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;

    .link-underline {
        text-shadow: 0 2px 5px #2b2d42;
    }

    h1, p {
        text-shadow: 0 2px 5px #2b2d42;
    }

    .number-box {
        position: absolute;
        bottom: -4.8em;
        width: 100%;
        text-align: center;
        color: #fff;
        background-color: rgba(3, 3, 55, 0.5);
        padding-bottom: 1em;
        border-radius: 1em;
        font-weight: 700;

        h2 {
            color: rgb(230, 57, 70);
            font-weight: 700;
            font-size: 2.8em;
            line-height: 3em;
        }
    }
}

@media (max-width: 768px) {
    .banner-image {
        min-height: 400px;
    }

    h1.display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }
}

.advantage {
    margin-top: 7em;
    overflow: hidden;

    ul {
        padding-left: 2em;

        li {
            padding: .2em 0;
            line-height: 1.8em;

            .red {
                font-weight: 700;
                color: var(--fs-primary);
            }
        }
    }
}


section.customers-say {
    background: rgb(228, 228, 228);
    padding-bottom: 3em;

    .say-title {
        padding: 3em 0;
        text-align: center;
        color: #2b2d42;

        h2 {
            color: #555;
        }
    }

    .said-item {
        background: #fff;
        margin-bottom: 2em;

        img {
            width: 100%;
        }

        .detail {
            padding: 2em 2.5em;

            h3 {
                font-size: 1.3em;
                font-weight: 700;
                color: rgb(85, 85, 85);
                margin-top: 3em;
            }

            h6 {
                font-size: .8em;
                text-transform: uppercase;
                font-weight: 700;
                color: rgb(85, 85, 85);
                line-height: 2em;
                opacity: .8;
            }

            p {
                color: rgb(43, 45, 66);
                padding: 1em 0;
                font-size: 1em;
            }

            .btn-box {
                border-top: 2px solid rgba(0, 0, 0, 0.09);
                padding-top: 2em;

                a.button {
                    background: rgb(3, 3, 55);
                    color: #fff;
                    text-transform: none;
                    padding: 0 3em;

                    .icon {
                        margin-left: 1em;
                        font-weight: normal;
                    }

                    &.link-underline {
                        background: transparent;
                        color: var(--fs-primary);
                        padding: 0 .3em;
                        text-transform: uppercase;

                        &:hover {
                            color: #333;
                        }
                    }
                }
            }
        }
    }
}

.the-industries {
    .item {
        background-color: var(--fs-primary);
        color: #FFF;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 1fr auto 4.4rem;

        &:hover {
            .img-item {
                filter: brightness(1.1);
            }

            .shade-layer {
                opacity: .6;
            }
        }
    }

    .shadow-layer, .img-item, .shade-layer, .text-entity {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }

    .text-entity {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .text {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        z-index: 1;
        color: #FFF;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
    }

    .btn {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        z-index: 1;
        align-self: center;
        justify-self: center;
        text-transform: uppercase;
    }

    .shadow-layer {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .shade-layer {
        backface-visibility: hidden;
        background: linear-gradient(0deg, #323232 0, rgba(50, 50, 50, 0) 33%);
        opacity: .3;
        transition: opacity .3s;
    }

    .img-item {
        transition: filter .3s;
    }

    img {
        aspect-ratio: 0.61875;
    }

}


.carousel-indicators {
    position: unset;

    button[data-bs-target] {
        --bs-carousel-indicator-active-bg: transparent;
        border: 3px solid #111;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        height: 6px;
        width: 6px;
        margin: 0 5px;
        opacity: .4;
        transition: opacity .3s;

        &:hover {
            opacity: .7
        }

        &.active {
            background-color: #111;
            opacity: 1 !important
        }
    }
}

section.questionnaire {
    .tab-content {
        width: 100%;
        max-width: 900px;
        justify-self: center;
    }


    .accordion {
        --bs-accordion-btn-padding-x: 1rem;
        --bs-accordion-btn-padding-y: 0.75rem;
    }

    .accordion-header {
        transition: color .3s;
    }

    .accordion-header:hover {
        --bs-accordion-btn-color: var(--fs-primary-light);
    }

    .accordion-button {
        --bs-accordion-btn-focus-box-shadow: none;
        --bs-accordion-active-color: var(--bs-body-color);
        --bs-accordion-active-bg: rgb(51 51 51 / 0.2);
    }


    .nav {
        margin-top: 3em;
        justify-content: center;

        .nav-item {
        / / flex-grow: 1;
        }

        .nav-link {
            text-align: center;
        / / display: block;
        / / padding: .8 em 0;
            text-transform: uppercase;
            border-radius: 0;
            font-size: .8em;
            font-weight: 700;
            color: var(--bs-body-color);

            &:hover {
                color: var(--fs-primary);
            }

            &.active {
                background: var(--fs-primary);
                color: #fff;
            }
        }
    }

    .faq-list {
        list-style: none;

        li {
            padding: 1em 0;
        }

        .question {
            padding: .5em 1em;
            background: rgb(51 51 51 / 0.2);
        }

        .answer {
            padding: .5em 3em;
        }
    }

}

section.feedback-form {
    padding-bottom: 8em;

    .banner {
        position: relative;
        margin-top: 5em;
        height: 400px;

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

    }

    .slogan {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.331);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
        .btn {
            color: #FFF;
        }
    }

}

.products {
    .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        &:hover {
            transform: translateY(-3px);
            box-shadow: var(--bs-box-shadow) !important;
        }
    }
}

.rating {
    color: var(--fs-primary);
}

.bg-brand {
    background-color: var(--fs-primary);
}

.text-brand {
    color: var(--fs-primary);
}

.btn-outline-brand {
    color: var(--fs-primary);
    border-color: var(--fs-primary);
}

@media (min-width: 992px) {
    section.customers-say {
        .said-item {
            img {
                width: 33%;
                float: left;
            }

            .detail {
                width: 67%;
                float: right;
            }

            clear: both;

            &.odd {
                img {
                    float: right;
                }

                .detail {
                    float: left;
                }
            }
        }
    }
}