/* Premius mobile repair funnel + portfolio */

.porto-funnel-page .porto-funnel-wrap,
.porto-funnel-page .com-content-article.item-page {
	margin: 0;
	padding: 0;
}

.porto-funnel-page .com-content-article .post,
.porto-funnel-page .com-content-article .post-content {
	margin: 0;
	padding: 0;
}

.porto-funnel-hero {
	background: linear-gradient(135deg, #0b1b33 0%, #0f3d7a 55%, #0088cc 100%);
	color: #fff;
	padding: 4.5rem 0 4rem;
	position: relative;
	overflow: hidden;
}

.porto-funnel-hero::after {
	content: "";
	position: absolute;
	inset: auto -10% -40% auto;
	width: 28rem;
	height: 28rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.porto-funnel-hero .eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0.9;
	margin-bottom: 0.75rem;
}

.porto-funnel-hero h1 {
	color: #fff;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.porto-funnel-hero .lead {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.15rem;
	max-width: 36rem;
}

.porto-funnel-hero .btn-primary {
	background-color: #fff;
	border-color: #fff;
	color: #0f3d7a;
}

.porto-funnel-hero .btn-primary:hover,
.porto-funnel-hero .btn-primary:focus {
	background-color: #e8f4fc;
	border-color: #e8f4fc;
	color: #0b1b33;
}

.porto-funnel-hero .btn-outline-light:hover,
.porto-funnel-hero .btn-outline-light:focus {
	color: #0f3d7a;
}

.porto-funnel-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	padding: 0.35rem 0.85rem;
	font-size: 0.85rem;
	margin: 0.25rem 0.35rem 0.25rem 0;
}

.porto-funnel-card {
	border: 0;
	box-shadow: 0 0.5rem 1.5rem rgba(11, 27, 51, 0.08);
	height: 100%;
	border-radius: 0.5rem;
}

.porto-funnel-card .icon-circle {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 136, 204, 0.12);
	color: var(--primary);
	margin-bottom: 1rem;
	font-size: 1.15rem;
}

.porto-funnel-offer {
	border: 2px solid var(--primary);
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 0.75rem 2rem rgba(0, 136, 204, 0.12);
}

.porto-funnel-offer .price {
	font-size: 2.75rem;
	font-weight: 800;
	color: var(--primary);
	line-height: 1;
}

.porto-funnel-process .step-num {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--primary);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.porto-funnel-cta-band {
	background: #0b1b33;
	color: #fff;
}

.porto-funnel-cta-band h2,
.porto-funnel-cta-band p {
	color: #fff;
}

.porto-funnel-faq .accordion-button:not(.collapsed) {
	background: rgba(0, 136, 204, 0.08);
	color: var(--primary);
	box-shadow: none;
}

.porto-funnel-faq .accordion-button:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}

.porto-funnel-form .form-control,
.porto-funnel-form .form-select {
	border-radius: 0.35rem;
	min-height: 2.75rem;
}

.porto-funnel-form textarea.form-control {
	min-height: 8rem;
}

.porto-funnel-note {
	background: #fff8e6;
	border-left: 4px solid #e0a800;
	padding: 0.85rem 1rem;
	border-radius: 0.25rem;
}

.porto-portfolio-grid .portfolio-item {
	margin-bottom: 1.75rem;
}

.porto-portfolio-grid .thumb {
	display: block;
	overflow: hidden;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1.25rem rgba(11, 27, 51, 0.1);
	background: #f4f7fb;
}

.porto-portfolio-grid .thumb img,
.porto-funnel-card > img.card-img-top,
.porto-funnel-hero img.img-fluid,
.porto-portfolio-detail .hero-shot {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	aspect-ratio: auto;
}

.porto-portfolio-grid .thumb img {
	transition: transform 0.35s ease;
}

.porto-portfolio-grid a:hover .thumb img,
.porto-portfolio-grid a:focus .thumb img {
	transform: scale(1.03);
}

.porto-portfolio-grid h3 {
	font-size: 1.25rem;
	margin-top: 1rem;
	margin-bottom: 0.35rem;
}

.porto-portfolio-grid .badge-soft {
	background: rgba(0, 136, 204, 0.1);
	color: var(--primary);
	font-weight: 600;
}

.porto-portfolio-detail .hero-shot {
	border-radius: 0.75rem;
	box-shadow: 0 1rem 2.5rem rgba(11, 27, 51, 0.15);
}

.porto-portfolio-gallery .shot {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.porto-portfolio-gallery img {
	border-radius: 0.5rem;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 32rem;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	box-shadow: 0 0.35rem 1rem rgba(11, 27, 51, 0.08);
}

.porto-portfolio-meta li {
	padding: 0.55rem 0;
	border-bottom: 1px solid #e9eef5;
}

@media (prefers-reduced-motion: reduce) {
	.porto-portfolio-grid .thumb img,
	.appear-animation {
		transition: none !important;
		animation: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}

@media (max-width: 767.98px) {
	.porto-funnel-hero {
		padding: 3rem 0 2.5rem;
	}

	.porto-funnel-hero h1 {
		font-size: 1.85rem;
	}
}
