.contact-us .navbar {
  background-color: #0a2e2a;
}
.contact-us-content {
  min-height: 140vh;
}
.contact-us-content .left {
  width: 62%;
  padding-top: 100px;
  margin-left: auto;
  min-height: 140vh;
}

.contact-us-content .left .title {
  font-weight: bold;
  font-size: 2.8em;
  text-transform: uppercase;
}
.contact-us-content .left h6 {
  font-size: 15px;
  font-weight: 400;
}
.contact-us-content .left ul {
  margin-top: 10px;
  font-weight: lighter;
}
.contact-us-content .right iframe {
  width: 100%;
  min-height: 140vh;
}
.contact-us-content .left li a i {
  color: #13ea9d;
}
@media (max-width: 991px) {
  .contact-us-content .left {
    width: 90%;
    padding: 2em 0;
  }
  .contact-us-content,
  .contact-us-content .left {
    min-height: 100vh;
  }
  .contact-us-content .right iframe {
    min-height: 50vh;
  }
}
:dir(rtl) {
  .contact-us-content .left {
    margin-left: 0;
    margin-right: auto;
  }
}

.contact-form {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  max-width: 560px;
}
@media (min-width: 1200px) {
  .contact-form {
    margin-inline-end: 40px;
  }
}
.contact-form h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.contact-form .form-control:focus {
  border-color: #13ea9d;
  box-shadow: 0 0 0 0.15rem rgba(19, 234, 157, 0.25);
  outline: none;
}
.contact-form textarea.form-control {
  min-height: 130px;
  resize: vertical;
}
.contact-form .btn-submit {
  background-color: #0a2e2a;
  color: #fff;
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
}
.contact-form .btn-submit:hover:not(:disabled) {
  background-color: #13ea9d;
  color: #0a2e2a;
}
.contact-form .btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.contact-form .form-status {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  min-height: 1.2em;
  clear: both;
}
.contact-form .form-status.success {
  color: #0a8a5f;
}
.contact-form .form-status.error {
  color: #c0392b;
}

:dir(rtl) .contact-form .form-control,
[dir="rtl"] .contact-form .form-control {
  direction: rtl;
  text-align: right;
}
:dir(rtl) .contact-form .form-control::placeholder,
[dir="rtl"] .contact-form .form-control::placeholder {
  text-align: right;
}
:dir(rtl) .contact-form input[type="tel"],
[dir="rtl"] .contact-form input[type="tel"],
:dir(rtl) .contact-form input[type="email"],
[dir="rtl"] .contact-form input[type="email"] {
  direction: rtl;
  text-align: right;
}
:dir(rtl) .contact-form .btn-submit,
[dir="rtl"] .contact-form .btn-submit {
  float: right;
}
:dir(rtl) .contact-form .form-status,
[dir="rtl"] .contact-form .form-status {
  text-align: right;
  clear: both;
}
