.filter-tag-cross { 
	font-size: 14px;
	color: #b3b3b3;
	background-color: transparent; 
	display: inherit;
	margin-left:5px;
}
.filter-tag-cross:hover {text-decoration: none;}

.perspective-listing .multiselect-container > li > a {
	padding: 0;
	font-family: 'Poppins Regular';
	display: block;
}

.perspective-listing .blog-header-banner {
	position: relative;
	height: 420px;
	/*background: url("https://s3.wns.com/S3_5/Images/Blogs/WideCardImage/7075/384/Underwriters-and-Hyperautomation-Better-Together-320X340.jpg") center/cover no-repeat;*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.perspective-listing .blog-header-banner img {position: relative;}

.perspective-listing .blog-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.perspective-listing .blog-banner-content {
	position: absolute;
	max-width: 800px;
	padding: 20px;
	z-index: 1;
}

.perspective-listing .blog-banner-content h1 {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 45px !important;
	font-weight: 700;
	line-height: 1.1em;
	padding-bottom: 20px;
	animation: moveGradient 3s linear infinite; 
	color:#fff;
}

/* gradient animation */
@keyframes moveGradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.perspective-listing .blog-banner-content p {
	font-size: 18px;
	opacity: .9;
}

/* FILTER SECTION */
.perspective-listing .insight-filter-section {
	background: #000;
	padding: 25px 0;
}

.perspective-listing .insight-filter-section .filter-title {  
	color: #8c8c8c;
	font-size: 14px; 
}

/* FILTER ROW */
.perspective-listing .filter-row {
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 20px;
}

/* DROPDOWN */
.perspective-listing .btn-group .multiselect-dropdown {color: #fff; padding:14px 20px;}
.perspective-listing .btn-group .dropdown-toggle::after {float: right;margin-top:6%;}

.perspective-listing .filter-dropdown {
	position: relative;
}

.perspective-listing .filter-toggle, .perspective-listing .filter-btn {
	background: #000;
	color: #fff;
	border: 1px solid #333;
	transition: all .25s ease;
	padding:0;
	min-width: 230px;
	font-size: 15px;
	cursor: pointer;
	text-align: left;
	/* fix alignment */
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
}

.perspective-listing .filter-toggle:hover, .perspective-listing .filter-btn:hover {
	border-color: #f37021;
}

.perspective-listing .filter-toggle .arrow, .perspective-listing .filter-btn .arrow {
	font-size: 20px;
	margin-left: 10px;
}

.perspective-listing .filter-dropdown.active .filter-toggle {
	border-color: #f37021;
}

/* DROPDOWN MENU */
.perspective-listing .filter-menu, .perspective-listing .dropdown-menu {
	/*display: none;
	position: absolute;
	width: 230px;
	padding: 12px;*/
	background: #111;
	border: 1px solid #2b2b2b;
	top: 50px;
	left: 0;
	z-index: 10;
}

.perspective-listing .multiselect-container > li > a:hover {text-decoration: none;}
.perspective-listing .multiselect-container > li > a > label > input[type=checkbox] {margin-right:5px;}

.perspective-listing .filter-menu label, .perspective-listing .multiselect-container > li > a > label {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	color: #fff; 
}

.perspective-listing .filter-menu input {
	margin-right: 6px;
}

.perspective-listing .filter-menu input[type="checkbox"] {
	accent-color: #f37021;
	cursor: pointer;
}

.perspective-listing .filter-menu input:checked + span {
	color: #f37021;
	font-weight: 500;
}

.perspective-listing .filter-menu input:checked + span::before {
	content: "";
	width: 3px;
	height: 12px;
	background: #f37021;
	display: inline-block;
	margin-right: 6px;
}

/* FILTER ACTIONS */
.perspective-listing .filter-actions {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 25px;
}

.perspective-listing .clear-btn {
	background: #ffffff;
	border: none;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	padding: 14px 30px;
	font-weight: 600;
}

.perspective-listing .clear-btn:disabled {opacity: .5; cursor: not-allowed;}

.perspective-listing .clear-btn:hover {
	background: #f5f5f5;
	text-decoration: none;
}

.perspective-listing .show-btn {
	background: linear-gradient(90deg,#ff7a18,#ff003c);
	border: none;
	color: #fff;
	padding: 14px 30px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.perspective-listing .show-btn:disabled {opacity: .5; cursor: not-allowed;}

/* ACTIVE FILTER CHIPS */
.perspective-listing .selected-filters-wrapper {
	max-width: 1200px;
	margin: 25px auto;
	padding: 0 20px;
}

.perspective-listing .selected-group {
	/*display: none;*/
	margin-bottom: 15px;
}

.perspective-listing .selected-label {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.perspective-listing .selected-filters, .perspective-listing .filterTagsContainer {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.perspective-listing .filter-chip, .perspective-listing .industry-tag-container .filter-tag {color:#fff;}

.perspective-listing .filter-chip, .perspective-listing .industry-tag-container {
	background: #111;
	border: 1px solid #333;
	padding: 6px 12px;
	font-size: 13px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all .2s ease;
}

.perspective-listing .filter-chip:hover, .perspective-listing .industry-tag-container:hover {
	border-color: #f37021;
	color: #f37021;
	cursor: pointer;
}

.perspective-listing .filter-chip::after, .perspective-listing .filter-tag-cross::after {
	content: "×";
	font-weight: 600;
}

/* BLOG GRID */
/* CARD GRID */
.perspective-listing .blog-grid {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}

.perspective-listing .blog-card {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	height: 340px;
	cursor: pointer;
	transition: transform .3s ease;
}

.perspective-listing .blog-card:hover {
	transform: translateY(-6px);
}

.perspective-listing .blog-card img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	transition: transform .5s ease;
}

.perspective-listing .blog-card:hover img {
	transform: scale(1.1);
}

.perspective-listing .card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 22px;
	background: linear-gradient(to top, rgba(0,0,0,.95), rgba(0,0,0,.8), transparent);
	z-index: 2;
}

.perspective-listing .card-type {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #ff7a18;
}

.perspective-listing .card-title {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	color: #ffffff;
}

.perspective-listing .card-link {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.perspective-listing .card-type {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 3px;
	letter-spacing: .5px;
	z-index: 3;
}

.perspective-listing .extra-card {
	display: none;
}

/* LOAD MORE */
.perspective-listing .load-more {
	text-align: center;
	margin: 50px;
}

.perspective-listing .load-more button, .perspective-listing .load-more a {
	padding: 14px 34px;
	background: linear-gradient(90deg,#f37021,#ed1c24);
	border: none;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	border-radius: 5px;
	transition: all .3s ease;
}

.perspective-listing .load-more button:hover, .perspective-listing .load-more a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	text-decoration: none;
	/*display: inline-block;
	margin-top:0;*/
}

.perspective-listing #activeFilters {
	margin-top: 15px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.perspective-listing .filter-chip, .perspective-listing .industry-tag-container {
	background: #222;
	padding: 6px 10px;
	border-radius: 3px;
	font-size: 13px;
	cursor: pointer;
	color: #ffffff;
}

.perspective-listing .filter-chip:hover, .perspective-listing .industry-tag-container:hover {
	background: #b01827;
	color: #ffffff;
}

.perspective-listing .mobile-breadcrumb-back {
	display: none;
}

/* triangle arrow */
.perspective-listing .mobile-breadcrumb-back::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #ff5b3d;
	/* arrow color */
	display: inline-block;
	position: relative;
	top: 0.5px;
	/* fine alignment */
}

/* hover */
.perspective-listing .mobile-breadcrumb-back:hover {
	opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.perspective-listing .blog-header-banner {
		height: 400px;
		/*padding: 80px 20px 50px 20px;*/
	}

	.perspective-listing .blog-banner-content h1 {
		font-size: 32px !important;
		padding-bottom: 15px;
	}

	.perspective-listing .blog-banner-content p {
		font-size: 16px;
	}

	/* filter section */
	.perspective-listing .filter-row {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.perspective-listing .filter-dropdown {
		width: 100%;
	}

	.perspective-listing .filter-toggle {
		width: 100%;
		min-width: 100%;
		padding: 12px 16px;
		font-size: 14px;
	}

	/* dropdown menu mobile */
	.perspective-listing .filter-menu {
		width: 100%;
		left: 0;
	}

	/* buttons */
	.perspective-listing .filter-actions {
		width: 100%;
		margin-top: 10px;
		justify-content: space-between;
		display: block;
	}

	/* cards */
	.perspective-listing .blog-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.perspective-listing .blog-card {
		height: 300px;
	}

	.perspective-listing .blog-card img {
		height: 300px;
	}

	/* filter chips */
	.perspective-listing .selected-label {
		font-size: 15px;
	}

	.perspective-listing .filter-chip {
		font-size: 12px;
		padding: 5px 10px;
	}

	.perspective-listing .load-more {
		margin: 30px 0;
	}

	.perspective-listing .mobile-breadcrumb-back {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 12px;
		font-size: 14px;
		color: #ff5b3d;
		/* WNS orange */
		text-decoration: none;
		font-weight: 500;
	}
	
	.perspective-listing .clear-btn, .perspective-listing .show-btn {display: block;margin-bottom: 10px;width:100%;	}
	.perspective-listing .filter-toggle, .perspective-listing .filter-btn {width:100% !important;}
}