


.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
   }
  

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-center {
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.footer-center h3 {
    margin-bottom: 10px;
}

.footer-center p {
    font-size: 14px;
    color: #ccc;
}


.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}

.footer-social {
    text-align: center;
    margin: 20px 0;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #ccc;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
    color: #fff;
    transform: scale(1.2);
}
