.elementor-154 .elementor-element.elementor-element-eb3a9fe{--display:flex;--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-154 .elementor-element.elementor-element-eb3a9fe{--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-c466b48 *//* WebOs Dark Quote Form */

.webos-quote-form {
  background: #1a1a1a;
  padding: 40px;
  border-radius: 16px;
  max-width: 850px;
  margin: auto;
  box-shadow: 0 0 40px rgba(0, 200, 255, 0.08);
}

.webos-quote-form .form-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 28px;
}

.webos-quote-form label {
  color: #cccccc;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.webos-quote-form input,
.webos-quote-form select,
.webos-quote-form textarea {
  width: 100%;
  background: #121212;
  border: 1px solid #2a2a2a;
  padding: 14px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s ease;
}

.webos-quote-form input:focus,
.webos-quote-form select:focus,
.webos-quote-form textarea:focus {
  border-color: #00c8ff;
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.3);
  outline: none;
}

.webos-quote-form textarea {
  height: 140px;
  resize: none;
}

.webos-quote-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.webos-quote-form .form-group {
  flex: 1;
}

.webos-quote-form .form-submit {
  margin-top: 20px;
}

.webos-quote-form input[type="submit"] {
  width: 100%;
  padding: 16px;
  background: linear-gradient(45deg, #00c8ff, #007bff);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.webos-quote-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 200, 255, 0.3);
}

/* Success Message */
.wpcf7-response-output {
  margin-top: 20px;
  background: #0f0f0f;
  border: 1px solid #00c8ff;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .webos-quote-form .form-row {
    flex-direction: column;
  }
}/* End custom CSS */