﻿.heading-gap {
    margin-bottom: clamp(2rem, 4vw, 3.75rem);
}
/* .section-hero-adp{background: url('../images/adp/adp-hero-bg.jpg') right / cover no-repeat; padding: clamp(60px, 10vw, 150px) 0;} */
.section-hero-adp-caption {
    padding: clamp(60px, 10vw, 150px) 0;
}

.caption-title {
    color: #A9ACFF;
    letter-spacing: 1px;
}

.adp-data {
    background: linear-gradient(180.4deg, #000000 24.4%, #261F7E 47.75%, #736CDC 68.23%, rgba(255, 255, 255, 0.64) 99.12%);
}

.security-gov-bg {
    background: linear-gradient(180.24deg, #000000 24.33%, #07011C 85.29%, #261F7E 93%, rgba(8, 0, 171, 0.64) 99.79%);
}

.cdp-swipper {
    margin-right: calc(50% - 50vw);
    padding: 50px 0px;
}

    .cdp-swipper .swiper-slide {
        padding: 40px;
    }

        .cdp-swipper:before,
        .cdp-swipper:after,
        .cdp-swipper .swiper-slide:before,
        .cdp-swipper .swiper-slide:after,
        .cdp-card:before,
        .cdp-outer-line:before,
        .cdp-outer-line:after {
            content: '';
            position: absolute;
            background: #464559;
        }

    .cdp-swipper:before {
        width: 1px;
        height: 25px;
        top: 18px;
        left: 0%;
    }

    .cdp-swipper:after {
        width: 1px;
        height: 25px;
        bottom: 18px;
        left: 0%;
    }

    .cdp-swipper .swiper-slide:before {
        background: #373738;
        width: 96%;
        height: 1px;
        top: 0px;
        left: 2%;
    }

    .cdp-swipper .swiper-slide:after {
        background: #43415b;
        width: 96%;
        height: 1px;
        bottom: 0px;
        left: 2%;
    }

.cdp-card:before {
    width: 1px;
    height: 96%;
    top: 2%;
    left: 0%;
}

.cdp-outer-line:before {
    background: #373738;
    width: 28px;
    height: 1px;
    top: 49px;
    left: -3%;
}

.cdp-outer-line:after {
    background: #43415b;
    width: 28px;
    height: 1px;
    bottom: 49px;
    left: -3%;
}

.cdp-nav div svg {
    display: none;
}

.cdp-nav div {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-color: var(--WhiteClr) !important;
}

    .cdp-nav div img {
        max-width: 7px;
        filter: invert(0);
    }

.cdp-nav .swiper-button-prev {
    transform: scaleX(-1) scaleY(1);
    right: 0;
}

.cdp-card h3 {
    color: #BCBCBC;
}

.cdp-card p {
    color: #C5C1FA;
    line-height: 170%
}


.core-capabilities-outer .caption-title {
    color: #9DA0FF;
}

.capabilities-Swiper {
    margin-top: var(--section-gap-medium);
}

.capabilities-card {
    border-radius: var(--BorderRadius);
    overflow: hidden;
    transition: all 0.6s ease;
}

    .capabilities-card:hover {
        box-shadow: 0px 4px 12px rgba(204, 204, 255, 0.8);
    }

    .capabilities-card h3 {
        line-height: 24px;
    }

    .capabilities-card p {
        font-size: 14px;
        line-height: 23px;
        color: #B7C8DA;
    }

.capabilities-Swiper .swiper-slide .capabilities-card.active img {
    visibility: visible;
    opacity: 1;
    height: calc(100% - 18px);
    object-fit: contain;
    object-position: center center;
}

/* object-position: center bottom; */


.section--powerdby {
    background: var(--WhiteClr);
}

    .section--powerdby .caption-title {
        color: #666BFF;
    }

.powerdbyTab.resp-vtabs .resp-tabs-list li {
    text-wrap: unset;
}

    .powerdbyTab.resp-vtabs .resp-tabs-list li.resp-tab-active p {
        display: block !important;
    }

    .powerdbyTab.resp-vtabs .resp-tabs-list li:after {
        content: '';
        width: 0%;
        background: linear-gradient(90deg, #016DFF 0%, #09D0FD 54.11%, #DAFF74 97.99%, #F9FFEB 152.1%);
        position: absolute;
        left: 0px;
        bottom: -2px;
        height: 3px;
        border-radius: 30px;
        transition: all 0.7s ease;
    }

    .powerdbyTab.resp-vtabs .resp-tabs-list li.resp-tab-active:after {
        width: 100%;
        animation: tabProgress 7s linear forwards;
    }

    .powerdbyTab.resp-vtabs .resp-tabs-list li p {
        color: #041527;
        opacity: 0.7;
    }


.adp-features {
    background: #F4F6FF;
}

.feature-hd p {
    max-width: 1000px;
    line-height: 170%;
}

.feature-swiper {
    max-width: 1070px;
    padding: 10px;
}

.feature-card {
    border-radius: var(--BorderRadius);
    padding: clamp(16px, 4vw, 30px);
    box-shadow: 0px 4px 8.1px rgba(65, 92, 168, 0.31);
    transition: all 0.4s ease;
}

    .feature-card:hover {
        transform: translateY(-2px);
    }

    .feature-card figure {
        --size: 64px;
        width: var(--size);
        height: var(--size);
        border-radius: 15px;
    }

.feature-card-border {
    padding: 1px;
    border-radius: var(--BorderRadius);
}

.feature-card p {
    line-height: 150%;
}

.feature-card a:hover {
    color: #000000 !important;
}

.col-nav div svg {
    display: none;
}

.col-nav div {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    background: var(--PrimaryClr);
    border-color: var(--PrimaryClr) !important;
}

    .col-nav div img {
        max-width: 7px;
        filter: invert(0);
    }

.col-nav .swiper-button-prev {
    transform: scaleX(-1) scaleY(1);
    right: 0;
}

.adp-faqs {
    background: #F6F7FF;
}

    .adp-faqs .caption-title {
        color: #666BFF;
    }

.bg-video-cta {
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.sg-card-info h3 {
    font-size: clamp(1.8rem, 2.5vw, 2.25rem);
    color: #DEDEFF;
}

.sg-card-info p, .sg-card-info li {
    color: #D6DBFF;
}

.sg-image {
    background: linear-gradient(246.57deg, rgba(31, 13, 138, 0.77) 21.29%, rgba(15, 5, 72, 0.77) 98.25%);
    border-color: #311AB7 !important;
    border-radius: calc( var(--BorderRadius) - 4px);
    transition: all 0.4s ease;
}

    .sg-image:hover {
        border-color: #5647cc !important;
        box-shadow: 0 0 10px rgba(98, 71, 255, 0.45), 0 0 35px rgba(98, 71, 255, 0.35), 0 0 60px rgba(98, 71, 255, 0.25);
    }

.compliance-info {
    background: #F7F6FF;
}

    .compliance-info p {
        max-width: 650px;
    }

.securitypage {
    color: #DEDEFF;
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.capabilities-counters-swipper {
    margin-top: var(--section-gap-medium);
}

    .capabilities-counters-swipper .swiper-slide .counter {
        font-size: var(--HeadingTwo);
        color: #3238DE;
    }

    .capabilities-counters-swipper .swiper-slide p {
        font-size: 13px;
        color: #4D4D56;
    }


@media all and (min-width:1024px) {
    .customer-hero-caption {
        max-width: 60%;
    }

    .section-hero-adp p {
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    .sg-card-info p {
        line-height: 180%;
        max-width: 92%;
    }

    .workflow-info {
        max-width: 980px;
    }

    .capabilities-Swiper .swiper-wrapper {
        --size: 32px;
        row-gap: var(--size);
        column-gap: var(--size);
    }

    .capabilities-Swiper .slide-col {
        width: calc((100% - 64px) / 3) !important;
        gap: 32px;
    }

    .capabilities-Swiper:has(.slide-col:nth-child(2):last-child) .slide-col {
        width: calc((100% - 32px) / 2) !important;
    }

    .capabilities-Swiper .swiper-slide .capabilities-card.active {
        height: var(--cap-card-active-height);
    }

    .capabilities-Swiper .swiper-slide .slide-item-media {
        height: var(--cap-media-height);
    }

    .capabilities-Swiper .swiper-slide .capabilities-card:not(.active) .slide-item-media {
        height: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        overflow: hidden;
    }

    .capabilities-Swiper .swiper-slide .capabilities-card {
        height: var(--cap-card-height, 220px);
        display: flex;
        flex-direction: column;
    }

    .capabilities-card img {
        transition: all 0.6s ease;
        visibility: hidden;
        opacity: 0;
    }
}
/* @media all and (min-width:1440px){
  .capabilities-Swiper .swiper-slide .capabilities-card{height:220px;}
  .capabilities-Swiper .swiper-slide .slide-item-media{height:400px;}
  .capabilities-Swiper .swiper-slide .capabilities-card.active{height: 554px;}
} */

@media all and (min-width:960px) {
    .powerdbyTab {
        display: grid !important;
        grid-template-columns: 500px 1fr;
        column-gap: 4rem;
    }
}

@media all and (max-width:960px) {
    .capabilities-Swiper .swiper-slide {
        height: auto;
    }

    .capabilities-card {
        height: 100%;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }

    .bg-video-cta {
        left: 0px;
        transform: unset !important;
        width: 100%;
    }
}
