/**
 * Single Service page layout — matches Kagzi theme (#054d9a)
 */

.kagzi-service-page .ulockd-all-service a {
	border-radius: 8px;
}

.kagzi-service-page .ulockd-all-service a.active,
.kagzi-service-page .list-group-item.active {
	background-color: #054d9a !important;
	border-color: #054d9a !important;
}

/* Sidebar CTAs */
.kagzi-sidebar-cta {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.kagzi-sidebar-cta__btn {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	transition: opacity 0.25s ease, transform 0.25s ease;
	line-height: 1.3;
}

.kagzi-sidebar-cta__btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
	color: inherit !important;
}

.kagzi-sidebar-cta__btn--call {
	background-color: #e8f5e9;
	color: #1b5e20 !important;
}

.kagzi-sidebar-cta__btn--email {
	background-color: #e3f2fd;
	color: #054d9a !important;
}

.kagzi-sidebar-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 16px;
	flex-shrink: 0;
}

.kagzi-sidebar-cta__btn--call .kagzi-sidebar-cta__icon {
	background-color: #fff;
	color: #e53935;
}

.kagzi-sidebar-cta__btn--email .kagzi-sidebar-cta__icon {
	background-color: #fff;
	color: #054d9a;
}

/* Mid-page CTA banner */
.kagzi-service-mid-cta {
	background-color: #e3f2fd;
	padding: 35px 0;
	margin: 10px 0 40px;
}

.kagzi-service-mid-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.kagzi-service-mid-cta__text {
	font-size: 22px;
	font-weight: 700;
	color: #054d9a;
	margin: 0;
}

.kagzi-service-mid-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.kagzi-service-mid-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	transition: opacity 0.25s ease;
	border: none;
}

.kagzi-service-mid-cta__btn:hover {
	opacity: 0.9;
}

.kagzi-service-mid-cta__btn--call {
	background-color: #fff;
	color: #333 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.kagzi-service-mid-cta__btn--call .fa {
	color: #e53935;
}

.kagzi-service-mid-cta__btn--whatsapp {
	background-color: #25d366;
	color: #fff !important;
}

/* Section headings */
.kagzi-service-section {
	padding: 40px 0;
}

.kagzi-service-section + .kagzi-service-section {
	border-top: 1px solid #eee;
}

.kagzi-service-section__title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin: 0 0 30px;
}

/* Process steps */
.kagzi-process-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: kagzi-step;
}

.kagzi-process-step {
	display: flex;
	gap: 20px;
	margin-bottom: 28px;
	align-items: flex-start;
}

.kagzi-process-step:last-child {
	margin-bottom: 0;
}

.kagzi-process-step__number {
	counter-increment: kagzi-step;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #054d9a;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kagzi-process-step__number::before {
	content: counter(kagzi-step);
}

.kagzi-process-step__content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0 0 8px;
}

.kagzi-process-step__content p {
	margin: 0;
	color: #666;
	line-height: 1.7;
}

/* Why choose cards */
.kagzi-why-choose-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.kagzi-why-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.25s ease;
}

.kagzi-why-card:hover {
	box-shadow: 0 6px 20px rgba(5, 77, 154, 0.12);
}

.kagzi-why-card__bar {
	height: 6px;
	background-color: #054d9a;
}

.kagzi-why-card__body {
	padding: 22px 24px;
}

.kagzi-why-card__body h3 {
	font-size: 17px;
	font-weight: 700;
	color: #054d9a;
	margin: 0 0 10px;
}

.kagzi-why-card__body p {
	margin: 0;
	color: #666;
	line-height: 1.7;
	font-size: 15px;
}

/* Testimonials on service page */
.kagzi-service-testimonials {
	background-color: #054d9a;
	padding: 50px 0;
}

.kagzi-service-testimonials .ulockd-main-title h2,
.kagzi-service-testimonials .ulockd-main-title p {
	color: #fff !important;
}

/* Google Reviews widget header — readable on blue background */
.kagzi-service-testimonials .grw-header,
.kagzi-service-testimonials .grw-header-inner {
	color: #fff;
}

.kagzi-service-testimonials .wp-google-name,
.kagzi-service-testimonials .wp-google-name a {
	color: #fff !important;
}

.kagzi-service-testimonials .wp-google-name a:hover,
.kagzi-service-testimonials .wp-google-name a:focus {
	color: rgba(255, 255, 255, 0.85) !important;
}

.kagzi-service-testimonials .wp-google-based {
	color: rgba(255, 255, 255, 0.92) !important;
}

.kagzi-service-testimonials .wp-google-powered {
	color: rgba(255, 255, 255, 0.88) !important;
}

.kagzi-service-testimonials .rpi-stars {
	color: #fff !important;
}

.kagzi-service-testimonials .wp-google-wr a {
	color: #fff !important;
}

/* FAQ section wrapper */
.kagzi-service-faq-wrap .kagzi-passport-faq {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.kagzi-service-faq-wrap .kagzi-faq-title {
	text-align: left;
	font-size: 28px;
	margin-bottom: 25px;
}

/* Documents tabs — rounded pills */
.kagzi-service-page .thumbnail.service-list-detail .nav-pills > li > a {
	border-radius: 30px;
	margin-right: 6px;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.kagzi-service-mid-cta__inner {
		flex-direction: column;
		text-align: center;
	}

	.kagzi-service-mid-cta__text {
		font-size: 18px;
	}

	.kagzi-service-mid-cta__actions {
		justify-content: center;
	}

	.kagzi-why-choose-grid {
		grid-template-columns: 1fr;
	}

	.kagzi-service-section__title {
		font-size: 24px;
	}
}
