@font-face {
    font-family: "Vazir";
    src: url("fonts/ad3cd4cbda94aee8578c1b622b9002f9dfe345c05870eb375a02da853d08f072.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/046a76746039189feb148c360dfb82d07a1e3464d31a2078363587af6f5a1cfb.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/d783603a0dd07db6896ecd8a3460e2256a48dca62373a0478706a05490c1a2d8.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/fc6648da06acebfe96ad5a8f077f569c5c4dd75b77122951723ddfbfeb191728.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/3b2277e82a583c9f91de41aa9e198a14d7ef7f4ccd04828abdd623acd116a88b.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/71671477a4b62305fbd3ed4976a31c3c08520cf914656ece6b79543524a49132.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Vazir', sans-serif;
    background-color: #f5f5f5;
}

.card-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}

.banner {
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    position: relative;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    bottom: -60px;
    right: 50%;
    transform: translateX(50%);
    background-color: #fff;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s;
}

.avatar:hover {
    transform: translateX(50%) scale(1.05);
}

.info-section {
    margin-top: 60px;
    padding: 1.5rem;
}

.social-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 10px 15px;
    transition: all 0.2s;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-card:hover {
    background-color: #e2e6ea;
    transform: translateY(-3px);
}

.social-card.telegram i {
    color: #0088cc;
}

.social-card.instagram i {
    color: #e4405f;
}

.social-card.whatsapp i {
    color: #25d366;
}

.social-card.linkedin i {
    color: #0a66c2;
}

.social-card.facebook i {
    color: #1877f2;
}

.social-card.twitter i {
    color: #000000;
}

.social-card.website i {
    color: #0088cc;
}

.social-card.bank {}

.social-card.address i {
    color: #fc8f00;
}

.social-card i {
    font-size: 3rem;
    line-height: 0;
}

.social-texts {
    text-align: right;
}

.icon-farsi {
    width: 3rem;
}

#shareBtn {
    line-height: 0;
}

.custom-icon {
    width: 1.5rem;
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1em;
    margin-left: 5px;
}

.copy-btn:hover {
    opacity: 0.7;
}