.career_details_bg {
    position: relative;
    padding: 30px 0;
}

.career_details_bg:before {
    content: "";
    width: 100%;
    background: #3B5998;
    min-height: 400px;
    position: absolute;
    top: 0;
}

.career_details_bg .container {
    position: relative;
}

.contact_heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.com_hdtit {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
}

.common_desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.career_job_list_main {
    display: flex;
    gap: 15px;
    width: 100%;
    margin: 30px 0 0 0;
}

.career_job_list_latest {
    width: calc(25% - 15px);
    border-right: 3px dashed #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.career_job_list_latest:last-child {
    border: none;
}

.careers_hd {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.careers_sub {
    color: #fff;
    font-size: 15px;
}

.career_job_list_latest .btn {
    background: #fff;
    border-radius: 60px;
    font-weight: 600;
    font-size: 15px;
    color: #3B5998;
    min-width: 151px;
    padding: 9px 10px;
    display: inline-flex;
    justify-content: center;
}

.job_description_bg {
    background: #fff;
  
    padding: 20px 27px 20px 27px;
    min-height: 230px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
   
}

.career_details_bgtot {
    background: #F2F2F2;
}

.kills_section {
    position: relative;padding-bottom: 60px;
}

.job_description_bg h3 {
    font-size: 16px;
    line-height:28px;
    color: #3B5998;
    font-weight: 600;
    margin: 10px 0 1px 00;
}

.vacancys {
    color: #333;
    line-height: 30px;
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 0 0 0 10px;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.job_description_bg p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
}


.modal.career_model_popup {
    max-width: 600px;
    max-height: 85%;
    border-radius: 10px;
}

.modal.career_model_popup .modal-content {
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
}

.form_outer1 {
    margin: 0 0 15px 0;
}

.form_outer1 input[type="text"],
.form_outer1 input[type="email"],
.form_outer1 textarea,
.form_outer1 select {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #00000033;
    border-radius: 5px;
    background: transparent;
    color: #222;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}

.form_outer1 select {
    padding: 10px 10px;
}



.form_outer1 textarea {
    min-height: 70px;
    padding: 10px 15px 30px 15px;
    resize: none;
}

.form_outer1 input::placeholder,
.form_outer1 textarea::placeholder {
    color: #999;
    font-family: Inter;
}

.form_outer1 .btn {
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
    color: #3B5998;
    border: none;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.form_outer1 .btn:hover {
    background: #3B5998;
    color: #fff;
}

.form_outer1 input[type="text"]:hover,
.form_outer1 input[type="email"]:hover,
.form_outer1 textarea:hover {
    border-color: #888;
}

.form_outer1 input[type="text"]:focus,
.form_outer1 input[type="email"]:focus,
.form_outer1 textarea:focus {
    outline: none;
}

.contact_off {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact_off .form_outer1 {
    width: calc(50% - 7.5px);
}

.txtlb {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    display: flex;
    width: 100%;
    font-weight: 600;
}

.form-check1outer {
    display: flex;
    gap: 5px;
}

.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
    font-size: 14px;
    color: #333;
}

.custom-radio .checkmark {
    height: 18px;
    width: 18px;
    border: 2px solid #888;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all 0.2s ease;
}

.custom-radio input[type="radio"]:checked + .checkmark {
    border-color: #3B5998;
}

.custom-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3B5998;
    transform: translate(-50%, -50%);
}

.custom-radio input[type="radio"]:checked + .checkmark::after {
    display: block;
}

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.custom-file-upload{display: flex;gap:5px;align-items: center;}
.custom-file-upload .btn {
    padding: 6px 14px;
    border: 1px solid #3B5998;
    width: auto;
    align-items: center;
    display: flex;
    gap: 5px; font-size: 13px;
}
.custom-file-upload .btn svg{width:12px;height:12px}

.contact_btn .btn {
    background: #3B5998;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    min-width:151px;
    padding: 12px 10px;
    border: none;cursor: pointer;
}

.file-name-text {
    color: green;
    font-size: 14px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.career_contact_form h2 {
    font-size: 20px;
}
/* Modal Overlay (background dim) */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

/* Modal Popup */
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    overflow: hidden;
    max-height: 90vh;
    overflow-y: auto;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;background:#3B5998;
}

.modal-close:hover {

    background: #3d5892;
}

.modal .modal-content {
    padding: 20px;
}

@media (max-width: 767px) {
    .contact_off {
        display: block;
        gap: 0;
    }

    .contact_off .form_outer1 {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .radio-group {
        flex-direction: column;
        gap: 10px;
    }

    .custom-file-upload {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .custom-file-upload .btn {
        width: 100% !important;
        justify-content: center;
    }

    .file-name-text {
        max-width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }

    .career_job_list_main {gap: 20px;margin: 15px 0 0;flex-wrap: wrap;}
    .career_job_list_main{gap:0}
    .career_job_list_latest {width: 46%;border-right: none;padding-bottom: 15px;}
    .career_job_list_latest:last-child {border-bottom: none;padding-bottom: 0;}
    .career_details_bg{padding:30px 0}
    .contact_heading{gap:15px}
    .job_description_bg h3{font-size: 16px;}
    .kills_section{padding:30px 0;}
    .job_description_bg{padding: 20px;}
    .job_description_bg h3{margin:0}
}
.bottom_off{justify-content: space-between;margin-top:30px}
.bottom_off .captcha{height:40px}


@media (min-width: 768px) {
    .contact_off {
        display: flex;
        gap: 15px;
    }

    .contact_off .form_outer1 {
        width: calc(50% - 7.5px);
    }

    .radio-group {
        flex-direction: row;
    }
}
@media screen and (max-width: 568px) {
.com_hdtit{font-size:22px}
.common_desc{font-size:15px}
.career_details_bg:before{height:100%;}
.career_job_list_latest{width:100%;}
}