BEGIN:VCARD
VERSION:3.0
N:Chakra Naga Furniture;PT.;;;
FN:PT. Chakra Naga Furniture
ORG:PT. Chakra Naga Furniture
TITLE:Jepara
TEL;TYPE=CELL:+62 811 2703 650
EMAIL:luqi@chakranaga.com
END:VCARD
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact - PT. Chakra Naga Furniture</title>

<!-- Bootstrap 5 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">

<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">

<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">

<style>

* {
	margin: 0; padding: 0; box-sizing: border-box;
}
body {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	background: #fff;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.logo {
    max-height: 70px;
    margin-bottom: 16px;
}

.contact-name {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-position {
    font-size: 12px;
    color: #555;
    margin-bottom: 18px;
}

.contact-row {
    background: #e8e8e8;
    padding: 10px 15px;
    margin-bottom: 18px;
    border-radius: 4px;
}

.label {
    font-size: 12px;
    color: #777;
}

.value {
    font-size: 20px;
    line-height: 1.2;
    word-break: break-word;
    color: #000;
}

.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.icon-circle-sm {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: thin solid #d4af37;
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.bg-phone { background: #0072bc; }
.bg-whatsapp { background: #39b54a; }
.bg-email { background: #29abe2; }
.bg-location { background: #ed1c24; }
.bg-web { background: #f7931e; }
.bg-gold { background: #d4af37; }

.btn-warning {
    border-radius: 30px;
    font-weight: 500;
}

/* Optional overlay for better text contrast */
.bg-ecatalog::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    border-radius: 4px;
}

/* Keep content above overlay */
.bg-ecatalog > * {
    position: relative;
    z-index: 1;
    color: #FFF;
}

.text-ecatalog {
    color: #FFF;
}

@media (max-width: 768px) {
    .contact-name { font-size: 20px; }
    .value { font-size: 14px; }
    .icon-circle {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}
</style>
</head>

<body class="bg-white py-3">
<div class="container">

    <!-- LOGO -->
    <div class="text-center">
        <img src="logo-cnf.png" alt="CNF" class="logo img-fluid">
    </div>

    <!-- NAME -->
    <div class="text-center">
        <div class="contact-name">PT. Chakra Naga Furniture</div>
        <div class="contact-position">Jepara</div>
    </div>

    <!-- PHONE -->
    <div class="contact-row d-flex align-items-center flex-nowrap">
        <div class="flex-grow-1 me-3">
            <div class="label">Phone</div>
            <div class="value">+62 811 2703 650</div>
        </div>
        <div class="d-flex gap-3 flex-shrink-0">
            <a href="tel:+62 811 2703 650" class="icon-circle bg-phone">
                <i class="fa-solid fa-phone"></i>
            </a>
            <a href="https://wa.me/628112703650" target="_blank" class="icon-circle bg-whatsapp">
                <i class="fa-brands fa-whatsapp"></i>
            </a>
        </div>
    </div>

    <!-- EMAIL -->
    <div class="contact-row d-flex align-items-center flex-nowrap">
        <div class="flex-grow-1 me-3">
            <div class="label">Email</div>
            <div class="value">luqi@chakranaga.com</div>
        </div>
        <a href="mailto:luqi@chakranaga.com" class="icon-circle bg-email flex-shrink-0">
            <i class="fa-solid fa-envelope"></i>
        </a>
    </div>
    
    <div class="text-center mb-3">
        <a href="?user=default&save=1" class="btn btn-warning px-4">
            <i class="fa-solid fa-user-plus me-2"></i> Save Contact
        </a>
    </div>

    <div class="text-center small">
        Copyright &copy PT. Chakra Naga Furniture 2026
    </div>

</div>
</body>
</html>
