.formdeck-documentation-flex-row {

    @media screen and (max-width: 781px) {
        margin-left: -10px;
        margin-right: -10px;

        .swptls-col {
            flex: 1 1 220px;
            padding-left: 20px;
            padding-right: 10px;
        }
    }
}

.formdeck-documentation-flex-row {
    display: flex;
    /* Add flex display to the container */
    justify-content: space-between;
    /* Distribute items evenly */
}

.formdeck-documentation-card {
    flex-grow: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 56px 40px;
    background: #FFFFFF;
    border: 1px solid #ECECEF;
    height: 190px;
    box-shadow: 2px 4px 10px 1px rgba(201, 201, 201, 0.47);
    margin: 2px;

    button.unlock-register.button {
        border-radius: 50px;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #f8f9fa;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        transition: all 0.3s ease;
        cursor: pointer;
        width: auto;
        gap: 5px;
        height: 40px;
        white-space: nowrap;
        background-color: #0d4c62;
        background-image: linear-gradient(65deg, #033344 0, #105e7a 100%);
        border: none;
        transition: 0.5s;
        margin-top: 8px;
    }


    svg {
        margin-bottom: 30px;
    }

    h4 {
        margin: 0;
        color: #1E1E1E;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        transition: all 0.3s ease;
    }

    img.wpnts_logo_footer {
        margin-bottom: 15px;
    }

    img.wpnts_logo_footer.youtube-icon {
        width: 162px;
        margin-bottom: 30px;
    }

    .single-doc-item {
        top: 0;
        left: 0;
        outline: 0;
        width: 100%;
        height: 100%;
        box-shadow: none;
        position: absolute;
        cursor: pointer;

        &:any-link {
            &:hover+svg+h4 {
                color: #2BB885;
            }
        }
    }

    button#purchase-btn {
        padding: 10px;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        display: flex;
        text-align: center;
        align-items: center;
        gap: 4px;
        background-color: #4CAF50;
        color: #fff;
        margin-top: 7px;
    }
}


.documentation-feature-list {
    $base-purple: #8d3af3;
    $sub-purple: #c235bf;

    min-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;

    .cards {
        display: flex;
        justify-content: center;
    }

    .price-card {
        width: 498px;
        height: 1187px;
        margin: 20px;
        border-radius: 20px;
        background: rgba(232, 234, 246, .6);
        transition: all 300ms;
        position: relative;

        &:hover {
            background: rgb(232, 234, 246);
            transform: scale(1.05);
        }

        &--top {
            height: 10%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            color: $base-purple;
            padding: 5px;

            & h3 {
                font-size: 1.8rem;
                font-weight: 200;
                text-transform: uppercase;
                letter-spacing: 2px;
                margin-bottom: -11px;
            }

            & h5 {
                font-size: 1.2rem;
                font-weight: 400;
            }

            & span {
                font-size: 2.5rem;
                position: relative;
                top: 5px;
                margin: 0 5px;
            }


            & hr {
                width: 90%;
                color: rgba(245, 245, 245, .7);
            }
        }

        &--bottom {
            height: 75%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            & ul {
                list-style: none;
                padding: 9px 0 0 30px;

                & li {
                    font-size: 1rem;
                    margin-bottom: 17px;
                    color: #333;
                }
            }

            & .btn {
                display: block;
                padding: 10px 65px;
                margin: 30px auto;
                font-size: 1.2rem;
                border: none;
                border-radius: 100px;
                color: #fff;
                font-weight: 700;
                text-transform: uppercase;
                background: $base-purple;
                transition: background 500ms;
                position: absolute;
                right: 122px;
                // bottom: 50px;
                bottom: -15px;

                &:hover {
                    cursor: pointer;
                    background: $sub-purple;
                }
            }
        }
    }

    .price-text {
        font-size: 1.2rem !important;
    }


    // Media Queries

    @media screen and (max-width: 820px) {

        .documentation-feature-list {
            width: 100%;
            height: 80%;

            & h1 {
                font-size: 2rem;
                margin-top: 30px;
            }

            & .price-card {
                width: 250px;
                height: 400px;
                margin: 10px;

                & h3 {
                    font-size: 1.5rem;
                }

                & h5 {
                    font-size: 1rem;
                }

                & span {
                    font-size: 2rem;
                }

                & ul {
                    padding: 30px 0 0 30px;

                    & li {
                        font-size: .9rem;
                    }
                }
            }
        }
    }

    @media screen and (max-width: 460px) {

        .documentation-feature-list {
            min-height: 100%;
            min-width: 5px;

            & h1 {
                font-size: 1.2rem;
            }

            & .cards {
                flex-direction: column;
                align-items: center;

                & .price-card {
                    width: 350px;
                    height: 480px;

                    & h3 {
                        font-size: 1.7rem;
                    }

                    & h5 {
                        font-size: 1.4rem;
                    }

                    & span {
                        font-size: 2rem;
                        top: 2px;
                    }

                    & ul {
                        padding: 40px;

                        & li {
                            font-size: 1.1rem;
                        }
                    }
                }
            }
        }
    }

}



// Pricelist 

@media screen and (max-width: 1200px) {

    .documentation-feature-list {
        width: 100%;
        height: 80%;

        & h1 {
            font-size: 2rem;
            margin-top: 30px;
        }

        & .cards {
            flex-direction: column;

            & .price-card {
                width: 250px;
                height: 400px;
                margin: 10px;

                & h3 {
                    font-size: 1.5rem;
                }

                & h5 {
                    font-size: 1rem;
                }

                & span {
                    font-size: 2rem;
                }

                & ul {
                    padding: 30px 0 0 30px;

                    & li {
                        font-size: .9rem;
                    }
                }
            }
        }

        span.pro-list {
            color: #9900f1;
            padding: 0 3px;
            font-size: 8px;
        }

        .new-list {

            color: #3498db;
            padding: 0 3px;
            font-size: 8px !important;
        }

        .upcomming-list {
            color: #ff00c1;
            padding: 0 3px;
            font-size: 8px !important;
        }

        .free-list {
            color: #27ca0a;
            font-size: 8px !important;
        }
    }
}

@media screen and (max-width: 820px) {

    .documentation-feature-list {
        min-height: 100%;
        min-width: 5px;

        & h1 {
            font-size: 1.2rem;
        }

        & .cards {
            flex-direction: column;
            align-items: center;

            & .price-card {
                width: 350px;
                height: 480px;

                & h3 {
                    font-size: 1.7rem;
                }

                & h5 {
                    font-size: 1.4rem;
                }

                & span {
                    font-size: 2rem;
                    top: 2px;
                }

                & ul {
                    padding: 40px;

                    & li {
                        font-size: 1.1rem;
                    }
                }
            }
        }

        span.pro-list {
            color: #9900f1;
            padding: 0 3px;
            font-size: 8px;
        }

        .new-list {

            color: #3498db;
            padding: 0 3px;
            font-size: 8px !important;
        }

        .upcomming-list {
            color: #ff00c1;
            padding: 0 3px;
            font-size: 8px !important;
        }

        .free-list {
            color: #27ca0a;
            font-size: 8px !important;
        }
    }


}