.elementor-13495 .elementor-element.elementor-element-5f29d3f7{margin-top:100px;margin-bottom:100px;}.elementor-13495 .elementor-element.elementor-element-1384e21 > .elementor-element-populated{margin:0px 20px 0px 0px;--e-column-margin-right:20px;--e-column-margin-left:0px;}.elementor-13495 .elementor-element.elementor-element-7bcae1 > .elementor-element-populated{padding:10px 0px 0px 15px;}.elementor-13495 .elementor-element.elementor-element-db418d2{--display:flex;}@media(max-width:1024px){.elementor-13495 .elementor-element.elementor-element-7bcae1 > .elementor-element-populated{padding:50px 0px 0px 0px;}}@media(min-width:768px){.elementor-13495 .elementor-element.elementor-element-1384e21{width:59.103%;}.elementor-13495 .elementor-element.elementor-element-7bcae1{width:40.897%;}}@media(max-width:1024px) and (min-width:768px){.elementor-13495 .elementor-element.elementor-element-7bcae1{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-112234b *//* Form Container */
.wpcf7-form {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}

/* Label Style */
.wpcf7-form label {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
    display: block;
}

/* Input + Select + Textarea */
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 10px;
    border: 1.5px solid #d1d5db;
    background: #f9fafb;
    transition: all 0.25s ease;
    outline: none;
}

/* Focus Effect */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}

/* Select dropdown arrow fix */
/* Fix Submit Button Visibility */
.wpcf7-submit {
    background: #2563eb !important;   /* Blue button */
    color: #ffffff !important;         /* White text */
    border: none !important;
    padding: 14px;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    display: block;
}


/* Checkbox */
.wpcf7-form .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-list-item input {
    width: auto;
    margin-right: 8px;
}

/* Submit Button */
.wpcf7-submit {
    background: #2563eb;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: 0.3s ease;
}

.wpcf7-submit:hover {
    background: #1e4fcf;
    transform: translateY(-2px);
}

/* Error messages & success */
.wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 13px;
    margin-top: 4px;
}

.wpcf7-response-output {
    border-radius: 10px;
    padding: 12px 18px;
}/* End custom CSS */