/* Blog Detail Page Styles */

.padiing-blog-section {
	padding: 40px !important;
}

/* Container adjustments for responsive */
.ns-service-detail {
	width: 100%;
	overflow-x: hidden;
}

/* Ensure images are responsive */
.blog-hero-image img,
.ns-service-detail figure img {
	max-width: 100%;
	height: auto;
}

/* Hero Image Section */
.blog-hero-image {
	margin-bottom: 40px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
	position: relative;
}

.blog-hero-image img {
	width: 100%;
	display: block;
	transition: transform 0.5s ease;
}

.blog-hero-image:hover img {
	transform: scale(1.05);
}

.blog-hero-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
	padding: 30px 20px 20px;
	color: #fff;
}

.blog-hero-title {
	color: #fff;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Post Meta Styles */
.blog-postmeta {
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0;
}

.blog-postmeta h2 {
	color: #142233;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
}

.blog-intro-box {
	background: linear-gradient(135deg, #a91c1c15 0%, #b2252515 100%);
	padding: 25px;
	border-radius: 12px;
	border-left: 5px solid #b22525;
	margin-bottom: 20px;
	margin-top: 0;
}

.blog-intro-box p {
	font-size: 18px;
	line-height: 1.9;
	color: #454545;
	margin-bottom: 0;
	font-weight: 400;
}

.blog-intro-box a {
	color: #b22525;
	text-decoration: none;
}

.blog-intro-box a:hover {
	text-decoration: underline;
}

.blog-text {
	font-size: 17px;
	line-height: 1.85;
	color: #454545;
	margin: 0;
	margin-bottom: 20px;
}

.blog-text:last-child {
	margin-bottom: 0;
}

/* SEO Services List */
.seo-services-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 20px 0;
}

.seo-services-list li {
	padding: 10px 0;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	color: #454545;
	margin: 0;
}

.seo-services-list li span {
	position: absolute;
	left: 0;
	color: #b22525;
	font-weight: bold;
}

/* Why Choose Section */
.why-choose-section {
	background: linear-gradient(135deg, #ffffff 0%, #f6f6fe 100%);
	padding: 40px;
	border-radius: 15px;
	margin-bottom: 40px;
	margin-top: 0;
	box-shadow: 0 5px 25px rgba(177, 37, 37, 0.1);
	border: 1px solid #f0f0f0;
}

.why-choose-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 0;
}

.why-choose-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #a91c1c 0%, #b22525 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	box-shadow: 0 4px 15px rgba(177, 37, 37, 0.3);
}

.why-choose-icon i {
	color: #fff;
	font-size: 28px;
}

.why-choose-header h2 {
	color: #142233;
	margin: 0;
	font-size: 28px;
	font-weight: 700;
}

.why-choose-text {
	font-size: 17px;
	line-height: 1.85;
	color: #454545;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 80px;
}

.why-choose-subtitle {
	color: #b22525;
	margin-bottom: 18px;
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	padding-left: 80px;
}

.why-choose-list {
	padding-left: 80px;
	margin-top: 0;
	margin-bottom: 0;
}

.why-choose-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.why-choose-list li {
	padding: 12px 0;
	padding-left: 40px;
	position: relative;
	font-size: 16px;
	color: #454545;
	transition: all 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
	margin: 0;
}

.why-choose-list li:last-child {
	border-bottom: none;
}

.why-choose-list li:hover {
	padding-left: 45px;
	color: #b22525;
}

.why-choose-list li span {
	position: absolute;
	left: 0;
	color: #b22525;
	font-weight: bold;
	font-size: 20px;
	width: 30px;
	height: 30px;
	background: #f6f6fe;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-choose-footer {
	font-size: 17px;
	line-height: 1.85;
	margin-top: 25px;
	margin-bottom: 0;
	padding-left: 80px;
	font-style: italic;
	color: #b22525;
	font-weight: 500;
}

/* Services Grid */
.blog-section-header {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0;
}

.blog-section-header h2 {
	color: #142233;
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 700;
}

.blog-section-divider {
	width: 80px;
	height: 4px;
	background: linear-gradient(135deg, #a91c1c 0%, #b22525 100%);
	margin: 0 auto;
	border-radius: 2px;
}

.seo-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-bottom: 30px;
}

.service-card {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	border-top: 4px solid #b22525;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(177, 37, 37, 0.2);
}

.service-card-dark {
	border-top-color: #142233;
}

.service-card-dark:hover {
	box-shadow: 0 10px 30px rgba(20, 34, 51, 0.2);
}

.service-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #a91c1c 0%, #b22525 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(177, 37, 37, 0.3);
}

.service-icon-dark {
	background: #142233;
	box-shadow: 0 4px 15px rgba(20, 34, 51, 0.3);
}

.service-icon i {
	color: #fff;
	font-size: 24px;
}

.service-card h3 {
	color: #142233;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
}

.service-card p {
	font-size: 15px;
	color: #454545;
	margin-bottom: 20px;
	line-height: 1.7;
}

.service-card ul {
	font-size: 14px;
	color: #454545;
	line-height: 2;
	list-style: none;
	padding: 0;
}

.service-card ul li {
	padding: 5px 0;
	padding-left: 25px;
	position: relative;
}

.service-card ul li span {
	position: absolute;
	left: 0;
	color: #b22525;
}

.service-card-dark ul li span {
	color: #142233;
}

/* Industries Grid */
.industries-section {
	background: linear-gradient(135deg, #f6f6fe 0%, #ffffff 100%);
	padding: 40px;
	border-radius: 15px;
	margin-bottom: 40px;
	margin-top: 0;
	border: 1px solid #f0f0f0;
}

.industries-header {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 0;
}

.industries-header h2 {
	color: #142233;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
}

.industries-header p {
	font-size: 17px;
	color: #454545;
	margin-bottom: 0;
}

.industries-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}

.industry-box {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	text-align: center;
	font-size: 15px;
	color: #454545;
	box-shadow: 0 3px 12px rgba(0,0,0,0.06);
	transition: all 0.3s ease;
	font-weight: 500;
	border: 2px solid transparent;
}

.industry-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(177, 37, 37, 0.15);
	border-color: #b22525;
}

/* Process Timeline */
.process-section {
	margin-bottom: 40px;
	margin-top: 0;
	background: #f6f6fe;
	padding: 40px;
	border-radius: 15px;
}

.process-header {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0;
}

.process-header h2 {
	color: #142233;
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 700;
}

.process-header p {
	font-size: 17px;
	color: #454545;
	margin: 0;
}

.process-timeline {
	position: relative;
	padding-left: 50px;
	max-width: 800px;
	margin: 0 auto;
}

.process-timeline::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #a91c1c 0%, #b22525 100%);
	border-radius: 2px;
}

.process-step {
	position: relative;
	margin-bottom: 30px;
	margin-top: 0;
	padding-left: 40px;
}

.process-step:last-child {
	margin-bottom: 0;
}

.process-number {
	position: absolute;
	left: -20px;
	top: 0;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #a91c1c 0%, #b22525 100%);
	border-radius: 50%;
	border: 5px solid #f6f6fe;
	box-shadow: 0 4px 15px rgba(177, 37, 37, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.process-content {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.process-content h3 {
	color: #142233;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}

.process-content p {
	color: #454545;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

/* Stats Grid */
.stats-section {
	background: linear-gradient(135deg, #ffffff 0%, #f6f6fe 100%);
	padding: 40px;
	border-radius: 15px;
	margin-bottom: 40px;
	margin-top: 0;
	border: 1px solid #f0f0f0;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.stats-header {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
}

.stats-header h2 {
	color: #142233;
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 700;
}

.stats-header p {
	font-size: 17px;
	color: #454545;
	margin: 0;
}

.stats-section > div {
	margin-top: 0;
}

.stats-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.stats-section ul li {
	padding: 10px 0;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	color: #454545;
	margin: 0;
}

.stats-section ul li span {
	position: absolute;
	left: 0;
	color: #b22525;
	font-weight: bold;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-bottom: 30px;
}

.stat-box {
	text-align: center;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}

.stat-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(177, 37, 37, 0.2);
}

.stat-box-dark:hover {
	box-shadow: 0 10px 30px rgba(20, 34, 51, 0.2);
}

.stat-number {
	font-size: 56px;
	font-weight: 700;
	color: #b22525;
	margin-bottom: 15px;
	line-height: 1;
}

.stat-number-dark {
	color: #142233;
}

.stat-box p {
	font-size: 16px;
	color: #454545;
	margin: 0;
	line-height: 1.6;
}

/* CTA Section */
.cta-section {
	background: linear-gradient(135deg, #a91c1c 0%, #b22525 100%);
	padding: 50px 30px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	box-shadow: 0 10px 40px rgba(177, 37, 37, 0.3);
}

.cta-section h3 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 600;
}

.cta-section p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 35px;
	line-height: 1.6;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.cta-button {
	display: inline-block;
	background: #fff;
	color: #b22525;
	padding: 18px 45px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}

.cta-button:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 25px rgba(0,0,0,0.3);
	color: #b22525;
	text-decoration: none;
}

.cta-link {
	color: #fff;
	margin-top: 25px;
	font-size: 16px;
	opacity: 0.95;
}

.cta-link a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}

.cta-link a:hover {
	color: #fff;
	text-decoration: none;
}

/* Final Thoughts Section */
.final-thoughts-section {
	background: linear-gradient(135deg, #ffffff 0%, #f6f6fe 100%);
	padding: 40px;
	border-radius: 15px;
	margin-bottom: 40px;
	margin-top: 0;
	border: 1px solid #f0f0f0;
}

.final-thoughts-section h2 {
	color: #142233;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.final-thoughts-section p {
	font-size: 17px;
	line-height: 1.85;
	color: #454545;
	margin-bottom: 20px;
}

.final-thoughts-section p:last-child {
	margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 767px) {
	/* Mobile Styles */
	.blog-hero-image {
		margin-bottom: 25px !important;
		border-radius: 10px !important;
	}
	
	.ns-service-detail figure {
		margin-bottom: 20px !important;
	}
	
	.ns-service-detail figure img {
		border-radius: 8px !important;
	}
	
	.ns-postmeta h2,
	.blog-postmeta h2 {
		font-size: 22px !important;
		line-height: 1.3 !important;
		margin-bottom: 15px !important;
	}
	
	.ns-postmeta h3 {
		font-size: 20px !important;
	}
	
	.ns-postmeta h4 {
		font-size: 18px !important;
	}
	
	.ns-postmeta p,
	.blog-text {
		font-size: 15px !important;
		line-height: 1.7 !important;
	}
	
	.blog-intro-box {
		padding: 20px !important;
		margin-bottom: 15px !important;
	}
	
	.blog-intro-box p {
		font-size: 16px !important;
	}
	
	.seo-services-list {
		margin: 12px 0 18px 0 !important;
	}
	
	.seo-services-list li {
		padding: 8px 0 !important;
		font-size: 15px !important;
		padding-left: 25px !important;
		line-height: 1.6 !important;
	}
	
	.seo-services-list li span {
		left: 0 !important;
		font-size: 16px !important;
	}
	
	.seo-services-list li i {
		font-size: 14px !important;
	}
	
	/* Why Choose Section - Mobile */
	.why-choose-section {
		padding: 25px 18px !important;
		margin-bottom: 30px !important;
	}
	
	.why-choose-header {
		flex-direction: column !important;
		align-items: flex-start !important;
		margin-bottom: 15px !important;
	}
	
	.why-choose-header h2 {
		font-size: 22px !important;
		line-height: 1.3 !important;
		margin-bottom: 0 !important;
	}
	
	.why-choose-icon {
		margin-bottom: 15px !important;
		margin-right: 0 !important;
		width: 50px !important;
		height: 50px !important;
	}
	
	.why-choose-text,
	.why-choose-subtitle,
	.why-choose-list,
	.why-choose-footer {
		padding-left: 0 !important;
		margin-left: 0 !important;
		font-size: 15px !important;
		line-height: 1.6 !important;
	}
	
	.why-choose-list ul {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	
	.why-choose-list ul li {
		font-size: 15px !important;
		line-height: 1.6 !important;
		margin-bottom: 12px !important;
		padding-left: 30px !important;
	}
	
	.why-choose-list ul li span {
		left: 0 !important;
	}
	
	.why-choose-icon i {
		font-size: 24px !important;
	}
	
	.why-choose-text,
	.why-choose-subtitle,
	.why-choose-list,
	.why-choose-footer {
		padding-left: 0 !important;
		margin-top: 12px !important;
	}
	
	.why-choose-text {
		margin-bottom: 18px !important;
		font-size: 15px !important;
	}
	
	.why-choose-subtitle {
		margin-bottom: 12px !important;
		font-size: 19px !important;
	}
	
	.why-choose-list li {
		padding: 10px 0 !important;
		font-size: 15px !important;
	}
	
	.why-choose-footer {
		margin-top: 18px !important;
		font-size: 15px !important;
	}
	
	/* Services Grid - Mobile */
	.blog-section-header {
		margin-bottom: 25px !important;
	}
	
	.blog-section-header h2 {
		font-size: 24px !important;
		margin-bottom: 12px !important;
	}
	
	.seo-services-grid {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		margin-bottom: 25px !important;
	}
	
	.service-card {
		padding: 20px 18px !important;
	}
	
	.service-card h3 {
		font-size: 19px !important;
		margin-bottom: 12px !important;
	}
	
	.service-card p {
		font-size: 14px !important;
		margin-bottom: 15px !important;
	}
	
	.service-icon {
		width: 45px !important;
		height: 45px !important;
		margin-bottom: 15px !important;
	}
	
	.service-icon i {
		font-size: 20px !important;
	}
	
	.service-card ul {
		font-size: 13px !important;
		margin: 10px 0 !important;
		padding-left: 0 !important;
	}
	
	.service-card ul li {
		padding: 6px 0 !important;
		padding-left: 22px !important;
		font-size: 13px !important;
		line-height: 1.5 !important;
	}
	
	.service-card ul li span {
		left: 0 !important;
		font-size: 14px !important;
	}
	
	.service-card ul li i {
		font-size: 12px !important;
	}
	
	/* Industries Grid - Mobile */
	.industries-section {
		padding: 25px 18px !important;
		margin-bottom: 30px !important;
	}
	
	.industries-header {
		margin-bottom: 20px !important;
	}
	
	.industries-header h2 {
		font-size: 22px !important;
		margin-bottom: 12px !important;
	}
	
	.industries-header p {
		font-size: 15px !important;
	}
	
	.industries-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	.industry-box {
		padding: 15px !important;
		font-size: 14px !important;
	}
	
	/* Process Timeline - Mobile */
	.process-section {
		padding: 25px 18px !important;
		margin-bottom: 30px !important;
	}
	
	.process-header {
		margin-bottom: 25px !important;
	}
	
	.process-header h2 {
		font-size: 24px !important;
		margin-bottom: 12px !important;
	}
	
	.process-header p {
		font-size: 15px !important;
	}
	
	.process-timeline {
		padding-left: 30px !important;
	}
	
	.process-timeline::before {
		left: 10px !important;
		width: 3px !important;
	}
	
	.process-step {
		padding-left: 30px !important;
		margin-bottom: 20px !important;
	}
	
	.process-number {
		left: -15px !important;
		width: 40px !important;
		height: 40px !important;
		font-size: 16px !important;
	}
	
	.process-content {
		padding: 18px !important;
	}
	
	.process-content h3 {
		font-size: 18px !important;
		margin-bottom: 10px !important;
	}
	
	.process-content p {
		font-size: 14px !important;
	}
	
	/* Statistics Grid - Mobile */
	.stats-section {
		padding: 25px 18px !important;
		margin-bottom: 30px !important;
	}
	
	.stats-header {
		margin-bottom: 25px !important;
	}
	
	.stats-header h2 {
		font-size: 24px !important;
		margin-bottom: 12px !important;
	}
	
	.stats-header p {
		font-size: 15px !important;
	}
	
	.stats-section ul {
		margin: 15px 0 !important;
	}
	
	.stats-section ul li {
		padding: 8px 0 !important;
		font-size: 15px !important;
		padding-left: 25px !important;
	}
	
	.stats-grid {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		margin-bottom: 25px !important;
	}
	
	.stat-box {
		padding: 25px 18px !important;
	}
	
	.stat-number {
		font-size: 42px !important;
		margin-bottom: 12px !important;
	}
	
	.stat-box p {
		font-size: 14px !important;
	}
	
	/* Final Thoughts - Mobile */
	.final-thoughts-section {
		padding: 25px 18px !important;
		margin-bottom: 30px !important;
	}
	
	.final-thoughts-section h2 {
		font-size: 22px !important;
		margin-bottom: 15px !important;
	}
	
	.final-thoughts-section p {
		font-size: 15px !important;
		margin-bottom: 15px !important;
	}
	
	/* CTA inside Final Thoughts - Mobile */
	.final-thoughts-cta {
		margin-top: 25px !important;
		padding-top: 20px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.final-thoughts-cta h3 {
		font-size: 22px !important;
		margin-bottom: 15px !important;
	}
	
	.final-thoughts-cta .cta-button,
	.final-thoughts-cta a[style*="background: #b22525"] {
		padding: 14px 28px !important;
		font-size: 16px !important;
		display: block !important;
		margin: 0 auto 15px !important;
		width: fit-content !important;
		max-width: 100% !important;
	}
	
	.final-thoughts-cta p {
		font-size: 14px !important;
		margin-top: 15px !important;
		padding: 0 10px !important;
	}
	
	/* CTA Section - Mobile */
	.cta-section {
		padding: 30px 20px !important;
		margin-top: 25px !important;
	}
	
	.cta-section h3 {
		font-size: 22px !important;
		margin-bottom: 15px !important;
	}
	
	.cta-section p {
		font-size: 15px !important;
		margin-bottom: 25px !important;
		line-height: 1.6 !important;
	}
	
	.cta-button {
		padding: 14px 28px !important;
		font-size: 16px !important;
		display: block !important;
		margin: 0 auto 15px !important;
		width: fit-content !important;
	}
	
	.cta-link {
		font-size: 14px !important;
		margin-top: 20px !important;
	}
	
	.blog-hero-title {
		font-size: 20px !important;
		padding: 20px 15px 15px !important;
	}
	
	.blog-hero-overlay {
		padding: 20px 15px 15px !important;
	}
	
	.blog-postmeta {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Tablet Styles */
	.blog-hero-image {
		margin-bottom: 35px !important;
	}
	
	.ns-postmeta h2,
	.blog-postmeta h2 {
		font-size: 28px !important;
		margin-bottom: 18px !important;
	}
	
	.ns-postmeta h3 {
		font-size: 24px !important;
	}
	
	.blog-intro-box {
		padding: 22px !important;
	}
	
	.why-choose-section {
		padding: 35px !important;
	}
	
	.why-choose-header h2 {
		font-size: 26px !important;
	}
	
	.why-choose-text,
	.why-choose-subtitle,
	.why-choose-list,
	.why-choose-footer {
		padding-left: 0 !important;
		font-size: 16px !important;
	}
	
	.why-choose-list ul li {
		font-size: 16px !important;
		padding-left: 30px !important;
		line-height: 1.6 !important;
	}
	
	.why-choose-list ul li span {
		left: 0 !important;
	}
	
	.seo-services-list li {
		font-size: 16px !important;
		padding-left: 25px !important;
		line-height: 1.6 !important;
	}
	
	.seo-services-list li span {
		left: 0 !important;
	}
	
	.service-card ul li {
		font-size: 14px !important;
		padding-left: 24px !important;
		line-height: 1.6 !important;
	}
	
	.service-card ul li span {
		left: 0 !important;
	}
	
	.blog-section-header h2 {
		font-size: 28px !important;
	}
	
	/* Services Grid - Tablet */
	.seo-services-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 25px !important;
	}
	
	.service-card {
		padding: 25px !important;
	}
	
	.service-card h3 {
		font-size: 20px !important;
	}
	
	.service-card ul {
		font-size: 14px !important;
		margin: 12px 0 !important;
	}
	
	.service-card ul li {
		padding: 5px 0 !important;
		padding-left: 24px !important;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
	
	.service-card ul li span {
		left: 0 !important;
	}
	
	.service-card ul li i {
		font-size: 13px !important;
	}
	
	/* Industries Grid - Tablet */
	.industries-section {
		padding: 35px !important;
	}
	
	.industries-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 18px !important;
	}
	
	/* Process Timeline - Tablet */
	.process-section {
		padding: 35px !important;
	}
	
	.process-timeline {
		max-width: 100% !important;
		padding-left: 45px !important;
	}
	
	.process-content {
		padding: 22px !important;
	}
	
	/* Statistics Grid - Tablet */
	.stats-section {
		padding: 35px !important;
	}
	
	.stats-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 25px !important;
	}
	
	.stats-grid > div:last-child {
		grid-column: 1 / -1 !important;
	}
	
	.final-thoughts-section {
		padding: 35px !important;
	}
	
	.final-thoughts-cta {
		margin-top: 30px !important;
		padding-top: 25px !important;
	}
	
	.final-thoughts-cta h3 {
		font-size: 26px !important;
	}
	
	.final-thoughts-cta .cta-button,
	.final-thoughts-cta a[style*="background: #b22525"] {
		padding: 16px 40px !important;
		font-size: 17px !important;
	}
	
	.cta-section {
		padding: 40px 30px !important;
	}
	
	.cta-section h3 {
		font-size: 28px !important;
	}
	
	.cta-section p {
		font-size: 18px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1440px) {
	/* Laptop Styles */
	.blog-hero-image {
		margin-bottom: 40px;
	}
	
	.blog-postmeta h2 {
		font-size: 34px !important;
	}
	
	.final-thoughts-section {
		padding: 40px !important;
	}
	
	.final-thoughts-cta {
		margin-top: 35px !important;
		padding-top: 30px !important;
	}
	
	.final-thoughts-cta h3 {
		font-size: 28px !important;
	}
	
	.final-thoughts-cta .cta-button,
	.final-thoughts-cta a[style*="background: #b22525"] {
		padding: 18px 45px !important;
		font-size: 18px !important;
	}
	
	.why-choose-section {
		padding: 40px;
	}
	
	.why-choose-header h2 {
		font-size: 27px !important;
	}
	
	.why-choose-text,
	.why-choose-subtitle,
	.why-choose-list,
	.why-choose-footer {
		padding-left: 0 !important;
		font-size: 17px !important;
	}
	
	.why-choose-list ul li {
		font-size: 17px !important;
		padding-left: 30px !important;
		line-height: 1.7 !important;
	}
	
	.why-choose-list ul li span {
		left: 0 !important;
	}
	
	.seo-services-list li {
		font-size: 17px !important;
		padding-left: 25px !important;
		line-height: 1.7 !important;
	}
	
	.seo-services-list li span {
		left: 0 !important;
	}
	
	.service-card ul li {
		font-size: 14px !important;
		padding-left: 25px !important;
		line-height: 1.7 !important;
	}
	
	.service-card ul li span {
		left: 0 !important;
	}
	
	.blog-section-header h2 {
		font-size: 30px !important;
	}
	
	/* Services Grid - Laptop */
	.seo-services-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 28px !important;
	}
	
	.service-card {
		padding: 28px !important;
	}
	
	.service-card h3 {
		font-size: 21px !important;
	}
	
	.service-card ul {
		font-size: 14px !important;
		margin: 12px 0 !important;
	}
	
	.service-card ul li {
		padding: 5px 0 !important;
		padding-left: 25px !important;
		font-size: 14px !important;
		line-height: 1.7 !important;
	}
	
	.service-card ul li span {
		left: 0 !important;
	}
	
	/* Industries Grid - Laptop */
	.industries-grid {
		gap: 18px !important;
	}
	
	/* Process Timeline - Laptop */
	.process-timeline {
		max-width: 850px !important;
	}
	
	/* Stats Grid - Laptop */
	.stats-grid {
		gap: 28px !important;
	}
	
	.final-thoughts-cta {
		margin-top: 35px !important;
		padding-top: 30px !important;
	}
	
	.final-thoughts-cta h3 {
		font-size: 28px !important;
	}
	
	.final-thoughts-cta .cta-button,
	.final-thoughts-cta a[style*="background: #b22525"] {
		padding: 18px 45px !important;
		font-size: 18px !important;
	}
	
	.cta-section {
		padding: 45px 35px !important;
	}
	
	.cta-section h3 {
		font-size: 30px !important;
	}
	
	.cta-section p {
		font-size: 19px !important;
	}
}

@media (min-width: 1441px) {
	/* Desktop Large Styles */
	.blog-postmeta h2 {
		font-size: 36px;
	}
	
	.seo-services-grid {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 30px;
	}
	
	.industries-grid {
		grid-template-columns: repeat(4, 1fr) !important;
		gap: 20px;
	}
	
	.stats-grid {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 30px;
	}
	
	.process-timeline {
		max-width: 900px;
	}
}

/* General Responsive Adjustments */
@media (max-width: 991px) {
	.ns-service-detail {
		padding: 0 15px;
	}
	
	.ns-postmeta {
		margin-bottom: 30px !important;
	}
	
	.ns-postmeta > div[style*="text-align: center"] {
		margin-bottom: 30px !important;
	}
	
	.blog-postmeta {
		margin-bottom: 30px !important;
	}
	
	.why-choose-section,
	.industries-section,
	.process-section,
	.stats-section,
	.final-thoughts-section {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 480px) {
	/* Extra Small Mobile */
	.blog-hero-image {
		margin-bottom: 20px !important;
		border-radius: 8px !important;
	}
	
	.blog-postmeta h2 {
		font-size: 20px !important;
	}
	
	.why-choose-section,
	.industries-section,
	.process-section,
	.stats-section,
	.final-thoughts-section {
		padding: 20px 15px !important;
	}
	
	.why-choose-header h2 {
		font-size: 20px !important;
		line-height: 1.3 !important;
	}
	
	.why-choose-icon {
		width: 45px !important;
		height: 45px !important;
	}
	
	.why-choose-text,
	.why-choose-subtitle,
	.why-choose-list,
	.why-choose-footer {
		padding-left: 0 !important;
		font-size: 14px !important;
	}
	
	.why-choose-list ul li {
		font-size: 14px !important;
		padding-left: 28px !important;
		margin-bottom: 10px !important;
	}
	
	.final-thoughts-section h2 {
		font-size: 20px !important;
	}
	
	.final-thoughts-section p {
		font-size: 14px !important;
	}
	
	.final-thoughts-cta {
		margin-top: 20px !important;
		padding-top: 15px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.final-thoughts-cta h3 {
		font-size: 20px !important;
		margin-bottom: 12px !important;
	}
	
	.final-thoughts-cta .cta-button,
	.final-thoughts-cta a[style*="background: #b22525"] {
		padding: 12px 25px !important;
		font-size: 15px !important;
		display: block !important;
		margin: 0 auto 12px !important;
		width: fit-content !important;
		max-width: 100% !important;
	}
	
	.final-thoughts-cta p {
		font-size: 13px !important;
		margin-top: 12px !important;
		padding: 0 5px !important;
	}
	
	.service-card {
		padding: 18px 15px !important;
	}
	
	.service-card ul {
		font-size: 12px !important;
		margin: 8px 0 !important;
	}
	
	.service-card ul li {
		padding: 4px 0 !important;
		padding-left: 20px !important;
		font-size: 12px !important;
		line-height: 1.4 !important;
	}
	
	.service-card ul li span {
		left: 0 !important;
		font-size: 12px !important;
	}
	
	.service-card ul li i {
		font-size: 11px !important;
	}
	
	.seo-services-list li {
		padding: 6px 0 !important;
		font-size: 14px !important;
		padding-left: 22px !important;
		line-height: 1.5 !important;
	}
	
	.seo-services-list li span {
		font-size: 14px !important;
	}
	
	.seo-services-list li i {
		font-size: 12px !important;
	}
	
	.cta-section {
		padding: 25px 18px !important;
	}
	
	.cta-button {
		padding: 12px 25px !important;
		font-size: 15px !important;
	}
}

/* Image Responsive */
@media (max-width: 767px) {
	.ns-service-detail figure img,
	.blog-hero-image img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
	}
	
	.ns-service-detail {
		padding: 0 10px !important;
	}
	
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.ns-service-detail {
		padding: 0 10px;
	}
}

@media (min-width: 1025px) {
	.ns-service-detail {
		padding: 0;
	}
}
