/* New location page css start here */
.banner_info {
	position: relative;
	z-index: 1;
}

.banner_info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	background-image: linear-gradient(90deg, #000000e0 45%, #00ff7000 100%);
	z-index: -1;
}

.banner_info span {
	font-size: 20px;
	color: #00f671;
	display: inline-block;
}

.btn.get_info {
	color: #000 !important;
	border: unset;
	border-radius: 5px;
	padding: 12px 24px;
	background-color: #00b307;
}

.btn-primary:before {
	background: #00b307 !important;
}

.btn.get_info:hover::before {
	background: #fff !important;
}

.btn-secondary.get_info:before {
	background: #fff !important;
}

.btn-secondary.get_info.contact_info::before {
	background: #029507 !important;
}

#module_b23849c5-c367-4157-a4b1-2648de10a046 .list-wrap.list-square {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 24px 30px 24px;
	margin-bottom: 30px !important;
	border: 1px solid #ddd;
}

#module_b23849c5-c367-4157-a4b1-2648de10a046 .list-img-content {
	width: 70px;
	height: 70px;
	background-color: #00f67138;
}

#module_b23849c5-c367-4157-a4b1-2648de10a046 {
	padding-top: 1rem;
}

#module_b23849c5-c367-4157-a4b1-2648de10a046 .list-img-wrap {
	padding: 40px 0px;
}

#module_b23849c5-c367-4157-a4b1-2648de10a046 .list-text-title {
	text-align: left;
}

#module_ed9d423e-f7dc-499b-a425-0f60812b2124 .list-wrap.list-square {
	background-color: #fff;
	padding: 15px 15px 30px 15px;
	border: 1px solid #ddd;
}

#module_ed9d423e-f7dc-499b-a425-0f60812b2124 .list-img-wrap {
	margin: 0;
}

#module_ed9d423e-f7dc-499b-a425-0f60812b2124 .btn-primary {
	background-color: #0000000d !important;
	border-color: #2a2a2a0f !important;
	color: #000000 !important;
	font-size: 18px;
	border-radius: 4px;
	padding: 7px 24px;
}

.choose_us {
	background-color: #00f671;
}

.choose_us .choose_info {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}

.choose_us .choose_info img {
	width: 45px;
	margin-bottom: 12px;
}

.choose_us .choose_info span {  
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-left: 0px !important;
}

.choose_us .choose_info p {
	font-size: 15px;
}

.service-card {
	background: #ffffff !important;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	border: 1px solid #00f67166;
	margin-bottom: 30px;
}

.service-card img {
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	object-fit: cover;
	background-color: rgb(199, 253, 224);
	border-radius: 50px;
}

.service-sec {
	padding: 5rem 0;
	background: #00b3070d;
}

.our_process {
	background-color: #f5f5f5;
	padding: 2rem 0;
}

.process_step {
	padding: 20px;
}

.step_circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #00c853;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process_step h4 {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 21px;
}

.process_step p {
	font-size: 16px;
	color: #000000;
}

.testimonials-section {
	background-color: #00f671;
}

.testimonial-card {
	background: #ffffff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
	font-style: italic;
	margin-bottom: 1.5rem;
}

.testimonial-author {
	font-weight: 600;
	font-size: 0.95rem;
}

.google-icon {
	width: 20px;
	height: auto;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.businessinfo {
	background-color: #efef;
	padding: 6rem 0 5rem 0;
}

.our_services .card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 12px 12px 24px 12px;
	height: 100%;
}

.card:hover {
	transform: translateY(-8px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.our_services .card img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

.our_services {
	background-color: #efef;
}

.our_services a {
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	transition: all 0.2s ease-in;
}

.our_services a:hover {
	color: #00f671;
}

.our_services p {
	padding: 10px 24px 0px 24px;
}

@media (min-width: 1023px) {

	#module_e84fb7c3-4006-42fc-b723-600ffa6c5c2c {
		padding-top: 4em;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 22px !important;
	}

	.cw-hero.banner_info h1 {
		font-size: 24px;
	}

	.cw-hero.banner_info p {
		margin: 16px 0px 24px !important;
	}

	.banner_info {
		position: relative;
		padding: 40px 0px;
	}

	.choose_us .choose_info {
		margin-bottom: 24px;
	}

	.choose_us .col-md-4.col-12.mt-4 {
		margin: 0 !important;
	}

	.our_process .col-12.mb-5 {
		margin-bottom: 0px !important;
	}

	.our_process .container,
	.our_services .container {
		padding: 0 !important;
	}

    .process_step h4{
        font-size: 18px;

    }

	.area_served h4 {
		font-size: 18px !important;
	}

	.area_served iframe {
		height: 250px;
	}

	.area_served {
		padding: 30px 16px 40px !important;
	}

	.choose_us .container,
	.service-sec {
		padding: 40px 10px !important;
	}

	.responive-m-0 {
		margin: 0 !important;
	}

	.step_circle {
		width: 60px;
		height: 60px;
		font-size: 18px;

	}
    
    .service-sec h5{
        font-size: 16px;
    }

	.mobile_spacing {
        margin: 0px 10px 20px 10px;
    }

    .contact-companyinfo .contact-details-info{
        font-size: 16px;
        line-height: normal;

    }

    .businessinfo{
        padding: 50px 0px;
    }

}

/* New location page css end here */