/* ==================== Preset 1 Css Start ==================== */

.wpweb-ht-tabs {
    padding: 60px 0;
}

.wpweb-ht-tab-content {
    text-align: center;
    border-radius: 28px;
}

.wpweb-ht-tab-content .tab-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 0px;
    top: -25px;
    position: relative;
    margin-bottom: -25px;
    gap: 7px;
}

.wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #121212CC;
    padding: 9px 17px;
    border-radius: 50px;
    margin-bottom: 0px;
    cursor: pointer;
}

.wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head.active, .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head:hover {
    border-bottom: none;
    background: #0095D8;
    color: #fff;
}

.wpweb-ht-tab-content .wpweb-ht-tab-pane {
    display: none;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane.active {
    display: block;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane {
    display: none;
    padding:15px 10px 0;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane.active {
    display: block;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane ul {
    display: flex; 
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 19px 0;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane ul li {
    max-width: 10%;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane ul li a p, .wpweb-ht-tab-content .wpweb-ht-tab-pane ul li p {
    margin: 6px 0 0;
    color: #778992;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane ul li a img, .wpweb-ht-tab-content .wpweb-ht-tab-pane ul li img {
    width: 100%;
    height: 100%;
}
.wpweb-ht-tab-content .wpweb-ht-tab-pane .wpweb-ht-tab-pane-img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.wpweb-ht-tabs h2 {
    padding: 0;
    text-align: center;
    color: #121212CC;
    margin-bottom: 55px;
}
 


@media screen and (max-width:1200px) {
    .wpweb-ht-tab-content .wpweb-ht-tab-pane ul li {
    max-width: 16%;
    }
}

@media screen and (max-width:991px) {
    .wpweb-ht-tab-content .tab-header {
        border-bottom: none;
        flex-wrap: wrap;   
        border: none;
        background: #FFFFFF;
        border-radius: 26px;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
        top: 0;
        position: relative;
        margin-bottom: 0; 
        text-align: left;
    }

    .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head.active {
        border-bottom: 1px solid #C5DDE9;
        color: #000;
        background: transparent;
    }

    .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head {
        position: relative;
        width: 100%;        
        padding: 15px 20px;
        border: 1px solid #C5DDE9;
        border-radius: 8px;
        margin-bottom: 10px;
    }

 
    .wpweb-ht-tab-content .wpweb-ht-tab-pane {
        display: none;
        padding: 20px 0 20px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .wpweb-ht-tab-content .wpweb-ht-tab-pane ul li {
        max-width: 33.33%;
        width: 100%;
        padding: 0 5px;
        text-align: center;
    }

    .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head .wpweb-ht-head:after {
        display: block;
        border: solid #121212CC;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(-90deg); 
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .wpweb-ht-tabs {
        padding: 40px 0;
    }

    .wpweb-ht-tab-content .wpweb-ht-tab-pane.active {
        display: none;
    }

    .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head.active .wpweb-ht-tab-pane.active  {
        display: block;
    }

    .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head.active :after {
        transform: rotate(225deg);
        border: solid #0095D8;
        border-width: 0 2px 2px 0;
    }

    .wpweb-ht-tabs h2 {
        margin-bottom: 20px;
    }

    .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head.active, .wpweb-ht-tab-content .tab-header .wpweb-ht-tab-head:hover {
        border-bottom: 1px solid #C5DDE9;
        background: transparent;
        color: #121212CC;
    }

}
/* ==================== Preset 1 Css End ==================== */


/* ==================== Preset 2 Css Start ==================== */
.wpweb-technologies-platform {
    padding: 60px 0;
}
.wpweb-technologies-platform-head {
    text-align: center;
}
.technologies-platform-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    border-bottom: 1px solid #E1E5EF;
    padding: 30px 0;
}
.technologies-platform-inner-head p {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #121212CC;
    margin: 0;
}
.technologies-platform-inner-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.technologies-platform-inner-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid #E1E5EF;
    border-radius: 50px;
}
.technologies-platform-inner-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.technologies-platform-inner-list li img {
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 50%;
}

.technologies-platform-inner .technologies-platform-inner-head {
    min-width: 160px;
    max-width: 160px;
}

.technologies-platform-inner-list li p {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #778992;
    margin: 0;
}
.technologies-platform-inner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .technologies-platform-inner {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .technologies-platform-inner-list {
        gap: 10px;
    }
    .wpweb-technologies-platform {
        padding: 40px 0;
    }
    .technologies-platform-inner {
        gap: 20px;
        padding: 15px 0;
        flex-wrap: wrap;
    }

    .technologies-platform-inner .technologies-platform-inner-head {
        min-width: auto;
    }
}
/* ==================== Preset 2 Css End ==================== */