/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.3rem;
        text-align: center;
    }
    .hero-list li {
        padding-left: 11px;
    }
    .hero-card {
        margin-top: 35px;
    }
    .hero-section {
        padding: 31px 0px;
    }
    .wallet-in{
        display: none;
    }
}
@media (max-width: 576px) {
    .hero-title {
        font-size: 1.9rem;
    }
    .hero-list li {
        font-size: 0.95rem;
    }
    .promo-banner {
        margin: 10px;
    }
    .form-check-input:checked[type="radio"] {
        background-image: radial-gradient(circle, #fff 40%, transparent 50%);
        transform: scale(-0.8);
    }
    .form-check-input[type="radio"] {
        border-radius: 50%;
        transform: scale(0.9);
    }
    .form-check-label {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .top-row {
        padding: 10px 0px;
    }
    .netc-section {
        padding: 8px;
        padding-top: 12px;
    }
    .benefits-list li {
        padding: 18px;
        font-size: 16px;
    }
    .fastag-recharge-section {
        margin-top: 80px;
    }
    .fastag-header {
        background-color: #00686e;
        padding: 24px;
        border-radius: 16px 16px 0px 0px;
        margin-bottom: 0px;
    }
    .fastag-header h4 {
        color: #fff !important;
    }
    .fastag-header span {
        color: #fff;
    }
    .fastag-left {
        padding: 22px;
    }
    .recharge-history-section {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {
    .top-row {
        flex-direction: row;
        align-items: center;
    }

    .right {
        display: none;
    }

    .get-app {
        order: 1;
    }

    .menu-btn {
        order: 2;
    }
    .success-banner {
        position: unset !important;
        display: none !important;
    }
    .fastag-header img.history-illustration {
        height: 23px !important;
    }
    .history-cards {
        padding: 0px 8px;
    }
    .history-card span {
        font-size: 16px!important;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .get-app {
        padding: 5px 12px;
        font-size: 13px;
    }

    .right a {
        font-size: 13px;
    }
}
/* Responsive */
@media (max-width: 768px) {
    .promo-banner {
        min-height: 150px;
        border-radius: 10px;
    }
}
@media (max-width: 576px) {
    .promo-banner {
        min-height: 120px;
        border-radius: 8px;
    }
}
