:root {
	--pg-ink: #101828;
	--pg-muted: #5f6b7a;
	--pg-line: #e7edf3;
	--pg-soft: #f6f8fb;
	--pg-brand: #165dff;
	--pg-brand-dark: #0a3bb5;
	--pg-accent: #14b8a6;
	--pg-gold: #f7b500;
	--pg-shadow: 0 18px 50px rgba(16, 24, 40, 0.1);
}

body {
	background: #fff !important;
	color: var(--pg-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.download.features {
	min-height: 70vh;
	padding: 58px 0 78px;
	background:
		radial-gradient(circle at 84% 8%, rgba(20, 184, 166, 0.14), transparent 28%),
		linear-gradient(180deg, #f7fbff 0%, #fff 46%, #f6f8fb 100%) !important;
}

.download.features > .container,
.download.features .container.bg-white,
.writer-standalone .download.features > .container {
	width: min(1180px, calc(100% - 32px));
	max-width: 1180px;
	padding: 0 !important;
	background: transparent !important;
}

.download.features h3,
.download.features h4,
.download.features h5,
.download.features h6 {
	color: var(--pg-ink);
	letter-spacing: 0;
}

.download.features p {
	color: var(--pg-muted);
}

.revewiews h3,
.download.features .row:first-child h3 {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 850;
	line-height: 1.05;
}

.revewiews h3::after,
.download.features .row:first-child h3::after {
	content: "";
	display: block;
	width: 74px;
	height: 4px;
	margin-top: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--pg-brand), var(--pg-accent));
}

.revewiews,
.download.features .font13 {
	font-size: 15px;
}

.bg-review,
.overlay,
.writer-standalone .box-shadow,
.writer-standalone .feature-item,
.writer-standalone .fawesome {
	margin-bottom: 18px;
	padding: 22px !important;
	border: 1px solid var(--pg-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06) !important;
}

.bg-review h4 {
	font-size: 24px;
	font-weight: 750;
	line-height: 1.18;
}

.bg-review hr,
.writer-standalone hr,
.overlay hr {
	border-top-color: var(--pg-line);
}

.bg3-review,
.bg2-review {
	height: 100%;
	border: 1px solid var(--pg-line) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
}

.bg3-review {
	align-items: center;
	background: #fff !important;
}

.bg2-review {
	background: #fffbeb !important;
}

.bg3-review img,
.improf img,
.img_public img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	object-fit: cover;
}

.bg3-review .fa-user-circle,
.improf .fa-users,
.img_public .fa-users {
	color: var(--pg-brand);
}

.text-warning,
.fa-star[style*="#ffc107"],
.fa-star[style*="green"] {
	color: var(--pg-gold) !important;
}

.oplinkw a,
.orderhire,
.btn-warning,
.btn-success,
.download.features .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px !important;
	border: 0 !important;
	border-radius: 8px !important;
	color: #fff !important;
	background: var(--pg-brand) !important;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 10px 22px rgba(22, 93, 255, 0.18);
}

.btn-success {
	background: #16a34a !important;
	box-shadow: 0 10px 22px rgba(22, 163, 74, 0.18);
}

.opc1,
.statisticsops {
	border: 1px solid var(--pg-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: var(--pg-shadow);
}

.opc1 {
	max-width: none;
	padding: 22px !important;
}

.opc1 h3 {
	font-size: 28px;
	font-weight: 800;
}

.opc1 label {
	margin-bottom: 6px;
	color: #344054;
	font-size: 13px;
	font-weight: 750;
}

.custom-select,
.download.features .form-control {
	min-height: 42px;
	height: auto !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 8px !important;
	background-color: #fff;
	color: var(--pg-ink);
}

.orderamountc {
	margin: 16px 0 8px;
	font-size: 24px;
	font-weight: 850;
	color: var(--pg-brand-dark);
}

.statisticsops {
	margin-top: 30px;
	padding: 22px !important;
}

.statisticsops h2 {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--pg-line);
	font-size: 18px !important;
	font-weight: 800;
}

.statisticsops span {
	color: var(--pg-accent);
	font-weight: 850;
}

.download.features .font13 > .row:first-child {
	align-items: center;
	margin-bottom: 28px;
	padding: 26px;
	border: 1px solid var(--pg-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pg-shadow);
}

.download.features .font13 > .row:first-child .fa-users {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, var(--pg-brand), var(--pg-accent));
	font-size: 28px !important;
}

.borderright {
	border-right: 1px solid var(--pg-line);
}

.overlay {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.overlay:hover {
	transform: translateY(-2px);
	box-shadow: var(--pg-shadow) !important;
}

.overlay > .row {
	align-items: center;
}

.overlay h4 a,
.writer-standalone h4,
.writer-standalone h5 {
	font-weight: 800;
}

.showme.alert {
	margin: 14px 0 0;
	border: 0;
	border-radius: 8px;
	background: var(--pg-soft);
	color: var(--pg-muted);
}

.pagination {
	margin-top: 18px;
}

.pagination a,
.pagination strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin-left: 6px;
	border: 1px solid var(--pg-line);
	border-radius: 8px;
	background: #fff;
	color: var(--pg-brand);
	font-weight: 750;
}

.writer-standalone .feature-item {
	text-align: center;
}

.writer-standalone .img_public {
	display: grid;
	place-items: center;
	width: 96px;
	height: 96px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #eef4ff;
	overflow: hidden;
}

.writer-standalone .img_public img {
	width: 100%;
	height: 100%;
}

.writer-standalone .img_public .fa-users {
	font-size: 46px;
}

.writer-standalone .fawesome i {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-right: 8px;
	border-radius: 8px;
	color: var(--pg-brand);
	background: #eef4ff;
	font-size: 20px;
}

@media (max-width: 767px) {
	.download.features {
		padding: 36px 0 58px;
	}

	.bg-review .col-8,
	.bg-review .col-4 {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left !important;
	}

	.borderright {
		border-right: 0;
	}

	.download.features .font13 > .row:first-child {
		gap: 14px;
	}

	.overlay > .row > [class*="col-"],
	.overlay > .row > [class*="col-sm-"] {
		margin-bottom: 12px;
		text-align: left !important;
	}
}
