.opsg_ServicesHero_charles {

   padding: 160px 0 80px;
  background: linear-gradient(135deg,#2c3e50 0%,#3498db 100%);
  position: relative;
	}

.opsg_SrvHeroWrap_charles {
  max-width: 1320px;
   margin: 0 auto;
  padding: 0 25px;
}

.opsg_SrvHeroContent_charles {
	max-width     :      900px;
  margin   :      0 auto;
  text-align   :     center;
   color   :     #fff;
} 

.opsg_SrvLabel_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_SrvHeroContent_charles h1 {
  font-family: 'Playfair Display',serif;
    font-size: 56px;
  font-weight: 800;
     color: #fff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.opsg_SrvHeroContent_charles p  
  {
   font-size: 20px;
    line-height: 1.7;
  color: rgba(255,255,255,0.9);
}@media(max-width:768px) {
    .opsg_SrvHeroContent_charles h1{
        font-size: 38px;
    }
    .opsg_SrvHeroContent_charles p {
        font-size:17px;
    }
}.opsg_ServicesOverview_charles     {
    padding: 90px 0;

   background: #f8f9fa;
}

.opsg_SrvOverWrap_charles {
   max-width: 1320px;
   margin: 0 auto;
	padding     :   0 25px;
}


.opsg_SrvMainGrid_charles

{
  gap: 40px;
  display  :     grid;
}

.opsg_SrvMainCard_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_SrvMainCard_charles:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transform: translateY(-5px); 

}

.opsg_SrvCardIcon_charles {
    width: 80px;
 height: 80px;
  background: linear-gradient(135deg,#3498db,#2c3e50);
	 border-radius: 15px;
         display: flex;
    align-items: center;
  justify-content :  center;
  margin-bottom: 25px;
}

.opsg_SrvCardIcon_charles img {
    width: 40px;
    height     :40px;
  filter: brightness(0) invert(1);
}

.opsg_SrvMainCard_charles h2 {
  font-family: 'Playfair Display',serif;
    font-size: 32px;
               font-weight: 700;
  color: #1a1a1a;
               margin-bottom: 18px;
}

.opsg_SrvCardDesc_charles {
       font-size: 17px;
   line-height: 1.7;
       color: #5a5a5a;
    margin-bottom: 30px;}

.opsg_SrvDetails_charles h3 {
        font-size: 20px;
   font-weight: 600;
          color: #1a1a1a;
   margin: 30px 0 15px;
}

.opsg_SrvDetails_charles ul {
  list-style: none;
  padding     :0;
   margin: 0 0 30px;
	
}

.opsg_SrvDetails_charles li {
   padding: 10px 0 10px 30px;
  color: #666;
  position: relative;
    line-height: 1.6;
                    font-size: 16px;
}

.opsg_SrvDetails_charles li:before {
  content: '';
       position: absolute;
  left: 0;
    top   :  17px;
	 width: 8px;
               height: 8px;
  background: #3498db;
   border-radius:        50%;
}

.opsg_SrvMetrics_charles {
  display: flex;
  gap: 25px;
    flex-wrap: wrap;
   margin: 25px 0;
}

.opsg_SrvMetric_charles {
   flex: 1;
	  min-width   : 150px;
		 background: #f8f9fa;
	   padding     :     20px;
	    border-radius: 10px;
	    text-align: center;
}

.opsg_MetricNum_charles {
   display: block;
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    margin-bottom   :     8px;
}

.opsg_MetricDesc_charles {
   display   :       block;
  font-size: 14px;
  color :#666;
}

.opsg_SrvPricing_charles {
	  background: linear-gradient(135deg,#f5f7fa 0%,#e8eef5 100%);
	 border-radius: 12px;
   padding: 30px;
    margin-top: 35px;

}


.opsg_PriceHeader_charles {
   display: flex;
	   align-items:     center;
	   gap :      12px;
	   margin-bottom   :      15px;
	
}

.opsg_PriceHeader_charles img
	{


   width: 24px;
  height: 24px;
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(186deg);


}

.opsg_PriceHeader_charles span {
  font-size: 16px;
  font-weight: 600;
    color: #1a1a1a;
  text-transform: uppercase;
	letter-spacing: 1px;
}

.opsg_PriceAmount_charles {
  margin-bottom: 10px;
   font-size    :       36px;
  font-weight: 800;
    color     :        #3498db;
}

.opsg_PriceNote_charles {
	font-size: 14px;
  color: #666;
    margin: 0;
    font-style: italic;
}

.opsg_SrvProcess_charles {
	   padding: 90px 0;
   background: #fff;

}

.opsg_SrvProcWrap_charles {
  max-width: 1320px;
   margin: 0 auto;
  padding: 0 25px;
}

.opsg_SrvProcHeader_charles    {
   text-align: center;
               max-width: 800px;
    margin: 0 auto 60px;
}

.opsg_SrvProcHeader_charles h2 {
    font-size: 44px;
    color: #1a1a1a;
  font-family: 'Playfair Display',serif;
   margin-bottom    :   20px;
               font-weight: 800;
}

.opsg_SrvProcHeader_charles p {
   font-size: 18px;
    line-height: 1.7;
	color: #5a5a5a;
}

.opsg_SrvProcGrid_charles {
  display :      grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 35px;
}

.opsg_ProcStep_charles{
       background   :   #f8f9fa;
    padding: 35px 25px;
  -webkit-border-radius: 12px;
          position: relative;
         border-radius: 12px;
   transition: all 0.3s ease;
}

.opsg_ProcStep_charles:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);}

.opsg_ProcNumber_charles  {
	 position     :       absolute;
  top: -15px;
    right: 25px;
    font-size: 48px;
  font-weight: 800;
  color: rgba(52,152,219,0.15);
  font-family: 'Playfair Display',serif;
}

.opsg_ProcIcon_charles {

    background: #3498db; 
		display: flex; 
	        height :       60px; 
	    align-items: center; 
	    margin-bottom  :    20px; 
	    border-radius: 10px; 
	    justify-content: center; 
	    width    :60px;



}

.opsg_ProcIcon_charles img {
    width: 30px;
    height: 30px;
  filter: brightness(0) invert(1);
}

.opsg_ProcStep_charles h3	{
  font-size   :       20px;
    font-weight: 600;
    color: #1a1a1a;
   margin-bottom: 12px;
}

.opsg_ProcStep_charles p {
   font-size: 15px;
    line-height: 1.6;
  color: #666;
               margin-bottom: 15px;
}

.opsg_ProcTime_charles {
    display: inline-block;
    background: #3498db;
    color: #fff;
   padding    :        6px 12px;
          border-radius: 20px;
  font-size: 12px;
    font-weight: 600;
}

.opsg_SrvCTA_charles {


	padding: 80px 0;
  background: linear-gradient(135deg,#3498db 0%,#2c3e50 100%);
	}

.opsg_SrvCTAWrap_charles {
  max-width   :   1000px;
  padding: 0 25px;
  text-align    : center;
   margin: 0 auto;
}

.opsg_SrvCTAContent_charles h2 {
  font-family: 'Playfair Display',serif;
   font-size: 42px;
   font-weight: 800;
    color    :#fff;
               margin-bottom: 20px;
}

.opsg_SrvCTAContent_charles p {
    font-size: 19px;
				 line-height: 1.7;
  color: rgba(255,255,255,0.9);
	margin-bottom: 35px;
}

.opsg_SrvCTABtns_charles		{
  display: flex;
  justify-content: center;
  gap: 18px;
    flex-wrap: wrap;
   margin-bottom: 40px;
}

.opsg_SrvCTAPrimary_charles,
.opsg_SrvCTASecond_charles {
  padding: 16px 32px;
  font-size: 16px;
    font-weight: 600;
   border-radius: 6px;
   transition   : all 0.3s ease;
    display: inline-block;
}

.opsg_SrvCTAPrimary_charles {
    background: #fff;
  color  :  #3498db;


}

.opsg_SrvCTAPrimary_charles:hover {
   background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,255,255,0.3);
}

.opsg_SrvCTASecond_charles  {
	 background: transparent;
   color: #fff;
   border:     2px solid #fff;
}

.opsg_SrvCTASecond_charles:hover {
  background: #fff;
   color     : #3498db;
}

.opsg_SrvCTAFeatures_charles {
    display: flex;
   justify-content: center;
  gap     :      30px;
  flex-wrap: wrap;
}

.opsg_CTAFeature_charles {
   display : flex;
   gap: 10px;
    color: #fff;
  font-size:       15px;
   align-items: center;
}

.opsg_CTAFeature_charles img {
    width: 20px; 
	    height: 20px; 
	  filter: brightness(0) invert(1);
}@media(max-width:768px) {
    .opsg_SrvProcGrid_charles{
        grid-template-columns:1fr;
    }
    .opsg_SrvCTAContent_charles h2 {
        font-size: 32px;
    }
}