footer {
  background-color: #19293a;
  color: #fff;
  padding: 40px 0;
  position: relative;
  margin-bottom: 50px;
}
footer h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 22px;
}
footer p,
footer ul {
  font-size: 15px;
  line-height: 1.6;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #e12454;
}
.social-icons {
  margin-top: 20px;
}
.social-icons a {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
}


.copyright-section {
  background-color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  footer .col-md-3 {
    margin-bottom: 30px;
    text-wrap: wrap;
    /* padding-bottom: 80px; */
  }
}
@media (max-width: 600px) {
  footer {
    padding-bottom: 80px;
  }
}
