﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pricing-container {
    text-align: center;
    padding: 50px 0px;
}

.card_box {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}

.card_body {
    /* border: 1px solid green; */
    display: flex;
    flex-wrap: wrap;
    /* padding: 1rem; */
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
/**/

.card:hover h3::before {
    transform: scaleX(1);
}


.double-4:hover {
    --p: 50.1%
}

.article {
    margin-bottom: 0rem !important;
}

.card li {
    font-size: 0.9rem;
    margin: 5px 0;
    text-align: left;
    /*            margin-left:5px*/
}

.articles li::before {
    content: "✔" !important;
    gap: 3px;
    color: #fc6060;
}

.articles2 li::before {
    content: "✔";
    margin: 3px;
    color: #fc6060;
}

.header-area {
    position: fixed;
    z-index: 100;
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent;
    margin-top: 0px;
}

strong {
    font-size: 14px;
}

p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.feature-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.left-features,
.right-features {
    /*flex: 1;*/
    min-width: 250px;
}

    .left-features p {
        text-align: left;
    }

    .right-features p {
        text-align: left;
    }


.select_choise {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

@media (width: 1024px) {
    .card {
        background-color: #ffffff;
        /*            padding: 20px;*/
        padding-top: 0px !important;
        width: 24vw !important;
        text-align: center;
        border-radius: 32px;
        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
        transition: 0.3s ease-in-out;
        /*            height: 26rem;*/
        /*            margin-bottom:2rem;*/
        margin: auto
    }
}

@media (max-width: 768px) {

    .subContainer {
        flex-wrap: wrap
    }
}


@media (max-width: 475px) {
    .below-Content {
        width: 85%;
    }

    .select_choise {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px
    }

    .button {
        position: relative;
        display: inline-block;
        width: 20vw;
        /*            height: 3rem;*/
        margin: auto;
        background-color: #f7f7f7;
        opacity: 7;
        text-align: center;
        /*            border: 1px solid #191970;*/
        border-radius: 60px;
        cursor: pointer;
        outline: none;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }
}

.line {
    height: 3px;
    width: 70px;
    background-color: var(--bs-primary);
   
    margin: 0 auto 30px auto; /* center it */
}

.title {
    font-size: 2rem;
    font-weight: bold;
    COLOR: BLACK;
    MARGIN: 1PX;
    padding-bottom: 3%;
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-left: 5px;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 24%;
}

.card h2 {
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
    color: #061051;
    transition: color 0.3s ease, transform 0.3s ease;
}

.card:hover h2 {
    color: #000;
    transform: translateY(-3px);
}


.card h3 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    color: #210d59;
    padding: 0 15px;
    line-height: 1.6em;
    transition: 0.1s 0.3s, border-radius;
}

.double-4:hover {
    --p: 50.1%
}

.card ul {
    display: flex;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    height: 70% !important;
    margin: 5px 0;
    flex-direction: column;
}

.article li {
    margin: 5px 0;
    text-align: justify;
    font-size: 12px;
    font-weight: 500;
    color: black;
    list-style: none;
    display: flex;
    gap: 5px
}

    .article li::before {
        content: "✔";
        color: #fc6060;
        font-weight: 900;
    }

.subtitle {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px
}

.heading {
    font-size: 12px;
    color: #000000;
    margin-bottom: 5px;
    padding-left: 30%;
}

.card:hover .heading {
    color: #070707;
    font-weight: 700;
}

.card:hover {
    background-color: #ece4df;
    /* box-shadow: 0 0 23px rgb(173, 210, 143); */
    animation: blink-border 1s infinite;
    transform: scale(1.0);
}

.btn-select {
    background-color: white;
    color: black;
    font-weight: bold;
    transition: 0.3s;
    width: 100%;
}

    .btn-select:hover {
        transform: scale(1.05);
    }

.standard {
    animation: border-animation 3s linear infinite;
}

.premium {
    animation: premium-animation 3s linear infinite;
}

.articles2 {
    text-align: justify;
    font-size: 10px;
    color: black;
}


@media (max-width: 375px) {
    .select_choise {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px
    }
}

.form-group {
    margin: 0px !important
}


@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 25.333333% !important;
        max-width: 60.333333%;
    }
}

@media (max-width: 475px) {
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100%;
    }

    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .select_choise {
        flex-direction: column;
    }

    .custom-radio label {
        position: relative;
        padding: 10px 25px 10px 40px;
        cursor: pointer;
        user-select: none;
        font-weight: 600;
        font-size: 1rem;
        color: #bf9533;
        border: 2px solid #bf9533;
        border-radius: 30px;
        transition: all 0.3s ease;
        box-shadow: 0 0 5px transparent;
        display: inline-block;
    }
}

.card {
    width: 550px !important;
    border-radius: 20px;
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
    background-color: whitesmoke;
    border: 1px solid rgba(255,255,255,.6);
    border-bottom: 2px solid rgba(0,0,0,.15);
    box-shadow: 0 25px 60px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.8);
    transition: .35s ease;
    animation: floatCard 6s ease-in-out infinite; /* New floating animation */
}





.year-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
    vertical-align: middle;
}

    .year-icon svg {
        width: 20px;
        height: 20px;
        stroke: #0a1b5d;
        transition: transform 0.3s ease, stroke 0.3s ease;
    }

.card:hover .year-icon svg {
    transform: scale(1.2);
    stroke: #fe0175; /* subtle premium hover color (green) */
}

.card-details {
    display: flex;
    gap: 20px; /* space between left & right */
}

.card-content {
    flex: 1;
}

.card-footer {
    margin-top: auto;
    text-align: center;
}

.button {
    /*padding: 10px 20px;*/
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .0) !important;
    border-top: none !important;
}
/*        radio button css*/
.select_choise {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Hide the native radio input */
.custom-radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Style the label that ASP.NET renders after input */
.custom-radio label {
    position: relative;
    padding: 10px 25px 10px 40px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 1rem;
    color: #fe0175;
    border: 2px solid #fe0175;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px transparent;
    display: inline-block;
}

    /* Circle before label text */
    .custom-radio label::before {
        content: "";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 2px solid #4e54c8;
        border-radius: 50%;
        background: white;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

/* When radio is checked, style label */
.custom-radio input[type="radio"]:checked + label {
    background: burlywood !important;
    color: white;
    border-color: #bf9533;
    box-shadow: 0 0 10px burlywood !important;
    transform: scale(1.05);
}

    /* Circle fill and pulse animation on checked */
    .custom-radio input[type="radio"]:checked + label::before {
        background: white;
        border-color: white;
        box-shadow: 0 0 8px white;
        animation: pulse 1.2s infinite;
    }

/* Pulse keyframes */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(143, 148, 251, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(143, 148, 251, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(143, 148, 251, 0);
    }
}

/* Focus outline for accessibility */
.custom-radio input[type="radio"]:focus + label {
    outline: 2px solid #fe0175;
    outline-offset: 2px;
}
/*        radio button css*/
.select_choise {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 45px !important;
}

/* Hide the native radio input */
.custom-radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Style the label that ASP.NET renders after input */
.custom-radio label {
    position: relative;
    padding: 10px 25px 10px 40px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 1rem;
    color: #123454;
    border: 2px solid #e79326;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px transparent;
    display: inline-block;
}

    /* Circle before label text */
    .custom-radio label::before {
        content: "";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 2px solid #e79326;
        border-radius: 50%;
        background: white;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

/* When radio is checked, style label */
.custom-radio input[type="radio"]:checked + label {
    background: linear-gradient(45deg, #4e54c8, #8f94fb);
    color: white;
    border-color: #4e54c8;
    box-shadow: 0 0 10px #8f94fb;
    transform: scale(1.05);
}

    /* Circle fill and pulse animation on checked */
    .custom-radio input[type="radio"]:checked + label::before {
        background: white;
        border-color: white;
        box-shadow: 0 0 8px white;
        animation: pulse 1.2s infinite;
    }

/* Pulse keyframes */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Example usage */
.pulse-effect {
    animation: pulse 2s infinite;
}

/* Focus outline for accessibility */
.custom-radio input[type="radio"]:focus + label {
    outline: 2px solid #deb887;
    outline-offset: 2px;
}

.custom-radio input[type="radio"]:checked + label {
    background: linear-gradient(to right, #fe0175 0%, #fe0175 100%);
    color: white;
    border-color: #deb887;
    box-shadow: 0 0 10px #8f94fb;
    transform: scale(1.05);
}




.wow {
    opacity: 0;
}

    .wow.animated {
        opacity: 1;
        transition: all 0.8s ease-out;
    }

/*     .row {
    align-items: flex-start !important;
}*/

.card {
    height: auto !important;
    cursor: pointer;
}

.card-details,
.card-footer {
    display: none;
}

.card.active .card-details,
.card.active .card-footer {
    display: block;
}

/* Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 10px; /* add padding for small screens */
    overflow-y: auto; /* allow scrolling if content tall */
}

/* Popup */
.popup-box {
    background: #fff;
    width: 94%;
    max-width: 760px; /* desktop max */
    border-radius: 18px;
    padding: 26px;
    position: relative;
    box-shadow: 0 20px 45px rgba(0,0,0,.25);
    box-sizing: border-box;
}

/* Responsive: Mobile view */
@media screen and (max-width: 767px) {
    .popup-box {
        width: 100%; /* full width on small screens */
        max-width: 100%; /* remove desktop max */
        padding: 16px; /* reduce padding */
        border-radius: 12px; /* smaller radius */
    }

    /* Stack top section */
    .popup-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .popup-top-right .uiverse-btn {
        width: 100%; /* button full width */
        text-align: center;
    }

    /* Card details stacked */
    .popup-box .card-details {
        display: grid;
        grid-template-columns: 1fr; /* one column */
        gap: 12px;
    }

    /* Navigation buttons stacked */
    .popup-nav {
        flex-direction: column;
        gap: 10px;
    }

        .popup-nav button {
            width: 100%;
        }

    .subtitle {
        font-size: 12px;
    }

    .card-details .article li {
        font-size: 10px;
    }
}



/* Close */
.popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 20px;
    cursor: pointer;
}

/* FORCE LEFT & RIGHT INSIDE POPUP */
.popup-inner .card-details {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 20px;
}

/* list styling */
.popup-inner ul {
    padding-left: 18px;
}

.popup-inner li {
    margin-bottom: 6px;
}

/* Footer inside popup */
.popup-inner .card-footer {
    margin-top: 24px;
    text-align: center;
}



/* Smooth floating animation for corners */
@keyframes moveCorner {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(10px, 10px) scale(1.05);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

/* Show popup */
.popup-box.show {
    transform: translateY(0) scale(1);
    opacity: 1;
}


/* OPEN animation */
.popup-overlay.show .popup-box {
    animation: parcelIn 0.4s ease forwards;
}

/* CLOSE animation */
.popup-overlay.hide .popup-box {
    animation: parcelOut 0.3s ease forwards;
}

/* Force show content */
.popup-box .card-footer,
.popup-box .card-details1 {
    display: block !important;
}

.popup-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.popup-top-left h2 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.popup-top-left h3 {
    font-size: 1rem;
    color: #0a1b5d;
}

.popup-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .popup-nav button {
        padding: 8px 18px;
        border-radius: 6px;
        border: none;
        background: #0a1b5d;
        color: #fff;
        cursor: pointer;
    }

        .popup-nav button:disabled {
            background: #ccc;
            cursor: not-allowed;
        }


/* FORCE LEFT & RIGHT INSIDE POPUP */
.popup-box .card-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* Mobile view (stack one by one) */
@media screen and (max-width: 768px) {
    .popup-box .card-details {
        grid-template-columns: 1fr; /* single column */
        gap: 12px; /* optional, smaller gap for mobile */
    }
}

/* Close icon */
.popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 20px;
    cursor: pointer;
}



/* Animations */
@keyframes parcelIn {
    from {
        transform: translateY(60px) scale(0.85);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes parcelOut {
    from {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    to {
        transform: translateY(60px) scale(0.85);
        opacity: 0;
    }
}


.fil0 {
    fill: #ea8b19;
}

.box {
    width: 88px;
    height: 40px;
    float: left;
    transition: .5s linear;
    position: relative;
    display: block;
    padding: 8px;
    margin: -10px -15.5px;
    background: transparent;
    font-weight: 400;
    font-family: serif;
}

    .box:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        cursor: pointer;
        color: white;
        background: black;
    }

        .box:hover:before {
            border-color: #fff;
            height: 100%;
            transform: translateX(0);
            transition: .3s transform linear, .3s height linear .3s;
        }

        .box:hover:after {
            border-color: #fe0175;
            height: 100%;
            transform: translateX(0);
            transition: .3s transform linear, .3s height linear .5s;
        }

    .box:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 4px;
        width: 100%;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        box-sizing: border-box;
        transform: translateX(100%);
    }

    .box:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
        box-sizing: border-box;
        transform: translateX(-100%);
    }

.uiverse-btn {
    background: linear-gradient(30deg, #2b0a1f, #fe0175);
    position: relative;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    border: 3px solid #fe0175;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

    .uiverse-btn:hover {
        background: #000;
        color: #ea8b19;
        box-shadow: 0 0 10px #fe0175;
    }


.card-content {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 20px 20px 20px 15px;
    justify-content: center; /* center text */
}

    .card-content .left {
        text-align: center;
        flex: 1; /* take all remaining space */
        text-align: center;
        display: flex;
        flex: 1;
        justify-content: space-around;
        align-items: center;
    }

.wow {
    visibility: visible !important;
}


/* Enhanced Horizontal Card */
.subscription-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(26, 42, 94, 0.1);
    /* border: 1px solid rgba(236, 236, 236, 0.5); */
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 270px;
    width: 90%;
    position: relative;
    margin: 10px auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

    .subscription-row:hover {
        transform: translateY(-5px) scale(1.01);
        box-shadow: 0 20px 40px rgba(26, 42, 94, 0.15);
        border-color: #1a2a5e;
    }

/* 1. Side Bar (Premium Branding) */
.plan-side-bar {
    background: burlywood;
    color: #123555;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 55px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

    .plan-side-bar span {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 1.1rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 3px;
        opacity: 0.9;
    }

/* 2. Pricing Section */
.price-block {
    padding: 0px 20px;
    text-align: left;
    /* border-right: 2px dashed #f0f0f0; */
    min-width: 150px!important;
}

.now-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fe0175; /* Pop of color */
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.new-price {
    font-size: 22px;
    font-weight: 900;
    color: #1a2a5e;
    margin: 0;
    /* letter-spacing: -1px; */
    font-weight: 600 !important;
}

/* 3. Features Section (Center) */
.features-container {
    flex: 2;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.features-header {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2a5e;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
}

   /* .features-header::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 5%;
        transform: translate(-50%);
        width: 70px;
        height: 3px;
        background: #e3bc5b;
        border-radius: 2px;
    }*/

.features-scroll {
    overflow-y: auto;
    padding-right: 15px;
    margin-top: 5px;
}

    /* Custom Scrollbar */
    .features-scroll::-webkit-scrollbar {
        width: 5px;
    }

    .features-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .features-scroll::-webkit-scrollbar-thumb {
        background: #1a2a5e;
        border-radius: 10px;
    }

    .features-scroll ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .features-scroll li {
        font-size: 16px;
        color: #555;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        font-weight: 500;
        text-align: justify;
    }

        .features-scroll li::before {
            content: '✦';
            color: #113352;
            font-size: 14px;
            margin-right: 12px;
            font-weight: bold;
        }

/* 4. Action Block (Button Section) */
.action-block {
    padding: 0 15px;
}
.uiverse-btn {
    margin-top: 12px;
    position: relative;
    border: none;
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #123656;
    background: linear-gradient( 135deg, #f6e4b2, #e8d08a );
    cursor: pointer;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(190, 145, 35, 0.35);
}

    /* Button content */
    .uiverse-btn .box {
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 2;
    }

    /* Soft shine */
    .uiverse-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        left: -120%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        transition: all 0.6s ease;
    }

    /* Hover – deeper but not heavy */
    .uiverse-btn:hover {
        background: linear-gradient( 135deg, #edd07a, #dcc065 );
        color: #021322;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(190, 145, 35, 0.45);
    }

        .uiverse-btn:hover::before {
            left: 120%;
        }

    /* Icon */
    .uiverse-btn svg {
        width: 17px;
        height: 17px;
        fill: currentColor;
        transition: transform 0.3s ease;
    }

    .uiverse-btn:hover svg {
        transform: translateX(3px);
    }

    /* Active */
    .uiverse-btn:active {
        transform: scale(0.97);
    }


/* Mobile Responsiveness */
@media (max-width: 992px) {
    .subscription-row {
        height: auto;
        flex-direction: column;
        padding: 20px 0;
    }

    .plan-side-bar {
        width: 100%;
        height: 40px;
        min-width: auto;
    }

        .plan-side-bar span {
            writing-mode: horizontal-tb;
            transform: none;
            letter-spacing: 0px;
        }

    .price-block {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-align: center;
    }

       .features-container {
        padding: 10px;
    }

    .features-scroll li {
        justify-content: start;
        align-items: center;
    }
    .features-header::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translate(-50%);
        width: 70px;
        height: 3px;
        background: #fe0175;
        border-radius: 2px;
    }
    .features-header {
        font-size: 1rem;
        font-weight: 500;
        color: #1a2a5e;
        margin-bottom: 12px;
        position: relative;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

.btn-fly {
    margin-top: 12px;
    position: relative;
    border: none;
    border-radius: 50px;
    padding: 7px 19px;
    font-size: 15px;
    font-weight: 700;
    color: #d4a762;
    background: white;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-fly:hover {
        color: #113250;
        font-size: 15px;
        font-weight: 700;
    }