
/*
Theme Name: Paramount Environmental Fixed Theme
Author: Paramount Environmental LLC
Description: Paramount Environmental site with correct images and simple asbestos/lead/mold layout.
Version: 1.0
*/
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f5f5;color:#111}
a{text-decoration:none;color:#155c32}
.page{max-width:1120px;margin:0 auto;padding:24px 18px 40px}
.card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:18px 18px 14px;margin:0 0 16px}
h1,h2,h3{margin:0 0 8px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}
.service-img{border-radius:10px;overflow:hidden;margin-bottom:8px}
.service-img img{width:100%;height:170px;object-fit:cover;display:block}
header{background:#fff;border-bottom:1px solid #ddd}
.head{max-width:1120px;margin:0 auto;padding:10px 18px;display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.brand{display:flex;gap:10px;align-items:center}
.brand img{height:46px;width:auto}
.brand-text{font-size:13px;line-height:1.3}
nav a{margin:0 4px;font-size:14px}
footer{border-top:1px solid #ddd;background:#fff;padding:14px 18px 22px;text-align:center;font-size:12px;color:#666}
.btn{display:inline-block;background:#155c32;color:#fff;padding:8px 14px;border-radius:999px;font-size:13px}
.small{font-size:13px;color:#444}


/* Contact form styles */
.pe-contact-form input[type="text"],
.pe-contact-form input[type="email"],
.pe-contact-form textarea {
  width: 100%;
  max-width: 600px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: inherit;
  box-sizing: border-box;
}

.pe-contact-form textarea {
  resize: vertical;
}

.pe-contact-form button[type="submit"] {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.6rem 1.4rem;
  background: #0b5c2b;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.pe-contact-form button[type="submit"]:hover {
  background: #08441f;
}

/* Notices */
.pe-notice {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.95rem;
}

.pe-notice-success {
  background: #e6f5ec;
  border: 1px solid #8bc9a0;
}

.pe-notice-error {
  background: #fbe9e9;
  border: 1px solid #e59b9b;
}
