/*!
Theme Name: ryancv child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://bslthemes.com/
Description: RyanCV - CV/Resume WordPress Theme
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: ryancv
Text Domain: ryancv-child
Tags: editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

body.single-vcard {
	overflow: scroll;
}

.card-container {
	display: flex;
    align-items: center;
    justify-content: center;
	min-height: 70vh;
	padding-bottom: 60px;
}
.card {
	max-width: 400px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	overflow: hidden;
}
.card-header {
	background: url('https://honidesign.com/wp-content/uploads/2024/12/Artboard-1-1.png') no-repeat center/cover;
	height: 180px;
}
.card-avatar {
	width: 135px;
	height: 135px;
	margin: -40px auto 10px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.card-avatar img {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	padding: 7px;
}

.card-content {
	padding: 0 20px 20px;
}

.card-title {
	margin-top: -70px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-top: 70px;
    padding-bottom: 50px;
    border-radius: 20px;
    background: transparent;
    position: relative;
}

.card-title-name {
	margin-bottom: 20px;
}

.card-title a {
	display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.card-title h1 {
	font-size: 30px;
	margin-bottom: 10px;
}

.card-description {
	font-size: 14px;
}
.card-description p {
	margin-bottom: 10px;
}
.card-social-icons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0;
}
.card-social-icons a {
	text-decoration: none;
}

.card-social-icons img {
	width:40px;
}

.card-info {
	text-align: left;
}

.card-info div {
	background: #fff;
    padding: 8px;
    margin: 7px 0 12px;
    text-align: center;
    border-radius: 20px;
    font-size: 20px;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-info div a {
	color: #000;
}

@media (max-width: 680px) {
    .card-container {
		min-height: calc(100vh - 130px);
		margin: 0 10px;
	}
}
