﻿html {
    scroll-behavior: smooth;
}

.banner-text-highlight {
    color: #befb98;
    font-family: 'work-sans-medium';
}

.highlighted-text {
    color: #0794a1;
    font-family: 'work-sans-medium';
}

.reports-blue-gradient {
    background: linear-gradient(90deg, #b4e6ff70, #6aadff00);
}

.reports-highlighted-color {
    color: #2cd552 !important;
    font-family: poppins-medium;
}

.reports-blue-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #63b9e470, #6aadff00);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.reports-green-gradient {
    background: linear-gradient(90deg, #b4ffc870, #6aadff00);
}

.reports-green-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #63e4ac70, #6aadff00);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.reports-violet-gradient {
    background: linear-gradient(90deg, #f1e5ff, #6aadff00);
}

.reports-violet-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #e7d1ff, #6aadff00);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.banner-title h1 span {
    background: linear-gradient(120deg, #3e61ff 0%, #289bff 45%, #3ffdff 100%);
    background: #42cbe8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active-directory-reporting-main-container {
    font-size: 13px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    text-align: center;
}

.active-dir-reporting-banner-section .active-dir-reporting-banner-wrap > div {
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.banner-title {
    font-size: 2em;
}

.active-dir-reporting-banner-img img {
    max-width: 100%;
    display: block;
    height: 400px;
    object-fit: scale-down;
    margin: auto;
}

.active-dir-reporting-banner-section {
    background: linear-gradient(96.74deg, #764BA2 0%, #667EEA 100%);
    color: white;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #002a38 0%, #004d63 100%);
}

.active-dir-reporting-banner-wrap {
    padding: 50px 0px 70px 0px;
}

.banner-svg {
    position: absolute;
    top: 65%;
    opacity: 0.6;
    width: 100%;
    left: 0;
}

.banner-bg-element {
    display: none;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 9px;
    top: 15px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(102, 126, 234, 0.62) 0%, #915FC3 100%);
    opacity: 0.7;
    filter: blur(24.2px);
    border-radius: 50%;
}

.reporting-highlite-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: -110px auto auto;
    border-radius: 12px;
    overflow: hidden;
    width: fit-content;
    transition: 1s;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 3;
    position: relative;
}

.reporting-highlite-container > div {
    background: #6263BF;
    color: white;
    padding: 20px 40px;
    max-width: 400px;
    border: 6px solid white;
    border-radius: 12px;
    background: #004d63;
}

.reporting-highlite-container > div i {
    font-size: 4em;
}

.reporting-highlite-container > div p {
    margin-top: 12px;
    max-width: 280px;
    font-size: 1.08em;
    letter-spacing: 0.2px;
}

.free-reports-title {
    display: inline-block;
    z-index: 2;
    position: relative;
    font-size: 1.5em;
    transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.free-reports-title .larger-title-one{
    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;
}

.free-reports-title .larger-title-two{
    background: linear-gradient(90deg, rgb(90 177 85) 0%, rgb(0 212 32) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reports-container-wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 80%;
    margin: auto;
    position: relative;
    padding: 15px 0px;
    mask-image: linear-gradient(to right, #00000000 0%, black 8%, black 92%, transparent 100%);
    max-width: 1200px;
    background: #0168890a;
    border-radius: 15px;
    padding-bottom: 50px;
    border: 1px solid #004d635c;
    max-width: 1200px;
}

.reports-container-wrap p{
    margin-right: 12px;
}

.reports-container-wrap i {
/*    background: aqua;*/
    padding: 6px;
    border-radius: 50%;
    min-width: 2em;
    min-height: 1.8em;
    overflow: hidden;
/*    background-color: #c983ff24;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    font-weight: 200;
    position: relative;
    font-size: 1.5em;
    color: #008eb6;
    transition: 0.3s ease-in-out;
/*    border: 1px solid rgb(205 142 255 / 10%);*/
}

.reports-container-wrap > div {
    display: flex;
    width: max-content;
    white-space: nowrap;
    align-items: center;
    gap: 20px;
}

.reports-container-wrap > div:hover {
    animation-play-state: paused;
}

.reports-container-wrap > div > div {
    display: flex;
    align-items: center;
/*    gap: 12px;*/
    text-align: left;
    line-height: 1.65;
    padding: 4px;
    border-radius: 99px;
    background-color: #8e47dc2e;
    border: 1px solid rgba(255, 255, 255, 0.062745098);
    color: #303030;
    transition: 0.3s ease-in-out;
    font-family: 'poppins-regular';
    min-width: 180px;
    position: relative;
    background: linear-gradient(to left, #0087ae1c 0%, rgb(0 77 99 / 0%) 100%);
    border: 1px solid #004d631a;
}

.reports-container-wrap > div .backgroud-blue::before {
    background: linear-gradient(45deg, #b7edff, transparent);
}

.reports-container-wrap > div .backgroud-green::before {
    background: linear-gradient(45deg, #78ff83, transparent);
}

.reports-container-wrap > div .backgroud-purple::before{
    background: linear-gradient(45deg, #d5b7ff, transparent);
}

.stats-content-wrapper {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -32.3px;
}

.stats-container {
    display: flex;
    padding: 0.5em 2em 0.5em 2em;
    border-radius: 10px;
    align-items: center;
    text-align: left;
    border-radius: 50px;
}

.stats-icon {
    font-size: 2.2em;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    display: flex;
}

.stats-content p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    font-size: 1.2em;
    font-family: 'poppins-medium';
}

.stats-content p span {
    font-size: 1.5em;
    color: rgb(61, 58, 58);
    font-family: 'poppins-medium';
}

.stats-one {
    background: #e2ffeb;
    border: 1px solid #72ff9e;
}

.stats-two {
    background: #e8dcff;
    border: 1px solid #c18fff4d;
}

.free-reports-content {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 8px;
    margin: 0;
    position: relative;
}

.free-reports-content .reports-bottom-text{
    font-size: 1em;
    text-align: left;
    padding: 4px 10px;
    border-radius: 40px;
    background: linear-gradient(to right, #928dff1a 0%, rgb(90 82 255 / 11%) 100%);
    text-align: center;
    background: #00b7eb17;
}

.free-reports-content .reports-bottom-text-container {
    border: 1px solid #92b9c4;
    background: #ffffff;
    padding: 3px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gradient-one {
    background: linear-gradient(90deg, rgba(118, 75, 162, 1) 0%, rgba(110, 102, 200, 1) 100%);
}

.gradient-two {
    background: linear-gradient(90deg, rgb(102 168 200) 0%, rgba(102, 126, 234, 1) 100%);
}

.hlt-text {
    font-size: 1.2em;
    font-family: poppins-semibold, Arial, Helvetica, sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.free-text {
    font-family: 'work-sans-medium';
    position: relative;
    padding: 2px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}

.free-text::before{
    content: "";
    position: absolute;
    inset: -200%;
    background: linear-gradient(#35ff00, #00ffaa00, #00ff6600);
    animation: spin 4s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.free-text span {
    position: relative;
    z-index: 1;
    padding: 4px 6px;
    background: #e8f9fd;
    border-radius: 999px;
    color: rgb(49 201 0);
}

.active-dir-reporting-section {
/*    padding: 30px 0;*/
    background: #0a151e;
}

.reports-container {
    padding: 2em;
    display: inline-block;
    padding-bottom: 0px;
}

.reports {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1F0FF;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #dcbdff;
    flex: 1 1 calc(20% - 1.5rem);
    min-width: 200px;
    transition: 0.2s !important;
}

.reports:hover{
    background: #f8f8ff;
    border: 1px solid #c694ff;
    .reports-icon-wrapper{
                             transform: scale(1.07);
                         }
}

.reports i {
    display: inline-block;
    font-size: 1.6em;
}

.reports-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5px;
    height: 5px;
    padding: 1.6em;
    border-radius: 25px;
    font-size: 1.1em;
    transition: 0.2s;
    color: #8832cb;
}

.reports-text-wrapper {
    flex: 1;
    padding: 5px 16px;
    border-radius: 10px;
    color: #5e5e5e;
    text-align: left;
    font-size: 1.1em;
    margin-left: -0.8em;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(90deg, rgb(255 255 255 / 1%) 0%, rgb(255 255 255 / 2%) 100%);
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.cards-container .clickable-arrow {
    position: absolute;
    width: 30px;
    height: fit-content;
    right: 8px;
    bottom: 8px;
    opacity: 0.2;
    transition: 0.3s;
}

.cards-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(135deg, #ffffff1c 0%, #ffffff05 50%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.cards-container .card {
    flex: 1 1 calc(25% - 1.5rem);
    min-width: 270px;
    border-radius: 12px;
/*    border: 1px solid #22d3ee24;*/
    padding: 1.2rem;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    cursor: pointer;
    z-index: 1;
    color: white;
    position: relative;
    background: white;
    color: #5e5e5e;
}

.cards-container .card:hover .clickable-arrow {
    opacity: 0.6;
    transform: translate(3px);
}

.card-title-section {
    display: flex;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    align-items: center;
    gap: 10px;
}

.cards-container .card .content {
    text-align: left;
}

.cards-container .card i {
    font-size: 1.7em;
    background: #22d3ee26;
    padding: 10px;
    display: flex;
    border-radius: 6px;
/*    border: 1px solid #22d3ee4d;
    background: #22d3ee33;*/
}

.free-reports-main-container {
    position: relative;
    background: white;
}

.free-reports-main-container::before {
    content: '';
    background: #ffffff30;
    position: absolute;
    inset: 0px;
    background: url('/images/active-dir-reporting-images/hexogon-pattern-bg 1.svg') center center / cover no-repeat;
    opacity: 0.4;
}

.reports-in-admindroid-main-container {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f7 100%);
    color: #5e5e5e;
/*    background: white;*/
}

.reports-in-admindroid-header-container {
/*    color: white;*/
/*    margin-bottom: 20px;*/
}

.reports-in-admindroid-header-container h2 {
    font-family: poppins-medium, Arial, Helvetica, sans-serif !important;
    margin: 10px 0px;
}

.reports-in-admindroid-header-container h2 .gradient-text-color {
    font-size: 1.8em;
}

.reports-in-admindroid-header-container h2 span:nth-child(2) {
    font-size: 1.6em;
}


/* SVG path style start's here */

.svg-line {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 90%;
    z-index: 0;
}

svg {
    width: 100%;
    height: 100%;
}

path.base {
    stroke: #7b808d;
    stroke-opacity: 0.2;
    stroke-width: 0.4%;
    fill: none;
    stroke-linecap: round;
}

path.progress {
    stroke: #5491a7;
    stroke-width: 0.5%;
    fill: none;
    stroke-linecap: round;
/*    filter: drop-shadow(0 0 16px rgba(98, 205, 243, 0.6));*/
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.6s ease;
}

.active-dir-sections:nth-child(odd) path.progress {
    stroke: #99d7ed;
}

/* SVG path style end's here */

.active-dir-sections {
    padding: 20px 15px;
    background: #5ec2e51f;
    /*    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;
    background: linear-gradient(135deg, #0d1b2a 0%, #1a2f4e 100%);
    color: white;
    max-width: unset;
}

/*.active-dir-sections:nth-child(even) {
    background: linear-gradient(135deg, #0d1b2a 0%, #1a2f4e 100%);
    color: white;
}*/

.active-dir-sections:nth-child(odd) {
    background: #f0f8ff;
    color: #5e5e5e;
}

#admin-reports .cards, #printer-reports .cards {
    min-height: 590px;
}

#password-reports .cards, #GPO-reports .cards {
    min-height: 620px;
}

#group-reports .cards, #computer-reports .cards {
    min-height: 640px;
}

#contact-reports .cards, #OU-reports .cards {
    min-height: 600px;
}

#security-reports .cards {
    min-height: 620px;
}

#admin-reports .svg-line, #contact-reports .svg-line, #OU-reports .svg-line, #printer-reports .svg-line {
    left: 45.2%;
}

#password-reports .svg-line, #GPO-reports .svg-line, #security-reports .svg-line {
    left: 45.1%;
}

.content-section {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
}

.active-dir-reporting-section-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
    i {
        font-size: 9em;
/*        padding-top: 7px;*/
        opacity: 0.3; 
        color: #adadad38;
        position: absolute;
        left: -140px;
        top: 0px;
      }
}

.active-dir-sections:nth-child(odd) .active-dir-reporting-section-title i {
    color: #7dccde82;
}

.dashboard-section {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    max-width: 650px;
    margin: 20px;
    text-align: left;
    margin-left: 5%;
}

.content-section .active-dir-reporting-section-title p {
    font-size: 1.15em;
    font-family: 'poppins-medium';
}

.content-section .active-dir-reporting-section-title h2 {
    color: #00d4ff;
    font-size: 2.4em;
}

.content-section .active-dir-reporting-section-title div {
    display: flex;
    letter-spacing: 0.3px;
    font-family: 'poppins-medium';
    flex-direction: column;
}

.active-dir-sections:nth-child(odd) .content-section .active-dir-reporting-section-title div h2 {
    color: #009cbb;
}

.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, #0d3146, #6aadff00);
    -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:nth-child(odd) .content-section .title-desc::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: inherit;
    background: linear-gradient(90deg, #c3e7f2, #6aadff00);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.active-dir-sections .content-section .title-desc i {
    position: absolute;
    font-size: 0.9em;
    opacity: 1;
    color: white;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    background: #0f1f30;
    border-radius: 33px;
    border: 4px solid #0d3146;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding-top: 0px;
}

.active-dir-sections:nth-child(odd) .content-section .title-desc i {
    position: absolute;
    font-size: 0.9em;
    opacity: 1;
    color: #10718f73;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    background: #f0f8ff;
    border-radius: 33px;
    border: 4px solid #c3e7f2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding-top: 0px;
}

.content-section .points {
    transition: 0.5s;
    width: 85%;
    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;
    transition: 0.5s;
    cursor: pointer;
    letter-spacing: 0.25px;
}

.content-section .points .point.active {
    color: #00d5ff;
    transform: translateX(2px);
}

.active-dir-sections:nth-child(odd) .content-section .points .point.active {
    color: #00a3c3;
}

.content-section .points .point span {
    width: 16px;
    height: 16px;
    border-radius: 6px;
    margin-top: 4px;
    flex-shrink: 0;
    border: 3px solid #00b1d5b0;
    background: transparent;
    transition: all .3s ease;
}

.content-section .points .point.active span {
    background: #00b1d5;
    animation: pulseGlow 1.8s infinite ease-out;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(62, 193, 218, 0.55);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(62, 193, 218, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(62, 193, 218, 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:nth-child(even) .content-section .points .point .points-title-desc {
    color: white;
}

.content-section .points .point p {
    display: flex;
    gap: 8px;
    align-items: center;
    i

{
    font-size: 2em;
    display: none;
}

}

.dashboard-section .cards .card {
    border: 1px solid #c2c2c296;
    /*    border: 1px solid #ffffff38;*/
    position: absolute;
    padding: 20px;
    border-radius: 16px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.21, -0.03, 0, 1.26);
    background: white;
    overflow: hidden;
    color: #5e5e5e;
}

/*.active-dir-sections:nth-child(even) .dashboard-section .cards .card {
    background: linear-gradient(135deg, #deeef8 0%, #eaf5fd 100%);
    border: 1px solid #c2c2c2;
    color: #5e5e5e;
}*/

.dashboard-section .cards .card.stacked {
    opacity: 1;
    top: 0;
}

.dashboard-section .cards .card.active:hover {
    transform: unset;
}

.dashboard-section .cards .card:hover {
    transform: translateY(-30px);
}

.dashboard-section .cards {
    position: relative;
    min-height: 660px;
}

.dashboard-section .cards .card.stacked:not(.active) {
    height: 400px;
}

.dashboard-section .cards .card i {
    display: none;
}

.droid-nav-tab-container {
    background: white;
}

.droid-nav-tab-container .droid-nav-tab.active {
    color: white !important;
}

.droid-nav-tab:not(.active):hover {
    background: #d5d5d538;
}

.droid-nav-tab-container .droid-nav-tab.active {
    background-color: #0c649f;
}

.droid-nav-tab-container .droid-nav-tab {
    color: #007DAF;
}

/*.droid-nav-tab-container .droid-nav-tab.active {
    background-color: #009cbb;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(2) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(3).active {
    background-color: #0c649f;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(3) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(4).active {
    background-color: #009cbb;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(4) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(5).active {
    background-color: #0c649f;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(5) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(6).active {
    background-color: #009cbb;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(6) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(7).active {
    background-color: #0c649f;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(7) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(8).active {
    background-color: #009cbb;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(8) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(9).active {
    background-color: #0c649f;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(9) {
    color: #007DAF;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(10).active {
    background-color: #009cbb;
}*/

/*.droid-nav-tab-container .droid-nav-tab:nth-child(10) {
    color: #007DAF;
}*/

.card .pop-up-title {
    color: #00a3c3;
}

.dashboard-section .cards .card img {
    max-width: 100%;
    display: block;
    height: auto;
    object-fit: scale-down;
    margin: auto;
}

/* polygon style overwrite */

.polygon-grp-img1 {
    left: 5%;
}

.polygon-grp-img2 {
    left: 3%;
    top: 3%;
}

#droid-sticky-navigation {
    left: 50%;
    transform: translateX(-50%);
    /*    opacity: 0;*/
    position: fixed !important;
    transition: 0.2s;
    display: none;
    width: max-content;
}

.droid-nav-tab.active{
/*    width: 190px !important;*/
}

.bottom-banner-section {
    padding: 2em;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f7 100%);
}

.bottom-banner-section .bottom-banner-container {
    max-width: 1200px;
    padding: 3em 4em;
    margin: 40px auto;
    /* margin-bottom: 40px; */
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: linear-gradient(135deg, #002a38 0%, #004d63 100%);
}

.bottom-banner-section .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(#00ada84d 2px, transparent 0);
}

.bottom-live-demo {
    font-size: 1.1em;
    padding-top: 15px;
}





















/* 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(3px);
    background: #b9b9b987;
}

.popup-content-wraper {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: max-content;
    margin: auto;
    padding: 20px;
    background: radial-gradient(circle at 12% 28%, rgba(85, 90, 160, 0.30), transparent 55%), radial-gradient(circle at 78% 18%, rgba(65, 140, 175, 0.30), transparent 60%), radial-gradient(circle at 35% 82%, rgba(75, 85, 150, 0.28), transparent 60%), radial-gradient(circle at 88% 72%, rgba(75, 150, 180, 0.28), transparent 65%), radial-gradient(circle at 55% 45%, rgba(90, 120, 180, 0.25), transparent 60%);
    border-radius: 10px;
    background: radial-gradient(circle at 12% 28%, rgba(85, 90, 160, 0.65), transparent 55%), radial-gradient(circle at 78% 18%, rgba(65, 140, 175, 0.65), transparent 60%), radial-gradient(circle at 35% 82%, rgba(75, 85, 150, 0.62), transparent 60%), radial-gradient(circle at 88% 72%, rgba(75, 150, 180, 0.62), transparent 65%), radial-gradient(circle at 55% 45%, rgba(90, 120, 180, 0.58), transparent 60%);
    background: radial-gradient(circle at 12% 28%, rgba(115, 120, 185, 0.65), transparent 55%), radial-gradient(circle at 78% 18%, rgba(95, 165, 200, 0.65), transparent 60%), radial-gradient(circle at 35% 82%, rgba(105, 115, 175, 0.62), transparent 60%), radial-gradient(circle at 88% 72%, rgba(105, 175, 205, 0.62), transparent 65%), radial-gradient(circle at 55% 45%, rgba(115, 145, 205, 0.58), transparent 60%);
}

.popup-content {
    z-index: 2;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 3%;
    margin: auto;
}

.popup-close {
    position: absolute;
    top: 0%;
    right: 0%;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    background: #82aec2;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 8px 0px 15px;
}

.popup-content-panel {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 50%;
    color: white;
    gap: 8px;
}

.popup-title-container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 12px 0px;
    padding-left: 15px;
    color: #505050;
}

.popup-title-container i{
    font-size: 3em;
}

.popup-title {
    margin-bottom: 0px;
}

.droid-section-sub-title.popup-title span {
    color: #9100e1;
    font-family: 'work-sans-medium';
    font-size: 1.1em;
}

.popup-description {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #5050504f;
    color: #373737;
}

.popup-quote {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.popup-image {
    border-radius: 8px;
    width: 90%;
    height: fit-content;
}

.popup-image img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(50, 50, 93, 0.25);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.popup-dots{
    display: flex;
}

.popup-nav-btns {
    position: absolute;
    z-index: 2;
    font-size: 3em;
    top: 80%;
    color: rgb(0 0 0 / 33%);
    padding: 15px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    left: 30%;
}

.popup-nav-btns i{
    cursor: pointer;
    transition: 0.3s;
}

i.arrow:active{
    transform: scale(0.9)
}

.popup-dot {
    display: block;
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 50%;
}

.popup-dot.active {
    background: #fff;
}


.background-clip {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}







/* responsive */
@media (max-width: 698px) {
    .content-section, .active-dir-reporting-banner-content {
        width: auto !important;
    }

    .active-dir-reporting-banner-img img, 
    .active-dir-reporting-banner-img, 
    .dashboard-section, .banner-svg, 
    .popup, .content-section .points .point span {
        display: none !important;
    }

    .content-section .points .point.active {
        transform: unset;
        color: #19a3be;
        background: linear-gradient(90deg, rgb(180 236 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .active-dir-sections:nth-child(even) .content-section .points .point.active {
        color: #50e2ff;
        background: linear-gradient(90deg, rgb(46 202 255 / 19%) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .content-section .points .point:hover {
        background: linear-gradient(90deg, rgb(180 236 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .content-section .points {
        background: #5ec2e51f;
        padding: 24px;
        margin: auto;
        border-radius: 12px;
        border: 1px solid #b1def2;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
        width: 100% !important;
    }

    .active-dir-sections:nth-child(even) .content-section .points {
        background: #1e3e585e;
        border: 1px solid #b1def224;
    }

    .content-section .points .point {
        padding: 10px;
        border-radius: 5px;
    }

    .content-section .points .point p i {
        display: block;
    }

    .reporting-highlite-container > div {
        padding: 25px 50px;
    }

    .reporting-highlite-container > div i {
        font-size: 3em;
    }
}

@media (max-width: 768px){
    .bottom-banner-section .bottom-banner-container .cta-banner-main-title {
        font-size: 1.8em;
    }

    .bottom-live-demo {
        font-size: 1em;
    }
}

@media (max-width: 870px){
    i.arrow.next {
        right: 4%;
    }

    i.arrow.prev {
        right: 10%;
    }

    .popup-nav-btns{
        left: 80%;
    }
}

@media (max-width: 425px) {
    .free-reports-title{
        font-size: 1.3em;
    }
}

@media (max-width: 1024px) {
    .droid-nav-tab.active {
        width: 25px !important;
    }

    #droid-sticky-navigation {
        transform: unset;
        left: 0;
    }
}

@media (max-width: 1230px) {
    .reporting-highlite-container > div {
        padding: 20px 40px;
        max-width: 310px;
        font-size: 1em;
    }
}

@media (max-width: 1030px){
    .reporting-highlite-container > div {
        padding: 10px 10px;
        max-width: 240px;
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .reporting-highlite-container > div {
        padding: 10px 10px;
        max-width: 200px;
        font-size: 0.9em;
    }
}

@media (max-width: 630px){
    .reporting-highlite-container > div {
        padding: 20px 50px;
        max-width: 400px;
        font-size: 1em;
    }

    .reporting-highlite-container {
        background: transparent;
    }
}

@media (max-width: 1023px) {
    .svg-line {
        display: none;
    }

    .content-section .points {
        width: 85%;
    }
}
