.cf-container-dc7b2ba1 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.cf-heading-dc7b2ba1 {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: #7A7A7A;
}

.cf-form-grid-dc7b2ba1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.cf-form-field-wrapper {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
}

.cf-col-50 {
    width: 50%;
}

.cf-col-100 {
    width: 100%;
}

@media (max-width: 767px) {
    .cf-col-50 {
        width: 100%;
    }
}

/* Label Styles */
.cf-field-label-dc7b2ba1 {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    color: #0A1E3F;
}

/* Form inputs */
.cf-input-field,
.wpcf7-form-control:not([type="submit"]) {
    width: 100%;
    background-color: #F8F6F2;
    border: 1px solid #ECE9E2;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.95rem;
    color: #333333;
    outline: none;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
}

.cf-input-field:focus,
.wpcf7-form-control:not([type="submit"]):focus {
    border-color: #B87B1D;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(184, 123, 29, 0.15);
}

textarea.cf-input-field {
    min-height: 100px;
    resize: vertical;
}

select.cf-input-field {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    padding-right: 40px;
}

/* Submit Button styling */
.cf-submit-btn,
.wpcf7-submit {
    display: block;
    width: 100%;
    background-color: #B87B1D;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 15px 30px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.cf-submit-btn:hover,
.wpcf7-submit:hover {
    background-color: #9C6614;
}

/* Custom Contact Form 7 structural layout mapping rules */
.cf-container-dc7b2ba1 .wpcf7-form p {
    margin-bottom: 15px;
}
