.podmyth-footer {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.podmyth-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.podmyth-footer-section {
  flex: 1 1 250px;
  margin: 10px;
}

.podmyth-footer-section h2 {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #e70000;
}

.podmyth-footer-section ul {
  list-style: none;
  padding: 0;
}

.podmyth-footer-section ul li {
  margin-bottom: 8px;
}

.podmyth-footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.podmyth-footer-section ul li a:hover {
  color: #fff;
}

.podmyth-footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  font-size: 0.85rem;
  color: #aaa;
}

.podmyth-footer-section.links li ,.podmyth-footer-section.links h2{
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  align-content: center;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .podmyth-footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }

  /* .podmyth-footer-section {
    margin-bottom: 20px;
  } */
}