:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8274176 *//* =========================================
CONTACT PAGE – White Style
Astra + Elementor Free + WPForms
========================================= */

.sh-contact-page{
  background:#ffffff;
  color:#0f172a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif;
}

.shc-container{
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
}

/* HERO */
.shc-hero{
  padding:90px 0 60px;
  text-align:center;
}

.shc-badge{
  display:inline-block;
  padding:6px 14px;
  border-radius:999px;
  background:#f1f5f9;
  font-size:13px;
  font-weight:600;
  margin-bottom:14px;
}

.shc-hero h1{
  font-size:clamp(30px,4vw,44px);
  margin-bottom:14px;
}

.shc-sub{
  max-width:720px;
  margin:0 auto 26px;
  color:#475569;
  font-size:17px;
  line-height:1.7;
}

.shc-info-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  max-width:900px;
  margin:0 auto;
}

.shc-info-card{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px;
}

.shc-info-card strong{
  display:block;
  font-size:14px;
}

.shc-info-card span{
  font-size:13px;
  color:#475569;
}

/* MAIN GRID */
.shc-main{
  padding:60px 0 90px;
}

.shc-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:24px;
}

/* LEFT */
.shc-box{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:22px;
  margin-bottom:16px;
}

.shc-soft{
  background:#f8fafc;
}

.shc-row{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:10px;
  margin-bottom:10px;
}

.shc-row span{
  font-weight:700;
  font-size:13px;
}

.shc-row a{
  color:#0ea5a4;
  font-weight:600;
  text-decoration:none;
}

.shc-divider{
  height:1px;
  background:#e5e7eb;
  margin:16px 0;
}

.shc-box ul{
  padding-left:18px;
  color:#475569;
  line-height:1.7;
}

.shc-box h2,
.shc-box h3{
  margin-bottom:10px;
}

/* FORM BOX */
.shc-form-box{
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:26px;
}

.shc-form-sub{
  color:#475569;
  margin-bottom:14px;
}

.shc-note{
  margin-top:14px;
  font-size:13px;
  color:#64748b;
}

.shc-note a{
  color:#0ea5a4;
  font-weight:600;
  text-decoration:none;
}

/* WPFORMS */
.shc-wpforms .wpforms-container{
  margin:0 !important;
}

.shc-wpforms .wpforms-field{
  margin-bottom:14px !important;
}

.shc-wpforms label{
  font-weight:700 !important;
  font-size:14px !important;
  margin-bottom:6px !important;
  color:#0f172a !important;
}

.shc-wpforms input,
.shc-wpforms textarea,
.shc-wpforms select{
  width:100% !important;
  border:1px solid #e5e7eb !important;
  border-radius:12px !important;
  padding:12px !important;
  font-size:15px !important;
}

.shc-wpforms input:focus,
.shc-wpforms textarea:focus{
  outline:none !important;
  border-color:#0ea5a4 !important;
  box-shadow:0 0 0 4px rgba(14,165,164,.12) !important;
}

.shc-wpforms textarea{
  min-height:140px !important;
}

.shc-wpforms button.wpforms-submit{
  width:100% !important;
  background:#0ea5a4 !important;
  color:#ffffff !important;
  border:none !important;
  border-radius:12px !important;
  padding:14px !important;
  font-weight:800 !important;
  font-size:15px !important;
  cursor:pointer !important;
}

.shc-wpforms button.wpforms-submit:hover{
  background:#0b948f !important;
}

/* SUCCESS */
.shc-wpforms .wpforms-confirmation-container-full{
  background:#f0fdf4 !important;
  border:1px solid #bbf7d0 !important;
  color:#166534 !important;
  border-radius:14px !important;
  padding:14px !important;
}

/* RESPONSIVE */
@media(max-width:900px){
  .shc-info-cards{grid-template-columns:1fr;}
  .shc-grid{grid-template-columns:1fr;}
  .shc-row{grid-template-columns:1fr;}
}/* End custom CSS */