/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

body.page-template-page-coming-soon {
  background: #00040b;
}

body.page-template-page-coming-soon #page,
body.page-template-page-coming-soon .site,
body.page-template-page-coming-soon .wrapper,
body.page-template-page-coming-soon main {
  background: #00040b;
}

.wls-coming-page {
  width: 100%;
  margin: 0 auto;
  background: #00040b;
  color: #fff;
  overflow: hidden;
}

.wls-coming-top {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.wls-coming-top img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wls-contact-section {
  margin: 0;
  padding: 54px 38px 24px;
  background:
    #01040a
}

.wls-contact-inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: center;
      max-width: 1200px;
    margin: 0 auto;
}

.wls-contact-info {
  padding-left: 14px;
}

.wls-contact-info h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wls-contact-info p {
  max-width: 380px;
  margin: 0 0 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}

.wls-contact-links {
  display: grid;
  gap: 16px;
}

.wls-contact-links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.wls-contact-links a span {
    font-size: 1.7rem;
    padding-right: 1rem;
}

.wls-contact-links a span i{
    color: #13bfff
}

.wls-contact-links a:hover {
  color: #00d9ff;
}

.wls-contact-form {
  width: 100%;
  padding: 28px 30px 24px;
  border: 1px solid #00bfff;
  border-radius: 24px;
  background: rgba(0, 7, 16, 0.82);
  box-shadow: 0 0 34px rgba(0, 140, 255, 0.28);
}

.wls-contact-form h3 {
  margin: 0 0 22px;
  color: #00d9ff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.wls-contact-form form {
  margin: 0;
}

.wls-contact-form p {
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.wls-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wls-form-row p{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.wls-contact-form input:not([type="submit"]),
.wls-contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  outline: none;
}

.wls-contact-form input:not([type="submit"])::placeholder,
.wls-contact-form textarea::placeholder {
  color: rgba(255,255,255,0.72);
}

.wls-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.wls-contact-form input:not([type="submit"]):focus,
.wls-contact-form textarea:focus {
  border-color: #00d9ff;
  box-shadow: 0 0 0 2px rgba(0,217,255,0.12);
}

.wls-contact-form input[type="submit"] {
  width: 100%;
  margin-top: 12px;
  padding: 14px 16px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #13bfff 0%, #004cff 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.wls-contact-form input[type="submit"]:hover {
  filter: brightness(1.12);
}

.wls-privacy-note {
  margin-top: 14px;
  color: rgba(255,255,255,0.78);
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

.wls-bottom-note {
  margin-top: 34px;
  color: rgba(255,255,255,0.86);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.46em;
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .wls-coming-page {
    max-width: 100%;
  }

  .wls-contact-section {
    padding: 42px 22px 24px;
  }

  .wls-contact-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wls-contact-info {
    padding-left: 0;
  }

  .wls-contact-info h2 {
    font-size: 34px;
  }

  .wls-form-row {
    grid-template-columns: 1fr;
  }

  .wls-contact-form {
    padding: 26px 20px 22px;
    border-radius: 20px;
  }

  .wls-bottom-note {
    letter-spacing: 0.2em;
    font-size: 11px;
  }
}