.icon-box {
    text-align: center;
}

.icon {
    align-items: center;
    justify-self: center;
    height: 100px;
    width: 60px;
}



/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.content h3 {
    font-weight: 400;
    font-size: 34px;
}

.content h4 {
    font-size: 20px;
    margin-top: 5px;
}

.content p {
    font-size: 15px;
    color: #6c757d;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 8px;
    background: var(#f8f8f8);
    border: 1px solid var(#dee2e6);
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid var(#dee2e6);
}


.accordion-collapse {
    border: 0;
    background: var(#f8f8f8);
    border-radius: 0 8px 8px 0;
}

.accordion-flush .accordion-item:first-child {
    border: 1px solid var(#dee2e6);
}

.faq .accordion-button {
    background: var(#f8f8f8);
    padding: 20px 50px 20px 20px;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-primary);
    text-align: left;
    box-shadow: none;
    border-radius: 8px !important;
}

.accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--color-primary);
}

.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    box-shadow: none;
}

.accordion-button:after {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/assets/media/scada_one/icons/down-arrow.svg);
}

.accordion-body {
    padding: 40px;
    border: 0;
    border-radius: 0 0 8px 8px;
    background: var(--theme-color-dark);
    box-shadow: none;
    color: var(--text-color);
}

/* --------------------------
 highlight Section
----------------------------- */
.wArea {
    text-align: center;
    font-size: 44px !important;
    font-weight: 600;
    color: #025add;
}


.highlightcard {
    padding: 10px 0;
}

.highlightcard2 {
    height: 100%;
    padding: 15px 0;
}

.team-detail .detail-blog .detail-content h2 {
    text-transform: uppercase;
    color: #171818;
    /* font-weight: 700; */
    font-size: 26px;
    margin-bottom: 16px;
}



/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/

.left {
    text-align: right;
}

.right {
    text-align: left;
}

.list-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.list-wrap p {
    color: var(--text-color);
}

.list-wrap:nth-child(3),
.list-wrap:nth-child(6) {
    margin-bottom: 0;
}

.list-wrap .description h4 {
    color: var(--text-color);
}

.icon {
    width: 150px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
}

.icon svg {
    width: 100%;
}

.list-center-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}

.center-icon {
    width: 100%;
    text-align: center;
}

.center-icon img {
    width: 100%;
    /* height: max-content; */
    border-radius: 20px;
    opacity: 0.9;
}

.iconsize {
    width: 60px;
    height: 60px;
}