.elementor-449 .elementor-element.elementor-element-63adaf65{padding:60px 0px 100px 0px;}.elementor-449 .elementor-element.elementor-element-41992963{text-align:center;}.elementor-449 .elementor-element.elementor-element-41992963 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:36px;color:#1A1A1A;}.elementor-449 .elementor-element.elementor-element-92c1cad > .elementor-widget-container{background-color:#FFFFFF;}/* Start custom CSS *//* ── Prevent parent from clipping the button ── */
.wpcf7-form .form-group:last-of-type,
.wpcf7-form .form-submit,
.wpcf7-form p:last-of-type {
    overflow: visible !important;
    padding-bottom: 10px !important;
}

/* ── Core override ── */
.wpcf7-form .btn.btn-primary,
.wpcf7-form button[type="submit"],
input[type="submit"].btn-primary {
    background-color: transparent !important;
    background-image: url('https://dixie.fule.net/wp-content/uploads/2026/02/gold-button.webp') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    border: none !important;
    border-radius: 0 !important;

    color: #000 !important;
    font-weight: 600 !important;

    padding: 25px 40px 25px !important;
    margin-bottom: 16px !important; /* Keeps bottom of pill from being clipped */

    display: inline-block !important;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

/* ── Hover ── */
.wpcf7-form .btn.btn-primary:hover,
.wpcf7-form button[type="submit"]:hover,
input[type="submit"].btn-primary:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    background-color: transparent !important;
    background-image: url('https://dixie.fule.net/wp-content/uploads/2026/02/gold-button.webp') !important;
    color: #000 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

/* ── Active/focus ── */
.wpcf7-form .btn.btn-primary:focus,
.wpcf7-form .btn.btn-primary:active,
.wpcf7-form button[type="submit"]:focus,
.wpcf7-form button[type="submit"]:active {
    background-color: transparent !important;
    background-image: url('https://dixie.fule.net/wp-content/uploads/2026/02/gold-button.webp') !important;
    color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
    opacity: 0.92;
}/* End custom CSS */