﻿.card {
    border-radius: 10px;
}

    .card h3 {
        font-weight: bold;
    }

.btn-renew {
    background: #28a745;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.plan-card {
    border-radius: 10px;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .plan-card:hover {
        transform: scale(1.05);
    }

.bg-theme {
    background-color: var(--primary);
}

.text-theme {
    color: var(--primary);
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .card-body ul {
        flex-grow: 1;
    }

        .card-body ul li {
            margin-bottom: 6px;
            font-size: 15px;
        }

.icon {
    color: var(--primary);
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

/*.badge-popular {
    position: absolute;
    top: -10px;
    right: 10px;
    background: #ff9800;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}*/
.badge-popular {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #ff9800;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.offer-box {
    background: linear-gradient(135deg,#667eea,#764ba2);
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}


.feature-item {
    background: rgba(255,255,255,0.15);
    padding: 10px;
    border-radius: 6px;
    margin: 5px 0;
    font-weight: 500;
}

.save-badge {
    background: linear-gradient(135deg,#ff512f,#f09819);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin: 10px auto;
}

.secure-note {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    line-height: 1.6;
}

.popular {
    transform: scale(1.05);
    border: 2px solid #ff9800;
}

.feature-item {
    background: rgba(255,255,255,0.15);
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
}

.btn-radius {
    /*border-radius: 10px ;*/
}

.card-header {
    margin-bottom: 5px;
}

.btn {
    padding: 10px;
    font-weight: 500;
    border-radius: 6px;
}

    .btn:hover,
    a:hover {
        text-decoration: none !important;
        transform: translateY(-2px);
    }

.btn-hover:hover {
    color: white !important;
    background-color: var(--primary) !important;
}

@@media (max-width:768px) {

    .plan-card {
        margin-bottom: 20px;
    }

    .offer-box {
        padding: 20px 15px;
    }

    h2 {
        font-size: 24px;
    }
}

.checkout-wrapper {
    max-width: 500px;
    margin: auto;
}

.price {
    font-weight: 700;
    color: #0d6efd;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        /*padding: 6px 0;*/
        font-size: 14px;
    }

.pay-section {
    position: sticky;
    bottom: 0;
    background: white;
    padding-top: 10px;
}

.pay-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
}

.secure-note {
    font-size: 12px;
    color: #777;
    margin-top: 6px;
}
