.dwi_faqsection_lake {
   padding: 80px 40px;
  background: #fff;
}

.dwi_faqcontainer_lake {
		max-width: 1100px; 
	   margin: 0 auto;
}

.dwi_faqcategory_lake {
    margin-bottom: 70px;
}

.dwi_categoryheader_lake {
  display: flex;
      align-items: center;
   gap: 15px;
   margin-bottom: 30px;
   padding-bottom: 20px;
    border-bottom: 3px solid #0f62fe;

	}

.dwi_categoryico_lake {
  width     :   32px;
     height: 32px;
  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
}

.dwi_categorytitle_lake {

	    font-size: 32px;
    font-weight: 800;
    color:    #1a1a2e;
    margin :0; 
	
}

.dwi_faqaccordion_lake {
  display   :     flex;
  flex-direction  :      column;
	gap   :   15px;
}

.dwi_faqitem_lake {
    background: #f8f9fa;
    border-radius: 12px;
  overflow: hidden;
    transition   :    all .3s;
}

.dwi_faqitem_lake:hover {
	  box-shadow: 0 4px 15px rgba(0,0,0,.08);


}  

.dwi_faqquestion_lake {
  padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   cursor: pointer;
   transition: background .3s;
}

.dwi_faqquestion_lake:hover 
 {
  background: rgba(15,98,254,.05);
}

.dwi_faqquestion_lake h3


{
      font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
               margin: 0;
	padding-right: 20px;}

.dwi_expandico_lake {
          width: 24px;
   height :        24px;
  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
   transition: transform .3s;
 flex-shrink: 0;
}

.dwi_faqitem_lake.dwi_faqopen_lake .dwi_expandico_lake {
  transform: rotate(45deg);
}

.dwi_faqanswer_lake {
	 max-height: 0; 
	   overflow: hidden; 
	   transition: max-height .4s ease;
}

.dwi_faqitem_lake.dwi_faqopen_lake .dwi_faqanswer_lake {
        max-height: 500px;
}

.dwi_faqanswer_lake p {
  color   :        #555;
  line-height: 1.8;
   font-size: 16px;
  padding: 0 28px 25px;
  margin: 0;
}

.dwi_faqcta_lake


{
  padding: 80px 40px;
  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
                    text-align: center;

}

.dwi_faqctawrap_lake {
    max-width: 800px;
	margin   : 0 auto;
}

.dwi_faqctatitle_lake {

    font-size: 42px; 
    margin-bottom: 20px; 
  color: #fff; 
    font-weight: 800; 
	
}

.dwi_faqctadesc_lake {
    font-size: 19px;
  color: rgba(255,255,255,.9);
   margin-bottom: 35px;
   line-height: 1.7;
}

.dwi_faqctabtn_lake {
	display: inline-block;
   background: #fff;
  color: #667eea;
        padding   :        14px 35px;
	 border-radius: 8px;
   font-weight: 700;
   font-size: 16px;
    transition: all .3s;
}

.dwi_faqctabtn_lake:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}@media(max-width:768px){
    .dwi_categorytitle_lake{
        font-size:26px
    }
    .dwi_categoryheader_lake{
        gap:12px
    }
    .dwi_categoryico_lake{
        width:28px;
        height:28px
    }
    .dwi_faqquestion_lake{
        padding:18px 20px
    }
    .dwi_faqquestion_lake h3{
        font-size:16px
    }
    .dwi_expandico_lake{
        width:20px;
        height:20px
    }
    .dwi_faqanswer_lake p{
        padding:0 20px 20px;
        font-size:15px
    }
    .dwi_faqctatitle_lake{
        font-size:32px
    }
    .dwi_faqctadesc_lake{
        font-size:17px
    }
}@media(max-width:576px){
    .dwi_categorytitle_lake{
        font-size:24px
    }
    .dwi_faqquestion_lake h3{
        font-size:15px
    }
    .dwi_faqctatitle_lake{
        font-size:28px
    }
}