body {
    font-family: 'Arial', sans-serif;
    background-color: #EAEAEA;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
}

.card {
    background-color: #EAEAEA;
    width: 100%;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    /* margin-top: 100px; */
    /* height: 100vh; */
    /* background-image: url('Beige\ &\ Black\ Geometric\ Technology\ LinkedIn\ Banner.png'); */
}

.header {
    /* background-color: #e53935; */
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.profile-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-image img {
    /* width: 80px; */
    /* height: 80px; */
    /* border-radius: 50%; */
    /* border: 2px solid #fff; */
    /* margin-bottom: 10px; */
    /* position: relative; */
}

.bg-image{
    /* background-image: url('Capture-removebg-preview.png'); */
    position: absolute;
    /* height: 100%; */
    /* width: 100%; */
    background-repeat: no-repeat;
    top: 0;
    text-align: left;
}
.bg-image2{
    right: 0;
}
.profile-image p{
    margin: 0px;
}
.mycard{
    display: flex;
    padding: 0px 20px;
}
.mycard-data{
    padding: 0px 20px;
}

.contact-buttons {
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

.contact-buttons button {
    background-color: transparent;
    color: #000;
    border: 1px solid #ff6f61;
    padding: 10px 15px;
    /* margin: 5px; */
    /* border-radius: 5px; */
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    width: 49%;
}
.contact-buttons button svg,
.contact-buttons button i{
    color: #d32f2f;
}
.contact-buttons button:hover {
    background-color: #d32f2f;
    color: #fff;
}
.contact-buttons button:hover svg,
.contact-buttons button:hover i{
    color: #fff;
}
.body {
    padding: 20px;
}

.description {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    font-size: 14px;
}

.contact-info p {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
}

.mycard-data p{
    font-size: 16px;
}

.contact-info i {
    margin-right: 10px;
    color: #e53935;
}

.social-media {
    text-align: center;
    margin-top: 20px;
}

/* .social-media h3 {
    margin-bottom: 10px;
    color: #333;
    text-align: justify;
    padding: 0px 20px;
} */

.social-icons{
    display: flex;
    justify-content: space-evenly;
}

.social-icons a {
    margin: 0 10px;
    color: #666;
    font-size: 20px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #e53935;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e53935; /* Red background */
    border-radius: 50%; /* Circle shape */
    padding: 5px; /* Padding around the icon */
    width: 40px; /* Width of the circle */
    height: 40px; /* Height of the circle */
    text-align: center; /* Center the icon */
    margin: 0 12px; /* Spacing between icons */
}
.social:hover i,
.social:hover svg{
    transform: scale(1.2);
    transition: ease 0.5s;
}
.social i {
    color: #fff; /* Icon color */
    font-size: 24px; /* Icon size */
}


.footer {
    text-align: center;
    /* padding: 15px; */
    background-color: #e53935;
}

.vcard-button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.vcard-button:hover {
    background-color: #444;
}

.vcard-button i {
    margin-right: 10px;
}
