/*
Theme Name: MinhKhanh Finance
Theme URI: https://hotrotuvanvayvon.com
Author: MinhKhanh Finance
Description: Trang chủ dịch vụ vay thế chấp sổ đỏ - MinhKhanh Finance
Version: 1.0.1
Text Domain: minhkhanh-finance
*/

.glass {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.text-gradient {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #fcd34d, #d97706);
}

.faq-answer {
	transition: max-height 0.3s ease-out, padding 0.3s ease;
	max-height: 0;
	overflow: hidden;
}

.faq-answer.open {
	max-height: 500px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.process-card__image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.05) 55%);
	pointer-events: none;
}

html {
	scroll-padding-top: 6rem;
}

nav .site-nav-link.is-active {
	color: #0f172a;
	background-color: #fff7ed;
	font-weight: 600;
}

#mobile-nav .site-nav-link.is-active {
	color: #d97706;
	background-color: #fffbeb;
}

#site-header.is-scrolled {
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}
