.opsg_ToolsHero_charles {
      padding: 160px 0 80px;
	  background: linear-gradient(135deg,#3498db 0%,#2c3e50 100%);
	  position: relative;


} 

.opsg_ToolsHeroWrap_charles {
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 25px;
}

.opsg_ToolsHeroContent_charles {
   max-width: 900px;
  margin: 0 auto;
   text-align: center;
  color: #fff; 
	
}

.opsg_ToolsLabel_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_ToolsHeroContent_charles h1 {
  font-family: 'Playfair Display',serif;
   font-size: 56px;
    font-weight: 800;
    color     :      #fff;
  margin-bottom: 25px;
  line-height: 1.2;
}

.opsg_ToolsHeroContent_charles p {
    font-size: 20px;
	 line-height: 1.7;
  color: rgba(255,255,255,0.9);
}@media(max-width:768px){
    .opsg_ToolsHeroContent_charles h1 {
        font-size:38px;
    }
    .opsg_ToolsHeroContent_charles p {
        font-size:17px;
    }
}.opsg_ToolsGrid_charles {
   padding: 90px 0;
  background: #f8f9fa;
}

.opsg_ToolsWrap_charles {


   max-width: 1320px;

    margin: 0 auto;

        padding: 0 25px;


}

.opsg_ToolsLayout_charles {
  display: grid;
                    gap: 40px;
	
}

.opsg_ToolCard_charles {
       background: #fff;
   border-radius: 15px;
	 padding  :  45px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);

}

.opsg_ToolHeader_charles {

	   display: flex;
   align-items :  center;
         gap     :     20px;
    margin-bottom: 20px;
}

.opsg_ToolIcon_charles {
   width: 70px;
   height: 70px;
  background: linear-gradient(135deg,#3498db,#2c3e50);
  border-radius: 12px;
    display: flex;
  align-items: center;
   justify-content: center;
    flex-shrink: 0;
	}  

.opsg_ToolIcon_charles img {


    width     :        35px;
  height  :35px;
  filter: brightness(0) invert(1);

}

.opsg_ToolHeader_charles h2     {
  font-family: 'Playfair Display',serif;
    font-size: 32px;
    font-weight  :        700;
   color: #1a1a1a;
    margin: 0;
}

.opsg_ToolDesc_charles {
	font-size: 17px;

		 line-height     :      1.7;

	   color: #5a5a5a;

	  margin-bottom: 30px;
}

.opsg_ToolInterface_charles {
	background: #f8f9fa;
  padding: 35px;
   border-radius     : 12px;
}

.opsg_ToolInputGroup_charles {
   margin-bottom: 25px;
}

.opsg_ToolInputGroup_charles label  
  {
     display: block;
    font-size:    15px;
  font-weight: 600;
          color: #1a1a1a;
   margin-bottom: 10px;
}

.opsg_ToolInputGroup_charles input,
.opsg_ToolInputGroup_charles select {

	  width: 100%;
	 padding: 12px 15px;
   border: 2px solid #e0e0e0;
   border-radius: 8px;
  font-size: 16px;
   transition: border-color 0.3s ease;
}

.opsg_ToolInputGroup_charles input:focus,
.opsg_ToolInputGroup_charles select:focus {

		 outline     :  none;
    border-color: #3498db;
	}

.opsg_ToolUnit_charles


{
    display     :block;
   font-size: 13px;
  color: #999;
        margin-top: 5px;
}

.opsg_ToolCalculate_charles {
    width: 100%;
  background: linear-gradient(135deg,#3498db,#2c3e50);
 color: #fff;
         border: none;
       padding: 16px;
    border-radius    :      8px;
   display: flex;
	 align-items: center;
   justify-content: center;
   gap   :        10px;
   font-size     :   16px;
    font-weight: 600;
    cursor: pointer;
 transition: all 0.3s ease;
  margin-top: 30px; 

}

.opsg_ToolCalculate_charles:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52,152,219,0.3);
}

.opsg_ToolCalculate_charles img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
	}

.opsg_ToolResults_charles {
      background: #fff;
    padding: 30px;
          border-radius:        12px;
    margin-top: 30px;
     border: 2px solid #3498db;
}

.opsg_ToolResults_charles h3 {
  font-family: 'Playfair Display',serif;
    font-size     :        26px;
    font-weight: 700;
   color:     #1a1a1a;
   margin-bottom: 25px;
   text-align: center;
}

.opsg_ResultsGrid_charles {
	   display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 20px;
  margin-bottom: 25px;


}

.opsg_ResultBox_charles {
	background: #f8f9fa;
  padding :       20px;
	 border-radius: 10px;
    text-align: center;
}

.opsg_ResultLabel_charles {
      display: block;
   font-size: 13px;
  color: #666;
    margin-bottom: 10px;
  text-transform:uppercase;
   letter-spacing   :     1px;
}  

.opsg_ResultValue_charles {
	display: block;
    font-size: 32px;
	font-weight: 800;
    color: #3498db;
  font-family: 'Playfair Display',serif;
}

.opsg_CostBreakdown_charles {
    font-size: 14px;
   color: #666;
     line-height: 1.8;
  text-align: left;
   margin-top: 10px;


}

.opsg_ToolInsight_charles   {
  background   :      #fff3cd;
    border-left:      4px solid #ffc107;
   padding   :    20px;
   border-radius     :        8px;
  display: flex;
   gap: 15px;
    align-items  :       flex-start;
}

.opsg_ToolInsight_charles img {
  width: 24px;
  height: 24px;
  filter: invert(77%) sepia(58%) saturate(1841%) hue-rotate(360deg);
  flex-shrink: 0;
   margin-top: 2px;
}

.opsg_ToolInsight_charles p {
 font-size: 15px;
   color: #856404;
   line-height: 1.6;
  margin: 0;
}

.opsg_ScoreCard_charles {
	 margin-bottom: 25px;
} 

.opsg_ScoreItem_charles {
   background: #f8f9fa;
  padding: 25px;
    border-radius  : 12px;
}

.opsg_ScoreHeader_charles {
   display: flex;
   justify-content:    space-between;
    align-items: center;
       margin-bottom: 15px;
}

.opsg_ScoreHeader_charles span:first-child {
       font-size: 16px;
    font-weight:  600;
    color: #1a1a1a;
}

.opsg_ScoreValue_charles {
    font-size: 36px;
    font-weight :        800;
   color: #3498db;
  font-family: 'Playfair Display',serif;
}

.opsg_ScoreBar_charles {
   width: 100%;
   height: 30px;
	background: #e0e0e0;
    border-radius :  15px;
  overflow: hidden;
	margin-bottom: 10px; 
	
} 

.opsg_ScoreFill_charles {
   height: 100%;
  background: linear-gradient(90deg,#3498db,#2c3e50);
   transition: width 1s ease;
	border-radius: 15px;
}

.opsg_ScoreRating_charles {
	   display: block;
  text-align: center;
  font-size: 18px;
  font-weight     :    600;
    color: #1a1a1a;

}

.opsg_PriorityAreas_charles {
    background: #f8f9fa;

	   padding: 25px;

	   border-radius:12px;

		margin-top: 25px;
} 

.opsg_PriorityAreas_charles h4 {
    font-size: 18px;
    font-weight     : 600;
   color: #1a1a1a;
		margin-bottom: 15px; 
	
}

.opsg_PriorityAreas_charles ul {
  list-style  :        none;
	 padding: 0;
	margin: 0;
}

.opsg_PriorityAreas_charles li {
    padding: 10px 0 10px 30px;
  position: relative;
  font-size: 15px;
      color: #666;
   line-height: 1.6;
   border-bottom   :  1px solid #e0e0e0;
}

.opsg_PriorityAreas_charles li:last-child {
                    border-bottom: none;
}

.opsg_PriorityAreas_charles li:before {
  content: '';
     position: absolute;
	left: 0;
    top: 17px;
    width: 8px;
   height: 8px;
               background: #3498db;
    border-radius: 50%;
}

.opsg_AssessmentSection_charles {
         margin-bottom: 30px;
    padding: 25px;
  background: #fff;
   border-radius: 10px;
}

.opsg_AssessmentSection_charles h4
	{
               font-size: 18px;
         font-weight: 600;
   color     :#1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
} 

.opsg_AssessmentQuestion_charles {
	margin-bottom: 20px;
}

.opsg_AssessmentQuestion_charles label {

    display: block;
   font-size   :     15px;
    color     :        #5a5a5a;
  margin-bottom: 10px;
    line-height: 1.5;
     }

.opsg_MaturityChart_charles {
   margin-bottom  :30px;


}

.opsg_MaturityDimension_charles  
  {
   margin-bottom: 25px;
}



.opsg_DimensionLabel_charles {
  display: block;
   font-size: 15px;
   font-weight: 600;
                    color: #1a1a1a;
  margin-bottom: 10px;
}

.opsg_MaturityBar_charles {
   width: 100%;
  height    :   25px;
    background: #e0e0e0;
       border-radius: 12px;
    overflow: hidden;
	 margin-bottom: 8px;
}

.opsg_MaturityFill_charles {
    height: 100%;
  background: linear-gradient(90deg,#3498db,#2c3e50);
   transition: width 1s ease;
  border-radius: 12px;
}

.opsg_MaturityScore_charles {
   font-size: 14px;
    color    :  #666;
}

.opsg_MaturityOverall_charles     {
  background: linear-gradient(135deg,#3498db,#2c3e50);
	padding  : 25px;
    border-radius: 12px;
        display: flex;
          justify-content: space-between;
   align-items  :   center;
  margin-bottom: 25px;
    color: #fff;
}  

.opsg_MaturityOverall_charles span:first-child {

   font-size: 18px;
   font-weight: 600;
	
	}

.opsg_MaturityLevel_charles {
   font-size: 28px;
   font-weight: 800;
  font-family: 'Playfair Display',serif;
}

.opsg_Recommendations_charles {
   background  :      #f8f9fa;

	    padding: 25px;

	  border-radius: 12px;

	   margin-top: 25px;
}

.opsg_Recommendations_charles h4{
      font-size: 18px;
      font-weight: 600;
    color     :       #1a1a1a;
   margin-bottom: 15px;

}

.opsg_Recommendations_charles ul {
     list-style: none;
   padding: 0;
                    margin: 0;
	}

.opsg_Recommendations_charles li {
   padding: 12px 0 12px 30px;
    position: relative;
  font-size: 15px;
     color: #666;
     line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
}

.opsg_Recommendations_charles li:last-child {
  border-bottom: none;
	
}



.opsg_Recommendations_charles li:before {
  content: '';
    position: absolute;
    left: 0;
   top: 19px;
   width: 8px;
    height: 8px;
	background: #3498db;
   -webkit-border-radius: 50%;
   border-radius: 50%;
}



.opsg_ToolsCTA_charles {
   padding: 80px 0;
  background: linear-gradient(135deg,#f5f7fa 0%,#e8eef5 100%); 
	
}

.opsg_ToolsCTAWrap_charles    {
   max-width  :     1000px;
	  margin: 0 auto;
	       padding: 0 25px;
	   text-align: center;
}

.opsg_ToolsCTAWrap_charles h2 {
  font-family: 'Playfair Display',serif;
   font-size: 42px;
   font-weight: 800;
    color: #1a1a1a;
    margin-bottom  :      20px;
}

.opsg_ToolsCTAWrap_charles p


{
   font-size: 19px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 35px;
}

.opsg_ToolsCTABtns_charles		{
  display: flex;
  justify-content: center;
    gap: 18px;
   flex-wrap: wrap;


}

.opsg_ToolsCTAPrimary_charles,
.opsg_ToolsCTASecond_charles {
   padding :   16px 32px;
   font-size  :  16px;
       font-weight: 600;
    border-radius: 6px;
   transition: all 0.3s ease;
    display: inline-block;
}

.opsg_ToolsCTAPrimary_charles {
        background   :#3498db;
        color: #fff;
}

.opsg_ToolsCTAPrimary_charles:hover  {

	 background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52,152,219,0.3);}

.opsg_ToolsCTASecond_charles     {

   background: transparent;
    color: #3498db;
    border: 2px solid #3498db;
	}

.opsg_ToolsCTASecond_charles:hover  {
  background: #3498db;
    color    :      #fff;
}