 /* Global Background jaisa teri site par hai */
        .matchser {
            background: #90080f;
            font-family: 'Poppins', sans-serif;
            color: #ffffff;
            padding: 50px 0;
        }

        /* HEADING SECTION */
        .section-title {
            font-weight: 700;
            font-size: 2.2rem;
        }

        .section-subtitle {
            font-weight: 300;
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 40px;
        }

        /* CARD DESIGN - REFINED */
        .premium-card {
            background-color: #fce4ec;
            /* Light Pinkish White */
            border-radius: 12px;
            color: #333333;
            border: none;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            position: relative;
            margin-bottom: 30px;
            overflow: visible;
            /* Badge ke liye */
            transition: 0.3s ease;
        }

        .premium-card:hover {
            transform: translateY(-5px);
        }

        /* Top Header Strip */
        .card-top-header {
            background-color: #800000;
            color: #ffffff;
            padding: 12px 20px;
            font-weight: 600;
            border-radius: 12px 12px 0 0;
            text-align: left;
        }

        /* Most Popular Badge */
        .popular-tag {
            position: absolute;
            top: -12px;
            right: 140px;
            background-color: #ffeb3b;
            color: #000000;
            padding: 3px 12px;
            font-size: 0.7rem;
            font-weight: 800;
            border-radius: 20px;
            text-transform: uppercase;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 5;
        }

        .card-inner-body {
            padding: 35px 20px;
            text-align: center;
        }

        .price-val {
            font-size: 2.5rem;
            font-weight: 800;
            color: #880e4f;
            margin-bottom: 8px;
        }

        .feature-desc {
            font-size: 1rem;
            color: #555555;
            margin-bottom: 25px;
        }

        /* Action Button */
        .btn-action-plan {
            background-color: #ffffff;
            color: #880e4f;
            border: 2px solid #880e4f;
            padding: 10px 35px;
            font-weight: 700;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
            transition: 0.3s;
        }

        .btn-action-plan:hover {
            background-color: #880e4f;
            color: #ffffff;
        }

        /* ICON GRID SECTION */
        .benefit-icon {
            font-size: 2.2rem;
            color: #ffeb3b;
            margin-bottom: 10px;
        }

        .benefit-text {
            font-size: 0.8rem;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 0;
        }

        /* FOOTER INFO */
        .info-footer {
            margin-top: 40px;
            font-size: 0.9rem;
        }
        
            .meettxt {
        font-size: 24px !important;
        font-weight: bold !important;
    }
    