/**
Theme Name: PopularFX Child
Template: popularfx
Theme URI: https://popularfx.com
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Version: 1.0.0
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support
*/


/*
    Add your custom styles here
*/
.pagelayer-heading{
	margin-bottom:0px !important;
}

.cs-page-title h1{
  font-size:45px !Important;
  font-weight:normal;
  line-height:1.3em;
margin:0;
}

.cs-banner img{
	width:100%;height:450px;
	object-fit:cover;
}

/* Case Study */
/* Form */
.filter-form {
	margin-bottom: 20px;
}
.filter-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color:#fff;
}
.filter-form select {
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
/* Grid */
.items {
	display: grid;
  	grid-template-columns: repeat(3, minmax(0, 1fr));
  	gap: 24px;
  	justify-content: start; /* prevents stretching */
  
}

.filter-item {
  width: 100%;
}

/* Card */
.card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	font-size: 18px;
}
.card-header {
	background-color: #EBECED;
	text-align: center;
	border-radius: 5px 5px 0 0;
	padding-bottom: 20px;
}
.card-footer {
	text-align: center;
	padding: 15px 10px;
	border-top: 1px solid #ddd;
	font-weight: bold;
}
.category {
	background: #fff;
	width: 55%;
	margin: 0 auto;
	padding: 0px 5px;
	border-radius: 0 0 8px 8px;
	margin-bottom: 10px;
	font-size:16px;
}
.card-logo {
	max-width: 25%;
	display: block;
	margin: 0 auto;
}
.card-body {
	padding: 15px;
	flex: 1;
}
.stats-list {
	max-width: 600px;
	margin: 0 auto;
}
.stat-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
}
.stat-circle {
	width: 70px;
	height: 70px;
	min-width: 70px;
	border: 3px solid #2f2a7c; /* dark purple */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	color: #2f2a7c;
	background: #f2f2f7; /* light grey fill */
}
.stat-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	font-weight: 500;
}

/* Mobile tweak */
@media (max-width: 480px) {
.stat-circle {
	width: 60px;
	height: 60px;
	min-width: 60px;
	font-size: 14px;
}
.stat-text {
	font-size: 15px;
}
}

/* Responsive */
@media (max-width: 992px) {
.items {
	grid-template-columns: repeat(2, 1fr);
}
}
 @media (max-width: 576px) {
.items {
	grid-template-columns: 1fr;
}
}

.filter-item h3{
	line-height:30px;
	margin-top:0;
	font-size:16px;
}

.button-loadmore{
	background-color: rgb(196 175 143);
	border:none;
	padding:10px;
	display:inline-flex;
	justify-content: center;
	border-radius: 5px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#342A86;
	}