.lgm_contactInfo_swk {
       padding: 75px 0;
   background:     #fff;
}

.lgm_contactGrid_swk {
  display: grid; 
	  grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); 
	          gap: 35px;
}

.lgm_contactCard_swk   {
  background: #f9f9f9;
    padding: 42px 32px;
   border-radius: 12px;
    text-align: center;
   transition: all 0.3s ease;
}

.lgm_contactCard_swk:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.lgm_contactIcon_swk 
 {
  width: 65px;
    height: 65px;
    margin: 0 auto 22px;
  background: #e67b00;
   border-radius: 50%;
  display: flex;
  align-items: center;
         justify-content:       center;
}

.lgm_contactIcon_swk img {
  width: 32px;
    height: 32px;
  filter: brightness(0) invert(1);
} 

.lgm_contactCard_swk h3 {
       font-size: 22px;
  color: #1a1a1a;
    margin-bottom: 15px;
  font-weight:      600;


}

.lgm_contactCard_swk p {
    font-size: 16px;
   color: #555;
   margin-bottom: 8px;
}

.lgm_contactCard_swk a	{

	        font-weight: 500;
   text-decoration: none;
    color    :#e67b00;
   transition     : color 0.3s;
    -webkit-transition: color 0.3s;
	}

.lgm_contactCard_swk a:hover     {
		color: #c66900;
}

.lgm_contactExtra_swk {
    font-size: 14px;
    color: #888;
   margin-top: 12px;


}

.lgm_contactFormSection_swk {
    padding: 85px 0;
   background: #f9f9f9;
}

.lgm_formGrid_swk {
  display  :      grid;
   grid-template-columns: 35% 1fr;
   gap: 60px;
    align-items  :   flex-start;
}@media(max-width:992px){
    .lgm_formGrid_swk{
        grid-template-columns:1fr;
        gap:40px;
    }
}.lgm_formIntro_swk h2 {
   font-size: 36px;
   color: #1a1a1a;
    margin-bottom: 20px;
   font-weight: 700;
}

.lgm_formIntro_swk > p    {
    line-height: 1.75;
  color: #555;
  font-size: 16px;
  margin-bottom: 32px;
}

.lgm_whyContact_swk
	{
   background: #fff;
  padding: 28px;
   border-radius: 10px;
    border-left: 4px solid #e67b00;
     }


.lgm_whyContact_swk h4 {
    font-size: 18px;
    color: #1a1a1a;
  margin-bottom: 18px;
  font-weight  :        600;
}

.lgm_whyContact_swk ul {
  list-style: none;
}

.lgm_whyContact_swk ul li 
 {
	display     :      flex;
	 align-items: flex-start;
  gap: 12px;
   margin-bottom: 12px; 
	
}

.lgm_whyContact_swk ul li img {
	    width: 20px;
    height: 20px;
    margin-top: 2px;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}

.lgm_whyContact_swk ul li span {
  font-size: 15px; 
	  color  :        #4a4a4a;
}

.lgm_formWrapper_swk {
  background     :     #fff;
  padding: 42px;
	 border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.lgm_contactForm_swk     {
      grid-template-columns:       1fr 1fr;
    display: grid;
  gap: 22px;
	}

.lgm_formGroup_swk {
     display: flex;
   flex-direction: column;
}

.lgm_fullWidth_swk {
  grid-column: 1 / -1;
}

.lgm_formGroup_swk label {
         font-size:     15px;
     color: #333;
          margin-bottom: 8px;
   font-weight: 500;
}

.lgm_formGroup_swk input,
.lgm_formGroup_swk select,
.lgm_formGroup_swk textarea {
  font-family: inherit;
	 font-size: 15px;
   border-radius: 8px;
  border: 2px solid #e0e0e0;
   transition: all 0.3s;
   -o-transition: all 0.3s;
    -moz-transition  :all 0.3s;
    padding: 14px 16px;
}


.lgm_formGroup_swk input:focus,
.lgm_formGroup_swk select:focus,
.lgm_formGroup_swk textarea:focus {
   outline: none;
    border-color: #e67b00;
  box-shadow: 0 0 0 3px rgba(230,123,0,0.1);
}

.lgm_formGroup_swk textarea {
   resize: vertical;
  min-height: 140px;
}

.lgm_formGroup_swk.error input,
.lgm_formGroup_swk.error select,
.lgm_formGroup_swk.error textarea   {
  border-color: #dc3545;
} 

.lgm_errorMsg_swk		{
	font-size: 13px;
  color: #dc3545;
   margin-top: 6px;
		 display :       none;
}



.lgm_formGroup_swk.error .lgm_errorMsg_swk {
  display: block;
}

.lgm_checkboxLabel_swk {
    display: flex;
   align-items:      flex-start;
    gap: 12px;
    cursor: pointer;

}

.lgm_checkboxLabel_swk input[type="checkbox"]  {
    width: 20px; 
   height: 20px; 
   margin-top: 2px; 
    cursor     : pointer;
}

.lgm_checkboxLabel_swk span {
  font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.lgm_checkboxLabel_swk a {
  color: #e67b00;
    text-decoration: none;
}

.lgm_checkboxLabel_swk a:hover {
 text-decoration: underline;
}

.lgm_submitButton_swk {
        width: 100%;
     padding: 16px 32px;
    background: #e67b00;
    color: #fff;
   border: none;
   border-radius     :     50px;
    font-size: 17px;
	 font-weight: 600;
  cursor: pointer;
    display: flex;
       align-items:      center;
	justify-content: center;
   gap  :12px;
  transition: all 0.3s ease;
}

.lgm_submitButton_swk:hover {
        background: #c66900;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230,123,0,0.3);
}

.lgm_submitButton_swk:active 
 {
  transform: translateY(0);
}

.lgm_submitButton_swk img  {

       width     :       22px;

	  height: 22px;

	  filter: brightness(0) invert(1); 
	
     }@media(max-width:768px){
    .lgm_contactForm_swk{
        grid-template-columns:1fr;
    }

    .lgm_formWrapper_swk{
        padding:28px 20px;
    }
}.lgm_mapSection_swk  
  {
  padding: 85px 0;
  background: #fff;
}

.lgm_mapSection_swk h2 {
    font-size: 36px;
    color: #1a1a1a;
  text-align: center;
    margin-bottom: 45px;
        font-weight: 700;
}

.lgm_mapWrapper_swk {
   border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    margin-bottom: 35px;
}

.lgm_mapInfo_swk {
	display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 28px;
}

.lgm_mapDetail_swk {
	display: flex;
   align-items: center;
   gap: 18px;
	 padding: 22px;
   background: #f9f9f9;
  border-radius: 10px;
}  

.lgm_mapDetail_swk img {
  width: 45px;
	height  : 45px;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}

.lgm_mapDetail_swk h4 {
   	 font-size: 18px;
  color :    #1a1a1a;
   margin-bottom: 4px;
        font-weight: 600;
	}

.lgm_mapDetail_swk p	{
  font-size: 14px;
  color:   #666;

}

.lgm_popup_swk {
  display: none;
    position: fixed;
    top: 0;
    left: 0;
  width: 100%;
   height: 100%;
  background: rgba(0,0,0,0.7);
    z-index  :        9999;
   align-items: center;
  justify-content: center;
  padding    :    20px;
}

.lgm_popup_swk.active {
   display: flex;

}

.lgm_popupContent_swk 
 {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
	text-align:     center;
        max-width: 520px;
    width: 100%;
    animation: popupSlide 0.4s ease;
}@keyframes popupSlide{
    from{
        transform:translateY(-50px);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}.lgm_popupIcon_swk {
    width: 80px;
    height  :80px;
    margin :       0 auto 25px;
}


.lgm_popupIcon_swk img {
               width: 100%;
  height: 100%;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);


}

.lgm_popupContent_swk h3 {
	      font-size:      28px;
  color: #1a1a1a;
   margin-bottom: 18px;
    font-weight: 700;
	
}

.lgm_popupContent_swk p {
   font-size: 16px;
   color    :    #666;
    line-height: 1.65;
          margin-bottom: 12px;
}

.lgm_popupButton_swk {


    margin-top  :      28px;
  padding :     14px 40px;
   background: #e67b00;
  color: #fff;
    border     :    none;
   border-radius: 50px;
    font-size: 16px;
 font-weight: 600;
   cursor: pointer;
	 transition:   all 0.3s;
	}

.lgm_popupButton_swk:hover {
  background: #c66900;
}