footer {
    background-color: #1a202c;
    color: #e2e8f0;
    padding: 40px 0 20px 0;
    margin-top: 60px;
}

.fot-1 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

.fot-1-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.fot-1-1 h3 {
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
}

.fot-1-2 p {
    font-size: 0.9em;
    color: #a0aec0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.fot-cont {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-around;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.fot h4 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 1em;
}

.fot p {
    margin: 6px 0;
}

.fot a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.88em;
    transition: color 0.2s ease;
}

.fot a:hover {
    color: #48bb78;
}

.fot-5 {
    margin: 25px auto 10px auto;
    text-align: center;
}

.fot-5 h4 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 0.95em;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.fot2 {
    display: inline-block;
    transition: transform 0.2s ease;
}

.fot2:hover {
    transform: translateY(-2px);
}

.copyright {
    font-size: 0.8em;
    text-align: center;
    color: #718096;
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .fot-cont {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}