.elementor-70 .elementor-element.elementor-element-7c25976{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-70 .elementor-element.elementor-element-996febc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for contact, class: .elementor-element-2cb8b5d *//* Wrapper */
.wsws-form-wrapper {
  background: linear-gradient(180deg, #0b0b0d, #121216);
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 40px 90px rgba(0,0,0,.85);
}

/* Header */
.wsws-form-head {
  text-align: center;
  margin-bottom: 20px;
}
.wsws-form-head h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 8px;
}
.wsws-form-head p {
  color: #9ca3af;
  font-size: 15px;
}

/* Fields */
.wsws-field {
  position: relative;
}

.wsws-field input,
.wsws-field select,
.wsws-field textarea {
  width: 100%;
  padding: 18px 20px 18px 48px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #f9fafb;
  font-size: 15px;
  transition: all .3s ease;
}

.wsws-field textarea {
  padding-left: 20px;
  min-height: 160px;
}

.wsws-field input::placeholder,
.wsws-field textarea::placeholder {
  color: #9ca3af;
}

.wsws-field input:focus,
.wsws-field select:focus,
.wsws-field textarea:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99,102,241,.25);
  background: rgba(255,255,255,.06);
  outline: none;
}

/* Icons */
.wsws-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #a5b4fc;
}

/* Select fix */
.wsws-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a5b4fc' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 5.5L8 10.3 12.8 5.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px;
  padding-right: 48px;
}

/* Plans */
.wsws-plan-title {
  display: block;
  margin-bottom: 14px;
  color: #e5e7eb;
  font-weight: 600;
}

.wsws-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.wsws-plans label {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #e5e7eb;
  text-align: center;
  cursor: pointer;
  transition: .35s;
}

.wsws-plans input {
  display: none;
}

.wsws-plans label:hover {
  transform: translateY(-3px);
  border-color: #6366f1;
}

.wsws-plans input:checked + span {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  box-shadow: 0 25px 55px rgba(99,102,241,.6);
  color: #fff;
}

/* Upload */
.wsws-upload label {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

/* Consent */
.wsws-consent {
  font-size: 14px;
  color: #d1d5db;
}

/* Button */
.wsws-btn {
  width: 100%;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: .4s;
}

.wsws-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(99,102,241,.65);
}

/* Mobile */
@media(max-width:576px){
  .wsws-form-wrapper{padding:30px;}
}/* End custom CSS */