.dwi_resourceszone_lake {
  padding: 80px 40px;
   background     :  #fff;
}

.dwi_resourceswrapper_lake {
    max-width: 1300px;
   margin: 0 auto;
} 

.dwi_resourceitem_lake {
         display: grid;
 grid-template-columns: 300px 1fr;
   gap: 50px;
  margin-bottom: 80px;
   padding: 40px;
    background: #f8f9fa;
  border-radius: 20px;
  transition: all .3s;
}

.dwi_resourceitem_lake:hover {
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
  transform: translateY(-5px);
}

.dwi_resourcereverse_lake {
  direction: rtl;
}

.dwi_resourcereverse_lake>* {
	  direction: ltr;}

.dwi_resourceicon_lake {
  display: flex;
    align-items     :        center;
    justify-content  :      center;
  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
      border-radius    :  16px;
    height: 300px;
	 position: relative;
   overflow: hidden;
}

.dwi_resourceicon_lake:before {


  content: '';
   position: absolute;
   width: 200%;
    height: 200%;
  background: radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);
   top: -50%;
   left: -50%;
 animation     : pulse 4s ease-in-out infinite;
}@keyframes pulse{
    0%,100%{
        transform:scale(1);
        opacity:.5
    }
    50%{
        transform:scale(1.1);
        opacity:.3
    }
}.dwi_resourceico_lake {
  width: 100px;
   height: 100px;
  filter: brightness(0) invert(1);
   position: relative;
	 z-index: 2;
}

.dwi_resourcecontent_lake {
  padding: 10px 0;
}

.dwi_resourcetitle_lake

{
  font-size: 32px;
   font-weight: 800;
    color: #1a1a2e;
  margin-bottom: 18px;
  line-height: 1.3;


}

.dwi_resourcedesc_lake {
         font-size: 16px;
  color: #555;
   line-height: 1.8;
    margin-bottom: 25px;
}

.dwi_resourcemeta_lake {
	 display: flex;
    gap: 30px;
  margin-bottom: 25px;
   flex-wrap: wrap;
}

.dwi_metaitem_lake {

	    display   :       flex;
  align-items: center;
  gap: 8px;
}

.dwi_metaico_lake {
   width: 18px;
   height: 18px;
  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
}

.dwi_metaitem_lake span {
   font-weight: 500;
   color: #666;
         font-size: 14px;
}

.dwi_resourcefeatures_lake {

    margin-bottom :      30px;
   	padding: 25px;
       background: #fff;
     border-radius:      12px;
            border-left: 4px solid #0f62fe;
	}

.dwi_resourcefeatures_lake h3 {
      font-size: 18px;
    font-weight: 700;
    color   :#1a1a2e;
	margin-bottom: 15px;


}

.dwi_resourcefeatures_lake ul {
  display: flex;
    flex-direction: column;
  gap: 10px;
}

.dwi_resourcefeatures_lake li {

  display: flex;
       align-items: flex-start;
    gap: 10px;
    font-size: 14px;
  color: #555;
   line-height: 1.6;
}

.dwi_featurecheck_lake {
   width: 18px;
    height: 18px;
  filter: invert(45%) sepia(93%) saturate(1352%) hue-rotate(187deg);
     flex-shrink    : 0;
    margin-top    :2px;
}



.dwi_resourcebtn_lake {
         background: #0f62fe;
  color: #fff;
   padding: 14px 32px;
          border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
   border: none;
  cursor: pointer;
   transition:  all .3s;
}

.dwi_resourcebtn_lake:hover {
	   background   :      #0353e9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(15,98,254,.4);
	

}

.dwi_newsletterzone_lake {
	    padding: 60px 40px;

  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);

  margin: 0 40px 80px;

   border-radius    :        20px;

}

.dwi_newsletterwrap_lake {
   max-width: 1100px;
   margin: 0 auto;
   display: grid;
  grid-template-columns :       80px 1fr 400px;
  gap: 40px;
  align-items   :     center;
}

.dwi_newslettericon_lake {
  width: 80px;
    height: 80px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
    display: flex;
	align-items: center;
  justify-content: center;
     }

.dwi_newsletterimgico_lake {

	   width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);


}

.dwi_newslettertitle_lake {
    font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom     :      8px;
}

.dwi_newsletterdesc_lake {
    font-size: 16px;
  color: rgba(255,255,255,.9);
   line-height   :     1.6;
}

.dwi_newsletterform_lake {
   display: flex;
    gap: 12px;
}

.dwi_emailinput_lake {
  flex: 1;
	   padding: 14px 20px;
	   border-radius: 8px;
	    border: none;
	    font-size: 15px;
	        outline:   none;
}


.dwi_subscribebtn_lake {
    background: #fff;
	color: #667eea;
   padding: 14px 28px;
  border-radius   :       8px;
  font-weight: 700;
  font-size: 15px;
    border: none;
	 cursor: pointer;
   transition: all .3s;
          white-space: nowrap;
}

.dwi_subscribebtn_lake:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}@media(max-width:1200px){
    .dwi_resourceitem_lake{
        grid-template-columns:250px 1fr;
        gap:35px
    }
    .dwi_resourceicon_lake{
        height:250px
    }
    .dwi_resourceico_lake{
        width:80px;
        height:80px
    }
    .dwi_resourcetitle_lake{
        font-size:28px
    }
}
@media(max-width:992px){
    .dwi_resourceitem_lake{
        grid-template-columns:1fr;
        gap:30px
    }
    .dwi_resourcereverse_lake{
        direction:ltr
    }
    .dwi_resourceicon_lake{
        height:200px
    }
    .dwi_newsletterwrap_lake{
        grid-template-columns:1fr;
        text-align:center
    }
    .dwi_newslettericon_lake{
        margin:0 auto
    }
    .dwi_newsletterform_lake{
        max-width:500px;
        margin:0 auto
    }
}
@media(max-width:768px){
    .dwi_resourcetitle_lake{
        font-size:24px
    }
    .dwi_resourceicon_lake{
        height:180px
    }
    .dwi_resourceico_lake{
        width:70px;
        height:70px
    }
    .dwi_newslettertitle_lake{
        font-size:24px
    }
    .dwi_newsletterform_lake{
        flex-direction:column
    }
}
@media(max-width:576px){
    .dwi_resourceitem_lake{
        padding:25px
    }
    .dwi_resourcetitle_lake{
        font-size:22px
    }
    .dwi_newsletterzone_lake{
        margin:0 20px 60px
    }
}