.contact {
    background-color: #F4F6F8;
    padding: 80px 20px;
    width: 100%;
    text-align: center;
}


.contact-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    text-align: left;
}

.contact h1 {
    font-size: 36px;
    color: #2D3436;
    margin-bottom: 20px;
    text-align: center;
}

.contact p {
    font-size: 18px;
    color: #7B8A8B;
    margin-bottom: 40px;
    text-align: center;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info li i {
    font-size: 24px;
    color: #4F9DFF;
}

.contact-info a {
    color: #4F9DFF;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.whatsapp-button {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #1ebe57;
}

.contact-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
    padding: 20px;
}

.contact-image img {
    max-width: 100%;
    border-radius: 10px;
}
