.sofa-cleaning-hero-section {
	height: 500px;
	width: 100%;
	position: relative;
	background: url("../images/sofa-new.webp") no-repeat center center;
	/* padding: 60px 0; */
	z-index: 1;
}
.sofa-cleaning-hero-section-overlay {
	background-color: rgba(4, 36, 92, 0.1);
	/* #04245c with opacity */
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.sofa-cleaning-hero-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sofa-cleaning-hero-content-title {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
}
.sofa-cleaning-hero-content p {
	text-align: center;
	font-size: 20px;
	color: white;
}
.sofa-cleaning-hero-content button {
	background-color: red;
	color: white;
	padding: 8px 30px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
	border: none;
}

/* Responsive  */
@media (max-width: 992px) {
	.sofa-cleaning-hero-section {
		height: auto;
		background-size: cover;
	}

	.sofa-cleaning-hero-content-title {
		font-size: 32px;
	}
	.sofa-cleaning-hero-content {
		padding: 30px 21px;
	}

	.sofa-cleaning-hero-content p {
		font-size: 18px;
		margin: 10px 0;
		text-align: center;
	}

	.sofa-cleaning-hero-content button {
		font-size: 16px;
		padding: 10px 25px;
	}
}

@media (max-width: 576px) {
	.sofa-cleaning-hero-content-title {
		font-size: 24px;
	}

	.sofa-cleaning-hero-content p {
		font-size: 16px;
	}

	.sofa-cleaning-hero-content button {
		width: 100%;
		max-width: 280px;
		padding: 10px;
	}
}

/* Responsive  */
/* -----------------------------------------------------------------  */

/* Sofa Content  */
.sofa-cleaning-detail-section {
	height: auto;
	padding-top: 40px;
	width: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sofa-cleaning-detail-section-content h2 {
	font-size: 40px;
	font-weight: 600;
}

.sofa-cleaning-detail-section-content p {
	color: #767676;
	font-size: 20px;
}

.sofa-cleaning-detail-section-content ul li {
	color: #767676;
	font-size: 20px;
}

@media (max-width: 992px) {
	.sofa-cleaning-detail-section {
		height: auto;
		padding: 50px 20px;
		text-align: center;
	}

	.sofa-cleaning-detail-section-content h2 {
		font-size: 32px;
	}

	.sofa-cleaning-detail-section-content p,
	.sofa-cleaning-detail-section-content ul li {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.sofa-cleaning-detail-section-content h2 {
		font-size: 26px;
	}

	.sofa-cleaning-detail-section-content p,
	.sofa-cleaning-detail-section-content ul li {
		font-size: 16px;
	}
}
/* Sofa Content  */

.tick-points li {
	display: block !important;
}

/* bread crumnb css  */
.breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	color: white;
}

.breadcrumb-item a {
	text-decoration: none;
	color: white;
}

.breadcrumb-item.active {
	color: #ff0201;
}
.breadcrumb-title {
	display: inline-block;
	max-width: 700px; /* adjust as needed */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

/* bread crumnb css  */
