.elementor-671 .elementor-element.elementor-element-5a727b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-671 .elementor-element.elementor-element-5a727b8.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-671 .elementor-element.elementor-element-5a727b8{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-67c2a79 *//* Layout wrapper */
.esh-contact-section {
  padding: 60px 20px;
  background: #ffffff;
}

.esh-contact-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Headings */
.esh-contact-title {
  font-size: 36px;
  margin-bottom: 12px;
  text-align: center;
}

.esh-contact-intro {
  font-size: 16px;
  color: #555;
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

/* Grid layout */
.esh-contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 40px;
  align-items: start;
}

/* Left content */
.esh-contact-info h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.esh-contact-info p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 14px;
}

.esh-contact-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
}

.esh-contact-list li {
  margin-bottom: 8px;
  color: #333;
}

/* Form box */
.esh-form-box {
  background: #f9fafc;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);

  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

/* === CRITICAL RESET (BLOCK GLOBAL GRID) === */
.esh-contact-form {
  display: block !important;
  width: 100%;
  max-width: 100%;
}

/* Form */
.esh-form-group {
  margin-bottom: 14px;
}

.esh-form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}

.esh-form-group input,
.esh-form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.esh-form-group textarea {
  resize: vertical;
}

/* Button */
.esh-submit-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.esh-submit-btn:hover {
  background: #1d4ed8;
}

/* Mobile */
@media (max-width: 900px) {
  .esh-contact-grid {
    grid-template-columns: 1fr;
  }

  .esh-form-box {
    max-width: 100%;
  }
}/* End custom CSS */