.form-container {
  padding: 40px;
  border-radius: 10px;
  width: 600px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

input, textarea {
  border: none;
  border-bottom: 1px solid #999;
  padding: 8px 4px;
  font-size: 16px;
  background: transparent;
  outline: none;
}

textarea {
  resize: none;
  height: 60px;
}

input:disabled {
  color: #888;
  background: transparent;
}

.full-width {
  width: 100%;
}

.btn {
  background: #0a1f63;
  color: white;
  border: none;
  padding: 14px 25px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
  width: fit-content;
}

.btn:hover {
  background: #122b84;
}
.c1 {
    padding: 28px 28px 28px 35px !important;
}
@media (max-width: 1080px) {
  
    .nav-main {
        background: #b3b3b3 !important;
    }
    .layer-7 {
        margin: 0 0 0 0;
    }
    .contact-con {
        flex-direction: column;
        background: #fff;
        border: 1px solid #fff;
        width: 90vw;
    }
    .c1 {
        width: 100%;
        text-align: center;
    }
    .cs1, .cs2, .cs3 {
        display: block;
    }
    .cs1 {
        margin-top: 42px;
    }
    .cs1 img, .cs2 img, .cs3 img {
        width: 45px;
    }
    .c2 {
        display: flex;
        justify-content: center;
        margin-top: 0;
        flex-direction: column;
        width: 100%;
    }
    .form-container {
        width: 100%;
    }
    .form-row {
        flex-direction: column;
    }
}