/*
Theme Name: Eagle Core Logistics
Theme URI: https://eaglecorelogistics.com
Description: Custom theme for Eagle Core Logistics
Author: Eagle Core Logistics
Template: twentytwentyfive
Version: 1.0
*/

/* Eagle Core Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;500;600&display=swap');

:root {
  --navy: #1B3A6B;
  --navy-dark: #0d1f3c;
  --navy-deeper: #07101e;
  --red: #C0392B;
  --red-dark: #a93226;
  --gold: #C9A96E;
}

/* Hide WordPress default header and footer on legal pages */
.page-template-page-legal .wp-site-blocks > header,
.page-template-page-legal .wp-site-blocks > footer {
  display: none !important;
}

.page-template-page-legal .wp-site-blocks {
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-page-legal .entry-header,
.page-template-page-legal .entry-title {
  display: none !important;
}

/* Legal page styles */
.ecl-legal-nav {
  background: #07101e;
  padding: 0 40px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #C0392B;
}

.ecl-legal-nav a { text-decoration: none; }

.ecl-logo-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
}

.ecl-logo-name span { color: #C0392B; }

.ecl-logo-sub {
  font-size: 9px;
  letter-spacing: 4px;
  color: #C9A96E;
  text-transform: uppercase;
}

.ecl-back {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
}

.ecl-back:hover { color: #fff; }

.ecl-legal-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 40px 80px;
  font-family: 'Barlow', sans-serif;
}

.ecl-legal-header {
  padding-bottom: 32px;
  border-bottom: 3px solid #C0392B;
  margin-bottom: 48px;
}

.ecl-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #C0392B;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Barlow', sans-serif;
}

.ecl-legal-header h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #1B3A6B;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}

.ecl-updated {
  color: #888;
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
}

.ecl-intro {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  font-family: 'Barlow', sans-serif;
}

.ecl-highlight {
  background: #f4f6fa;
  border-left: 4px solid #1B3A6B;
  padding: 20px 24px;
  border-radius: 0 6px 6px 0;
  margin: 20px 0;
}

.ecl-highlight p {
  margin: 0;
  font-size: 14px;
  color: #444;
  font-family: 'Barlow', sans-serif;
}

.ecl-legal-body h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #1B3A6B;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 44px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8ecf5;
}

.ecl-legal-body p {
  font-size: 15px;
  color: #444;
  line-height: 1.85;
  margin-bottom: 14px;
  font-family: 'Barlow', sans-serif;
}

.ecl-legal-body ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.ecl-legal-body li {
  font-size: 15px;
  color: #444;
  line-height: 1.85;
  margin-bottom: 6px;
  font-family: 'Barlow', sans-serif;
}

.ecl-legal-body a { color: #C0392B; }

.ecl-contact-box {
  background: #1B3A6B;
  padding: 32px;
  border-radius: 6px;
  margin-top: 48px;
}

.ecl-contact-box h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ecl-contact-box p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
}

.ecl-contact-box a { color: #C9A96E; text-decoration: none; }

.ecl-legal-footer {
  background: #07101e;
  padding: 24px 40px;
  text-align: center;
}

.ecl-legal-footer p {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  font-family: 'Barlow', sans-serif;
}

.ecl-legal-footer a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
}
