.roof-process {
	background: #fff;
	padding: 70px 20px;
	font-family: "Roboto", sans-serif;
}

.roof-process .roof-container {
	max-width: 1100px;
	margin: auto;
}

.roof-process details {
	margin-bottom: 18px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.roof-process summary {
	background: #f7f7f7;
	color: #030f27;
	padding: 22px 25px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}

.roof-process summary:hover {
	background: #f5ad0d;
}

.roof-process details[open] summary {
	background: #030f27;
	color: white;
}

.roof-process summary::-webkit-details-marker {
	display: none;
}

.roof-process .icon {
	background: #f5ad0d;
	color: #030f27;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.roof-process .content {
	background: white;
	color: #7a7a7a;
	padding: 22px 25px;
	line-height: 1.7;
}

.roof-process .estimate-btn {
	display: inline-block;
	margin-top: 45px;
	background: #f5ad0d;
	color: #030f27;
	padding: 16px 32px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
}

.roof-process .estimate-btn:hover {
	background: #030f27;
	color: white;
}