.elementor-nav-menu--main {
  height: 100% !important;
}
.back_to_top path.visible {
  display: flex;
  transition: opacity .25s ease;
  opacity: 1;
}

.current-menu-item {
  background: white;
    border-radius: 10px 10px 0px 0px;
}

.contact-form-custom {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
  font-family: "Roboto", sans-serif;
}

.contact-form-custom .form-row  {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height:60px !important;
}

.form-row p {
  display: flex;
    justify-content: space-between !important;
    width: 100%;
    gap: 20px;
}
.contact-form-custom .form-group {
  flex: 1;
  position: relative;
}

.contact-form-custom .half {
  flex: 1 1 calc(50% - 10px);
}

.contact-form-custom input,
.contact-form-custom textarea {
  width: 100%;
  background: #fbfdf2;
  border: none !important;
  border-radius: 25px;
  padding: 14px 18px;
  font-size: 16px;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.contact-form-custom textarea {
  height: 150px;
  resize: none;
  border-radius: 25px;
}

.contact-form-custom input::placeholder,
.contact-form-custom textarea::placeholder {
  color: #b0b0b0;
}

.contact-form-custom .security-row {
  align-items: center;
}

.contact-form-custom .captcha-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 20px;
  background: #fbfdf2;
  border-radius: 25px;
  padding: 10px 20px;
  color: #2c2c2c;
  font-weight: bold;
  user-select: none;
}

.contact-form-custom .form-submit {
  margin-top: 25px;
}

.contact-form-custom input[type="submit"] {
  width: 100%;
  background: #e41e1e;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  padding: 14px 0;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form-custom input[type="submit"]:hover {
  background: #c81717;
}

.wpcf7-form-control-wrap textarea {
  margin-top: 25px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form-custom .half {
    flex: 1 1 100%;
  }

  .contact-form-custom .captcha-box {
    margin-top: 10px;
  }
}
