﻿#powershell-script-main-container {
    font-size: 13px;
    font-family: work-sans-regular, Arial, sans-serif;
}

.powershell-script-banner-section {
    background: linear-gradient(to bottom, #1c2758, #112939);
    padding-bottom: 25px;
    color: #e4e4e4;
}

.powershell-script-banner-container {
    padding: 100px 0 0 0;
    text-align: center;
}

.powershell-script-banner-container > div {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
}

.powershell-script-banner-title-wrapper {
    color: #D0D7E2;
}

.powershell-script-banner-title-wrapper span{
    color: #38e9f8;
}

span.script-count {
    font-family: poppins-semibold;
    background: linear-gradient(267deg, #38e9f8, #d9a4ff);
    background-clip: text ;
    -webkit-text-fill-color: transparent;
}

.powershell-script-banner-btn {
    background: linear-gradient(135deg, #3c6fe1, #2f68b3);
    padding: 13px 25px;
    border-radius: 6px;
    margin: 0px
}

.powershell-script-banner-image img {
    max-width: 100%;
    display: block;
    height: 350px;
    object-fit: scale-down;
    margin: auto;
}

.powershell-script-banner-highlight-wrapper {
    padding-top: 20px;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.powershell-script-banner-highlight-wrapper > div {
    border-right: 1px solid gainsboro;
    margin-right: 15px;
    padding-right: 10px;
    align-items: center;
    display: flex;
    color: white;
    margin-bottom: 10px;
}

.powershell-script-banner-highlight-wrapper i{
    font-size: 1.5em;
    display: inherit;
    clear: both;
    color: rgba(255, 255, 255, 0.84);
    margin-right: 5px;
}

.powershell-script-banner-highlight-wrapper div:last-child {
    border-right: 1px solid transparent;
}

/* powershell superpower section*/

.powershell-superpower-section {
    color: #383838;
    background-color: #e9f4ff;
    border-bottom: 1px solid #96c2d0
}

.powershell-superpower-title-wrap {
    background: linear-gradient(to left, #056a47, #008fcb);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.powershell-superpower-card-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4em;
    position: relative;
    z-index: 1;
}

.powershell-superpower-card {
    width: 42%;
    max-width: 550px;
    min-width: 270px;
    position: relative;
    padding: 10px 20px 10px 40px;
    text-align: left;
}

.powershell-superpower-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #7984ff, transparent);
}

.powershell-superpower-card .card-icon-wrapper{
    position: absolute;
    left: -23px;
    top: 0%;
    width: 45px;
    height: 45px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    background-color: #e9f4ff;
    color: #7984ff;
}

.powershell-superpower-card .card-icon-wrapper .card-icon{
    margin: 0 auto;
    position: relative;
    font-size: 1.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}

.powershell-superpower-card:nth-child(1) .card-icon-wrapper {
    color: #8901a3;
    box-shadow: 0px 0px 0px 1px #62159e, 0px 0px 10px -2px #952385;
}

.powershell-superpower-card:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #790c8f, transparent);
}

.powershell-superpower-card:nth-child(1) .card-content-wrapper .card-title-wrapper {
    color: #7f04a8;
}

.powershell-superpower-card:nth-child(2) .card-icon-wrapper {
    color: #088227;
    box-shadow: 0px 0px 0px 1px #16a062, 0px 0px 11px -2px #0b7b2b;
}

.powershell-superpower-card:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #128642, transparent);
}

.powershell-superpower-card:nth-child(2) .card-content-wrapper .card-title-wrapper {
    color: #088531;
}

.powershell-superpower-card:nth-child(3) .card-icon-wrapper {
    color: #0a7e8b;
    box-shadow: 0px 0px 0px 1px #0d6b74, 0px 0px 10px -2px #2a9c9e;
}

.powershell-superpower-card:nth-child(3) .card-content-wrapper .card-title-wrapper {
    color: #157e79;
}

.powershell-superpower-card:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #107184, transparent);
}

.graphic-shape-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.graphic-shape-bg .graphic-shape{
    max-width: 150px;
    width: 20%;
    position: absolute;
    background: transparent;
    filter: blur(1px);
    opacity: .2;
}

.graphic-shape-img1 {
    left: -2%;
    top: 9%;
}

.graphic-shape-img2 {
    right: 9%;
    bottom: 8%;
}

.graphic-shape-img3 {
    left: 9%;
    bottom: 12%;
}

.graphic-shape-img4 {
    left: 45%;
    bottom: 31%;
    display: none;
}

.graphic-shape-img5 {
    right: 0%;
    top: 0%;
}

.graphic-shape-img6 {
    left: 44%;
    top: 20%;
    display: none;
}

/* admindroid powershell script features section */

.admindroid-powershell-script-section {
    background-color: #fdfdfd;
    position: relative;
}

.admindroid-powershell-script-container{
    overflow: hidden;
}

.admindroid-powershell-script-desc-wrap {
    background: linear-gradient(to right, transparent, #86d1a729, transparent);
    padding: 15px;
    position: relative;
    display: inline-block;
    max-width: 1000px;
    font-style: italic;
    color: #017a4b;
    margin: 10px 0px 20px 20px;
    font-size: 1.2em;
    margin-bottom: 8px;
    letter-spacing: 0.25px;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

.admindroid-powershell-script-desc-wrap:before {
    content: "";
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    left: -18px;
    top: -4px;
    font-size: 2em;
}

.admindroid-powershell-script-desc-wrap p{
    font-size: 1.15em;
    line-height: 1.4em;
    position: relative;
}

.admindroid-powershell-script-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.admindroid-powershell-script-card {
    max-width: 550px;
    padding: 20px;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgb(62 62 62 / 40%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ps-card-icon-wrapper {
    font-size: 2.4em;
    background: linear-gradient(315deg, #2e8b89 0%, #1a95ae 74%);
    border-radius: 20px;
    width: 60px;
    height: 60px;
    padding: 13px;
    color: white;
}

.ps-card-title {
    color: #207b84;
}

.ps-card-color1 .ps-card-icon-wrapper {
    background: linear-gradient(315deg, #db9354 0%, #c76674 74%);
}

.ps-card-color1 .ps-card-title {
    color: #b25a60;
}

.ps-card-color2 .ps-card-icon-wrapper {
    background: linear-gradient(135deg, #b7539b 0%, #846db9 74%);
}

.ps-card-color2 .ps-card-title {
    color: #8055a8;
}

.powershell-setup-container {
    padding: 20px;
    margin-top: -125px;
    background: #e3f0ff;
    position: relative;
    color: #383838;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 20%) 2px 0px 8px 0px;
}

.powershell-setup-left-svg{
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
}

.powershell-setup-right-svg {
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
}

.text-highlight-blue {
    color: #145ce6;
}

.text-highlight-green {
    color: #15a54f;
}

.powershell-setup-desc span {
    background-color: #f1f5f9;
    padding: 4px 12px;
    border-radius: 5px;
    border: 1px solid #546d8447;
    color: #003cbe;
    font-family: 'work-sans-medium';
    letter-spacing: .4px
}

/* powershell package section */

.powershell-package-section {
    background-color: #13223f;
    padding-top: 20px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #efefef;
    background-image: url(/images/powershell-script-images/powershell-script-bg.svg)
}

.powershell-package-header {
    padding-top: 40px;
}

.powershell-package-title-wrap {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ff45ff, #e5c445) text;
}

.powershell-package-card-wrapper{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.powershell-package-card {
    max-width: 420px;
    border-radius: 6px;
    text-align: left;
    background-color: #3140543d;
    border: 1px solid #c4dcf41f;
    box-shadow: -1px 4px 10px rgb(0 0 0 / 15%);
    backdrop-filter: blur(7px);
    padding: 12px 18px 18px;
}

.powershell-package-card .powershell-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2em;
    letter-spacing: 0.25px;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    color: #7fdfff;
}

.powershell-package-card .powershell-card-header .powershell-icon-wrapper{
    font-size: 1.2em;
}

.powershell-package-card .powershell-card-content {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
}

.powershell-package-card .powershell-card-content .powershell-card-desc{
    color: #cddce7;
}

.powershell-package-card .powershell-card-content .powershell-card-button{
    margin-top: 10px;
    color: #f9f1a5;
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    cursor: pointer;
}

.powershell-package-card .powershell-card-content .powershell-card-button a{
    position: relative;
}

.powershell-package-card .powershell-card-content .powershell-card-button a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.powershell-package-card .powershell-card-content .powershell-card-button:hover a::after {
    transform: scaleX(1);
}

.expandable-arrow {
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.powershell-card-button:hover .expandable-arrow {
    transform: translateX(6px);
}

.expandable-arrow .stem {
    stroke-dasharray: 8.25;
    stroke-dashoffset: 8.25;
    transition: stroke-dashoffset 0.3s ease;
}

.powershell-card-button:hover .stem {
    stroke-dashoffset: 0;
}

/* CTA Banner */

.powershell-script-cta-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: auto;
    padding: 25px;
    background: #13223f;
    color: #f1f1f1;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cta-banner-title-wrap {
    color: #a7eaff;
}

.cta-desc-wrap {
    padding: 0;
    color: #dcdcdc;
}

.cta-desc-wrap span{
    color: #74ff94;
}

.powershell-script-cta-btn {
    background: linear-gradient(135deg, #3566b9, #7b09c6);
    padding: 10px 12px;
    border-radius: 6px;
    margin: 0px;
    white-space: normal;
    line-height: 1.6em;
}

.powershell-script-cta-btn:hover{
    opacity: .9;
}

.powershell-script-cta-svg:nth-child(1) {
    position: absolute;
    left: 15%;
    top: -2px;
    opacity: .7;
}

.powershell-script-cta-svg:nth-child(2) {
    position: absolute;
    top: -25%;
    right: -50px;
    opacity: .7;
}
.powershell-script-cta-svg:nth-child(3) {
    position: absolute;
    right: 25%;
    bottom: -4px;
    opacity: .5;
}
.powershell-script-cta-svg:nth-child(4) {
    position: absolute;
    left: -40px;
    bottom: -2px;
    opacity: .5;
}

/* Powershell Widget  */

#scroll-top {
    bottom: 100px;
}

.floating-discord-cta {
    position: fixed;
    right: 15px;
    bottom: 35px;
    z-index: 13;
}

.discord-cta-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #19adc4, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.2);
    transition: transform .3s ease, box-shadow .3s ease;
}

.discord-cta-icon:hover {
    transform: scale(1.08);
    box-shadow:  0 15px 40px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.25);
}

.floating-discord-content {
    position: absolute;
    right: -6px;
    bottom: 65px;
    width: 290px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    backdrop-filter: blur(18px) saturate(160%);
    border: 2px solid transparent;
    background: linear-gradient(rgb(18 13 54), rgb(13 30 83)) padding-box, linear-gradient(135deg, #3dadff, #1cddcd) border-box;
    opacity: 0;
    transform: scale(0.3) translateY(25px);
    transform-origin: bottom right;
    pointer-events: none;
    transition: opacity .35s ease, transform .4s cubic-bezier(.34,1.56,.64,1);
}

.floating-discord-content::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 22px;
    width: 18px;
    height: 18px;
    background: rgb(12 27 76);
    transform: rotate(45deg);
    border-right: 2px solid #1cddcd;
    border-bottom: 2px solid #1cddcd;
    box-shadow: 3px 3px 15px rgba(0,0,0,.35);
}

.floating-discord-cta.active .floating-discord-content {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}

.discord-cta-title {
    font-family: poppins-light, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.discord-cta-desc {
    font-size: 0.95em;
    line-height: 1.6em;
}

.floating-discord-btn {
    margin-top: 12px;
    padding: 7px 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, #19adc4, #6366f1);
    color: white;
    text-align: center;
    transition: all .25s ease;
    max-width: 130px;
    cursor: pointer;
}

.floating-discord-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
}

.discord-cta-close {
    position: absolute;
    top: 0px;
    right: -1px;
    font-size: 1.2em;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
    padding: 4px 6px;
    background: #26cedc;
    color: #001e47;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 12px;
}

.discord-cta-close span{
    transform: translateY(-2px);
    display: block;
}

.discord-cta-close:hover {
    opacity: .8;
}

.floating-discord-cta * {
    box-sizing: border-box;
}

.discord-cta-desc {
    color: #bccddc;
}

/* droid section main title */
.droid-section-main-title-desc{
    padding: 5px;
}

@media only screen and (max-width: 900px) {
    #scroll-top.scroll-top {
        bottom: 100px;
    }
}

@media (max-width: 768px) {
    .powershell-superpower-card{
        width: 100%;
        margin-left: 10%;
    }

    .powershell-setup-container svg{
        display: none;
    }
}

@media (max-width: 698px) {
    .powershell-script-banner-container .powershell-script-banner-image {
        display: none;
    }

    .powershell-script-banner-container .powershell-script-banner-content {
        width: auto;
    }

    .droid-section-main-title {
        font-size: 1.8em;
    }

    .admindroid-powershell-script-card-wrapper {
        gap: 20px;
    }

    .ps-card-icon-wrapper {
        font-size: 1.6em;
        width: 40px;
        height: 40px;
        padding: 9px;
    }

    .admindroid-powershell-script-card {
        padding: 10px;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .floating-discord-cta .floating-discord-content {
        font-size: 0.9em;
        position: fixed;
        right: 14px;
        bottom: 98px;
        width: 214px;
        height: 140px;
        padding: 12px 12px
    }
}