
.service-outer-one {
	padding: 250px 0px 150px;
	background-size: 100% 100%;
	z-index: 2;
	margin-top: -180px;
}

@media (max-width:1024px) {
	.service-outer-one {
		background-size: cover;
		margin-top: -15px;
		padding: 50px 0px 125px;
	}
}

.service-outer-one .theme-heading h1 {
	color: #fff;
	text-align: center;
	margin: 0px 0px 30px;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width:1024px) {
	.service-outer-one .theme-heading h1 {
		font-size: 40px;
	}
}

.service-outer-one .content p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

@media (max-width:1024px) {
	.service-outer-one .content p {
		font-size: 18px;
	}
}

.service-outer-one .items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;
	margin: 30px 0px;
}

@media (max-width:1024px) {
	.service-outer-one .items {
		grid-template-columns: 1fr 1fr;
	}
}

.service-outer-one .items .item img {
	width: 150px;
}

.service-outer-one .button a {
	margin: 10px auto 0px;
}

.service-outer-two {
	z-index: 1;
	background-size: 100% 100%;
	padding: 100px 0px;
	margin-top: -100px;
	display: block;
}

@media (max-width:1024px) {
	.service-outer-two {
		padding: 50px 0px;
	}
}

.service-outer-two .theme-heading h2 {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width:1024px) {
	.service-outer-two .theme-heading h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
}

.service-outer-two .content p {
	color: #000;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

@media (max-width:1024px) {
	.service-outer-two .content p {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.service-outer-two .main {
	margin-top: 50px;
}

@media (max-width:1024px) {
	.service-outer-two .main {
		display: none;
	}
}

.service-outer-two .mobile-main {
	display: none;
}

@media (max-width:1024px) {
	.service-outer-two .mobile-main {
		display: block;
	}
}

.service-outer-two .mobile-main .item {
	position: relative;
}

.service-outer-two .mobile-main .item .text {
	position: absolute;
	position: absolute;
	bottom: 0;
	bottom: 0px;
	left: 0;
	display: flex;
	flex-direction: column;
	z-index: 8;
	padding: 0px 10px 10px;
	align-items: center;
	text-align: center;
	opacity: 1;
	transition: .5s;
}

.service-outer-two .mobile-main .item .text:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 27%);
	top: 0;
	left: 0;
	position: absolute;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.service-outer-two .mobile-main .item .text h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.service-outer-two .mobile-main .item .text p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 10px 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.service-outer-two .mobile-main .item .text a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #35b060;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.service-outer-two .mobile-main .item .text img.icon {
	width: 50px;
}

.service-outer-two .slider-nav .slick-slide {
	margin: 0px 5px;
}

.service-outer-two .slider-nav .slick-slide h3 {
	color: #fff;
	text-align: center;
	display: flex;
	font-size: 22px;
	font-style: normal;
	padding: 10px 0px;
	font-weight: 700;
	gap: 10px;
	line-height: 140%;
	border-radius: 100px;
	background: #000;
	justify-content: center;
	align-items: center;
}

.service-outer-two .slider-nav .slick-slide h3 img {
	width: 32px;
}

.service-outer-two .slider-nav .slick-current h3 {
	background: #35b060;
}

.service-outer-two .slider-nav .slick-arrow {
	font-size: 0;
	line-height: 0;
	top: 65%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	position: absolute;
	display: block;
	padding: 0;
}

.service-outer-two .slider-nav .slick-prev {
	left: -15px;
	width: 30px;
	height: 30px;
	background-color: var(--primary);
	padding: 5px;
	border-radius: 50%;
	z-index: 1;
}

.service-outer-two .slider-nav .slick-prev:before {
	content: "←";
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #fff;
}

.service-outer-two .slider-nav .slick-next {
	right: -15px;
	width: 30px;
	height: 30px;
	background-color: var(--primary);
	padding: 5px;
	border-radius: 50%;
}

.service-outer-two .slider-nav .slick-next:before {
	content: "→";
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #fff;
}

.service-outer-two .slider-for {
	margin-top: 30px;
}

.service-outer-two .slider-for .slick-list {
	padding: 50px 0px !important;
}

.service-outer-two .slider-for .text {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 8;
	padding: 0px 45px;
	bottom: 10px;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: .5s;
}

.service-outer-two .slider-for .text p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 10px 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.service-outer-two .slider-for .text a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #35b060;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.service-outer-two .slider-for img {
	width: 100%;
}

.service-outer-two .slider-for img.icon {
	width: 40px;
}

.service-outer-two .slider-for .slick-slide {
	transform: scale(.75);
	transition: all .5s ease;
	border-radius: 20px;
	overflow: hidden;
}

.service-outer-two .slider-for .slick-center {
	transform: scale(1.2) !important;
	transition: all .5s ease !important;
	border-radius: 20px;
	overflow: hidden;
}

.service-outer-two .slider-for .slick-center:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, black 100%);
	top: 0;
	left: 0;
	position: absolute;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
}

.service-outer-two .slider-for .slick-center .text {
	opacity: 1 !important;
	transition: .5s !important;
}

.service-outer-two .slider-for .slick-center .text a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.service-outer-two .static-slider {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.service-outer-two .static-slider div {
	flex: 1;
	max-width: 100%;
	cursor: pointer;
}

.service-outer-two .static-slider div:hover {
	opacity: .7;
}

.service-outer-three {
	z-index: 2;
	background-size: 100% 100%;
	padding: 150px 0px;
	margin-top: -100px;
}

@media (max-width:1024px) {
	.service-outer-three {
		background-size: cover;
		margin-top: 0px;
		padding: 80px 0px;
		background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Group-1000011079.png") !important;
	}
	
	.service-outer-three.nitro-lazy {
		background-image: none !important;
	}
}

.service-outer-three .theme-heading h2 {
	color: #fff;
	margin-bottom: 40px;
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width:1024px) {
	.service-outer-three .theme-heading h2 {
		margin-bottom: 30px;
		margin-top: 35px;
		font-size: 34px;
	}
}

.service-outer-three .car-image {
	position: relative;
}

.service-outer-three .car-image img {
	width: 100%;
	position: absolute;
	bottom: -50px;
}

.service-outer-three .items .item .head {
	display: flex;
	align-items: center;
	gap: 20px;
}

.service-outer-three .items .item .head h3 {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width:1024px) {
	.service-outer-three .items .item .head h3 {
		font-size: 28px;
	}
}

.service-outer-three .items .item .head img {
	width: 50px;
}

.service-outer-three .items .item p {
	color: #ccc;
	margin: 20px 0px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.inner-form {
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Group-1000011072.png");
	background-size: 100% 100%;
	margin-top: -40px;
	display: block;
}

.inner-form.nitro-lazy {
	background-image: none !important;
}

@media (max-width:1024px) {
	.inner-form {
		background-size: cover;
	}
}

.inner-form .flex-part {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	background: #fff;
	clip-path: polygon(0% 0%, 100% 0%, 98% 50%, 100% 100%, 0% 100%, 2% 50%);
	width: fit-content;
	margin: 0 auto;
	padding: 5px 20px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width:1024px) {
	.inner-form .flex-part {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 100%;
	}
}

.inner-form .flex-part h2 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

@media (max-width:1024px) {
	.inner-form .flex-part h2 {
		font-size: 26px;
	}
}

.inner-form .flex-part img {
	width: 150px;
}

.inner-form .form-car input, .inner-form .form-car textarea {
	border-radius: 5px;
	background: #fff;
	width: 100%;
	height: 40px;
}

.inner-form .form-car .gform_button.button {
	background: #35b060 !important;
	width: 100% !important;
	font-size: 20px !important;
	font-style: italic !important;
	font-weight: 700 !important;
	line-height: 0% !important;
}

.inner-form .form-car {
	display: grid;
	padding: 44px 40px 20px;
	gap: 30px;
	grid-template-columns: 24% 74%;
}

@media (max-width:1024px) {
	.inner-form .form-car {
		padding: 100px 20px 40px;
		grid-template-columns: 1fr;
	}
}

.inner-form .form-car img {
	width: 100%;
}

.why-choose-us {
	padding: 120px 0px 80px;
	z-index: 0;
	margin-top: -100px;
}

@media (max-width:1024px) {
	.why-choose-us {
		padding: 80px 0px 100px;
		margin-top: -65px;
	}
}

.why-choose-us .theme-heading h2 {
	color: #fff;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

@media (max-width:1024px) {
	.why-choose-us .theme-heading h2 {
		font-size: 46px;
		line-height: 120%;
		text-align: center;
	}
}

.why-choose-us .content p {
	color: #e2e2e2;
	text-align: left;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width:1024px) {
	.why-choose-us .content p {
		text-align: center;
		font-weight: 500;
	}
}

.why-choose-us .items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 50px;
}

@media (max-width:1024px) {
	.why-choose-us .items {
		grid-template-columns: 1fr;
	}
}

.why-choose-us .items .item {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	background: linear-gradient(180deg, #043816 0%, #5fb04e 100%);
	align-items: center;
	justify-content: center;
}

.why-choose-us .items .item h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 1px;
}

.why-choose-us .items .item p {
	color: #dcdcdc;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.why-choose-us .items .item img {
	width: 100px;
}

.why-choose-us .img-container {
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0;
}

.why-choose-us .img-container img.main {
	width: 650px;
}

@media (max-width:1024px) {
	.why-choose-us .img-container img.main {
		display: none;
	}
}

.why-choose-us .img-container img.car {
	position: absolute;
	left: 10%;
	bottom: -30px;
	width: 400px;
}

@media (max-width:1024px) {
	.why-choose-us .img-container img.car {
		left: 0%;
		bottom: -45px;
		width: 100%;
		position: relative;
	}
}

.service-inner-one {
	display: block;
	padding: 338px 0px 220px 100px;
	margin-top: -180px;
	overflow: hidden;
}

@media (max-width:1024px) {
	.service-inner-one {
		padding: 50px 0px 100px;
		margin-top: -15px;
	}
}

.service-inner-one .theme-heading h1 {
	color: #fff;
	font-size: 44px;
	font-style: normal;
	margin: 0px;
	font-weight: 700;
	line-height: 120%;
	text-transform: capitalize;
}

@media (max-width:1024px) {
	.service-inner-one .theme-heading h1 {
		font-size: 40px;
		text-align: center;
	}
}

.service-inner-one .content p {
	color: #fff;
	font-size: 18px;
	margin: 20px 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

@media (max-width:1024px) {
	.service-inner-one .content p {
		text-align: center;
	}
}

@media (max-width:1024px) {
	.service-inner-one .button {
		display: flex;
		justify-content: center;
	}
}

.service-inner-one .left {
	position: relative;
}

.service-inner-one .img-logo {
	position: relative;
}

.service-inner-one .img-logo img.logo {
	width: 225px;
	position: absolute;
	bottom: -53px;
	z-index: 2;
}

@media (max-width:1024px) {
	.service-inner-one .img-logo img.logo {
		bottom: -38px;
		width: 150px;
	}
}

.service-inner-one .img-container {
	position: absolute;
	right: 0;
	top: 58%;
	transform: translateY(-50%);
}

@media (max-width:1024px) {
	.service-inner-one .img-container {
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(0%);
	}
}

.service-inner-one .img-container img {
	position: relative;
	width: 100%;
}

.service-inner-two {
	padding: 50px 0px 100px;
	margin-top: -32px;
	z-index: 0;
}

@media (max-width:1024px) {
	.service-inner-two {
		margin-top: -75px;
	}
}

.service-inner-two .theme-heading h2 {
	color: #000;
	font-size: 48px;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width:1024px) {
	.service-inner-two .theme-heading h2 {
		font-size: 33px;
		text-align: center;
	}
}

.service-inner-two .content p {
	color: #616161;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

@media (max-width:1024px) {
	.service-inner-two .content p {
		text-align: center;
	}
}

.inner-slider {
	padding: 0px 0px;
	display: block;
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Group-1000010994-1.png");
	background-size: 100% 100%;
	margin-top: -50px;
	z-index: 2;
}

.inner-slider.nitro-lazy {
	background-image: none !important;
}

@media (max-width:1024px) {
	.inner-slider {
		background: #fff;
	}
}

.inner-slider .slick-track {
	display: flex;
	align-items: center;
}

.inner-slider .slick-slide img {
	width: 100%;
	padding: 50px;
}

@media (max-width:1024px) {
	.inner-slider .slick-slide img {
		padding: 0;
	}
}

.service-inner-three {
	background-size: 100% 100%;
	padding: 100px 0px 50px;
	margin-top: -50px;
}

@media (max-width:1024px) {
	.service-inner-three {
		background-size: cover;
		padding: 75px 0px 50px;
	}
}

.service-inner-three .theme-heading h2 {
	color: #fff;
	font-size: 48px;
	font-style: normal;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: normal;
}

@media (max-width:1024px) {
	.service-inner-three .theme-heading h2 {
		font-size: 36px;
		text-align: center;
	}
}

.service-inner-three ul li {
	display: inline-block;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	padding-left: 32px;
	text-transform: none;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	position: relative;
}

.service-inner-three ul li::before {
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/logo-co-2.png");
	width: 45px;
	height: 35px;
	left: -15px;
	top: -5px;
	position: absolute;
}

.service-area-outer-one {
	background-size: 100% 100%;
	padding: 225px 0px 100px;
	margin-top: -180px;
}

@media (max-width:1024px) {
	.service-area-outer-one {
		background-size: cover;
		margin-top: -15px;
		padding: 50px 0px 50px;
		background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/04/service-area-hero-mobile.webp") !important;
	}
	
	.service-area-outer-one.nitro-lazy {
		background-image: none !important;
	}
}

.service-area-outer-one .theme-heading h1 {
	color: #fff;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	margin: 0px;
	line-height: 125%;
}

@media (max-width:1024px) {
	.service-area-outer-one .theme-heading h1 {
		font-size: 29px;
		text-align: center;
	}
}

.service-area-outer-one .content p {
	color: #d7d7d7;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	margin: 30px 0px;
	line-height: 160%;
}

@media (max-width:1024px) {
	.service-area-outer-one .content p {
		text-align: center;
	}
}

@media (max-width:1024px) {
	.service-area-outer-one .button {
		display: flex;
		justify-content: center;
	}
}

.service-area-outer-one .right {
	position: relative;
}

.service-area-outer-one .img-container img {
	border: 4px solid #fff;
}

.service-area-outer-one .items {
	position: absolute;
	top: 20px;
	right: -45px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 52%;
}

@media (max-width:1024px) {
	.service-area-outer-one .items {
		display: none;
		position: relative;
		top: -70px;
		right: 0;
		gap: 10px;
		width: 75%;
	}
}

.service-area-outer-one .items .item {
	background: linear-gradient(180deg, #5fb04e 0%, #043816 100%);
	padding: 10px 20px;
	border-radius: 15px;
}

.service-area-outer-one .items .item h3 {
	color: #fff;
	font-size: 48px;
	font-style: italic;
	font-weight: 700;
	line-height: 90%;
}

.service-area-outer-one .items .item h3:after {
	content: "+";
}

.service-area-outer-one .items .item p {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	font-weight: 700;
	margin-top: 8px;
	line-height: 120%;
}

.service-area-inner-one {
	padding: 225px 0px 100px;
	margin-top: -180px;
}

@media (max-width:1024px) {
	.service-area-inner-one {
		margin-top: -15px;
		padding: 50px 0px 100px;
	}
}

.service-area-inner-one .theme-heading h1 {
	color: #fff;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0px;
}

@media (max-width:1024px) {
	.service-area-inner-one .theme-heading h1 {
		font-size: 34px;
		text-align: center;
	}
}

.service-area-inner-one .theme-heading h1 span {
	color: #35b060;
	font-family: "Zilla Slab";
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

@media (max-width:1024px) {
	.service-area-inner-one .theme-heading h1 span {
		font-size: 34px;
		text-align: center;
	}
}

.service-area-inner-one .content {
	margin: 20px 0px;
}

.service-area-inner-one .content p {
	color: #c4c4c4;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

@media (max-width:1024px) {
	.service-area-inner-one .content p {
		color: #d2d2d2;
		font-size: 16px;
		text-align: center;
	}
}

.service-area-inner-one .content ul li {
	color: #dfdfdf;
	font-family: "Zilla Slab";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

@media (max-width:1024px) {
	.service-area-inner-one .content ul li {
		font-size: 18px;
	}
}

@media (max-width:1024px) {
	.service-area-inner-one .button {
		display: flex;
		justify-content: center;
	}
}

.service-area-inner-one .right {
	position: relative;
}

.service-area-inner-one .right .img-container img {
	border: 5px solid #fff;
	box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, .1);
}

.service-area-inner-one .right .title {
	position: absolute;
	right: -15px;
	top: 35px;
}

.service-area-inner-one .right .title img {
	width: 100px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.service-area-inner-one .right .title h3 {
	color: #35b060;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	border: 5px solid #fff;
	background: #000;
	padding: 5px 10px 8px 50px;
}

.service-area-inner-two {
	background-size: 100% 100%;
	padding: 50px 0px 100px;
}

@media (max-width:1024px) {
	.service-area-inner-two {
		background-size: cover;
		padding: 50px 0px 75px;
		margin-top: -65px;
	}
}

.service-area-inner-two .theme-heading h2 {
	color: #000;
	text-align: center;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: .27px;
}

@media (max-width:1024px) {
	.service-area-inner-two .theme-heading h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}

.service-area-inner-two .img-container img {
	border-radius: 15px 15px 0px 0px;
}

.service-area-inner-two .content {
	display: grid;
	grid-template-columns: 61% 38%;
	gap: 10px;
	background: linear-gradient(180deg, #000 0%, #2b2b2b 100%);
	padding: 20px 20px;
	align-items: center;
	border-radius: 0px 0px 15px 15px;
}

@media (max-width:1024px) {
	.service-area-inner-two .content {
		grid-template-columns: 1fr;
	}
}

.service-area-inner-two .content p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.service-area-inner-two .content ul li {
	color: #fff;
	font-family: "Zilla Slab";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 180%;
}

.service-area-inner-three {
	background-size: 100% 100%;
	margin-top: -60px;
	z-index: 0;
	padding: 120px 0px 100px;
}

.service-area-inner-three .right {
	position: relative;
}

.service-area-inner-three .right img.car {
	width: 100%;
	bottom: -50px;
	position: absolute;
}

.service-area-inner-three .theme-heading h2 {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width:1024px) {
	.service-area-inner-three .theme-heading h2 {
		font-size: 36px;
		margin-top: 30px;
		text-align: center;
	}
}

.service-area-inner-three .content {
	margin: 20px 0px;
}

.service-area-inner-three .content p {
	color: #686868;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

@media (max-width:1024px) {
	.service-area-inner-three .content p {
		text-align: center;
	}
}

.service-area-inner-three .content ul li {
	color: #484848;
	font-family: "Zilla Slab";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

@media (max-width:1024px) {
	.service-area-inner-three .content ul li {
		font-size: 18px;
	}
}

@media (max-width:1024px) {
	.service-area-inner-three .button {
		display: flex;
		justify-content: center;
	}
}

.service-area-inner-four {
	padding: 175px 0px 0px;
	z-index: 0;
	margin-top: -120px;
	overflow: hidden;
}

@media (max-width:1024px) {
	.service-area-inner-four {
		padding: 160px 0px 0px;
		border-top: 0px solid var(--primary);
	}
}

.service-area-inner-four .container {
	position: relative;
}

.service-area-inner-four .container img.logo {
	width: 115px;
	position: absolute;
	right: -25px;
	top: 75px;
	z-index: 2;
}

@media (max-width:1024px) {
	.service-area-inner-four .container img.logo {
		width: 100px;
		position: absolute;
		right: 12px;
		top: 230px;
		z-index: 2;
	}
}

.service-area-inner-four .row {
	display: flex;
	flex-direction: column;
	gap: 0px;
	text-align: center;
}

.service-area-inner-four .theme-heading {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-area-inner-four .theme-heading img {
	width: 420px;
}

@media (max-width:1024px) {
	.service-area-inner-four .theme-heading img {
		width: 95%;
	}
}

.service-area-inner-four .theme-heading h2 {
	color: #000;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

@media (max-width:1024px) {
	.service-area-inner-four .theme-heading h2 {
		color: #474747;
		text-align: center;
		font-size: 32px;
		padding: 0px 15px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
	}
}

.service-area-inner-four .theme-heading h2 span {
	color: #e60000;
}

.service-area-inner-four .content p {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: .8px;
	margin: 30px 0px;
}

.service-area-inner-four .flex-part {
	display: grid;
	grid-template-columns: 33% 62%;
	justify-content: space-between;
	gap: 30px;
	overflow: hidden;
	margin-top: 50px;
}

@media (max-width:1024px) {
	.service-area-inner-four .flex-part {
		display: flex;
		flex-direction: column;
		margin-top: 15px;
	}
}

.service-area-inner-four .tabs {
	display: flex;
	flex-direction: column;
	z-index: 6;
	gap: 20px;
	justify-content: center;
}

@media (max-width:1024px) {
	.service-area-inner-four .tabs {
		padding: 0px 10px;
	}
}

.service-area-inner-four .tabs::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 0px;
	background-color: lightblue;
}

.service-area-inner-four .tabs::-webkit-scrollbar {
	width: 0px;
	height: 5px;
	background-color: var(--primary);
}

.service-area-inner-four .tabs::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: var(--primary);
}

@media (max-width:1024px) {
	.service-area-inner-four .tabs {
		gap: 20px 5px;
		display: flex;
		flex-direction: row;
		overflow: scroll;
		width: 365px;
		justify-content: flex-start;
	}
}

.service-area-inner-four .tabs .tab {
	color: #000;
	padding: 10px 50px 10px 20px;
	font-size: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	transition: .5s;
	cursor: pointer;
}

@media (max-width:1024px) {
	.service-area-inner-four .tabs .tab {
		justify-content: center;
		padding: 0px;
	}
	
	.service-area-inner-four .tabs .tab svg {
		display: none;
	}
}

.service-area-inner-four .tabs .tab h3 {
	color: #181818;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: .4px;
	transition: .5s;
}

@media (max-width:1024px) {
	.service-area-inner-four .tabs .tab h3 {
		font-size: 24px;
		padding: 10px;
		line-height: 100%;
	}
}

.service-area-inner-four .tabs .tab svg {
	transition: .5s;
}

.service-area-inner-four .tabs .tab svg path {
	fill: #35b060;
}

.service-area-inner-four .tabs .tab.active {
	color: #35b060;
	background: #35b060;
}

.service-area-inner-four .tabs .tab.active h3 {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: .5px;
}

.service-area-inner-four .tabs .tab.active svg {
	transform: rotate(90deg);
}

.service-area-inner-four .tabs .tab.active svg path {
	fill: #fff;
}

.service-area-inner-four .items {
	display: grid;
	grid-template-areas: "stack";
	overflow: hidden;
	position: relative;
}

@media (max-width:1024px) {
	.service-area-inner-four .items {
		padding: 0px 10px;
	}
}

.service-area-inner-four .items img.logo {
	width: 150px;
	position: absolute;
	right: -45px;
	top: -35px;
}

.service-area-inner-four .items .item {
	opacity: 0;
	display: flex;
	grid-area: stack;
	grid-template-columns: 40% 60%;
	transform: translateX(-100%);
	transition: 1s ease-in-out;
	flex-direction: column;
	position: relative;
}

.service-area-inner-four .items .item.active {
	opacity: 1;
	transform: translateX(0%);
	transition: 1s ease-in-out;
}

@media (max-width:1024px) {
	.service-area-inner-four .items .item.active {
		display: grid;
		grid-template-columns: 1fr;
	}
}

.service-area-inner-four .items .item .left img {
	width: 100%;
	height: 100%;
}

@media (max-width:1024px) {
	.service-area-inner-four .items .item .left img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		box-shadow: none;
	}
}

.service-area-inner-four .items .item .right {
	border-radius: 15px;
	border: 3px solid #35b060;
	background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), linear-gradient(180deg, #000 0%, #1b8c19 100%), linear-gradient(180deg, #5fb04e 0%, #092c01 100%), #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: -15px;
}

.service-area-inner-four .items .item .right .head {
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
}

@media (max-width:1024px) {
	.service-area-inner-four .items .item .right .head {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 10px;
	}
}

@media (max-width:1024px) {
	.service-area-inner-four .items .item .right {
		position: relative;
		bottom: 0;
		transform: translateX(-50%);
		left: 50%;
		width: 100%;
		border-radius: 0px;
		padding: 12px;
		clip-path: none;
	}
}

.service-area-inner-four .items .item .right h3 {
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: center;
	font-size: 25px;
	color: #fff;
}

.service-area-inner-four .items .item .right p {
	align-items: center;
	text-align: center;
	color: #e2e2e2;
	font-size: 16px;
	margin: 10px 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.service-area-inner-four .items .item .right h3.moblie-heading {
	display: none;
}

.service-area-inner-four .items .item .right ul.theme li {
	line-height: 180%;
	align-items: flex-start;
}

.service-area-inner-four p {
	font-size: 22px;
	font-weight: 600;
	text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.insurance-one {
	padding: 225px 0px 50px;
	margin-top: -180px;
}

@media (max-width:1024px) {
	.insurance-one {
		padding: 50px 0px 100px;
		margin-top: -15px;
	}
}

.insurance-one .theme-heading h1 {
	color: #fff;
	font-size: 54px;
	font-style: normal;
	margin: 0px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: .2px;
}

@media (max-width:1024px) {
	.insurance-one .theme-heading h1 {
		font-size: 35px;
		text-align: center;
	}
}

.insurance-one .content p {
	color: #f4f4f4;
	margin: 10px 0px 30px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

@media (max-width:1024px) {
	.insurance-one .content p {
		font-size: 18px;
		text-align: center;
	}
}

@media (max-width:1024px) {
	.insurance-one .button {
		display: flex;
		justify-content: center;
	}
}

.insurance-two {
	margin-top: -35px;
}

@media (max-width:1024px) {
	.insurance-two {
		margin-top: -75px;
	}
}

.insurance-two .theme-heading h2 {
	color: #000;
	text-align: center;
	font-family: "Zilla Slab";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: .37px;
}

@media (max-width:1024px) {
	.insurance-two .theme-heading h2 {
		font-size: 36px;
	}
}

.insurance-two .items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 50px;
	justify-items: center;
	align-items: start;
	margin-top: 60px;
}

@media (max-width:1024px) {
	.insurance-two .items {
		grid-template-columns: 1fr;
	}
}

.insurance-two .items .item {
	border-radius: 30px;
	background: linear-gradient(0deg, #383838 0%, #383838 100%), linear-gradient(149deg, #f8f8f8 13.4%, #f9f9f9 92.3%);
	padding: 50px 10px 10px 10px;
	width: 300px;
}

.insurance-two .items .item:nth-child(1) {
	transform: rotate(10deg);
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(1) {
		transform: rotate(0deg);
	}
}

.insurance-two .items .item:nth-child(1):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Line-471.png");
	position: absolute;
	width: 500px;
	height: 220px;
	background-size: 100% 100%;
	left: 225px;
	bottom: -40px;
	z-index: -1;
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(1):before {
		display: none;
	}
}

.insurance-two .items .item:nth-child(2) {
	margin-top: 200px;
	transform: rotate(-10deg);
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(2) {
		margin-top: 0px;
		transform: rotate(0deg);
	}
}

.insurance-two .items .item:nth-child(2):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Line-473.png");
	position: absolute;
	width: 500px;
	height: 220px;
	background-size: 100% 100%;
	right: 225px;
	bottom: -120px;
	z-index: -1;
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(2):before {
		display: none;
	}
}

.insurance-two .items .item:nth-child(3) {
	margin-top: 0px;
	transform: rotate(10deg);
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(3) {
		transform: rotate(0deg);
	}
}

.insurance-two .items .item:nth-child(3):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Line-472.png");
	position: absolute;
	width: 500px;
	height: 220px;
	background-size: 100% 100%;
	left: 225px;
	bottom: -40px;
	z-index: -1;
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(3):before {
		display: none;
	}
}

.insurance-two .items .item:nth-child(4) {
	margin-top: 200px;
	transform: rotate(-10deg);
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(4) {
		margin-top: 0px;
		transform: rotate(0deg);
	}
}

.insurance-two .items .item:nth-child(4):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Line-474.png");
	position: absolute;
	width: 500px;
	height: 220px;
	background-size: 100% 100%;
	right: 225px;
	bottom: -120px;
	z-index: -1;
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(4):before {
		display: none;
	}
}

.insurance-two .items .item:nth-child(5) {
	margin-top: 0px;
	transform: rotate(10deg);
}

@media (max-width:1024px) {
	.insurance-two .items .item:nth-child(5) {
		transform: rotate(0deg);
	}
}

.insurance-two .items .item .text {
	padding: 15px 10px;
	border-radius: 20px;
	background: #35b060;
	box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, .1);
}

.insurance-two .items .item .text p.number {
	color: #fff;
	font-family: "Zilla Slab";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: .32px;
}

.insurance-two .items .item .text h3 {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	letter-spacing: .9px;
	margin: 0px 0px 10px;
}

.insurance-two .items .item .text p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.insurance-two .items .text-box {
	position: relative;
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Group-1000010691-3.png");
	background-size: 100% 100%;
	padding: 10px 30px 10px 70px;
	display: flex;
	margin-top: 150px;
}

.insurance-two .items .text-box.nitro-lazy {
	background-image: none !important;
}

@media (max-width:1024px) {
	.insurance-two .items .text-box {
		padding: 40px 30px 10px 30px;
		margin-top: 50px;
	}
}

.insurance-two .items .text-box img {
	width: 150px;
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width:1024px) {
	.insurance-two .items .text-box img {
		left: 50%;
		top: -70px;
		transform: translateX(-50%);
	}
}

.insurance-two .items .text-box p {
	color: #f4f4f4;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

@media (max-width:1024px) {
	.insurance-two .items .text-box p {
		text-align: center;
	}
}

.about-one {
	padding: 175px 0px 50px;
	margin-top: -180px;
}

@media (max-width:1024px) {
	.about-one {
		padding: 50px 0px 100px;
		margin-top: -15px;
	}
}

.about-one .img-container {
	position: relative;
}

.about-one .img-container img.main {
	position: relative;
	top: 0px;
}

.about-one .img-container img.logo {
	position: absolute;
	bottom: -30px;
	width: 260px;
	transform: translateX(-50%);
	left: 50%;
}

.about-one .theme-heading h1 {
	color: #fff;
	font-size: 54px;
	font-style: italic;
	font-weight: 700;
	line-height: 130%;
	margin: 0px 0px 10px;
}

@media (max-width:1024px) {
	.about-one .theme-heading h1 {
		font-size: 34px;
		text-align: center;
	}
}

.about-one .sub-heading h3 {
	color: #fff;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}

@media (max-width:1024px) {
	.about-one .sub-heading h3 {
		font-size: 21px;
		text-align: center;
	}
}

.about-one .content p {
	color: #f4f4f4;
	margin: 10px 0px 30px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

@media (max-width:1024px) {
	.about-one .content p {
		font-size: 16px;
		text-align: center;
	}
}

.about-one .flex-part {
	display: flex;
	align-items: center;
	gap: 50px;
}

@media (max-width:1024px) {
	.about-one .flex-part {
		flex-direction: column;
		gap: 20px;
	}
}

.about-one .flex-part img {
	width: 160px;
}

.about-one .flex-part .text {
	display: grid;
	grid-template-columns: 26% 69%;
	gap: 20px;
}

.about-one .flex-part .text p.countit {
	color: #35b060;
	font-size: 54px;
	font-style: normal;
	font-weight: 900;
	line-height: 133.4%;
}

.about-one .flex-part .text p.countit:after {
	content: "+";
}

.about-one .flex-part .text p {
	color: #e7e7e7;
	font-family: "Zilla Slab";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.about-two {
	margin-top: -35px;
	z-index: 0;
	padding: 75px 0px;
}

@media (max-width:1024px) {
	.about-two {
		margin-top: -75px;
		z-index: 0;
		padding: 50px 0px;
	}
}

.about-two .theme-heading h2 {
	color: #0e0e0e;
	text-align: center;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
}

@media (max-width:1024px) {
	.about-two .theme-heading h2 {
		font-size: 38px;
	}
}

.about-two .theme-heading h2 span {
	color: #0e0e0e;
	font-family: "Zilla Slab";
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

@media (max-width:1024px) {
	.about-two .theme-heading h2 span {
		font-size: 26px;
	}
}

.about-two .content p {
	color: #434343;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

@media (max-width:1024px) {
	.about-two .content p {
		font-size: 18px;
	}
}

.about-two .items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 50px;
	justify-items: center;
	align-items: start;
	margin-top: 100px;
}

@media (max-width:1024px) {
	.about-two .items {
		grid-template-columns: 1fr;
		margin-top: 200px;
		gap: 200px 50px;
	}
}

.about-two .items .item {
	z-index: 2;
	position: relative;
}

@media (max-width:1024px) {
	.about-two .items .item {
		text-align: center;
	}
}

.about-two .items .item:nth-child(1) {
	left: 300px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(1) {
		left: 0;
	}
}

.about-two .items .item:nth-child(1):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Vector-3341.png");
	position: absolute;
	width: 100%;
	height: 84%;
	background-size: 100% 100%;
	left: -75px;
	bottom: -170px;
	z-index: 0;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(1):before {
		display: none;
	}
}

.about-two .items .item:nth-child(1) img {
	left: -200px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(1) img {
		left: 50%;
		top: -175px;
		transform: translateX(-50%);
		z-index: -1;
	}
}

.about-two .items .item:nth-child(2) {
	margin-top: 400px;
	position: relative;
	left: 100px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(2) {
		left: 0;
		margin-top: 0;
	}
}

.about-two .items .item:nth-child(2):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Vector-3342-min.png");
	position: absolute;
	width: 275px;
	height: 26px;
	background-size: 100% 100%;
	left: -435px;
	bottom: 65px;
	z-index: 0;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(2):before {
		display: none;
	}
}

.about-two .items .item:nth-child(2) .text {
	width: 400px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(2) .text {
		width: 100%;
	}
}

.about-two .items .item:nth-child(2) img {
	left: -170px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(2) img {
		left: 50%;
		top: -175px;
		transform: translateX(-50%);
		z-index: -1;
	}
}

.about-two .items .item:nth-child(3) {
	margin-top: 50px;
	left: -100px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(3) {
		left: 0;
		margin-top: 0;
	}
}

.about-two .items .item:nth-child(3):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Vector-3343.png");
	position: absolute;
	width: 375px;
	height: 55px;
	background-size: 100% 100%;
	right: -425px;
	bottom: 120px;
	z-index: 0;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(3):before {
		display: none;
	}
}

.about-two .items .item:nth-child(3) img {
	right: -75px;
	top: -150px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(3) img {
		left: 50%;
		top: -175px;
		transform: translateX(-50%);
		z-index: -1;
	}
}

.about-two .items .item:nth-child(3) .text {
	width: 320px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(3) .text {
		width: 100%;
		z-index: 2;
		position: relative;
	}
}

.about-two .items .item:nth-child(4) {
	margin-top: 250px;
	left: 115px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(4) {
		left: 0;
		margin-top: 0;
	}
}

.about-two .items .item:nth-child(4):before {
	content: "";
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/03/Vector-3344.png");
	position: absolute;
	width: 340px;
	height: 15px;
	background-size: 100% 100%;
	left: -240px;
	bottom: 10px;
	z-index: 0;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(4):before {
		display: none;
	}
}

.about-two .items .item:nth-child(4) img {
	left: -65px;
	top: -175px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(4) img {
		left: 50%;
		top: -175px;
		transform: translateX(-50%);
		z-index: -1;
	}
}

.about-two .items .item:nth-child(4) .text {
	width: 330px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(4) .text {
		width: 100%;
	}
}

.about-two .items .item:nth-child(5) {
	margin-top: -40px;
	left: -25px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(5) {
		left: 0;
		margin-top: 0;
	}
}

.about-two .items .item:nth-child(5) img {
	right: -255px;
	top: -60px;
	z-index: 3;
	width: 300px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(5) img {
		z-index: -1;
		left: 50%;
		top: -175px;
		transform: translateX(-50%);
	}
}

.about-two .items .item:nth-child(5) .text {
	width: 320px;
}

@media (max-width:1024px) {
	.about-two .items .item:nth-child(5) .text {
		width: 100%;
	}
}

.about-two .items .item .text {
	border-radius: 10px;
	border: 3px solid #fff;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .15);
	backdrop-filter: blur(5px);
	padding: 10px 10px 10px;
	width: 500px;
}

@media (max-width:1024px) {
	.about-two .items .item .text {
		width: 100%;
	}
}

.about-two .items .item img {
	position: absolute;
	width: 275px;
	z-index: 0;
}

@media (max-width:1024px) {
	.about-two .items .item img {
		z-index: -1;
	}
}

.about-two .items .item h3 {
	color: #35b060;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.about-two .items .item p {
	color: #484848;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.contact-one {
	background-size: 100% 100%;
	padding: 225px 0px 100px;
	margin-top: -180px;
	z-index: 2;
}

@media (max-width:1024px) {
	.contact-one {
		margin-top: -15px;
		padding: 50px 0px 100px;
	}
}

.contact-one .theme-heading h2 {
	color: #fff;
	text-align: center;
	font-size: 94px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width:1024px) {
	.contact-one .theme-heading h2 {
		font-size: 64px;
	}
}

.contact-one .image-container img {
	position: absolute;
	bottom: -75px;
	left: 20px;
	width: 500px;
}

@media (max-width:1024px) {
	.contact-one .image-container img {
		width: 100%;
		width: 300px;
		bottom: -60px;
		left: 0px;
	}
}

.contact-two {
	background-size: 100% 100%;
	padding: 150px 0px 50px;
	margin-top: -55px;
}

.contact-two .left h2 {
	color: #1c1919;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width:1024px) {
	.contact-two .left h2 {
		font-size: 42px;
	}
}

.contact-two .info-block {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}

@media (max-width:1024px) {
	.contact-two .info-block {
		margin-top: 20px;
	}
}

.contact-two .icon img {
	width: 50px;
}

.contact-two .content {
	position: relative;
}

.contact-two .content p.heading {
	color: #362a2a;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width:1024px) {
	.contact-two .content p.heading {
		font-size: 20px;
	}
}

.contact-two .content a {
	color: #6b6b6b;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

@media (max-width:1024px) {
	.contact-two .content a {
		font-size: 18px;
	}
}

.contact-two .content p {
	color: #737373;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.contact-two .follow h3 {
	color: #362a2a;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width:1024px) {
	.contact-two .follow h3 {
		font-size: 20px;
	}
}

.contact-two .follow .social-icon {
	display: flex;
	gap: 24px;
	margin-top: 25px;
}

.contact-two .follow .social-icon img {
	width: 50px;
}

.contact-two .right {
	padding: 90px 20px 20px;
	background-size: 100% 100%;
	position: relative;
}

@media (max-width:1024px) {
	.contact-two .right {
		margin-top: 40px;
	}
}

.contact-two .right .theme-heading {
	position: absolute;
	width: 350px;
	height: 100px;
	background-size: 100% 100%;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	padding: 12px 50px;
}

@media (max-width:1024px) {
	.contact-two .right .theme-heading {
		width: 95%;
	}
}

.contact-two .right .theme-heading h2 {
	color: #fff;
	text-align: center;
	text-shadow: -3.66px 3.66px 3.66px rgba(0, 0, 0, .25);
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: capitalize;
}

.contact-two .right p {
	color: #1a1a1a;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: capitalize;
	text-align: center;
	margin-top: 20px;
}

.contact-two .right a {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: capitalize;
}

.contact-two .right .btn {
	background: #2b9450;
	border: none;
	border-radius: 1px;
}

.contact-two .right img {
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	margin-top: 20px;
}

.contact-two .right .gform_button.button {
	background: #2b9450 !important;
	background-blend-mode: normal, hard-light, plus-darker, normal !important;
	color: #fff !important;
	border-radius: 0px !important;
	text-align: center;
	font-family: var(--font) !important;
	font-size: 25px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 0% !important;
	width: 100% !important;
}

.financing-one {
	background-size: 100% 100%;
	padding: 225px 0px 100px;
	margin-top: -180px;
}

@media (max-width:1024px) {
	.financing-one {
		margin-top: -15px;
		padding: 50px 0px 100px;
	}
}

.financing-one .sub-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.financing-one .sub-heading h3 {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	text-transform: uppercase;
	display: inline-block;
	border-top: 1px solid #0a8100;
	border-bottom: 1px solid #0a8100;
}

.financing-one .sub-heading img {
	width: 45px;
	margin-right: 10px;
}

.financing-one .theme-heading h1 {
	color: #fff;
	text-align: center;
	font-size: 58px;
	font-style: italic;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	margin-top: 10px;
}

@media (max-width:1024px) {
	.financing-one .theme-heading h1 {
		font-size: 30px;
		margin-top: 20px;
	}
}

.financing-one .content p {
	color: #c2c2c2;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin-top: -25px;
}

@media (max-width:1024px) {
	.financing-one .content p {
		font-size: 18px;
		margin-top: -8px;
	}
}

.financing-one .content ul li {
	font-size: 16px;
	color: #c2c2c2;
	font-weight: 600;
	justify-content: center;
}

.financing-one .content1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

@media (max-width:1024px) {
	.financing-one .content1 {
		flex-direction: column;
	}
}

.financing-one .content1 p {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.financing-two {
	padding: 100px 0px 50px;
	margin-top: -60px;
	z-index: 0;
}

@media (max-width:1024px) {
	.financing-two {
		padding: 50px 0px 0px;
		margin-top: -80px;
	}
}

.financing-two .theme-heading h2 {
	color: #2b2b2b;
	text-align: center;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: capitalize;
}

@media (max-width:1024px) {
	.financing-two .theme-heading h2 {
		font-size: 32px;
	}
}

.financing-two .content p {
	color: #2b2b2b;
	text-align: center;
	font-feature-settings: "liga" off, "clig" off;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

.financing-two .row {
	margin-top: 40px;
}

.financing-two .items {
	display: grid;
	gap: 15px;
}

.financing-two .items .item {
	background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(180deg, #212121 0%, #262000 100%);
	filter: blur(0px);
	border-radius: 20px;
	padding: 15px 10px 15px 65px;
}

.financing-two .items .item .icon-container {
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
}

@media (max-width:1024px) {
	.financing-two .items .item .icon-container {
		left: -15px;
	}
}

.financing-two .items .item .icon-container img {
	width: 100px;
}

@media (max-width:1024px) {
	.financing-two .items .item .icon-container img {
		width: 75px;
	}
}

.financing-two .items p {
	color: #eaeaea;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: .9px;
}

.financing-two .image-container img {
	position: relative;
}

.faq-one {
	background-size: 100% 100%;
	overflow: hidden;
	padding: 225px 0px 50px;
	margin-top: -180px;
	background: linear-gradient(181deg, rgba(239, 65, 54, .05) 50.64%, rgba(255, 153, 66, .05) 71.75%, rgba(255, 196, 12, .05) 101.51%), #fff;
}

@media (max-width:1024px) {
	.faq-one {
		padding: 50px 0 60px;
		margin-top: -15px;
	}
}

.faq-one .theme-heading {
	display: block;
	margin-bottom: 15px;
}

.faq-one .theme-heading h1 {
	color: #1e1e1e;
	font-size: 54px;
	font-style: normal;
	line-height: normal;
	margin: 0;
}

@media (max-width:1024px) {
	.faq-one .theme-heading h1 {
		font-size: 28px;
	}
}

.faq-one .theme-heading h1 span {
	color: var(--secondary);
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 118%;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.faq-one .theme-heading h1 span {
		font-size: 38px;
	}
}

.faq-one .content p {
	color: #292929;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.faq-one ul.theme {
	text-align: center;
	display: grid;
	align-items: center;
	justify-items: start;
}

.faq-one .content-main {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.faq-one .image-container {
	position: relative;
}

.faq-one .image-heading {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	padding: 18px;
	background: #0058c9;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .1px;
}

.faq-one .faq-page {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr;
}

@media (max-width:1024px) {
	.faq-one .faq-page {
		grid-template-columns: 1fr;
		gap: 0px;
	}
}

.faq-one .faq-page .single-faq-page {
	margin-bottom: 25px;
	transition: 1s;
	cursor: pointer;
	border-radius: 15px 15px 0px 0px;
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(5px);
	height: max-content;
}

.faq-one .faq-page .single-faq-page h4 {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	transition: .5s;
	background-color: #000;
	border: 3px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-size: 25px;
	font-style: normal;
	line-height: 140%;
}

.faq-one .faq-page .single-faq-page h4::after {
	content: "";
	box-shadow: 0px 0px 54px rgba(0, 0, 0, .08);
	border-radius: 5px;
	border-radius: 8px;
	width: 30px;
	transition: .3s;
	height: 30px;
	text-align: center;
	display: grid;
	background-color: var(--primary);
	justify-items: center;
	align-items: center;
	align-content: center;
	background-position: center;
	font-family: "Material Icons";
	color: var(--tertiary);
}

.faq-one .faq-page .single-faq-page .content {
	margin: 0px;
	transition: 1.4s ease;
	max-height: 0px;
	overflow: hidden;
	color: #454545;
	padding: 0px 40px;
}

.faq-one .faq-page .single-faq-page .content p {
	color: #484848;
	font-size: 18px;
	font-style: normal;
	text-align: left;
	font-weight: 500;
	line-height: 140%;
}

.faq-one .faq-page .single-faq-page.active {
	transition: 1s;
	padding-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}

.faq-one .faq-page .single-faq-page.active h4 {
	background-color: #000;
	color: #fff;
	border-radius: 15px 15px 0px 0px;
	border: 3px solid #000;
}

.faq-one .faq-page .single-faq-page.active h4::after {
	content: "";
	transition: .3s;
	border-radius: 8px;
	color: var(--tertiary);
}

.faq-one .faq-page .single-faq-page.active .content {
	max-height: 500px;
	transition: 1.4s ease;
	overflow: visible;
	padding: 30px 40px;
}

.meet-the-team-one {
	background-image: url("https://appleroofing.biz/nitropack_static/XRPrkJHntVxuduuWAsnfJUmqpPzcBWAX/assets/images/optimized/rev-686ee8f/appleroofing.biz/wp-content/uploads/2025/04/Rectangle-24295-3-1-scaled.jpg");
}

.meet-the-team-one.nitro-lazy {
	background-image: none !important;
}

.meet-the-team-one .bg {
	width: 100%;
	height: 80%;
	position: absolute;
	top: -172px;
	left: 0;
	z-index: -1;
	background-position: bottom;
}

.meet-the-team-one .theme-heading h1 {
	color: #fff;
	text-align: center;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0;
	margin-bottom: 20px;
}

@media (max-width:1024px) {
	.meet-the-team-one .theme-heading h1 {
		font-size: 35px;
		line-height: 120%;
	}
}

.meet-the-team-one .content {
	margin-bottom: 20px;
}

.meet-the-team-one .content p {
	color: #e8e8e8;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

@media (max-width:1024px) {
	.meet-the-team-one .content p {
		font-size: 16px;
	}
}

.meet-the-team-one .items {
	display: grid;
	grid-template-columns: 40% 58%;
	align-items: center;
	gap: 2%;
	margin-top: 50px;
	position: relative;
}

@media (max-width:1024px) {
	.meet-the-team-one .items {
		grid-template-columns: 100%;
	}
}

.meet-the-team-one .items:before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, #020202 0%, #020202 100%), radial-gradient(291.1% 81.68% at 50% 50%, #f57101 0%, #9f4901 100%);
	border: 3px solid var(--primary);
	width: 95%;
	height: 60%;
	z-index: -1;
	right: -27px;
	border-radius: 40px;
}

@media (max-width:1024px) {
	.meet-the-team-one .items:before {
		width: 100%;
		height: 89%;
		z-index: -1;
		right: -3px;
		bottom: -40px;
	}
}

.meet-the-team-one .items .left img {
	width: 100%;
}

@media (max-width:1024px) {
	.meet-the-team-one .items .right {
		padding: 10px;
		text-align: center;
	}
}

.meet-the-team-one .items .right h2 {
	color: #35b060;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 54px;
	font-style: italic;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 2.7px;
}

@media (max-width:1024px) {
	.meet-the-team-one .items .right h2 {
		font-size: 42px;
	}
}

.meet-the-team-one .items .right p {
	color: #adadad;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 202.148%;
}

.meet-the-team-one .items .right p 2includemobile {
	margin: 10px auto 0;
}

.meet-the-team-one .items .right .content2 p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.meet-the-team-two {
	padding-bottom: 200px;
}

@media (max-width:1024px) {
	.meet-the-team-two {
		padding-bottom: 100px;
	}
}

.meet-the-team-two .items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

@media (max-width:1024px) {
	.meet-the-team-two .items {
		grid-template-columns: 1fr;
	}
}

.meet-the-team-two .items .item {
	position: relative;
	margin-top: 30px;
}

@media (max-width:1024px) {
	.meet-the-team-two .items .item {
		display: grid;
		justify-items: center;
		align-items: center;
		justify-content: center;
	}
}

.meet-the-team-two .items .item img {
	width: 100%;
	z-index: -2;
	position: relative;
}

@media (max-width:1024px) {
	.meet-the-team-two .items .item img {
		width: 80%;
		margin: 0 auto;
	}
}

.meet-the-team-two .items .item svg {
	position: absolute;
	bottom: -45px;
	left: -15px;
	z-index: -1;
}

@media (max-width:1024px) {
	.meet-the-team-two .items .item svg {
		width: 100%;
		left: 0;
	}
}

.meet-the-team-two .items .item h2 {
	color: #35b060;
	text-align: center;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.meet-the-team-two .items .item p {
	text-align: center;
	color: #848484;
}

.meet-the-team-two .items .item:hover svg path {
	fill: #1b4a13;
	stroke-width: 2px;
	stroke: #000;
}

.meet-the-team-two .items .item:hover p {
	color: #fff;
}
