.sanotra-contact-section {
  background: #f8f8f4;
  padding: 110px 0;
}

.sanotra-contact-row {
  display: flex;
  align-items: flex-start;
}

.sanotra-contact-form-col,
.sanotra-contact-info-col {
  padding-left: 28px;
  padding-right: 28px;
}

.sanotra-contact-title {
  margin: 0 0 28px;
  color: #0f5b4e;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.sanotra-contact-title-small {
  font-size: 19px;
  margin-bottom: 24px;
}

.sanotra-contact-form .form-group {
  margin-bottom: 16px;
}

.sanotra-contact-form .form-control {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(15, 91, 78, 0.18);
  border-radius: 0;
  background: #ffffff;
  color: #2f3a36;
  font-size: 14px;
  letter-spacing: 1.5px;
  box-shadow: none;
  padding: 14px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sanotra-contact-form textarea.form-control {
  height: auto;
  min-height: 170px;
  resize: vertical;
  line-height: 1.6;
}

.sanotra-contact-form .form-control::placeholder {
  color: #89938f;
  text-transform: uppercase;
}

.sanotra-contact-form .form-control:focus {
  border-color: #0f5b4e;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(15, 91, 78, 0.12);
}

.sanotra-contact-submit {
  height: 52px;
  border: 1px solid #0f5b4e;
  background: #0f5b4e;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sanotra-contact-submit:hover,
.sanotra-contact-submit:focus {
  background: #147161;
  border-color: #147161;
  color: #ffffff;
}

.sanotra-contact-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.sanotra-contact-text,
.sanotra-contact-list {
  color: #666f6b;
  font-size: 15px;
  line-height: 1.9;
}

.sanotra-contact-divider {
  margin: 28px 0;
  border-color: rgba(15, 91, 78, 0.13);
}

#contactFormResponse {
  margin-top: 18px;
}

.contact-success,
.contact-error {
  padding: 14px 16px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.contact-success {
  background: rgba(15, 91, 78, 0.1);
  border: 1px solid rgba(15, 91, 78, 0.22);
  color: #0f5b4e;
}

.contact-error {
  background: rgba(157, 59, 46, 0.1);
  border: 1px solid rgba(157, 59, 46, 0.22);
  color: #9d3b2e;
}

@media (max-width: 991px) {
  .sanotra-contact-section {
    padding: 80px 0;
  }

  .sanotra-contact-form-col,
  .sanotra-contact-info-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .sanotra-contact-section {
    padding: 60px 0;
  }

  .sanotra-contact-row {
    display: block;
  }

  .sanotra-contact-info-col {
    margin-top: 42px;
  }

  .sanotra-contact-title {
    font-size: 19px;
    letter-spacing: 3px;
  }

  .sanotra-contact-title-small {
    font-size: 17px;
  }

  .sanotra-contact-form .form-control {
    height: 50px;
    font-size: 16px;
  }

  .sanotra-contact-form textarea.form-control {
    min-height: 150px;
  }

  .sanotra-contact-text,
  .sanotra-contact-list {
    font-size: 14px;
  }
}
