/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
  width: 100%;
} */

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Variable.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

/* .zueri-hero-bg {
  position: relative;
  width: 100%;
  background-color: #e0e0e0;
  overflow: hidden;
}

.zuri-hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}


.zuri-hero-img.loaded {
  opacity: 1;
} */

/* ================= BASE ================= */
.zuri-hero-section {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.zueri-hero-bg {
	position: relative;
	width: 100%;
}

.zuri-bg-desktop {
	width: 100%;
	height: auto;
	display: block;
}

.zuri-bg-mobile {
	width: 100%;
	height: auto;
	display: none;
}

.zuri-hero-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 60px 20px;
	z-index: 2;
}

.zuri-hero-text {
	flex: 1 1 500px;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px 15px;
	border-radius: 12px;
	max-width: 550px;
}

.zuri-hero-subtitle {
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #1aa7ff;
	margin-bottom: 12px;
}

.zuri-hero-heading {
	font-family: "Inter", sans-serif !important;
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
	color: #000;
	margin-bottom: 30px;
}

.zuri-hero-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 15px;
	max-width: 350px;
}

.zuri-form-row {
	display: flex;
	flex-direction: column; /* ✅ stack vertically */
	gap: 15px;
}

.zuri-hero-select,
.zuri-hero-zip {
	/* flex: 1; */
	height: 50px;
	border-radius: 8px;
	border: none;
	font-size: 18px;
	font-weight: 400;

	padding: 0 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	outline: none;
	font-family: "Inter", sans-serif;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.zuri-hero-select {
	/* background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='18' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5 8l4 4 4-4z'/></svg>"); */
	/* background-repeat: no-repeat;
	background-position: right 15px center; */
}

.zuri-hero-select:focus,
.zuri-hero-zip:focus {
	box-shadow: 0 0 0 2px #1aa7ff;
}

.zuri-hero-zip::-webkit-inner-spin-button,
.zuri-hero-zip::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.zuri-hero-btn {
	width: 100%;
	height: 56px;
	border: 2px solid #ffeb38;
	border-radius: 10px;
	font-size: 25px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	background: linear-gradient(180deg, #ffeb38, #ffc738);
	transition: all 0.3s ease;
}

.zuri-hero-btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

@media (max-width: 992px) {
	.zuri-hero-wrapper {
		position: static;
		display: block;
		padding: 40px 20px;
		text-align: left;
	}

	.zuri-bg-desktop {
		display: none;
	}

	.zuri-bg-mobile {
		display: block;
	}

	.zuri-hero-text {
		background: none;
		padding: 20px 15px;
	}

	.zuri-hero-heading {
		font-size: 38px;
		line-height: 48px;
	}

	.zuri-hero-subtitle {
		font-size: 22px;
	}

	.zuri-form-row {
		/* display: flex !important; */
		flex-direction: column !important;
		gap: 12px;
	}

	.zuri-hero-select,
	.zuri-hero-zip {
		width: 100% !important;
		height: 52px;
		font-size: 15px;
		border-radius: 6px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
		background-color: #fff;
	}

	.zuri-hero-btn {
		height: 54px;
		border-radius: 8px;
		font-size: 16px;
		border-width: 1.5px;
	}

	.zuri-hero-img {
		display: none !important;
	}
}

@media (max-width: 600px) {
	.zuri-hero-heading {
		font-size: 28px;
		line-height: 38px;
	}

	.zuri-hero-subtitle {
		font-size: 18px;
	}

	.zuri-hero-text {
		padding: 10px;
	}

	.zuri-hero-select,
	.zuri-hero-zip {
		height: 50px;
		font-size: 15px;
	}

	.zuri-hero-btn {
		height: 52px;
		font-size: 16px;
	}
}

@media (max-width: 600px) {
	.zuri-form-row {
		flex-direction: column;
		gap: 10px;
	}
}

/* Section Base */
.zuri-handle-cleaning {
	width: 100%;
	background-color: #ffffff;
	padding: 80px 20px;
	text-align: center;
}

.zuri-handle-container {
	max-width: 1125px;
	margin: 0 auto;
}

/* Title */
.zuri-handle-title {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 25px;
}

/* Description */
.zuri-handle-desc {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 45px;
	text-align: start;
}

.zuri-handle-link {
	color: #1aa7ff;
	text-decoration: underline;
}

/* Buttons */
.zuri-handle-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 50px;
}

.zuri-btn-row {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.zuri-blue-btn {
	display: inline-block;
	width: 360px;
	height: 60px;
	line-height: 60px;
	font-family: "Inter", sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	background: linear-gradient(90deg, #45b8ff, #1aa7ff);
	transition: all 0.3s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.zuri-blue-btn:hover {
	background: none !important; /* clears gradient */
	background-color: #ffffff !important; /* solid white background */
	color: #1aa7ff !important;
	border: 1px solid #1aa7ff !important;
	/* transform: translateY(-2px); */
	box-shadow: 0 4px 10px rgba(26, 167, 255, 0.2);
}
/* Bottom paragraph */
.zuri-handle-bottom {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.8;
	color: #333333;
	margin-top: 10px;
	text-align: start;
}

.zuri-handle-bottom .zuri-handle-link {
	color: #1aa7ff;
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
	.zuri-handle-title {
		font-size: 28px;
	}

	.zuri-handle-desc {
		font-size: 16px;
		margin-bottom: 35px;
	}

	.zuri-blue-btn {
		width: 100%;
		max-width: 340px;
		font-size: 16px;
	}

	.zuri-handle-bottom {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.zuri-handle-title {
		font-size: 24px;
	}

	.zuri-blue-btn {
		height: 55px;
		line-height: 55px;
		font-size: 15px;
	}
}

/* ===== BASE SECTION ===== */
.zuri-services-section {
	background-color: #f1f7ff;
	padding: 80px 20px;
	text-align: center;
}

.zuri-services-container {
	margin: 0 auto;
	max-width: 1125px;
}

/* ===== TITLES ===== */
.zuri-services-title {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.zuri-services-subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.8;
	color: #000;
	margin: 0 auto 60px;
	text-align: start;
}

/* ===== GRID ===== */
.zuri-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	column-gap: 30px;
	row-gap: 60px;
	justify-items: center;
	align-items: stretch;
}

/* ===== LINK WRAPPER ===== */
.zuri-service-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
	transition: transform 0.3s ease;
}
.zuri-service-card-link:hover {
	transform: translateY(-6px);
}

/* ===== CARD ===== */
.zuri-service-card {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	max-width: 360px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	min-height: 430px;
}

.zuri-service-card img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* ===== CONTENT ===== */
.zuri-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	padding: 20px;
	text-align: left;
	height: 275px;
}

.zuri-card-content h3 {
	font-family: "Inter", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.zuri-card-content p {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	flex-grow: 1;
	margin-bottom: 14px;
}

/* ===== BUTTON ===== */
.zuri-card-btn {
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border-radius: 8px;
	background: linear-gradient(90deg, #45b8ff, #1aa7ff);
	transition: opacity 0.3s ease;
}
.zuri-card-btn:hover {
	opacity: 0.9;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
	.zuri-services-title {
		font-size: 38px;
	}
}

@media (max-width: 992px) {
	.zuri-services-grid {
		column-gap: 25px;
		row-gap: 50px;
	}
	.zuri-service-card {
		max-width: 340px;
	}
}

@media (max-width: 768px) {
	.zuri-services-title {
		font-size: 21px;
		line-height: 1.3;
	}
	.zuri-services-subtitle {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.zuri-card-content {
		text-align: center;
	}
	.zuri-card-content p {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.zuri-services-section {
		padding: 50px 10px;
	}
	.zuri-services-grid {
		grid-template-columns: 1fr;
		row-gap: 40px;
	}
	.zuri-service-card {
		max-width: 100%;
		min-height: auto;
	}
	.faqs-title {
		font-size: 21px;
	}
}

/* Section Base */
.zuri-areas-section {
	width: 100%;
	background-color: #fff;
	padding: 80px 20px;
	text-align: center;
}

.zuri-areas-container {
	margin: 0 auto;
	max-width: 1125px;
}

/* Headings */
.zuri-areas-title {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.zuri-areas-subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.8;
	color: #000;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: start;
}

/* Grid Layout */
.zuri-areas-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 25px;
	margin: 8px;
	/* justify-items: center; */
}
.zuri-areas-grid > *:nth-child(odd) {
	justify-self: self-start;
}
.zuri-areas-grid > *:nth-child(even) {
	justify-self: self-end;
}

/* Area Card */
.zuri-area-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	background-color: #f1f7ff;
	border-radius: 6px;
	/* overflow: hidden; */
	/* width: 100%;
	max-width: 400px; */
	height: 245px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

.zuri-area-card:hover {
	transform: translateY(-3px);
}

/* Image */
.zuri-area-card img {
	border-radius: 6px;
	width: 40%;
	height: auto;
	object-fit: cover;
}

/* Text Content */
.zuri-area-content {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.zuri-area-content h3 {
	font-family: "Inter", sans-serif !important;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
}

.zuri-area-content p {
	font-family: "Inter", sans-serif !important;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 300;
	color: #000;
	margin: 0;
}

/* ✅ Tablet */
@media (max-width: 992px) {
	.zuri-areas-section {
		padding: 60px 15px;
	}

	.zuri-areas-grid {
		gap: 20px;
	}

	.zuri-area-card {
		max-width: 100%;
	}

	.zuri-area-content h3 {
		font-size: 18px;
	}
}

/* ✅ Mobile */
@media (max-width: 768px) {
	.zuri-area-card {
		flex-direction: column;
		align-items: center;
		text-align: center;
		height: auto;
	}

	.zuri-area-card img {
		width: 100%;
		height: 180px;
	}

	.zuri-area-content {
		width: 100%;
		padding: 18px 16px;
		text-align: center;
	}

	.zuri-area-content h3 {
		font-size: 18px;
	}

	.zuri-area-content p {
		font-size: 14px;
	}
}

/* ✅ Extra small screens */
@media (max-width: 480px) {
	.zuri-areas-section {
		padding: 50px 10px;
	}

	.zuri-areas-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.zuri-area-card img {
		height: 160px;
	}

	.zuri-area-content {
		padding: 15px;
	}
}

/* Base Section */
.zuri-beforeafter-section {
	max-width: 1125px;
	margin-inline: auto;
	background-color: #fff;
	padding: 80px 0;
}

.zuri-beforeafter-container {
	/* max-width: 1200px; */
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
	padding: 1rem;
}

/* Row Layout */
.zuri-beforeafter-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.zuri-beforeafter-row.reverse {
	flex-direction: row-reverse;
}

/* Image Block */
.zuri-beforeafter-images {
	flex: 1;
	display: flex;
	justify-content: center;
}

.zuri-single-image {
	width: 100%;
	max-width: 500px;
	height: auto;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Text Content */
.zuri-beforeafter-content {
	flex: 1;
	max-width: 500px;
}

.zuri-beforeafter-content h2 {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.4;
}

.zuri-highlight {
	color: #1aa7ff;
}

.zuri-beforeafter-content p {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	color: #333;
	margin-bottom: 25px;
}

.zuri-beforeafter-btn {
	display: inline-block;
	background: linear-gradient(90deg, #45b8ff, #1aa7ff);
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 26px;
	border-radius: 6px;
	transition: opacity 0.3s ease;
}

/* .zuri-beforeafter-btn:hover {
  opacity: 0.9;
} */

.zuri-beforeafter-btn:hover {
	background: none !important; /* clears gradient */
	background-color: #ffffff !important; /* solid white background */
	color: #1aa7ff !important;
	border: 1px solid #1aa7ff !important;
	/* transform: translateY(-2px); */
	box-shadow: 0 4px 10px rgba(26, 167, 255, 0.2);
}
/* Responsive Fixes */
@media (max-width: 992px) {
	.zuri-beforeafter-row,
	.zuri-beforeafter-row.reverse {
		flex-direction: column;
		text-align: center;
		gap: 40px;
	}

	.zuri-single-image {
		max-width: 90%;
	}

	.zuri-beforeafter-content {
		max-width: 100%;
	}
}

@media (max-width: 600px) {
	.zuri-beforeafter-container {
		gap: 70px;
	}

	.zuri-beforeafter-content h2 {
		font-size: 22px;
	}

	.zuri-beforeafter-content p {
		font-size: 14px;
	}

	.zuri-single-image {
		max-width: 100%;
	}
}

/* Base Section */
.zuri-why-section {
	width: 100%;
	background: linear-gradient(to bottom, #f1f7ff 0%, #ffffff 100%);
	padding: 80px 20px;
	text-align: center;
}

/* Container */
.zuri-why-container {
	max-width: 1125px;
	margin: 0 auto;
}

/* Headings */
.zuri-why-title {
	font-family: "Inter", sans-serif !important;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.zuri-why-subtitle {
	font-family: "Inter", sans-serif !important;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
}

.zuri-why-desc {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.8;
	color: #000;
	margin: 0 auto 70px auto;
	text-align: start;
}

/* Grid */
.zuri-why-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
	justify-items: center;
	text-align: center;
}

/* Cards */
.zuri-why-card {
	max-width: 350px;
	background: transparent;
}

.zuri-why-card img {
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
}

.zuri-why-card h3 {
	font-family: "Inter", sans-serif !important;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 12px;
}

.zuri-why-card p {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
	margin: 0 auto;
	max-width: 320px;
}

/* Responsive */
@media (max-width: 992px) {
	.zuri-why-desc {
		font-size: 16px;
		margin-bottom: 50px;
	}

	.zuri-why-card img {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 600px) {
	.zuri-why-title {
		font-size: 28px;
	}

	.zuri-why-subtitle {
		font-size: 16px;
	}

	.zuri-why-desc {
		font-size: 15px;
	}
	.zuri-why-grid {
		grid-template-columns: none;
	}
}

.zuri-curve-text {
	margin-top: -70px;
}

.zuri-curve-text h2 {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 6px;
}

.zuri-curve-text h3 {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #555;
	margin-bottom: 25px;
}

.zuri-curve-text p {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.9;
	color: #000;
	max-width: 1050px;
	margin: 0 auto;
}

.parent {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(6, 1fr);
	gap: 8px;
	justify-items: center;
	align-items: center;
	/* max-width: 1100px; */
	max-width: 1125px;
	margin: 0 auto;
	padding: 20px;
}

.parent img {
	width: 100%;
	height: auto;
	max-width: 160px;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.parent img:hover {
	transform: scale(1.05);
}

/* Desktop Positions */
.div13 {
	grid-column: 2;
	grid-row: span 2;
}

.div15 {
	grid-column: 4;
	grid-row: 2 / span 2;
}

.div17 {
	grid-column: 6;
	grid-row: 4 / span 2;
}

.div22 {
	grid-column: 5;
	grid-row: 3 / span 2;
}

.div23 {
	grid-column: 1;
	grid-row: 2 / span 2;
}

.div28 {
	grid-column: 6;
	grid-row: 1 / span 2;
}

.div29 {
	grid-column: 7;
	grid-row: 2 / span 2;
}

.div31 {
	grid-column: 7;
	grid-row: 5 / span 2;
}

.div32 {
	grid-column: 1;
	grid-row: 5 / span 2;
}

.div33 {
	grid-column: 2;
	grid-row: 4 / span 2;
}

.div36 {
	grid-column: 3;
	grid-row: 3 / span 2;
}

/* =========================
   ✅ Responsive Adjustments
   ========================= */

/* Tablet View (≤992px) */
@media (max-width: 992px) {
	.parent {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto;
		gap: 12px;
	}

	.parent img {
		max-width: 140px;
	}

	/* Simplify grid positions */
	.div13,
	.div15,
	.div17,
	.div22,
	.div23,
	.div28,
	.div29,
	.div31,
	.div32,
	.div33,
	.div36 {
		grid-column: auto;
		grid-row: auto;
	}
}

/* Mobile View (≤600px) */
@media (max-width: 600px) {
	.parent {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	.parent img {
		max-width: 110px;
		border-radius: 10px;
	}

	.zuri-curve-text {
		margin-top: 30px !important;
		padding: 0 15px;
	}

	.zuri-curve-text h2 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.zuri-curve-text h3 {
		font-size: 20px;
		font-weight: 700;
		color: #1aa7ff;
		margin-bottom: 10px;
	}

	.zuri-curve-text p {
		font-size: 14px;
		line-height: 1.6;
		color: #444;
	}
}

/* Section Base */
/* ================= TESTIMONIAL SECTION ================= */
.zuri-testimonial-section {
	background: #fff;
	padding: 80px 20px;
	font-family: "Inter", sans-serif;
	text-align: center;
}

.zuri-testimonial-container {
	max-width: 1125px;
	margin: 0 auto;
}

/* Title */
.zuri-testimonial-title {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 50px;
}

/* Swiper Wrapper Fix */
.testimonial-swiper {
	padding-bottom: 40px;
}

/* Card */
.zuri-testimonial-card {
	background: #fff;
	border-radius: 12px;
	padding: 30px 25px;
	text-align: left;
	max-width: 360px;
	height: 280px; /* ✅ Fixed equal height */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border: 1px solid #eee; /* ✅ Subtle clean border */
	margin: 0 auto;
}

/* Header */
.zuri-testimonial-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 18px;
}

.zuri-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.zuri-header-text h3 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin: 0 0 5px 0;
}

.zuri-stars {
	color: #ffc107;
	font-size: 18px;
	letter-spacing: 2px;
}

/* Text */
.zuri-testimonial-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	margin-top: auto;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
	background: #1aa7ff;
	opacity: 0.6;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
	.zuri-testimonial-title {
		font-size: 28px;
	}
	.zuri-testimonial-card {
		height: 360px;
		max-width: 90%;
	}
}

@media (max-width: 600px) {
	.zuri-testimonial-card {
		height: auto;
		max-width: 100%;
		border-radius: 10px;
		padding: 25px 20px;
	}
	.zuri-testimonial-text {
		font-size: 15px;
	}
	.zuri-testimonial-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.cleancard-faq-section {
	padding: 60px 20px;
	background: #fff;
}

.faqs-title {
	font-family: "Inter", sans-serif !important;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 100%;
	margin-bottom: 20px;
}

.faqs-desc {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #000;
	max-width: 1125px;
	margin: 0 auto 70px auto;
}

.faq-item {
	margin-bottom: 15px;
}

.faq-question {
	font-family: "Inter", sans-serif !important;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 10px;
	width: 100%;
	text-align: left;
	border: none;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-icon {
	font-size: 16px;
	color: #000;
	transition: transform 0.3s ease, color 0.3s ease;
}

.faq-question.active .faq-icon {
	color: #000;
}

.faq-answer {
	font-family: "Inter", sans-serif !important;
	display: none;
	padding: 0 20px 15px;
	color: #606060;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.terms-section {
	font-family: "Montserrat", sans-serif;
	background: #fff;
	padding: 80px 20px;
	color: #222;
}

.terms-section .container {
	max-width: 900px;
	margin: 0 auto;
}

.terms-section h1 {
	font-size: 26px;
	color: #1a75cf;
	margin-bottom: 30px;
}

.terms-section h2 {
	font-size: 20px;
	color: #0076c0;
	margin-top: 40px;
	margin-bottom: 10px;
	border-left: 4px solid #0076c0;
	padding-left: 12px;
}

.terms-section p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.terms-section ul {
	padding-left: 20px;
	margin-bottom: 25px;
}

.terms-section ul li {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.6;
}

@media screen and (max-width: 600px) {
	.terms-section {
		padding: 60px 15px;
	}

	.terms-section h1 {
		font-size: 22px;
	}

	.terms-section h2 {
		font-size: 18px;
	}

	.terms-section p,
	.terms-section ul li {
		font-size: 14px;
	}
}

