/* our custom style */

.cus-team-style {
    position: relative;
}

/* Form */
.gform-body .gfield .gfield_label {
    color: var(--accenttxtcolor);
}

form .gform-footer input {
    background-color: var(--accenttxtcolor) !important;
    color: var(--secondarycolor) !important;
}

form .gform-footer {
    position: relative !important;
}


.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)),
.gform-theme--framework .gform_validation_errors .gform-icon,
.gform-theme--framework .gform_validation_errors .gform_submission_error {
    color: #ffbf00 !important;
    border-color: currentColor !important;
}

.gform-theme--framework .gform_validation_errors {
    border-color: #ffbf00 !important;
}


/* Breadcrumb Style */

.cus-breadcrumb {
    background-color: var(--primarycolor);
    padding: clamp(8.125rem, 7.2596rem + 3.8462vw, 11.875rem) 20px 66px;
    text-align: center;
}

body:not(.home) .header {
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #ffffff21;
}