        .contact-info .content_button_link_container {
    justify-content: center !important;
    padding-bottom: 10px;
}

.contact-info .rounded {
    padding: 30px;
    height: 100%;
    background-color: #fff !important;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 8px;
    transition: all .4s;
}

#m_s_444914466 > .tp_module {
    margin-bottom: 20px;
}

.contact-info .rounded:hover {
    transform: translateY(-10px);
    transition: all .4s;
}

#frm-action-371946375 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#frm-action-371946375 .bp_form_field:not(:has(textarea)) {
    width: calc((100% / 3) - 15px);
}

#frm-action-371946375 .bp_form_field:not(:has(textarea, button)) input {
    height: 50px;    
    border: none;
    border-radius: 10px;
    border-bottom: 1px solid var(--primary-color);
}

#frm-action-371946375 .bp_form_field:has(textarea) {
    width: 100%;
}

#frm-action-371946375 .bp_form_field textarea {
    min-height: 150px;
    border: none;
    border-radius: 10px;
    border-bottom: 1px solid var(--primary-color);
}

#frm-action-371946375 .bp_form_field:last-child {
    margin: auto;
    text-align: center;
}

#frm-action-371946375 .bp_form_field button {
    position: relative;
    font-size: 16px !important;
    padding: 6px 25px;
    border-radius: 20px;
    background-color: var(--primary-color);
    font-size: 14px;
    color: #fff;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
}

#frm-action-371946375 .bp_form_field button::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    transform-origin: center center;
    transition: all .5s;
    z-index: -1;
}

#frm-action-371946375 .bp_form_field button:hover {
    color: var(--primary-color);
    transition: all .5s;
}

#frm-action-371946375 .bp_form_field button:hover::before {
    transform: translateX(-50%) scale(10);
    transition: all .5s;
}

@media (max-width: 767.98px) {
    #frm-action-371946375 .bp_form_field:not(:has(textarea)) {
        width: 100%;
    }
}
