main {
    padding: 10px 0;
}

section {
    margin-bottom: 0px;
}

h2 {
    color: #333;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

button {
    background-color: #F52887;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #F52887;
}

#social-media a {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

#google-maps iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.testimonial-slider {
    display: flex;
}