.custom-tabs-wrapper {
    padding: 20px;
    width: 1440px;
    margin: auto;
    max-width: 100%;
}


.custom-tabs-wrapper .tabs {
    position: relative;
    background: linear-gradient(131.64deg, #00B970 1.86%, #0161CA 91%);
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 18px;
    margin-bottom: 20px;
    width: 525px;
    max-width: 100%;
    margin: auto;
}

.custom-tabs-wrapper .tabs:after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 10px;
    background: rgba(248, 248, 248, 1);
    border-radius: 17px;
}

.custom-tabs-wrapper .tab {
    padding: 19px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 21px;
    color: rgba(4, 5, 53, 1);
    transition: all 0.3s ease;
    z-index: 99;
    font-weight: 500;
}

.custom-tabs-wrapper .tab.active {
    color: #fff;
    background: linear-gradient(131.64deg, #00B970 1.86%, #0161CA 91%);
    border-radius: 15px !important;
    padding: 19px 25px;
}

/* ==== Sub Tabs ==== */
.custom-tabs-wrapper .sub-tabs {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 50px;
}

#subTabsContainer {
    width: 70%;
    margin: 0 auto;
}

.custom-tabs-wrapper .sub-tabs.active {
    display: flex;
    justify-content: center;
}

.custom-tabs-wrapper .sub-tab {
    padding: 13px 15px;
    border: 1px solid;
    border-color: rgba(0, 185, 112, 1);
    border-radius: 10px;
    font-size: 22px;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    color: rgba(4, 5, 53, 1);
    transition: all 0.3s ease;
}

.custom-tabs-wrapper .sub-tab:hover {
    background: linear-gradient(131.64deg, #00B970 1.86%, #0161CA 91%);
    color: #fff;
}

.custom-tabs-wrapper .sub-tab.active {
    color: #fff;
    border-color: rgba(0, 185, 112, 1);
    color: #fff;
    background: linear-gradient(131.64deg, #00B970 1.86%, #0161CA 91%);
}

/* ==== Content card==== */

.card_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 50px;
    padding-top: 70px;
}

/* :root{
        --smallRoundBox: 105px;
        } */
.product-imagewrap {
    position: relative;
    /* filter: url(#goo); */
    z-index: 1;
}

.product-img {
    display: flex;
    width: 100%;
    background: #E7F4EB;
    padding-top: 20px;
    cursor: pointer;
    border-radius: 30px;
    height: 360px;
    max-height: 360px;
}
.product-img img {
    object-fit: contain;
    object-position: center;
}
.blog_svg {
    position: absolute;
    right: -10px;
    bottom: -11px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.blog_svg img {
    transition: transform 0.5s ease;
}

.blog_svg img:hover {
    transform: rotate(-0.15turn);
    transition: transform 0.5s ease;
}

.blog_card_inner {
    width: 30%;
}

.card_text h2 a {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding-top: 30px;
    color: rgba(4, 5, 53, 1);
    display: block;
}

.card_text p {
    margin: 0;
    padding-top: 15px;
    font-size: 16px;
    line-height: 25px;
    color: rgba(60, 60, 60, 1);
}

.card_text span {
    display: inline-block;
    background: rgba(242, 244, 247, 1);
    padding: 12px 32px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    border-radius: 24px;
    margin-top: 30px;
}

.blog_svg {
    background-color: #fff;
    padding: 23px;
    border-radius: 70px 0 0 0;
}

.curved-corner-bottomleft {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 179px;
    transform: rotate(270deg);
}


.curved-corner-bottomleft:before {
    bottom: 0;
    left: 0;
    box-shadow: -50px 50px 0 0 #ffffff;
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 50px;
}

.curved-corner-bottomleft.right_corner {
    top: auto;
    bottom: -1px;
    right: 136px;
    width: 50px;
    height: 50px;
}

.curved-corner-bottomleft.right_corner::before {
    bottom: 0;
    left: 0;
    box-shadow: -50px 50px 0 0 #ffffff;
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 50px;
}

/* search */
#portfolio-search {
    width: 100%;
    max-width: 100%;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    border-radius: 18px;
    padding: 0px 10px;
    height: 70px;
    position: relative;
    background: linear-gradient(131.64deg, #00B970 1.86%, #0161CA 91%);
    width: 930px;
    max-width: 100%;
    margin: auto;
}

.search-container:after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 10px;
    background: rgba(248, 248, 248, 1);
    border-radius: 17px;
}

.search-container input {
    font-size: 20px;
    color: rgba(167, 167, 167, 1);
    position: relative;
    z-index: 9;
    background: transparent;
    padding-left: 15px;
    width: 100%;
    min-width: 500px;
}

.search-container svg {
    z-index: 9;
    background: linear-gradient(131.64deg, #00B970 1.86%, #0161CA 91%);
    width: 52px;
    height: 52px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.bdc-live-search-results {
    bottom: -49px;
    padding: 10px;
    border-radius: 8px;
}

.slider_section {
    padding-top: 0px !important;
}

.trusted_client h3 {
    font-size: 32px;
}

.ios_cta_section p {
    padding-top: 15px;
}

.bdc_slider_inner.card_wrp {
    padding: 20px !important;
}

.cta_bg {
    margin: 0;
}

/* responsive */
@media (max-width: 1024px) {
    .blog_card_inner {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .blog_card_inner {
        width: 46%;
    }

    .curved-corner-bottomleft {
        top: 102px;
    }

    .card_text h2 a {
        font-size: 26px;
        padding-top: 15px;
    }
}

@media (max-width: 567px) {
    .search-container input {
        min-width: 100%;
    }

    .custom-tabs-wrapper .tabs {
        flex-wrap: wrap;
    }

    .custom-tabs-wrapper .tab {
        font-size: 16px;
    }

    #subTabsContainer {
        width: 100%;
    }

    .custom-tabs-wrapper .sub-tab {
        padding: 10px 15px;
        font-size: 16px;
    }

    .blog_card_inner {
        width: 100%;
    }

    .blog_svg {
        background-color: #fff;
        padding: 5px;
        border-radius: 32px 0 0 0;
    }

    .curved-corner-bottomleft.right_corner {
        right: 99px;
    }

    .curved-corner-bottomleft {
        top: 162px;
    }

}

@media (max-width: 567px) {
    .sidler_title h2 {
        margin-bottom: 30px !important;
        padding-top: 30px;
    }

    .custom-tabs-wrapper .tab {
        padding: 10px 25px;
    }

    .custom-tabs-wrapper .tab.active {
        padding: 10px 25px;
    }

    #portfolio-search {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .bdc_slider_inner.card_wrp {
     padding: 15px !important;
    }
}