@component('layouts.app', [ 'title' => 'Card Types', 'metaDescription' => 'Compare Yatra Card types — Personalized and Non-Personalized. Eligibility, fees, validity, and benefits side by side.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Product', 'title' => 'Choose the Card That Fits You', 'subtitle' => 'Whether you want full account features or a quick anonymous card, Yatra Card has an option built for how you travel.', ])
@include('partials.luxury-card')

Crafted Detail

A Card That Feels as Good as It Works

Every Yatra Card ships with a brushed-metal finish, precision-cut NFC chip, and a matte black face built to survive years of daily taps. Tilt it and watch the light move across the surface — the same care went into the card as into the network behind it.

Choose a Finish

@foreach ([ ['key' => 'black', 'label' => 'Matte Black', 'swatch' => 'bg-[#131316]'], ['key' => 'navy', 'label' => 'Deep Navy', 'swatch' => 'bg-[#1e3a5f]'], ['key' => 'teal', 'label' => 'Emerald', 'swatch' => 'bg-[#0d6e63]'], ['key' => 'rose', 'label' => 'Rose Gold', 'swatch' => 'bg-[#6b4a4a]'], ] as $swatch) @endforeach

@include('partials.home.card-types')

Not Sure Which Card?

Find Your Card in 2 Questions

Compare

Side-by-Side Comparison

@foreach ([ ['label' => 'Eligibility', 'p' => 'KYC required (citizenship + photo)', 'n' => 'None — instant purchase'], ['label' => 'Issuance Fee', 'p' => 'NPR 200 one-time', 'n' => 'NPR 150 one-time'], ['label' => 'Validity', 'p' => 'Lifetime while account is active', 'n' => '3 years from issue'], ['label' => 'Discounts', 'p' => 'Student & senior citizen concessions', 'n' => 'Not eligible'], ['label' => 'Lost Card Recovery', 'p' => 'Freeze + balance transfer', 'n' => 'Not recoverable'], ['label' => 'Bank Recharge', 'p' => 'Direct linked account', 'n' => 'Manual top-up only'], ] as $row) @endforeach
Criteria Personalized Non-Personalized
{{ $row['label'] }} {{ $row['p'] }} {{ $row['n'] }}
@include('partials.home.cta') @endcomponent