.social-button {
    width: 40px;
    height: 40px;
    outline: 0 !important;
    cursor: pointer;
    font-size: 15px;
    border: none;
    margin-right: 10px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d6d6d6, #ffffff);
    box-shadow: 20px 20px 60px #cacaca, -20px -20px 60px #ffffff;
    color: var(--card-bg-color);
}

.social-button:active {
    border-radius: 50%;
    background: linear-gradient(145deg, #d6d6d6, #ffffff);
    box-shadow: inset 20px 20px 60px #cacaca, inset -20px -20px 60px #ffffff
}

.contact-details .icon-circle {
    display: flex;
    text-align: center;
    background: rgb(58, 89, 174);
    color: var(--card-bg-color);
    font-size: 21px;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    flex: 0 0 45px;
    border-radius: 50%;
}


/*New CSS*/
.card {
    background-color: var(--card-bg-color);
    color: #1a202c;
}
.wrapper-card {
    border-radius: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: auto;
    text-align: center;
    background-color: var(--card-bg-color);
    color: #1a202c;
}
.wrapper-card a {
    color: #1a202c;
}
.description {
    text-align: justify;
}
.border-div {
    border-left: 1px dashed black;
    padding-left: 1.5rem;
	text-align: left;
}
.portfolio-header .card {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.form-footer .card {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.image-wrapper svg path {
    fill: var(--card-bg-color);
}
.image-wrapper path.curve-shape {
    fill: rgb(58, 89, 174);
}
.image-wrapper {
    position: relative;
}
.themefour-profile-image {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.image-wrapper svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.contact-details-item h6 {
    letter-spacing: 0;
}
.contact-details .icon-circle .fa, .contact-details .icon-circle .fab {
    width: 25px;
    height: 25px;
    font-size: 30px;
}
.contact-details .icon-circle .fa.fa-phone {
    width: 22px;
}
.contact-details .icon-circle .fa.fa-envelope {
    font-size: 25px;
}
.contact-details .icon-circle .fa.fa-whatsapp, .contact-details .icon-circle .fa.fa-globe {
    font-size: 27px;
}
.contact-details .icon-circle .fab.fa-whatsapp {
    height: 31px;
}
.contact-details .icon-circle .fa.fa-map-marker {
    width: 17px;
    height: 30px;
}
.contact-details-item.linkedin .fa {
    height: 30px;
}
.contact-details a {
    padding: 0 1.1rem;
    margin-bottom: 1.5rem;
}
.contact-details li:last-child a {
    margin-bottom: 0;
}
.contact-details a:hover {
    background: rgba(58, 89, 174, 0.05);
}
.sticky-div {
    bottom: 0px;
    position: sticky;
    width: 100%;
    padding: 0;
}
.sticky-div > div {
    max-width: 400px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.fix-footer {
    display: block;
    background-color: #3a59ae;
    color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    font-size: 14px;
    height: 40px;
    line-height: 45px;
    max-width: 440px;
    opacity: 0.85;
    text-align: center;
    white-space: pre-wrap;
    width: 100%;
    font-weight: 600;
}
.fix-footer:hover {
    color: #fff;
}
.wrapper-card a.login-link {
    font-size: 1.1rem;
    text-decoration: underline;
    color: #3a59ae;
}

@media screen and (min-width: 992px) {
    .themefour-profile-image {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
}