/* industeries section style  */
.industries_box {
    padding: 30px 5px;
    position: relative;
    border-radius: 16px;
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
}

.industries_box:hover {
    background: linear-gradient(90deg, #386BB7, #E24C4A);
}

.industries_box:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(90deg, #386BB7, #E24C4A);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* black icon box with hover gradain border and heading */
.black_box_hover_border:hover:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(90deg, #386BB7, #E24C4A);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
    cursor: pointer;
}

.black_box_hover_border:hover .elementor-image-box-title {
    background-image: linear-gradient(262deg, #386BB7 0%, #E24C4A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* Home page tabs Section style  */
.custom_tabs .elementor-tab-title {
    background: transparent;
    border-radius: 60px;
    margin-bottom: 10px;
    border: 1px solid #fff !important;
    transition: all 0.5s;
}

.custom_tabs .elementor-tab-title:before,
.custom_tabs .elementor-tab-title:after {
    display: none !important;
}

.custom_tabs .elementor-tab-title.elementor-active,
.custom_tabs .elementor-tab-title:hover {
    border-color: transparent !important;
    background: linear-gradient(90deg, #386BB7, #E24C4A);
}

.custom_tabs .elementor-tab-title:hover {
    scale: 1.1;
    transition: all 0.5s;
}

.custom_tabs .elementor-tabs-wrapper {
    background: #171717;
    border-radius: 25px;
    padding: 28px 26px;
}

.custom_tabs .elementor-tabs-content-wrapper {
    border-radius: 25px;
    background: white;
}

.custom_tabs .elementor-tabs {
    gap: 45px;
}

.custom_tabs .elementor-tab-content {
    padding: 0px !important;
}

.custom_tabs .elementor-tabs-content-wrapper {
    padding: 56px 82px;
}

.custom_tabs h1,
.custom_tabs h2,
.custom_tabs h3,
.custom_tabs h4,
.custom_tabs h5,
.custom_tabs h6 {
    background-image: linear-gradient(82deg, #386BB7 12%, #E24C48 26%);
    background-clip: text;
    -webkit-background-clip: text;
    background-color: transparent;
    color: transparent;
    text-decoration: none;
    margin: 0px 0px 10px 0px !important;
}

.custom_tabs p,
.custom_tabs ul li {
    color: #171717;
}

.custom_tabs ul>li:before {
    top: 3px;
    font-size: 12px;
    color: white;
    background: #E24C4A;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_tabs ul>li {
    padding-left: 45px;
    margin-bottom: 10px;
}

.custom_tabs ul>li:nth-last-child(1) {
    margin-bottom: 0px;
}

/* testimonials section */
.testimonials_play_icon .icon-play-wrapper {
    background-color: unset !important;
}

.testimonials_play_icon .icon-play-wrapper:before {
    display: none !important;
}

.custom_testimonials_sec .premium-carousel-arrows-wrapper {
    bottom: 0px;
    right: 0px;
    transform: translate(-227px, 100px);
    background: #171717;
    padding: 10px 10px;
    border-radius: 25px 25px 0 0;
    width: 136px;
    justify-content: center !important;
    position: absolute;
}

.custom_testimonials_sec .premium-carousel-arrows-wrapper:before,
.custom_testimonials_sec .premium-carousel-arrows-wrapper:after {
    box-shadow: 0 20px 0 0 #171717;
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    height: 40px;
    width: 20px;
}

.custom_testimonials_sec .premium-carousel-arrows-wrapper:before {
    left: -19px;
    border-bottom-right-radius: 20px;
}

.custom_testimonials_sec .premium-carousel-arrows-wrapper:after {
    right: -17px;
    border-bottom-left-radius: 20px;
}

.custom_testimonials_sec .premium-carousel-arrows-wrapper a:hover svg path {
    fill: #f14f44;
}

.custom_tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.custom_tabs .elementor-tabs-content-wrapper {
    position: relative;
    min-height: 300px;
}

.custom_tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
}

/*footer style*/
.footer.footer-type-1.footer-br-on {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*global tabs logos inline section style */
.custom_tab_logo .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px 22px;
    padding-bottom: 60px;
}

.custom_tab_logo .tabs_logo_inline_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 30px;
    width: 100%;
}

.custom_tab_logo div.elementor-tab-title {
    border: 1px solid #fff !important;
    border-radius: 90px;
    text-align: center;
}

.custom_tab_logo div.elementor-tab-title.elementor-active {
    background: linear-gradient(90deg, #386BB7, #E24C4A);
}

.custom_tab_logo div.elementor-tab-title.elementor-active {
    background: linear-gradient(90deg, #386BB7, #E24C4A);
    border-color: transparent !important;
}

/* Technology single post style */
.single-technology .top-page-wrapper .page-title-container,
.single-technology .post-meta-header,
.single-technology .post-meta-footer {
    display: none;
}

.single-technology .content-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-technology .post-content {
    margin-top: 0px !important;
}

.custom_tab_logo .elementor-tabs-wrapper {
    justify-content: center;
}




/* Reponsive Devices Style  */
@media (max-width: 1279px) {
    .home_sec_with_left_img .elementor-row {
        flex-direction: column;
    }

    .custom_tabs .elementor-tabs-wrapper {
        width: 35% !important;
    }

    .custom_tabs .elementor-tabs-content-wrapper {
        padding: 40px 40px;
    }

    .contact_sec_home .elementor-row {
        flex-direction: column;
    }

}

@media (max-width: 991px) {
    .custom_tabs .elementor-tabs-wrapper {
        width: 100% !important;
    }

    .custom_tabs .elementor-tabs {
        flex-direction: column;
    }

    .custom_tabs .elementor-tabs-wrapper {
        padding: 30px 50px;
    }

}

@media (max-width: 767px) {
    .custom_tabs .elementor-tabs-content-wrapper {
        border-radius: 0px;
        background: unset;
        border: 0px !important;
        padding: 0px;
    }

    .custom_tabs .elementor-tabs-content-wrapper .elementor-tab-content {
        padding: 40px 20px !important;
        background: white;
        border-radius: 25px;
        border: 0px;
        margin-bottom: 20px;
    }

    .custom_tabs .elementor-tabs-content-wrapper .elementor-tab-title {
        padding: 10px 10px 10px 30px;
    }

    .award_slider_mob .author-info {
        display: none;
    }

    .award_slider_mob .testimonial-photo {
        width: 150px !important;
        margin-right: 0px !important;
    }

    .award_slider_mob .testimonial-photo img {
        width: 100%;
    }

    .award_slider_mob .owl-nav {
        margin-top: 30px !important;
        gap: 15px;
    }

    .award_slider_mob .owl-nav button {
        background: white !important;
        border-radius: 50% !important;
        height: 40px !important;
        width: 40px !important;
    }

    .award_sec_mob .award_slider_mob .owl-nav button:hover {
        background: #F14F44 !important;
    }

    .award_slider_mob .owl-nav button i {
        color: #F14F44;
    }

    .award_slider_mob .owl-nav button:hover i {
        color: white;
    }

    .custom_testimonials_sec .premium-carousel-arrows-wrapper {
        transform: translate(0%, 100px);
    }
}

@media (max-width: 480px) {
    .custom_testimonials_sec .premium-carousel-arrows-wrapper {
        transform: translate(-15%, 100px);
    }

    .custom_testimonials_sec .slick-list {
        margin: 0 15px;
    }

    .custom_tab_logo .tabs_logo_inline_row {
        justify-content: center;
        gap: 30px 15px;
        margin: 20px 0px;
    }
    .custom_tab_logo div.elementor-tab-title {
        margin: 20px 0px;
    }

}