.lgm_innerHero_swk {
	height: 55vh;
  min-height: 420px;
    background-size: cover;
   background-position: center;
   position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 86px;
}

.lgm_innerHeroContent_swk {
     position: relative;
	z-index    :   2;
  text-align :        center;
  max-width: 780px;
	 padding: 0 25px;
     }

.lgm_innerHeroContent_swk h1 {


	font-size: 56px;
 color     :     #fff;
  font-weight: 700;
      margin-bottom: 18px;
	}  

.lgm_innerHeroContent_swk p {
	font-size: 20px;
  color: #f5f5f5;
}@media(max-width:768px){
    .lgm_innerHeroContent_swk h1{
        font-size:36px;
    }

    .lgm_innerHeroContent_swk p{
        font-size:17px;
    }
}.lgm_aboutStory_swk {


  padding: 95px 0;
	background: #fff;


}

.lgm_storyGrid_swk {
  grid-template-columns: 1fr 1fr;
 gap: 70px;
	align-items: center;
    display: grid;
}@media(max-width:992px){
    .lgm_storyGrid_swk{
        grid-template-columns:1fr;
        gap:45px;
    }
}.lgm_storyText_swk p {


    font-size: 16.5px;

    color: #555;

         line-height: 1.75;

  margin-bottom:20px;


}

.lgm_storyImage_swk img {
		width: 100%;
   border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.14);

	}

.lgm_philosophy_swk   {
	  padding   :95px 0;
    background: #f9f9f9;


}

.lgm_philosophyGrid_swk {
   display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 38px;
}

.lgm_philosophyCard_swk {


  background: #fff;
      padding: 45px 35px;
   	 border-radius: 10px;
       text-align: center;
     box-shadow: 0 5px 20px rgba(0,0,0,0.07);
       transition: all 0.35s ease;

}

.lgm_philosophyCard_swk:hover {
  transform: translateY(-10px); 
	  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.lgm_philoIcon_swk {
    width: 75px;
	height: 75px;
  margin   :0 auto 28px;
}

.lgm_philoIcon_swk img  
  {
  width: 100%;
   height: 100%;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}



.lgm_philosophyCard_swk h3 {
   font-size: 22px;
      color: #1a1a1a;
  margin-bottom: 18px;
   font-weight:     600;
}

.lgm_philosophyCard_swk p {
	font-size: 15.5px;
	color: #666;
   line-height: 1.7;


}

.lgm_teamSection_swk {
    padding    :        95px 0;
  background: #fff;
}

.lgm_teamGrid_swk {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
          gap     :      42px; 

}

.lgm_teamMember_swk {
    text-align: center;
}

.lgm_memberPhoto_swk {


    width: 100%;
                    -webkit-border-radius: 10px;
   height: 320px;
   border-radius:     10px;
          overflow: hidden;
    margin-bottom: 22px;
	}

.lgm_memberPhoto_swk img {
	   width: 100%;
  height: 100%;
    object-fit: cover;}

.lgm_teamMember_swk h4 {
   font-size: 21px;
    color: #1a1a1a;
      margin-bottom    :       8px;
  font-weight: 600;
}



.lgm_memberRole_swk {
  font-size: 15px;
  color: #e67b00;
 margin-bottom: 15px;
  font-weight: 500;
}

.lgm_teamMember_swk p {
   font-size: 15px;
  color    :  #666;
    line-height: 1.65;
}  

.lgm_valuesSection_swk {
          padding: 95px 0;
    background: #f9f9f9;
}

.lgm_valuesContent_swk h2 {
  font-size: 42px;
  color: #1a1a1a;
	 text-align: center;
  margin-bottom    :      55px;
	font-weight: 700;
}

.lgm_valuesList_swk {
    max-width: 920px;
   margin: 0 auto;
}

.lgm_valueItem_swk {
       display: flex;
  gap: 22px;
   margin-bottom: 32px;
	align-items: flex-start;
} 

.lgm_valueItem_swk img    {
    width   :  32px;
        height     :   32px;
    flex-shrink   :    0;
  margin-top:4px;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}

.lgm_valueItem_swk h4 {
		font-size: 19px;
  color: #1a1a1a;
   margin-bottom:       8px;
  font-weight: 600;
}


.lgm_valueItem_swk p {
    font-size: 15.5px;
   color: #666;
    line-height: 1.7;
}

.lgm_achievementsSection_swk {
   padding: 85px 0;
  background: #1a1a1a;
}

.lgm_statsGrid_swk {
   display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 50px;
   text-align    :     center;

}

.lgm_statItem_swk {
 color: #fff;
}

.lgm_statIcon_swk {
   width: 62px;
    height: 62px;
  margin: 0 auto 20px;
}

.lgm_statIcon_swk img {
  width: 100%;

	  height: 100%;

	  filter: brightness(0) invert(1);
}

.lgm_statItem_swk h3 {
  font-size: 48px;
       color :      #e67b00;
  font-weight: 700;
   margin-bottom: 10px;
}

.lgm_statItem_swk p {

	font-size: 16px;
	 color: #d0d0d0;
}