:root {
	--primary-title: #0d3b66;
}

body {
	background: #f8f8f8;
}

h1 {
	font-size: 40px;
	color: var(--primary-title);
}

h3 {
	font-size: 30px;
	color: var(--primary-title);
}

.text-title {
	color: var(--primary-title);
}

.text-navy {
	color: var(--primary-title);
}

.navbar-light .navbar-nav .nav-link {
	color: #0e489a;
}

footer {
	background: #363636;
	color: #fff;
}

.min-height {
	min-height: 75vh;
}

.btn-download {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.2;
	color: #ffffff;
	border-radius: 50px;
	padding: 12px 30px;
	border: none;
	/* Smoother, modern green gradient */
	background: #19bb22;
	background: linear-gradient(180deg, #28cb31 0%, #19bb22 100%);
	box-shadow: 0 4px 15px rgba(25, 187, 34, 0.3);
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn-download:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(25, 187, 34, 0.4);
	background: linear-gradient(180deg, #2edb38 0%, #19bb22 100%);
	color: #ffffff;
}

.btn-download:active {
	transform: translateY(0);
}

.btn-download strong {
	display: block;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: -0.5px;
}

.btn-download em {
	display: block;
	font-style: normal;
	font-size: 13px;
	color: #d1ffd4;
	font-weight: 400;
	opacity: 0.9;
}

.btn-download span {
	display: inline-block;
}

/* Left side icon/divider container */
.btn-download span:first-child {
	font-size: 28px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.compatible-os {
	line-height: 1;
	padding-top: 47px;
	background: url(/images/compatible.png) no-repeat 50% 0;
}

.copy {
	font-size: 12px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}

/*shredding-process*/
.shredding-process {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.shredding-process h2 {
	font-size: 2.2rem;
	margin-bottom: 50px;
	font-weight: 600;
}

.process-container {
	display: flex;
	gap: 24px;
	justify-content: center;
	padding: 0 20px;
}

.process-step {
	flex: 1;
	background: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 16px;
	padding: 30px 20px;
	position: relative;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.process-step:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	border-color: #0d3b66;
}

.process-step.highlight {
	background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
	border: 2px solid #0d3b66;
}

.icon-box {
	font-size: 3rem;
	color: #0d6efd;
	/* Bootstrap Primary Blue */
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.process-step h3 {
	font-size: 1.3rem;
	color: #0d3b66;
	margin-bottom: 12px;
	font-weight: 700;
}

.process-step p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #555;
}

.badge {
	position: absolute;
	top: -12px;
	right: 20px;
	background: #198754;
	/* Bootstrap Success Green */
	color: white !important;
	font-size: 0.75rem;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 50px;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
	.process-container {
		flex-direction: column;
		align-items: center;
	}

	.process-step {
		width: 100%;
		max-width: 400px;
	}
}

/*why-efs*/
.description-content p {
	line-height: 1.7;
	font-size: 1.05rem;
}

.benefits-card {
	position: sticky;
	top: 20px; /* Keeps the graphic visible as the user reads the text */
}

.benefit-item {
	display: flex;
	align-items: center;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.benefit-item i {
	font-size: 1.4rem;
	color: #0d6efd;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	background: #f0f7ff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	flex-shrink: 0;
}

.benefit-item span {
	font-size: 1.1rem;
	color: #333;
}

/* New Feature Highlight */
.benefit-item.new-feature {
	background-color: #f0fff4;
	border: 1px solid #c6f6d5;
}

.benefit-item.new-feature i {
	background-color: #dcffe4;
	color: #198754;
}

.disk-wiper-note {
	border-color: #0d6efd !important;
}

@media (max-width: 991px) {
	.benefits-card {
		position: static;
		margin-top: 30px;
	}
}

/*comparison*/
.comparison-wrapper {
	border-color: #eef2f7 !important;
}

/* Table Header Customization */
.table-header-row th {
	background-color: #f8fbff;
	color: #495057;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #dee2e6;
}

/* Feature Column Styling */
.table td {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	color: #555;
	font-size: 1rem;
	border-color: #f1f3f5;
}

/* Column Highlighting (The Secret Sauce) */
.highlight-col {
	background-color: #f0f7ff;
	position: relative;
	border-left: 1px solid #d0e3ff !important;
	border-right: 1px solid #d0e3ff !important;
	font-weight: 600;
	color: #0d3b66 !important;
}

/* Round the top of the highlight column */
thead th.highlight-col {
	border-top: 3px solid #0d6efd !important;
	border-radius: 8px 8px 0 0;
}

/* Icon Swap for the highlighted column */
.highlight-col i {
	filter: drop-shadow(0 2px 4px rgba(25, 135, 84, 0.2));
}

.small-badge {
	font-size: 0.6rem;
	vertical-align: middle;
	padding: 0.35em 0.65em;
}

/* Hover Effect */
.table-hover tbody tr:hover {
	background-color: #fafbfc;
}

.table-hover tbody tr:hover .highlight-col {
	background-color: #e9f3ff;
}
