/**
 * HR Search UI - Footer & Homepage
 */

/* Ẩn footer mặc định Flatsome, dùng custom footer */
#footer .footer-1,
#footer .footer-2,
#footer .absolute-footer {
	display: none !important;
}

:root {
	--hr-primary: #0d6efd;
	--hr-primary-hover: #0b5ed7;
	--hr-dark: #0f172a;
	--hr-dark-lighter: #1e293b;
}

/* ========== CUSTOM FOOTER ========== */
.hrsearch-footer {
	background: linear-gradient(180deg, #0f172a 0%, #0a0f1a 100%);
	color: #94a3b8;
	padding: 48px 0 24px;
}

.hrsearch-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.hrsearch-footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.hrsearch-footer-brand {
	max-width: 320px;
}

.hrsearch-footer-logo {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none !important;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-bottom: 8px;
	transition: color .2s;
}

.hrsearch-footer-logo:hover {
	color: var(--hr-primary) !important;
}

.hrsearch-footer-tagline {
	font-size: .9rem;
	line-height: 1.5;
	margin: 0;
	opacity: .8;
}

.hrsearch-footer-links h4,
.hrsearch-footer-contact h4 {
	color: #fff;
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 16px;
}

.hrsearch-footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hrsearch-footer-links li {
	margin-bottom: 10px;
}

.hrsearch-footer-links a {
	color: #94a3b8 !important;
	text-decoration: none !important;
	font-size: .9375rem;
	transition: color .2s;
}

.hrsearch-footer-links a:hover {
	color: #fff !important;
}

.hrsearch-footer-contact p {
	margin: 0;
	font-size: 1rem;
}

.hrsearch-footer-contact a {
	color: var(--hr-primary) !important;
	text-decoration: none !important;
	font-weight: 500;
}

.hrsearch-footer-contact a:hover {
	text-decoration: underline !important;
}

.hrsearch-footer-bottom {
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.08);
	text-align: center;
}

.hrsearch-footer-bottom p {
	margin: 0;
	font-size: .8125rem;
	opacity: .7;
}

@media (max-width: 768px) {
	.hrsearch-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}
	
	.hrsearch-footer-brand {
		max-width: none;
	}
	
	.hrsearch-footer-links ul {
		display: inline-block;
		text-align: left;
	}
}

/* ========== HOMEPAGE ========== */
.page-id-2 .section,
.page-id-2 section {
	padding: 48px 0 !important;
}

.page-id-2 .featured-box,
.page-id-2 .ux-text-box {
	border-radius: 12px;
	transition: transform .2s, box-shadow .2s;
}

.page-id-2 .featured-box:hover,
.page-id-2 .ux-text-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px -8px rgba(0,0,0,.15);
}

.page-id-2 h2 {
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
}

.page-id-2 .accordion-item {
	border-radius: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

.page-id-2 .row {
	margin-bottom: 0;
}

.page-id-2 [class*="col"] {
	margin-bottom: 24px;
}

.page-id-2 .gap {
	height: 24px !important;
}
