﻿:root {
    --top-fade: 100px;
}

main {
    font-size: 13px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/*------General------*/

.word-wrap {
    display: inline-block;
}

.title-hlt-1 {
    color: #2157ce;
}

.title-hlt-2 {
    color: #58caff;
}

.title-hlt-3 {
    background: linear-gradient(to right, #2469b2, #167f0e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-hlt-4 {
    background: linear-gradient(to left, #6756dc, #9d3db6, #c633ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: poppins-medium;
}

.automation-section-desc {
    padding: 5px !important;
}

.seperator {
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(to right, transparent, #cadde9, transparent);
}

/*Quotes*/

.active-dir-automation-quote {
    background: linear-gradient(to right, transparent, #f5f6ff, transparent);
    padding: 15px;
    position: relative;
    font-size: 1.1em;
    line-height: 20px;
    display: inline-block;
    max-width: 1000px;
    font-style: italic;
    color: #007e85;
    font-family: work-sans-medium;
}

    .active-dir-automation-quote i {
        position: absolute;
        left: -15px;
        top: -4px;
        font-size: 2em;
        color: #e3e2e2;
    }

.quote-clr-1 {
    /*    color: #57d7f7 !important;*/
    color: #2ed5ff !important;
    border-right: none !important;
}

    .quote-clr-1 i {
        color: #53607c !important;
    }

.quote-clr-2 {
    color: #3dbada !important;
}

    .quote-clr-2 i {
        color: #ffffff47 !important;
    }

/* Popup container*/

.popup-container {
    display: none;
    position: fixed;
    left: 0;
    top: 4%;
    z-index: 5;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(16, 25, 34, 0.9);
}

    .popup-container::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg/docs-grad-bg.png);
        opacity: 0.2;
        background-position: bottom;
        z-index: 0;
        filter: blur(10px);
    }

    .popup-container::after {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.expand-img-container {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    cursor: zoom-out;
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(153, 157, 163, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 65%;
}

    .expand-img-container img, .flow-img-container img {
        border-radius: 5px;
        display: block;
        width: 100%;
    }

.flow-img-container {
    width: 65%;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(8px);
    padding: 20px;
    border-radius: 5px;
    background: rgba(153, 157, 163, 0.25);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    border-image: initial;
}


.close {
    color: #6a6a6a;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: aliceblue;
    width: 30px;
    border-radius: 0% 0 0 25%;
    text-align: center;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.5019607843);
    cursor: pointer;
    border-radius: 0% 20% 0 20%;
}

    .close:hover {
        color: #383838;
    }


/* AD-Automation-Banner-Section */

.active-dir-automation-banner-section {
    padding: 50px 0 70px;
    background: linear-gradient(to bottom, #10324A, #041B2B);
    position: relative;
    z-index: 1;
}

.active-dir-automation-banner-contents {
    text-align: center;
}

.active-dir-automation-banner-section-text {
    display: inline-block;
    width: 45%;
    max-width: 580px;
    margin: 25px;
    vertical-align: middle;
    text-align: left;
    color: white;
}

.active-dir-banner-section-sub-title {
    font-size: 1.05em;
    font-style: italic;
    color: #90ff54;
}

.active-dir-automation-banner-desc-hlt {
    color: #2feeb9;
}

.active-dir-automation-banner-section-img {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    min-width: 280px;
    margin: 20px;
    text-align: left;
}

.active-dir-automation-banner-highlight {
    color: #19e6b4;
    color: #2adee1;
    font-family: poppins-semibold, Arial, Helvetica, sans-serif;
}

.active-dir-automation-banner-button-wrapper {
    display: flex;
    align-items: center;
    margin-top: 2.5em;
}

.active-dir-automation-banner-img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: scale-down;
    margin: auto;
}

/* AD-Automation-Feature-Section */

.active-dir-automation-feature-section {
    max-width: 1270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0px 18px;
    border-radius: 20px;
    color: #303030;
    gap: 24px;
    text-align: center;
    z-index: 1;
}


.active-dir-automation-feature {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(358deg, #e8f5ff, #e8f5ff);
    border-radius: 10px;
    box-shadow: 2px 2px 4px #00000020;
    background: #ffffff0f;
    color: #fbfbfb;
    width: 32%;
    min-width: 360px;
    max-width: 400px;
    opacity: 0;
    transform: translateY(50px);
    animation: slideUp 0.4s ease-out forwards;
}

    .active-dir-automation-feature:nth-child(1) {
        animation-delay: 0.2s;
    }

    .active-dir-automation-feature:nth-child(2) {
        animation-delay: 0.5s;
    }

    .active-dir-automation-feature:nth-child(3) {
        animation-delay: 0.8s;
    }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .active-dir-automation-feature i {
        font-size: 3em;
        background: linear-gradient(45deg, #d56ceb, #55fcff);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.active-dir-automation-feature p {
    text-align: left;

    span {
        color: #2feeb9;
    }
}

/*AD-Automation-Kick-Start-Section*/

.kick-start-section {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.kick-start-bg-pattern img:nth-child(1) {
    position: absolute;
    transform: scaleX(-1);
    bottom: 0;
    width: 35%;
    z-index: -1;
}

.kick-start-bg-pattern img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    z-index: -1;
}

.kick-start-bg-pattern img:nth-child(3) {
    position: absolute;
    top: 0;
    width: 20%;
    z-index: -1;
    right: 0;
}

.kick-start-section-header {
    margin: 0 auto;
    position: relative;
}

.kick-start-section-header-content {
    display: inline-block;
    width: 52%;
    max-width: 750px;
    vertical-align: top;
    text-align: left;
    margin: 20px;
    line-height: 40px;
}

.kick-start-header-quote {
    margin: 10px 0px 20px 20px;
}

    .kick-start-section-header-content hr {
        margin: 10px auto 15px;
        border: none;
        height: 2px;
        background-color: #ebebeb;
    }

.kick-start-section-header-img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    max-width: 500px;
    min-width: 280px;
    margin: 20px;
}

.kick-start-section-header-img img {
    width: 80%;
    height: 100%;
}

.loader2 {
    left: 30px;
    top: 0px;
    --c: no-repeat linear-gradient(#91a4ff 0 0);
    background: var(--c) 0 0, var(--c) 0 50%, var(--c) 0 100%, var(--c) 50% 0, var(--c) 50% 50%, var(--c) 50% 100%, var(--c) 100% 0, var(--c) 100% 50%, var(--c) 100% 100%;
    background-size: 16px 16px;
}

.kick-start-section-title {
    color: #505050;
}

    .kick-start-section-title span {
        color: #2157ce;
    }

.quote-kick-start {
    background: #8083ff14;
    display: inline-block;
    color: #1968b8;
    border-radius: 0px 20px 0px 20px;
    margin-top: 20px;
}

    .quote-kick-start i {
        position: absolute;
        left: -11px;
        top: -13px;
        font-size: 2em;
        color: #bfccff;
    }

.kick-start-section-content h2 {
    font-size: 0.9em;
}

.kick-start-section-sub-title, .personalize-section-sub-title {
    text-align: left;
    font-size: 1.1em;
    margin-bottom: 10px;
    border-left: 3px solid #1359f1;
    padding: 8px;
    max-width: 1250px;
    background: linear-gradient(45deg, #0085ff17, transparent);
    font-family: poppins-regular;
}

.onboard-offboard-wrapper {
    margin: 0 auto;
    border-radius: 10px;
    max-width: 1400px;
    color: #303030;
    background: #f5faff;
}

    .onboard-offboard-wrapper .droid-section-main-title {
        margin-bottom: 3px;
    }

.kick-start-onboard-section {
    padding: 40px 30px 20px;
}

.kick-start-desc {
    width: 85%;
    margin: 0 auto;
}

.kick-start-offboard-section {
    padding: 40px 30px 20px;
}

.kick-start-onboard-section-content {
    margin: 40px auto 20px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.bullet-point {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    /*    background: #e3eaff;*/
    background: #e8eef8;
    padding: 8px;
    border-radius: 5px;
}

.bullet-point i {
    font-size: 1.3em;
    color: #1b1eb1;
}

.kick-start-onboard-section-content-text {
    display: inline-block;
    min-width: 280px;
    max-width: 1000px;
    width: 50%;
    text-align: left;
}

    .kick-start-onboard-section-content-text div {
        display: flex;
        align-items: center;
        font-size: 1.05em;
        margin-top: 3px;
        color: #404040;
    }

.feature-img {
    max-width: 550px;
    width: 100%;
    padding: 0px !important;
    min-width: 280px;
    position: relative;
    margin: 0 20px;
}

    .feature-img img {
        max-width: 550px;
        height: 100%;
        max-width: 100%;
        transition: transform 0.2s ease-out !important;
    }

        .feature-img img:hover {
            cursor: zoom-in;
            transform: scale(1.05);   
        }

.feature-img .slide-wrapper {
    overflow: visible !important;
}

.slide-wrapper img {
    display: none;
}

.feature-img .slidesjs-container {
    border-radius: 10px;
    border: 1px solid #00000024;
    box-shadow: 0px 0px 10px #00000030
}

.slidesjs-play {
    display: none !important;
}

.slidesjs-stop {
    display: none !important;
}

.feature-img .slidesjs-navigation {
    font-size: 1.15em !important;
    color: rgb(173 173 173 / 50%) !important;
    transform: rotateY(-15deg) rotateX(10deg);
    pointer-events: auto;
    top: unset;
    position: absolute;
    cursor: pointer;
}

.feature-img .cust-quote-nav.slidesjs-navigation:hover {
    color: rgb(72 140 186) !important;
}

.feature-img .slidesjs-previous {
    right: 45px;
    bottom: -4px;
}

.feature-img .slidesjs-navigation.slidesjs-next {
    right: 20px;
    bottom: -4px;
}

.slidesjs-pagination {
    text-align: left;
    pointer-events: none;
    margin-top: 10px;
    cursor: pointer;
}

    .slidesjs-pagination li {
        display: inline-block;
        pointer-events: auto;
    }

        .slidesjs-pagination li a {
            display: inline-block;
            background-color: rgb(159 159 159 / 20%);
            font-size: 10px;
            padding: 3px 3px;
            border-radius: 2px;
            line-height: 0.7em;
            margin: 0 2px;
            transition: background-color 0.3s linear;
            color: transparent;
            width: 12px;
        }

            .slidesjs-pagination li a.active,
            .slidesjs-pagination li a:hover.active {
                background-color: rgb(72 140 186);
            }


.feature-img.expanded {
    position: fixed !important;
    top: 40px;
    left: 0;
    background: rgb(0,0,0, 0.75);
    z-index: 12;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw;
    cursor: zoom-out;
    margin: 0;
}

    .feature-img.expanded img {
        width: 100%;
        display: block;
    }

        .feature-img.expanded img:hover {
            transform: none;
            cursor: zoom-out;
        }


    .feature-img.expanded .active-dir-img-container {
        background: #f0f8ff1a;
        padding: 10px !important;
        border-radius: 10px;
        border: 1px solid #757575;
        position: relative;
        width: 60%;
    }

.feature-img .close-btn {
    display: none;
    position: absolute;
    top: 0px;
    right: 0%;
    font-size: 24px;
    color: #555555;
    cursor: pointer;
    z-index: 10;
    background: #fff;
    width: 30px;
    border-top-right-radius: 10px;
}

.feature-img.expanded .close-btn {
    display: block;
}

.feature-img.expanded .slidesjs-container,
.feature-img.expanded .slidesjs-control {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
    cursor: zoom-out;
}


.feature-img.expanded .slidesjs-navigation {
    font-size: 3.15em !important;
    color: rgb(255 255 255 / 50%) !important;
}

    .feature-img.expanded .slidesjs-navigation.slidesjs-previous {
        left: -70px;
        bottom: 50%;
        right: auto;
    }

    .feature-img.expanded .slidesjs-navigation.slidesjs-next {
        right: -70px;
        bottom: 50%;
    }

.feature-img.expanded .slidesjs-pagination {
    margin-top: 10px;
}

    .feature-img.expanded .slidesjs-pagination li a {
        background-color: rgb(255 255 255 / 44%);
    }

        .feature-img.expanded .slidesjs-pagination li a.active,
        .feature-img.expanded .slidesjs-pagination li a:hover.active {
            background-color: rgb(72 140 186);
        }


/*Workflow section*/

.kick-start-workflows-section {
    max-width: 1300px;
    margin: 20px auto 0;
    padding: 40px 40px 10px;
    color: #454545;
}

    .kick-start-workflows-section .active-dir-automation-quote i {
        left: 4px;
    }

.kick-start-workflow-section-content {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 20px;
    margin: 40px auto 0;
    justify-content: center;
}

.workflow-section-card {
    width: 28%;
    background-color: #f2f6ffd1;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    position: relative;
    border-top: 2px solid #374e9a;
    min-width: 330px;
}

.workflow-section-card hr {
    border: none;
    height: 1px;
    background: #d4d4d4;
}

.workflow-section-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1548A2;
}

.workflow-section-card-title i {
    padding: 10px;
    border-radius: 40%;
    border: 4px solid #bdd9ff;
    color: #ffffff;
    font-size: 1.1em;
    background: linear-gradient(to right, #6ec9d2, #4e57d9);
}

.workflow-section-card-desc {
    margin: 15px 0;
}

.workflow-section-card a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 25px;
    transition: transform .1s ease-in-out;
}

.workflow-section-card a:hover {
    transform: scale(1.05);
}

    .workflow-section-card a span {
        text-decoration: underline;
    }


/*AD-Automation-Personalize-Section*/

.personalize-section {
    background: #0e1e3f;
    color: #fff;
    padding: 10px 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.personalize-section-header-text {
    display: inline-block;
    min-width: 280px;
    max-width: 1200px;
    width: 53%;
    text-align: left;
    margin: 20px 20px 20px 0;
}

    .personalize-section-header-text hr {
        border: none;
        height: 2px;
        background: #ffffff2e;
        margin: 10px 0;
    }

.personalize-section-header-img {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    max-width: 550px;
    min-width: 280px;
    margin: 20px;
}

.personalize-section-header-img img {
    height: 100%;
    width: 80%;
}

.quote-personalize {
    background: linear-gradient(to right, transparent 10%, #c5c9ff10 15%, transparent 115%);
    color: #58caff;
    margin: 10px 0px 20px 20px;
}

    .quote-personalize i {
        color: #ffffff33;
    }

.personalize-section-content {
    max-width: 1250px;
    margin: 20px auto 0;
}

.personalize-section-card-wrapper {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0;
    gap: 20px;
}

.personalize-section-card {
    width: 45%;
    background: #F2F6FF;
    color: #303030;
    padding: 20px;
    border-radius: 10px;
}

.personalize-section-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5D05CF;
    margin-bottom: 12px;
}

    .personalize-section-card-title i {
        font-size: 1.7em;
        background: linear-gradient(135deg, #D80BC3, #5B00D0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-top: 2px;
    }

/*AD-Automation-effortless-automation-Section*/

.effortless-automation-section {
    color: #303030;
    background: #f7f9ff;
    position: relative;
    z-index: 1;
}

.effortless-automation-section-header {
    max-width: 1300px;
    margin: 0 auto;

}

.effortless-automation-section-header-content {
    display: inline-block;
    width: 62%;
    max-width: 800px;
    vertical-align: top;
    text-align: left;
    margin: 20px 20px 20px 0;
    line-height: 40px;
}

    .effortless-automation-section-header-content hr {
        margin: 10px auto;
        border: none;
        height: 2px;
        background-color: #00000014;
    }

.effortless-automation-section-header-img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    max-width: 400px;
    min-width: 280px;
    margin: 20px;
}

.effortless-automation-section-header-img img {
    width: 100%;
    height: 100%;
}

.effortless-automation-section-sub-title {
    font-family: poppins-regular;
    margin-top: 30px;
    font-size: 1.4em;
}

.effortless-automation-section-content {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

    .effortless-automation-section-content::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background: #ffffff12;
    }

.progress-line {
    --bottom-fade: 0px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    transform: translateX(-50%);
    height: 0;
    transition: height 0.35s ease-out;
    background: #7d4cb6;
    border-radius: 10px;
    pointer-events: none;
    -webkit-mask-image: linear-gradient( to bottom, transparent 0, black var(--top-fade), black calc(100% - var(--bottom-fade)), transparent 100% );
    mask-image: linear-gradient( to bottom, transparent 0, black var(--top-fade), black calc(100% - var(--bottom-fade)), transparent 100% );
}

.effortless-automation-hlt, .quote-effortless-automation {
    color: #00758c;
    font-family: work-sans-medium;
}

.quote-effortless-automation {
    background: #00000005;
    margin: 10px 0px 20px 20px;
    border-radius: 0px 20px;
}

    .quote-effortless-automation i {
        color: #0000001c;
    }

.effortless-automation-section-card {
    margin-top: 20px;
    text-align: left;
    padding: 25px 0px;
    border-radius: 25px;
}

    .effortless-automation-section-card p {
        margin: 20px 0 10px;
        font-size: 1.1em;
        line-height: 1.6em;
    }

.effortless-automation-section-card-title {
    display: flex;
    align-items: center;
}

    .effortless-automation-section-card-title i {
        padding-right: 10px;
        border-radius: 10px;
        font-size: 1.4em;
        font-weight: bold;
        color: #7435be;
    }

    .effortless-automation-section-card-title h3 {
        display: inline;
        color: #6220af;
        font-size: 1.2em;
    }

.effortless-automation-section-card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

/*Dot Animation*/

.dot-animation {
    position: absolute;
    top: 2.5%;
    left: 50%;
    transform: translateX(-50%);
}

.effortless-automation-section-card:nth-child(3) .dot-animation {
    top: 1%;
}

.effortless-automation-section-card:nth-child(4) .dot-animation {
    top: 2.5%;
}

.ripple-dot {
    position: relative;
    width: 16px;
    height: 16px;
    background: #6c3ba5;
    border-radius: 50%;
    z-index: 3;
}

    /* Ripple Waves */
    .ripple-dot::before,
    .ripple-dot::after,
    .wave {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: #6c3ba5;
        opacity: 0.4;
        animation: ripple 2s ease-out infinite;
    }

    /* 2nd wave */
    .ripple-dot::after {
        animation-delay: 0.3s;
        opacity: 0.3;
    }

    /* 3rd wave */
    .ripple-dot .wave {
        animation-delay: 0.8s;
        opacity: 0.2;
        margin: 0 !important;
    }

@keyframes ripple {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.6;
    }

    60% {
        width: 50px;
        height: 50px;
        opacity: 0;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

.effortless-automation-section-card-content-text {
    gap: 15px;
    display: inline-block;
    min-width: 280px;
    max-width: 1200px;
    width: 47%;
    text-align: left;
    vertical-align: top;
}

/* CONTAINER */
.workflow-container {
    max-width: 580px;
    margin: 15px auto 0;
    text-align: center;
    position: relative;
}

/* TOP CARD */
.workflow-top-card {
    padding: 10px 30px;
    border-radius: 16px;
    background: #dfe9fe;
    border: 1px solid rgb(184 200 255 / 60%);
    line-height: 1.45;
}

/* VERTICAL CONNECTOR */
.workflow-center-line {
    width: 2px;
    height: 0;
    background: #e2e2e2;
    margin: 0 auto;
    animation-play-state: paused;
}

@keyframes vline {
    to {
        height: 50px;
    }
}

.workflow-center-dot {
    width: 12px;
    height: 12px;
    background: #e2e2e2;
    border-radius: 50%;
    margin: 0 auto;
    opacity: 0;
    animation-play-state: paused;
}

@keyframes dotShow {
    to {
        opacity: 1;
    }
}

/* LABELS */
.workflow-labels {
    margin-top: -48px;
    display: flex;
    justify-content: center;
    gap: 110px;
}

    .workflow-labels span {
        opacity: 0;
        animation-play-state: paused;
        font-family: poppins-regular;
    }

    .workflow-labels .workflow-label-left {
        transform: translateY(16px);
    }

.workflow-label-left {
    animation-delay: 1.0s;
    color: #1a9d48;
}

.workflow-label-right {
    animation-delay: 2.4s;
    color: #d24949;
}

@keyframes fade {
    to {
        opacity: 1;
    }
}

/* SVG LINES */
.workflow-container svg {
    position: absolute;
    top: 36px;
    left: -260px;
    width: 110%;
    height: 220px;
    pointer-events: none;
}

.path {
    stroke: #e2e2e2;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation-play-state: paused;
}

.path-approved {
    animation-delay: 0.8s;
}

.path-rejected {
    animation-delay: 2.5s;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* CONTENT STACK */
.workflow-branch-content {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

/* REJECTED CARD */
.rejected-card {
    background: #f9e9e9;
    border: 1px solid #fecbcb;
    padding: 12px 20px;
    border-radius: 10px;
    color: #d24949;
    opacity: 0;
    transform: translateX(-8px);
    animation-play-state: paused;
    align-self: flex-end;
    text-align: left;
}

.rejected-card div {
    display: flex;
    align-items: center;
}

.rejected-card span {
    display: none;
}

    .rejected-card i {
        width: 18px;
        height: 18px;
        color: #eb5f97;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3em;
        margin-right: 10px;
    }

/* APPROVED CARD */
.approved-card {
    padding: 16px;
    border-radius: 16px;
    background: #e6f6eb;
    border: 1px solid #b5e6cd;
    text-align: left;
    opacity: 0;
    transform: translateY(10px);
    animation-play-state: paused;
}

.approved-card span {
    display:none;
}

    .approved-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1em !important;
    }

    .approved-card li {
        display: flex;
        opacity: 0;
        transform: translateY(8px);
        animation-play-state: paused;
        align-items: center;
        line-height: 18px;
        margin-bottom: 10px;  
    }

        .approved-card li:nth-child(1) {
            animation-play-state: paused;
        }

        .approved-card li:nth-child(2) {
            animation-play-state: paused;
        }

        .approved-card li:nth-child(3) {
            animation-play-state: paused;
        }

        .approved-card li:nth-child(4) {
            animation-play-state: paused;
        }

        .approved-card li i {
            width: 18px;
            height: 18px;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

/* KEYFRAMES */
@keyframes cardUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cardLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* animation when .animate is applied */
.workflow-container.animate > * {
    animation: none;
}

.workflow-container.animate .workflow-center-line {
    animation: vline .4s forwards;
}

.workflow-container.animate .workflow-center-dot {
    animation: dotShow .3s forwards .4s;
}

.workflow-container.animate .workflow-label-left {
    animation: fade .2s forwards 2s;
}

.workflow-container.animate .path-rejected {
    animation: draw 1s ease forwards 1.0s;
}

.workflow-container.animate .rejected-card {
    animation: cardLeft .5s forwards 1.0s;
}

.workflow-container.animate .workflow-label-right {
    animation: fade .2s forwards 0.8s;
}

.workflow-container.animate .path-approved {
    animation: draw 1s ease forwards 2s;
}

.workflow-container.animate .approved-card {
    animation: cardUp .3s forwards 2.2s;
}

    .workflow-container.animate .approved-card li:nth-child(1) {
        animation: cardUp .3s forwards 2.4s;
    }

    .workflow-container.animate .approved-card li:nth-child(2) {
        animation: cardUp .3s forwards 2.6s;
    }

    .workflow-container.animate .approved-card li:nth-child(3) {
        animation: cardUp .3s forwards 2.8s;
    }

    .workflow-container.animate .approved-card li:nth-child(4) {
        animation: cardUp .3s forwards 3.0s;
    }

    .effortless-automation-section-card-content-text ul {
        font-size: 1.1em;
        line-height: 28px;
        list-style: none;
    }

        .effortless-automation-section-card-content-text ul i {
            margin-right: 10px;
            color: #39d17f;
            font-size: 1.3em;
            vertical-align: middle;
        }

.effortless-automation-section-card-content-img {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    max-width: 870px;
    min-width: 280px;
    margin: 0 20px;
    border-radius: 10px;
    border: 4px solid #00000014;
    overflow: hidden;
}

    .effortless-automation-section-card-content-img img {
        width: 100%;
        height: 100%;
        transition: transform 0.2s ease-out !important;
    }

        .effortless-automation-section-card-content-img img:hover {
            transform:scale(1.05);
            cursor: zoom-in;
        }

/*AD-Automation-advanced-workflow-section*/

.advanced-workflow-section {
    padding-top: 30px;
    background-color: #00102c;
    position: relative;
    clip-path: inset(0px);
    color: #fff;
}

.advanced-workflow-section .droid-section-outer-wrapper {
    padding-bottom: 0;
}

/* Bg polygons animations start*/

.section-bg-animation-container {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
}

.Polygons,
.polygons-grp {
    opacity: 0.2;
    filter: blur(2px);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .Polygons .shapes {
        position: fixed;
        bottom: 0;
        animation: moving-up-dir 30s infinite;
        filter: blur(3px);
    }

.polygon-shape-fill {
    fill: aliceblue;
}

.Polygons .Polygon-1 {
    width: 15px;
    right: 10%;
    animation-delay: -1s;
}

.Polygons .Polygon-2 {
    width: 17px;
    right: 15%;
    animation-delay: 5s;
}

.Polygons .Polygon-3 {
    right: 20%;
    width: 25px;
    animation-delay: 8s;
}

.Polygons .Polygon-4 {
    width: 10px;
    right: 30%;
    animation-delay: 4s;
}

.Polygons .Polygon-5 {
    right: 40%;
    width: 18px;
    animation-delay: -1s;
}

.Polygons .Polygon-6 {
    left: 35%;
    width: 14px;
    animation-delay: 6s;
}

.Polygons .Polygon-7 {
    left: 15%;
    width: 16px;
    animation-delay: 15s;
}

.Polygons .Polygon-8 {
    left: 10%;
    width: 18px;
}

.scale-img {
    animation: scale-img 5s infinite ease-in-out;
    animation-delay: 2s;
}

.polygons-grp img {
    max-width: 150px;
    width: 20%;
    position: fixed;
}

.polygon-grp-img1 {
    animation-delay: 3s;
    left: 15%;
    top: 11%;
}

.polygon-grp-img2 {
    animation-delay: 0.2s;
    left: 86%;
    top: 70%;
}

.polygon-grp-img4 {
    animation-delay: 2s;
    left: 5%;
    top: 70%;
}

@keyframes moving-up-dir {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1000px) rotate(600deg);
    }
}

@keyframes scale-img {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* Bg polygons animations end*/

.adv-bg-circle {
    position: absolute;
    background: #7babff;
    width: 150px;
    height: 150px;
    right: 70px;
    filter: blur(125px);
    top: 20px;
}

.quote-advanced-workflow {
    /*    color: #8bd1fb;*/
    color: #2ed5ff;
    margin: 4px 0 0;
    background: linear-gradient(to right, transparent, #f5f6ff14, transparent);
    margin: 4px 30px 0;
}

    .quote-advanced-workflow i {
        color: #e3e2e261;   
    }

.advanced-workflow-section-content {
    margin: 20px auto 0;
    max-width: 1400px;
    color: #fff;
}

    .advanced-workflow-section-content .ripple-dot {
        background: #9060c7;
    }

    /* Ripple Waves */
        .advanced-workflow-section-content .ripple-dot::before,
        .advanced-workflow-section-content .ripple-dot::after,
        .advanced-workflow-section-content .wave {
            background: #9060c7;
        }

.advanced-workflow-section-card {
    padding: 40px;
    background: rgb(115 171 255 / 7%);
    position: relative;
    overflow: hidden;
}

    /* Static thin bottom border */
    .advanced-workflow-section-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(255,255,255,0.08);
    }

    /* Fast repeated flash bar */
    .advanced-workflow-section-card::before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 600px; /* flash size */
        left: -200px; /* start outside */
        background: linear-gradient(90deg, transparent, #4cc9f0, transparent);
        opacity: 0.7; /* always visible */
        animation: fastFlash 4s linear infinite; /* faster loop */
    }

/* Smooth continuous movement */
@keyframes fastFlash {
    0% {
        left: -200px;
    }

    100% {
        left: 100%;
    }
}


.advanced-workflow-section-card:nth-child(1) {
    background: linear-gradient(to bottom, transparent, rgb(115 171 255 / 6%) 7%);
    margin-top: 30px;
}

    .advanced-workflow-section-card h2 span {
        color: #2bd198;
    }

    .advanced-workflow-section-card:nth-child(2), .advanced-workflow-section-card:nth-child(4) {
        background: #3b4d6a66;
    }

.advanced-workflow-section-card-content {
    display: flex;
    text-align: left;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    margin-top: 30px;
}

.advanced-workflow-section-card-text {
    gap: 15px;
    display: inline-block;
    min-width: 280px;
    max-width: 1200px;
    width: 60%;
    text-align: left;   
    vertical-align: middle;
}

.advanced-workflow-section-card:nth-child(3) .advanced-workflow-section-card-text {
    width: 47%;
}

.advanced-workflow-section-card-text p {
    font-size: 1.4em;
    font-family: poppins-regular;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 8px;
    color: #d8b6ff;
    background: linear-gradient(to right, #ffcf6b, #e86bff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advanced-workflow-section-card-text p i {
    font-size: 1.3em;
}

.advanced-workflow-section-card-text ul {
    font-size: 1.05em;
    line-height: 22px;
    list-style: none;
    margin-top: 20px;
}

.advanced-workflow-section-card-text ul li {
    margin: 10px;
}

.advanced-workflow-section-card-text ul li i {
    font-size: 1.2em;
    color: #39a717;
}

    .advanced-workflow-section-card-text ul li span {
        margin: 0;
        border: none;
        font-family: poppins-regular;
        font-size: 1.1em;
        color: #7ae5ff;
        padding: 0;
    }

.advanced-workflow-section-card-img {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    max-width: 550px;
    min-width: 280px;
    margin: 0 20px;
    position: relative;
}

.advanced-workflow-section-card-img img {
    width: 100%;
    height: 100%;
}

    .advanced-workflow-section-card-img video {
        width: 100%;
        height: 100%;
    }

.video-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
}

.advanced-workflow-section-card-header-text {
    display: inline-block;
    min-width: 280px;
    max-width: 1200px;
    width: 58%;
    text-align: left;
    margin: 20px;
}

.advanced-workflow-section-card-header-img {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    max-width: 550px;
    min-width: 300px;
    margin: 20px 0;
}

    .advanced-workflow-section-card-header-img img {
        width: 80%;
        height: 100%;
    }

.advanced-workflow-section-card h2 {
    font-size: 0.85em;
}



.advanced-workflow-section-card:nth-child(1) .advanced-workflow-section-card-content, .advanced-workflow-section-card:nth-child(5) .advanced-workflow-section-card-content {
    gap: 40px 20px;
}

.advanced-workflow-section-card:nth-child(3) .advanced-workflow-section-card-content, .advanced-workflow-section-card:nth-child(4) .advanced-workflow-section-card-content {
    margin-top: 30px;
}

.advanced-workflow-section-card:nth-child(3) h2 span {
    background: linear-gradient(to right, #ffcf6b, #e86bff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advanced-workflow-section-card-content div {
    max-width: 1100px;
}

.advanced-workflow-section-card-content-top, .advanced-workflow-section-card-content-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 1250px !important;
    margin-top: 20px;
    position: relative;
    flex-wrap: wrap;
}

    .advanced-workflow-section-card-content-bottom {
        margin-bottom: 50px;
    }

    .advanced-workflow-section-card-content-top .dot-animation {
        top: 3.5%;
    }

    .advanced-workflow-section-card-content-bottom .dot-animation {
        top: 3%;
    }


.advanced-workflow-section-inner-card {
    width: 30%;
    background: #8aacff10;
    padding: 30px 20px 20px;
    border-radius: 10px;
    border-top: 2px solid #339eb6;
    background: #172743;
    position: relative;
    min-width: 310px;
}

    .advanced-workflow-section-inner-card:nth-child(2) {
        border-top: 2px solid #bf8230;
    }

    .advanced-workflow-section-inner-card:nth-child(2) i {
        background: #d28e33;
    }

    .advanced-workflow-section-inner-card:nth-child(2) .inner-card-title {
        color: #cca232;
    }

    .advanced-workflow-section-inner-card:nth-child(3) {
        border-top: 2px solid #b43db9;
    }

    .advanced-workflow-section-inner-card:nth-child(3) i {
        background: #b73bbc;
    }

    .advanced-workflow-section-inner-card:nth-child(3) .inner-card-title {
        color: #e76cec;
    }

    .advanced-workflow-section-inner-card:nth-child(4) {
        border-top: 2px solid #39c29a;
    }

        .advanced-workflow-section-inner-card:nth-child(4) i {
            background: #3cc9a0;
        }

        .advanced-workflow-section-inner-card:nth-child(4) .inner-card-title {
            color: #3cc9a0;
        }


    .advanced-workflow-section-inner-card:nth-child(5) {
        border-top: 2px solid #8a6ce1;
    }

        .advanced-workflow-section-inner-card:nth-child(5) i {
            background: #7f5ce2;
        }

        .advanced-workflow-section-inner-card:nth-child(5) .inner-card-title {
            color: #bda6ff;
        }



    .advanced-workflow-section-inner-card i {
        padding: 12px;
        border-radius: 50%;
        color: #42c8e9;
        position: absolute;
        top: -25px;
        background: #2b94b9;
        border: 3px solid #2b2d46;
        color: #fff;
        font-size: 1.3em;
    }

.advanced-workflow-section-inner-card2 i {
    padding: 20px;
    background: linear-gradient(141deg, #2041a0, #317aac);
    border-radius: 20%;
    color: #fff;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8em;
}

.advanced-workflow-section-inner-card2 {
    width: 90%;
    background: #eaf7ff;
    padding: 20px 20px 20px 50px;
    border-radius: 10px;
    border: 1px solid #d100ff14;
    position: relative;
    color: #303030;
}

    .advanced-workflow-section-inner-card2:nth-child(2) i, .advanced-workflow-section-inner-card2:nth-child(5) i {
        background: linear-gradient(141deg, #20a08b, #2b7e4c);
    }

    .advanced-workflow-section-inner-card2:nth-child(2) .inner-card-title, .advanced-workflow-section-inner-card2:nth-child(5) .inner-card-title {
        color: #2a9164;
    }

    .advanced-workflow-section-inner-card2:nth-child(3) i {
        background: linear-gradient(141deg, #69951c, #62b02a);
    }

    .advanced-workflow-section-inner-card2:nth-child(3) .inner-card-title {
        color: #5c9c22;
    }

    .advanced-workflow-section-inner-card2:nth-child(4) i, .advanced-workflow-section-inner-card2:nth-child(7) i {
        background: linear-gradient(141deg, #6e20a0, #8738d8);
    }

    .advanced-workflow-section-inner-card2:nth-child(4) .inner-card-title, .advanced-workflow-section-inner-card2:nth-child(7) .inner-card-title {
        color: #7525a9;
    }

.inner-card-tag {
    position: absolute;
    top: -12px;
    left: 15px;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
    background: #2e6e8f;
}

.inner-card-title {
    display: flex;
    align-items: center;
    color: #45c8e9;
}

.advanced-workflow-section-inner-card2 .inner-card-title {
    color: #1f4ba9;
}

.advanced-workflow-section-inner-card3 {
    width: 30%;
    position: relative;
    padding: 30px 20px 20px;
    border-radius: 10px;
    border: 1px solid #ffffff33;
    background: #ffffff0a;
    min-width: 300px;
}

    .advanced-workflow-section-inner-card3:nth-of-type(1) .inner-card-tag {
        background: #95249d;
    }

    .advanced-workflow-section-inner-card3:nth-of-type(1) .inner-card-title {
        color: #f66aff;
    }

    .advanced-workflow-section-inner-card3:nth-of-type(2) .inner-card-tag {
        background: #3f9563;
    }

    .advanced-workflow-section-inner-card3:nth-of-type(2) .inner-card-title {
        color: #48c27b;
    }

.advanced-workflow-section-btm-quote {
    padding: 20px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2em;
    letter-spacing: 0.4px;
    z-index: 0;
    font-style: italic;
    background: linear-gradient(45deg, #0e2244, transparent);
     border-left: 3px solid #7d4cb6; 
}

    .advanced-workflow-section-btm-quote i {
        color: #294b6459;
        position: absolute;
        font-size: 4.5em;
        top: 2px;
        left: 10px;
        z-index: -1;
    }


/* AD-Automation-innovation-workflows-section */

.innovation-workflows-section {
    background: #edeff7;
    padding-top: 20px;
    color: #323232;
    position: relative;
}

.innovation-workflows-section::before {
    content: '';
    position: absolute;
    background-image: url("/images/bg/double-blob.svg");
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.innovation-workflows-section-title {
    margin-bottom: 2px;
}

.innovation-workflows-section-content {
    max-width: 1400px;
    margin: 20px auto 0;
    border-radius: 10px;
}

.innovation-workflows-section-card {
    padding: 40px 40px 20px;
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff;
}

    .innovation-workflows-section-card > i:first-of-type {
        position: absolute;
        opacity: 0.04;
        font-size: 10em;
        right: 10%;
        transform: translateX(50%);
        z-index: -1;
        top: 5%;
    }

    .innovation-workflows-section-card .droid-section-main-title {
        margin-bottom: 2px;
    }

    .innovation-workflows-section-card h2 {
        font-size: 0.8em;
    }

        .innovation-workflows-section-card h2 span {
            font-family: poppins-medium;
            background: linear-gradient(to right, #1d89b3, #37ab21);
            background: linear-gradient(to left, #6155b4, #b6459b, #9f35a2);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.innovation-workflows-section-card-content {
    margin-top: 20px;
}

.innovation-workflows-section-card-content-text {
    display: inline-block;
    min-width: 280px;
    max-width: 1200px;
    width: 50%;
    text-align: left;
    margin: 20px;
}

    .innovation-workflows-section-card-content-text ul {
        list-style: none;
        line-height: 20px;
        margin-top: 30px;
    }

    .innovation-workflows-section-card-content-text li {
        margin: 20px;
        font-size: 1.05em;
        display: flex;
        align-items:center;     
    }

        .innovation-workflows-section-card-content-text li i {
            margin-right: 10px;
            font-size: 2.2em;
            background: linear-gradient(to left, #443bbc, #f1517c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.quote-innovation-workflows {
    color: #8d2b97;
    background: #2929290a;
    border-right: none;
    border-left: 3px solid #532c9b;
    margin: 0;
}

    .quote-innovation-workflows i {
        color: #e1e1e1;
    }

.innovation-workflows-section-card-content-img {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    max-width: 550px;
    min-width: 280px;
    margin: 20px;
    border-radius: 10px;
    border: 1px solid #00000047;
    overflow: hidden;
    box-shadow: 0px 0px 10px #00000030;
}

    .innovation-workflows-section-card-content-img img {
        width: 100%;
        height: 100%;
        transition: transform 0.2s ease-out !important;
    }

        .innovation-workflows-section-card-content-img img:hover {
            transform: scale(1.05);
            cursor: zoom-in;
        }


        @media(max-width: 1280px) {
            .feature-img {
                margin: 20px auto 0;
            }

            .kick-start-offboard-section .kick-start-onboard-section-content {
                flex-direction: column-reverse;
            }
        }


.active-dir-automation-bottom-cta-section {
/*    background: #0d0913;*/
    /*    background-image: url('/images/active-dir-automation-images/bg-svg/dwd-banner.svg');*/
    background: linear-gradient(45deg, #220217, #150630);
}

.active-dir-automation-dwd-banner {
    color: #fff;
    border-radius: 20px;
    max-width: 1300px;
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}

.automation-dwd-banner-text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 1200px;
}

.automation-dwd-banner-img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}

    .automation-dwd-banner-img i {
        font-size: 10em;
        background: linear-gradient(45deg, #2ba3df, #ff57e1);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.automation-dwd-banner-glow1 {
    width: 200px;
    height: 150px;
    position: absolute;
    background: #431865;
    z-index: -1;
    filter: blur(70px);
}

.automation-dwd-banner-glow2 {
    width: 200px;
    height: 150px;
    position: absolute;
    background: #431865;
    z-index: -1;
    filter: blur(70px);
    right: 110px;
    bottom: 20px;
}

.active-dir-automation-dwd-banner-main-title {
    font-size: 2em;
    font-family: 'poppins-light';
}

.active-dir-automation-dwd-banner-btn {
    display: flex;
    justify-content:center;
    gap: 5px;
    font-size: 1.1em;
    padding-top: 15px;
}

    .active-dir-automation-dwd-banner-btn a {
        text-decoration: underline;
        color: #81a4ff;
        font-family: work-sans-medium;
    }


/* ---------- 1145px ---------- */
@media(max-width: 1145px) {
    .kick-start-onboard-section-content-text,
    .kick-start-onboard-section-content-img {
        width: 100%;
        max-width: 750px;
        margin: 10px 0;
    }

    .innovation-workflows-section-card-content-text, .innovation-workflows-section-card-content-img {
        width: 100%;
        max-width: 800px;
        margin: 20px 0;
    }
}

/* ---------- 1100px ---------- */
@media(max-width: 1100px) {
    .progress-line,
    .dot-animation {
        display: none;
    }

    .effortless-automation-section-card-content-text,
    .effortless-automation-section-card-content-img {
        width: 95%;
    }

    .effortless-automation-section-card-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .effortless-automation-section-card:nth-child(3)
    .effortless-automation-section-card-content {
        flex-direction: column-reverse;
    }

    .advanced-workflow-section-card-header-text {
        width: 95%;
    }

    .advanced-workflow-section-inner-card,
    .advanced-workflow-section-inner-card3 {
        width: 48%;
    }
}

/* ---------- 1085px ---------- */
@media(max-width: 1085px) {
    .kick-start-section-header-content,
    .personalize-section-header-text,
    .effortless-automation-section-header-content {
        width: 95%;
        max-width: 920px;
    }

    .kick-start-section-header-img,
    .personalize-section-header-img,
    .effortless-automation-section-header-img {
        width: 45%;
        max-width: 700px;
    }

    .kick-start-desc {
        width: 100%;
    }
}

/* ---------- 950px ---------- */
@media(max-width: 950px) {
    .workflow-section-card {
        width: 48%;
    }

    .advanced-workflow-section-card:nth-child(3)
    .advanced-workflow-section-card-text {
        width: 100%;
    }

    .advanced-workflow-section-card-img {
        width: 100%;
        margin: 0;
    }

    .advanced-workflow-section-card-content-bottom {
        flex-direction: column-reverse;
    }
}

/* ---------- 780px ---------- */
@media(max-width: 780px) {
    .active-dir-automation-feature {
        min-width: 350px;
    }
}

/* ---------- 768px ---------- */
@media(max-width: 768px) {
    .personalize-section-card,
    .workflow-section-card {
        width: 100%;
    }

    .advanced-workflow-section-card {
        padding: 20px;
    }

    .advanced-workflow-section-inner-card,
    .advanced-workflow-section-inner-card3 {
        width: 100%;
        min-width: unset;
    }
}

/* ---------- 730px ---------- */
@media(max-width: 730px) {
    .active-dir-automation-banner-section-img {
        display: none;
    }

    .active-dir-automation-banner-section-text {
        width: 80%;
    }

    .active-dir-automation-feature {
        min-width: 320px;
    }

    .innovation-workflows-section-card > i:first-of-type {
        display: none;
    }
}

@media(max-width: 650px) {
    .droid-section-main-title {
        font-size: 1.8em;
        line-height: 35px;
    }

    .workflow-center-line, .workflow-center-dot, .workflow-labels, .workflow-container svg {
        display:none;
    }

    .rejected-card {
        align-self:auto;
        margin-top: 15px;
    }

    .rejected-card span, .approved-card span {
        display: block;
    }
}

@media(max-width: 480px) {

    .title-hlt-3 {
        font-size: 1em;
    }

    .kick-start-onboard-section, .kick-start-offboard-section {
        padding: 40px 20px 20px;
        text-align: left;
    }

    .kick-start-section-header-content {
        margin: 0;
    }

    .kick-start-workflows-section {
        padding: 40px 0px 10px;
    }

    .effortless-automation-section-header-content {
         margin: 0; 
    }

    .effortless-automation-section-sub-title {
        font-size: 1.2em;
        text-align: left;
    }

    .effortless-automation-section-card-title h3 {
        font-size: 1.2em;
    }

    .quote-effortless-automation {
        margin: 10px;
    }

    .rejected-card span, .approved-card span {
        font-family: poppins-medium;
        margin-bottom: 8px;
    }

    .workflow-container.animate .rejected-card {
        animation: cardLeft .5s forwards 0.4s;
    }

    .workflow-container.animate .approved-card {
        animation: cardUp .3s forwards 0.8s;
    }

        /* Approved items staggered */
        .workflow-container.animate .approved-card li:nth-child(1) {
            animation: cardUp .3s forwards 1s;
        }

        .workflow-container.animate .approved-card li:nth-child(2) {
            animation: cardUp .3s forwards 1.2s;
        }

        .workflow-container.animate .approved-card li:nth-child(3) {
            animation: cardUp .3s forwards 1.4s;
        }

        .workflow-container.animate .approved-card li:nth-child(4) {
            animation: cardUp .3s forwards 1.6s;
        }


    .advanced-workflow-section-card {
        padding: 60px 20px;
    }

    .advanced-workflow-section-card:nth-child(2) .advanced-workflow-section-card-content {
        gap: 35px;
    }

    .advanced-workflow-section-card-header-text {
         margin: 0; 
    }

    .advanced-workflow-section-inner-card2 {
        padding: 40px 20px 20px 20px;
        width:100%;
    }

        .advanced-workflow-section-inner-card2 i {
            padding: 12px;
            left: 20px;
            top: 0;
            font-size: 1.5em;
        }

    .advanced-workflow-section-btm-quote {
        width: 100%;
        font-size: 1.05em;
    }

    .innovation-workflows-section div {
        text-align: left;
    }

    .innovation-workflows-section-card {
        padding: 40px 20px 20px;
        text-align: left;
    }

    .innovation-workflows-section-card-content-img {
         margin: 0; 
    }

    .innovation-workflows-section-card-content-text li {
        margin: 20px 0;
    }

}








