.Footer-Main-1 {
    background-color: #1a1a1a;
    color: #000;
    padding: 60px 0 30px 0;
    margin-top: 80px;
}

.Footer-Container-1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.Footer-Content-1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.Footer-Section-1 {
    text-align: left;
}

.Footer-Title-1 {
    color: #d32f2f;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.Footer-ContactItem-1 {
    margin-bottom: 15px;
    line-height: 1.6;
}

.Footer-ContactItem-1 strong {
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.Footer-ContactItem-1 a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.Footer-ContactItem-1 a:hover {
    color: #d32f2f;
}

.Footer-Logo-1 {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.Footer-Description-1 {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.Footer-SocialLinks-1 {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.Footer-SocialLinks-1 a {
    color: #cccccc;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.Footer-SocialLinks-1 a:hover {
    color: #d32f2f;
}

.Footer-Bottom-1 {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    color: #888;
    font-size: 0.9rem;
}

.Footer-Copyright-1 {
    margin-bottom: 10px;
}

.Footer-Links-1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.Footer-Links-1 a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.Footer-Links-1 a:hover {
    color: #d32f2f;
}

@media (max-width: 768px) {
    .Footer-Content-1 {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .Footer-Section-1 {
        text-align: center;
    }
    
    .Footer-Links-1 {
        flex-direction: column;
        gap: 10px;
    }
}
