.message-new {
  padding: 120rem 0;
  background-image: url("/ebc-static/image/trading-product/section11-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.message-new .p1 {
  color: #fff;
  text-align: center;
  font-size: 52rem;
  font-weight: 800;
  line-height: 72rem;
  letter-spacing: 6.4rem;
  margin-bottom: 80rem;
}
.message-new .form-box {
  width: 650rem;
  margin: 0 auto;
}
.message-new .form-group {
  margin-bottom: 25rem;
  position: relative;
}

.message-new .input-field {
  width: 100%;
  padding: 10rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  font-size: 16rem;
  outline: none;
}

.message-new .gender-selector {
  display: flex;
  gap: 15rem;
  margin-top: 5rem;
  position: absolute;
  right: 0;
  top: -4rem;
}

.message-new .gender-btn {
  padding: 5rem 15rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5rem;
  color: white;
  cursor: pointer;
  font-size: 16rem;
}

.message-new .gender-btn.select-label--active {
  background: #9f734c;
  border-color: #9f734c;
}

.message-new .captcha-container {
  display: flex;
  gap: 10trm;
  align-items: center;
}

.message-new .captcha-code {
  padding: 5rem 10rem;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border-radius: 4rem;
}

.message-new .contact-submit {
  width: 100%;
  padding: 12rem;
  background: rgba(168, 45, 45, 0.8);
  border: none;
  border-radius: 5rem;
  color: white;
  font-size: 16rem;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 46rem;
}

.message-new .contact-submit:hover {
  background: rgba(168, 45, 45, 1);
}

.message-new ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.en-message-new.message-new .form-box {
  width: 800rem;
}

.ar-message-new.message-new .gender-selector {
  left: 0;
  right: unset;
}

.code-box {
  position: relative;
  margin-right: 5%;
  width: 20%;
}
.ar .code-box {
  margin-left: 5%;
  margin-right: 0;
}
.my-down-icon {
  flex-shrink: 0;
  transition: all 0.3s;
}
#areaDiv {
  width: 100%;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
}
.flex {
  display: flex;
  align-items: flex-end;
}
#areaCode {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}
#areaCode option {
  color: #333;
}
#phone {
  width: 75%;
}
.code-on-focus .my-down-icon {
  transform: rotate(180deg);
}

@media (max-width: 996px) {
  .message-new .p1 {
    font-size: 28px;
    line-height: 1.4;
  }
  .message-new .input-field {
    font-size: 14px;
    padding: 10px 0;
  }
  .message-new .gender-btn {
    font-size: 14px;
  }
  .message-new .contact-submit {
    font-size: 16px;
    padding: 12px;
  }
  .message-new .form-group {
    margin-bottom: 22px;
  }
  .message-new .gender-selector {
    top: 4px;
  }
  .message-new .form-box {
    width: 82%;
    padding-bottom: 0px;
  }
  .message-new {
    padding: 70px 0;
  }
  .en-message-new.message-new .form-box {
    width: 800rem;
  }
  .en-message-new.message-new .form-box {
    width: 82%;
  }
}
