body {
    font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Unbounded", sans-serif;
}

p {
    font-size: 22px;
}

.social {
    display: block;
}

.callback-form {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.callback-form .wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.callback-form .wpcf7-form-control:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.callback-form .wpcf7-submit {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-weight: 500;
}

.callback-form .wpcf7-submit:hover {
    background: #0b5ed7;
}

.callback-form small {
    color: #6c757d;
    font-size: 0.9em;
    margin-top: 4px;
    display: block;
}

.social-btn {
    font-size: 10px;
}

.service-title {
        font-size: 1.25rem;
    }

.avatar-main {
    height: 500px;
    min-height: 500px;
    width: 100%;
}

@media (max-width: 767.98px) {
    p {
        font-size: 14px;
    }
    .service-title {
        font-size: 10px;
    }
}