@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: #fbaf34;
}

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

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

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

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

.section-1 {
    position: relative;
    padding: 140px 0px 100px 0px;
    background-image: url(https://localairducts.com/wp-content/uploads/2025/06/bg-23.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.section-1 h1 {
	color: #fff;
	font-size: 60px;
}

.section-1 h1 span {
	color: #2f6bb5;
}

.section-1 p {
	font-size: 20px;
	    color: #fff;
    font-weight: 500;
}

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

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

.list-items li {
     font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex
;
    align-items: center;
    gap: 12px;
}

.list-items li i {
	color: #2f6bb5;
	    font-size: 46px;
}

.main-btn2 {
	    background-color: var(--primary-color) !important;
    color: #fff;
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 20px;
}

.section-2 {
	padding: 110px 0px 110px;
	background-image: url(../assets/bg-2.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: #0eb397;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 2px 18px 0px #000000;
}

.package-img {
	max-width: 180px;
	    transform: rotate(-8deg);
	margin-top: -80px;
}

.rate-text {
	color: #fff;
}

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

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

.online-booking-section {
	padding: 130px 0px 130px 0px;
	background-image: url(../assets/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;
	    color: #fbaf34 !important;
}

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

.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;
	border: none;
}
.main-form{
	    background: #8cc63e;
    padding: 20px;
    border-radius: 20px;
}
.booking-title {
	font-size: 49px;
}

.quality-section {
	padding: 80px 0px;
	background-image: url(../assets/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);
	font-size: 32px
}

.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: 30px 40px;
    text-align: center;
}

.black-box h6 {
	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(../assets/handyman_11.png) !important;
	background-color: #0462FF !important;
	background-repeat: no-repeat;
}

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

.top-inside-divider {
	background-image: url(../assets/divider.svg);
	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 {
	    padding: 50px;
    text-align: center;
    border-radius: 10px;
    background: #001f46;
}

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

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

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






/* mobile css */
@media(max-width: 990px) {
	.section-1 h1 {
		font-size: 32px;
	}
	.booking-title {
  font-size: 30px;
}
.quality-title{
font-size: 25px;
}
.section-1 p {
  font-size: 16px;
	}
	.section-2 {
		padding: 50px 0px 60px;
	}
	.stars-google {
  max-width: 200px;
}
	.list-items li {
  font-size: 18px;
  line-height: 25px;
}
.list-items li i {
  font-size: 28px;
}
	.package-item {
		margin-top: 80px;
	}

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

	.form-box {
		padding: 20px;
	}

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

	.main-btn2 {
		font-size: 20px;
	}
	.section-1 {
		padding: 80px 0px 50px 0px;
	}
	.main-btn {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 18px;
}
}
img {
  height: auto;
}