/* === ASPEN LAND MANAGEMENT - GLOBAL CUSTOM CSS === */

/* Full-width content for custom HTML pages */
.wp-site-blocks { padding: 0 !important; }
.entry-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.wp-block-html { max-width: 100% !important; }
.alm-page { width: 100%; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

/* Remove default theme padding on pages with alm-page */
body:has(.alm-page) .wp-site-blocks > * { padding-inline: 0 !important; }
body:has(.alm-page) .entry { padding: 0 !important; }

/* Brand colors */
:root {
	  --alm-green-dark: #0d2e1a;
	  --alm-green-mid: #1a5c2a;
	  --alm-green-light: #6fcf8a;
	  --alm-black: #0a0a0a;
	  --alm-near-black: #060606;
}

/* Fix Assembler theme content width */
.has-global-padding { padding-inline: 0 !important; }
.wp-block-post-content { max-width: 100% !important; }
.is-layout-constrained > * { max-width: 100% !important; }

}

/* === ACCESSIBILITY: Color Contrast Fixes (WCAG AA) === */
.alm-hero-eyebrow { color: rgba(255, 255, 255, 0.85) !important; }
.alm-hero-sub { color: rgba(255, 255, 255, 0.85) !important; }
.alm-trust-item { color: rgba(255, 255, 255, 0.80) !important; }
.alm-trust-dot { color: rgba(255, 255, 255, 0.80) !important; }
.alm-eyebrow { color: rgba(255, 255, 255, 0.80) !important; }
.alm-desc { color: rgba(255, 255, 255, 0.82) !important; }
.alm-stat-label { color: rgba(255, 255, 255, 0.80) !important; }
.alm-service-desc { color: rgba(255, 255, 255, 0.80) !important; }
.alm-service-arrow { color: rgba(255, 255, 255, 0.75) !important; }
.alm-project-desc { color: rgba(255, 255, 255, 0.80) !important; }

/* Stronger specificity overrides for elements with inline style blocks */
body .alm-hero-eyebrow { color: rgba(255, 255, 255, 0.85) !important; }
body .alm-trust-dot { color: rgba(255, 255, 255, 0.85) !important; }

/* Footer contrast fixes (inline-style-block override) */
body .alm-footer-brand p { color: rgba(255, 255, 255, 0.80) !important; }
body .alm-footer-col h4 { color: rgba(255, 255, 255, 0.80) !important; }
body .alm-footer-col ul li a { color: rgba(255, 255, 255, 0.80) !important; }
body .alm-footer-social a { color: rgba(255, 255, 255, 0.80) !important; }
body .alm-footer-copy, body .alm-footer-cert { color: rgba(255, 255, 255, 0.75) !important; }
body .alm-footer-bottom p { color: rgba(255, 255, 255, 0.75) !important; }

.share-customize-link { display: none !important; }

/* ── FIX HERO BACKGROUND IMAGE OVERRIDE ── */
/* Override anything that sets background-image:none on hero */
.alm-hero-bg[style] {
  background-image: var(--hero-bg) !important;
}
section.alm-hero .alm-hero-bg {
  background-size: cover !important;
  background-position: center !important;
}
/* Ensure hero has fallback gradient even without image */
.alm-hero {
  background: linear-gradient(135deg, #0d1f0f 0%, #0d2e1a 40%, #1a3d20 70%, #0d2e1a 100%) !important;
}

/* ── FIX SERVICES SECTION EYEBROW TEXT ── */
.alm-section-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #6fcf8a;
  margin-bottom: 16px;
}

/* ── FIX COMMON PROJECTS SECTION H2 ── */
.alm-projects h2 {
  font-size: clamp(28px,3.5vw,44px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 24px;
}

/* ── FIX HOW IT WORKS SECTION ── */
.alm-how {
  background: #0f0f0f !important;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}


/* ============================================
   LOCATION PAGE STYLES (lp-*)
   Moved from inline <style> to prevent wpautop corruption
   ============================================ */
.lp-wrap { max-width:1100px; margin:0 auto; padding:0 24px; }

/* Section 1: Hero */
.lp-hero { background:linear-gradient(135deg,#0d2b0f 0%,#1a4d1e 100%); color:#fff; padding:72px 24px 60px; text-align:center; }
.lp-hero-eyebrow { font-size:13px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:#7fd87f; margin-bottom:16px; }
.lp-hero h1 { font-size:clamp(28px,4vw,48px); font-weight:800; line-height:1.15; margin:0 0 20px; color:#fff; }
.lp-hero-intro { font-size:18px; line-height:1.7; max-width:780px; margin:0 auto 36px; color:#d4edda; }
.lp-hero-btns { display:flex; flex-wrap:wrap; gap:16px; justify-content:center; }
.lp-btn-primary { background:#3a9e3a; color:#fff; padding:16px 32px; border-radius:6px; font-size:17px; font-weight:700; text-decoration:none; display:inline-block; }
.lp-btn-primary:hover { background:#2e7d2e; }
.lp-btn-secondary { background:transparent; color:#fff; padding:14px 28px; border-radius:6px; font-size:16px; font-weight:600; text-decoration:none; display:inline-block; border:2px solid rgba(255,255,255,0.6); }
.lp-btn-secondary:hover { border-color:#fff; }

/* Section 2: Why This Area */
.lp-area { background:#fff; padding:64px 24px; }
.lp-area h2 { font-size:clamp(22px,3vw,34px); font-weight:800; color:#0d2b0f; margin:0 0 20px; }
.lp-area p { font-size:17px; line-height:1.8; color:#2d2d2d; max-width:900px; margin:0 0 16px; }

/* Section 3: Services Grid */
.lp-services { background:#f6f9f6; padding:64px 24px; }
.lp-services h2 { font-size:clamp(22px,3vw,34px); font-weight:800; color:#0d2b0f; margin:0 0 12px; text-align:center; }
.lp-services-sub { font-size:17px; color:#444; text-align:center; margin:0 0 40px; }
.lp-svc-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; max-width:1100px; margin:0 auto; }
.lp-svc-card { background:#fff; border-radius:10px; padding:28px 24px; border-left:5px solid #3a9e3a; box-shadow:0 2px 12px rgba(0,0,0,0.07); }
.lp-svc-card h3 { font-size:18px; font-weight:700; color:#0d2b0f; margin:0 0 10px; }
.lp-svc-card h3 a { color:#0d2b0f; text-decoration:none; }
.lp-svc-card h3 a:hover { color:#3a9e3a; }
.lp-svc-card p { font-size:15px; line-height:1.65; color:#444; margin:0; }

/* Section 4: Property Types */
.lp-props { background:#fff; padding:64px 24px; }
.lp-props h2 { font-size:clamp(22px,3vw,34px); font-weight:800; color:#0d2b0f; margin:0 0 36px; text-align:center; }
.lp-props-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:20px; max-width:1100px; margin:0 auto; }
.lp-prop-card { background:#f6f9f6; border-radius:8px; padding:24px 20px; text-align:center; }
.lp-prop-icon { font-size:32px; margin-bottom:10px; }
.lp-prop-card h3 { font-size:16px; font-weight:700; color:#0d2b0f; margin:0 0 8px; }
.lp-prop-card p { font-size:14px; color:#555; line-height:1.6; margin:0; }

/* Section 5: Scope Disclaimer */
.lp-scope { background:#0d2b0f; color:#fff; padding:56px 24px; }
.lp-scope h2 { font-size:clamp(20px,2.5vw,28px); font-weight:800; color:#7fd87f; margin:0 0 20px; }
.lp-scope p { font-size:16px; line-height:1.8; color:#c8e6c9; max-width:900px; margin:0; }

/* Section 6: Quote Process */
.lp-process { background:#f6f9f6; padding:64px 24px; }
.lp-process h2 { font-size:clamp(22px,3vw,34px); font-weight:800; color:#0d2b0f; margin:0 0 40px; text-align:center; }
.lp-steps { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:24px; max-width:900px; margin:0 auto; }
.lp-step { text-align:center; }
.lp-step-num { width:52px; height:52px; background:#3a9e3a; color:#fff; border-radius:50%; font-size:20px; font-weight:800; display:flex; align-items:center; justify-content:center; margin:0 auto 14px; }
.lp-step p { font-size:16px; color:#2d2d2d; line-height:1.6; margin:0; font-weight:600; }

/* Section 7: Service Area Map-Text */
.lp-area-txt { background:#fff; padding:64px 24px; }
.lp-area-txt h2 { font-size:clamp(22px,3vw,34px); font-weight:800; color:#0d2b0f; margin:0 0 20px; }
.lp-area-txt p { font-size:17px; line-height:1.8; color:#2d2d2d; max-width:900px; margin:0 0 16px; }

/* Section 8: FAQ */
.lp-faq { background:#f6f9f6; padding:64px 24px; }
.lp-faq h2 { font-size:clamp(22px,3vw,34px); font-weight:800; color:#0d2b0f; margin:0 0 36px; text-align:center; }
.lp-faq-list { max-width:900px; margin:0 auto; }
.lp-faq-item { background:#fff; border-radius:8px; padding:24px 28px; margin-bottom:16px; border-left:4px solid #3a9e3a; }
.lp-faq-item h3 { font-size:17px; font-weight:700; color:#0d2b0f; margin:0 0 10px; }
.lp-faq-item p { font-size:16px; line-height:1.7; color:#444; margin:0; }

/* Section 9: Final CTA */
.lp-cta { background:linear-gradient(135deg,#0d2b0f 0%,#1a4d1e 100%); color:#fff; padding:72px 24px; text-align:center; }
.lp-cta h2 { font-size:clamp(24px,3.5vw,40px); font-weight:800; color:#fff; margin:0 0 16px; }
.lp-cta p { font-size:18px; color:#d4edda; margin:0 0 36px; max-width:700px; margin-left:auto; margin-right:auto; }
.lp-cta-btns { display:flex; flex-wrap:wrap; gap:16px; justify-content:center; }

@media(max-width:600px){
  .lp-hero { padding:48px 16px 40px; }
  .lp-svc-grid, .lp-props-grid, .lp-steps { grid-template-columns:1fr; }
}

/* ============================================
   CONTACT FORM FIXES (CF7 / wpcf7)
   Fixes label sizing, file inputs, checkbox,
   select dropdowns, and overall form polish
   ============================================ */

/* --- Form paragraph spacing & layout --- */
.wpcf7-form p {
  margin: 0 0 18px !important;
  padding: 0 !important;
}
.wpcf7-form p:last-of-type { margin-bottom: 0 !important; }

/* --- Labels: readable size, proper weight --- */
.wpcf7-form label {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.65) !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
}

/* --- Text / email / tel / number / textarea inputs --- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
  width: 100% !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 8px !important;
  padding: 13px 16px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, background 0.2s !important;
  display: block !important;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form textarea:focus {
  border-color: rgba(111,207,138,0.7) !important;
  background: rgba(255,255,255,0.08) !important;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(255,255,255,0.35) !important;
}

/* --- Textarea height --- */
.wpcf7-form textarea { min-height: 130px !important; resize: vertical !important; }

/* --- Select dropdowns --- */
.wpcf7-form select {
  width: 100% !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 8px !important;
  padding: 13px 40px 13px 16px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
  outline: none !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.5)' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  display: block !important;
  transition: border-color 0.2s !important;
}
.wpcf7-form select:focus {
  border-color: rgba(111,207,138,0.7) !important;
}
.wpcf7-form select option { background: #1a1a1a !important; color: #fff !important; }

/* --- File inputs: clean dark style --- */
.wpcf7-form input[type="file"] {
  width: 100% !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px dashed rgba(255,255,255,0.25) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  color: rgba(255,255,255,0.6) !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: border-color 0.2s, background 0.2s !important;
}
.wpcf7-form input[type="file"]:hover {
  border-color: rgba(111,207,138,0.5) !important;
  background: rgba(255,255,255,0.07) !important;
}
.wpcf7-form input[type="file"]::file-selector-button {
  background: rgba(111,207,138,0.15) !important;
  border: 1px solid rgba(111,207,138,0.4) !important;
  border-radius: 5px !important;
  color: #6fcf8a !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 6px 14px !important;
  margin-right: 12px !important;
  cursor: pointer !important;
  font-family: 'Open Sans', sans-serif !important;
  transition: background 0.2s !important;
}
.wpcf7-form input[type="file"]::file-selector-button:hover {
  background: rgba(111,207,138,0.25) !important;
}

/* --- Radio buttons: styled row --- */
.wpcf7-form .wpcf7-radio { display: flex !important; gap: 12px !important; flex-wrap: wrap !important; }
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: flex !important; align-items: center !important;
  gap: 8px !important; margin: 0 !important;
}
.wpcf7-form .wpcf7-radio input[type="radio"] {
  width: 18px !important; height: 18px !important;
  accent-color: #6fcf8a !important;
  cursor: pointer !important;
  margin: 0 !important; padding: 0 !important;
  border: none !important; background: none !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px !important;
  color: rgba(255,255,255,0.8) !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* --- Checkbox: consent --- */
.wpcf7-form .wpcf7-acceptance { display: flex !important; align-items: flex-start !important; gap: 10px !important; }
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  width: 18px !important; height: 18px !important; min-width: 18px !important;
  accent-color: #6fcf8a !important;
  cursor: pointer !important; margin: 2px 0 0 !important;
  padding: 0 !important; border: none !important; background: none !important;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px !important;
  color: rgba(255,255,255,0.65) !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* --- Checkbox list items (checkboxes) --- */
.wpcf7-form .wpcf7-checkbox { display: flex !important; flex-direction: column !important; gap: 8px !important; }
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: flex !important; align-items: center !important; gap: 8px !important; margin: 0 !important;
}
.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
  width: 16px !important; height: 16px !important;
  accent-color: #6fcf8a !important; cursor: pointer !important;
  margin: 0 !important; padding: 0 !important; border: none !important; background: none !important;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px !important;
  color: rgba(255,255,255,0.8) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* --- Submit button --- */
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
  width: 100% !important;
  background: #3a9e3a !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 17px 32px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-family: 'Open Sans', sans-serif !important;
  transition: background 0.2s !important;
  display: block !important;
  margin-top: 8px !important;
}
.wpcf7-form input[type="submit"]:hover {
  background: #2e7d2e !important;
}

/* --- Validation errors: show inline --- */
.wpcf7-not-valid-tip {
  display: block !important;
  font-size: 12px !important;
  color: #ff7b7b !important;
  margin-top: 5px !important;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
  border-color: rgba(255,100,100,0.6) !important;
}

/* --- Response output (success/error message) --- */
.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  border: none !important;
  font-weight: 600 !important;
}
.wpcf7-mail-sent-ok {
  background: rgba(58,158,58,0.2) !important;
  color: #6fcf8a !important;
  border-left: 4px solid #3a9e3a !important;
}
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-aborted {
  background: rgba(255,100,100,0.15) !important;
  color: #ff9090 !important;
  border-left: 4px solid rgba(255,100,100,0.6) !important;
}

/* --- wpcf7-form-control-wrap: remove default spacing --- */
.wpcf7-form-control-wrap { display: block !important; }

/* --- Remove CF7 spinner (use CSS animation) --- */
.wpcf7-spinner { display: none !important; }

/* ============================================
   FORM FIXES — ROUND 2: Consent + File inputs
   ============================================ */

/* Consent/acceptance label: normal size, not uppercase */
.wpcf7-form p:has(.wpcf7-acceptance) > label,
.wpcf7-form label:has(.wpcf7-acceptance) {
  font-size: 13px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: rgba(255,255,255,0.6) !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer !important;
  line-height: 1.5 !important;
}
/* Checkbox inside consent */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"],
.wpcf7-form label .wpcf7-acceptance input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  accent-color: #6fcf8a !important;
  cursor: pointer !important;
  margin: 2px 0 0 !important;
}

/* File input: override all existing rules */
.wpcf7-form input[type="file"],
.wpcf7-form .wpcf7-file {
  width: 100% !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1.5px dashed rgba(255,255,255,0.22) !important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  color: rgba(255,255,255,0.55) !important;
  font-size: 13px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  display: block !important;
}
.wpcf7-form input[type="file"]:hover,
.wpcf7-form .wpcf7-file:hover {
  border-color: rgba(111,207,138,0.45) !important;
  background: rgba(255,255,255,0.08) !important;
}
/* Style the "Choose File" button using ::file-selector-button */
.wpcf7-form input[type="file"]::file-selector-button {
  background: rgba(58,158,58,0.18) !important;
  border: 1px solid rgba(111,207,138,0.45) !important;
  border-radius: 5px !important;
  color: #7fd87f !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 6px 14px !important;
  margin-right: 14px !important;
  cursor: pointer !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}
.wpcf7-form input[type="file"]::-webkit-file-upload-button {
  background: rgba(58,158,58,0.18) !important;
  border: 1px solid rgba(111,207,138,0.45) !important;
  border-radius: 5px !important;
  color: #7fd87f !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 6px 14px !important;
  margin-right: 14px !important;
  cursor: pointer !important;
}

/* Service needed checkbox list: vertical with green ticks */
.wpcf7-form .wpcf7-checkbox {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  gap: 8px 16px !important;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: flex !important; align-items: center !important; gap: 8px !important; margin: 0 !important;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px !important;
  color: rgba(255,255,255,0.8) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}

/* ============================================
   CHECKBOX VISIBILITY FIX — dark background
   Native checkbox needs outline to be visible
   ============================================ */

/* Make native checkboxes visible on dark background */
.wpcf7-form input[type="checkbox"] {
  outline: 1.5px solid rgba(255,255,255,0.4) !important;
  outline-offset: 0 !important;
  border-radius: 3px !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  accent-color: #6fcf8a !important;
  cursor: pointer !important;
  -webkit-appearance: auto !important;
  appearance: auto !important;
  flex-shrink: 0 !important;
}
.wpcf7-form input[type="checkbox"]:checked {
  outline-color: #6fcf8a !important;
  accent-color: #6fcf8a !important;
}

/* Consent / acceptance wrapper - flex row with gap */
.wpcf7-form .wpcf7-acceptance {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  flex-direction: row !important;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: contents !important;
}

/* File input "Choose File" button -- override page inline styles */
.wpcf7-form input[type="file"]::file-selector-button,
.wpcf7-form input[type="file"]::-webkit-file-upload-button {
  background: rgba(40,120,40,0.25) !important;
  border: 1px solid rgba(111,207,138,0.5) !important;
  border-radius: 5px !important;
  color: #9fe09f !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 5px 12px !important;
  margin-right: 12px !important;
  cursor: pointer !important;
}

/* ============================================
   CF7 FORM VALIDATION ERROR STYLES
   ============================================ */

/* Highlight invalid fields with red border */
.wpcf7-form .wpcf7-not-valid,
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
  border-color: #e05252 !important;
  background-color: rgba(224, 82, 82, 0.08) !important;
  box-shadow: 0 0 0 2px rgba(224, 82, 82, 0.25) !important;
}

/* Show the inline "Please fill out this field." error tips */
.wpcf7-form .wpcf7-not-valid-tip {
  display: block !important;
  color: #f08080 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 5px !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* Make the form-wide error message banner stand out */
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  display: block !important;
  background-color: rgba(224, 82, 82, 0.12) !important;
  border: 1.5px solid rgba(224, 82, 82, 0.6) !important;
  border-left: 4px solid #e05252 !important;
  color: #f08080 !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  margin-top: 12px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Success message styling */
.wpcf7-form.sent .wpcf7-response-output {
  display: block !important;
  background-color: rgba(111, 207, 138, 0.12) !important;
  border: 1.5px solid rgba(111, 207, 138, 0.5) !important;
  border-left: 4px solid #6fcf8a !important;
  color: #6fcf8a !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  margin-top: 12px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Label color highlight for invalid fields */
.wpcf7-form span.wpcf7-form-control-wrap:has(.wpcf7-not-valid) + span,
.wpcf7-form label:has(.wpcf7-not-valid) {
  color: #f08080 !important;
}
