/* Services Option 3 — Dark Premium Tabs/List. Edit this file; live site loads it when Option 3 is selected. */
.noor-svc-opt--3 {
	--svc-accent: #eb3f4b;
	padding: clamp(3rem, 6vw, 5rem) 0;
	background: #0a0a0c;
	color: #fff;
	font-family: "Outfit", system-ui, sans-serif;
}

.noor-svc-opt--3 .noor-svc-opt__inner {
	width: min(1180px, 92%);
	margin-inline: auto;
	display: grid;
	gap: 1.25rem;
}

.noor-svc-opt--3 .noor-svc-opt__row {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr) minmax(0, 320px);
	gap: clamp(1rem, 3vw, 2.25rem);
	align-items: center;
	padding: clamp(1.25rem, 2.5vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	background: #121218;
	transition: border-color 0.35s ease, background 0.35s ease;
}

.noor-svc-opt--3 .noor-svc-opt__row:hover {
	border-color: rgba(235, 63, 75, 0.5);
	background: #16161d;
}

.noor-svc-opt--3 .noor-svc-opt__num {
	font-size: clamp(2.5rem, 5vw, 3.6rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(255, 255, 255, 0.14);
}

.noor-svc-opt--3 .noor-svc-opt__row:hover .noor-svc-opt__num {
	color: var(--svc-accent);
}

.noor-svc-opt--3 .noor-svc-opt__title {
	margin: 0 0 0.6rem;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	letter-spacing: -0.02em;
}

.noor-svc-opt--3 .noor-svc-opt__text {
	margin: 0 0 0.9rem;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.96rem;
	line-height: 1.65;
}

.noor-svc-opt--3 .noor-svc-opt__features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.noor-svc-opt--3 .noor-svc-opt__features li {
	padding: 0.35rem 0.75rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
}

.noor-svc-opt--3 .noor-svc-opt__media {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
}

.noor-svc-opt--3 .noor-svc-opt__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.noor-svc-opt--3 .noor-svc-opt__row:hover .noor-svc-opt__media img {
	transform: scale(1.06);
}

.noor-svc-opt--3 .noor-svc-opt__cta {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	color: #fff;
	background: var(--svc-accent);
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(235, 63, 75, 0.4);
}

@media (max-width: 860px) {
	.noor-svc-opt--3 .noor-svc-opt__row {
		grid-template-columns: 3.5rem minmax(0, 1fr);
	}
	.noor-svc-opt--3 .noor-svc-opt__media {
		grid-column: 1 / -1;
	}
}
