.elementor-4439 .elementor-element.elementor-element-68d0e93{--display:flex;--margin-top:-40px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-4439 .elementor-element.elementor-element-cb322d0{--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;--gap:40px 0px;--row-gap:40px;--column-gap:0px;}.elementor-4439 .elementor-element.elementor-element-1f0abe4{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;border-style:solid;--border-style:solid;border-width:0px 1px 0px 0px;--border-top-width:0px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:0px;border-color:#e8e8e8;--border-color:#e8e8e8;--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:50px;}.elementor-4439 .elementor-element.elementor-element-2a7c1c6 .wd-accordion-title-text{font-weight:600;}.elementor-4439 .elementor-element.elementor-element-2a7c1c6 .wd-accordion-content{font-family:"Cairo", Sans-serif;font-weight:400;}.elementor-4439 .elementor-element.elementor-element-789122a{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:15px;--padding-bottom:15px;--padding-left:50px;--padding-right:0px;}.elementor-4439 .elementor-element.elementor-element-3c67846{width:100%;max-width:100%;}.elementor-4439 .elementor-element.elementor-element-3c67846.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4439 .elementor-element.elementor-element-3c67846 > .elementor-widget-container{border-radius:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--margin-top:-40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-4439 .elementor-element.elementor-element-cb322d0{--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-4439 .elementor-element.elementor-element-1f0abe4{border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4439 .elementor-element.elementor-element-789122a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:768px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--margin-top:-40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}@media(min-width:769px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--content-width:unset;}}@media(max-width:1024px) and (min-width:769px){.elementor-4439 .elementor-element.elementor-element-1f0abe4{--width:100%;}.elementor-4439 .elementor-element.elementor-element-789122a{--width:100%;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-3c67846 */.ultra-tech-contact {
  background: radial-gradient(circle at top left, #0f172a, #020617);
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 50px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(25px);
  border: 2px solid #2563eb;
  box-shadow:
    0 0 0 6px #2563eb,
    0 0 70px rgba(37, 99, 235, 0.35),
    inset 0 0 50px rgba(37, 99, 235, 0.1);
  color: #ffffff;
  font-family: 'Cairo', sans-serif;
}

.contact-wrapper h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 35px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #cbd5e1;
}

/* ===== Inputs & Textarea ===== */
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.05);
  color: #e0e7ff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a5b4fc;
  opacity: 1;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 22px rgba(59, 130, 246, 0.6);
  background: rgba(255,255,255,0.08);
}

.form-group textarea {
  min-height: 130px;
  resize: vertical;
}

/* ===== Custom Dropdown Wrapper ===== */
.custom-select-wrapper {
  position: relative;
  font-family: 'Cairo', sans-serif;
}

.custom-select-wrapper select {
  width: 100%;
  padding: 14px;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.25);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-select-wrapper select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 22px rgba(59, 130, 246, 0.6);
  outline: none;
}

/* السهم في الجانب الأيمن */
.custom-select-wrapper select {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.516 7.548l4.484 4.489 4.484-4.489L16 8.548l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 40px;
}

/* ===== Submit Button ===== */
.form-submit {
  text-align: center;
  margin-top: 20px;
}

.form-submit input[type="submit"] {
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  color: #ffffff;
  padding: 16px 35px;
  border-radius: 4px;
  border: 2px solid #1e3a8a;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.5);
}

.form-submit input[type="submit"]:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 50px rgba(37, 99, 235, 0.8);
}/* End custom CSS */