﻿:root{
    scroll-padding-top: 80px;
}

main {
    font-size: 13px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}


/* AD Overview Banner Section */

.active-dir-overview-banner-section {
    padding-top: 50px !important;
}

    .active-dir-overview-banner-section article {
        background-color: #021b41;
        /*background: url('../images/ad-management-images/banner-bg.svg') no-repeat center center;*/
        background-size: cover;
    }

.active-dir-overview-banner-contents {
    text-align: center;
}

.active-dir-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-img {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    min-width: 280px;
    margin: 20px;
    text-align: left;
}

.active-dir-overview-banner-highlight {
    color: #f8d800;
}

.active-dir-overview-banner-button-wrapper {
    display: flex;
    align-items: center;
    margin-top: 2.5em;
}


.active-dir-rem-section-img {
    height: auto;
    width: 80%;
}

.active-dir-overview-banner-img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: scale-down;
    margin: auto;
}

.active-dir-overview-banner-section-svg {
    margin-top: -5px;
}



/*Stats Section*/

.active-dir-overview-stats-section-bg-svg-bottom {
    position: absolute;
    bottom: 0;
    transform: scaleY(-1);
}

.active-dir-stats-section-wrapper {
    padding: 3em 2.5em 3em;
    border-radius: 12px 12px 0 0;
    z-index: 1;
}

.stats-content-wrapper {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    border-radius: 10px;
    gap: 2em;
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 1190px;
    margin: 0 auto;
}

.stats-section-circle-pattern-1 {
    position: absolute;
    bottom: -80px;
    right: -80px;
    height: 200px;
    width: 200px;
    background-color: #f5fbff;
    border-radius: 50%;
    z-index: 10;
}

.stats-section-circle-pattern-2 {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 100px;
    width: 100px;
    background-color: #f1f9ff;
    border-radius: 50%;
    z-index: 10;
}

.stats-desc-1, .stats-desc-2 {
    color: rgb(61, 58, 58);
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.stats-desc-2 {
    background: linear-gradient(45deg, transparent, #004cff0d, transparent);
    padding: 0.8em;
    font-family: 'poppins-regular';
    width: 80%;
    margin: 0 auto 2em;
    position: relative;
}

    .stats-desc-2 i {
        opacity: 0.2;
        font-size: 3em;
        position: absolute;
        left: 0px;
        top: -15px;
        color: #368be6;
    }

    .stats-desc-2 span {
        color: #11a73b;
    }


.stats-content-wrapper > div:first-child {
    flex: 1 1 60%;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 1.5em;
}

.stats-number-wrapper {
    display: flex;
    gap: 1.8em;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    background: #ffffff21;
    margin-bottom: 2em;
}


.stats-1, .stats-2, .stats-3 {
    display: flex;
    padding: 0.5em 2em 0.5em 2em;
    border-radius: 10px;
    align-items: center;
    text-align: left;
}

.stats-1 {
    background: linear-gradient(45deg, #ffc3df, #ffffff);
    background: #ffeef6;
}

.stats-2 {
    background: linear-gradient(45deg, #f0edff, #ffffff);
    background: #f0edff;
}

.stats-3 {
    background: linear-gradient(45deg, #e0f8ff, #ffffff);
    background: #e0f8ff;
}


:is(.stats-1, .stats-2, .stats-3) div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.stats-circle-1, .stats-circle-2, .stats-circle-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    /*border: 4px solid rgba(255, 255, 255, 0.72);*/
}

    .stats-circle-1 i {
        color: #b33d77;
    }

    .stats-circle-2 i {
        color: #6248d1;
    }

    .stats-circle-3 i {
        color: #277790;
    }


.stats-number {
    font-size: 2em;
    color: rgb(61, 58, 58);
}


.stats-text {
    font-size: clamp(1em, 1vw + 0.5em, 1.2em);
    color: #505050;
}


/*Reports Section*/


.reports-section {
    color: rgb(239, 239, 239);
    position: relative;
    background: linear-gradient(rgb(15 45 71 / 80%), rgb(9 39 64 / 80%)) fixed, url(/images/active-dir-overview-images/reports-bg.png) center center / cover no-repeat;
    text-align: center;
}

.reports-section-title {
    font-size: 1.8em;
    font-weight: 600 !important;
}

.title-highlight {
    color: #2cd552;
}

.reports-container {
    padding: 2em;
    color: white;
    text-align: center;
    position: relative;
    z-index: 5;
    border-radius: 10px;
    margin: 2em auto 0;
    background: #ffffff08;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff1f;
    max-width: 1200px;
}

.reports-top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

.reports {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reports-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    padding: 1.3em;
}

    .reports-icon-wrapper i {
        display: inline-block;
        font-size: 1.6em;
    }

.reports-text-wrapper {
    flex: 1;
    padding: 0.9em;
    border-radius: 10px;
    color: white;
    text-align: left;
    font-size: 1.1em;
    margin-left: -0.8em;
    min-width: 240px;
}

.dashboard-highlight {
    color: #2cd552;
    font-family: poppins-medium;
}

.reports-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5em;
    border-radius: 10px 10px 0 0;
}

.reports-bottom-text {
    font-size: 1.1em;
}

.reports-btn-dwn {
    width: fit-content;
    margin: 0 auto;
}


/*GENERAL CSS*/

.hlt-txt {
    color: #11a73b;
}

.hlt-txt-dark {
    color: #befb98 !important;
}

.separator {
    width: 80%;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(to right, transparent, #e1e1e1, transparent);
}

.section {
    padding: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3em;
}

.section-header {
    display: flex;
    justify-content: space-evenly;
}

.active-dir-section-main-title-desc {
    padding: 0;
}

.quote {
    position: relative;
    margin-bottom: 1.3em;
    border-left: 3px solid #368be6;
    padding-left: 12px;
}

    .quote i {
        color: #7d7d7d;
        font-size: 3em;
    }

.quote-2, .quote-2-dark {
    font-family: 'poppins-regular';
    font-size: 1.35em;
    font-weight: 500;
    margin-top: 0.4em;
}

.quote-2 {   
    color: #368be6;
}

.quote-2-dark {
    color: #45e2ff;
}

.quote-1-light, .quote-1-dark {
    font-size: 1.2em;
    font-weight: 300;
    font-style: italic;
}

.quote-1-light {
    color: #7d7d7d;
}

.quote-1-dark {
    
    color: #afafaf;
}

.wrapper {
    max-width: 1200px;
}

.section-header-text {
    gap: 1em;
    display: inline-block;
    width: 52%;
    max-width: 850px;
    /*min-width: 280px;*/
    vertical-align: top;
    text-align: left;
    margin: 0 20px;
}

    .section-header-text div span {
        font-size: 1.15em;
        font-family: 'poppins-regular';
        color: #7f7f7f;
    }

    .section-header-text.dark h4 {
        color: #a3a3a3;
    }

    .section-header-text h2 span {
        font-family: 'poppins-medium';
        color: #1d77d1;
        font-size: 1.15em;
        letter-spacing: 0.6px;
    }


    .section-header-text i {
        font-size: 1em;
        color: #1d77d1;
        margin-bottom: 20px;
        margin-right: 10px;
    }

.active-dir-automation-section .section-header-text i {
    color: #d7178c;
}

.active-dir-alerting-section .section-header-text i, .active-dir-rem-section .section-header-text i {
    color: #26beee;
}


.active-dir-alerting-section .section-header-text h2 span, .active-dir-rem-section .section-header-text h2 span {
    color: #26beee;
}

.active-dir-management-section .section-header-text h2 span {
    background: linear-gradient(90deg, #0071da, #0d9d39);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.active-dir-automation-section .section-header-text h2 span {
    background: linear-gradient(90deg, #ff009b, #7e00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.desc-highlight {
    color: #20fa93;
}

.desc-highlight-light {
    color: #00be73;
}


/*SERVER AND WINDOWS AUDIT SECTION*/

.quote-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(133, 133, 133, 0.8), transparent);
}

.quote-icon {
    font-size: 2.3em;
    color: #000;
    opacity: 0.5;
}

.quote-icon-dark {
    font-size: 2.3em;
    color: #fff;
    opacity: 0.5;
}

.quote-icon-rem-section {
    color: #fff;
}

.audit-quote {
    border: none;
}

.section-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}


.audit-section-content {
    gap: 2em;
    display: inline-block;
    min-width: 280px;
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    width: 50%;
}

.windows-audit {
    margin-top: -5em;
}

.bullet-point {
    width: 5px;
    height: 5px;
    background: #636364;
    border-radius: 50%;
    flex-shrink: 0;
}

.section-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 550px;
    min-width: 280px;
    width: 40%;
    text-align: center;
}

.audit-section-content div {
    display: flex;
    align-items: center;
}



.audit-section-content p {
    font-size: 1.2em;
    line-height: 1.6em;
    /* border-radius: 5px; */
    padding: 0 15px;
    text-align: left;
}

.server-audit p, .windows-audit p {
    /*    border-left: 3px solid #3587df;*/
}

.audit-section-content i {
    font-size: 3.5em;
    color: #fff;
    /*background-color: #fff4fb;*/
    padding: 0.5em;
    border-radius: 50%;
}

.active-dir-server-audit-header-text {
    width: 100%;
    display: block;
    margin-left: 40px;
}

.active-dir-explore-btn {
    display: inline-block;
    color: white;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 1.1em;
    transition: background-color 0.2s ease-in-out;
    border-radius: 4px;
    background: #5858c7;
    margin-top: 20px;
}

    .active-dir-explore-btn:hover {
        opacity: 0.8;
    }

/* Droid tab styles start */
.active-dir-navigation {
    margin-bottom: -4em;
}

.home-nav-tab-container {
    font-family: poppins-medium,Arial,Helvetica,sans-serif;
}

#home-page-main-container #droid-sticky-navigation {
    z-index: 10;
}

.home-nav-tab-container .droid-nav-tab:not(.active).tab-cyan i {
    color: #008383;
}

.home-nav-tab-container .droid-nav-tab:not(.active).tab-lightblue i {
    color: #1391cb;
}

.home-nav-tab-container .droid-nav-tab:not(.active).tab-indigo i {
    color: #4658bc;
}

.home-nav-tab-container .droid-nav-tab:not(.active).tab-purple i {
    color: #6f44bc;
}

.home-nav-tab-container .droid-nav-tab.tab-cyan.active {
    background-color: #008383;
}

.home-nav-tab-container .droid-nav-tab.tab-lightblue.active {
    background-color: #1391cb;
}

.home-nav-tab-container .droid-nav-tab.tab-indigo.active {
    background-color: #4658bc;
}

.home-nav-tab-container .droid-nav-tab.tab-purple.active {
    background-color: #6f44bc;
}

.home-nav-tab-container .droid-nav-tab.active,
.home-nav-tab-container.droid-tabs-expanded .droid-nav-tab {
    text-align: center;
    text-overflow: ellipsis;
    width: 175px;
    transition: background-color 0.5s ease-in-out, width 0.5s ease-in-out;
}

    .home-nav-tab-container.droid-tabs-expanded .droid-nav-tab.active {
        color: white;
    }

.home-nav-tab-container.droid-tabs-shrinked .droid-nav-tab.active {
    color: white;
}

/* Droid tab styles End */



/* Slider CSS*/

.feature-img {
    max-width: 550px;
    width: 100%;
    padding: 0px !important;
    min-width: 280px;
    position: relative;
    cursor: zoom-in;
}

    .feature-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 5;
        pointer-events: none;
    }

    .feature-img img {
        /*max-width: 550px;*/
        min-width: 350px;
        width: 100%;
        max-width: 100%;
        height: 100%;
        transition: transform 0.2s ease-out !important;
    }

        .feature-img img:hover {
            transform: scale(1.05);
        }

    .feature-img .slidesjs-container {
        box-shadow: 0px 0px 0px 10px #fff, 0px 0px 18px 15px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .feature-img .slidesjs-control {
        cursor: zoom-in;
    }

    .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;
    }

    .feature-img .skew-right .slidesjs-navigation.slidesjs-previous {
        right: 45px;
    }

    .feature-img .skew-right .slidesjs-navigation.slidesjs-next {
        right: 20px;
    }

    .feature-img .skew-right .slidesjs-navigation {
        transform: rotateY(15deg) rotateX(10deg);
    }

.slidesjs-pagination {
    text-align: left;
    pointer-events: none;
    margin-top: 15px;
    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);
            }


.skew-left .slidesjs-pagination {
    transform: rotateY(-15deg) rotateX(15deg);
}

.skew-right .slidesjs-pagination {
    transform: rotateY(15deg) rotateX(15deg);
    margin-left: 15px;
}



.skew-left .slidesjs-container {
    transform: rotateY(-15deg) rotateX(15deg);
    backface-visibility: hidden;
    border-right: 4px solid #899ab2;
    pointer-events: auto;
}

.skew-right .slidesjs-container {
    border-left: 4px solid #899ab2;
    transform: rotateY(15deg) rotateX(15deg);
    backface-visibility: hidden;
    pointer-events: auto;
}


.feature-img .slide-wrapper {
    perspective: 1500px;
    transform-style: preserve-3d;
    overflow: visible !important;
    position: relative;
    pointer-events: auto;
}

.slide-wrapper img {
    display: none;
}

.slidesjs-play {
    display: none !important;
}

.slidesjs-stop {
    display: none !important;
}



.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;
}

    .feature-img.expanded img {
        width: 100%;
        display: block;
    }



        .feature-img.expanded img:hover {
            transform: none;
        }


    .feature-img.expanded .active-dir-img-container {
        background: #f0f8ff1a;
        padding: 20px 20px 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: 20px;
}

    .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);
        }



/*AD Reporting section*/

.active-dir-reporting-section {
    background-color: #eaf2ff;
    color: rgb(61, 58, 58);
    overflow: hidden;
    padding-top: 7em;
}

.active-dir-reporting-content {
    gap: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-top: 40px;
}

.active-dir-reporting-card {
    padding: 1.3em 2.3em 1.3em 1.5em;
    border-radius: 8px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    background-color: #fff;
    width: 48%;
    text-align: left;
}


.active-dir-reporting-card-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: -38px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 1.5em;
    color: #fff !important;
    border: 3px solid #ffffff10;
    padding: 0.7em;
}

.active-dir-reporting-card:nth-child(5n + 1) .active-dir-reporting-card-icon-wrapper {
    background-color: #4253dad1;
}

.active-dir-reporting-card:nth-child(5n + 2) .active-dir-reporting-card-icon-wrapper {
    background-color: #ebc028d1;
}

.active-dir-reporting-card:nth-child(5n + 3) .active-dir-reporting-card-icon-wrapper {
    background-color: #42da4dd1;
}

.active-dir-reporting-card:nth-child(5n + 4) .active-dir-reporting-card-icon-wrapper {
    background-color: #a94fd7d1;
}

.active-dir-reporting-card:nth-child(5n + 5) .active-dir-reporting-card-icon-wrapper {
    background-color: #2aaad1d1;
}


/*Title*/

.active-dir-reporting-card:nth-child(5n + 1) .active-dir-reporting-card-title, .active-dir-reporting-card:nth-child(5n + 1) span {
    color: #606fe0 !important;
}

.active-dir-reporting-card:nth-child(5n + 2) .active-dir-reporting-card-title, .active-dir-reporting-card:nth-child(5n + 2) span {
    color: #cca92d !important;
}

.active-dir-reporting-card:nth-child(5n + 3) .active-dir-reporting-card-title, .active-dir-reporting-card:nth-child(5n + 3) span {
    color: #39c243 !important;
}

.active-dir-reporting-card:nth-child(5n + 4) .active-dir-reporting-card-title, .active-dir-reporting-card:nth-child(5n + 4) span {
    color: #aa48da !important;
}

.active-dir-reporting-card:nth-child(5n + 5) .active-dir-reporting-card-title, .active-dir-reporting-card:nth-child(5n + 5) span {
    color: #3098b7 !important;
}


.active-dir-reporting-card:nth-child(5n+1) {
    /*background-color: #f3f8ff;*/
    border-left: 3px solid #4473b0;
}

.active-dir-reporting-card:nth-child(5n+2) {
    /*background-color: #fffbf6;*/
    border-left: 3px solid #d09539;
}

.active-dir-reporting-card:nth-child(5n+3) {
    /*background-color: #f5fffa;*/
    border-left: 3px solid #19ab73;
}

.active-dir-reporting-card:nth-child(5n+4) {
    /*background-color: #fdf8ff;*/
    border-left: 3px solid #A835D6;
}

.active-dir-reporting-card:nth-child(5n+5) {
    /*background-color: #f4fcff;*/
    border-left: 3px solid #42AECE;
}

.active-dir-reporting-card-desc {
    color: rgb(61, 58, 58);
}


/*AD Auditing Section*/

.active-dir-auditing-section {
    overflow: hidden;
    color: #303030;
    padding-top: 3em;
}

.active-dir-auditing-content {
    display: grid;
    gap: 20px;
    grid-template-rows: repeat(3, max-content);
    grid-template-columns: repeat(24, 1fr);
    max-width: 1330px;
    margin: 20px auto 0;
}

.active-dir-auditing-card {
    padding: 1.3em 1.6em 1.5em 1.6em;
    position: relative;
    overflow: hidden;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;*/
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: left;
    /*border: 1px solid #ededed;*/
}

    .active-dir-auditing-card:nth-child(1),
    .active-dir-auditing-card:nth-child(4),
    .active-dir-auditing-card:nth-child(5) {
        grid-column: span 13;
    }

    .active-dir-auditing-card:nth-child(2),
    .active-dir-auditing-card:nth-child(3),
    .active-dir-auditing-card:nth-child(6) {
        grid-column: span 11;
    }


.active-dir-auditing-card-title-wrapper {
    display: flex;
    align-items: center;
    /*gap: 0.7em;*/
    margin-bottom: 0.7em;
}


.icon-outer-circle {
    position: relative;
}

.icon-inner-circle {
    width: 30px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .icon-inner-circle i {
        font-size: 1.8em;
    }

.circle1 i {
    color: #2574d6;
}

.circle2 i {
    color: #802bd4;
}

.circle3 i {
    color: #27aa6f;
}

.active-dir-auditing-card-title {
    margin-bottom: 0 !important;
}

.active-dir-auditing-card-desc {
    color: rgb(61, 58, 58);
}

.card-color-1 {
    background-color: #edf5ff;
}

    .card-color-1 span {
        color: #246bb7;
    }

.card-color-2 {
    background-color: #fbf7ff;
}

    .card-color-2 span {
        color: #5f22aa;
    }


.card-color-3 {
    background-color: #f8fffd;
}

    .card-color-3 span {
        color: #128553;
    }

.card-text-1 {
    color: #246bb7;
}

.card-text-2 {
    color: #5f22aa;
}

.card-text-3 {
    color: #128553;
}


/*AD server auditing section*/

.active-dir-server-audit-section {
    padding-bottom: 3em;
    padding-top: 2em;
    color: #303030;
    overflow: hidden;
}



/*AD windows auditing section*/

.active-dir-windows-audit-section {
    color: rgb(61, 58, 58);
    padding-bottom: 3em;
    padding-top: 2em;
    overflow: hidden;
}

    .active-dir-windows-audit-section .section-container {
        margin-top: 70px;
    }


/*AD alerting section*/
.active-dir-alerting-section {
    background-color: #11132F;
    color: #fff;
    padding-bottom: 0;
    padding-top: 3em;
    overflow: hidden;
}

    .active-dir-alerting-section .wrapper .section-header .section-header-text .droid-section-main-title-desc, .active-dir-rem-section .wrapper .section-header .section-header-text .droid-section-main-title-desc {
        border-left: 3px solid #45e2ff;
    }

.active-dir-alerting-bottom-content {
    margin-top: 5em;
    background: linear-gradient(to right, transparent, #ffffff0f, transparent);
    padding: 2em 4em 4em;
    border-radius: 60px 60px 0 0;
    position: relative;
}


    .active-dir-alerting-bottom-content .active-dir-alerting-card-wrapper {
        margin-top: 2em;
        justify-content: center;
    }

.active-dir-alerting-bottom-content-title {
    text-align: center;
}

.active-dir-alerting-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    margin: 3em auto 0;
}

.active-dir-alerting-outer-wrapper > .active-dir-alerting-card-wrapper {
    max-width: 1200px;
}


.active-dir-alerting-card {
    border-radius: 10px;
    position: relative;
    text-align: left;
    display: flex;
    gap: 1em;
    align-items: center;
}

    .active-dir-alerting-card div:nth-child(2) {
        background: linear-gradient(45deg, #2b94b91c, transparent);
        padding: 1em;
        border-radius: 10px;
    }

.active-dir-alerting-outer-wrapper > .active-dir-alerting-card-wrapper .active-dir-alerting-card::before {
    content: "";
    position: absolute;
    top: 72px;
    left: 25px;
    height: 100%;
    border-left: 2px solid transparent;
    border-image: repeating-linear-gradient( to bottom, #ccc 0, #ccc 10px, /* dash length */
    transparent 10px, transparent 15px ) 1;
    z-index: -1;
}

.active-dir-alerting-outer-wrapper > .active-dir-alerting-card-wrapper .active-dir-alerting-card:last-child::before {
    content: none;
}


.active-dir-alerting-bottom-content .active-dir-alerting-card-wrapper .active-dir-alerting-card {
    padding: 1.3em 1.8em 1.3em 1.8em;
    border: none;
    width: 30%;
    background: transparent;
    position: relative;
    width: 310px;
    min-height: 182px;
}

.active-dir-alerting-bottom-content .active-dir-alerting-card:nth-child(1) {
    border: 1px solid #22a0ce80;
    background: linear-gradient(90deg, #1e48a91f, #0000001a);
}

.active-dir-alerting-bottom-content .active-dir-alerting-card:nth-child(2) {
    border: 1px solid #7fd25680;
    background: linear-gradient(90deg, #1ea92217, #0000001a);
}

.active-dir-alerting-bottom-content .active-dir-alerting-card:nth-child(3) {
    border: 1px solid #879de380;
    background: linear-gradient(90deg, #5a1ea91f, #0000001a);
}

.active-dir-alerting-bottom-content .active-dir-alerting-card:hover .active-dir-alerting-card-content.hover {
    opacity: 1;
    transform: translateY(0);
}

.active-dir-alerting-bottom-content .active-dir-alerting-card:hover .active-dir-alerting-card-content.default {
    opacity: 0;
}

.default .active-dir-alerting-card-example {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: flex;
    align-items: center;
}

.active-dir-alerting-card-content {
    position: absolute;
    inset: 0;
    padding: 20px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    text-align: left;
}

    .active-dir-alerting-card-content.hover {
        opacity: 0;
        transform: translateY(20px);
    }

.active-dir-alerting-card-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #11132F;
}


/*Alerting Card Icon Wrapper*/

.active-dir-alerting-card:nth-child(1) .active-dir-alerting-card-icon-wrapper {
    /*background-color: #2B94B9;*/
    border: 4px solid #2bc8ff80;
}

.active-dir-alerting-card:nth-child(2) .active-dir-alerting-card-icon-wrapper {
    /*background-color: #87ca66;*/
    border: 4px solid #7fd25691;
}

.active-dir-alerting-card:nth-child(3) .active-dir-alerting-card-icon-wrapper {
    /*background-color: #6880d0;*/
    border: 4px solid #96adf891;
}

.active-dir-alerting-card:nth-child(4) .active-dir-alerting-card-icon-wrapper {
    /*background-color: #e3ab6c;*/
    border: 4px solid #e0a665a8;
}

.active-dir-alerting-card:nth-child(5) .active-dir-alerting-card-icon-wrapper {
    /*background-color: #cb53db;*/
    border: 4px solid #e154f491;
}

/*Alerting Card Title*/

.active-dir-alerting-card:nth-child(1) .active-dir-alerting-card-title {
    color: #00bdff;
}

.active-dir-alerting-card:nth-child(2) .active-dir-alerting-card-title {
    color: #7fd256;
}

.active-dir-alerting-card:nth-child(3) .active-dir-alerting-card-title {
    color: #a5baff;
}

.active-dir-alerting-card:nth-child(4) .active-dir-alerting-card-title {
    color: #ff9d2e;
}

.active-dir-alerting-card:nth-child(5) .active-dir-alerting-card-title {
    color: #ea52ff;
}

.active-dir-alerting-card-desc {
    color: #fff;
}




/*AD-management section*/


.active-dir-management-section {
    color: rgb(61, 58, 58);
    overflow: hidden;
    padding-top: 3em;
}


.active-dir-management-card:nth-child(1) h3 {
    color: #b23bcc;
}


.active-dir-management-card:nth-child(2) h3 {
    color: #36a0a9;
}

.active-dir-management-card:nth-child(3) h3 {
    color: #693cd2;
}

.active-dir-management-card:nth-child(4) h3 {
    color: #2a72c4;
}

.active-dir-management-card:nth-child(1) {
    border: 2px solid #c299d9;
}


.active-dir-management-card:nth-child(2) {
    border: 2px solid #61b9bf;
}

.active-dir-management-card:nth-child(3) {
    border: 2px solid #8fa1d2;
}

.active-dir-management-card:nth-child(4) {
    border: 2px solid #75a6df;
}

.active-dir-management-card:nth-child(1) .active-dir-management-card-icon-wrapper {
    background-color: #b683d2;
}

.active-dir-management-card:nth-child(2) .active-dir-management-card-icon-wrapper {
    background-color: #61bac0;
}

.active-dir-management-card:nth-child(3) .active-dir-management-card-icon-wrapper {
    background-color: #7b97e4;
}

.active-dir-management-card:nth-child(4) .active-dir-management-card-icon-wrapper {
    background-color: #5694dd;
}

.active-dir-management-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    padding-top: 50px;
}


.active-dir-management-card {
    padding: 3em 1.5em 1.3em;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    width: 23%;
    text-align: left;
}


.active-dir-management-card-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    color: #fff !important;
    border: 3px solid #ffffff10;
    padding: 0.7em;
    border: 5px solid #ffffff;
}

.active-dir-manage-card-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .active-dir-manage-card-svg path {
        fill: none;
        stroke-width: 1;
        stroke-linejoin: round;
        stroke-linecap: round;
        stroke-dasharray: 1032;
    }


/*AD Automation section */
.active-dir-automation-section {
    background-color: #0c0f37;
    color: #fff;
    overflow: hidden;
    padding-top: 3em;
}


.active-dir-automation-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5em;
    position: relative;
    padding: 2em;
    margin-top: 1em;
}


.active-dir-automation-card {
    padding: 0 0 0 26px;
    width: 45%;
    text-align: left;
    border-radius: 10px;
}

    .active-dir-automation-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: linear-gradient(to bottom, var(--c1), var(--c2));
    }

    .active-dir-automation-card:nth-child(1) {
        --c1: #0084D2;
        --c2: #73737300;
    }

    .active-dir-automation-card:nth-child(2) {
        --c1: #A60067;
        --c2: #73737300;
    }

    .active-dir-automation-card:nth-child(3) {
        --c1: #8C00D2;
        --c2: #73737300;
    }

    .active-dir-automation-card:nth-child(4) {
        --c1: #0015D2;
        --c2: #73737300;
    }


    .active-dir-automation-card:nth-child(1) h3 {
        color: #0eb3e4;
    }

    .active-dir-automation-card:nth-child(2) h3 {
        color: #e545b2;
    }

    .active-dir-automation-card:nth-child(3) h3 {
        color: #d250ff;
    }

    .active-dir-automation-card:nth-child(4) h3 {
        color: #556aff;
    }


.active-dir-automation-svg-md {
    display: none;
}



/*AD delegation section*/

.active-dir-delegation-section {
    color: rgb(69, 69, 69);
    overflow: hidden;
    padding-top: 3em;
}

    .active-dir-delegation-section article {
        position: relative;
    }


.active-dir-delegation-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.8em;
    padding-top: 40px;
}

.active-dir-delegation-card {
    background-color: #ffffff;
    color: rgb(61, 58, 58);
    padding: 1.2em 3em 1.2em 1.5em;
    position: relative;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.14);
    width: 30%;
    border-radius: 5px;
    text-align: left;
}


.dele-icon-wrapper {
    position: absolute;
    bottom: 9px;
    right: 16px;
    font-size: 4em;
    color: #00000017;
}


.dele-card-1 {
    background-color: #EFF6FF;
    border-left: 2px solid #9085D3;
}

    .dele-card-1 h3, .dele-card-1 span {
        color: #321bb5 !important;
    }

.dele-card-2 {
    background-color: #fff8f3;
    border-left: 2px solid #ca9a1e;
}

    .dele-card-2 h3, .dele-card-2 span {
        color: #ca9a1e !important;
    }

.dele-card-3 {
    background-color: #F2F8F9;
    border-left: 2px solid #7BB2B3;
}

    .dele-card-3 h3, .dele-card-3 span {
        color: #019674 !important;
    }



/*Ad reminders and follow up section*/


.active-dir-rem-section {
    background: #131B29;
    color: #fff;
    overflow: hidden;
    padding-top: 3em;
}

.active-dir-rem-section-sub-title {
    display: flex;
    align-items: center;
    gap: 0.6em;
    padding: 0 0 10px;
}

    .active-dir-rem-section-sub-title i {
        font-size: 1.8em;
        background: #17194b;
        padding: 0.3em;
        border-radius: 50%;
        border: 4px solid #32345d;
    }

.rem-fol-section-container {
    border-radius: 30px;
    max-width: 1300px;
    margin: 30px auto;
}


.active-dir-rem-fol-section-card {
    display: flex;
    padding: 1.2em 1.8em 3em;
    border-radius: 10px;
    /* min-width: 300px; */
    width: 32%;
    gap: 0.4em;
    position: relative;
    background: #46829187;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 20px);
    position: relative;
}

    .active-dir-rem-fol-section-card:nth-child(1) {
        background: linear-gradient(69.52deg, rgb(130 183 180 / 66%) 0%, rgb(146 164 224 / 60%) 100%);
    }

    .active-dir-rem-fol-section-card:nth-child(2) {
        background: linear-gradient(69.52deg, rgb(255 183 153 / 60%) 0%, rgb(192 199 146 / 60%) 100%);
    }

    .active-dir-rem-fol-section-card:nth-child(3) {
        background: linear-gradient(69.52deg, rgb(219 98 215 / 60%) 0%, rgb(235 91 86 / 60%) 100%);
    }

    .active-dir-rem-fol-section-card:nth-child(4) {
        background: linear-gradient(69.52deg, rgb(121 204 249 / 60%) 0%, rgb(123 96 242 / 60%) 100%);
    }

    .active-dir-rem-fol-section-card:nth-child(5) {
        background: linear-gradient(69.52deg, rgb(136 194 110 / 55%) 0%, rgb(99 123 204 / 60%) 100%);
    }

.active-dir-rem-section-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

    .active-dir-rem-section-circle i {
        color: #ffffff1f;
        font-size: 5em;
    }

.active-dir-fol-section-circle {
    width: 40px;
    height: 40px;
    /*background-color: #20625d;*/
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .active-dir-fol-section-circle i {
        color: #fff;
        font-size: 2.2em;
    }


.content-rem {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: left;
    padding: 0 20px;
    gap: 1em;
    justify-content: center;
    margin-top: 2em;
}

.content-rem-title, .content-followup-title {
    font-size: 1.8em;
    padding: 0.2em 0 0.5em;
    text-align: left;
    position: relative;
}

    .content-rem-title::before, .content-followup-title::before {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0px;
        height: 4px;
        width: 100%;
        background: linear-gradient(to right, #10b98a, #02ffc900);
        border-radius: 10px;
    }

    .content-rem-title::before {
        background: linear-gradient(to right, #107cb9, #02ffc900);
    }

.active-dir-rem-fol-section-desc {
    color: whitesmoke;
}

.smart-controls-section-container {
    border-radius: 30px;
    max-width: 1300px;
    margin: 70px auto 0;
}

.smart-controls-cont {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: left;
    padding: 0 20px;
    gap: 1em;
    margin-top: 2em;
}

.active-dir-smart-cont-section-card {
    display: flex;
    width: 32%;
    background: #3c6b9261;
    padding: 1.5em 1em;
    border-radius: 5px;
    flex: 1 1 calc(33.333% - 20px);
    gap: 1em;
    /*background: linear-gradient(to right, #5d8fb9a8, transparent);*/
}



/*Download Banner Section*/

.active-dir-overview-dwd-container {
    max-width: 1200px;
    margin: 0 auto;
}

.active-dir-overview-dwd-banner-sub-title {
    font-size: 2em;
    font-family: poppins-regular;
}

.active-dir-overview-dwd-banner-btn {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 1.1em;
    padding-top: 15px;
}

    .active-dir-overview-dwd-banner-btn a {
        text-decoration: underline;
        color: #0076ff;
        font-family: work-sans-medium;      
    }



/* --- Responsive --- */

@media(max-width: 1300px) {
    .active-dir-management-card {
        width: 30%;
    }

    .active-dir-management-content {
        gap: 3em 1.5em;
    }
}

@media (max-width: 1028px) {

    .section-header {
        flex-wrap: wrap;
    }

    .section-header-text {
        width: 100%;
    }

    .active-dir-reporting-section, .active-dir-auditing-section, .active-dir-alerting-section, .active-dir-management-section, .active-dir-automation-section, .active-dir-delegation-section, .active-dir-rem-section {
        padding-top: 0;
    }

    .feature-img {
        margin: 40px auto 0;
    }

    .droid-nav-tab.active {
        width: 25px !important;
    }

    .active-dir-auditing-content {
        grid-template-columns: unset;
        grid-template-rows: unset;
        grid-template-columns: repeat(2, 1fr);
    }

    .active-dir-auditing-card {
        grid-column: unset !important;
    }

    .active-dir-delegation-card {
        width: 40%;
    }

    .section-container {
        flex-direction: column;
    }

    .audit-section-content {
        width: auto;
        margin: 40px 30px 0;
    }

    .windows-audit {
        margin-top: 40px;
    }

    .active-dir-server-audit-section {
        padding-bottom: 0;
    }

    .active-dir-management-card {
        width: 45%;
    }

    .active-dir-rem-section-img {
        display: none;
    }

    .rem-fol-section-container {
        margin-top: 30px;
    }

    .active-dir-rem-fol-section-card, .active-dir-smart-cont-section-card {
        flex: auto;
        width: 45%;
    }
}


@media( max-width: 730px) {
    .active-dir-banner-section-img {
        display: none;
    }

    .active-dir-banner-section-text {
        width: 100%;
        display: block;
        padding: 20px;
        margin: 0;
    }
}


/* Mobile (<= 768px) */
@media (max-width: 768px) {

    .active-dir-reporting-card, .active-dir-auditing-card, .active-dir-automation-card, .active-dir-delegation-card {
        width: 80%;
    }

    .active-dir-auditing-content {
        grid-template-columns: 1fr;
        place-items: center;
    }

    .stats-section-title {
        text-align: left;
    }

    .stats-desc-1, .stats-desc-2 {
        text-align: left;
        width: auto;
        margin-bottom: 50px;
    }

        .stats-desc-2 i {
            top: -30px;
        }

    .section-header-text {
        width: 90%;
    }

    .feature-img .slidesjs-control {
        cursor: default;
    }


    .reports-bottom-content {
        flex-direction: column;
    }

        .reports-bottom-content a {
            width: 100%;
        }

    .btn-dwn {
        display: block;
        text-align: center;
    }



    .section-container {
        padding: 0;
    }

    .active-dir-alerting-bottom-content {
        padding: 2em 2em 4em;
    }

    .active-dir-management-card {
        width: 90%;
    }

    .active-dir-automation-content {
        padding: 0;
    }

    .active-dir-rem-fol-section-card, .active-dir-smart-cont-section-card {
        width: 95%;
    }
}

@media(max-width: 563px) {
    .stats-1, .stats-2, .stats-3 {
        width: 100%;
    }
}

/* Small Mobile (<= 480px) */
@media (max-width: 480px) {
    main {
        font-size: 12px;
    }

    .active-dir-overview-banner-contents {
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
    }

    .active-dir-overview-banner-section-svg {
        display: none;
    }

    .active-dir-banner-section-text {
        margin: auto;
    }

    .stats-number {
        font-size: 2.5em;
    }

    .stats-desc-1, .stats-desc-2 {
        text-align: left !important;
    }

    .stats-desc-2 {
        width: auto;
    }

    .active-dir-stats-section-wrapper {
        padding: 15px;
    }

    .reports-container {
        padding: 1rem;
        max-width: 95%;
        margin: 0 auto;
    }


    .active-dir-reporting-card, .active-dir-auditing-card, .active-dir-delegation-card {
        width: 100%;
    }

    .active-dir-automation-card {
        width: 90%;
    }

    .active-dir-server-audit-section, .active-dir-windows-audit-section {
        padding: 0;
    }

    .active-dir-server-audit-section-header {
        justify-content: flex-start;
    }

    .active-dir-server-audit-header-text {
        margin-left: 0;
    }

    .audit-wrapper {
        border-radius: 0;
    }

    .audit-section-content {
        margin: 40px 0 0;
    }

        .audit-section-content div {
            padding: 0;
        }

    .active-dir-alerting-bottom-content {
        padding: 0;
    }

    .content-rem {
        padding: 0;
    }

    .active-dir-smart-cont-section-card {
        flex-direction: column;
    }

    .smart-controls-cont {
        padding: 0;
    }
}
