.elementor-16 .elementor-element.elementor-element-80d948f{--display:flex;--min-height:596px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-16 .elementor-element.elementor-element-80d948f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16 .elementor-element.elementor-element-5e40b41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16 .elementor-element.elementor-element-5e40b41.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16 .elementor-element.elementor-element-1679d80{width:var( --container-widget-width, 123.557% );max-width:123.557%;margin:49px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:123.557%;--container-widget-flex-grow:0;}.elementor-16 .elementor-element.elementor-element-1679d80.elementor-element{--flex-grow:0;--flex-shrink:0;}body.elementor-page-16:not(.elementor-motion-effects-element-type-background), body.elementor-page-16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}body.elementor-page-16{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-16 .elementor-element.elementor-element-80d948f{--width:118.644%;}.elementor-16 .elementor-element.elementor-element-5e40b41{--width:100.407%;}}/* Start custom CSS for shortcode, class: .elementor-element-1679d80 */body {
  background-color: #000;
  color: #00b3b6;
  font-family: "Segoe UI", Tahoma, sans-serif;
  margin: 0;
  padding: 0; /* remove padding so form touches edges */
  min-height: 100vh;
} /* Headings */
h1,
h2,
h3,
h4,
h5 {
  color: #00b3b6;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 20px;
} /* Custom classes */
.unites {
  font-size: 30px;
  margin-top: -10px;
}
.container {
  display: flex;
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  color: white;
}
#phone,
#email {
  margin: 0;
  font-size: 18px;
} /* 🚀 Full Page Form Container */
.wpcf7 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
} /* Two-column layout with improved visual hierarchy */
.wpcf7 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #000;
  padding: 35px;
  border: 2px solid #00b3b6;
  border-radius: 0; /* full page edge */
  box-shadow: 0 0 30px rgba(0, 179, 182, 0.3), 0 0 60px rgba(0, 179, 182, 0.1);
  position: relative;
  overflow: hidden;
  width: 100%; /* full width */
  min-height: 100vh; /* full page height */
  box-sizing: border-box;
} /* Subtle inner glow effect */
.wpcf7 form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  padding: 2px;
  background: linear-gradient(135deg, #00b3b6, #004d4d, #00b3b6);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.3;
  pointer-events: none;
} /* Form labels */
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  color: #00b3b6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
} /* Textarea full width */
.wpcf7 textarea {
  grid-column: 1 / 3;
  min-height: 140px;
  resize: vertical;
} /* Input fields with enhanced styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  line-height: 1.5;
  padding: 12px 15px;
  border: 1.5px solid #00b3b6;
  background: rgba(0, 179, 182, 0.03);
  color: #00b3b6;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 15px;
  box-sizing: border-box;
} /* Placeholder styling */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(0, 179, 182, 0.4);
  font-style: italic;
} /* Enhanced glow on focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #00f0f3;
  background: rgba(0, 240, 243, 0.05);
  box-shadow: 0 0 15px rgba(0, 240, 243, 0.4),
    inset 0 0 10px rgba(0, 240, 243, 0.1);
  color: #fff;
  transform: translateY(-2px);
} /* Submit button with improved effects */
.wpcf7 input[type="submit"] {
  grid-column: 1 / 3;
  padding: 16px;
  background: linear-gradient(135deg, #00b3b6, #004d4d);
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
} /* Shimmer effect on button */
.wpcf7 input[type="submit"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}
.wpcf7 input[type="submit"]:hover::before {
  left: 100%;
}
.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(135deg, #004d4d, #00b3b6);
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 240, 243, 0.6), 0 5px 20px rgba(0, 179, 182, 0.3);
  transform: translateY(-3px);
}
.wpcf7 input[type="submit"]:active {
  transform: translateY(-1px);
  box-shadow: 0 0 15px rgba(0, 240, 243, 0.4);
} /* Response messages */
.wpcf7-response-output {
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0 0;
  border: 2px solid #00b3b6;
  background: rgba(0, 179, 182, 0.1);
} /* Validation errors */
.wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
.wpcf7-not-valid {
  border-color: #ff6b6b !important;
} /* Paragraph */
.contact-right p {
  text-align: center;
  color: #ffffff;
  background-color: black;
  padding: 5px 0;
  line-height: 3.0;
} /* === Metallic Shine Gradient Animation === */
@keyframes metallicShine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
} /* Apply shine effect */
h1,
.launching,
.launching span,
.unites {
  text-align: center;
  font-weight: bold;
  background: linear-gradient(
    90deg,
    #004d4d,
    #00b3b6,
    #66ffff,
    #00b3b6,
    #004d4d
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: metallicShine 6s linear infinite;
} /* Loading state */
.wpcf7 form.submitting input[type="submit"] {
  opacity: 0.7;
  cursor: wait;
} /* Tablets (768px - 1024px) */
@media (max-width: 1024px) {
  .wpcf7 form {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .wpcf7 input[type="submit"],
  .wpcf7 textarea {
    grid-column: 1 / 2;
  }
  .contact {
    flex-direction: column;
    text-align: center;
  }
  h1 {
    font-size: 45px;
    letter-spacing: 8px;
  }
  .launching {
    font-size: 80px;
  }
  .launching span {
    font-size: 70px;
  }
} /* Mobile (up to 768px) */
@media (max-width: 768px) {
  body {
    padding: 0;
  }
  .wpcf7 form {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 15px;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="date"],
  .wpcf7 select,
  .wpcf7 textarea {
    padding: 10px 12px;
    font-size: 14px;
  }
  .wpcf7 textarea {
    min-height: 120px;
  }
  .wpcf7 input[type="submit"] {
    padding: 14px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  h1 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .launching {
    font-size: 30px;
  }
  .launching span {
    font-size: 19px;
  }
  .contact {
    gap: 15px;
  }
  #phone,
  #email {
    font-size: 16px;
  }
} /* Extra small mobile (up to 480px) */
@media (max-width: 480px) {
  .wpcf7 form {
    padding: 15px;
  }
  h1 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .wpcf7 label {
    font-size: 12px;
  }
}/* End custom CSS */