.card-banner-btn {
    margin-top: 16px !important;
}
.card select {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 20px;
    outline: none;
}
.card h2 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}
.card label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}
.card input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
}
.card button {
    margin-top: 15px;
    width: 100%;
    padding: 12px;
    border: none;
    background: linear-gradient(135deg, #2d0055, #7a1fa2, #ff2d92);
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}
.card button:hover {
    background: linear-gradient(135deg, #2d0055, #7a1fa2, #ff2d92);
}
@media only screen and (max-width: 768px) {
    .table-card {
        width: 100% !important;
    }
    .inner-table {
        overflow-x: auto;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-variation-settings: "wdth" 100, "YTLC" 500;
}
.features-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.features-left {
    background: linear-gradient(135deg, #2d0055, #7a1fa2, #ff2d92);
    color: #fff;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.features-left h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.features-left p {
    font-size: 16px;
    line-height: 1.5;
}
.features-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease;
    height: 100%;
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.feature-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.feature-item p {
    font-size: 15px;
    color: #333;
    margin: 0;
}
@media (max-width: 992px) {
    .features-container {
        grid-template-columns: 1fr;
    }
    .features-right {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .features-right {
        grid-template-columns: 1fr;
    }
}

.container-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 10%;
    gap: 50px;
}
.left {
    width: 400px;
}
.left h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}
.left ul {
    list-style: none;
    padding: 0;
}
.left ul li {
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.left ul li::before {
    content: "✔";
    color: #7a1fa2;
    font-weight: bold;
    margin-right: 10px;
}
.card.card-number {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
    border-radius: 15px;
    padding: 25px 25px 50px 25px;
    width: 900px;
    min-height: 437px;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.radio-group input {
    margin-right: 6px;
    accent-color: #7a1fa2;
}
.card input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 20px;
    outline: none;
}
.card button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #f3f4f6;
    font-size: 16px;
    font-weight: 600;
    color: #9ca3af;
}
.card .note {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    color: #374151;
}
.card .note::before {
    content: "➤";
    font-size: 16px;
    color: #000;
    margin-right: 8px;
}
.tabs {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 40px auto;
    padding: 15px 40px;
    background: #fff;
    border-radius: 50px;
    width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.tabs a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.pt-50 {
    padding-top: 120px;
}
.main-banner {
    background-color: #f5f5fb;
}

.fasttag h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0a0a23;
    text-align: center;
}
.card-bottom-area {
    background: #fbf9ff;
    padding: 25px 30px;
    border-radius: 25px;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 60px auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
    h2 {
        font-size: 1.5rem;
    }
    .card {
        font-size: 0.95rem;
        padding: 20px;
    }
    .container {
        flex-direction: column;
    }
}
@media only screen and (max-width: 460px) {
    .left {
        width: 320px;
    }
    .table-card {
        width: 360px !important;
    }
    .card.card-number {
        width: 360px !important;
    }
    .tabs {
        overflow-x: scroll !important;
        width: 100% !important;
        border-radius: 0;
        justify-content: start;
    }
    .tabs a {
        font-size: 14px;
        word-wrap: none;
    }
}
@media only screen and (max-width: 360px) {
    .card.card-number {
        width: 300px !important;
    }
    .table-card {
        width: 300px !important;
    }
}
.avatar-img {
    width: 32px;
    height: 32px;
}

section {
    max-width: 1200px;
    /* margin: 50px auto; */
    padding: 0 20px;
    /* text-align: center; */
}
h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111827;
}
.divider {
    width: 60px;
    height: 3px;
    background: #ccc;
    margin: 10px auto 30px;
}
.owl-carousel .item {
    text-align: center;
    padding: 20px 10px;
}
.owl-carousel .item img {
    max-width: 80px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}
.owl-carousel .item p {
    font-size: 0.95rem;
    margin: 0;
    color: #333;
    font-weight: 500;
}
.owl-nav {
    text-align: center;
    margin-top: 20px;
}
.owl-nav button {
    background: #f5f5f5;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.owl-nav button:hover {
    background: #e5e5e5;
}

button:hover {
    opacity: 0.9;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.popup h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.search-box {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.provider-list {
    list-style: none;
}
.provider-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.2s;
}
.provider-list li:hover {
    background: #f9f9f9;
}
.provider-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.provider-left img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #f5f5f5;
    padding: 5px;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
}
.close-btn:hover {
    color: #000;
}

.table-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 400px;
    min-height: 437px;
}
.table-card h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #111827;
}
.search-box {
    text-align: right;
    margin-bottom: 10px;
}
.search-box input {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    outline: none;
}
table {
    width: 100%;
    border-collapse: collapse;
}
thead {
    background: #f3f4f6;
}
thead th {
    text-align: left;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
}
tbody td {
    padding: 12px;
    font-size: 14px;
    color: #4b5563;
    border-top: 1px solid #f0f0f0;
}
tbody tr:hover {
    background: #f9fafc;
}
.status {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
.success {
    background: #dcfce7;
    color: #166534;
}
.failed {
    background: #fee2e2;
    color: #991b1b;
}
.pending {
    background: #fef3c7;
    color: #92400e;
}

.popup-left {
    flex: 1;
    padding: 30px;
}
.balance-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.balance-box strong {
    font-size: 22px;
    color: #111;
}
.popup-left h2 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: bold;
}
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}
.feature {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.download-app {
    margin-top: 20px;
    font-size: 16px;
}
.qr-code {
    margin-top: 10px;
    width: 120px;
}
.popup-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 12px 12px 0;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #555;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.popup {
    background: #fff;
    width: 80%;
    max-width: 900px;
    height: 90vh;
    display: flex;
    border-radius: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}
.feature {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.feature img {
    width: 24px;
}
.amount-input {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}
.quick-amounts {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.quick-amounts button {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
}
.quick-amounts button.active {
    border: 2px solid #4a3aff;
    color: #4a3aff;
    font-weight: bold;
}
.quick-amounts .popular {
    background: #fff3f0;
    border-color: #ff7b00;
    color: #ff7b00;
    position: relative;
}
.quick-amounts .popular::after {
    content: "Popular";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #fff;
    background: #ff7b00;
    padding: 2px 6px;
    border-radius: 10px;
}
.coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    margin: 14px 0;
    cursor: pointer;
}
.summary {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
}
.summary h4 {
    margin: 0 0 10px;
    font-size: 14px;
}
.summary div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 6px 0;
}
.summary .total {
    font-weight: bold;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    font-size: 18px;
    font-weight: bold;
}
.footer button {
    background: linear-gradient(135deg, #2d0055, #7a1fa2, #ff2d92);
    border: none;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.avatar-dropdown {
    position: relative;
    display: inline-block;
}

.avatar-dropdown .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
}

.avatar-dropdown .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.avatar-dropdown .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 160px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
}

.avatar-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.avatar-dropdown .dropdown button {
    width: 100%;
    padding: 10px 16px;
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.avatar-dropdown .dropdown button:hover {
    background-color: #f5f5f5;
}
