/* Additional custom styles for 1920x1080 resolution */

/* Adjust logo size */
.logo img {
  height: 100px;
  width: auto;
  max-width: none !important;
}

/* Center the form and make it full width */
.form-style-light {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}

/* Make the content more compact but centered */
.coming-soon-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Adjust feature blocks */
.block-style-thirtyFive {
  padding: 12px 8px;
}

.block-style-thirtyFive .icon {
  height: 70px;
  width: 70px;
}

/* Reduce spacing in form */
.controls {
  margin-bottom: 30px;
}

/* Ensure form is centered */
#contact-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}