/* ================= */
/* === Info Tabs === */
/* ================= */

.scd-kcfep1391 {
    margin: -48px auto 0;
}

.scd-kcfep1391 .our-products,
.scd-kcfep1391 .industry-needs {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.scd-kcfep1391 .our-products {
    background: #F1F2F2;
    padding: 15px 0;
    margin-bottom: 54px;
}

.scd-kcfep1391 .industry-needs {
    margin-bottom: 40px;
}

/* TABS */

.scd-kcfep1391 .tabs-wrapper {
    width: 100%;
    padding: 0 15px;
    overflow-x: auto;
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
    order: 2;
}

/* .scd-kcfep1391 .tabs-wrapper::-webkit-scrollbar {
    display: none;
} */

.scd-kcfep1391 .tabs-wrapper .tabs-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.scd-kcfep1391 .our-products .tabs-wrapper .tabs-inner,
.scd-kcfep1391 .industry-needs .tabs-wrapper .tabs-inner {
    width: 180%;
}

/* .scd-kcfep1391 .industry-needs .tabs-wrapper .tabs-inner {
    width: 142%;
} */

.scd-kcfep1391 .tabs-wrapper .tab,
.scd-kcfep1391 .tabs-wrapper .tab.active,
.scd-kcfep1391 .tabs-wrapper .tab.active:hover {
    margin: 0;
    text-align: center;
    transform: scale(1);
    transition: transform ease-in-out 0.15s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    outline: none !important;
}

.scd-kcfep1391 .tabs-wrapper .tab:hover {
    transform: scale(1.05);
    transition: transform ease-in-out 0.15s;
}

.scd-kcfep1391 .our-products .tabs-wrapper .tab,
.scd-kcfep1391 .industry-needs .tabs-wrapper .tab {
    width: 16.666%;
}

/* .scd-kcfep1391 .industry-needs .tabs-wrapper .tab {
    width: 20%;
} */

.scd-kcfep1391 .tabs-wrapper .tab:hover {
    cursor: pointer;
}

.scd-kcfep1391 .tabs-wrapper .tab.active {
    pointer-events: none;
}

.scd-kcfep1391 .tabs-wrapper .tab img {
    width: 80px;
    height: auto;
    margin: 0 auto 12px;
    border-radius: 100%;
    filter: brightness(100%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.15s;
}

.scd-kcfep1391 .tabs-wrapper .tab.active:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    border-radius: 50%;
    box-shadow: inset 0px 0px 16px 0px #999;
}

.scd-kcfep1391 .tabs-wrapper .tab:hover img {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.15s;
}

.scd-kcfep1391 .tabs-wrapper .tab.not-active:hover img {
    filter: brightness(80%);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.15s;
}

.scd-kcfep1391 .tabs-wrapper .tab.not-active img {
    filter: brightness(50%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.15s;
}

.scd-kcfep1391 .tabs-wrapper .tab.active img {
    filter: brightness(100%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.15s;
}

.scd-kcfep1391 .tabs-wrapper .tab span {
    font-size: 12px;
    width: 80px;
    margin: 0 auto;
    display: inline-block;
}

.scd-kcfep1391 .tabs-wrapper .tab.active span {
    font-weight: 700;
}

/* CONTENT */

.scd-kcfep1391 .content-wrapper {
    position: relative;
    width: 100%;
    /* background: yellow; */
    order: 1;
    padding-top: 0;
    margin-bottom: 20px;
}

.scd-kcfep1391 .content-wrapper .content-box {
    display: none;
}

.scd-kcfep1391 .content-wrapper .content-box.active {
    display: block;
}

.scd-kcfep1391 .content-wrapper .content-box h3 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 24px;
    padding-left: 30px;
    width: 295px;
}

.scd-kcfep1391 .content-wrapper .content-box.cb0 h3 {
    margin-top: 0;
}

.scd-kcfep1391 .content-wrapper .content-box p {
    font-size: 18px;
    line-height: 1.5;
    /* width: 465px; */

    font-size: 14px;
    padding-left: 30px;
    width: 315px;
}

.scd-kcfep1391 .content-wrapper .content-box span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.08px;
    margin-bottom: 6px;
    padding-left: 30px;
}

/* Product experts content */

.scd-kcfep1391 .content-wrapper .content-box.expert h3 {
    font-size: 22px;
    margin-bottom: 20px;
    width: 295px;
}

.scd-kcfep1391 .content-wrapper .content-box.expert img {
    width: 340px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
}

.scd-kcfep1391 .content-wrapper .content-box.expert .button {
    position: relative;
    z-index: 5;
}

/* Industry content */

.scd-kcfep1391 .content-wrapper .content-box.expert p,
.scd-kcfep1391 .content-wrapper .content-box.industry p {
    margin-bottom: 22px;
}

.scd-kcfep1391 .content-wrapper .content-box .button {
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 10px;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

@media (min-width: 475px) {

    .scd-kcfep1391 .content-wrapper .content-box.expert h3 {
        width: 320px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert img {
        width: 380px;
        margin-top: -30px;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .scd-kcfep1391 .our-products {
        padding: 15px 0 20px;
    }

    .scd-kcfep1391 .our-products .tabs-wrapper .tabs-inner,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tabs-inner {
        width: 142%;
    }

    .scd-kcfep1391 .tabs-wrapper .tab img {
        width: 100px;
    }
    .scd-kcfep1391 .tabs-wrapper .tab.active:before {
        width: 100px;
        height: 100px;
        left: calc(50% - 50px);
    }
    
    .scd-kcfep1391 .tabs-wrapper .tab span {
        font-size: 15px;
        width: 100px;
    }

    .scd-kcfep1391 .content-wrapper .content-box h3 {
        font-size: 26px;
        width: 410px;
        padding-left: 30px;
    }

    .scd-kcfep1391 .content-wrapper .content-box p {
        width: 458px;
        padding-left: 30px;
    }

    .scd-kcfep1391 .content-wrapper .content-box span {
        font-size: 14px;
        padding-left: 30px;
    }

    .scd-kcfep1391 .content-wrapper .content-box .button {
        margin-bottom: 15px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert h3 {
        font-size: 26px;
        width: 410px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert img {
        width: 480px;
        margin-top: -60px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .scd-kcfep1391 .our-products {
        padding: 50px 0;
    }

    .scd-kcfep1391 .our-products .tabs-wrapper .tabs-inner,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tabs-inner {
        width: 100%;
    }

    .scd-kcfep1391 .our-products .tabs-wrapper .tab,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tab {
        width: 33.333%;
    }

    .scd-kcfep1391 .tabs-wrapper .tab:nth-child(1),
    .scd-kcfep1391 .tabs-wrapper .tab:nth-child(2),
    .scd-kcfep1391 .tabs-wrapper .tab:nth-child(3) {
        margin-bottom: 40px;
    }

    .scd-kcfep1391 .content-wrapper {
        margin-bottom: 40px;
    }

    .scd-kcfep1391 .tabs-wrapper .tab img {
        width: 160px;
    }
    .scd-kcfep1391 .tabs-wrapper .tab.active:before {
        width: 160px;
        height: 160px;
        left: calc(50% - 80px);
    }

    .scd-kcfep1391 .tabs-wrapper .tab span {
        font-size: 18px;
        width: 160px;
    }

    .scd-kcfep1391 .content-wrapper .content-box h3 {
        font-size: 32px;
        width: 512px;
        margin-bottom: 16px;
        padding-left: 45px;
    }

    .scd-kcfep1391 .content-wrapper .content-box p {
        font-size: 16px;
        width: 505px;
        padding-left: 45px;
    }

    .scd-kcfep1391 .content-wrapper .content-box span {
        font-size: 16px;
        margin-bottom: 8px;
        padding-left: 45px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.induexpert    .scd-kcfep1391 .content-wrapper .content-box.industry p {
        margin-bottom: 24px;
    }

    .scd-kcfep1391 .content-wrapper .content-box .button {
        font-size: 16px;
        margin-left: 45px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert h3 {
        font-size: 32px;
        width: 512px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert img {
        width: 600px;
        margin-top: -60px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* go to half/half screen size */

    .scd-kcfep1391 .our-products,
    .scd-kcfep1391 .industry-needs {
        flex-direction: row;
        gap: 40px;
    }

    .scd-kcfep1391 .our-products {
        padding: 54px 0;
        margin-bottom: 64px;
    }

    .scd-kcfep1391 .industry-needs {
        /* margin-bottom: 68px; */
    }

    /* .scd-kcfep1391 .our-products .tabs-wrapper {
        padding: 54px 0;
    } */

    .scd-kcfep1391 .tabs-wrapper {
        width: 53%;
        padding: 0;
        order: 0;
    }

    .scd-kcfep1391 .our-products .tabs-wrapper .tabs-inner,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tabs-inner {
        width: 435px;
    }

    .scd-kcfep1391 .tabs-wrapper .tabs-inner {
        overflow: hidden;
        justify-content: center;
        margin-left: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .scd-kcfep1391 .our-products .tabs-wrapper .tab,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tab {
        width: 145px;
    }

    .scd-kcfep1391 .tabs-wrapper .tab {
        margin: 13px 0 !important;
    }

    .scd-kcfep1391 .tabs-wrapper .tab img {
        width: 120px;
    }
    .scd-kcfep1391 .tabs-wrapper .tab.active:before {
        width: 120px;
        height: 120px;
        left: calc(50% - 60px);
    }

    .scd-kcfep1391 .tabs-wrapper .tab span {
        width: 120px;
        font-size: 16px;
    }

    .scd-kcfep1391 .content-wrapper {
        width: 47%;
        order: 0;
        padding-top: 13px;
        margin-bottom: 0;
    }

    /* .scd-kcfep1391 .our-products .content-wrapper .content-box.cb0 {
        padding: 54px 0;
    } */

    .scd-kcfep1391 .content-wrapper .content-box h3 {
        font-size: 34px;
        width: 365px;
        margin-top: 45px;
        padding-left: 0;
    }

    .scd-kcfep1391 .content-wrapper .content-box p {
        width: 356px;
        padding-left: 0;
    }

    .scd-kcfep1391 .content-wrapper .content-box span {
        margin-top: 30px;
        padding-left: 0;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert h3 {
        font-size: 27px;
        /* margin-top: 45px; */
        width: 365px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert img {
        left: 0;
        bottom: 0;
        width: 425px;
        position: absolute;
        margin-top: 0;
        margin-left: 0;
    }

    .scd-kcfep1391 .content-wrapper .content-box .button {
        margin-left: 0;
        margin-bottom: 0;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .scd-kcfep1391 .our-products,
    .scd-kcfep1391 .industry-needs {
        gap: 50px;
    }

    .scd-kcfep1391 .our-products {
        padding: 60px 0;
        margin-bottom: 72px;
    }

    .scd-kcfep1391 .industry-needs {
        /* margin-bottom: 76px; */
    }

    .scd-kcfep1391 .tabs-wrapper {
        width: 51%;
    }

    /* .scd-kcfep1391 .our-products .tabs-wrapper {
        padding: 60px 0;
    } */

    .scd-kcfep1391 .our-products .tabs-wrapper .tabs-inner,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tabs-inner {
        width: 450px;
    }

    .scd-kcfep1391 .our-products .tabs-wrapper .tab,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tab {
        width: 150px;
    }

    .scd-kcfep1391 .tabs-wrapper .tab img {
        width: 125px;
    }
    .scd-kcfep1391 .tabs-wrapper .tab.active:before {
        width: 125px;
        height: 125px;
        left: calc(50% - 62.5px);
    }

    .scd-kcfep1391 .tabs-wrapper .tab span {
        width: 120px;
    }

    .scd-kcfep1391 .content-wrapper {
        width: 49%;
    }

    /* .scd-kcfep1391 .our-products .content-wrapper .content-box.cb0 {
        padding: 60px 0;
    } */

    .scd-kcfep1391 .content-wrapper .content-box h3 {
        font-size: 36px;
        width: 385px;
    }

    .scd-kcfep1391 .content-wrapper .content-box p {
        width: 410px;
    }


    .scd-kcfep1391 .content-wrapper .content-box span {
        font-size: 17px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert h3 {
        font-size: 32px;
        width: 420px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert img {
        left: 0;
        width: 480px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.induexpert    .scd-kcfep1391 .content-wrapper .content-box.industry p {
        margin-bottom: 28px;
    }

}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

    .scd-kcfep1391 .our-products,
    .scd-kcfep1391 .industry-needs {
        gap: 65px;
    }

    .scd-kcfep1391 .our-products {
        padding: 76px 0;
        margin-bottom: 76px;
    }

    .scd-kcfep1391 .industry-needs {
        /* margin-bottom: 80px; */
    }

    .scd-kcfep1391 .tabs-wrapper {
        width: 56%;
    }

    /* .scd-kcfep1391 .our-products .tabs-wrapper {
        padding: 76px 0;
    } */

    .scd-kcfep1391 .our-products .tabs-wrapper .tabs-inner,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tabs-inner {
        width: 600px;
    }

    .scd-kcfep1391 .our-products .tabs-wrapper .tab,
    .scd-kcfep1391 .industry-needs .tabs-wrapper .tab {
        width: 200px;
    }

    .scd-kcfep1391 .tabs-wrapper .tab img {
        width: 145px;
    }
    .scd-kcfep1391 .tabs-wrapper .tab.active:before {
        width: 145px;
        height: 145px;
        left: calc(50% - 72.5px);
    }

    .scd-kcfep1391 .tabs-wrapper .tab span {
        width: 150px;
    }

    .scd-kcfep1391 .content-wrapper {
        width: 44%;
    }

    /* .scd-kcfep1391 .our-products .content-wrapper .content-box.cb0 {
        padding: 76px 0;
    } */

    .scd-kcfep1391 .content-wrapper .content-box h3 {
        font-size: 38px;
        width: 395px;
    }

    .scd-kcfep1391 .content-wrapper .content-box p {
        /* font-size: 16px; */
        width: 363px;
    }

    .scd-kcfep1391 .tabs-wrapper .tab span {
        font-size: 18px;
    }

    .scd-kcfep1391 .content-wrapper .content-box.expert h3 {
        font-size: 32px;
        margin-bottom: 20px;

    }
    
    .scd-kcfep1391 .content-wrapper .content-box.expert img {
        left: -35px;
        width: 550px;
    }

}

