:root {
    --bg: #F1EBDD;
    --sidebar: linear-gradient(#ffffff, #f6f0e5);
    --panel: #ffffff;
    --panelHi: #FBF5E9;
    --ink: #14202e;
    --body: #3d4a5a;
    --muted: #6b7787;
    --line: rgba(12, 21, 36, .10);
    --line2: rgba(12, 21, 36, .07);
    --field: rgba(12, 21, 36, .035);
    --fieldBorder: rgba(12, 21, 36, .14);
    --navbg: rgba(255, 255, 255, .85);
    --navbg2: rgba(255, 255, 255, .7);
    --bi: rgb(200, 155, 60);
}

[data-theme="dark"] {
    --bg: #080d18;
    --sidebar: linear-gradient(#0c1626, #0a1220);
    --panel: linear-gradient(#111d31, #0d1728);
    --panelHi: linear-gradient(#13233c, #0e1a2e);

    --ink: #f4e9cc;
    --body: #c6cbd4;
    --muted: #8fa9b6;

    --line: rgba(255, 255, 255, 0.08);
    --line2: rgba(255, 255, 255, 0.06);

    --field: rgba(255, 255, 255, 0.04);
    --fieldBorder: rgba(255, 255, 255, 0.12);

    --navbg: rgba(8, 13, 24, 0.82);
}

.Subscriptionpackages {
    color: rgb(93, 179, 207);
}

.textcard {
    color: rgb(227, 199, 122);
}

a {
    text-decoration: none !important;
}

.pricing {
    width: 80%;
    cursor: pointer;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 11px;
    border-radius: 11px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(234, 246, 251);
    background: rgba(46, 124, 151, 0.85);
    border: 1px solid rgba(46, 124, 151, 0.6);
}

.pricing2 {
    width: 80%;
    cursor: pointer;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 11px;
    border-radius: 11px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(227, 199, 122);
    background: transparent;
    border: 1px solid rgba(200, 155, 60, 0.5);
}

.pricing3 {
    width: 80%;
    cursor: pointer;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 11px;
    border-radius: 11px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(12, 21, 36);
    background: linear-gradient(100deg, rgb(227, 199, 122), rgb(200, 155, 60));
    border: 1px solid transparent;
}

.boxcardpackage {
    gap: 20px;
}

.cardpackage{
    text-align: center;
    position: relative;
    display: flex;
    width: 20%;
    flex-direction: column;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 18px 44px;
}

.cardpackage .text-muted {
    font-size: 13px;
}

.cardpackage4 {
    text-align: center;
    position: relative;
    display: flex;
    width: 20%;
    flex-direction: column;
    background: var(--panelHi);
    border: 1px solid rgba(200, 155, 60, 0.55);
    border-radius: 20px;
    padding: 26px 20px;
    box-shadow: rgba(200, 155, 60, 0.14) 0px 30px 70px;
}

.cardpackagep {
    position: absolute;
    top: -15px;
    right: 30%;
    border-radius: 16px;
    padding: 5px;
    background: linear-gradient(100deg, rgb(227, 199, 122), rgb(200, 155, 60));
}

.boxLawyercard {
    gap: 20px;
}

.Lawyercard {
    text-align: center;
    width:400px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 32px 28px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 18px 44px;
}

.Lawyercard2 {
    text-align: center;
    width:400px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--panelHi);
    border: 1px solid rgba(200, 155, 60, 0.55);
    border-radius: 22px;
    padding: 32px 28px;
    box-shadow: rgba(200, 155, 60, 0.14) 0px 30px 70px;
}

.Lawyercardp {
    position: absolute;
    top: -20px;
    right: 38%;
    border-radius: 16px;
    padding: 5px;
    background: linear-gradient(100deg, rgb(227, 199, 122), rgb(200, 155, 60));
}

.bi {
    color: var(--bi);
}

.ul-pricing {
    height: 180px;

}

.ul {
    list-style: none;
    width: 100%;
    padding:0 !important;
    margin: 0;
    text-align: right;
    align-items: flex-start;
}

.li {
    color:var(--body);
    font-size:14px ;
}

.ul1 {

    text-align: right;
}
.textmuted{
    color: var(--muted );
    font-size: 14px;
}

.textwhite{
    color:var(--ink);
}

@media screen AND (max-width:768px) {

    .textheader {
        font-size: 20px;
        font-weight: 800px;
    }

    .cardpackagep {
        right: 37%;
    }

    .cardpackage {
        width: 90%;
    }

    .cardpackage4 {
        width: 90%;
    }

    .Lawyercard {
        width: 90%;

    }

    .Lawyercard2 {
        width: 90%;
    }

    .boxLawyercard {
        gap: 50px;
    }

    .boxcardpackage {
        gap: 50px;
    }
}