/* Reset */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	scroll-behavior: smooth;
	color: var(--color-text);
	background: var(--color-background);
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: var(--color-background);
	border-bottom: 1px solid var(--color-border);
	z-index: 999;
	padding: 0 0;
	backdrop-filter: blur(8px);
}

.section-under-header{
	height: 72px;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	padding: 0.5rem 4rem;
}

@media (max-width: 768px) {
	.site-header-container{
		margin: 0 auto;
		width: 100%;
	}
}


.logo {
	font-weight: bold;
	font-size: 1.5rem;
}

.logo img {
	height: 40px;
	width: auto;
	display: block;
}

.site-header-container a {
	font-weight: 500;
	color: var(--hr-main-header-color);
	text-decoration: none;
}

.site-header-container a:hover {
	color: var(--hr-main-header-hover-color);
}
.site-header-container .site-nav a {
	margin-left: 1.5rem;
}



.content-wrapper {
	margin-left: 0;
}
.content {
	max-width: 1100px;
	padding: 0.4rem 2rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.content {
		padding: 0.4rem 0.4rem 0.4rem;
	}
}

.hr-gray-pill{
	background-color: rgb(246, 246, 244);
	border-radius: 24px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-width: 100%;
	overflow: clip;
	padding: 32px;
}

.card-body{
	--bs-card-spacer-x: 1rem;
	--bs-card-spacer-y: 1rem;
}
.card{
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(56, 49, 47, 0.03) 1px 1px 0px 2px;
	object-fit: fill;
	transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
	margin-bottom: 1.5rem;
	--bs-card-inner-border-radius: 1rem;
	--bs-card-border-radius: 1rem;
	--bs-border-color-translucent: rgb(228, 227, 224);;
}

h1{
	margin: 0 0 2rem;
}
.card-header h4{
	margin: 0;
}
.card-header {
	--bs-card-cap-padding-y: 1rem;
	--bs-card-cap-padding-x: 1rem;
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
.card-header img{
	width:20px;
}
.btn{
	--btn-border-radius: 100px;
	--bs-border-radius: 100px;
	--bs-btn-padding-x: 1.25rem;
}

.hr_hero_text{
	position:absolute;
	top:0;
	left:0;
	max-width: 500px;
	padding: 2rem;
}
.hr_features_holder h2{
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 1.2rem;
}
.hr_demo_holder .image-holder{
	min-width: 300px;
}
.hr_features_holder h4{
	margin: 0 1rem;
	text-align: center;
}
.hr_report_holder{
	display: flex;
	flex-direction: row;
	gap:0.5rem;
}
.hr_report_holder_right{
	display: flex;
	flex-direction: column;
	gap:0.5rem;
	flex:3;
}
.hr_features_holder .horizontal-flex{
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
.hr_contact_us{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.hr_report_holder_left{
	padding: 0 1rem 0 2rem;
}
.hr_report_holder_images{
	display: flex;
	flex-direction: row;
	gap:0.5rem;
}
.hr_bottom_links{
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: center;
}

/* Small screens */
@media (max-width: 976px) {
	img.hr_woman{
		display: none;
	}
	.hr_hero_text{
		position: relative;
	}
	.hr_features_holder h2{
		font-size: 2rem;
	}
	.section-under-header {
		height: 2rem;
	}
	.section-explainer-contents .hr_proposal_holder .horizontal-flex{
		flex-direction: column;
		gap:1rem;
		margin-bottom: 1rem;
	}
	.section-explainer-contents .hr_proposal_holder .horizontal-flex .card{
		margin-bottom: 0;
	}
	.hr_demo_holder h3{
		margin: 0.5rem 0 1.5rem 0;
	}
	.hr_demo_holder .image-holder{
		min-width: 200px;
	}
	.section-divider{
		height: 2rem !important;
	}
	.section-explainer .section-explainer-contents .hr_proposal_holder .card .image-holder {
		max-width: 60px;
	}
	.section-explainer .section-explainer-contents .hr_proposal_holder .card .image-holder img{
		border-radius: 0.5rem;
	}
}
@media (max-width: 768px) {
	.site-header .container {
		padding: 0.4rem 2.4rem 0.4rem;
	}
	.section-explainer-contents.hr_time_container .horizontal-flex{
		flex-direction: column;
		gap:1rem;
		margin-bottom: 1rem;
	}
	.section-explainer-contents.hr_time_container .horizontal-flex .card{
		margin-bottom: 0;
	}
	.section-explainer .section-explainer-contents.hr_time_container .card .image-holder{
		max-width: 100px !important;
	}
	.section-explainer .section-explainer-contents.hr_time_container .card .image-holder img {
		border-radius: 0.5rem;
	}
	.hr_features_holder h2 {
		font-size: 1.6rem;
	}
	.hr_features_holder h4{
		font-size: 1.2rem;
	}
	.hr_report_holder{
		padding-right: 2rem;
	}
	.hr_report_holder h2{
		font-size: 1.6rem;
	}
	.hr_report_holder_right{
		display: none;
	}
}
@media (max-width: 680px) {
	.hr_features_holder .horizontal-flex{
		flex-direction: column;
	}
	.hr_features_holder .horizontal-flex .horizontal-flex{
		flex-direction: row;
	}
	.hr_contact_us h2{
		font-size: 1.6rem;
	}
	.hr_contact_us img{
		width: 3rem;
	}
}
@media (max-width: 490px) {
	.site-header .logo{
		font-size: 1rem;
	}
	.hr_time_container .image-holder{
		display: none;
	}
	.hr_time_container .explanation{
		display: none;
	}
	.hr_contact_us{
		flex-direction: column;
		gap: 1.5rem;
	}
	.hr_contact_us h2{
		font-size: 1.6rem;
	}
	.hr_contact_us img{
		width: 2rem;
	}
	.hr_report_holder{
		flex-direction: column;
		padding: 0 2rem;
		gap:2rem;
	}
	.hr_report_holder_left{
		padding: 0;
	}
	.section-explainer .section-explainer-contents .hr_proposal_holder .card .image-holder{
		display: none;
	}
	.section-explainer .section-explainer-contents .hr_demo_holder .card{
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 440px) {
	.site-header .demo_link{
		display: none;
	}
	.site-header-container .site-nav a{
		margin-left: 0.5rem;
	}
	.hr_report_holder_images{
		display: none;
	}
	.hr_bottom_links{
		gap:1rem;
	}
	.hr_bottom_links img{
		max-width: 2.2rem;
	}
	.section-explainer .section-explainer-contents{
		padding: 1rem 1rem 1rem !important;
		border-radius: 0 !important;
	}
	.content{
		padding: 0;
	}
	.hr_hero_text{
		padding: 2rem 1rem;
	}
}
