.plan_payment_modal {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    backdrop-filter: blur(5px);
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: end;*/
    z-index: 99999;
    display: none;
}

.plan_bottom_box {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.hide_plan_box {
    font-weight: bold;
    font-size: 30px;
    color: rgba(41, 134, 203, 1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}
.payment_flex_div {
    display: flex;
    justify-content: center;
    padding: 20px 10px 10px 10px;
    gap: 20px;
}
.qr_code img {
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
}
.qr_code {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form_plan_buy_btn {
    padding: 10px 12px;
    border: 0;
    background: linear-gradient(90deg, rgb(155, 89, 182), rgb(142, 68, 173));
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    /*border-radius: 5px;*/
}
.plan_payment_modal .upload_image_main_div{
    height: 100%;
    width: 100%;
}
.upload_comp{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.3;
}
.plan_top_div{
    height: 50px;
    background: #fff;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
    padding-right: 15px;
    position: sticky;
    top: 0;
}
.plan_top_div img{
    cursor: pointer;
    height: 100%;
    padding: 12px 15px;
}
.buy-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
    text-align: center;
    border: 1px solid #e0e0e0;
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: grid;
    grid-template-rows: 40px auto 1fr;
    align-items: start;
    gap: 10px;
}
.buy-title {
    font-size: 16px;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #3498db, #2c3e50);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
}

.buy-wrapper {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    gap: 30px;
    /*flex-wrap: wrap;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    height: 100%;
}

.buy-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    /*overflow: hidden;*/
}

.buy-card:hover {
    /*transform: translateY(-10px);*/
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/*.buy-card::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 200%;*/
/*    height: 200%;*/
/*    background: radial-gradient(circle, rgba(149, 193, 255, 0.1) 0%, transparent 70%);*/
/*    animation: rotate 10s linear infinite;*/
/*    z-index: 0;*/
/*}*/

/*.buy-card:hover::before {*/
/*    animation-play-state: paused;*/
/*}*/
.plan-whatsapp-btn {
    background-color: #25D366;
    color: white;
    padding: 5px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}
    .plan-whatsapp-btn i {
      margin-right: 8px;
    }
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.buy-recommended {
    border: 2px solid #e74c3c;
    background: linear-gradient(135deg, #fff5f5 0%, #ffebee 100%);
}

.buy-plan-name {
    font-size: 20px;
    color: #34495e;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.buy-plan-name i {
    color: #3498db;
    margin-left: 5px;
    font-size: 16px;
}

.buy-details {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.buy-details span {
    margin-right: 10px;
}

.buy-button {
    background: linear-gradient(90deg, #9b59b6, #8e44ad);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.buy-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.3);
}

.buy-recommended::after {
    content:'recommended';
    position: absolute;
    top: 25px;
    right: -55px;
    background: #e74c3c;
    color: #fff;
    padding: 2px 50px;
    transform: rotate(45deg);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

/*=====================================*/
.plan_filter_div {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
    width: 100%;
    margin: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.plan_tab {
    width: 100%;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
    padding: 7px 5px;
    transition: .2s;
    cursor: pointer;
    font-size: 16px;
}
.plan_tab.active {
    background: #363642;
    color: #fff;
    font-weight: bold;
    transition: .2s;
}

/*=============================*/
.purchased_plan_detail {
    margin-top: 20px;
}

.purchased_plan_detail p {
    margin: 10px 0;
    color: #333333;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
}
.purchased_plan_detail strong {
    color: #1a73e8;
    margin-right: 10px;
}
.verification-status {
    display: block; /* Shown by default, hidden if verified */
    color: #d32f2f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px 15px;
    background-color: #ffebee;
    border-radius: 5px;
    margin-top: 10px;
}