/*
 * The plain "New Jain Immigration Services is your trusted partner...
 * Get In Touch" line below the service cards — was an unstyled heading
 * with a top border. Redesigned as a proper premium CTA strip.
 */

.service-style-two .more-text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 20px;
	padding: 40px 48px;
	background: linear-gradient(135deg, var(--nji-charcoal) 0%, var(--nji-charcoal-2) 100%);
	border-top: none;
	border-radius: var(--nji-radius-lg);
}

.service-style-two .more-text h3 {
	font-family: var(--nji-font-heading);
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	color: #fff;
	margin: 0;
	max-width: 640px;
	text-align: left;
}

.service-style-two .more-text h3 a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: 8px;
	padding: 12px 26px;
	background: linear-gradient(120deg, var(--nji-red-light) 0%, var(--nji-red) 35%, var(--nji-red-dark) 70%, var(--nji-red) 100%);
	background-size: 300% 300%;
	animation: njiGradientShift 3s ease infinite;
	border-radius: var(--nji-radius-sm);
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: transform var(--nji-transition), box-shadow var(--nji-transition);
}

.service-style-two .more-text h3 a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -60%;
	width: 40%;
	height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
	transform: skewX(-20deg);
	animation: njiShimmerSweep 2.6s ease-in-out infinite;
	z-index: 2;
	pointer-events: none;
}

.service-style-two .more-text span,
.service-style-two .more-text a i {
	position: relative;
	z-index: 3;
}

.service-style-two .more-text span {
	color: #fff !important;
	font-family: var(--nji-font-heading);
	font-weight: 600;
	font-size: 15px;
	border: none !important;
}

@keyframes njiGradientShift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@keyframes njiShimmerSweep {
	0% { left: -60%; }
	100% { left: 140%; }
}

.service-style-two .more-text a i {
	font-size: 14px;
	margin-left: 0;
	color: #fff;
}

.service-style-two .more-text a:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(236, 28, 36, 0.5);
}

.service-style-two .more-text a:hover span {
	color: #fff !important;
	border-color: transparent !important;
}

@media only screen and (max-width: 767px) {
	.service-style-two .more-text {
		flex-direction: column;
		align-items: flex-start;
		padding: 32px 28px;
	}

	.service-style-two .more-text h3 {
		text-align: left;
		font-size: 19px !important;
	}

	.service-style-two .more-text h3 a {
		margin-left: 0;
		margin-top: 16px;
	}
}
