.opsg_CaseHero_charles {
    padding   :    160px 0 80px;
	  background: linear-gradient(135deg,#2c3e50 0%,#3498db 100%);
	  position     :   relative;
}

.opsg_CaseHeroWrap_charles {
   max-width: 1320px;
   margin: 0 auto;
    padding: 0 25px;
}

.opsg_CaseHeroContent_charles {
	 text-align: center;
   color:#fff;
    margin: 0 auto 50px;
     max-width: 900px;
}

.opsg_CaseLabel_charles {
   font-size: 14px;
  text-transform: uppercase;
   letter-spacing  :2px;
  color: rgba(255,255,255,0.8);
   font-weight: 600;
   display: block;
  margin-bottom: 15px;


}

.opsg_CaseHeroContent_charles h1 {
  font-family: 'Playfair Display',serif;
	   font-size: 56px;
	         font-weight: 800;
		color: #fff;
	    margin-bottom: 25px;
	    line-height: 1.2;
}

.opsg_CaseHeroContent_charles p {
   font-size: 20px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

.opsg_CaseStats_charles {
   display: flex;
    justify-content: center;
       gap     :    50px;
    flex-wrap: wrap;
	}

.opsg_CaseStat_charles {
	 text-align: center;
}

.opsg_CaseStatNum_charles {
   display: block;
   font-size   : 48px;
	 font-weight:      800;
   color     :        #fff;
  font-family: 'Playfair Display',serif;
   margin-bottom: 8px;
}

.opsg_CaseStatLabel_charles {
  display: block;
	 font-size: 14px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
   letter-spacing    :     1px;


}@media(max-width:768px){
    .opsg_CaseHeroContent_charles h1 {
        font-size:38px;
    }
    .opsg_CaseHeroContent_charles p {
        font-size:17px;
    }
    .opsg_CaseStatNum_charles{
        font-size: 36px;
    }
}.opsg_CaseStudies_charles {
    background: #f8f9fa;
   padding: 90px 0;
}

.opsg_CaseWrap_charles {
    max-width: 1320px;
  margin: 0 auto;
    padding: 0 25px;
}

.opsg_CaseGrid_charles {
  display: grid;
  gap   : 50px;
}

.opsg_CaseCard_charles {
    background: #fff;
   border-radius    :       15px;
  padding: 45px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.opsg_CaseCard_charles:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.opsg_CaseHeader_charles {
    display: flex; 
   justify-content: space-between; 
   align-items: center; 
   flex-wrap: wrap; 
    gap: 15px; 
    margin-bottom: 25px; 
	 padding-bottom: 20px; 
  border-bottom: 2px solid #f0f0f0;
}

.opsg_CaseIndustry_charles {
    display: flex;
	 align-items :center;
  gap: 12px;
    background: #f8f9fa;
   padding: 10px 18px;
	border-radius: 25px; 

}

.opsg_CaseIndustry_charles img {
  width: 24px;
       height     :    24px;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(186deg);
}

.opsg_CaseIndustry_charles span {
	  font-size     :14px;
   font-weight: 600;
    color: #1a1a1a;
}

.opsg_CaseType_charles  {
      background: #3498db;
   color: #fff;
    padding: 8px 16px;
        border-radius     :      20px;
       font-size: 13px;
	font-weight: 600;
         text-transform    :uppercase;
  letter-spacing: 1px;}

.opsg_CaseCard_charles h2 {
  font-family: 'Playfair Display',serif;
   font-size   :    32px;
   font-weight: 700;
	color: #1a1a1a;
  margin-bottom : 30px;
    line-height: 1.3;
}

.opsg_CaseProblem_charles,
.opsg_CaseSolution_charles,
.opsg_CaseResults_charles {
  margin-bottom: 35px;
}

.opsg_CaseProblem_charles h3,
.opsg_CaseSolution_charles h3,
.opsg_CaseResults_charles h3{
     display: flex;
	align-items: center;
		 gap     :      12px;
  font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
  margin-bottom: 18px;

}

.opsg_CaseProblem_charles h3 img,
.opsg_CaseSolution_charles h3 img,
.opsg_CaseResults_charles h3 img {


   width: 24px;
  height: 24px;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(186deg);

}


.opsg_CaseProblem_charles p,
.opsg_CaseSolution_charles p   {
  font-size   :16px;
       line-height: 1.7;
      color: #5a5a5a;
       margin-bottom     :     20px;
}

.opsg_CaseMetrics_charles {
	 border-radius: 8px;
   margin: 20px 0 0;
         list-style: none;
    background :      #fff3cd;
   padding    :      20px;
    border-left:     4px solid #ffc107;
}

.opsg_CaseMetrics_charles li {
  padding: 8px 0;
	font-size: 15px;
  color: #856404;
    line-height: 1.6;
}

.opsg_CaseMetrics_charles strong {
  color: #1a1a1a;
}

.opsg_SolutionFeatures_charles {

   display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
     gap: 15px;
  margin: 20px 0;
	}



.opsg_SolutionFeature_charles {
   display: flex;
  align-items: center;
   gap: 10px;
  background: #f8f9fa;
   padding: 12px 15px;
   border-radius: 8px;}

.opsg_SolutionFeature_charles img
	{
  width: 20px;
  height: 20px;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(186deg);
   flex-shrink: 0;
}

.opsg_SolutionFeature_charles span {
					font-size: 14px;
    color: #1a1a1a;
   font-weight: 500;
}

.opsg_ResultsGrid_charles {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
   gap: 20px;
 margin: 25px 0;
}


.opsg_ResultItem_charles {
  background: linear-gradient(135deg,#f5f7fa,#e8eef5);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
   border: 2px solid #3498db;
}

.opsg_ResultValue_charles {
      display: block;
    font-size:36px;
  font-weight: 800;
   color: #3498db;
  font-family: 'Playfair Display',serif;
  margin-bottom: 8px;
}

.opsg_ResultLabel_charles {
  display: block;
    font-size: 13px;
    color: #666;
  line-height: 1.4;
}

.opsg_ResultsNote_charles {
    background: #f8f9fa;
 padding   :    20px;
    border-radius    : 8px;
  font-size: 14px;
    color: #666;
    margin: 25px 0 0;
    border-left: 4px solid #3498db;
}

.opsg_ResultsNote_charles strong
{
      color: #1a1a1a; 

}@media(max-width:768px){
    .opsg_ResultsGrid_charles {
        grid-template-columns: repeat(2,1fr);
    }
}.opsg_CaseCTA_charles {
   padding: 80px 0;
  background: linear-gradient(135deg,#3498db 0%,#2c3e50 100%);
}

.opsg_CaseCTAWrap_charles     {
    max-width: 1000px;
  margin: 0 auto;
  padding:     0 25px;
  text-align: center;
}

.opsg_CaseCTAWrap_charles h2 {
  font-family: 'Playfair Display',serif;
               font-size: 42px;
  font-weight: 800;
   color: #fff;
  margin-bottom: 20px;
}

.opsg_CaseCTAWrap_charles p {
 font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  margin-bottom: 35px;
}

.opsg_CaseCTABtns_charles {
    display     :      flex;
  justify-content: center;
	gap: 18px;
  flex-wrap: wrap;


}

.opsg_CaseCTAPrimary_charles,
.opsg_CaseCTASecond_charles {
   padding: 16px 32px;
  font-size    :     16px;
   font-weight: 600;
    border-radius: 6px;
   transition: all 0.3s ease;
   display: inline-block;
}

.opsg_CaseCTAPrimary_charles {
   background     :     #fff;
   color: #3498db;
}

.opsg_CaseCTAPrimary_charles:hover {

	   background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,255,255,0.3);
	}

.opsg_CaseCTASecond_charles  
  {
  background     :     transparent;
    color: #fff;
  border: 2px solid #fff;
}

.opsg_CaseCTASecond_charles:hover
	{
  background: #fff;
       color     : #3498db;
}