@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--primary-color: #f14a62;
}

html,
body {
	font-family: "Poppins", sans-serif;
}

.header {
	box-shadow: 0px 3px 5px 0px #1111112e;
}

.logo-img {
	max-width: 80px;
}

.main-btn {
	background-color: var(--primary-color) !important;
	color: #fff;
	padding: 10px 30px;
}

.section-1 {
	padding: 100px 0px 60px;
        background-image: url('/wp-content/uploads/2025/05/bg-1.jpg');

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-1 h2 {
	font-size: 60px;
}

.section-1 h2 span {
	
	color: #5caae4;
}

.section-1 p {
	font-size: 20px;
}

.stars-google {
	max-width: 300px;
}

.list-items ul {
	list-style: none;
}

.list-items li {
	font-size: 18px;
	font-weight: 500;
}

.list-items li i {
	color: #5caae4;
}

.main-btn2 {
	background-color: var(--primary-color) !important;
	color: #fff;
	padding: 10px 30px;
	font-size: 25px;
/* 	width: 100%; */
}

.section-2 {
	padding: 200px 0px 60px;
	background-image: url(/wp-content/uploads/2025/05/bg-1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fully-insured {
	max-width: 150px;
}

.section-title {
	font-size: 35px;
}

.package-item h2 {
	font-size: 25px;
}

.package-item {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 2px 18px 0px #000000;
	border-bottom: 5px solid var(--primary-color);
}

.package-img {
	max-width: 180px;
	margin-top: -80px;
}

.rate-text {
	color: #5caae4;
}

.price-text h4 {
	color: var(--primary-color);
}

.logo-section img {
	max-width: 100px;
}

.online-booking-section {
	padding: 100px 0px;
	background-image: url(/wp-content/uploads/2025/05/online-booking-bg.jpg), linear-gradient(90deg, #0a0a0a 30%, rgba(10, 10, 10, 0.51) 100%) !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

.booking-title {
	font-size: 45px;
}

.booking-logo {
	width: 100%;
	max-width: 100px;
}

.max-width-box {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.form-control {
/* 	margin-bottom: 20px; */
	font-size: 18px;
	line-height: 30px;
	border-color: #a4a4a4c2;
}

.booking-title {
	font-size: 35px;
}

.quality-section {
	padding: 80px 0px;
	background-image: url(/wp-content/uploads/2025/05/quality-bg.jpg), linear-gradient(90deg, #0a0a0a 30%, rgba(10, 10, 10, 0.51) 100%) !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

.quality-title {
	color: #EDF000 !important;
	text-shadow: 0em 0.08em 0em rgba(0, 0, 0, 0.4);
}

.star-box {
	gap: 10px;
}

.star-box i {
	font-size: 25px;
	color: #EDF000 !important;
}

.gallery-section {
	padding: 80px 0px;
}

.gallery-section a img {
	margin-bottom: 20px;
}

.black-box {
	background-color: #000;
	padding: 50px;
}

.black-box h2 {
	font-size: 24px;
}

.black-box p {
	font-size: 16px;
}

.testimonial-section {
	padding: 100px 0px;
	background-size: initial;
	background-position: right 0px top;
	background-image: url(/wp-content/uploads/2025/05/handyman_11.png) !important;
	background-color: #0462FF !important;
	background-repeat: no-repeat;
}

.testimonial-section h2 {
	font-size: 50px;
}

.top-inside-divider {
	background-image: url(/wp-content/uploads/2025/05/divider.png);
	background-size: 200% 100px;
	top: 0;
	height: 100px;
	z-index: 1;
	transform: scale(1, -1);
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	right: 0;
}

.review-box {
	border: 1px solid #ffffff5e;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
}

.form-section {
	padding: 80px 0px;
}

.form-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 50px;
	border-radius: 20px;
}

.footer {
	background-color: #000;
	padding: 30px 0px;
}






/* mobile css */
@media(max-width: 990px) {
	.section-1 h2 {
		font-size: 36px;
	}

	.section-2 {
		padding: 100px 0px 60px;
	}

	.package-item {
		margin-top: 80px;
	}

	.black-box,
	.review-box {
		margin-bottom: 20px;
	}

	.form-box {
		padding: 20px;
	}

	.testimonial-section h2 {
		font-size: 40px;
	}

	.main-btn2 {
		font-size: 20px;
	}
}