.get_involved_section{
    position: relative;
}

.get_involved_section .section_overlay {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1%;
    width: 100%;
    height: 30%;
    z-index: -1;
    top: initial;
    background: linear-gradient(1deg, #ffffff 0%, rgba(240, 226, 201, 0.00) 100%);
}

.get_involved_section .section__overlay {
    top: 0;
    bottom: inherit;
    height: 100%;
    background: linear-gradient(179deg, #F0E2C9 0%, rgb(240 226 201 / 0%) 100%);
}

.upload-portfolio {
    width: 100%;
}

.upload-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.833vw 1.25vw !important;
    border: 1px dashed #ccc;
    border-radius: 10px;
    background-color: var(--theme-white);
    cursor: pointer;
    transition: 0.3s ease;
    height: min(max(40px, 3.0208vw), 58px);
    letter-spacing: 0;
}

.get_involved_section .input_select .form-control {
    line-height: normal;
    letter-spacing: 0px;
}

.upload-text {
    font-size: min(max(16px, 1.1458vw), 22px);
    color: rgba(0, 0, 0, 0.40);
    font-family: var(--theme-font-lato);
}

.upload-icon {
    /* font-size: 20px; */
    color: #999;
}

.upload-portfolio br{
    display: none;
}

.upload-portfolio .wpcf7-form-control-wrap{
    display: none !important;
}

.upload-box{
    position: relative;
}

.upload-box .remove-file {
    position: absolute;
    top: 17%;
    right: 0.8333vw;
    background: #fff;
    color: red;
    font-size: 14px;
    width: 2.2229vw;
    height: 2.2229vw;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.role-section {
    background: var(--theme-white);
    padding: 20px;
    border-radius: 8px;
}


.role-section .role-title {
    margin-bottom: 15px;
    font-weight: 400;
    color: var(--theme-dark-brown-new);
    font-size: min(max(16px, 1.1458vw), 22px);
    font-family: var(--theme-font-lato);
}

.role-section .role-wrapper {
    display: flex;
    gap: 20px;
}

.role-section label {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #999;
    border-radius: 10px;
    background: var(--theme-white);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    height: min(max(40px, 3.0208vw), 58px);
    padding: 0.833vw 1.25vw !important;
}

/* Hide default radio */
.role-section label input {
    display: none;
}

/* Custom radio outer circle */
.role-section .custom-radio {
    width: 20px;
    height: 20px;
    border: 1px solid var(--theme-orange-red);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

/* Inner dot */
.role-section .custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--theme-orange-red);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s ease;
}

/* Checked state */
.role-card input:checked + .custom-radio::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Active card style */
.role-card input:checked ~ .role-text,
.role-card input:checked + .custom-radio {
    color: rgba(0, 0, 0, 0.80);
}

.role-card:has(input:checked) {
    border: 1px solid var(--theme-orange-red);
    background: rgba(182, 64, 14, 0.10);
}

/* Text */
.role-section .role-text {
   font-size: min(max(16px, 1.1458vw), 22px);
    color: rgba(0, 0, 0, 0.60);
    font-family: var(--theme-font-lato);
}

.get_involved_section .form-group-select .form-icon{
    width: auto;
}

.get_involved_section .form-group-select .form-icon select{
    width: fit-content;
}

.get_involved_section .form-group-select .form-icon + p{
    width: 100%;
}

.role-section .role-wrapper .wpcf7-radio{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.role-section .role-wrapper p{
    width: 100%;
}

.role-section .role-wrapper .wpcf7-radio .wpcf7-list-item{
    width: 100%;
}

.role-section .role-wrapper .role-radio .wpcf7-list-item label{

}

.role-radio .wpcf7-list-item-label:before{
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.60);
    position: absolute;
    left: 0;
}

/* Checked state */
.role-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background: var(--theme-orange-red);
    border: 1px solid var(--theme-orange-red);
}

.role-section .role-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    letter-spacing: 0;
}

.role-wrapper label:has(input:checked) {
    border: 1px solid var(--theme-orange-red);
    background: rgba(182, 64, 14, 0.10);
}

.get_involved_section .primary_btn {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) {

.get_involved_section .custom-container{
    padding-left: 12.7604vw;
    padding-right: 12.7604vw;
}

.role-section .role-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
    font-size: 1.1458vw;
}



}

@media only screen and (max-width: 1199px) {

.role-section .role-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 13px;
}

.upload-box .remove-file {
    top: 17%;
    right: 1.2333vw;
    font-size: 14px;
    width: 2.5229vw;
    height: 2.5229vw;
}

}

@media only screen and (max-width: 991px) {

    .role-section .role-wrapper .wpcf7-radio {
        gap: 13px;
        flex-direction: column;
    }

    .role-section .role-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
        font-size: 14px;
    }

    .role-section .custom-radio {
      width: 16px;
      height: 16px;
    }

    .role-section label {
       gap: 8px;
    }

    .role-section .custom-radio::after {
      content: "";
      width: 7px;
      height: 7px;
    }

    .role-section .role-wrapper {
        gap: 13px;
        flex-direction: column;
    }

    .get_involved_section .input_deta .form-control{
        height: 40px;
    }

    .role-section .role-text {
        flex: 1;
    }

    .upload-box .remove-file {
        top: 14%;
        right: 1.2333vw;
        font-size: 14px;
        width: 3.5229vw;
        height: 3.5229vw;
    }

.get_involved_section .primary_btn {
    padding-left: 50px;
    padding-right: 50px;
}

}

@media only screen and (max-width: 767px) {

.upload-portfolio {
    width: 100%;
    margin-bottom: 16px;
}

    .upload-box {
        padding: 0.833vw 2.25vw !important;
        height: 50px;
    }

.role-section {
    background: var(--theme-white);
    padding: 10px;
}

.role-section label {
    padding: 1.833vw 2.25vw !important;
}

    .get_involved_section .input_deta .form-control {
        height: 50px;
    }

    .role-radio .wpcf7-list-item-label:before {
    position: absolute;
    left: 9px;
}

    .role-section .role-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
        font-size: 14px;
        padding-left: 35px;
    }

    .role-section .role-wrapper .role-radio .wpcf7-list-item label {
    min-height: 50px;
}

    .upload-box .remove-file {
        top: 13%;
        right: 2.2333vw;
        font-size: 14px;
        width: 9.5229vw;
        height: 9.5229vw;
    }

}

