.footer {
    background-color: #EBB42A;
    color: #000;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    border-Top: 1px solid #000;
}
.footer .footer-section {
    flex: 1;
    padding: 10px;
    min-width: 200px;
}
.footer img {
    max-width: 150px;
    margin-bottom: 10px;
}
.footer h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li {
    margin: 5px 0;
}
.footer ul li a {
    color: #000;
    text-decoration: none;  /* Removing underline from links */
    font-size: 16px;
}
.footer p {
    margin: 5px 0;
}
.footer .social-icons a {
    margin: 0 5px;
    color: #000;
    text-decoration: none;  /* Removing underline from social links */
    font-size: 16px;
    display: inline-block;
}

.copyright {
   
    width: 100%;
    
}
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
    .footer .footer-section {
        min-width: 100%;
    }
}

/*  Social icon */
fa {  
  padding: 20px;  
text-align: center;  
  margin: 5px 2px;  
  font-size: 30px;  
  width: 50px;  
}  
.fa-facebook {  
  background: #3B5998;  
  color: white;  
}  
.fa-twitter {  
  background: #55ACEE;  
  color: white;  
}  
.fa-pinterest {  
  background: #cb2027;  
  color: white;  
}  
.fa-linkedin {  
  background: #007bb5;  
  color: white;  
}  
.fa-instagram {  
  background: #125688;  
  color: white;  
}  
.fa-youtube {  
  background: #bb0000;  
  color: white;  
}  
.fa-google {  
  background: #dd4b39;  
  color: white;  
}  
.fa-snapchat-ghost {  
  background: #fffc00;  
  color: white;  
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;  
}  
.fa-skype {  
  background: #00aff0;  
  color: white;  
}  
.fa:hover {  
    opacity: 0.9;  
}  
