/* Outsourcing page — homepage-like spacing, cards, and scan-friendly type */

/* Old theme IDs in style.css (#software-d, #app-d, #bsi, …) must never match this page. */
.os-page section.os-block,
.os-page section.os-block.os-alt,
.os-page section.os-call {
	background: #fff !important;
	background-image: none !important;
	background-attachment: scroll !important;
	color: #555 !important;
	position: relative;
	z-index: 0;
	isolation: isolate;
}
.os-page section.os-block.os-alt {
	background: #f7f7f7 !important;
	background-image: none !important;
}
.os-page section.os-block::before,
.os-page section.os-block::after {
	content: none !important;
	display: none !important;
	background: none !important;
}
.os-page section.os-block .mask {
	display: none !important;
}
.os-page section.os-block,
.os-page section.os-block p,
.os-page section.os-block li,
.os-page section.os-block h2,
.os-page section.os-block h3,
.os-page section.os-block h4,
.os-page section.os-block .content,
.os-page section.os-block .lead {
	color: #555 !important;
}
.os-page section.os-block h2,
.os-page section.os-block h3,
.os-page section.os-block h4 {
	color: #333 !important;
}
.os-page section.os-block h2 span {
	color: #ff8202 !important;
}
.os-page section.os-block strong {
	color: #ff8202 !important;
}
.os-page section.os-block .os-kicker,
.os-page section.os-block .os-call-lead {
	color: #ff8202 !important;
}
.os-page section.os-block .os-call-box,
.os-page section.os-block .os-call-box p {
	color: #eee !important;
}

.os-page h2 {
	margin-top: 0;
	line-height: 1.25;
}
.os-page h2 span {
	color: #ff8202;
}
.os-page .lead {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
	color: #555;
}
.os-page .os-intro-copy {
	margin-bottom: 28px;
}
.os-page .os-intro-copy .lead {
	margin-bottom: 0;
}

.os-page section {
	scroll-margin-top: 130px;
}

.os-page .os-pillars,
.os-page .os-why .row,
.os-page .os-jump .row,
.os-page .os-note-grid,
.os-page .os-stats .container > .row {
	display: flex;
	flex-wrap: wrap;
}
.os-page .os-pillars > [class*="col-"],
.os-page .os-why .row > [class*="col-"],
.os-page .os-jump .row > [class*="col-"],
.os-page .os-note-grid > [class*="col-"],
.os-page .os-stats .container > .row > [class*="col-"] {
	display: flex;
}

.os-page .os-pillar {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 22px 20px 16px;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.os-page .os-pillar-num {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #ff8202;
	margin-bottom: 8px;
}
.os-page .os-pillar h3 {
	margin: 0 0 8px;
	font-size: 18px;
	color: #333;
}
.os-page .os-pillar p {
	margin: 0;
	color: #666;
	line-height: 1.55;
}

.os-page .os-where {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 24px 26px 8px;
	min-height: 280px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.os-page .os-where h3 {
	margin-top: 0;
	font-size: 18px;
}
.os-page .os-where-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
}
.os-page .os-where-list li {
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
	color: #555;
}
.os-page .os-where-list strong {
	display: inline-block;
	min-width: 130px;
	color: #333;
}
.os-page .os-intro-actions {
	margin-top: 18px;
}
.os-page .os-intro-actions .btn {
	margin-right: 8px;
	margin-bottom: 8px;
}

.os-page .os-photo {
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.os-page .os-photo img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}
.os-page .os-photo--contain img {
	object-fit: contain;
	background: #fff;
	height: 240px;
}
.os-page .os-photo figcaption {
	padding: 10px 8px 4px;
	font-size: 13px;
	color: #777;
	text-align: center;
}
.os-page .os-team-photo {
	margin-top: 10px;
}
.os-page .os-team-photo img {
	height: 320px;
}

.os-page .os-stat {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	padding: 26px 16px 18px;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.os-page .os-stat strong {
	display: block;
	font-size: 40px;
	line-height: 1.1;
	color: #ff8202;
	margin-bottom: 8px;
}
.os-page .os-stat span {
	display: block;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
	font-size: 15px;
}
.os-page .os-stat small {
	display: block;
	color: #777;
	line-height: 1.45;
}

.os-page .os-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 22px 22px 18px;
	margin-bottom: 24px;
	width: 100%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.os-page .os-badge {
	display: inline-block;
	align-self: flex-start;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ff8202;
	background: #fff4ea;
	padding: 3px 8px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.os-page .os-card-icon {
	color: #ff8202;
	margin-bottom: 8px;
}
.os-page .os-card h4 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	line-height: 1.3;
	min-height: 2.4em;
}
.os-page .os-card p {
	line-height: 1.65;
	color: #555;
	margin-bottom: 0;
	flex: 1 1 auto;
}
.os-page .os-card p strong {
	color: #ff8202;
	font-weight: 700;
}

.os-page .os-jump-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 22px 14px;
	margin-bottom: 18px;
	text-align: center;
	color: #444;
	font-weight: 600;
	min-height: 118px;
	width: 100%;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.os-page .os-jump-card i {
	display: block;
	font-size: 28px;
	color: #ff8202;
	margin-bottom: 10px;
}
.os-page .os-jump-card span {
	display: block;
	line-height: 1.35;
}
.os-page .os-jump-card:hover,
.os-page .os-jump-card:focus {
	background: #ff8202;
	border-color: #ff8202;
	color: #fff;
	text-decoration: none;
}
.os-page .os-jump-card:hover i,
.os-page .os-jump-card:focus i {
	color: #fff;
}

.os-page .os-block.os-alt {
	background: #f7f7f7;
}
.os-page .os-block-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.os-page .os-kicker {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ff8202;
}
.os-page .os-block-title {
	margin: 0 0 14px;
}
.os-page .os-include-label {
	margin: 16px 0 8px;
	font-weight: 600;
	color: #333;
}
.os-page .os-tags {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
}
.os-page .os-tags li {
	display: inline-block;
	background: #fff7f0;
	border: 1px solid #ffd9b3;
	color: #444;
	padding: 6px 12px;
	margin: 0 8px 8px 0;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.3;
}
.os-page .os-alt .os-tags li {
	background: #fff;
}
.os-page .os-rate {
	margin-top: 8px;
	font-size: 15px;
}

.os-page .os-note-grid {
	margin-top: 12px;
}
.os-page .os-note-card {
	background: #fff;
	border-left: 4px solid #ff8202;
	border-radius: 0 8px 8px 0;
	padding: 16px 18px 12px;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.os-page .os-note-card h4 {
	margin-top: 0;
	font-size: 16px;
}
.os-page .os-note-card p {
	line-height: 1.6;
	color: #555;
	margin-bottom: 0;
}

.os-page .os-call-lead {
	color: #ff8202;
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 600;
}
.os-page .os-call-box {
	background: #2d3032;
	color: #fff;
	text-align: center;
	padding: 32px 18px 28px;
	margin-top: 20px;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.os-page .os-call-box i {
	color: #ff8202;
	display: block;
	margin-bottom: 12px;
}
.os-page .os-call-box p {
	color: #eee;
}

.os-page .os-cta {
	background: #fff8f1;
}
.os-page .os-cta span {
	color: #ff8202;
}

body.harati-no-scrollup #scrollUp,
body.harati-no-scrollup #scrollUp-active,
.os-page #scrollUp,
.os-page ~ #scrollUp,
#scrollUp,
#scrollUp-active {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

@media (max-width: 991px) {
	.os-page .os-block-row {
		display: block;
	}
	.os-page .os-cta-btn {
		text-align: left;
		margin-top: 16px;
	}
	.os-page .os-photo img,
	.os-page .os-team-photo img {
		height: 220px;
	}
	.os-page .os-card h4 {
		min-height: 0;
	}
	.os-page .os-where-list strong {
		display: block;
		min-width: 0;
		margin-bottom: 2px;
	}
}

@media (max-width: 767px) {
	.os-page .os-jump-card {
		min-height: 96px;
	}
	.os-page .os-intro-copy .lead {
		font-size: 16px;
	}
	.os-page .os-photo img,
	.os-page .os-team-photo img {
		height: 180px;
	}
}
