@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+Georgian:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}


  
  .formcontainer {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f6f5f5;
    box-shadow: 0 0 10px rgba(130, 24, 24, 0.1);
  }
  
  .heading {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .formvisitor {
    display: grid;
    gap: 10px;
  }
  
  .visitorlabel {
    font-weight: bold;
  }
  
  .visitorvalue {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .visitorname{
    width: 44% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 0px 10px !important;
  }
  .visitortext {
    resize: vertical;
  }
  
  .visitorbtn {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .visitorbtn:hover {
    background-color: #45a049;
  }
  
  .typeIndusCheck {
    list-style: none;
  }
