html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

.hero {
  background: linear-gradient(135deg, var(--palestine-black) 0%, var(--palestine-green) 100%);
  color: white;
  padding: 25px 0;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right,
      var(--palestine-black) 0% 25%,
      var(--palestine-white) 25% 50%,
      var(--palestine-green) 50% 75%,
      var(--palestine-red) 75% 100%);
}

body {
  font-family: 'Segoe UI', Tahoma, 'Geneva', Verdana, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  padding: 0;
  margin: 0;
  background-image: url('../images/Flag_of_Palestine.svg.webp');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(248, 249, 250, 0.92);
}

footer {
  background: linear-gradient(135deg, var(--palestine-black), var(--palestine-green));
  color: white;
  padding: 25px 0;
  margin-top: 50px;
  position: relative;
  text-align: center;
}

footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right,
      var(--palestine-red) 0% 25%,
      var(--palestine-white) 25% 50%,
      var(--palestine-green) 50% 75%,
      var(--palestine-black) 75% 100%);
}

footer a {
  color: white;
  font-weight: 500;
}

footer a:hover {
  color: var(--gold);
}

.p-footer {
  margin-top: 10px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.p-footer2 {
  margin-top: 15px;
  font-size: 1.1rem;
}

.p-titles {
  font-weight: bold;
}
