.cnt_heroblock_walton {
    padding: 85px 0 65px;
  background: linear-gradient(135deg,#667eea 0%, #764ba2 100%);
     margin-top: 78px;
}

.cnt_herocontent_kt20 {
      text-align: center;
               max-width: 820px;
  margin: 0 auto;
}

.cnt_pagetitle_hill   {
   font-size: 48px;
    font-weight: 700;
   color: #fff;
    margin-bottom: 18px;
    line-height: 1.2;
}

.cnt_pageintro_lane {
   font-size: 19px;
  color: rgba(255,255,255,0.93);
   line-height: 1.7;
}

.cnt_contactgrid_cheq67

{

    padding: 95px 0;
   background: #f8f9fa;
}

.cnt_gridlayout_tadworth {
   display: grid;
    grid-template-columns: 1.2fr 1fr;
      gap: 48px;
  align-items: start;
}

.cnt_formcard_kt20 {
    background: #fff;
  padding   : 42px;
	border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.cnt_formtitle_hill {
    margin-bottom: 12px;
 color: #2c3e50;
  font-weight: 700;
   font-size: 32px;
}

.cnt_formdesc_lane {
  font-size: 16px;
	 color     :   #7f8c8d;
  margin-bottom: 32px;
	line-height: 1.7;
	}

.cnt_contactform_cheq {
    display: flex;
    flex-direction: column;
  gap: 24px;
}

.cnt_formgroup_tadworth {
       gap: 8px;
     display: flex;
	 flex-direction: column;
	}

.cnt_formlabel_walton {
   font-size   :       15px;
    font-weight: 600;
   color: #2c3e50;
}

.cnt_required_kt20{
  color    :    #e74c3c;
}

.cnt_forminput_hill,
.cnt_formselect_lane,
.cnt_formtextarea_cheq {
  padding: 12px 16px;
         border: 2px solid #ecf0f1;
    border-radius:      6px;
   font-size: 15px;
  color: #2c3e50;
  font-family: 'Segoe UI',sans-serif;
  transition: all 0.3s ease;}

.cnt_forminput_hill:focus,
.cnt_formselect_lane:focus,
.cnt_formtextarea_cheq:focus {
   outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102,126,234,0.1);
}

.cnt_forminput_hill.error,
.cnt_formselect_lane.error,
.cnt_formtextarea_cheq.error {
	 border-color: #e74c3c; 

}


.cnt_formtextarea_cheq {
          resize  :     vertical;
    min-height :        140px;
}

.cnt_error_message {
  font-size: 13px;
   color: #e74c3c;
	 display: none;
      margin-top: -4px;
}

.cnt_error_message.visible		{
   display: block;
}

.cnt_submitbtn_tadworth {

	        font-weight: 600; 
   cursor: pointer; 
  color: #fff; 
  justify-content: center; 
  padding: 14px 32px; 
	 font-size: 16px; 
    align-items: center; 
    display: flex; 
  border-radius    :      6px; 
    border: none; 
         gap: 10px; 
  background: #667eea; 
  margin-top: 8px; 
   transition: all 0.3s ease;


}

.cnt_submitbtn_tadworth:hover {
 background: #5568d3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102,126,234,0.3);
}

.cnt_submitbtn_tadworth:active {

	  transform: translateY(0);
}

.cnt_btnicon_walton {
	width: 20px;
   height: 20px;
  filter: brightness(0) invert(1);


}

.cnt_infocard_hill {
   background:  #fff;
   padding: 38px;
   border-radius    :12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    margin-bottom: 28px;
	
}

.cnt_infoitem_lane {
    display: flex;
    gap: 20px;
  padding:       24px 0;
  border-bottom: 1px solid #ecf0f1;
}

.cnt_infoitem_lane:first-child {
    padding-top: 0;
}

.cnt_infoitem_lane:last-child {
  border-bottom    :        none;
    padding-bottom: 0;
}

.cnt_infoicon_cheq {
   width     :  52px;
   height: 52px;
  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
    border-radius  :    50%;
      display: flex;
   align-items: center;
  justify-content: center;
    flex-shrink: 0;


}

.cnt_iconimage_tadworth {
   width: 26px;
  height :   26px;
  filter: brightness(0) invert(1);
}

.cnt_infotext_walton {
   flex-grow   :       1;
}

.cnt_infotitle_kt20 {
    font-size: 18px;
   font-weight: 600;
     color: #2c3e50;
    margin-bottom    :    8px;
}

.cnt_infodesc_hill {
   font-size: 15px;
  color: #7f8c8d;
  line-height: 1.7;
   margin: 0;
}

.cnt_infonote_lane {

	    font-size: 14px;
    color: #95a5a6;
    margin: 6px 0 0;
   font-style: italic;
}

.cnt_communitycard_cheq {
  background: linear-gradient(135deg,#667eea 0%, #764ba2 100%);
  padding: 38px;
    border-radius: 12px;
    text-align    :       center;
    color: #fff;
}

.cnt_communityicon_tadworth {
    width: 58px;
  height: 58px;
    margin: 0 auto 20px;
  filter: brightness(0) invert(1);
}

.cnt_communitytitle_walton {
    font-size  :  24px;
   font-weight: 700;
          margin-bottom   :  14px; 

}

.cnt_communitydesc_kt20 {
    font-size: 16px;
  line-height: 1.7;
        margin-bottom    :        22px;
  opacity: 0.95;
}

.cnt_communitylist_hill {
       text-align: left;
  list-style: none;
   display: inline-block;


}

.cnt_communitylist_hill li{
   font-size: 15px;
   line-height: 2;
	position: relative;
  padding-left: 24px;
}

.cnt_communitylist_hill li:before {
  content: '✓'; 
   position: absolute; 
  left: 0; 
  font-weight: 700;
	
}

.cnt_popup_overlay {
  position: fixed;
   top: 0;
	left: 0;
   width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
   z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;

}

.cnt_popup_overlay.visible  {
   opacity: 1;
  visibility: visible;
}

.cnt_popup_content {


    background: #fff;
	padding: 48px;
   border-radius: 12px;
	 max-width  :   480px;
  width     :  90%;
  text-align: center;
  transform: scale(0.9);
   transition: transform 0.3s ease;
}

.cnt_popup_overlay.visible .cnt_popup_content {
  transform: scale(1);
}

.cnt_popup_icon {
  width: 72px;
  height: 72px;
	 background: #27ae60;
   border-radius: 50%;
  display: flex;
   align-items: center;
  justify-content: center;
   margin :0 auto 24px;
}

.cnt_popup_checkmark {
   width: 38px;
      height: 38px;
  filter: brightness(0) invert(1);


}

.cnt_popup_title {


	 font-size: 28px;
    font-weight :     700;
    color: #2c3e50;
    margin-bottom: 14px;
}

.cnt_popup_text {
    font-size: 16px;

    color: #7f8c8d;

    line-height: 1.7;

  margin-bottom: 28px;
}

.cnt_popup_button {
   padding: 12px 32px;
  background: #667eea;
  color: #fff;
   border: none;
    border-radius: 6px;
   font-size: 15px;
    font-weight: 600;
    cursor: pointer;
     transition: all 0.3s ease;
}

.cnt_popup_button:hover {
    background: #5568d3;
}@media (max-width:991px) {
    .cnt_gridlayout_tadworth {
        grid-template-columns:1fr;
        gap:38px;
    }
}

@media (max-width:767px) {
    .cnt_pagetitle_hill {
        font-size:36px;
    }

    .cnt_pageintro_lane {
        font-size:17px;
    }

    .cnt_formcard_kt20 {
        padding:32px 24px;
    }

    .cnt_formtitle_hill {
        font-size:28px;
    }

    .cnt_infocard_hill,
    .cnt_communitycard_cheq {
        padding:28px 24px;
    }

    .cnt_popup_content {
        padding:38px 28px;
    }
}