/*
Theme Name: Profitable Advisory
Theme URI: https://melbournewebdigital.com.au/
Template: hello-elementor
Author: MWD Team
Author URI: https://melbournewebdigital.com.au/
Description: This is the child theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1775154560
Updated: 2026-04-02 18:29:20

*/

/* Contact Form 7 css  */
.mwd-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}
.hdr-fxed {
    position: fixed;
    width: 100%;
    top: 0; z-index:9999;
}
.mwd-row {
    display: flex;
    gap: 20px;
    margin-bottom: 00px;
}

.mwd-col {
    flex: 1;
}

.mwd-full {
    width: 100%;
    margin-bottom: 20px;
}

.mwd-form-wrapper label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #222;
}

.mwd-input,
.mwd-textarea {
    width: 100%;
    padding: 16px;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    background: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.mwd-input:focus,
.mwd-textarea:focus {
    outline: none;
    border-color: #4b1f3a;
    background: #fff;
}

.mwd-textarea {
    height: 100px;
    resize: vertical;
}

.mwd-btn {
    width: 100%;
    padding: 18px;
    background: #4b1f3a;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.mwd-btn:hover {
    background: #38162b;
}

@media (max-width: 768px) {
    .mwd-row {
        flex-direction: column;
    }
}
/*End  Contact Form 7 css  */
