#deniz-contact-form {
  max-width: 960px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  direction: rtl;
}

#deniz-contact-form .dcf-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: right;
  color: #111;
}

#deniz-contact-form .dcf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

#deniz-contact-form input,
#deniz-contact-form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 20px;
  font-size: 18px;
  background: #fff;
  color: #111;
  box-sizing: border-box;
  outline: none;
}

#deniz-contact-form input {
  height: 78px;
}

#deniz-contact-form textarea {
  min-height: 320px;
  resize: vertical;
  margin-bottom: 20px;
}

#deniz-contact-form .dcf-btn {
  width: 150px;
  height: 56px;
  border: none;
  border-radius: 18px 18px 0 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px) {
  #deniz-contact-form .dcf-row {
    grid-template-columns: 1fr;
  }

  #deniz-contact-form .dcf-title {
    font-size: 30px;
  }
}





.deniz-footer-hours-contact {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  direction: rtl;
  text-align: right;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}

.deniz-footer-hours-contact p {
  margin: 0 0 6px;
}

.deniz-footer-hours-contact strong {
  color: #111;
  font-weight: 700;
}

@media (max-width: 767px) {
  .deniz-footer-hours-contact {
    margin-top: 14px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.8;
    text-align: right;
  }

  .deniz-footer-hours-contact p {
    margin-bottom: 8px;
  }
}