.pfl-cases-hero-area {

	  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
    padding: 89px 0;
  text-align: center;
     }

.pfl-cases-hero-content {

	  margin: 0 auto;
   max-width: 820px;
}

.pfl-cases-hero-title {
        font-size: 50px;
 font-weight :756;
    color: #fff;
    margin-bottom: 20px;
}

.pfl-cases-hero-description {
        font-size: 18.5px;
   color: #f3f3f3;
  font-weight: 336;
}@media(max-width:768px){
    .pfl-cases-hero-area{
        padding:66px 0;
    }

    .pfl-cases-hero-title{
        font-size:34px;
    }

    .pfl-cases-hero-description{
        font-size:16px;
    }
}.pfl-cases-intro-section {
   padding: 76px 0;
   background    :    #fff;

}

.pfl-cases-intro-wrapper   {
    text-align  :  center;
  margin: 0 auto;
   max-width  :        790px;
}

.pfl-cases-intro-heading {

       font-size: 39px;
  font-weight: 716;
  color: #2c3e50;
  margin-bottom   :    20px;
}


.pfl-cases-intro-text {
         font-size: 17px;
  color: #666;
  line-height:   1.8;
}

.pfl-featured-cases-zone {
  background: #f8f9fa;
  padding: 95px 0;

}

.pfl-case-study-detailed

{
       display: flex;
  gap: 52px;
  align-items: flex-start;
   margin-bottom: 72px;
   background: #fff;
  border-radius: 14px;
   padding: 42px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);


}

.pfl-case-study-detailed:last-child
	{
    margin-bottom: 0;
}

.pfl-case-visual-column {
    flex: 1;
}

.pfl-case-content-column {
       flex: 1;

}

.pfl-case-main-image   {
  width: 100%;
  height: auto;
   border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.pfl-case-category-badge {
	        font-weight: 630;
  margin-bottom: 18px;
  text-transform: uppercase;
	border-radius: 20px;
               font-size: 13px;
    background: #667eea;
   padding: 7px 18px;
  display: inline-block;
   letter-spacing: 0.6px;
   color: #fff;
     }

.pfl-badge-strategy 
 {
   background: #e74c3c;
}

.pfl-case-study-headline {
    font-size: 28px;
  font-weight: 680;
	 color: #2c3e50;
  margin-bottom: 16px;
   line-height: 1.3;
}

.pfl-case-overview {
  font-size: 16.5px;
	color: #666;
   line-height: 1.75;
    margin-bottom: 32px;
}

.pfl-case-strategy-section {
  margin-bottom: 32px;
}

.pfl-strategy-subheading {
    font-size: 19px;
    font-weight: 650;
	 color: #2c3e50;
  margin-bottom: 18px;
}

.pfl-strategy-points {
       display: flex;
  flex-direction:    column;
   gap: 14px;
	}

.pfl-strategy-point {
   font-size: 15px;
    display: flex;
  gap    :      12px;
   align-items: flex-start;
  color: #555;
   line-height: 1.65;
}

.pfl-strategy-icon {
   width: 20px;
 height: 20px;
   flex-shrink: 0;
   margin-top: 2px;
  filter: invert(42%) sepia(71%) saturate(2805%) hue-rotate(228deg) brightness(96%) contrast(87%);
}


.pfl-case-outcomes-section {
    margin-top: 32px;
}

.pfl-outcomes-subheading {
	font-size     :       19px;
	font-weight: 650;
    color: #2c3e50;
    margin-bottom: 20px;
}

.pfl-outcomes-grid {
   display   : grid;
   grid-template-columns: 1fr;
   gap: 22px;
}

.pfl-outcome-stat {
		display: flex;
  gap: 18px;
  align-items: flex-start;
               background: #f8f9fa;
  padding: 22px 20px;
     border-radius: 8px;
     }

.pfl-stat-icon-holder


{
   width :     52px;
	 height:  52px;
    background: #667eea;
	 border-radius: 50%;
  display: flex;
   align-items: center;
   justify-content    :   center;
		 flex-shrink: 0;
}

.pfl-stat-icon {
  width: 26px;
                    height: 26px;
  filter: brightness(0) invert(1);
}



.pfl-stat-label {
    font-size: 17px;
   margin-bottom: 6px;
	font-weight: 640;
    color: #2c3e50; 

}

.pfl-stat-description {
	  line-height: 1.6;
   font-size: 14.5px;
   color: #666;
	margin-bottom: 0;
	
     }

.pfl-case-reversed {
    flex-direction: row-reverse;
	
}@media(max-width:992px){
    .pfl-case-study-detailed{
        flex-direction:column;
        gap:32px;
        padding:32px 28px;
        margin-bottom:48px;
    }

    .pfl-case-reversed{
        flex-direction:column;
    }

    .pfl-featured-cases-zone{
        padding:65px 0;
    }
}.pfl-additional-examples-band {
  padding  : 95px 0;
}

.pfl-examples-grid-layout {
    display: grid;
  grid-template-columns: repeat(3,1fr);
   gap: 35px;


}

.pfl-example-card-item {
    background: #fff;
  padding: 36px 30px;
    border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.pfl-example-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.15);
}

.pfl-example-icon-container {
  width: 70px;
  height: 70px;
    background: #f0f2ff;
   border-radius: 50%;
    display: flex;
    align-items: center;
  justify-content: center;
    margin-bottom: 22px;
}

.pfl-example-icon {
   width    :   36px;
   height: 36px;
  filter: invert(42%) sepia(71%) saturate(2805%) hue-rotate(228deg) brightness(96%) contrast(87%);
}



.pfl-example-title {
       font-size: 21px;
    font-weight    :        660;
   color: #2c3e50;
    margin-bottom :    14px;

}

.pfl-example-description {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}  

.pfl-example-tags		{


    display: flex;
    gap: 10px;
    flex-wrap    :      wrap;

}

.pfl-tag-item {
    background: #e8f0ff;
	color: #667eea;
   padding: 6px 14px;
    border-radius: 16px;
    font-size: 12.5px;
	font-weight: 560;


}@media(max-width:992px){
    .pfl-examples-grid-layout{
        grid-template-columns:repeat(2,1fr);
        gap:28px;
    }

    .pfl-additional-examples-band{
        padding:65px 0;
    }
}

@media(max-width:640px){
    .pfl-examples-grid-layout{
        grid-template-columns:1fr;
    }
}.pfl-insights-takeaways-zone {
    padding: 85px 0;
   	background: #183661;
}


.pfl-insights-wrapper
{
   	 display: flex;
    gap: 52px;
          align-items :    center;}

.pfl-insights-icon-side {
    flex: 0 0 auto;
}

.pfl-insights-main-icon {
    width: 76px;
   height: 76px;
  filter: brightness(0) invert(1);
}

.pfl-insights-content-side {
   flex:        1;
	
}

.pfl-insights-heading {


    font-size: 38px;
    font-weight   :   715;
   color: #fff;
    margin-bottom: 20px;
	} 

.pfl-insights-paragraph {
        font-size: 16.5px;
   color: #b8c5d6;
    line-height: 1.8;
    margin-bottom: 18px;
}

.pfl-insights-paragraph:last-child

{
    margin-bottom: 0;
}@media(max-width:768px){
    .pfl-insights-takeaways-zone{
        padding:65px 0;
    }

    .pfl-insights-wrapper{
        flex-direction:column;
        gap:32px;
        text-align:center;
    }

    .pfl-insights-heading{
        font-size:30px;
    }

    .pfl-insights-paragraph{
        font-size:15px;
    }
}