/* Hidden Section Css Start */
section.section-happy-clients,
section.outsourced-service-categories-section h3,
section.outsourced-service-categories-section > .container.scrollable_wrapper > p,
.container.scrollable_wrapper .outsourced-service-categories-scroll_content,
.service-categories-scrollbar,
.know-about-how-outsourcing-help-your-business-content a {
    display: none;
}
.function-button-container {
    display: none;
}
.filterContent.mobile-accordion {
    display: none !important;
}
.filterContent.mobile-accordion {
    border: solid 1px #05253d;
    border-radius: 10px;
    padding: 20px !important;
    background: unset !important;
}
.mobile-accordion .mobile-heading {
    border-bottom: unset !important;
    margin: unset !important;
}
/* Resource Hub Header Css start */
body.page-template-resource-hub header {
    background: var(--p-color);
}
button.showLightboxLink.btn.lightblue-gradient {
    width: 100%;
    cursor: pointer;
}
.result-con-col {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.function-button-container .clear-filters {
    background: unset;
    border: solid 3px #06E5FB;
}
.no-result-wrapper .text-content p {
    color: var(--p-color);
    margin: 0 0 15px 0;
    font-size: 14px;
    font-family: var(--ff-cp-medium);
}
/* lightbox css starts */
.lightboxcontent {
    gap: 15px;
    margin: 70px auto;
    padding: 40px 30px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    z-index: 5;
    display: flex !important;
    bottom: 0 !important;
    left: 0 !important;
    line-height: 0 !important;
    font-size: unset;
    max-width: 1000px;
    top: 3%;
    min-height: 10%;
    justify-content: space-evenly;
    background: var(--p-bgcolor);
    object-fit: cover;
    background-size: cover;
}
/* lightbox css end */
.card-content .cta-strip span {
    color: #00A2D6;
}
.no-result-wrapper .card-container .text-content p {
    color: var(--p-color);
    margin: 0 0 15px 0;
    font-size: 24px;
    font-family: var(--ff-cp-medium);
    border-bottom: solid 1px #ADBDCC;
    padding-bottom: 10px;
}
.card-content .cta-strip .columnWrapper {
    box-shadow: 0px 2px 20px 0px #11283E33;
    margin: 40px 0px;
}
.function-button-container button {
    background: var(--btn-bgcolor);
    width: 100%;
    height: 48px;
    border: none;
    font-size: 18px;
    border-radius: 34px;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    cursor: pointer;
    transition: ease-out 0.4s;
}
.function-button-container .btn-inner-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.function-button-container {
    padding-bottom: 50px;
}
/* Section hero area Css Start */
section.hero-area.resource-hub-hero-area {
    background: var(--p-color);
    padding: 70px 0;
}
section.hero-area.resource-hub-hero-area .txtContent h2 {
    font-family: var(--ff-cp-medium);
    color: var(--s1-color);
    font-size: 18px;
    margin: 0;
}
section.hero-area.resource-hub-hero-area .txtContent {
    flex: 1.5;
}
section.hero-area.resource-hub-hero-area .blankContent{
    flex: 0.5;
}
section.hero-area.resource-hub-hero-area .txtContent p {
    color: var(--w-color);
    max-width: 525px;
    width: 100%;
}
/* Filter Column Css Start */
.filterContent .panel {
    padding: 0px 6px;
    overflow: hidden;
    transition: max-height 0.2s ease-out 0s;
    color: var(--p2-color);
    max-height: 0;
}
.categoriesFilterContainer input {
    cursor: pointer;
}
section.resourceContent-section .filterContent .headingContent h3 {
    color: var(--p-color);
    margin: 0 0 15px 0;
    font-size: 24px;
    font-family: var(--ff-cp-medium);
}
section.resourceContent-section .filterColumn .filterContent {
    background: var(--t1-color);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 35px;
}
section.resourceContent-section .filterContent .searchContent {
    display: flex;
    flex-direction: column;
}
section.resourceContent-section .filterContent .searchContent label {
    position: absolute;
    z-index: 1;
    top: 130px;
    left: 40px;
    transition: 0.2s ease-in-out;
}
input.filter.text-active {
    padding-top: 15px;
}
.search-form:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/strokes-Stroke.svg);
    width: 20px;
    height: 20px;
    z-index: 2;
    position: absolute;
    background-repeat: no-repeat;
    left: 27%;
    top: 140px;
}
section.resourceContent-section .filterContent .headingContent p {
    color: var(--p-color);
    font-size: 18px;
    font-family: var(--ff-cp-medium);
    margin-bottom: 5px;
}
.search-form #search-blog{
    cursor: text;
}
.search-form.parent-active label {
    font-size: 12px !important;
    top: 119px !important;
}
section.resourceContent-section .filterContent .searchContent input[type="text"] {
    height: 51px;
    width: 100%;
    border-radius: 4px !important;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    border: 1px solid #05253d;
    transition: 0.2s ease-in-out;
}
section.resourceContent-section .filterColumn .filterContent button.accordion h3 {
    margin: 0;
    font-size: 19px;
    font-family: var(--ff-cp-medium);
    color: var(--p-color);
}
section.resourceContent-section .filterColumn .filterContent button.accordion {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1.5px solid;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 15px 0;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
section.resourceContent-section .filterColumn .filterContent button.accordion:before {
    content: '\f543';
    font-size: 26px;
    position: relative;
    font-family: dashicons;
}
section.resourceContent-section .filterColumn .filterContent button.accordion.active:before {
    content: '\f460';
    font-family: dashicons;
}
section.resourceContent-section .filterColumn .filterContent button.accordion-js h3 {
    margin: 0;
    font-size: 19px;
    font-family: var(--ff-cp-medium);
    color: var(--p-color);
}
section.resourceContent-section .filterColumn .filterContent button.accordion-js {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1.5px solid;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 15px 0;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
section.resourceContent-section .filterColumn .filterContent button.accordion-js:before {
    content: '\f543';
    font-size: 26px;
    position: relative;
    font-family: dashicons;
}
section.resourceContent-section .filterColumn .filterContent button.accordion-js.active:before {
    content: '\f460';
    font-family: dashicons;
}
section.resourceContent-section .resultColumn .resultColumnHeading {
    margin-bottom: 20px;
}
.filterContent .panel label {
    margin: 15px 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.filterContent .panel input[type="radio"] {
    border: 1px solid;
    margin: 0;
    height: 18px;
    width: 18px;
}
section.resourceContent-section .filterColumn .newsletterContent {
    background: var(--p-color);
    border-radius: 12px;
    padding: 30px;
}
section.resourceContent-section .filterColumn .newsletterContent h3{
    font-size: 24px;
    margin: 0 0 10px 0;
    font-family: var(--ff-cp-medium);
}
section.resourceContent-section .filterColumn .newsletterContent button {
    background: var(--btn-bgcolor);
    width: 100%;
    height: 48px;
    border: none;
    font-size: 18px;
    border-radius: 34px;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    cursor: pointer;
    transition: ease-out 0.4s;
}
section.resourceContent-section {
    margin: 70px 0;
}
section.resourceContent-section .content {
    align-items: flex-start;
    gap: 30px;
    display: unset;
}
section.resourceContent-section .resultColumn {
    width: 65%;
}
section.resourceContent-section .resultColumn .resultColumnHeading p {
    margin: 0;
    width: 100%;
    text-align: left;
    font-family: var(--ff-cp-medium);
    color: var(--p-color);
    border-bottom: 2px solid #b1b1b1;
}
/* filter Column Result Css */
.grandchildren-titles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}
.grandchildren-titles p.no-resultTxt {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
}
.grandchildren-titles > div {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0px 2px 3px rgb(17 40 62 / 10%);
    overflow: hidden;
}
.grandchildren-titles > div img {
    width: 100%;
    height: 213px;
    object-fit: cover;
}
.grandchildren-titles > div.case-studiesContent img {
    background: var(--t1-color);
    padding: 20px 70px 0;
    object-fit: cover;
    object-position: top center;
}
.grandchildren-titles > div.whitepapersContent img {
    background: var(--t1-color);
    padding: 5px;
    object-fit: contain;
}
.grandchildren-titles > div a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.grandchildren-titles > div button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}
.grandchildren-titles > div .titleCatContent h4 {
    margin: 0;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    font-size: 26px;
}
.grandchildren-titles > div .titleCatContent {
    padding: 20px;
    
}
section.resourceContent-section .resultColumn button.load-more {
    background: var(--p-color);
    width: 100%;
    height: 49px;
    border: none;
    font-size: 18px;
    border-radius: 34px;
    color: var(--w-color);
    font-family: var(--ff-cp-medium);
    cursor: pointer;
    transition: ease-out 0.4s !important;
    max-width: 157px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grandchildren-titles > div .imgContent {
    position: relative;
}
.grandchildren-titles > div .imgContent p {
    display: inline;
    position: absolute;
    bottom: 0;
    margin: 0;
    background: var(--s1-color);
    color: var(--w-color);
    padding: 5px 10px;
    border-radius: 12px 12px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--ff-cp-medium);
    left: 3%;
}
/* Cta Section Css Start */
.cta-strip .columnTxt h2{
    margin-top: 0;
}
/* Loading animation styles */
.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.grandchildren-titles > div .titleCatContent .categories p {
    background: var(--t1-color);
    border: none;
    font-size: 16px;
    border-radius: 34px;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    cursor: pointer;
    transition: ease-out 0.4s;
    display: inline-block;
    padding: 7px 12px;
    margin: 5px 4px 0 0;
}
.grandchildren-titles > div .titleCatContent .categories {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
section#blank_section {
    display: none;
}
.know-about-how-outsourcing-help-your-business-content span {
    display: none;
}
.know-about-how-outsourcing-help-your-business-content h2 {
    color: var(--s-color);
}
/* Lightbox Css Start*/
.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.lightbox.visible {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    padding: 0 20px;
    overflow-y: auto;
}
.lightboxcontent .lightboxTextcontent h2 {
    color: var(--w-color);
    font-family: var(--ff-cp-medium);
    font-size: 40px;
    margin-bottom: 10px;
}
.lightboxcontent .lightboxTextcontent p {
    color: var(--w-color);
    font-size: 16px;
    margin-top: 0;
}
.formContentt .hs-form-field label {
    position: absolute;
    top: 30px;
    left: 16px;
    cursor: text;
    padding: 0 !important;
    transition: .2s ease-in-out;
    color: #818589;
}
/* .download-copyform {
    position: relative;
    background: var(--p-bgcolor);
    border-radius: 12px;
    max-width: 510px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
    padding: 30px;
} */
.download-copyform .form-heading h3 {
    margin: 0;
    color: var(--p-color);
    font-family: var(--ff-cp-bold);
    font-size: 24px;
}
button.hideLightboxLink {
    position: absolute !important;
    top: 15px !important;
    right: 20px;
    color: var(--w-color);
    z-index: 5;
    height: 23px !important;
    background: transparent !important;
    border: none !important;
    left: auto !important;
    width: 23px !important;
}

button.hideLightboxLink span.dashicons.dashicons-no {
    font-size: 26px;
    cursor: pointer;
}
section.ligtbox-sectionContainer .lightbox .formContent form {
    flex-direction: column;
    height: unset !important;
}
section.ligtbox-sectionContainer .lightbox .formContent form > fieldset {
    max-width: 100% !important;
    width: 100% !important;
}
section.ligtbox-sectionContainer .lightbox .formContent form > fieldset .legal-consent-container ul li {
    list-style: none;
}
section.ligtbox-sectionContainer .lightbox .formContent form > fieldset .legal-consent-container ul li input[type=checkbox] {
    width: unset !important;
    height: auto !important;
}
section.ligtbox-sectionContainer .lightbox .formContent form .hs_submit {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    background: unset !important;
}
section.ligtbox-sectionContainer .lightbox .formContent form .hs_submit .actions {
    max-width: 100%;
}
section.ligtbox-sectionContainer .lightbox .formContent form > fieldset .legal-consent-container ul li label {
    height: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
section.ligtbox-sectionContainer .lightbox .case-study-download {
    max-width: 100%;
    width: 100%;
}
section.ligtbox-sectionContainer .lightbox .lightboxcontent .formContent form input {
    border-radius: 4px !important;
}
section.ligtbox-sectionContainer .lightbox .formContent form .hs_submit input[type="submit"] {
    background: var(--p-color);
    width: 100%;
    height: 48px;
    border: none;
    font-size: 18px;
    border-radius: 34px !important;
    color: var(--w-color);
    font-family: var(--ff-cp-medium);
    cursor: pointer;
    transition: ease-out 0.4s;
    margin-top: 10px;
}
/* Lightbox Css End*/

@media(max-width: 1184px)   {
    section.resourceContent-section .resultColumn {
    max-width: 100%;
    width: 100%;
}
.filterColumn {
    width: 100%;
    max-width: 100%;
}
.search-form:before {
    left: 42%;
}
}

@media(max-width: 1024px) {
    .grandchildren-titles {
        grid-template-columns: 1fr;
    }
    .search-form.parent-active label {
        top: 105px !important;
    }
    .result-con-col {
        flex-direction: column;
    }
    .search-form:before {
        left: 94%;
        top: 127px;
    }
    section.resourceContent-section .filterContent .searchContent label {
        top: 117px;
        left: 12px;
    }
    .result-con-col {
        gap: 60px;
    }
    .filterContent {
        flex-direction: column;
    }
    section.resourceContent-section .content {
        flex-direction: column;
    }
    section.resourceContent-section .resultColumn {
        width: 100%;
    }
    .grandchildren-titles{
        justify-content: flex-start;
        gap: 15px;
    }
    .grandchildren-titles > div{
        width: 100%;
    }
    section.resourceContent-section .filterColumn .newsletterContent{
        display: none;
    }
    section.resourceContent-section .filterColumn .filterContent {
        display: flex;
        gap: 15px;
        background: unset;
        padding: 0;
    }
    
    section.resourceContent-section .filterColumn .filterContent > div {
        flex: 1;
        position: relative;
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion.active {
        background: var(--t1-color);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: 0px 2px 3px rgb(17 40 62 / 10%);
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion-js.active {
        background: var(--t1-color);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: 0px 2px 3px rgb(17 40 62 / 10%);
    }
    .filterContent .panel{
        background: var(--t1-color);
        position: absolute;
        background: var(--t1-color);
        z-index: 1;
        width: 100%;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        box-shadow: 0px 2px 3px rgb(17 40 62 / 10%);
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion {
        margin-bottom: 0;
        padding: 4px 10px 0;
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion-js {
        margin-bottom: 0;
        padding: 4px 10px 0;
    }
    section.resourceContent-section .filterColumn {
        width: 100%;
    }
    section.resourceContent-section .filterContent .headingContent h3 {
        font-size: 19px;
        margin: 16px 0 0px 0;
    }
    .filter-categoriesContent, .filter-resourcesContent {
        padding: 10px 0;
    }
}
@media(max-width: 830px){
    section.ligtbox-sectionContainer .lightbox .lightboxcontent {
        flex-direction: column;
    }
    section.ligtbox-sectionContainer .lightbox .lightboxcontent .lightboxTextcontent{
        text-align: center;
    }
    section.ligtbox-sectionContainer .lightbox .lightboxcontent .download-copyform {
        max-width: 100%;
    }
}
@media(max-width: 864px) {
    .grandchildren-titles > div {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .filterContent.mobile-accordion {
        display: block !important;
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion {
        padding: 2px 10px;
    }
    section.resourceContent-section .filterColumn .filterContent {
        margin-bottom: 22px;
    }
    .function-button-container {
        padding-top: 30px;
    }
    section.resourceContent-section {
        margin: 30px 0;
    }
    .filterContent.mobile-accordion {
        padding: 5px !important;
    }
    .panel.panel-cat-js {
        box-shadow: unset;
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion h3 {
        font-size: 18px;
    }
    button.accordion.mobile-heading h3 {
        font-size: 18px !important;
    }
    .filterContent.mobile-accordion {
        gap: unset !important;
    }
    section.resourceContent-section .filterColumn .filterContent .mobile-heading:before {
        content: '\f345' !important;
        font-size: 26px;
        position: relative;
        font-family: dashicons;
    }
    section.resourceContent-section .filterColumn .filterContent .mobile-heading.active:before {
        content: '\f335' !important;
    }
    .panel.mobile-acc-panel {
        background: unset;
        box-shadow: unset;
    }
    button.accordion.mobile-heading.active {
        box-shadow: unset !important;
    }
    .filterContent.mobile-accordion {
        display: block;
    }
    .filterContent .filter-categoriesContent, .filterContent .filter-resourcesContent {
        display: none;
    }
    .mobile-acc-panel .filter-categoriesContent, .mobile-acc-panel .filter-resourcesContent {
        display: block;
    }
    .panel.panel-cat-js {
        background: unset;
    }
    .panel.panel-res-js {
        background: unset;
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion-js.active {
        background: unset;
    }
    section.resourceContent-section .filterColumn .filterContent button.accordion.active {
        background: unset;
        box-shadow: unset;
    }
    .result-con-col {
        flex-direction: column;
        gap: 80px;
    }
    .grandchildren-titles > div {
        width: 100%;
    }
    .function-button-container {
        display: block;
    }
    .filterContent .panel {
        position: relative;
        box-shadow: unset;
    }
    .search-form:before {
        left: unset;
        top: unset;
        bottom: 14px;
        right: 16px;
    }
    .search-form.parent-active label {
        top: 105px !important;
    }
    section.resourceContent-section .filterContent .searchContent label {
        top: 116px;
        left: 11px;
    }
    .function-button-container {
        display: block;
    }
    section.resourceContent-section .filterColumn .filterContent {
        flex-direction: column;
    }
}
@media(max-width: 640px){
    section.resourceContent-section .filterColumn .filterContent {
        flex-direction: column;
    }
    .grandchildren-titles > div {
        width: 100%;
    }
    section.resourceContent-section .resultColumn button.load-more {
        max-width: 100%;
    }
}
@media(max-width: 480px) {
    section.hero-area.resource-hub-hero-area h1 {
        font-size: 40px;
        line-height: normal;
    }
}
@media(max-width: 451px) {
    section.ligtbox-sectionContainer .lightbox .lightboxcontent .download-copyform {
        padding: 30px 15px;
    }
    section.ligtbox-sectionContainer .lightbox .lightboxcontent {
        padding: 40px 15px;
    }
    section.ligtbox-sectionContainer .lightbox .lightboxcontent .lightboxTextcontent {
        text-align: left !important;
    }
}