        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background: rgba(255,255,255,0.9);
            border: 1px solid #ccc;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            z-index: 1000;
            text-align: center;
            width: 90%;
            max-width: 600px;
            border-radius: 20px;
        }
     
.popup h2 {
transition: all 0.35s;
  display: block;
  color: #414042;
  font-size: 35px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  padding: 20px;
}


.popup p {
transition: all 0.35s;
  display: block;
  color: #414042;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  padding: 20px;
}

.popup .small {
  font-size: 15px;
}

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 999;
        }

        .age-links .a1 {
            display: inline-block;
            margin: 10px;
            padding: 8px 20px;
            background: #414042;
            color: white;
            text-decoration: none;
            border-radius: 4px;
                        border:#414042 solid 1px;
        }
        
               .age-links .a1:hover {
   display: inline-block;
            margin: 10px;
            padding: 8px 20px;
            background: #00391d;
            color: white;
            text-decoration: none;
            border-radius: 4px;
                        border:#00391d solid 1px;
        }
        
        
        .age-links .a2 {
            display: inline-block;
            margin: 10px;
            padding: 8px 20px;
            background: transparent;
            color: #414042;
            text-decoration: none;
            border-radius: 4px;
            
            border:#414042 solid 1px;
        }
        
             .age-links .a2:hover {
            display: inline-block;
            margin: 10px;
            padding: 8px 20px;
            background: #00391d;
            color: white;
            text-decoration: none;
            border-radius: 4px;
                        border:#00391d solid 1px;
        }
        
        
        
        
          /* Back to Top Button */
        .back-to-top {
            display: none;
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
            z-index: 99;
            transition: opacity 0.3s;
        }
        
        
        
        
        
        
.main_ul{
    display:flex;
    width:100%;
    gap:20px
}
.main_ul_li_50{
width:50%;
}
.main_ul_li_25{
width:25%;
}
   .contact-form h2{
display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
   }
   .contact-form {
padding: 20px;
   margin: 40px auto;

   }
   .contact-form form{
       margin:auto;
          border: 1px solid #004725;
             background-color: #fff;
   padding: 20px 30px;
   border-radius: 20px;
   max-width: 1024px;
   }
   .form-row {
   display: flex;
   gap: 20px;
   margin-bottom: 20px;
   }
   .form-group {
   flex: 1;
   }
   .contact-form  label  {
display: block;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
   
   }
   
   .contact-form  p  {
display: block;
  font-size: 10px;
  margin-top: 3px;
  font-weight: 400;
   }
   .contact-form  input, .contact-form  textarea, .contact-form  select {
width: 100%;
  padding: 5px 10px;
  border: 1px solid #004725;
  border-radius: 5px;
  resize: none;

   }
   .contact-form  textarea {
   height: 120px;
   }
   .submit-btn {
   background-color: transparent;
   color: #2b492b;
   padding: 5px 30px;
   cursor: pointer;
   font-size: 16px;
   border-radius: 4px;
   border: 1px solid #2b492b;
   }
   
   .submit-btn:hover {
   background-color: #2b492b;
   color: white;
   border: 1px solid #2b492b;
   }
   
   @media only screen and (max-width : 850px) {
   .main_ul{
    display:block;
} 
.main_ul_li_50{
width:100%;
}
.main_ul_li_25{
width:100%;
}
#lastNameLabel{
    height:0px;
}
}
