/* Materials & Supplies Page Styles */
.materials-hero-section {
  margin-top: 80px;
  padding: 3rem 0 2.5rem 0;
}
.materials-hero-container {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(44, 62, 80, 0.10);
  padding: 2.5rem 2rem 2.5rem 2rem;
  text-align: center;
}
.materials-hero-title {
  background: linear-gradient(90deg, #ffffff 0%, #f6e1d3 60%, #ffffff 100%);;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
  line-height: 35px;
}
.materials-hero-lead {
  font-size: 1.58rem;
  color: #222;
  font-weight: 400;
  margin-bottom: 2rem;
}
.materials-actions {
  margin: 2.2rem 0 1.2rem 0;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
.materials-btn {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  font-size: 1.18rem;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(255,102,0,0.10);
  border: none;
}
.materials-btn-orange {
  background: #ff6600;
  color: #fff;
}
.materials-btn-orange:hover {
  background: #e65c00;
  color: #fff;
}
.materials-btn-blue {
  background: #2a6d83;
  color: #fff;
}
.materials-btn-blue:hover {
  background: #174a5a;
  color: #fff;
}
.materials-list {
  list-style: disc inside;
  color: #444;
  font-size: 1.20rem;
  margin-bottom: 2rem;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.materials-list li {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.6;
}

body {
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
  }
  .container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 27px 0;
  }
  h1 {
    /* background: linear-gradient(90deg, #fff7f0 0%, #fefdfb 60%, #ffe2c8 100%); */
    background: linear-gradient(90deg, #ffffff 0%, #f6e1d3 60%, #ffffff 100%);
    text-align: center;
    color: #0c2340;
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 600;
  }
  
  /* Materials Supplies Intro Section */
.materials-intro-section {
  margin: 2.5rem auto 2.5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.materials-intro-text {
  font-size: 1.25rem;
  color: #222;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(44, 62, 80, 0.10);
  padding: 2.2rem 2.2rem 2.2rem 2.2rem;
  margin: 0 auto;
  border: 1.5px solid #e0e6ed;
  letter-spacing: 0.01em;
  transition: box-shadow 0.2s;
}
.materials-intro-text:hover {
  box-shadow: 0 10px 40px rgba(44, 62, 80, 0.16);
}
.materials-intro-link {
  color: #2a6d83;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s;
  padding: 0 2px;
}
.materials-intro-link:hover {
  color: #ff6600;
}
.materials-intro-link-purple {
  color: #7c4d6a;
}
.materials-intro-link-purple:hover {
  color: #ff6600;
}
.materials-intro-link {
  color: #2a6d83;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s;
}
.materials-intro-link:hover {
  color: #ff6600;
}
.materials-intro-link-purple {
  color: #7c4d6a;
}
.materials-intro-link-purple:hover {
  color: #ff6600;
}