﻿#ldap-explorer-tool-main-container {
    font-size: 13px;
    font-family: work-sans-regular, Arial, sans-serif;
}

.ldap-explorer-section-title {
    font-size: 1.7em !important;
    margin-bottom: 8px;
    letter-spacing: 0.25px;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

/*banner css*/

.ldap-explorer-tool-banner-section {
    background-color: #183a33;
    background: url('../images/ldap-explorer-images/banner-bg.svg');
    padding-top: 20px;
    background-size: cover;
    background-position: center;
}

.ldap-explorer-tool-banner-container {
    padding: 100px 0 0 0;
    text-align: center;
}

.ldap-explorer-tool-banner-container > div {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.ldap-explorer-tool-banner-title-wrapper {
    color: #ffffff;
    background: linear-gradient(268.3deg, #04fbd2 0.32%, #13f691 54.22%, #1cfe96 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.ldap-explorer-tool-banner-desc {
    color: rgb(240, 240, 240);
}

.btn-ldap-tool {
    background-image: linear-gradient(to right, #348F50 0%, #197d9f 100%);
    padding: 10px 15px;
    border-radius: 6px;
    margin-left: 0;
}

.ldap-explorer-banner-image img {
    max-width: 100%;
    display: block;
    height: 400px;
    object-fit: scale-down;
    margin: auto;
}

/*why choose admindroid Section*/

.why-choose-section {
    background-color: #ffffff;
}

.why-choose-main-title-wrapper {
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

.why-choose-main-title {
    color: #1e6f75;
}

.why-choose-pane-container {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
}

.why-choose-pane-wrapper {
    min-width: 300px;
    max-width: 350px;
    width: 100%;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
}

.why-choose-pane-icon-wrapper {
    width: 60px;
    margin: auto;
    height: 60px;
    padding: 14px;
    border-radius: 50%;
    margin-bottom: 10px;
/*    background: radial-gradient(circle, rgb(40 159 115) 0%, rgb(7 95 78) 100%);*/
}

.why-choose-pane-icon-wrapper i{
    font-size: 2.5em;
    color: rgb(7 95 78);
}

.why-choose-pane-content-wrapper {
    display: inline-block;
    vertical-align: top;
}

.pane-heading-wrap {
    color: rgb(7 95 78);
}

/*ldap tool overall wrapper*/

.ldap-explorer-overall-wrapper {
    background: url('/images/ldap-explorer-images/overall-page-bg.svg');
    background-color: #0e2c32;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.ldap-explorer-overall-container{
    padding-bottom: 0px;
}
.ldap-explorer-tool-overall-wrapper {
    background: #18483fbd;
    max-width: 1300px;
    backdrop-filter: blur(1px);
    margin: auto;
}

.ldap-explorer-overall-head-wrap {
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    background: linear-gradient(to right, #7762ff 0%, #fe44d1 74%, #fa40ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ldap-explorer-overall-desc-wrap {
    color: #f1f1f1;
}

/*ldap-explorer overview section */

.ldap-explorer-overview-section {
    background-color: transparent;
}

.ldap-explorer-overview-container {
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}

.ldap-explorer-overview-wrapper {
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overview-section-content-wrapper{
    width: 45%;
    text-align: left;
    min-width: 240px;
    padding: 15px;
}

.overview-section-content-title {
    color: #16593a;
    margin-bottom: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(45deg, #16593a, #34b67a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overview-linear-blue {
    .overview-section-content-title
    {
        background-image: linear-gradient(45deg, rgb(144 189 255), rgb(97 173 255) 100%);
    }
}

.overview-linear-green {
    .overview-section-content-title
    {
        background-image: linear-gradient(45deg, #40f5a1, #7affc1 100%);
    }
}

.overview-section-quote-wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 0px 5px 25px;
    margin-bottom: 10px;
    letter-spacing: 0.25px;
    font-family: poppins-medium, Arial, Helvetica, sans-seri;
}

.overview-section-quote-wrapper p{
    display: inline;
    color: #5b8dff;
    font-style: italic;
    font-size: 1.1em;
}

.overview-section-quote-wrapper span{
    position: absolute;
    top: -16px;
    left: -6px;
    font-size: 2.5em;
    color: rgb(214 214 214 / 33%);
}

.overview-section-content-desc{
    color: #f1f1f1;
}

.overview-section-content-image {
    min-width: 280px;
    width: 45%;
}

.overview-section-content-video-wrap {
    margin: auto;
}

.overview-section-content-video-wrap video{
    max-width: 100%;
    display: block;
    object-fit: scale-down;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.overview-section-content-video-wrap .droid-video-player-wrapper {
    border-color: rgb(255 255 255 / 47%);
}

.overview-section-content-image-wrap img:hover{
    scale: 1.05;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.flexible-sorting-content-points {
    margin-top: 10px;
}

.flexible-sorting-content-list li {
    list-style: inside;
    padding-left: 2%;
}

/* feature ldap section*/
.feature-ldap-explorer-container > .feature-ldap-overall-wrapper:nth-child(1) {
    padding: 40px 15px 20px 15px
}

.feature-ldap-explorer-container > .feature-ldap-overall-wrapper .ldap-explorer-feature-wrapper {
    background: #56877e3b;
    backdrop-filter: blur(1px);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.feature-ldap-explorer-container > .feature-ldap-overall-wrapper:nth-child(1) .ldap-explorer-feature-content-wrapper {
    display: inline-flex;
    background: #33655ca3;
    width: 200px;
    height: 100px;
    border-radius: 0px 0px 260px 260px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: flex-start;
}

.feature-ldap-explorer-container > .feature-ldap-overall-wrapper:nth-child(2){
    padding: 20px 15px 40px 15px;
}

.feature-ldap-explorer-container > .feature-ldap-overall-wrapper:nth-child(2) .ldap-explorer-feature-content-wrapper {
    display: inline-flex;
    background: #33655ca3;
    width: 200px;
    height: 100px;
    border-radius: 260px 260px 0px 0px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-shrink: 0;
    align-self: flex-end;
}

.ldap-explorer-feature-icon-wrapper i {
    font-size: 4em;
}

.ldap-explorer-feature-desc-wrap {
    color: #ffffff;
    display: inline-block;
    padding: 40px 0px 30px 30px;
    vertical-align: middle;
    text-align: left;
}

.feature-card-purple {
    color: #e0b3ff;
}

.feature-card-blue {
    color: #659ffc;
}

.ldap-explorer-feature-desc-wrap p{
    width: 95%;
}


/*admindroid-ldap-explorer*/

.admindroid-ldap-explorer-table-section {
    background: linear-gradient(90deg, #f3fbff, #f7efff);
}

.ldap-explorer-table-container .droid-common-table-section {
    margin-top: 20px;
}

.ldap-explorer-table-heading {
    color: #811164;
    padding-top: 20px;
}

/*Common table */

.ldap-explorer-table-wrapper .droid-common-table-wrapper {
    padding-top: 0px;
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    .common-table-grid {
        width: 100%;
        .col-heading-highlighter
        {
            height: 60px;
            right: 0px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            z-index: 2;
            background: linear-gradient(270deg, rgb(13 0 211 / 11%), rgba(10, 149, 181, 0.11));
        }
        .common-table-highlight-wrapper{
            top: 6px;
            bottom: 6px;
            height: unset;
        }
        .table-column-heading{
            font-size: 1.1em;
        }
        .table-column-heading.row[data-item-of-column="1"] {
            justify-content: flex-start;
        }
        .table-item[data-item-of-column="0"] {
            font-family: poppins-medium;
        }
        .table-item {
            border-right: 1px solid #c9c5c529;
            padding: 10px 20px;
            font-size: 1em;
        }
    }
}


/*try-ldap-explorer-section*/

.try-ldap-explorer-section {
    background-color: #171B23;
    position: relative;
    overflow: hidden;
}

.try-ldap-explorer-wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 4%;
    background: #12BCFF;
    background: linear-gradient(135deg, rgb(18, 255, 171, 0.10) 0%, rgba(253, 253, 253, 0.1) 50%, rgba(198, 200, 79, 0.1) 100%);
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 2;
}

.try-ldap-explorer-title-wrap {
    color: #31e994;
    margin: 0;
}

.try-ldap-explorer-content-wrap {
    color: #d3d3d3;
    margin: auto;
    padding: 3%;
}

.try-ldap-explorer-container {
    position: relative;
    overflow: hidden;
}

.cta-ldap-explorer-highlight-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-ldap-explorer-highlight-icon-wrapper {
    display: inline-block;
    border-top: 3px solid #29CC78;
    border-right: 3px solid #29CC78;
    background: transparent;
    font-size: 1.5em;
    border-radius: 8px;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.cta-ldap-explorer-highlight-icon-wrapper .cta-ldap-explorer-highlight-icon{
    transform:rotate(-45deg)
}

.cta-ldap-explorer-highlight-content-wrap {
    font-size: 1.05em;
}

.try-ldap-explorer-wrapper .btn-ldap-tool{
    margin-top: 15px;
}

.cta-ldap-explorer-highlight-wrapper {
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;
}

.shape {
    position: absolute;
    will-change: transform;
    pointer-events: none;
    z-index: 0;
}

.shape-top-left {
    top: 5%;
    left: 8%;
    width: 180px;
    animation: float 4s ease-in-out infinite;
}

.shape-bottom-right {
    bottom: -1%;
    right: 9%;
    width: 150px;
    animation: float 4s ease-in-out infinite;
}

/* Text Hightight*/

.text-highlight {
    font-family: 'work-sans-semibold';
}

/* keyframes */

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

/*MEDIA QUERY*/

@media (max-width: 900px) {

    .ldap-explorer-feature-content-wrapper, .shape{
        display: none !important;
    }

    .overview-section-content-image{
        width: 80%;
    }

    .ldap-explorer-overview-wrapper{
        flex-direction: column;
    }

    .overview-section-content-wrapper{
        margin-top: 10px;
    }

    .ldap-explorer-overview-wrapper:nth-child(2) .overview-section-content-wrapper,  .ldap-explorer-overview-wrapper:nth-child(4) .overview-section-content-wrapper{
        order: -1;
    }
    .overview-section-content-wrapper{
        width: auto;
    }

}

@media (max-width: 768px) {

    .why-choose-pane-wrapper {
        max-width: 320px;
    }

    .ldap-explorer-section-title {
        font-size: 1.4em !important;
    }

    .ldap-explorer-overall-desc-wrap, .why-choose-main-desc-wrapper {
        padding: 0;
    }

    .ldap-explorer-table-wrapper .droid-common-table-wrapper {
        .common-table-grid {
            .table-column-heading {
                font-size: 0;
            }
            .table-column-heading.row[data-item-of-column="1"] {
                font-size: 0.8em;
                padding: 9px;
            }
            .table-item {
                border-right: 1px solid #c9c5c529;
                padding: 9px;
                font-size: 0.7em;
            }
        }
    }
}

@media (max-width: 698px){

    .droid-section-main-title{
        font-size: 1.8em;
    }

    .ldap-explorer-overview-wrapper {
        padding: 10px;
    }
    
    .ldap-explorer-tool-banner-container .ldap-explorer-banner-image, .overview-section-content-image{
        display: none;
    }

    .ldap-explorer-tool-banner-container .ldap-explorer-banner-content {
        width: auto;
    }

    .overview-section-content-wrapper {
        margin-top: 0px;
    }

    .feature-ldap-explorer-container > .feature-ldap-overall-wrapper:nth-child(1) {
        padding: 10px;
    }

    .feature-ldap-explorer-container > .feature-ldap-overall-wrapper:nth-child(2) {
        padding: 10px 10px 40px 10px;
    }

    .ldap-explorer-overview-container {
        padding: 20px 0px 0px 0px;
        overflow: hidden;
    }

    .ldap-explorer-feature-desc-wrap {
        padding: 15px;
    }

    .overview-linear-blue, .overview-linear-green {
    background: none;
    .overview-section-content-wrapper{
        background: #56877e3b;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

    .cta-ldap-explorer-highlight-container {
        margin-top: 20px;
    }
}