body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.contact {
    text-align: center;
    padding: 50px 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 50px auto;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.section-title {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.contact-description {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}

.contact-info i {
    color: #27ae60;
    margin-right: 10px;
}

.social-icons {
    margin-top: 20px;
}

.social-icon {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.whatsapp {
    background: #25D366;
}

.instagram {
    background: #E1306C;
}

.facebook {
    background: #1877F2;
}

.social-icon:hover {
    transform: scale(1.1);
}
