.elementor-5113 .elementor-element.elementor-element-acb0e29{background-color:#E6E6E6;padding:25px 0px 25px 0px;border-radius:25px 25px 25px 25px;box-shadow:1px 0px 10px 0px rgba(0,0,0,0.5);}/* Start custom CSS for shortcode, class: .elementor-element-acb0e29 *//* Container */
.fca-form {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
}

/* Heading */
.fca-heading {
    text-align: center;
    margin-bottom: 25px;
}

.fca-heading h2 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.fca-heading p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

/* Row layout - 2 columns */
.fca-row {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.fca-row.full {
    display: block;
}

.fca-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Labels */
.fca-form label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #111;
    font-size: 15px;
}

/* Inputs, select, textarea */
.fca-form .wpcf7-form-control {
    width: 100%;
    background-color: #eceef4;
    border: none;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
}

.fca-form textarea.wpcf7-form-control {
    min-height: 120px;
    resize: vertical;
}

.fca-form select.wpcf7-form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333'><path d='M2 4l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}

.fca-form input::placeholder,
.fca-form textarea::placeholder {
    color: #7a7f8a;
}

/* CF7 wraps each field in a span - force it to behave like block */
.fca-form span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Submit button */
.fca-submit {
    margin-top: 10px;
}

.fca-submit input[type="submit"] {
    width: 100%;
    background-color: #1f4e2c;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.fca-submit input[type="submit"]:hover {
    background-color: #163c21;
}

/* WhatsApp note below button */
.fca-whatsapp-note {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

.fca-whatsapp-note a {
    color: #1f4e2c;
    font-weight: 700;
    text-decoration: none;
}

.fca-whatsapp-note a:hover {
    text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 600px) {
    .fca-row {
        flex-direction: column;
        gap: 0;
    }
}/* End custom CSS */