﻿@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
h1 {
    text-align: center;
    font-size: 26px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}
h2{
    line-height:1.3 !important;
    margin-bottom:0 !important;
}

p {
    margin-bottom: 0 !important;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: flex-start;
}

.card-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.section-label {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    position: relative;
}

.qr-placeholder {
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .qr-placeholder i {
        font-size: 36px;
        color: rgba(255,255,255,0.5);
    }

    .qr-placeholder.dark {
        border-color: rgba(0,0,0,0.2);
    }

        .qr-placeholder.dark i {
            color: #bbb;
        }

/* ===== TEMPLATE 1 ===== */
.t1 {
    width: 480px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background-image: url('');
    background-size: cover;
    background-position: center;
}

.t1-top {
    display: flex;
    align-items: center;
    padding: 22px 22px 10px 0;
}

.t1-avatar-wrap {
    width: 72px;
    height: 72px;
    border-radius: 12px 0 0 12px;
    margin-right: 18px;
    flex-shrink: 0;
    overflow: hidden;
    background-image: url('');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .t1-avatar-wrap i {
        color: white;
        font-size: 32px;
    }

    .t1-avatar-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.t1-info h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.t1-info p.role {
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 3px;
}

.t1-info p.company {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    margin-top: 2px;
}

.t1-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 22px 14px 22px;
}

.t1-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
}

.t1-qr-wrap {
    text-align: center;
}

    .t1-qr-wrap .qr-placeholder {
        width: 100px;
        height: 100px;
    }

    .t1-qr-wrap p {
        color: rgba(255,255,255,0.85);
        font-size: 10px;
        margin-top: 4px;
    }

.t1-bottom {
    background: rgba(255,255,255,0.95);
    padding: 9px 22px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-top: 1px solid #ddd;
}

    .t1-bottom .label {
        color: #1a9bb5;
        font-weight: 700;
        font-size: 13px;
        white-space: nowrap;
        padding-right: 10px;
        border-right: 2px solid #ccc;
        margin-right: 4px;
    }

    .t1-bottom .services {
        font-size: 12px;
        color: #444;
        line-height: 1.6;
    }

.t1-footer {
    background: rgba(255,255,255,0.95);
    padding: 5px 22px 10px;
    font-size: 12px;
    color: #1a9bb5;
    font-weight: 600;
}

/* ===== TEMPLATE 2 ===== */
.t2 {
    width: 320px;
    height: 500px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.t2-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px 10px;
}

.t2-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(27, 27, 27, 0.336);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background-size: cover;
    background-position: center;
}

    .t2-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .t2-photo i {
        font-size: 36px;
        color: #aaa;
    }

.t2-top h2 {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    
}

.t2-top p {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
    text-align: center;
}

.t2-bottom {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 30px 20px 24px;
    clip-path: ellipse(100% 100% at 50% 100%);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

    .t2-bottom .qr-placeholder {
        width: 130px;
        height: 130px;
    }

    .t2-bottom p {
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;
    }

/* ===== TEMPLATE 3 ===== */
.t3 {
    width: 480px;
    height: 275px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
}

.t3-wave {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100%;
}

.t3-content {
    position: relative;
    z-index: 2;
    padding: 22px 22px 6px 150px;
}

    .t3-content h2 {
        font-size: 20px;
        font-weight: 700;
        color: #222;
    }

    .t3-content p.role {
        font-size: 11px;
        color: #666;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-top: 3px;
    }

.t3-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:10px;
}

    .t3-qr .qr-placeholder.dark {
        width: 100px;
        height: 100px;
    }

    .t3-qr p {
        font-size: 10px;
        color: #555;
        margin-top: 4px;
    }

.t3-footer {
    position: relative;
    z-index: 2;
    padding: 8px 16px 10px 150px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0);
}

    .t3-footer .logos {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .t3-footer .logos span {
            font-size: 10px;
            color: #555;
            display: flex;
            align-items: center;
            gap: 3px;
        }

    .t3-footer .powered {
        font-size: 10px;
        color: #888;
    }

/* ===== TEMPLATE 4 ===== */
.t4 {
    width: 310px;
    height: 480px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.t4-top {
    padding: 60px 22px 0;
    z-index: 2;
    position: relative;
    text-align: center;
}

    .t4-top h2 {
        font-size: 40px;
        font-weight: 800;
        color: #111;
    }

    .t4-top p {
        font-size: 14px;
        color: #1c1c1c;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-top: 4px;
    }

.t4-ribbon {
    width: 100%;
    height: 55px;
    position: relative;
    z-index: 1;
    margin-top: 6px;
    transform: skewY(-4deg);
    transform-origin: left;
    background-image: url('');
    background-size: cover;
    background-position: center;
}

.t4-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 22px 20px;
    gap: 5px;
    background-size: cover;
    background-position: center;
}

    .t4-bottom .qr-placeholder {
        width: 120px;
        height: 120px;
    }

    .t4-bottom .qr-label {
        color: #bbb;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .t4-bottom .divider {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #555;
        font-size: 10px;
        width: 100%;
        margin-top: 4px;
    }

        .t4-bottom .divider::before, .t4-bottom .divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: rgba(255,255,255,0.2);
        }

/* ===== TEMPLATE 5 ===== */
.t5 {
    width: 480px;
    height: 275px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background-image: url('bg-free-3.png');
    background-size: cover;
    background-position: center;
}

.t5-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    padding: 22px 16px 16px 22px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .t5-left h2 {
        font-family: Georgia, serif;
        color: #e53935;
        font-size: 30px;
        font-style: italic;
        font-weight: 700;
        line-height: 1.2 !important;
    }

    .t5-left p.role {
        color: #333;
        font-size: 17px;
        margin-top: 2px;
    }

    .t5-left h4 {
        color: #e53935;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .t5-left ul {
        list-style: none;
        margin-top: 4px;
    }

        .t5-left ul li {
            font-size: 15px;
            color: #333;
            padding: 0px 0;
            display: flex;
            align-items: center;
            gap: 3px;
            line-height: 1.4;
        }
/*
            .t5-left ul li::before {
                content: '●';
                color: #e53935;
                font-size: 7px;
            }*/

.t5-right {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

    .t5-right .qr-placeholder.dark {
        width: 110px;
        height: 110px;
        background: rgba(255,255,255,0.8);
        border-color: #ccc;
    }

    .t5-right p {
        font-size: 10px;
        color: #080808;
        color: #080808;
        background: rgba(255,255,255,0.8);
        padding: 2px 6px;
        border-radius: 4px;
        line-height: 1.2;
    }

/* ===== TEMPLATE 6 ===== */
.t6 {
    width: 480px;
    height: 260px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 22px;
    background-image: url('');
    background-size: cover;
    background-position: center;
}

.t6-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.t6-contact-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .t6-contact-info .contact-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: #333;
    }

.t6-icon-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1a9bb5;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .t6-icon-circle i {
        color: #fff;
        font-size: 11px;
    }

.t6-photo-wrap {
    position: absolute;
    left: 22px;
    bottom: 20px;
}

.t6-photo {
    width: 80px;
    height: 90px;
    border-radius: 50% 50% 0 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: url('');
    background-size: cover;
    background-position: top center;
}

    .t6-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .t6-photo i {
        font-size: 50px;
        color: rgba(255,255,255,0.8);
        margin-bottom: -5px;
    }

.t6-name-area {
    position: absolute;
    left: 115px;
    bottom: 20px;
}

    .t6-name-area h2 {
        color: #1a9bb5;
        font-size: 18px;
        font-weight: 700;
    }

    .t6-name-area p {
        color: #555;
        font-size: 12px;
        margin-top: 2px;
    }

.t6-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.t6-qr-wrap {
    text-align: center;
}

    .t6-qr-wrap .qr-placeholder.dark {
        width: 90px;
        height: 90px;
    }

    .t6-qr-wrap p {
        font-size: 9px;
        color: #888;
        margin-top: 3px;
    }

/* ===== TEMPLATE 7 ===== */
.t7 {
    width: 310px;
    height: 480px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    background-image: url('bg-free-5.png');
    background-size: cover;
    background-position: center;
}

.t7-dark-top {
    height: 55px;
    border-radius: 0 0 50% 50% / 0 0 30px 30px;
    z-index: 2;
    position: relative;
}

.t7-yellow {
    flex: 1;
    padding: 18px 22px 10px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

    .t7-yellow h2 {
        color: #111;
        font-size: 40px;
        font-weight: 800;
        margin-top: 4px;
    }

    .t7-yellow p.role {
        font-size: 10px;
        color: #333;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 0px;
    }

    .t7-yellow .qr-placeholder.dark {
        margin: 16px auto 0;
        width: 130px;
        height: 130px;
        align-self: center;
    }

    .t7-yellow .qr-label {
        font-size: 10px;
        color: #333;
        text-align: center;
        margin-top: 6px;
        align-self: center;
    }

.t7-dark-bottom {
    height: 55px;
    border-radius: 50% 50% 0 0 / 30px 30px 0 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('');
    background-size: cover;
    background-position: center;
}

    .t7-dark-bottom p {
        font-size: 10px;
        color: #aaa;
        letter-spacing: 1px;
    }

/* ===== TEMPLATE 8 ===== */
.t8 {
    width: 480px;
    height: 275px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background-image: url('bg-free-6.png');
    background-size: cover;
    background-position: center;
}

/*.t8-accent-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-image: url('');
    background-size: cover;
    background-position: center;
}

.t8-accent-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-image: url('');
    background-size: cover;
    background-position: center;
}*/

.t8-content {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    gap: 16px;
}

.t8-left h2 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1f2e;
}

    .t8-left h2 span {
        color: #f5c518;
    }

.t8-left p.role {
    font-size: 13px;
    color: #555;
    margin-top: 1px;
}

.t8-left .services {
    margin-top: 45px;
}

    .t8-left .services p.label {
        font-size: 11px;
        font-weight: 700;
        color: #222;
    }

    .t8-left .services p.value {
        font-size: 11px;
        color: #555;
        margin-top: 2px;
    }

.t8-right .qr-placeholder.dark {
    width: 110px;
    height: 110px;
}

/* ===== TEMPLATE 9 ===== */
.t9 {
    width: 310px;
    height: 480px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-image: url('bg-free-7.png');
    background-size: cover;
    background-position: center;
}

.t9-top {
    padding: 65px 24px 20px;
    text-align: center;
}

    .t9-top h2 {
        font-size: 46px;
        font-weight: 700;
        color: #111;
        font-family: fangsong;
    }

    .t9-top p.role {
        font-size: 14px;
        color: #777;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 4px;
    }

.t9-curve {
    width: 100%;
    height: 36px;
    clip-path: ellipse(100% 100% at 50% 100%);
    margin-top: -1px;
    background-image: url('');
    background-size: cover;
    background-position: center;
}

.t9-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 24px 28px;
    gap: 10px;
    justify-content: end;
}

    .t9-bottom .qr-placeholder {
        width: 150px;
        height: 150px;
    }

    .t9-bottom p {
        color: rgba(255,255,255,0.8);
        font-size: 12px;
        letter-spacing: 1px;
    }


    /*----------------new free template added-----------15-06-2026*/



/* ============ CARD WRAPPER ============ */
.card-label {
    color: #060606;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.3;
    text-align: center;
    margin-bottom: 10px;
}

/* ===== TEMPLATE 1: RANI STUDIO ===== */
.card-1 {
    width: 320px;
    height: 500px;
    background: #f5ede8;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(card-free-01-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .card-1 .studio-name {
        position: absolute;
        top: 20px;
        left: 18px;
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        font-weight: 700;
        color: #2c1810;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        letter-spacing: 3px;
        z-index: 2;
    }

    .card-1 .logo-area {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-20%);
        z-index: 2;
        text-align: center;
    }

    .card-1 .logo-letter {
        font-family: 'Playfair Display', serif;
        font-size: 10rem;
        font-weight: 700;
        color: #8b1a1a;
        line-height: 1;
    }

    .card-1 .face-art {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-5%);
        z-index: 2;
    }

    .card-1 .title-text {
        position: absolute;
        top: 172px;
        left: 0;
        right: 0;
        text-align: center;
        font-family: math;
        font-size: 22px;
        color: #2c1810;
        z-index: 2;
        width: 75%;
        margin: auto;
        font-family: "Kaushan Script", cursive;
    }
    /* Profile photo placeholder */
    .card-1 .profile-slot {
        position: absolute;
        top: 220px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(139, 26, 26, 0.12);
        border: 2px dashed #8b1a1a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: #8b1a1a;
        text-align: center;
        z-index: 2;
        /* Replace background with: background-image: url('your-photo.jpg'); background-size: cover; */
    }

    .card-1 .qr-slot {
        position: absolute;
        bottom: 45px;
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        height: 180px;
        background: white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dashed #c9a99a;
        z-index: 2;
    }
        .card-1 .qr-slot .qr-placeholder {
            height: 100%;
            width: 100%;
        }
            .card-1 .qr-slot .qr-placeholder img {
                width: 100% !important;
            }
            .card-1 .qr-label {
                position: absolute;
                bottom: 20px;
                left: 0;
                right: 0;
                text-align: center;
                font-size: 9px;
                letter-spacing: 2.5px;
                color: #6b4c42;
                font-weight: 600;
                z-index: 2;
            }

/* ===== TEMPLATE 2: PAYAL GUPTA ===== */
.card-2 {
    width: 320px;
    height: 500px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(card-free-02-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .card-2 .logo-circle {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.85);
        border: 4px solid rgb(200 84 122);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: #c8547a;
        text-align: center;
        font-weight: 700;
        line-height: 1.2;
        z-index: 3;
        background-size: cover;
        overflow: hidden;
    }
        .card-2 .logo-circle img {
            border-radius: 50%;
            width: 100% !important;
            height: 100%;
            object-fit: cover;
        }

        .card-2 .profile-slot {
            position: absolute;
            top: 30px;
            left: 24px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            border: 3px dashed rgba(255,255,255,0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            color: white;
            text-align: center;
            z-index: 3;
        }


.f-8name-tit {
    position: absolute;
    top: 90px;
    left: 24px;

}
    .card-2 .person-name {
        font-family: emoji;
        font-size: 36px;
        font-weight: 800;
        color: #000000;
        line-height: 1.1;
        z-index: 3;
        text-shadow: 0 2px 10px rgba(180, 60, 100, 0.3);
    }


    .card-2 .person-role {

        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.9);
        letter-spacing: 1px;
        z-index: 3;
    }

    .card-2 .qr-slot {
        position: absolute;
        bottom: 55px;
        left: 41%;
        transform: translateX(-50%);
        width: 220px;
        height: 220px;
        background: rgba(255,255,255,0.92);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dashed #e880a8;
        z-index: 3;
    }

    .card-2 .qr-label {
        position: absolute;
        bottom: 37px;
        left: 24px;
        text-align: center;
        font-size: 9px;
        letter-spacing: 2.5px;
        color: #8b2450;
        font-weight: 700;
        z-index: 3;
    }

/* ===== TEMPLATE 3: DEEPTI ROY ===== */
.card-3 {
    width: 320px;
    height: 525px;
    background: #eaf5f5;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .card-3 .top-bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: #2aada8;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .card-3 .company-name {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        line-height:1.2;
        font-weight: 700;
        letter-spacing: 3px;
        color: white;
    }

    .card-3 .hex-pattern {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        gap: 0;
        z-index: 1;
    }

    .card-3 .photo-hex {
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
        height: 110px;
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        background: #2aada8;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        background-size: cover;
        background-position: center;
    }

    .card-3 .photo-hex-inner {
        width: 95%;
        height: 95%;
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        background: #b8e4e2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: #2aada8;
        text-align: center;
        font-weight: 600;
    }

    .card-3 .photo-hex img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card-3 .hex-left {
        left: 40px;
    }

    .card-3 .hex-right {
        right: 40px;
    }

    .card-3 .name-titlebox {
        position: absolute;
        top: 184px;
        left: 0;
        right: 0;
        z-index: 2;
    }

.card-3 .person-name {
   
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height:1.2;
    font-weight:700;
    color: #1a7a76;
    letter-spacing: 2px;
        
}

    .card-3 .person-role {
        right: 0;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 500;
        color: #5aadaa;
        letter-spacing:0px;
        padding-top:0px;
    }

    .card-3 .phone-row {
        position: absolute;
        top: 265px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        z-index: 2;
    }

    .card-3 .phone-icon {
        width: 22px;
        height: 22px;
        background: #2aada8;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: white;
    }

    .card-3 .phone-text {
        font-size: 12px;
        color: #2a7a78;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    .card-3 .connect-label {
        position: absolute;
        top: 288px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #2aada8;
        font-family: 'Montserrat', sans-serif;
        z-index: 2;
        opacity:0;
    }

    .card-3 .qr-slot {
        position: absolute;
        bottom: 45px;
        left: 50%;
        transform: translateX(-50%);
        width: 185px;
        height: 185px;
        background: white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dashed #2aada8;
        z-index: 2;
    }

        .card-3 .qr-slot .qr-placeholder {
            width: 100% !important;
            height: 100% !important;
        }


        .card-3 .qr-label {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 9px;
            letter-spacing: 2.5px;
            color: #1a7a76;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            z-index: 2;
        }

    .card-3 .bottom-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 14px;
        background: #2aada8;
        z-index: 2;
    }

/* ===== TEMPLATE 4: YANIS PETROS ===== */
.card-4 {
    width: 320px;
    height: 500px;
    background: #6b6070;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .card-4 .profile-slot {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        border: 3px dashed rgba(255,255,255,0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: rgba(255,255,255,0.6);
        text-align: center;
        z-index: 3;
        overflow: hidden;
        /* For real photo: background-image: url('photo.jpg'); background-size: cover; background-position: center; */
    }

    .card-4 .profile-placeholder {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .card-4 .profile-slot img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card-4 .name-titlebox {
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}


    .card-4 .person-name {

        text-align: center;
        font-family: 'Roboto';
        font-size: 35px;
        font-weight: 800;
        color: white;
        letter-spacing: 2px;
        z-index: 3;
    }

    .card-4 .person-role {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.65);
        letter-spacing: 3px;
        z-index: 3;
        padding-top:8px;
    }

    .card-4 .phone-row {
        position: absolute;
        top: 255px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        z-index: 3;
    }

    .card-4 .phone-icon {
        width: 22px;
        height: 22px;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: white;
    }

    .card-4 .phone-text {
        font-size: 12px;
        color: rgba(255,255,255,0.8);
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    .card-4 .qr-slot {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 170px;
        height: 170px;
        background: rgba(255,255,255,0.12);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dashed rgba(255,255,255,0.3);
        z-index: 3;
    }

    .card-4 .qr-label {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 9px;
        letter-spacing: 2.5px;
        color: rgba(255,255,255,0.5);
        font-weight: 600;
        z-index: 3;
    }

/* ===== TEMPLATE 5: RAHUL BOSE ===== */
.card-5 {
    width: 332px;
    height: 525px;
    background: #f7f0e8;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

    .card-5 .logo-area {
        position: absolute;
        top: 28px;
        left: 24px;
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 2;
        align-items: flex-start;
    }

    .card-5 .logo-icon {
        width: 62px;
        height: 62px;
        background: linear-gradient(135deg, #c87050, #d4a47a);
        border-radius:8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: white;
        text-align: center;
        font-weight: 700;
        overflow:hidden;
    }

        .card-5 .logo-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .card-5 .name-block {
        z-index: 2;
        width: 75%;
    }

    .card-5 .person-name {
        font-family: "Cinzel", serif;
        font-size: 26px;
        font-weight: 600;
        color: #5a3018;
        letter-spacing: 1px;
        line-height:1.2;
        text-transform: uppercase;
    }

    .card-5 .person-role {
        font-family: "Forum", serif;
        font-size: 13px;
        line-height:1.2;
        color: #6c4014;
        letter-spacing: 2px;
        font-weight: 400;
    }

    .card-5 .divider {
        position: absolute;
        top: 108px;
        left: 24px;
        right: 24px;
        height: 1px;
        background: linear-gradient(to right, #c87050, transparent);
        z-index: 2;
        display:none;
    }

    .card-5 h4 {
        position: absolute;
        top: 126px;
        left: 24px;
        font-family: "Cinzel", serif;
        font-size: 16px;
        font-weight: 700;
        color: #5a3018;
        letter-spacing: 1px;
        z-index: 2;
    }



    .card-5 ul {
        position: absolute;
        top: 148px;
        left: 24px;
        list-style: none;
        z-index: 2;
        margin-bottom: 0;
        margin-top: 13px;
    }

        .card-5 ul li {
            font-family: "Forum", serif;
            font-size: 14px;
            color: #7a5a38;
            line-height: 1.3;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .card-5 ul li::before {
                content: '';
                display: inline-block;
                width: 5px;
                height: 5px;
                background: #b07840;
                border-radius: 50%;
                flex-shrink: 0;
            }

    .card-5 .qr-slot {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 150px;
        background: white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dashed #c87050;
        z-index: 2;
    }

    .card-5 .qr-label {
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 9px;
        letter-spacing: 2.5px;
        color: #b07840;
        font-weight: 700;
        z-index: 2;
    }

/* ===== TEMPLATE 6: MUKESH TYAGI ===== */
.card-6 {
    width: 340px;
    height: 520px;
    background: white;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}/*

    .card-6 .top-navy {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-left: 320px solid #0d1b3e;
        border-bottom: 160px solid transparent;
        z-index: 1;
    }*/

    .card-6 .logo-area {
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 3;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .card-6 .logo-mark {
        width: 28px;
        height: 28px;
        background: #6db33f;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* Replace with logo: background-image: url('logo.png'); background-size: cover; */
    }

    .card-6 .logo-text {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: white;
        line-height: 1.2;
        letter-spacing: 0.5px;
    }

    .card-6 .product-circle {
        position: absolute;
        top: 38px;
        left: 50%;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #6db33f;
        border: 4px solid white;
        overflow: hidden;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: white;
        text-align: center;
        font-weight: 600;
        transform: translateX(-50%);
        /* For product image: background-image: url('product.jpg'); background-size: cover; background-position: center; */
    }

        .card-6 .product-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .card-6 .name-titlebox {
        position: absolute;
        top: 215px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 100%;
    }
    .card-6 .person-name {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        line-height: 1.2;
        font-weight: 700;
        color: #0d1b3e;
        text-align: center;
        width: 100%;
        padding-top: 5px;
    }

    .card-6 .person-role {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #555;
        z-index: 2;
        line-height: 1.4;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

    .card-6 .info-list {
        position: absolute;
        top: 304px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 50%;
    }

    .card-6 .info-row {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 11px;
        color: #333;
        font-family: 'Inter', sans-serif;
    }

    .card-6 .info-icon {
        width: 20px;
        height: 20px;
        background: #6db33f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: #fff !important;
        flex-shrink: 0;
    }

    .card-6 .info-text {
        font-size: 10px;
        line-height: 1.3;
        white-space: pre-line;
        word-break: break-word;
        padding-right: 5px;
    }
  
    .card-6 .info-label {
        font-size: 8px;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .card-6 .connect-block {
        position: absolute;
        bottom: 50px;
        right: 20px;
        text-align: center;
        z-index: 2;
    }

    .card-6 .connect-label {
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #6db33f;
        margin-bottom: 6px;
        font-family: 'Montserrat', sans-serif;
    }

    .card-6 .qr-slot {
        width: 130px;
        height: 130px;
        background: #f5f5f5;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dashed #6db33f;
    }

    .card-6 .qr-label {
        font-size: 8px;
        letter-spacing: 1.5px;
        color: #6db33f;
        font-weight: 700;
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
    }

    .card-6 .bottom-green {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 10px;
        background: #6db33f;
        z-index: 2;
    }

/* QR placeholder inner */
.qr-placeholder {
    text-align: center;
    font-size: 9px;
    color: #aaa;
    line-height: 1.6;
    padding: 2px;
    height: 220px;
    width: 220px;
}

    .qr-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.profile-placeholder {
    text-align: center;
    font-size: 9px;
    line-height: 1.5;
    padding: 6px;
}

.card-4 .qr-placeholder {
    text-align: center;
    font-size: 9px;
    color: #aaa;
    line-height: 1.6;
    padding: 2px;
    height: 100%;
    width: 100%;
    border: 0px dashed rgba(255, 255, 255, 0.5);
}

/*--------------------Basic template desing css--------------*/


/* ================= basic 1 ================= */
.basic1 {
    width: 320px;
    height: 520px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 43px;
}


    .basic1 .logo-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 75%;
        margin: auto;
        margin-top: 18px;
    }

    .basic1 .logo-icon {
        font-size: 28px;
        color: #2196f3;
    }

    .basic1 .company-name {
        font-weight: 700;
        font-size: 16px;
        color: #222;
        line-height: 1.2;
        text-align: left;
    }

    .basic1 .profile-pic {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 6px solid #2196f3;
        overflow: hidden;
        margin: 22px auto 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
    }

        .basic1 .profile-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            
        }

    .basic1 .name {
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        width: 85%;
        margin: auto;
        color: #222;
    }

    .basic1 .role {
        text-align: center;
        font-size: 12px;
        line-height:1.2;
        font-weight: 600;
        letter-spacing: 2px;
        color: #555;
        width: 75%;
        margin: auto;
        margin-top: 4px;
    }

    .basic1 .qr-wrap {
        display: flex;
        justify-content: center;
        margin: 20px 0 6px;
    }

.basic1 .dynamic-qr {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:5px;
}

        .basic1 .qr-wrap img {
            width: 140px;
            height: 140px;
        }

    .basic1 .scan-text {
        text-align: center;
        font-size: 12px;
        font-style: italic;
        color: #333;
        margin-bottom: 10px;
    }

    .basic1 .bottom-deco {
        position: relative;
        height: 50px;
        margin-top: 5px;
    }

        .basic1 .bottom-deco .shape1, .basic1 .bottom-deco .shape2 {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 50px;
        }

        .basic1 .bottom-deco .shape1 {
            width: 140px;
            background: #1a1a1a;
            clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
        }

        .basic1 .bottom-deco .shape2 {
            width: 90px;
            background: #64b5f6;
            clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
        }

/* =================basic 2 ================= */
.basic2 {
    width: 480px;
    height: 280px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    display: flex;
    overflow: hidden;
}

    .basic2 .left {
        width: 42%;
        background: #7fa8b3;
        padding: 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .basic2 .logo-row {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 25px;
    }

    .basic2 .logo-icon {
        font-size: 26px;
        color: #fff;
    }

    .basic2 .logo-text {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
        max-height: calc(1.4em * 2);
    }

        .basic2 .logo-text span {
            display: block;
            font-weight: 400;
            font-size: 11px;
            letter-spacing: 2px;
        }

    .basic2 .qr-box {
        background: #fff;
        padding: 8px;
        border-radius: 6px;
        width: 130px;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .basic2 .qr-box img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain;
        }

    .basic2 .scan-text {
        color: #fff;
        font-size: 12px;
        margin-top: 4px;
        text-align: center;
        width: 100%;
    }

    .basic2 .right {
        width: 58%;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .basic2 .name {
        font-size: 26px;
        font-weight: 700;
        color: #222;
        line-height: 1.2;
    }

    .basic2 .designation {
        font-size: 16px;
        color: #7fa8b3;
        margin-bottom: 35px;
        margin-top: 7px;
    }

    .basic2 .info-row {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 4px;
        font-size: 12px;
        color: #333;
        line-height: 1.2;
        flex: 1;
        width:75%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .basic2 .info-row i {
            background: #7fa8b3;
            color: #fff;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            flex-shrink: 0;
        }

/* ══════════════════════════════
     PRINT STYLES
     ══════════════════════════════ */
@media print {

    @page {
        size: A4 landscape;
        margin: 0;
    }

    html, body {
        width: 297mm;
        height: 210mm;
        margin: 0;
        padding: 0;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .print-btn {
        display: none;
    }

    /* Card wrapper with border */
    .basic2 {
        width: 480px !important;
        height: 280px !important;
        display: flex !important;
        flex-direction: row !important;
        border-radius: 16px !important;
        /* dashed cutting border */
        outline: 2px dashed #aaa;
        outline-offset: 8px;
        box-shadow: none;
        overflow: hidden;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        max-width:50% !important;
    }

        .basic2 .left {
            width: 42% !important;
            background: #7fa8b3 !important;
            display: flex !important;
            flex-direction: column !important;
            flex-shrink: 0 !important;
        }

        .basic2 .right {
            width: 58% !important;
            display: flex !important;
            flex-direction: column !important;
        }

        .basic2 .info-row i {
            background: #7fa8b3 !important;
            color: #fff !important;
        }

        .basic2 .name {
            color: #222 !important;
        }

        .basic2 .designation {
            color: #7fa8b3 !important;
        }

        .basic2 .logo-text {
            color: #fff !important;
        }

        .basic2 .scan-text {
            color: #fff !important;
        }

        .basic2 .info-row {
            color: #333 !important;
        }
}


/* =================basic 3 ================= */
.basic3 {
    width: 500px;
    height: 295px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    position: relative;
    overflow: hidden;
    display: flex;
}

   


    .basic3 .corner-front {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100px;
        background: #e63b2e;
        clip-path: polygon(0 0, 100% 0, 20% 100%, 0 40%);
        z-index: 2;
    }

    .basic3 .logo-row {
        position: absolute;
        top: 18px;
        left: 22px;
        z-index: 3;
        display: flex;
        align-items: center;
        gap: 8px;
        width: calc(55% - 44px);
    }

    .basic3 .logo-icon {
        font-size: 24px;
        color: #fff;
        flex-shrink: 0;
    }

    .basic3 .logo-text {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: 1px;
        flex: 1;
        min-width: 0;
        white-space: inherit;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .basic3 .dots {
        position: absolute;
        top: 18px;
        right: 22px;
        display: grid;
        grid-template-columns: repeat(3,6px);
        grid-gap: 5px;
        display:none;
    }

        .basic3 .dots span {
            width: 5px;
            height: 5px;
            background: #e63b2e;
            border-radius: 50%;
            display: block;
        }

    .basic3 .content {
        margin-top: 100px;
        padding: 0 25px;
        width: 100%;
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

        /* Left item niche */
        .basic3 .content > :first-child {
            margin-top: 40px;
        }

        /* Right item upar */
        .basic3 .content > :last-child {
            margin-top: 0;
        }



    .basic3 .left-content {
        flex: 1;
    }

    .basic3 .name {
        font-size: 26px;
        font-weight: 800;
        color: #0d1b3e;
        line-height: 1.25;
        text-transform: uppercase;
        font-family: emoji;
    }

    .basic3 .role {
        font-size: 13px;
        color: #e63b2e;
        font-weight: 600;
        margin: 0px 0 10px;
    }

    .basic3 .services h4 {
        font-size: 14px;
        color: #013366;
        line-height: 1.2;
        margin-bottom: 5px !important
    }
.services.c-services-li ul {
    font-size: 13px;
    color: #551a16;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    flex-wrap: wrap;
    margin-left:10px;
    margin-bottom:0;
}
    .services.c-services-li ul li{
        margin-right:15px;
    }
.basic3 .services.c-services-li ul li {
    line-height: 1.3;
    list-style: circle;
    font-size: 12px;
}
    .basic3 .services.c-services-li ul li:nth-child(n+4) {
        display: none;
    }


        .basic3 .divider {
            width: 1px;
            background: #ccc;
            align-self: stretch;
        }

    .basic3 .right-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding-top: 5px;
    }

        .basic3 .right-content img {
            width: 110px;
            height: 110px;
        }

.basic3 .scan-text {
    font-size: 11px;
    color: #333;
    text-align: center;
    line-height: 1.2;
}

/* ================= basic 4 ================= */
.basic4 {
    width: 320px;
    height: 520px;
    padding-top: 25px;
    background: #faf8f5;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    padding: 25px 20px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

    .basic4 .circles {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

        .basic4 .circles::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 8px;
            width: 34px;
            height: 34px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

    .basic4 .leaf {
        position: absolute;
        bottom: 10px;
        right: 15px;
        font-size: 30px;
        color: #cdbfa3;
        opacity: .6;
    }

    .basic4 .company {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #222;
        width: 75%;
        margin: auto;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .basic4 .profile-pic {
        width: 120px;
        height: 120px;
        border-radius: 8px;
        overflow: hidden;
        margin: 0 auto 12px;
        background: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .basic4 .profile-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px !important;
        }

    .basic4 .name {
        font-size: 30px;
        font-weight: 800;
        color: #222;
        letter-spacing: 1px;
        line-height: 1.1;
        width: 85%;
        margin: auto;
        font-family: math;
    }

    .basic4 .role {
        font-size: 13px;
        letter-spacing: 2px;
        color: #888;
        line-height: 1.2;
        width: 75%;
        margin: auto;
    }

    .basic4 .qr-wrap img {
        width: 130px;
        height: 130px;
    }

    .basic4 .scan-text {
        font-size: 11px;
        color: #444;
        margin-top: 0px;
        font-weight: 600;
    }

    .basic4 .qr-wrap {
        margin-top: 40px;
    }
/* ================= basic 5 ================= */
.basic5 {
    width: 520px;
    height:310px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    display: flex;
    padding: 25px;
    gap: 20px;
    overflow: hidden;
    position: relative;
}

    .basic5 .left {
        flex: 1.3;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .basic5 .name {
        font-size: 28px;
        font-weight: 700;
        color: #222;
        font-family: fangsong;
        line-height: 1;
        width: 70%;
    }

        .basic5 .name span {
            color: #1976d2;
        }

    .basic5 .designation {
        font-size: 15px;
        color: #666;
        margin-bottom: 18px;
        width: 70%;
    }

    .basic5 .phone-row {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

        .basic5 .phone-row i {
            background: #2e7d32;
            color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            flex-shrink: 0;
        }

        .basic5 .phone-row .nums {
            font-size: 13px;
            color: #333;
            line-height: 1.6;
        }

    .basic5 .qr-box img {
        width: 125px !important;
        height: 125px !important;
    }

    .basic5 .right {
        /*  flex: 1;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
        transform: skewX(-10deg);*/
        position: absolute;
        top: 50%;
        left: 80%;
        width: 130px;
        height: 190px;
        transform: translate(-50%, -50%) rotate(15deg);
    }


        /* Left Green Shadow */
        .basic5 .right::before {
            content: "";
            position: absolute;
            width: 95px;
            height: 138px;
            border-radius: 0px;
            left: -22px;
            top: -22px;
            background: #16a34a;
        }

        /* Right Blue Shadow */
        .basic5 .right::after {
            content: "";
            position: absolute;
            width: 90px;
            height: 130px;
            border-radius: 0px;
            right: -22px;
            bottom: -22px;
            background: #6382d9;
        }



        .basic5 .right img {
            /* width: 100%;
            height: 100%;
            object-fit: cover;*/
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius:0px;
            z-index: 1;
        }

      
    .basic5 .qr-box {
        bottom: 20px;
        position: absolute;
    }
       

/* ================= basic 6 ================= */
.basic6 {
    width: 520px;
    height: 285px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    background: #f2ede4;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    display: flex;
    overflow: hidden;
    position: relative;
}

    .basic6 .left {
        width: 55%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .basic6 .photo-frame {
        width: 80%;
        height: 80%;
        background: #fff;
        padding: 6px;
        transform: rotate(-2deg);
        box-shadow: 2px 4px 10px rgba(0,0,0,.2);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .basic6 .photo-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .basic6 .right {
        width: 55%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        text-align: center;
    }

    .basic6 .title {
        font-size: 18px;
        font-weight: 800;
        color: #3a2e22;
        letter-spacing: 2px;
        margin-bottom: 14px;
    }

        .basic6 .title i {
            margin-right: 6px;
            color: #6f93ad;
        }

    .basic6 .qr-wrap img {
        width: 150px;
        height: 150px;
    }

    .basic6 .scan-text {
        font-size: 10px;
        color: #3a2e22;
        margin-top: 6px;
        line-height: 1.2;
    }

.t8-content .services h4 {
    font-size: 17px;
    line-height: 1.4;
    color: #282939;
    font-weight: 500;
    margin-bottom: 0;
}
.t8-content .services ul{

}
    .t8-content .services ul li {
        color: #282939;
        line-height: 1.4;
        font-size: 13.2px;
        list-style: none;
    }
.t8-left h2 {
    font-size: 30px;
}
.t8-right {
    flex-shrink: 0;
}
.t8-left .services {
    margin-top: 23px;
}

#vcardOrderSection{
    display:none;
}

.card.t8 {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.moreinfo h4 {
    font-size: 15px !important;
    line-height:1.4;
    margin-bottom:0;
}

.moreinfo ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    line-height: 1.2;
}
    .moreinfo ul li {
        font-size: 10px;
        position:relative;
    }
        .moreinfo ul li::before {
            content: "◦";
            position: absolute;
            left: -8px;
            color: var(--gold);
            font-size: 14px;
        }

.vcard-hero-left img {
    width: 80%;
}

@media (max-width: 1250px) {

    .basic3, .card.t3, .basic2, .basic5 {
        transform: scale(0.8);
    }

    .nfc-card-preview {
        background: #fff0 !important;
        box-shadow: none !important;
    }

    .basic6 {
        transform: scale(0.8) translateX(-0px);
    }

    .vcard-hero {
        grid-template-columns: 1fr !important;
    }
}


    @media (max-width: 575px) {
        .nfc-card-wrap {
            margin: 42px 0 0 !important;
            max-width: 486px;
        }

        .chat-inp {
            font-size: 1rem;
        }

        .t8 {
            width: 328px;
            height: 214px;
        }

        .t3 {
            width: 328px;
            height: 214px;
        }

        .t3-content {
            padding: 9px 19px 6px 130px;
        }

            .t3-content p.role {
                margin-top: 0px;
            }

        .t3-qr p {
            margin-top: 0px;
            line-height: 1;
        }

        .t3-footer {
            padding: 2px 16px 10px 44px;
        }

            .t3-footer .powered, .t3-footer .logos span {
                font-size: 8px;
            }

        .t3 .qr-placeholder {
            width: 80px !important;
            height: 80px !important;
        }

        .t8-content .services h4 {
            font-size: 14px;
        }

        .t8-content .services ul li {
            font-size: 11.2px;
        }

        .t8-left h2 {
            font-size: 23px;
            line-height: 1.2 !important;
        }
        .basic6 {
            transform: scale(0.6) translateX(-155px);
        }
        }


  

    .card.t3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.t3-footer {
    position: relative;
    z-index: 2;
    padding: 8px 16px 10px 73px;
}

.nfc-card-preview:has(.template-5) {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

.nfc-card .dynamic-qr img {
    width: 100% !important;
    height: 100% !important;
    border: 0px solid #fff;
}
.nfc-card {
    background: rgb(12 9 6);
}
.emg_phone, .moreinfo p {
    font-size: 10px;
    line-height: 1.4;
}

.nfc-card-preview:has(.nfc-flip-card) {
    overflow: visible !important;
    height: 355px !important;
}
.nfc-flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1200px;
    transform-style: preserve-3d;
}

.front-side-nfc,
.back-side-nfc {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .8s ease;
    transform-style: preserve-3d;
}

.front-side-nfc {
    transform: rotateY(0deg);
    z-index: 2;
}

.back-side-nfc {
    transform: rotateY(180deg);
}

.nfc-flip-card:hover .front-side-nfc {
    transform: rotateY(-180deg);
}

.nfc-flip-card:hover .back-side-nfc {
    transform: rotateY(0deg);
}

.pos-bottom-right .emergency {
    position: absolute;
    right: 4px;
    bottom: 12px;
    color: var(--gold);
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 0.78rem;
    z-index: 3;
    width: 34%;
    line-height: 1.2;
    font-size: 10px;
}
.nfc-card .dynamic-qr {
    width: 100%;
    height: 100%;
}
.nfc-card .qr canvas {
    width: 100%;
    height: 100%;
}
.nfc-flip-card .nfc-card {
    left: -150px;
}