body{
    font-family: Arial, sans-serif;
    background:#f2f2f2;
    text-align:center;
    margin:0;
    padding:0;
}

h1{
    margin-top:30px;
    color:#0b4d91;
}

.cards{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
    flex-wrap:wrap;
}

.card{
    background:#fff;
    padding:25px;
    width:300px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,0.15);
}

.card h2{
    margin-bottom:15px;
}

button,
.btn{
    background:#0b6;
    color:#fff;
    border:none;
    padding:12px 20px;
    border-radius:8px;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    margin-top:10px;
}

button:hover,
.btn:hover{
    opacity:0.9;
}

.popup-bg{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup{
    background:#fff;
    width:400px;
    max-width:90%;
    padding:25px;
    border-radius:12px;
    position:relative;
    box-shadow:0 4px 20px rgba(0,0,0,0.3);
}

.popup h3{
    margin-top:0;
}

.popup input,
.popup textarea{
    width:100%;
    padding:12px;
    margin:10px 0;
    border:1px solid #ddd;
    border-radius:8px;
    box-sizing:border-box;
}

.popup textarea{
    resize:none;
}

.close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:28px;
    cursor:pointer;
    font-weight:bold;
}

.qr-image{
    width:250px;
    max-width:100%;
    display:block;
    margin:15px auto;
}

.payment-buttons{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:15px;
}

.gpay-btn{
    background:#4285F4;
    color:white;
    padding:10px 15px;
    border-radius:8px;
    text-decoration:none;
}

.phonepe-btn{
    background:#5F259F;
    color:white;
    padding:10px 15px;
    border-radius:8px;
    text-decoration:none;
}

.paytm-btn{
    background:#00BAF2;
    color:white;
    padding:10px 15px;
    border-radius:8px;
    text-decoration:none;
}

@media(max-width:768px){

    .cards{
        flex-direction:column;
        align-items:center;
    }

    .card{
        width:90%;
    }

    .popup{
        width:95%;
    }

    .payment-buttons{
        flex-direction:column;
    }
}



/*-----------------------------------------------------------xxxxxxxxxxxxx -------------------------------*/


/* =======================================================
   DIGITAL TAX COLLECTION (KAR BHARA) 3D UI/UX STYLES
   ======================================================= */

.kar-main-container {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

/* हेडिंग डिझाईन */
.kar-header-centered {
    text-align: center;
    margin-bottom: 45px;
}

.kar-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.kar-title .txt-green { color: #1b663e; }
.kar-title .txt-orange { color: #d96914; }

.kar-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #1b663e, #d96914);
    margin: 0 auto 15px auto;
    border-radius: 2px;
}

.kar-subtitle {
    font-size: 18px;
    color: #445579;
}

/* कार्ड्स लेआउट ग्रिड */
.kar-cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

/* प्रिमियम ३डी कार्ड रचना */
.kar-premium-card {
    background: #ffffff;
    border-radius: 20px;
    width: 420px;
    min-height: 480px;
    padding: 35px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kar-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(27, 102, 62, 0.1);
}

.kar-card-body {
    text-align: center;
}

/* डाव्या कार्ड मधील शासकीय गोल सील डिझाईन */
.gov-seal-container {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.gov-seal-mock {
    width: 150px;
    height: 150px;
    border: 3px double #333;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.seal-icon {
    font-size: 45px;
    color: #122b63;
    margin-bottom: 8px;
}

.seal-text {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 2px 10px;
}

/* उजव्या कार्ड मधील क्यूआर कोड ३डी बॉक्स */
.qr-box-container {
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.qr-box-3d {
    position: relative;
    width: 150px;
    height: 150px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    overflow: hidden;
}

.kar-qr-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* क्यूआर स्कॅनर लाईन इफेक्ट */
.qr-scanner-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d96914;
    animation: karScan 2.5s linear infinite;
}

@keyframes karScan {
    0% { top: 0%; }
    50% { top: 100%; }
    100% { top: 0%; }
}

.scan-notice {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}

/* कराचे नाव आणि माहिती */
.tax-name {
    font-size: 24px;
    color: #122b63;
    font-weight: 700;
    margin-bottom: 12px;
}

.drop-blue { color: #007bff; }

.tax-desc {
    font-size: 15px;
    color: #556b96;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* आकर्षक बटने (Action Buttons) */
.kar-action-btn {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.btn-blue {
    background-color: #122b63;
    color: #ffffff;
}
.btn-blue:hover {
    background-color: #1b663e; /* होव्हर केल्यावर हिरवा */
    box-shadow: 0 6px 15px rgba(27, 102, 62, 0.3);
}

.btn-orange {
    background-color: #d96914;
    color: #ffffff;
}
.btn-orange:hover {
    background-color: #1b663e;
    box-shadow: 0 6px 15px rgba(27, 102, 62, 0.3);
}

/* इमेज प्रमाणे असणारी ग्रीन रिबन */
.kar-info-ribbon {
    background-color: #1b663e;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.ribbon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.ribbon-item i {
    font-size: 20px;
}

.ribbon-vertical-line {
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
}

.kar-bottom-note {
    text-align: center;
    color: #c92a2a;
    font-size: 14px;
    margin-top: 25px;
}

/* मोबाईल रिस्पॉन्सिव्हनेस */
@media (max-width: 768px) {
    .kar-title { font-size: 36px; }
    .kar-premium-card { width: 100%; min-height: auto; padding: 20px; }
    .kar-info-ribbon { flex-direction: column; gap: 10px; }
    .ribbon-vertical-line { display: none; }
}


/* ----------------------------------------------------- xxxxxxxxxxxxxxxxxxxxx -------------------------------------*/


/* =======================================================
   PREMIUM POPUP UI/UX DESIGN WITH APP OPTIONS
   ======================================================= */

/* १. मुख्य पॉपअप कंटेनरला ३डी लुक आणि ब्लर इफेक्ट देणे */
.popup-ux-card {
    background: #ffffff; /* शुद्ध पांढरा बॅकग्राउंड */
    width: 440px; /* योग्य रुंदी */
    max-width: 92%; /* मोबाईल सुसंगततेसाठी */
    border-radius: 16px; /* मऊ गोलाकार कोपरे */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25); /* हवेत तरंगणारा ३डी इफेक्ट */
    overflow: hidden; /* हेडरचे कोपरे राऊंड ठेवण्यासाठी */
    position: relative;
    animation: popupScaleUp 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); /* गुळगुळीत ओपनिंग ॲनिमेशन */
}

/* पॉपअप उघडताना येणारा स्मूथ झूम इफेक्ट */
@keyframes popupScaleUp {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* २. पॉपअपचे सुंदर हेडर डिझाईन्स (विषयानुसार निळा आणि संत्रा रंग) */
.popup-header-blue {
    background: #122b63; color: #fff; font-size: 20px; font-weight: 700; padding: 18px; text-align: center;
}
.popup-header-orange {
    background: #d96914; color: #fff; font-size: 20px; font-weight: 700; padding: 18px; text-align: center;
}

/* ३. पॉपअपच्या आतील पॅडिंग */
.popup-body-padding {
    padding: 25px;
    text-align: left;
}
.text-center { text-align: center; }

/* ४. इनपुट फील्ड्सचे नीटनेटके लेबल डिझाईन (Form UX) */
.input-group-ux {
    margin-bottom: 15px;
}
.input-group-ux label {
    display: block; font-size: 14px; font-weight: 700; color: #334155; margin-bottom: 6px;
}
.input-group-ux input, .input-group-ux textarea {
    width: 100%; padding: 12px; font-size: 15px; border: 1px solid #cbd5e1; border-radius: 8px; box-sizing: border-box; transition: all 0.2s; background: #f8fafc;
}
/* जेव्हा इनपुटवर क्लिक होईल तेव्हा येणारा हायलाईट इफेक्ट */
.input-group-ux input:focus, .input-group-ux textarea:focus {
    border-color: #122b63; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(18, 43, 99, 0.1);
}

/* ५. पॉपअप फॉर्म सबमिट बटणे */
.popup-submit-btn-blue {
    width: 100%; background: #122b63; color: #fff; padding: 14px; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s; margin-top: 10px;
}
.popup-submit-btn-blue:hover { background: #1b663e; }

.popup-submit-btn-orange {
    width: 100%; background: #d96914; color: #fff; padding: 14px; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s; margin-top: 10px;
}
.popup-submit-btn-orange:hover { background: #1b663e; }

/* ६. क्लोज (x) बटन स्टाईल */
.close-ux {
    position: absolute; right: 15px; top: 12px; font-size: 28px; color: rgba(255, 255, 255, 0.8); cursor: pointer; font-weight: bold; z-index: 10; transition: color 0.2s;
}
.close-ux:hover { color: #fff; }

/* ७. पेमेंट स्क्रीनवरील रक्कम प्रदर्शन */
.pay-amount-display {
    font-size: 18px; font-weight: 600; color: #334155; margin-bottom: 15px;
}
.pay-amount-display span {
    font-size: 24px; font-weight: 800; color: #1b663e;
}

/* ८. पॉपअप मधील क्यूआर कोडची ३डी फ्रेम */
.qr-display-frame {
    width: 180px; height: 180px; margin: 0 auto 20px auto; border: 1px solid #e2e8f0; border-radius: 12px; padding: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); background: #fff;
}
.actual-popup-qr { width: 100%; height: 100%; object-fit: contain; }
.payment-hint-txt { font-size: 14px; color: #64748b; margin-bottom: 15px; font-weight: 500; }

/* ९. अधिकृत पेमेंट अप्सच्या बटनांचे आकर्षक डिझाईन (Google Pay, PhonePe, Paytm) */
.ux-payment-buttons {
    display: flex; flex-direction: column; gap: 10px;
}
.pay-platform-btn {
    display: block; padding: 12px; border-radius: 8px; text-decoration: none; color: #fff; font-weight: 700; font-size: 15px; text-align: center; transition: all 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.pay-platform-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0,0,0,0.1); }

/* प्रत्येक ॲपचा मूळ ब्रँड कलर टोन */
.pay-platform-btn.gpay { background-color: #4285F4; }    /* गुगल पे निळा रंग */
.pay-platform-btn.phonepe { background-color: #5F259F; } /* फोनपे जांभळा रंग */
.pay-platform-btn.paytm { background-color: #00BAF2; }   /* पेटीएम स्काय ब्लू रंग */