.wrapperIOT {
    top: 0;
    left: 0;
    height: 6.3vh;
    width: 100%;
    z-index: 99;
    background-color: black;
    position: fixed;
    
  }
  .wrapperSectionIOT {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 98;
    height: 63vh;
    
  }
  .containerIOT {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex; /* Enable flexbox */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    
  }
    .background-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 98;
    }
    
    .content {
      position: relative;
      z-index: 99;
      color: white;
      font-family: Arial, sans-serif;
      text-align: center;
      
      background: transparent;
    }
    .content h1{
      background: transparent;
      font-size: 30px;;
    }
    p{
      background: transparent;
    }

    .connect{
      display: flex;
      flex-direction: row;
      padding-bottom: 50px;
      padding-top: 50px;
      border-top: 1px solid #343434;
      border-bottom: 1px solid #343434;
    }
    .profileContact {
      width: 60%;
      height: 100vh; /* Full viewport height */
      display: flex; /* Enable Flexbox */
      justify-content: center; /* Center horizontally */
      align-items: center; /* Center vertically */
      
      background-color: black;
      color: white; /* Text color for better contrast */
      font-family: Arial, sans-serif; /* Font style */
}

#contact-form {
    background-color: #1a1a1a; /* Dark background for the form */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Subtle shadow for better focus */
    width: 100%;
    max-width: 600px; /* Limit form width */
}

#contact-form label {
    display: block; /* Make labels block-level for better alignment */
    margin-bottom: 8px;
    font-weight: bold;
}

#contact-form input, 
#contact-form textarea, 
#contact-form button {
    width: 100%; /* Full width inputs */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #444; /* Subtle border */
    border-radius: 4px;
    background-color: #222; /* Input background */
    color: white; /* Input text color */
    font-size: 16px;
}

#contact-form button {
    background-color: #007bff; /* Button color */
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#contact-form button:hover {
    background-color: #0056b3; /* Darker on hover */
}
.naman{
 display: flex;
 flex-direction: column;
 width: 30%; 
 padding: 20px;
 justify-content: center;
align-items: center;
}
.india{
  flex: 1;
  padding: 10px;
  align-content: center;
}
.ireland{
  flex: 1;
  padding: 10px;
  align-content: center;
}
.address{
  padding: 5px;
  text-align: center;
}