.gf-project-radios-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
    align-items: stretch;
}

@media screen and (max-width: 1024px) {
    .gf-project-radios-container {
        grid-template-columns: 1fr 1fr;
    }
}
/* @media screen and (max-width: 700px) {
    .gf-project-radios-container {
        grid-template-columns: 1fr;
    }
} */

label.gf-project-radio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;

    display: flex;
    flex-direction: column;
    gap: .5em;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: .5em;
}

 

label.gf-project-radio-item input {
    position: absolute;
    z-index: -1;
}

.gf-project-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gf-project-title-wrapper {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    flex: 1;
    padding: 1em .5em;
}
.gf-project-details {
    display: flex;
    flex-direction: column;
}

.gf-project-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: .5em 0 0 .5em;
}
.gf-project-image-wrapper::before {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 2em;
    font-weight: 700;
}

.gf-project-radios-container img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

@media screen and (max-width: 700px) {
    .gf-project-radios-container img {
        aspect-ratio: 16 / 10;
    }
}

.gf-project-taxonomy-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
    margin-top: 12px;
    padding: 1em .5em;
}

span.gf-project-taxonomy {
    background: #f3e3b9;
    padding: .01em .8em; 
    border-radius: 999px;
    font-size: 9px;
    color: #000;
}



.gf-project-buttons {
    display: flex;
    height: 44px;
    align-items: stretch;
}

@media screen and (max-width: 700px) {
    .gf-see-case {
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        border-radius: 8px;
    }
}

.gf-project-project {
    display: grid;
    flex: 1;
    text-align: center;
}


span.gr-project-text {
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 .2em;
    cursor: pointer;
}

span.gr-project-text--first.active {
    display: flex;
    background-color: #FEB41C;
}
span.gr-project-text--first.active:hover {
    display: flex;
    background-color: #cc8f16;
}
span.gr-project-text--last.active {
    display: flex;
    background-color: green;
    pointer-events: none;
}

span.gr-project-text--last.active::before  {
    content: "✓";
    display: inline-block;
    margin-right: 4px;
}

.gf-see-case {
    display: grid;
}

.gf-see-case a {
    display: grid;
    background-color: #8a5110;
    color: #fff;
    place-items: center;
    padding: 0 0.8em;
    font-weight: 300;
    font-size: .8em;
}
.gf-see-case a:hover {
    background-color: #252525;
    color: #fff;
}



/****************************************************
* Gravity form styling
****************************************************/
h2.gform_title,
p.gf_progressbar_title,
.gf_progressbar.gf_progressbar_blue {
    display: none;
}

input#gform_previous_button_6 {
    margin-top: 14px;
}


#gform_wrapper_6 div#gform_fields_6_2:not([style="display:none"]) {
    display: flex;
    flex-direction: column;
}

#gform_wrapper_6 div#gform_fields_6_2 {
    background-color: #fff;
    padding: 3em;
    border-radius: 1em 1em 0 0;
    gap: .5em;
    max-width: 450px;
    margin: 16px auto 0
}

#gform_wrapper_6 div#gform_fields_6_2 label {
    font-size: 11px;
}

#gform_wrapper_6 .gfield_consent_description,
#gform_wrapper_6 .gfield_required_text{
    font-size: 10px;
}

#gform_wrapper_6 div#gform_fields_6_2 input:not([type="checkbox"]) {
    border: 1px solid #1a1a1a;
    height: 44px;
    width: 100%;
    padding: 1em;
    border-radius: 1em;
}

#gform_wrapper_6 [data-elementor-device-mode="mobile"] div#gform_fields_6_2 {
    padding: 1.5em;
}

#gform_wrapper_6 legend.gfield_label {
    font-size: 14p;
}


#gform_wrapper_6 fieldset#field_6_9 {
    margin-top: 2em;
    margin-bottom: 1em;
}

#gform_wrapper_6 .gform_page_footer.top_label {
    display: flex;
    flex-direction: column-reverse;
    max-width: 450px;
    margin: 0 auto;
}

/* #gform_wrapper_6 .gform_page_footer,
#gform_wrapper_6 .gform_previous_button,
#gform_wrapper_6 .gform_next_button {
    display: none;
} */


#gform_wrapper_6 div#field_6_14 {
    text-align: center;
    margin-top: 4em;
}


input#gform_next_button_6_15,
#gform_wrapper_6 input#gform_submit_button_6 {
    background-color: orange;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    border-radius: 0 0 1em 1em;
    cursor: pointer;
}

input#gform_next_button_6_15:hover,
#gform_wrapper_6 input#gform_submit_button_6:hover {
    background-color: rgb(214, 140, 1);
}

input#gform_next_button_6_15 {
    margin-top: 50px;
    border-radius: 1em;
}