.bj-ContactFormSection{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.bj-ContactFormblock{
    width: 100%;
    height:auto;
}

.bj-ContactFormlevel{
    width: 96%;
    height:auto;
}

.bj-Careerformboxlevel{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 30px;
}

.bj-Careerformboxblock{
    width:48.5%;
    height: auto;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
}

.bj-Careerformboxblock:last-child{
    margin-bottom: 0;
}

.bj-Careerformbox {
    width: 100%;
    height: 100%;
}

.bj-Careerformboxblock .bj-Careerformbox:last-child{
    margin-bottom: 0;
}

.bj-Careerformbox input,
.bj-Careerformbox textarea {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 15px 0;
    padding-left: 20px; /* Always 20px */
    outline: none;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    line-height: 26px;
    font-family: "Roboto-Regular";
    margin: 0;
    transition: all 0.3s ease;
    box-sizing: border-box;
    outline: none;
    position: relative;
}

.bj-Careerformbox textarea {
    padding-bottom:unset ;
}

.bj-Careerformbox input::placeholder,
.bj-Careerformbox textarea::placeholder {
    opacity: 0.4;
    color: #342417; /* optional: ensure placeholder color is visible */
}

/* Optional: remove focus placeholder shift */
.bj-Careerformbox input:focus::placeholder,
.bj-Careerformbox textarea:focus::placeholder {
    padding-left: 0; /* remove this line if placeholder shouldn't move */
    
}
/* change border color when focus */
.bj-Careerformbox input:focus, .bj-Careerformbox textarea:focus {
  border-color: #dd5d28;
}

/* placeholder styling */
.bj-Careerformbox input::placeholder, .bj-Careerformbox textarea::placeholder {
  transition: 0.3s ease all;
}

/* shrink + move placeholder (fake floating) */
.bj-Careerformbox input:focus::placeholder, .bj-Careerformbox textarea:focus::placeholder {
  transform: translateY(-10px);
  font-size: 12px;
  color: #dd5d28;
  opacity: 1;
  position: absolute;
  z-index:999;
}

.bj-Careerformbox textarea {
    height: 100%;
}


/* .bj-Careerformbox textarea{
    height: 180px;
} */

.bj-Careerformboxblock button{
    background: #DD5E28 0% 0% no-repeat padding-box;
    border-radius: 10px 30px 30px 30px;
    padding: 14px 30px;
    font-size: 14px;
    font-family: "Roboto-Medium";
    display: block;
    width: 130px;
    text-align: center;
    cursor: pointer;
}

.nameErr,.emailErr,.phoneErr,.messageErr,.serviceErr {
    width: 100%;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #DD5E28;
    /* padding-left: 20px; */
    /* display: none; */
    font-family: "Roboto-Regular";
    font-weight: bold;
}

.bj-Suceesboxblock{
    width: 100%;
    height: 100%;
    background-color: rgba(228, 127, 84, 0.8);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    /* border-radius: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#bj-Suceesboxblock{
    display: none;
}

.bj-Suceesboxlevel{
    width: 676px;
    height: 676px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* .bj-Suceesboxlevel::after{
    content: '';
  position: absolute;
  bottom: -20px; 
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fff;
} */

.bj-Suceesbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.bj-Suceesbox img{
    height: 100%;
}

.bj-Suceesboxmail{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

lottie-player{
    width: 100%;
    height: 60%;
}

.bj-Suceesboxmail h4, h6{
    /* width: 100%; */
    font-size: 40px;
    line-height: 50px;
    font-family: "Montserrat-Bold";
    color: #342417;
    text-align: center;
    font-weight: 500;
}

.bj-Suceesboxmail h4{
    margin-bottom: 10px;
}

.bj-Suceesboxmail h6{
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    padding: 0px 20px;
    color: #DD5E28;
    font-family: "Roboto-Regular";
    margin-right: 0;
}

@media screen and (max-width:1660px) {
    .bj-ContactFormSection{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .bj-Suceesboxlevel {
        width: 550px;
        height: 550px;
    }

    .bj-Suceesboxmail h4 {
        font-size: 30px;
        line-height: 28px;
    }

    .bj-Suceesboxmail h6 {
        font-size: 22px;
        line-height: 30px;
    }
}

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

    .bj-Careerformboxlevel{
        margin-bottom: 20px;
    }

    .bj-Careerformboxblock button{
        width: 140px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .bj-Careerformbox input, textarea {
        font-size: 14px;
    }

    .bj-Careerformbox textarea {
        font-size: 14px;
    }

    .bj-Suceesboxlevel {
        width: 500px;
        height: 500px;
    }

    .bj-Suceesboxmail h4 {
        font-size: 26px;
        line-height: 26px;
    }

    .bj-Suceesboxmail h6 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width:1200px) {
    .bj-ContactFormlevel{
        width: 100%;
    }

    .bj-Careerformbox textarea {
        /* height: 260px; */
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .bj-Careerformbox input, textarea {
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    /* .bj-Careerformbox textarea{
        height: 150px;
    } */

    .bj-Suceesboxlevel {
        width: 450px;
        height: 450px;
    }

    .bj-Suceesboxmail h4 {
        font-size: 22px;
        line-height: 20px;
    }

    .bj-Suceesboxmail h6{
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:1080px) {
    .bj-Suceesboxlevel {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width:990px) {
    .bj-ContactFormSection {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}   

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


    .bj-Careerformboxblock button {
        padding: 10px 20px;
    }

    .bj-Careerformbox input, textarea {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bj-Careerformbox textarea {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:820px) {
    .bj-Suceesboxmail h4 {
        font-size: 20px;
    }

    .bj-Suceesboxmail h6 {
        font-size: 14px;
        line-height: 18px;
    }
}

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

    .bj-Careerformboxblock button{
        width: 120px;
        font-size: 10px;
    }

    /* .nameErr,.emailErr,.phoneErr,.messageErr,.countryErr, .companyErr {
        height: 15px;
    } */

    .bj-Suceesboxmail h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .bj-Suceesboxmail h6 {
        font-size: 13px;
        line-height: 18px;
    }
}

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

}

@media screen and (max-width:580px) {
    .bj-Suceesboxlevel {
        width: 380px;
        height: 380px;
    }
}

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

    .bj-Careerformboxblock{
        flex-direction: column;
        margin-bottom: 0;
    }

    .bj-Careerformboxlevel {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    
    .bj-Careerformbox {
        width: 100%;
        margin-bottom: 10px;
    }

    /* .bj-Careerformboxblock .bj-Careerformbox:last-child {
        margin-bottom: 10px;
    } */

    .bj-Careerformboxblock .bj-Careerformbox{
        margin-bottom: 0;
    }

    .bj-Careerformbox textarea{
        height: 120px;
    }

    .bj-Careerformboxblock button{
        margin: 0;
    }

    .bj-Careerformboxlevel{
        flex-direction: column;
        margin-bottom: 15px;
    }

    .bj-Careerformboxblock{
        width: 100%;
    }

    /* .bj-Careerformboxblock .bj-Careerformbox:nth-child(3){
        margin-bottom: 10px;
    } */
    
    .bj-Suceesboxlevel{
        width: 350px;
        height:350px;
    }

    .nameErr, .emailErr, .phoneErr, .messageErr, .serviceErr{
        font-size: 10px;
        height: 15px;
    }
    
}

@media screen and (max-width:420px) {
    .bj-Suceesboxlevel{
        width: 320px;
        height:320px;
    }
}

@media screen and (max-width:380px) {
    .bj-Suceesboxlevel{
        width: 300px;
        height:300px;
    }
}

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

    .bj-Careerformbox input, textarea{
        font-size: 10px;
    }

    .bj-Careerformbox textarea {
        font-size: 10px;
    }

    .bj-Careerformboxblock button{
        padding: 8px 15px;
    }

    .bj-Suceesboxlevel{
        width: 280px;
        height:280px;
    }

    .nameErr, .emailErr, .phoneErr, .messageErr, .serviceErr {
        font-size: 9px;
        height: 15px;
    }
}