﻿html {
    scroll-behavior: smooth;
}

.highlighted-text {
    color: #befb98;
    font-family: 'work-sans-medium';
}

.gradient-text-color {
    background: linear-gradient(90deg, rgb(64 149 255) 0%, rgb(175 101 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active-directory-auditing-main-container {
    font-size: 13px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    text-align: center;
}

.active-dir-auditing-banner-section {
    background: #101829;
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 1;
}

.banner-bg-element {
    position: absolute;
    top: 31%;
    left: 4%;
    width: 300px;
    height: 300px;
    background: #03215d;
    border-radius: 50%;
    filter: blur(99px);
}

/*.banner-desc p span {
    font-family: 'work-sans-medium';
    color: #befb98;
}*/

.active-dir-auditing-banner-wrap {
    padding: 50px 0px 70px 0px;
    text-align: center;
}

.active-dir-auditing-banner-wrap > div {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
    color: white;
    position: relative;
    z-index: 1;
}

.active-dir-auditing-banner-wrap .active-dir-auditing-banner-img img {
    max-width: 100%;
    display: block;
    height: 400px;
    object-fit: scale-down;
    margin: auto;
}

.banner-title {
    font-size: 2em;
}

.active-dir-auditing-banner-content .banner-title .large-title {
    background: linear-gradient(90deg, rgba(86, 161, 255, 1) 0%, rgba(189, 129, 255, 1) 50%, rgba(86, 161, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-svg {
    position: absolute;
    top: 65%;
    opacity: 0.3;
    width: 100%;
    left: 0;
}

.active-dir-auditing-highlights-container > div {
    background: #1a2844;
    color: white;
    padding: 30px 60px;
    max-width: 400px;
    border: 6px solid white;
    border-radius: 12px;
}

.active-dir-auditing-highlights-container .card.active {
    opacity: 1;
    transform: translateX(0);
}

.dashboard-section .cards .card.stacked:not(.active) {
    height: 400px;
}

.active-dir-auditing-highlights-container > div i {
    font-size: 4em;
}

.active-dir-auditing-highlights-container > div p {
    margin-top: 12px;
    max-width: 280px;
    font-size: 1.08em;
    letter-spacing: 0.2px;
}

.active-dir-auditing-free-edition-section {
    text-align: center;
    position: relative;
}

.active-dir-auditing-free-edition-container {
    padding: 80px 15px 0;
}

.active-dir-auditing-highlights-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: -82px auto auto;
    border-radius: 12px;
    overflow: hidden;
    width: 82%;
/*    transition: 1s;*/
    text-align: center;
    background: rgb(255 255 255);
    z-index: 3;
    position: relative;
}

.active-dir-comprehensive-auditing-section {
    background: white;
    position: relative;
}


.comprehensive-auditing-header-container h2 {
    margin: 10px 0px;
}

.cards-container .card {
    flex: 1 1 calc(25% - 1.5rem);
    min-width: 260px;
    background: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    cursor: pointer;
}

.cards-container .card:hover {
    transform: scale(1.03);
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    margin: auto;
    background: linear-gradient(90deg, rgb(86 161 255 / 18%) 0%, rgb(189 129 255 / 18%) 100%);
}

.card-title-section {
    display: flex;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    align-items: center;
    gap: 10px;
}

.cards-container .card i {
    font-size: 1.7em;
}

.cards-container .card .content {
    text-align: left;
}

.content-section {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
}

.content-section .active-dir-auditing-section-title p {
    font-size: 1.15em;
    font-family: 'poppins-regular';
}

.content-section .active-dir-auditing-section-title div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 2.4em;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    font-family: 'poppins-medium';
    background: linear-gradient(90deg, rgba(0, 74, 189, 1) 0%, rgba(40, 124, 239, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active-dir-sections .content-section .title-desc {
    position: relative;
    margin-bottom: 25px;
    padding: 16px 0px 16px 25px;
    border-radius: 20px;
}


.active-dir-sections .content-section .title-desc::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: inherit;
    background: linear-gradient(90deg, #b6d9ff85, #ff9a3c00 80%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


.active-dir-sections .content-section .title-desc i {
    position: absolute;
    font-size: 1em;
    opacity: 1;
    color: #85b7ff;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
    background: #cfe6ff;
    padding: 8px;
    border-radius: 33px;
    border: 1px solid #98c2ff;
}

.dashboard-section {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    max-width: 650px;
    margin: 20px;
    text-align: left;
    margin-left: 5%;
}

.dashboard-section .cards {
    position: relative;
    min-height: 690px;
}

.dashboard-section .cards .card {
    border: 1px solid #c2c2c2;
    position: absolute;
    padding: 20px;
    border-radius: 16px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.21, -0.03, 0, 1.26);
    background: white;
    color: #5e5e5e;
    overflow: hidden;
}

.dashboard-section .cards .card:hover {
    transform: translateY(-30px);
}

.dashboard-section .cards .card:hover:has(.img-container img:hover) {
    transform: none;
}

.dashboard-section .cards .card.show {
    opacity: 1;
    top: 0;
}

.dashboard-section .cards .card.stacked {
    opacity: 1;
    top: 0;
}

.dashboard-section .cards .card img {
    max-width: 100%;
    display: block;
    height: auto;
    object-fit: scale-down;
    margin: auto;
}

.content-section .points {
    transition: 0.5s;
    width: 75%;
    margin-left: 30px;
}

.content-section .points .point {
    font-family: 'poppins-medium';
    color: #5e5e5e;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 15px;
    transition: 0.5s;
    cursor: pointer;
    letter-spacing: 0.25px;
}

.content-section .points .point p{
    display: flex;
    gap: 8px;
    align-items: center;
    i{
         font-size: 2em;
         display: none;

     }
}

.content-section .points .point.active {
    color: #1c6de0;
    transform: translateX(15px);
}

.card .pop-up-title {
    color: #1c6de0;
}

.content-section .points .point span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 4px;
    flex-shrink: 0;
    border: 2px solid #cfd6ea;
    background: transparent;
    transition: all .3s ease;
}

.content-section .points .point.active span {
    background: #4b95ff;
    animation: pulseGlow 1.8s infinite ease-out;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(0,102,255,.35);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0,102,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0,102,255,0);
    }
}

.content-section .points .point .points-title-desc {
    display: none;
    font-family: work-sans-regular, Arial, sans-serif;
    color: #5e5e5e;
    margin-top: 10px;
}

.active-dir-sections {
    padding: 20px 15px;
    background: #e4f2ff61;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    margin: 30px auto;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    overflow: hidden;
    scroll-margin-top: 100px;
}

.active-dir-auditing-section {
    padding: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
}


.svg-line {
    position: absolute;
    left: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 101%;
    z-index: 0;
}

svg {
    width: 100%;
    height: 100%;
}

path.base {
    stroke: #4A4F5B;
    stroke-opacity: 0.12;
    stroke-width: 0.4%;
    fill: none;
    stroke-linecap: round;
}

path.progress {
    stroke: #96c1ff;
    stroke-width: 0.5%;
    fill: none;
    stroke-linecap: round;
    filter: drop-shadow(0 0 20px rgba(59,130,246,0.8));
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.6s ease;
}

.dashboard-section .cards .card.active:hover {
    transform: unset;
}

.dashboard-section .cards .card i {
    position: absolute;
    font-size: 9em;
    right: 20px;
    top: 20px;
    z-index: -1;
    color: #0068ff1a;
}

.nav-buttons {
    position: absolute;
    z-index: 20;
    right: -7%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.nav-buttons button {
    transform: rotate(270deg);
    font-size: 2em;
    border: none;
    background: transparent;
    outline: none;
    color: #0000004d;
}

#droid-sticky-navigation {
    left: 50%;
    transform: translateX(-50%);
/*    opacity: 0;*/
    position: fixed !important;
    transition: 0.2s;
    display: none;
}

.droid-nav-tab.active {
    width: 200px !important;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(1).active {
    background-color: #EEF2FF;
    border: 1px solid #3e4cca42;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(1) {
    color: #3E4CCA;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(2).active {
    background-color: #E8F9F0;
    border: 1px solid #067a452e;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(2) {
    color: #067A45;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(3).active {
    background-color: #EEF0FF;
    border: 1px solid #5865f24f;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(3) {
    color: #5865F2;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(4).active {
    background-color: #E6F2FF;
    border: 1px solid #0a4fa330;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(4) {
    color: #0A4FA3;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(5).active {
    background-color: #E9FFFB;
    border: 1px solid #0b7e7457;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(5) {
    color: #0B7E74;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(6).active {
    background-color: #EEF2FF;
    border: 1px solid #3e4cca61;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(6) {
    color: #3E4CCA;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(7).active {
    background-color: #E8F9F0;
    border: 1px solid #067a456e;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(7) {
    color: #067A45;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(8).active {
    background-color: #EEF0FF;
    border: 1px solid #5865f285;
}

.droid-nav-tab-container .droid-nav-tab:nth-child(8) {
    color: #5865F2;
}

.droid-nav-tab-container .droid-nav-item {
    border-radius: unset !important;
    padding-top: 3px;
}

.droid-nav-tab-container{
    font-size: unset !important;
}

.bottom-banner-container {
    max-width: 1200px;
    padding: 3em;
    margin: 40px auto;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(12 34 62 / 86%) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(135deg, rgb(0 46 104 / 86%) 0%, rgb(25 33 53) 80%);
/*    border: 3px solid #0c203a;*/
    text-align: center;
}

.bottom-live-demo {
    font-size: 1.1em;
    padding-top: 15px;
}

.bottom-banner-section {
    background: #eff4ff;
    padding: 2em;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-banner-container:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(#0056c3cc 2px, transparent 0);
    background-size: 16px 16px;
    background-position: -19px -19px;
    -webkit-mask-image: linear-gradient(237deg, black 0, transparent 60%);
    mask-image: linear-gradient(237deg, black 0, transparent 80%);
    top: 7px;
    right: 10px;
    width: 50%;
    height: calc(100% - 6px);
    pointer-events: none;
    z-index: -1;
    /* transform: rotate(180deg) translateX(100%); */
    background-image: radial-gradient(#466abb 2px, transparent 0);
}

.know-more {
    text-align: right;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: underline;
    margin-top: 5px;
}

.know-more a::after{
    font-family: "office365icons";
    content: "\e054";
    font-size: inherit;
    font-weight: 400;
    display: inline-block;
    width: 10px;
    margin-right: -10px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.1em;
}

.bottom-banner-bg-element {
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgb(0 84 165 / 84%) 0%, #ffffff00 100%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
    top: -100px;
    left: -100px;
    z-index: -1;
}

/*.download-button {
    position: absolute;
    right: 10%;
    bottom: 20%;
}*/

.download-btn{
    margin-top: 0;
}

.content-with-image {
/*    max-width: 1160px;*/                                  /* need to uncommand for image include */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
}

.content-with-image .card{
    background: #ffffff12;
    color: white;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    margin: 15px 0px 15px 0px;
    background: #ffffff12;
    padding: 10px 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.content-with-image > div{
    color: #5e5e5e;
/*    display: inline-block;*/
/*    vertical-align: middle;*/
    width: 80%;
/*    max-width: 600px;*/
    margin: 20px;
    text-align: left;
    position: relative;
    z-index: 1;
}


.content-with-image .card-1, .content-with-image .card-3{
    margin: 20px 0px 35px -44px;
    background: #f9fcff;
    padding: 1px 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.content-with-image .card-2{
    margin: 20px -45px 35px 0px;
    background: #f9fcff;
    padding: 1px 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.content-with-image .card{
    background: #ffffff12;
    color: white;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    margin: 15px 0px 15px 0px;
    background: #ffffff12;
    padding: 10px 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/*.content-with-image .card-2::before{
    top: -12px;
    left: 0;
    transform: rotate(1deg);*/
/*    content: "";*/
    /*position: absolute;
    width: 100%;
    height: 20px;
    background: #f9fcff;
    transform: rotate(-1deg);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}*/

/*.content-with-image .card-2::after{*/
/*    content: "";*/
    /*position: absolute;
    width: 100%;
    height: 20px;
    background: #f9fcff;
    transform: rotate(-1deg);
    bottom: -12px;
    right: 0px;
    transform: rotate(1deg);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}*/

/*.content-with-image .card-1::before, .content-with-image .card-3::before{*/
/*    content: "";*/
    /*position: absolute;
    width: 100%;
    height: 20px;
    background: #f9fcff;
    top: -12px;
    left: 0px;
    transform: rotate(1deg);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}*/

/*.content-with-image .card-1::after, .content-with-image .card-3::after{*/
/*    content: "";*/
    /*position: absolute;
    width: 100%;
    height: 20px;
    background: #f9fcff;
    transform: rotate(-1deg);
    bottom: -12px;
    right: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}*/

.content-with-image .icon{
    font-size: 2.2em;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    display: flex;
}

.content-with-image .card-1 .icon{
    background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
    color: white;
}

.content-with-image .card-2 .icon{
    background: linear-gradient(315deg, #22f7f3 0%, #149fbb 74%);
    color: white;
}

.content-with-image .card-3 .icon{
    background: linear-gradient(135deg, #f13fbf 0%, #a88beb 74%);
    color: white;
}

.content-with-image .card-1 div span{
    font-family: 'work-sans-medium';
    color: #ff9d2c;
}

.content-with-image .card-2 div span{
    font-family: 'work-sans-medium';
    color: #00c4e3;
}

.content-with-image .card-3 div span{
    font-family: 'work-sans-medium';
    color: #ba79ff;
}

.alert-sec-desc {
    margin: 10px 0px;
}

.content-with-image .image{
    display: none;
}

.content-with-image .image img {
    max-width: 90%;
    display: block;
    height: 400px;
    object-fit: scale-down;
    margin: auto;
    display: none; /* image tag */
}

.active-dir-auditing-alert-section {
    background: #051f42;
    color: white;
}














/* Img pop-up-style's */
.img-container {
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

img.create-img-pop-up {
    cursor: pointer;
    transition: 0.3s;
    max-width: 100%;
    display: block;
    object-fit: scale-down;
    margin: auto;
}

img.create-img-pop-up:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.popup {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

    .popup.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.popup {
    position: fixed;
    inset: 0;
    background: #0000004d;
    align-items: center;
    z-index: 20;
    font-size: 13px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(2px);
}

.popup-content {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 750px;
    max-width: 90%;
    background: white;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    color: #5e5e5e;
    padding: 20px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #5e5e5e;
}

.popup-title {
    margin-bottom: 15px;
}

.popup-description {
    margin-bottom: 12px;
}

.popup-quote {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.popup-image img {
    width: 100%;
    border-radius: 10px;
}









/* Responsive */
@media only screen and (max-width: 760px) {
    .content-with-image{
        flex-wrap: wrap;
    }

    .content-with-image {
        padding: 0px;
    }

    .content-with-image .image img, .content-with-image .image{
        display: none;
    }

    .content-with-image > div{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .circle1, .circle2 {
        display: none;
    }
}

@media (max-width: 698px) {
    .active-dir-auditing-banner-img img {
        display: none !important;
    }

    .active-dir-auditing-banner-content {
        width: auto !important;
    }

    .banner-svg{
        display: none;
    }

    .content-section {
        width: auto;
    }

    .dashboard-section {
        display: none;
    }

    .nav-buttons {
        display: block;
    }

    .content-section .points .point.active {
        transform: unset;
        color: #1c6de0;
        background: linear-gradient(90deg, rgb(210 230 255 / 69%) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .content-section .points .point:hover {
        background: linear-gradient(90deg, rgb(210 230 255 / 69%) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .content-section .points {
        background: #d0e7ff59;
        padding: 24px;
        margin: auto;
        border-radius: 12px;
        border: 1px solid #c8e2ff;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
        width: 100% !important;
    }

    .content-section .points .point span{
        display: none;
    }

    .content-section .points .point{
        padding: 10px;
        border-radius: 5px;
    }

    .content-section .points .point p i{
        display: block;
    }

    .active-dir-auditing-highlights-container > div {
        padding: 25px 50px;
    }

    .active-dir-auditing-highlights-container > div i {
        font-size: 3em;
    }
}

@media (max-width: 1024px) {
    .droid-nav-tab.active {
        width: 25px !important;
    }

    #droid-sticky-navigation{
        transform: unset;
    }
}

@media (max-width: 975px) {
    .active-dir-auditing-highlights-container {
        background: transparent;
        margin: -50px auto auto;
    }
}

@media (max-width: 426px) {
    .active-dir-auditing-section{
        padding-top: 0px;
    }
}

@media (max-width: 1023px) {
    .svg-line {
        display: none;
    }

    .content-section .points{
        width: 85%;
    }
}
