.elementor-25 .elementor-element.elementor-element-0f6a0a4{--display:flex;}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-0f6a0a4{--content-width:800px;}}/* Start custom CSS for shortcode, class: .elementor-element-67e7932 */.involved .gform_wrapper .gfield_label {
    color: #12263A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.involved .gform_wrapper .gfield_description {
    color: #12263A !important;
    font-size: 14px !important;
}

.involved .gform_wrapper .name_first .gform-field-label--type-sub {
    color: #12263A !important; /* Change label text to white */
}

.involved .gform_wrapper .name_last .gform-field-label--type-sub {
    color: #12263A !important;
}
#gform_fields_2 #label_2_5_1 {
    color: #12263A !important; /* Change the text colour to white */
}

/* Style the form input fields */
.involved .gform_wrapper input[type="text"],
.involved .gform_wrapper input[type="email"],
.involved .gform_wrapper input[type="tel"],
.involved .gform_wrapper input[type="number"],
.involved .gform_wrapper textarea,
.involved .gform_wrapper select {
    background-color: rgba(255, 255, 255, 0.6); /* Default background colour for fields */
    border: 1px solid rgba(0, 0, 0, 0.1); /* Border colour */
    border-radius: 2px; /* Rounded corners */
    padding: 10px; /* Padding inside fields */
    font-size: 14px; /* Optional: Adjust text size */
    color: #12263A; /* Text colour inside fields */
    width: 100%; /* Ensures the field takes the full width of the form container */
    box-sizing: border-box; /* Fix for padding issues */
}
.involved .gform_wrapper .gform_footer .gform_button {
    background-color: #D71920 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 10px 28px !important;
    font-size: 16px !important;
    font-weight:600 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    margin-top: 16px !important;
}

.involved .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #B11116 !important; /* Slightly lighter shade for hover */
    color: #ffffff !important; /* Adjust text color for contrast */
}

.involved .gform_wrapper .gfield {
    margin-bottom: -20px;
    margin-top: 0px;
}/* End custom CSS */