/* Theme Name: Gimont Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of gimont
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: gimont
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  gimont-child
*/
/* Candidate profile responsive polish */



.nvg-profile-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 50px 20px;
}

.nvg-profile-hero {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 45px;
	align-items: center;
	margin-bottom: 35px;
}

.nvg-profile-hero-photo img,
.nvg-candidate-placeholder {
	width: 100%;
	max-width: 340px;
	border-radius: 18px;
	box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.nvg-profile-hero-photo img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.nvg-profile-hero-content h1 {
	font-size: 48px;
	line-height: 1.05;
	margin: 0 0 10px;
}

.nvg-profile-hero-content h2 {
	font-size: 24px;
	margin: 0 0 20px;
	color: #555;
}

.nvg-eyebrow {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	color: #b91c1c;
	margin-bottom: 8px;
}

.nvg-profile-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}

.nvg-profile-badges span {
	background: #f3f4f6;
	border-radius: 999px;
	padding: 8px 14px;
	font-weight: 600;
}

.nvg-profile-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.nvg-btn-primary,
.nvg-btn-secondary {
	display: inline-block;
	padding: 13px 20px;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}

.nvg-btn-primary {
	background: #b91c1c;
	color: #fff;
}

.nvg-btn-secondary {
	background: #111827;
	color: #fff;
}

.nvg-quick-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 40px;
}

.nvg-quick-facts div,
.nvg-panel,
.nvg-side-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 8px 28px rgba(0,0,0,.06);
	overflow-wrap: anywhere;
}

.nvg-quick-facts strong {
	display: block;
	font-size: 13px;
	color: #777;
	margin-bottom: 5px;
}

.nvg-quick-facts span {
	font-size: 18px;
	font-weight: 700;
}

.nvg-profile-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 30px;
	align-items: start;
}

.nvg-panel {
	margin-bottom: 28px;
}

.nvg-panel h2,
.nvg-side-card h3 {
	margin-top: 0;
}

.nvg-readable {
	font-size: 18px;
	line-height: 1.75;
}

.nvg-side-card {
	margin-bottom: 22px;
}

/* Social icons */
.nvg-social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.nvg-social-icons a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f3f4f6;
	color: #111827;
	text-decoration: none;
	font-size: 18px;
}

.nvg-social-icons a:hover {
	background: #b91c1c;
	color: #fff;
}

/* Tablet */
@media (max-width: 1024px) {
	.nvg-profile-hero {
		grid-template-columns: 280px 1fr;
		gap: 30px;
	}

	.nvg-profile-layout {
		grid-template-columns: 1fr;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.nvg-profile-wrap {
		padding: 30px 16px;
	}

	.nvg-profile-hero {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.nvg-profile-hero-photo img {
		max-width: 260px;
		margin: 0 auto;
	}

	.nvg-profile-hero-content h1 {
		font-size: 34px;
	}

	.nvg-profile-hero-content h2 {
		font-size: 20px;
	}

	.nvg-profile-badges,
	.nvg-profile-actions {
		justify-content: center;
	}

	.nvg-profile-actions a {
		width: 100%;
	}

	.nvg-quick-facts {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.nvg-panel,
	.nvg-side-card,
	.nvg-quick-facts div {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.nvg-quick-facts {
		grid-template-columns: 1fr;
	}
}