* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --linear-color: linear-gradient(180deg, #3EB3E3 0%, #4F6EE7 50%, #5854EA 100%);
  --white: #ffffff;
}

.pri-btn {
  color: white;
  transform: none;
  background: linear-gradient(180deg, #3EB3E3 0%, #4F6EE7 50%, #5854EA 100%);
}

.btnPrimary {
  color: white;
  transform: none;
  background: linear-gradient(180deg, #3EB3E3 0%, #4F6EE7 50%, #5854EA 100%);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.btnPrimary:hover {
  opacity: 0.9;
}

.myLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sigCanvas {
  border: 1px solid #ddd;
  cursor: crosshair;
}

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: Arvo, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
  color: red;
  font-weight: 700;
}

.logo_custum {
  margin: 20px 0;
}

.logo_custum img {
  height: 50px;
}

/* NDA Styling */
.main_nda_au_telecom,
.main_au_master_services,
.main_au_telecom_llc {
  padding: 40px 0;
}

.nda_au_telecom_content h1,
.au_master_services_content h1,
.au_telecom_llc_content h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.nda_au_telecom_content h2,
.au_master_services_content h2,
.au_telecom_llc_content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.nda_au_telecom_content p,
.au_master_services_content p,
.au_telecom_llc_content p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.nda_au_telecom_content input[type="text"],
.nda_au_telecom_content input[type="date"],
.au_master_services_content input[type="text"],
.au_master_services_content input[type="email"],
.au_master_services_content input[type="number"],
.au_master_services_content input[type="date"],
.au_telecom_llc_content input[type="text"],
.au_telecom_llc_content input[type="date"] {
  border: none;
  border-bottom: 1px solid #000;
  padding: 2px 5px;
  margin: 0 5px;
  min-width: 100px;
  background: transparent;
}

.nda_au_telecom_form label,
.au_master_services_form label,
.au_telecom_llc_form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.nda_au_telecom_form input,
.au_master_services_form input,
.au_telecom_llc_form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.nda_au_telecom_form button,
.au_master_services_form button,
.au_telecom_llc_form button {
  background: linear-gradient(180deg, #3EB3E3 0%, #4F6EE7 50%, #5854EA 100%);
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.master_services_table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.master_services_table th,
.master_services_table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.master_services_table th {
  background: #f5f5f5;
  font-weight: 600;
}

.master_services_table input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.au_telecom_llc_content ul,
.au_telecom_llc_content ol {
  margin-left: 30px;
  margin-bottom: 15px;
}

.au_telecom_llc_content li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.au_telecom_llc_content input[type="checkbox"] {
  margin-right: 10px;
}
