/* STATS SECTION STARTS */
.page-id-1767 section.integration-section-bg {
    background: #ecedf0;
}
.case-study-section {
	padding: 90px 0 100px;
}
.case-study-section .container {
    max-width: 1400px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.case-study-title h2 {
    font-size: 43px;    
    font-weight: 400;
}
.page-id-1767 .case-study-title h2 {
    color: #23394c;
}
.stats-section {
	padding: 0;
	max-width: 1250px;
 	margin: 0 auto;
 	background-color: unset;
}

.stats-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}	  

.stat-box {
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

/* Add vertical border between items */
.stat-box:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 20%;
	right: 0;
	height: 60%;
	width: 1px;
	background-color: #ccc; /* Adjust to match your design */
	opacity: 0.5; /* Optional for subtle look */
}

.stat-value {
	font-size: 70px;
	font-weight: bold;
	color: #457373;
	margin-bottom: 10px;
}

.stat-label {
	font-size: 20px;
	font-weight: 600;
	color: #6fc097;
	line-height: 1.3;
	font-family: 'rundaw00-lightregular';
	margin-bottom: 10px;
	min-height: 52px;
}

.stat-desc {
	font-size: 16px;
	color: #23394c;
	line-height: 24px;
	font-family: 'rundaw00-lightregular';
}
.stats-link {
    text-align: center;
    color: #23394c;
    font-style: italic;
}
.stats-link a {
    color: #23394c;
}
.case-study-title {
    padding-bottom: 30px;
}
.case-study-description {
    padding-top: 15px;
    text-align: justify;
}
.page-id-5387 .indus-more-des ul li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    font-family: 'rundaw00-lightregular';
    color: #23394c;
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 10px;
}
.case-study-quote {
  border-left: 5px solid rgb(111 192 151);
  background-color: rgb(111 192 151 / 30%);
  margin-top: 40px;
}
.case-study-quote p {
    padding: 10px 30px;
    color: #2b2a2a;
    font-size: 18px;
}
.page-id-1767 .case-study-quote p {
    color: #23394c;
}
.case-study-btn {
    margin-top: 40px;
}
.case-study-client {
    text-transform: uppercase;
    font-family: 'Conv_GT-America-Expanded-Bold';
    color: #6fc097;
    font-size: 22px;    
    margin-bottom: 25px;
}
.case-study-description p {
    color: #2b2a2a;
}
.page-id-1767 .case-study-description p {
	color: #23394c;
}
@media (max-width: 1650px) {
	.case-study-description {
    padding-top: 0;  
	}
	.case-study-title h2 {
    font-size: 38px;
	}
	.stat-value {
    font-size: 50px;
	}
	.stat-label {
    font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.case-study-quote {    
    margin-top: 30px;
	}
	.case-study-btn {
    margin-top: 35px;
	}
	.case-study-title h2 {
    font-size: 32px;
	}
	.stat-value {
    font-size: 40px;
	}
	.stat-box {
    padding: 20px 10px;
	}
	.case-study-client {    
    font-size: 20px;
    margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
		.case-study-quote {    
    margin-top: 25px;
	}
	.case-study-btn {
    margin-top: 30px;
	}
	.case-study-title h2 {
    font-size: 28px;
	}
	.stat-label {
    font-size: 16px;
    min-height: 42px;
	}
	.case-study-client {
    font-size: 18px;  
	}
}
@media (max-width: 768px) {
	.case-study-title {
    padding-bottom: 0px;
	}
	.case-study-quote {  
    margin-top: 20px;
	}
	.case-study-btn {
    margin-top: 25px;
	}
	.stat-box {
		flex: 1 1 100%;
	}
	.stat-box::after {
		display: none;
	}
	.stat-label {    
    margin-bottom: 0;
    min-height: auto;
	}
	.stat-label {
    min-height: auto;
	}
	.stat-box {
    flex: 1 1 100%;
	}
	.case-study-section {  
    	background-color: #ecedf0;
	}
	.page-id-1767 .case-study-section {  
    	background-color: #fff;
	}
	.case-study-quote p {  
    font-size: 16px;
	}
	.case-study-client {
    font-size: 14px;    
	}
}
@media (max-width: 479px) {
.case-study-title h2 {
    font-size: 26px;
	}
}

/* STATS SECTION ENDS */