/**
 * Section One – front page (legacy SectionOne)
 */

.section-one {
	padding: 56px 0;
	color: #0e2b5c;
}

.section-one .txt-orange {
	color: #f4a025;
}

.section-one h2 {
	font-weight: 700;
}

.section-one ul.section-one-services {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
	columns: 3;
	column-gap: 24px;
}

.section-one ul.section-one-services li,
.section-one ul.section-one-services a {
	font-weight: 600;
	line-height: 20px;
	display: flex;
	gap: 4px;
	align-items: center;
	margin-top: 25px;
	color: #000;
	text-decoration: none;
}

.section-one ul.section-one-services li:first-child,
.section-one ul.section-one-services li:first-child a {
	margin-top: 0;
}

.section-one ul.section-one-services a:hover {
	text-decoration: underline;
}

.section-one ul.section-one-services i {
	color: #f4a025;
	margin-right: 8px;
	font-size: 20px;
	flex-shrink: 0;
}

.section-one .col-l {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.section-one .get-a-quote-blue {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0e2b5c;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #0e2b5c;
	padding: 12px 24px;
	align-self: flex-start;
}

.section-one .get-a-quote-blue:hover {
	background-color: #0e2b5c;
	color: #fff;
}

.section-one .get-a-quote-blue i {
	font-size: 1.25rem;
}

.section-one .col-r {
	font-weight: 600;
	max-height: 660px;
}

.section-one .col-r .row {
	max-width: 400px;
	margin-left: auto;
	text-align: right;
}

.section-one .big-number {
	font-size: 50px;
	color: #f4a025;
}

.section-one .col-r p {
	font-size: 80%;
}

.section-one .img-container {
	background-color: #ddd;
	min-height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.section-one .overlay-img {
	background-color: #f4a025;
	min-width: 260px;
	width: 25%;
	height: 300px;
	position: relative;
	top: -25%;
	left: 10%;
	color: #fff;
	padding: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
}

.section-one .overlay-img:hover {
	background-color: #525252;
	color: #fff;
}

.section-one .overlay-img img {
	width: 60px;
}

.section-one .overlay-img p {
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	color: #fff;
}

.section-one .overlay-img i {
	font-size: 25px;
}

@media (max-width: 992px) {
	.section-one {
		padding: 24px 0;
	}

	.section-one ul.section-one-services {
		columns: 1;
	}

	.section-one .col-r .row {
		max-width: none;
		text-align: left;
	}

	.section-one .overlay-img {
		width: 100%;
		min-width: 0;
		left: 0;
	}
}
