.page-id-12327 p:empty {
    display: none;
}
.banner.home .banner-heading {
    margin-bottom: 210px !important;
}
.video-banner .b2-eyebrow {
    margin-bottom: 20px !important;
}
.headline {
    line-height: 1.1em !important;
}
.banner div,
.banner .banner-heading,
.banner .banner-content {
    visibility: visible !important;
    animation-name: unset !important;
    animation-delay: unset !important;
    animation-duration: 0s !important;
}
ul.mega-sub-menu .mega-menu-item a {
    color: #757575 !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #01a6ff !important;
}
html li#mega-menu-item-10044, li#mega-menu-item-11255 {
    margin-top: 0 !important;
}
ul.mega-sub-menu .mega-menu-item {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}
.text-and-slider--item img {
    object-fit: cover;
    object-position: center;
}
.testimonial__cta {
    float: right;
    position: relative;
    right: 15%;
    top: 15px;
}
.testimonial__cta a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonial__cta a > br {
    display: none;
}
/* Target the image inside the card with a specific data-link value */
.text-and-slider--item[data-link*="blog/ai-in-cybersecurity-opportunities-and-privacy-implications"] img,
.text-and-slider--item[data-link*="blog/best-microsoft-copilot-prompts-for-nfps"] img,
.text-and-slider--item[data-link*="blog/how-is-technology-for-financial-services-shaping-the-future"] img {
  object-position: right;
}

.js-card-link {
	cursor: pointer;
}
.text-and-slider--item {
    background: unset !important;
    position: relative;
}
.text-and-slider--item::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.text-and-slider--body {
    z-index: 2;
}
.text-and-slider-slide-arrow {
    z-index: 10 !important;
}
.uniques-body h2,
.industries-section__body h2 {
    margin-bottom: 30px;
}
.text-and-slider-slide-arrow .slick-arrow {
    border: 0 !important;
    background: transparent !important;
}
.text-and-slider--body h3 {
    text-transform: initial !important;
}
.small-only {
    display: none;
}
.industries-section__card-action {
    position: relative;
    z-index: 999;
}
.industries-section__card-action br {
    display: none;
}
.industries-section__card-small_hover:hover::before {
    display: none !important;
}
.industries-section__card-small::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.industries-section__card-small h2 {
    z-index: 1;
}
.security-card {
    padding: 40px !important;
}
/* DYNAMICS PAGE */
.dynamics-banner {
    background: url('/wp-content/uploads/2026/06/dynamics-header-banner.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.dynamics-banner h2 {
    color: var(--White, #FFF);
    font-family: "HK Nova", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 47.6px */
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.dynamics-banner p {
    color: var(--White, #FFF);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 155.556% */
}
.banner-cta {
    margin-top: 50px;
}
.dynamics-intro h2 {
    margin-bottom: 35px;
}
.dynamics-intro p > strong {
    font-weight: 700;
}
.dynamics-intro p {
    font-weight: 300;
    color: #3B3B3B;
}
.dynamics-intro .btn{
    margin-top: 40px;
}
.dynamics-delivers .head-description {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}
.dynamics-delivers .tabs {
    margin-top: 70px;
}
.dynamics-delivers .tabs-nav {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #BCE4FA;
    justify-content: space-between;
}
.dynamics-delivers .tabs-nav li {
    cursor: pointer;
    color: var(--White, #FFF);
    font-family: "Gilroy";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    opacity: 0.4;
}
.dynamics-delivers .tabs-nav li.active {
    font-weight: 800;
    color: #fff;
    opacity: 1;
}
.dynamics-delivers .tabs-content {
    padding: 0 40px;
}
.dynamics-delivers .tabs-content h2 {
    color: var(--White, #FFF);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 3.5rem; /* 155.556% */
    letter-spacing: -0.0625rem;
}
.dynamics-delivers .tab-pane {
    display: none;
}
.dynamics-delivers .tab-pane.active {
    display: block;
}
.delivers-list li {
    display: flex;
    align-items: start;
    gap: 30px;
}
.delivers-list li + li {
    margin-top: 30px;
}
.delivers-list li p {
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.delivers-list li p > b {
    font-weight: 700;
}
.delivers-list li p:empty {
    display: none;
}
.delivers-list li img {
    width: 61px;
    height: 61px;
    display: block;
}
.dynamics-service-card .feature {
    border-radius: 20px;
    background: var(--pale-blue-50, #DEF2FD);
    padding: 20px;
    min-height: 200px;
}
.dynamics-service p:empty,
.dynamics-service .gi-container .gi-row .gi-col-sm-6 > p:empty {
    display: none;
}
.dynamics-service-card .feature .feature-content .heading {
    color: #252525;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: -0.06638rem;
    text-transform: capitalize;
    margin-top: 15px;
}
.dynamics-service-card .feature .feature-content p {
    color: var(--ONGC-Dark-Grey, #3B3B3B);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.75rem;
}
.dynamics-service .body {
    margin-bottom: 40px;
}
.dynamics-service-card {
    margin-bottom: 30px !important;
}
.dynamics-service-cta {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
}
.dynamics-choose-list--container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.dynamics-choose-card {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    border-bottom: 1px solid #BCE4FA;
}
.dynamics-choose-card.no-border {
    border-bottom: 0 !important;
}
.dynamics-choose-card p:empty {
    display: none;
}
.dynamics-choose-card--title {
    color: #252525;
    font-family: "Gilroy";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1px;
    margin-top: 15px !important;
}
.dynamics-choose-card--body {
    color: #3B3B3B;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 133.333% */
    margin-bottom: 35px;
}
.dynamics-choose-card img {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
}
.dynamics-choose-list {
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.10);
    padding: 45px 35px;
    margin-top: 45px;
    margin-bottom: -100px;
}
html .dynamics-choose {
    padding-bottom: 0 !important;
    padding-top: 130px;
}
.dynamics-choose-list p:empty,
.dynamics-choose .gi-container .gi-row .gi-col-sm-12 p:empty {
    display: none;
}
.dynamics-testimonial {
    padding: 400px 0 200px !important;
}
.dynamics-testimonial-card {
    display: flex;
    gap: 30px;
}
.dynamics-testimonial-card--body .b2-eyebrow {
    color: var(--ONGC-Dark-Grey, #3B3B3B);
    font-family: "HK Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 5px;
    text-transform: uppercase;
}
.dynamics-testimonial-card--body h2 {
    color: var(--ONGC-Blue, #01A6FF);
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; /* 112% */
    letter-spacing: -1px;
}
.dynamics-testimonial-card--body p {
    color: var(--ONGC-Dark-Grey, #3B3B3B);
    font-family: "HK Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
}
.dynamics-testimonial-img img {
    width: 120px;
}
.dynamics-approach p.body {
    max-width: 733px;
    width: 100%;
    margin: 0 auto;
}
.dynamics-approach p:empty {
    display: none;
}
.dynamics-solve {
    padding-top: 160px !important;
}
.dynamics-faq .question-wrapper .question,
.dynamics-faq .question-wrapper .question h3 {
    color: var(--Black, #000) !important;
    font-family: "HK Nova";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */

}
.dynamics-faq .question-wrapper {
    border-radius: 10px !important;
    border: 1px solid #F0F0F0;
    background: #F2FAFE !important;
    padding: 20px 40px 20px 30px !important;
}
.dynamics-faq .question-wrapper:hover {
    background: #045fb6 !important;

}
.dynamics-faq .question-wrapper:hover .question h3 {
    color: #fff !important;
}
.dynamics-faq .question-wrapper:after {
    right: 30px !important;
    font-size: 24px !important;
}


.dynamics-cta-card {
    position: relative;
    border-radius: 20px;
    background: var(--White, #FFF);
    padding: 70px 30px;
    /* Shadows */
    box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.10);
}
.dynamics-cta-card--content {
    max-width: 762px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.dynamics-cta-card__ellipse {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: -1;
    height: auto;
}

.dynamics-cta-card .btn-white {
    border: 1px solid var(--ONGC-Blue, #01A6FF);
    color: #000 !important;
}
.dynamics-cta-card .btn-white:hover {
    color: #fff !important;
}
.dynamics-cta-card .banner-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.dynamics-approach {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 100px;
}
.dynamics-approach > p:empty {
    display: none;
}
.dynamics-approach-slider .slick-list {
    overflow: visible;
    padding-right: 15%;
}
.dynamics-approach-card {
    border-radius: 20px;
    background: var(--White, #FFF);
    padding: 35px;
    /* Shadows */
    box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.10);
    max-width: 420px;
    width: 100%;
}
.dynamics-approach-container {
    margin-left: 15%;
    overflow: hidden;
    padding: 40px 10px;
}
.dynamics-approach-card .badge {
    display: inline-block;
    border-radius: 100px;
    background: var(--ONGC-Pale-Blue, #BCE4FA);
    color: #252525;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding: 10px;
}
.dynamics-approach-card .title {
    color: #252525;
    font-family: "Gilroy";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 0;
}
.dynamics-approach-card .body {
    color: var(--ONGC-Dark-Grey, #3B3B3B);
    font-family: "HK Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 133.333% */
}

.dynamics-approach .services-slider-arrows {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 2;
    gap: 10px;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
}
.dynamics-approach .services-slider-arrows .slick-arrow {
    position: relative;
    cursor: pointer;
}
.dynamics-bullet {
    max-width: 1420px;
    float: right;
}

.dynamics-solve-slider-card {
    border-radius: 20px;
    background: var(--White, #FFF);
    /* Shadows */
    box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.10);
    padding: 40px;
}
.dynamics-solve-slider-card img {
    width: 74px;
    height: 74px;
    margin: 0 auto 50px;
}
.dynamics-solve-slider-card .title {
    color: #252525;
    text-align: center;
    font-family: "Gilroy";
    font-size: 25.495px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 35.693px */
    letter-spacing: -1.062px;
    text-transform: capitalize;
    margin: 0 auto 28px;
}
.dynamics-solve-slider-card .body {
    color: var(--ONGC-Dark-Grey, #3B3B3B);
    text-align: center;
    font-family:  "HK Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 155.556% */
}
.dynamics-solve-slider .slick-list {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}
.dynamics-solve-slider.slick-initialized .slick-slide {
    margin: 0 15px;
}


/* MEDIA QUERY */
@media (min-width: 1200px) and (max-width: 1367px) {
    .nfp-stats-section .gi-container {
        width: 1240px !important;
    }
}
@media only screen and (max-width: 1650px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 4px;
    }
    .btn-call {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 1440px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    .srvcs-menu-child a {
        font-size: 14px !important;
    }
    .btn-call {
        font-size: 16px !important;
    }
}
@media only screen and (min-width: 1366px) {
    html .nfp-stats-section .gi-container {
        width: 1320px !important;
    }
}
@media only screen and (max-width: 1367px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    .srvcs-menu-child a {
        font-size: 13px !important;
    }
    .nfp-stats__container {
        gap: 120px !important;
        justify-content: center;
    }
    .testimonial__body h2 {
		font-size: 2.5rem;
		line-height: 1.2;
        padding-right: 30px;
	}
}
@media only screen and (max-width: 1365px) {
    html .nfp-stats-section .gi-container {
        width: 1180px !important;
    }
    .industries-section__card-section  {
       width: 45%;
        margin: 0 auto;
    }
    .industries-section__card-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media only screen and (min-width: 1200px) {
    .home .gi-container {
		width: 1140px !important;
	}
    #mega-sub-menu-12276,
    #mega-sub-menu-11985 {
        width: 50% !important;
        left: 40% !important;
        transform: translate(-40%, 0px) !important;
    }
}
@media only screen and (max-width: 1199px) {
    html .nfp-stats-section .gi-container {
        width: unset !important;
    }
    .nfp-stats__container {
        gap: 50px !important;
        justify-content: center;
    }
    h4.mega-block-title {
        text-align: center !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        background: transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        text-align: center;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    .srvcs-menu-child a {
        font-size: 18px !important;
        color: #fff !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary img {
        width: 25%;
        margin: 0 auto;
    }
    .es-portal-root {
        display: none !important;
    }
    .large-only {
        display: none !important;
    }
    .small-only {
        display: block !important;
    }
    .certified-partnership__cards {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        width: 50%;
        margin: 0 auto;
    }
    .certified-partnership__card-item img {
        width: 100% !important;
        height: 100% !important;
    }
}
@media only screen and (max-width: 991px) {
    .video-banner .b2-eyebrow {
        margin-bottom: 20px !important;
    }
    .certified-partnership__cards {
        width: 70%;
    }
    .industries-section__card-container {
        padding: 0 20px;
    }
    .b2-eyebrow {
        line-height: 25px !important;
    }
    .text-and-slider-slide-wrap {
        display: flex;
        flex-direction: column;
        margin: 30px auto 0 !important;
    }
    .testimonial__name {
        margin-top: 35px;
    }
    .banner.home .banner-heading {
        margin-bottom: 150px !important;
    }
    .dynamics-choose-list--container {
        grid-template-columns: 1fr;
    }
    .dynamics-choose-card {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .dynamics-cta-card .banner-cta {
        flex-direction: column;
    }
    .dynamics-choose-list {
        margin-bottom: 120px;
    }
    .dynamics-intro {
        padding: 60px 0 !important;
    }
    .dynamics-intro img {
        margin-top: 60px;
    }
    html .dynamics-delivers {
        padding: 60px 40px 100px !important;
    }
    html .dynamics-choose {
        padding: 60px 40px !important;
    }
    .dynamics-testimonial {
        padding: 100px 0 60px !important;
    }
    .dynamics-testimonial-card {
        display: block;
    }
    .dynamics-testimonial-img {
        position: absolute;
        opacity: 0.3;
        padding-top: 40px;
    }
    .dynamics-testimonial-card--body h2 {
        font-size: 2rem !important;
        line-height: 2.4rem !important;
    }
    .dynamics-delivers .tabs-nav {
        gap: 20px;
    }
    .dynamics-delivers .tabs-nav li {
        font-size: 16px;
    }
    .certified-partnership__cards {
        width: 100%;
    }
    .industries-section__card-section {
        width: 100%;
    }
    .industries-section__card-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .industries-section__card-small_hover:hover {
        width: 100% !important;
    }
    .industries-section {
        margin: 0 0 40px !important;
    }
    .uniques {
        margin: 40px 0 0 !important;
    }
    .testimonial__cta {
        margin-bottom: 35px;
    }
    .testimonial__body h2 {
        font-size: 2rem !important;
        line-height: 2.4rem !important;
        padding-right: 0 !important;
    }
    .testimonial__body h2::before {
        left: -15px !important;
    }
}
@media only screen and (max-width: 480px) {
    .services-card {
        margin-top: -100px !important;
    }
}