:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c6c5005 *//* ============================================
   Almiral Energy — Contact Us CSS (Safe)
   ============================================ */

.almiral-contact-page {
  padding: 80px 20px 100px;
  background-color: #f9fbfb;
  font-family: inherit;
  direction: ltr;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Header ── */
.contact-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-subtitle {
  color: #0F6E56;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.section-title {
  color: #11181f;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 700;
  margin: 0 0 20px;
}

.contact-intro {
  color: #6c7c8c;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.contact-subintro {
  color: #0F6E56;
  font-size: 15px;
  font-weight: 600;
}

/* ── Grid Layout ── */
.contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
  align-items: flex-start;
}

/* ── Form Wrapper ── */
.contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border-top: 4px solid #0F6E56;
}

.form-title {
  color: #11181f;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
}

/* ── Form Elements ── */
.almiral-safe-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.almiral-safe-form .form-group {
  margin-bottom: 20px;
}

.almiral-safe-form .form-group label {
  display: block;
  color: #11181f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.almiral-safe-form .form-group label span {
  color: #e74c3c;
}

.almiral-safe-form input,
.almiral-safe-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dcdfe3;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: #11181f;
  background-color: #fcfcfc;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.almiral-safe-form input:focus,
.almiral-safe-form textarea:focus {
  outline: none;
  border-color: #0F6E56;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(15, 110, 86, 0.1);
}

.btn-container {
  margin-top: 10px;
}

.almiral-btn-submit {
  display: inline-block;
  text-align: center;
  padding: 14px 32px;
  background: #0F6E56;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.almiral-btn-submit:hover {
  background: #085041;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 110, 86, 0.2);
}

/* ── Contact Info Wrapper ── */
.contact-info-wrapper {
  background: #11181f;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: #ffffff;
}

.info-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ffffff;
}

.info-desc {
  color: #a0abb5;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 25px;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-icon {
  width: 45px;
  height: 45px;
  background: rgba(78, 203, 160, 0.15);
  color: #4ECBA0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.info-text h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

.info-text a,
.info-text span {
  color: #a0abb5;
  font-size: 15px;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.info-text a:hover {
  color: #4ECBA0;
}

/* ── Mobile Adjustments ── */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .almiral-contact-page {
    padding: 60px 15px;
  }
  .almiral-safe-form .form-row {
    grid-template-columns: 1fr;
  }
  .contact-form-wrapper,
  .contact-info-wrapper {
    padding: 30px 20px;
  }
}/* End custom CSS */