/* Styling for single-contact.php */
body {
	padding: 0;
	margin: 0;
	padding-bottom: 400px;
}

.profile-banner-image img {
	width: 100%;
	height: auto;
	border-radius: 0 0 20px 20px;
}

.profile-picture-wrapper {
	margin-top: -83px;
	margin-left: -11px;
	width: fit-content;
}

.profile-picture-image img {
	border-radius: 50%;
	height: 143px;
}

.profile-job-company {
	display: flex;
	align-items: baseline;
}

body, h2, h3, h4, p {
	font-family: 'Nunito Sans', sans-serif;
}

.profile-contact-name{
	color: #0C0B7C;
}

.profile-contact-name * {
	font-size: 24px;
}

.profile-contact-fname {
	font-weight: 500;
}

.profile-contact-lname {
	font-weight: 700;
}
.profile-contact-name h2 {
	margin: 0;
	margin-top: 25px;
}
.profile-job-company * {
	margin: 0;
	font-weight: 400;
}
.profile-job-company * , .profile-about-content p {
	color: #626262;
}
.profile-about-content p {
	margin: 0;
}
.profile-job-title {
	font-size: 16px;
}
.profile-company-name {
	font-size: 12px;
}
.profile-about-title h3 {
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}
.profile-about-content p {
	font-size: 12px;
	font-weight: 400;
}
.profile-details-main-wrapper {
	border-radius: 30px 30px 0 0;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
	position: fixed; 
	bottom: 0;
	width: 100%;
	max-height: 80vh; 
	overflow-y: auto; 
	background: white;
	transition: transform 0.3s ease-in-out;
	transform: translateY(80%);
}

.profile-share-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.container-indent {
	margin: 0 8% 0;
}
.profile-about-section {
	margin-top: 22px;
}

.profile-details.container-indent {
	margin-top: 28px;
	margin-bottom: 40px;
}

.profile-share-title h3 {
	font-size: 24px;
	font-weight: 900;
	color: #0C0B7C;
}

.profile-share-button {
	padding: 0px 21px;
	border: 1px #0C0B7C solid;
	border-radius: 10px;
}

.profile-share-button a {
	font-size: 12px;
	color: #0C0B7C
}

.profile-detail p {
	margin: 0;
}

.profile-detail {
	display: flex;
	margin-bottom: 16px;
}

.profile-detail-icon i {
	padding: 10px;
	background: #0C0B7C;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	color: white;
}

.profile-pseudo-row-content .profile-detail-icon i {
	background: white;
	border: 1px #0C0B7C solid;
	color: #0C0B7C;
}

.profile-pseudo-row-content {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.profile-detail-subtitle p {
	color: #C8C8C8;
	font-size: 12px;
	font-weight: 400;
}
.profile-detail-wrapper {
	margin-top: 23px;
}

.profile-detail-information p {
	font-size: 14px;
}

.profile-contact-buttons {
	display: flex;
	justify-content: space-around;
	margin-top: 52.5px;
}

.profile-contact-button {
	padding: 4px 34px;
	background: #0C0B7C;
	border-radius: 8px;
}
.profile-contact-button a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}


.contact-now-button i {
	margin-right: 2px;
}
