.bottom-section {
    background: #1e1e1e;
    color: #ccc;
    padding: 50px 20px;
}

.bottom-container {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.bottom-item {
    flex: 1;
    min-width: 220px;
}

.bottom-item h3 {
    color: #f39c12;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bottom-item a {
    color: #aaa;
    font-size: 14px;
}

.bottom-item a:hover {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    font-size: 20px;
    color: #f39c12;
}

.social-icons a:hover {
    color: #fff;
}
