.v3-homepage-join-form{
    padding: 22px 20px;
}
.v3-homepage-join-form .v3-join-form-container{
    background: linear-gradient(89.96deg, var( --green-color) 29.57%, var(--dark-green) 92.97%);
    padding: 43px 16px 50px;
    border-radius: 10px;
}
.v3-homepage-join-form label{
    display: none;
}
.v3-homepage-join-form .gradient-heading{
    color: var(--white-color);
}
.v3-homepage-join-form .gradient-heading span{
    -webkit-text-fill-color: var(--black-color);
}
.v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(2),
.v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(3),
.v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(4),
.v3-homepage-join-form .language-selector select{
    display: flex;
    background-color: #FFFFFFB8;
    border: 1px solid var(--white-color);
    margin-top: 10px;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    max-width: 100% !important;
    color: #000;
}

.v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(2) input,
.v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(3) input,
.v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(4) input{
    color: var(--black-color);
    font-family: Figtree, sans-serif;
    font-size: 15px;
    width: 100%;
    height: 50px;
    padding: 16px;
    background: transparent;
    border-radius: 5px;
    border: none;
    outline: none;
}
/* .v3-homepage-join-form .siddhiyoga-free-signup-form .language-selector{
    display: none;
} */

.v3-homepage-join-form .cf-turnstile{
    margin: 10px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    height: 50px;
}

.v3-homepage-join-form .cf-turnstile iframe{
    width: 100% !important;
}
/* #content{
    height: 50px;
} */
.v3-homepage-join-form .siddhiyoga-free-signup-form div input::placeholder{
    color: var(--black-color);
    font-family: Figtree, sans-serif;
    font-size: 15px;
}
.v3-homepage-join-form button{
    width: 100%;
    margin-top: 10px;
    background-image: linear-gradient(-90deg, #F3CC2E 0%, #FFEB9A 100%);
    color: var(--black-color);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15.5px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 5px;
    text-transform: capitalize;

}
.v3-homepage-join-form button:hover{
    background: linear-gradient(311.34deg, #080B0A 0.63%, #1F3F38 98.19%) !important;
    color: #fff;

}
.v3-homepage-join-form .v3-buttons{
    margin-top: 10px;
}
.v3-homepage-join-form .v3-buttons .v3-btn-yellow{
    width: 100%;
}
.v3-homepage-join-form .select2-selection{
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 14px 16px 14px 16px;
    border: none;
    border-right: 1px solid #BFBFBF;
    min-width: 62px;
    width: 92px;
    position: relative;
    font-size: 15px;
    background: transparent;
    height: 100%;
    border-radius: 0;
}
.v3-homepage-join-form .select2-selection span.select2-selection__rendered{
    padding: 0;
}
.v3-homepage-join-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
}
.v3-homepage-join-form .select2-container--default .select2-selection--single{    
    display: flex;
    background: transparent;
    height: 100%;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #BfBfBf;
}
.v3-homepage-join-form .select2-container{
    width: auto !important;
}
body .select2-container .select2-dropdown{
    min-width: 200px;
}

@media screen and (min-width: 1024px){
    .v3-homepage-join-form .v3-join-form-container{
        padding: 67px 45px;
    }
    .v3-homepage-join-form .gradient-heading{
        width: 80%;
        margin: auto;
        font-size: 37px;
    }
    
    .v3-homepage-join-form .siddhiyoga-free-signup-form{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(2), 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(3), 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(4){
        width: 264px;
    }
    
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(2), 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(3){
        margin-right: 10px;
    }
    .v3-homepage-join-form .cf-turnstile{
        /* width: 264px; */
        height: 60px;
        margin-right: 10px;
    }
    .cf-turnstile iframe {
        width: 100%;
    }
    .v3-homepage-join-form button{
        /* width: 182px; */
        width: 264px;
        /* margin: 10px auto 0; */
    }
    .v3-homepage-join-form .gradient-heading{
        margin-bottom: 24px;
    }
    
    .v3-homepage-join-form .language-selector {
        display: flex;
        justify-content: space-between;
        /* width: calc(100% - 281px); */
    }
    .v3-homepage-join-form .language-selector select{
        width: 264px;
        margin-right: 10px;
    }
}
@media screen and (min-width: 1366px){
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(2), 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(3), 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(4){
        height: 60px;
        width: 380px;
        margin-top: 0;
    }
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(2) input, 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(3) input, 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div:nth-of-type(4) input,
    .v3-homepage-join-form .language-selector select{
        height: 60px;
    }
    .v3-homepage-join-form .language-selector select{
        width: 380px;
    }
    /* .v3-homepage-join-form .siddhiyoga-free-signup-form{
        flex-wrap: nowrap;
    } */
     
    .v3-homepage-join-form button{
        width: 380px;
    }
    .v3-homepage-join-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 16px;
    }
}
@media screen and (min-width: 1500px){
    .v3-homepage-join-form{
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .v3-homepage-join-form .v3-join-form-container{
        width: 91%;
        margin: auto;
        padding-top: 90px;
        padding-bottom: 100px;
        border-radius: 20px;
    }
    .v3-homepage-join-form .gradient-heading{ 
        font-size: 65px;
    }
    .v3-homepage-join-form .siddhiyoga-free-signup-form div input, 
    .v3-homepage-join-form .siddhiyoga-free-signup-form div input::placeholder{
        font-size: 18px;
    }
    .v3-homepage-join-form .select2-selection{
        font-size: 18px;
        min-width: 100px;
        width: 100px;
    }
    .v3-homepage-join-form button{
        font-size: 20px;
    }
}
@media screen and (min-width: 1920px){
    .v3-homepage-join-form .v3-join-form-container{
        max-width: 1695px;
    }
    .v3-homepage-join-form .join-form-list{
        width: 77%;
        margin: 39px auto 0;
    }
    .v3-homepage-join-form .siddhiyoga-free-signup-form{
        width: 77%;
        margin: 39px auto 0;
    }
}