.dropdowncontainer {
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 600px;
	width: 90%;
	border: 2px solid var(--bs-primary);
	margin-bottom: 20px;
}

.mydropdown-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (min-width: 640px) {
	.mydropdown-box {
		flex-direction: row;
	}
}

.dropdown,
.cta-button {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid var(--bs-primary);
	width: 100%;
}

.star-rating {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-button {
	/* background-color: #2f855a; */
	background-color: var(--bs-primary);
	color: white;
	cursor: pointer;
	font-weight: bold;
	border: 2px solid #224463;
	/* font-family: 'Rubik', sans-serif; */
}

.cta-button:hover {
	background-color: white;
	border: 2px solid #224463;
	color: black;
	box-shadow: 0px 0px 40px rgba(127, 137, 161, 0.25);
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.rating {
	display: flex;
	align-items: center;
	margin-top: 10px;
	color: #4a5568;
	font-size: 14px;
	justify-content: center;
	flex-direction: column;
}

.stars {
	color: #f6ad55 !important;
	font-size: 18px;
}

.rating-score {
	font-weight: bold;
	margin-left: 5px;
}

.reviews {
	margin-left: 5px;
}

@media (max-width: 639px) {
	.text-black h1,
	.text-black h2,
	.text-black h3,
	.text-black p {
		text-align: left !important;
		padding: 5px 5px;
		width: 100%;
		box-sizing: border-box;
	}

	.btn.mybtnnewfordarkbg.homeinlinenblockbtn {
		font-size: 20px;
		padding: 6px 12px;
	}

	.btn.btn-dark.viewallservicesbtn {
		font-size: 20px;
		padding: 6px 12px;
	}

	.btn.mybtnnewfordarkbg.homeinlinenblockbtn.endoftenancybtn {
		font-size: 18px;
		padding: 5px 10px;
	}

	.btn.mybtnnewfordarkbg.handovercleaningbtn {
		font-size: 20px;
		padding: 6px 12px;
	}

	.main_cont.main_cont_sub h2,
	.main_cont.main_cont_sub p {
		text-align: justify !important;
	}

	.btn.mybtnnewfordarkbg.contactbtn {
		font-size: 20px;
		padding: 6px 12px;
	}
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.separator::before,
.separator::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
	margin-right: 0.25em;
}

.separator:not(:empty)::after {
	margin-left: 0.25em;
}

.about-us-img {
	border-radius: 20px;
}

.stars {
	font-size: 24px;

	color: #224463;
}

.mybtn {
	color: white;
	background-color: #224463;
	width: 100%;
	border-radius: 10px;
	height: 45px;
	font-size: large;
}

.mybtn:hover {
	background-color: white;
	border: 2px solid #224463;
	color: black;
	box-shadow: 0px 0px 40px rgba(127, 137, 161, 0.25);
}

.myatag {
	color: black !important;
	text-decoration: none;
}

.myatag:hover {
	background-color: white;

	color: black;
	box-shadow: 0px 0px 40px rgba(127, 137, 161, 0.25);
}

.myhovercard {
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	color: black;
}

.myhovercard:hover {
	box-shadow: 0px 10px 40px rgba(127, 137, 161, 0.5),
		0px 0px 15px rgba(34, 68, 99, 0.4);
	transform: translateY(-5px) scale(1.02);
	text-decoration: none;
}

.myhovercard .btn {
	transition: all 0.3s ease-in-out;
}

.myhovercard:hover .btn {
	background-color: #224463;
	color: white;
	transform: scale(1.05);
}

.mycontainer {
	width: 100%;
}

.mycontainer .col-lg-4 .card {
	height: 450px;
	border: 2px solid var(--bs-primary);
	border-radius: 10px;
}

.mycardlargetext {
	height: 60px;
}

@media screen and (max-width: 1000px) {
	.mycontainer .col-lg-4 {
		flex-direction: column !important;
		width: 100% !important;
		align-items: center;
	}

	.mycontainer {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1200px) {
	.mycontainer .col-lg-4 {
		/* width: 33%; */
		width: 50%;
	}

	.services-card-title {
		font-size: 1.7rem !important;
	}
}

:root {
	--bs-white: #ffffff;
	--bs-primary: #124463;
}

.content-container {
	max-width: 1100px;
	background-color: var(--bs-white);
	padding: 30px;
	border: 2px solid var(--bs-primary);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 20px auto;
	/* font-family: Arial, sans-serif; */
	line-height: 1.6;
	color: #333;
}

.mycontainer h3 {
	color: var(--bs-primary);
}

.list-heading {
	color: var(--bs-primary);
	font-size: 20px;
	font-weight: bold;
}

.mycontainer p {
	/* margin-bottom: 16px; */
	margin-bottom: 5px !important;
}

.mycontainer ul {
	margin-bottom: 16px;
	padding-left: 20px;
}

.mycontainer ul li {
	margin-bottom: 8px;
	margin-left: 15px;
}

.cta {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 12px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

.cta:hover {
	background-color: #0d3450;
	color: white;
}

@media screen and (max-width: 700px) {
	.about-us-img {
		width: 95% !important;
		margin-top: 10px !important;
	}

	.section_sub,
	.main_cont_sub {
		padding: 1rem 0;
	}

	.mycontainer {
		/* width: 95% !important; */
		width: 100% !important;
		padding: 0px !important;
	}

	.mycontainer .card {
		text-align: center !important;
	}

	.content-container {
		margin: 20px 10px !important;
		padding: 15px !important;
	}

	.mycontainer .col-lg-4 .card {
		height: 470px;
	}

	.mycardlargetext {
		height: 90px;
	}
}

.mycardstyling {
	border: 2px solid #124463;
	border-radius: 20px;
	padding: 15px;
}

.myimg-rounded {
	border-radius: 20px;
}

.mycardstyling ul {
	margin: 0px !important;
	padding: 0px !important;
}

.mycardstyling li p {
	margin-left: 15px;
}

.contentnew li p {
	margin-left: 15px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

#cCarousel {
	position: relative;
	/* max-width: 900px; */
	max-width: 1100px;
	margin: auto;
}

#cCarousel .arrow {
	position: absolute;
	/* top: 50%; */
	top: 42%;
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1;
	font-size: 26px;
	color: white;
	background: #124463;
	cursor: pointer;
}

#cCarousel #prev {
	left: -35px;
}

#cCarousel #next {
	right: -30px;
}

#carousel-vp {
	width: 1040px;
	height: 430px;

	display: flex;
	align-items: start;
	position: relative;
	overflow: hidden;
	margin: auto;
}

@media (max-width: 770px) {
	#carousel-vp {
		width: 510px;
	}
}

@media (max-width: 510px) {
	#carousel-vp {
		width: 230px;
		/* height: 340px; */
		height: 370px;
	}

	#cCarousel #cCarousel-inner {
		gap: 30px !important;
	}

	.cCarousel-item {
		width: 230px !important;
	}

	.cCarousel-item img {
		min-height: 200px !important;
	}

	#cCarousel .arrow {
		margin: 5px;
		height: 40px;
		width: 40px;
	}

	#cCarousel #next {
		right: 0px !important;
	}

	#cCarousel #prev {
		left: 0px !important;
	}
}

#cCarousel #cCarousel-inner {
	display: flex;
	position: absolute;
	transition: 0.3s ease-in-out;
	gap: 10px;
	left: 0px;
}

.cCarousel-item {
	width: 250px;
	/* height: 365px; */
	height: 100%;
	border: 2px solid #124463;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.cCarousel-item img {
	width: 100%;
	object-fit: fill;
	min-height: 246px;
	color: white;
}

.cCarousel-item .infos {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	background: white;
	color: black;
	padding: 10px;
}

.cCarousel-item .infos h4 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* Number of lines to display */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 70px;
	font-size: 20px;
}

.cCarousel-item .infos p {
	display: -webkit-box;
	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.aincarusel:hover {
	background-color: #124463;

	transition: background-color 0.4s ease;

	border-radius: 15px;
}

.aincarusel:hover .cCarousel-item .infos {
	background-color: #124463;

	color: white;
}

.aincarusel:hover .cCarousel-item img {
	filter: brightness(0.7);
}

/* mansoor design copied from new*/
.txt-background-color {
	color: #0071b8 !important;
}

/*sofa-cleaning-services start*/
.sofa-cleaning-services {
	display: flex;
	gap: 60px;
	padding: 66px;
	justify-content: center;
	align-items: center;
	/* max-height: 671.49px; */
	margin-top: 5px;
	background-color: #0071b80d;
}
.sofa-cleaning-services h2 {
	font-weight: 600;
	font-size: 35px;
}
.sofa-cleaning-services-right-first-para {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	width: 647px;
}

.sofa-cleaning-services-right-second-para {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	width: 647px;
}
.sofa-cleaning-services-left-image {
	margin-bottom: 10px;
}
.sofa-cleaning-services-left-image img {
	width: 100%;
	height: auto;
	border-radius: 15% 15% 0 0;

	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
	.sofa-cleaning-services {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		padding: 30px 20px;
		/* max-height: none; */
	}

	.sofa-cleaning-services-left,
	.sofa-cleaning-services-right {
		width: 100%;
	}

	.sofa-cleaning-services-left {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.sofa-cleaning-services-left > div {
		width: 100%;
		display: flex;
		justify-content: center;
		/* margin-bottom: 15px; */
	}

	.sofa-cleaning-services-left img {
		width: 100%;
		max-width: 300px;
		height: auto;
		display: block;
	}

	.sofa-cleaning-services-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.sofa-cleaning-services-right-first-para,
	.sofa-cleaning-services-right-second-para {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.sofa-cleaning-services {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		padding: 30px 20px;
		/* max-height: none; */
	}

	.sofa-cleaning-services-left,
	.sofa-cleaning-services-right {
		width: 100%;
	}

	.sofa-cleaning-services-left {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.sofa-cleaning-services-left > div {
		width: 100%;
		display: flex;
		justify-content: center;
		/* margin-bottom: 15px; */
	}

	.sofa-cleaning-services-left img {
		width: 100%;
		max-width: 300px;
		height: auto;
		display: block;
	}

	.sofa-cleaning-services-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.sofa-cleaning-services-right-first-para,
	.sofa-cleaning-services-right-second-para {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		text-align: center;
	}

	.sofa-cleaning-services h2 {
		font-size: 24px;
	}

	.sofa-cleaning-services p {
		font-size: 14px;
	}
}

/*sofa-cleaning-services end*/

/*end of tanancy section start*/

.end-tenancy-cleaning {
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-direction: column; */
	gap: 30px;
	/* margin-top: 5px; */
	padding: 66px;
	background-color: #0071b80d;
}

.end-tenancy-cleaning-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 884px;
}

.end-tenancy-cleaning-left h3 {
	font-weight: 600;
	font-size: 35px;
	line-height: 64px;
	color: var(--primary-blue);
}

.end-tenancy-cleaning-left p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: var(--primary-blue);
}
.end-tenancy-cleaning-left button {
	background-color: var(--background-color);
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
}

.end-tenancy-cleaning-left button:hover {
	background-color: #005a9c;
	color: white;
}
@media (max-width: 1024px) {
	.end-tenancy-cleaning {
		flex-direction: column;
		padding: 30px 20px;
	}
	.end-tenancy-cleaning-left {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.end-tenancy-cleaning {
		flex-direction: column;
		padding: 30px 20px;
	}
	.end-tenancy-cleaning-left {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.end-tenancy-cleaning {
		flex-direction: column;
		padding: 30px 20px;
	}
	/* .end-tenancy-cleaning-left{
    width: 100%;
  } */
	.end-tenancy-cleaning-left h3 {
		font-size: 20px;
		line-height: 35px;
	}
	.end-tenancy-cleaning-left p {
		text-align: center;
		font-size: 14px;
	}
	.end-tenancy-cleaning-left button {
		font-size: 16px;
	}
	.end-tenancy-cleaning-right img {
		width: 100%;
	}
}

/*end of tanancy section end*/

/*sofa-touch start*/
.sofa-touch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	background-color: #f8f8f8;
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	gap: 20px;
}
.sofa-touch-left {
	padding: 45px;
}

.sofa-touch-right h3 {
	font-size: 35px;
	font-weight: 600;
	/* margin-bottom: 20px; */
	line-height: 45px;
}

.sofa-touch p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.sofa-touch button {
	background-color: #0071b8;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

.sofa-touch button:hover {
	background-color: #0056b3;
}

.sofa-touch-right button {
	background-color: #0071b8;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.sofa-touch-right button:hover {
	background-color: #005a9c;
}
@media (max-width: 1024px) {
	.sofa-touch {
		flex-direction: column;
		text-align: center;
	}

	.sofa-touch-left {
		padding: 0;
	}

	.sofa-touch-right {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.sofa-touch {
		flex-direction: column;
		text-align: center;
	}

	.sofa-touch-left {
		padding: 0;
	}

	.sofa-touch-right {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.sofa-touch {
		flex-direction: column;
		text-align: center;
	}

	.sofa-touch-left {
		padding: 0;
	}

	.sofa-touch-left img {
		width: 100%;
	}
	.sofa-touch-right {
		margin-top: 20px;
	}
	.sofa-touch-right h3 {
		font-size: 20px;
		/* font-weight: 800; */
		margin-bottom: 20px;
		line-height: 35px;
	}
}
/* sofa-touch end*/

/*terrace-cleaning start*/
/* ===== Base Styles ===== */
.terrace-cleaning {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	background-color: #0071b80d;
	border-radius: 10px;
	gap: 20px;
	flex-wrap: wrap;
}

.terrace-cleaning-left {
	padding: 45px;
	width: 55%;
}

.terrace-cleaning-left h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
}

.terrace-cleaning-left p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 300;
}

/* ✅ Button as <a> */
.btn-background-color {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0071b8;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	position: relative;
	z-index: 2;
}

.btn-background-color:hover {
	background-color: #005a9c;
}

.terrace-cleaning-right {
	width: 40%;
	position: relative;
	z-index: 1;
}

.terrace-cleaning-right img {
	width: 75%;
	height: auto;
	display: block;
	border-radius: 10px;
}

/* ===== Responsive Media Queries ===== */

/* Tablet & Below */
@media screen and (max-width: 1024px) {
	.terrace-cleaning {
		flex-direction: column;
		align-items: center;
		padding: 30px 20px;
	}

	.terrace-cleaning-left,
	.terrace-cleaning-right {
		width: 100%;
		text-align: center;
	}

	.terrace-cleaning-left {
		padding: 20px;
	}
}

/* Mobile */
@media screen and (max-width: 480px) {
	.terrace-cleaning {
		padding: 20px 10px;
	}

	.terrace-cleaning-left h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.terrace-cleaning-left p {
		font-size: 14px;
	}

	.btn-background-color {
		font-size: 14px;
		padding: 8px 16px;
	}

	.terrace-cleaning-right img {
		margin-top: 20px;
	}
}

/* terrace-cleaning end*/

/*why choose section start*/
.why-choose-zuericlean {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding: 40px;
	/* background-color: #0071b80d; */
	/* height: 363px; */
	border-radius: 10px;
	/* margin: 20px */
}
.why-choose-zuericlean h3 {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	/* margin-bottom: 20px; */
	/* width: 273px; */
	/* text-align: center; */
}
.why-choose-zuericlean .para {
	/* text-align: center; */
	width: 1300px;
	font-weight: 300;
	font-size: 16px;
}
.why-choose-zuericlean h4 {
	font-size: 18px;
	font-weight: 700;
	width: 273px;
	text-align: center;
}
.why-choose-card-section {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 40px;
	/* background-color: #0071b80d; */
	/* height: 363px; */
	border-radius: 10px;
	/* margin: 20px */
}
.card-section {
	background-color: #0071b80d;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	/* height: 363px; */
	border-radius: 26px;
	/* margin: 20px */
	width: 321px;
	height: 297px;
	box-shadow: 0px 0px 10px #00000040;
	position: relative;
}
.card-section:hover {
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}
.card-section p {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	width: 273px;
	/* margin-bottom: 20px; */
	/* width: 273px; */
	/* text-align: center; */
}
.card-section .card-icon {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0071b8;
	border-radius: 50%;
	width: 86px;
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: white;
	box-shadow: 0px 0px 10px #00000040;
}
.why-choose-card-section .card-center {
	background-color: #0071b8;
}
.why-choose-card-section .card-center {
	color: white;
}

.why-choose-card-section .card-center .card-icon {
	background-color: white;
}
/* Tablet view */
@media (max-width: 1024px) {
	.why-choose-zuericlean .para {
		width: 90%;
	}
	.why-choose-card-section {
		flex-wrap: wrap;
		gap: 30px;
	}
	.card-section {
		width: 280px;
		height: auto;
	}
}

/* Mobile Landscape */
@media (max-width: 768px) {
	.why-choose-zuericlean h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.why-choose-zuericlean .para {
		font-size: 15px;
		width: 100%;
		text-align: center;
	}
	.why-choose-card-section {
		flex-direction: column;
		padding: 20px;
	}
	.card-section {
		width: 90%;
		height: auto;
	}
	.card-section p {
		width: 100%;
	}
}

/* Mobile Portrait */
@media (max-width: 480px) {
	.why-choose-zuericlean {
		padding: 20px;
		gap: 15px;
	}
	.why-choose-zuericlean h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.why-choose-zuericlean .para {
		font-size: 14px;
		width: 100%;
		text-align: center;
	}
	.why-choose-card-section {
		gap: 20px;
		padding: 10px;
	}
	.why-choose-card-section h4 {
		font-size: 16px;
		width: 100%;
		text-align: center;
		margin-top: 32px;
	}
	.card-section {
		width: 100%;
		height: 250px;
		padding: 15px;
		margin-bottom: 40px;
	}
	.card-section .card-icon {
		width: 70px;
		height: 70px;
		font-size: 20px;
		top: -35px;
	}
}

/* why choose section end*/

/*lower sofa cleaning service start*/

.lower-sofa-cleaning {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 66px;
	background-color: #0071b80d;
	/* height: 363px; */
}

.lower-sofa-cleaning-services-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 884px;
}

.lower-sofa-cleaning-services-left h3 {
	font-weight: 600;
	font-size: 35px;
	line-height: 64px;
	color: var(--primary-blue);
}

.lower-sofa-cleaning-services-left p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: var(--primary-blue);
}

.btn-wrapper {
	width: 100%;
	text-align: center;
}

/* .btn-center {
	background-color: var(--background-color);
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
} */

/* Responsive Styles */
@media (max-width: 1024px) {
	.lower-sofa-cleaning {
		flex-direction: column;
		padding: 30px 20px;
	}

	.lower-sofa-cleaning-services-left {
		width: 100%;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.lower-sofa-cleaning {
		flex-direction: column;
		padding: 30px 20px;
	}

	.lower-sofa-cleaning-services-left {
		width: 100%;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.lower-sofa-cleaning {
		flex-direction: column;
		padding: 30px 20px;
	}

	.lower-sofa-cleaning-services-left h3 {
		font-size: 25px;
		text-align: center;
		line-height: 32px;
	}

	.lower-sofa-cleaning-services-left p {
		text-align: center;
		font-size: 14px;
	}

	.lower-sofa-cleaning-services-right img {
		width: 100%;
	}
}

/*lower sofa cleaning service end*/

/* terrace-cleaners start*/
.terrace-cleaner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	/* background-color: #f8f8f8; */
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	gap: 20px;
	height: 363px;
}

.terrace-cleaner-left {
	padding: 45px;
}
.terrace-cleaner-right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.terrace-cleaner-right h3 {
	font-size: 35px;
	font-weight: 600;
	/* margin-bottom: 20px; */
	line-height: 45px;
	align-self: flex-start;
}

.terrace-cleaner p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.terrace-cleaner button {
	background-color: #0071b8;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

.terrace-cleaner button:hover {
	background-color: #0056b3;
}

.terrace-cleaner-right button {
	background-color: #0071b8;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.terrace-cleaner-right button:hover {
	background-color: #005a9c;
}
/* Desktop view - default */
.lower-sofa-cleaning,
.terrace-cleaner {
	display: flex;
	gap: 20px;
	padding: 40px;
}
/* ================= MEDIA QUERIES ================= */

/* 1024px and below (Tablet landscape, small laptops) */
@media (max-width: 1024px) {
	.terrace-cleaner {
		padding: 30px;
		gap: 15px;
		height: auto;
		flex-wrap: wrap;
	}

	.terrace-cleaner-left {
		padding: 30px;
	}

	.terrace-cleaner-right h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.terrace-cleaner p {
		font-size: 15px;
	}

	.terrace-cleaner-right button {
		font-size: 16px;
		padding: 8px 14px;
	}
}

/* 768px and below (Tablet portrait) */
@media (max-width: 768px) {
	.terrace-cleaner {
		flex-direction: column;
		align-items: center;
		padding: 25px 20px;
		height: auto;
	}

	.terrace-cleaner-left {
		padding: 0;
		text-align: center;
	}

	.terrace-cleaner-right {
		align-items: center;
		text-align: center;
	}

	.terrace-cleaner-right h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.terrace-cleaner p {
		font-size: 14px;
	}
}

/* 480px and below (Mobile) */
@media (max-width: 480px) {
	.terrace-cleaner {
		flex-direction: column;
		padding: 20px 15px;
		gap: 20px;
		height: auto;
	}

	.terrace-cleaner-left {
		padding: 0;
		text-align: center;
	}
	.terrace-cleaner-left img {
		width: 90%;
	}
	.terrace-cleaner-right {
		align-items: center;
		text-align: center;
	}

	.terrace-cleaner-right h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.terrace-cleaner p {
		font-size: 13px;
	}

	.terrace-cleaner-right button {
		font-size: 14px;
		padding: 8px 12px;
	}
}

/* terrace-cleaners end*/

/* why work with us start*/

.why-work-with-us {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px;
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	height: 440px;
	gap: 20px;
}

.why-work-with-us h3 {
	font-size: 35px;
	font-weight: 600;
	/* margin-bottom: 20px; */
	line-height: 45px;
}

.why-work-with-us p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
	width: 1308px;
	height: 72px;
}
.why-work-with-us-card-section {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	/* flex-direction: column; */
	gap: 70px;
}
.cards {
	position: relative;
	background-color: #eef8fd;
	border-radius: 20px;
	width: 280px;
	padding: 20px 20px 20px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	transition: background-color 0.3s;
	overflow: hidden;
	z-index: 1;
}

.cards::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #0071b8;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	transition: all 0.8s ease;
	z-index: 0;
}

.cards:hover::before {
	width: 100%;
	border-radius: 0;
}

.cards:hover {
	background-color: #0071b8;
	color: #fff;
}

.cards * {
	position: relative;
	z-index: 1;
}
.cards:hover .card-icon {
	background-color: #fff;
}

.cards:hover .card-icon svg {
	fill: #0071b8;
}

.heading-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-direction: column; */
	gap: 12px;
	padding: 20px;
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	/* background-color: #0071b80d; */
	/* width: 68px; */
	height: 68px;
}
.heading-icon .card-icon {
	background-color: #0071b8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	padding: 15px;
	align-items: center;
	font-size: 24px;
	color: white;
	box-shadow: 0px 0px 10px #00000040;
}
.heading-icon .card-icon img {
	height: 30px;
	width: 25px;
}
.heading-icon h4 {
	font-size: 14px;
	font-weight: 700;
	width: 82px;
	height: 42px;
	line-height: 21px;
}
.why-work-with-us-card-section .cards {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	background-color: #0071b80d;
	width: 281px;
	height: 185px;
}
.cards p {
	font-size: 12px;
	/* line-height: 1.5;
  margin-bottom: 20px; */
	text-align: left;
	height: 45px;
	width: 177px;
}

/* ------------ 1024px and below ------------ */
@media (max-width: 1024px) {
	.why-work-with-us p {
		width: 100%;
		height: auto;
		font-size: 15px;
	}

	.why-work-with-us-card-section {
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
	}

	.cards {
		width: 260px;
		height: auto;
	}

	.cards p {
		width: 100%;
	}
}

/* ------------ 768px and below ------------ */
@media (max-width: 768px) {
	.why-work-with-us {
		padding: 30px 20px;
		height: auto;
	}

	.why-work-with-us h3 {
		font-size: 28px;
		line-height: 38px;
	}

	.why-work-with-us p {
		font-size: 14px;
		line-height: 1.5;
	}

	.why-work-with-us-card-section {
		flex-direction: column;
		gap: 30px;
	}

	.cards {
		width: 90%;
		max-width: 350px;
		padding: 20px;
	}

	.cards p {
		font-size: 13px;
		text-align: center;
		width: 100%;
	}

	.heading-icon {
		width: auto;
		justify-content: flex-start;
	}
}

/* ------------ 480px and below ------------ */
@media (max-width: 480px) {
	.why-work-with-us h3 {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}

	.why-work-with-us p {
		font-size: 13px;
	}

	.cards {
		width: 100%;
		padding: 15px;
	}

	.heading-icon {
		flex-direction: row;
		gap: 10px;
	}

	.heading-icon h4 {
		font-size: 13px;
		width: auto;
		height: auto;
	}

	.cards p {
		font-size: 12px;
		text-align: center;
		width: 100%;
		height: auto;
	}
}

/* why work with us end*/

/*customer satisfaction start*/
.customer-satisfaction {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #0071b80d;
	padding: 40px;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
	height: 400px;
}

.customer-satisfaction-left-section {
	width: 60%;
	padding: 20px;
	z-index: 2;
	margin-left: 40px;
}

.customer-satisfaction-left-section h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
}

.customer-satisfaction-left-section p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 300;
}

.customer-satisfaction-right-section {
	position: absolute;
	top: -55px;
	right: 150px;
	z-index: 3;
	padding-bottom: 0px;
}

.customer-satisfaction-right-section img {
	max-width: 345px;
	height: auto;
}

@media (max-width: 1024px) {
	.customer-satisfaction {
		flex-direction: column;
		align-items: center;
		padding: 40px 20px 0;
	}

	.customer-satisfaction-left-section {
		width: 100%;
		padding: 20px;
		margin-left: 0;
		text-align: center;
	}

	.customer-satisfaction-right-section {
		position: static !important;
		margin-top: 20px;
		padding-bottom: 0;
		text-align: center;
	}

	.customer-satisfaction-right-section img {
		max-width: 250px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.customer-satisfaction {
		padding: 30px 15px 0;
		height: auto;
	}

	.customer-satisfaction-right-section img {
		max-width: 200px;
	}
}

@media (max-width: 480px) {
	.customer-satisfaction-left-section h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.customer-satisfaction-left-section p {
		font-size: 14px;
	}

	.customer-satisfaction-right-section img {
		max-width: 150px;
	}
}

/*customer satisfaction end*/

/*cities new design start*/

.cities-container {
	padding: 40px 20px;

	text-align: center;
}

.cities-container h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 20px;
}


.cities-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	width: 100%;
	margin: 10px;
}

/* Fixed width for each city box so 6 can fit per row */
.city-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-image: url("../images/home/cities.webp");
	background-size: cover;
	background-repeat: no-repeat;
	/* width: calc((100% - 100px) / 6); */
	width: 50%;
	height: 80px;
	padding: 10px 10px;
	border-radius: 20px;
	box-sizing: border-box; /* Includes padding inside width */
}
.city-box:hover {
	background-image: url("../images/home/cities2.webp");
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.city-icon {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0071b8;
	color: #fff;
	font-weight: 600;
	padding: 10px 15px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.city-box:hover .city-icon {
	background-color: #fff;
	color: #0071b8;
}
.city-name {
	font-weight: 600;
	color: #000;
	padding: 15px 20px;
	font-size: 18px;
}
.city-box:hover .city-name {
	color: white;
}
/* ---------- 1024px and below ---------- */
@media (max-width: 1024px) {
	.city-box {
		width: calc((100% - 80px) / 4); /* 4 boxes per row */
		height: 90px;
	}

	.city-name {
		font-size: 16px;
		padding: 10px 15px;
	}

	.city-icon {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
}

/* ---------- 768px and below ---------- */
@media (max-width: 768px) {
	.city-box {
		width: calc((100% - 60px) / 3); /* 3 boxes per row */
		height: 80px;
	}

	.city-name {
		font-size: 15px;
	}

	.city-icon {
		width: 34px;
		height: 34px;
		font-size: 13px;
	}
}

/* ---------- 480px and below ---------- */
@media (max-width: 480px) {
	.city-box {
		width: calc((100% - 20px) / 2); /* 2 boxes per row */
		height: 75px;
	}

	.city-name {
		font-size: 14px;
		padding: 8px 12px;
	}

	.city-icon {
		width: 32px;
		height: 32px;
		font-size: 12px;
		padding: 8px;
	}
}
.cities-column{
	display: flex;
	flex-direction: column;
	gap: 20px;
	gap: 20px;
    width: 381px;
    align-items: center;
}
/*cities new design end*/












/*testimonial card start*/
.testimonials {
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}

.testimonials h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.txt-background-color {
    color: #0071b8;
}

.testimonials-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Card */
.testimonial-card {
    position: relative;
    width: 263px;
    min-height: 230px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

/* Header */
.testimonial-header {
    position: absolute;
    top: -23px;
    background: #0071b8;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 16px 16px 0 0;
}

/* Body */
.testimonial-body {
    padding: 60px 20px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    position: relative;
}

/* Quotation */
.testimonial-body .quote {
    font-size: 24px;
    color: #0071b8;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

/* Bottom arrow (V shape) */
.testimonial-arrow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 8px solid #0071b8;
}

/* testimonial card end */


/* mansoor design copied from new*/
