.career-section {
    width: 471px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.apply-box {
    background-color: #C92127;
    /* kırmızı alan */
    color: white;
    text-align: center;
    padding: 20px 15px;
}

    .apply-box h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

.upload-btn {
    background-color: white;
    color: black;
    border: none;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s ease;
}

    .upload-btn:hover {
        background-color: #f1f1f1;
    }

.arrow {
    font-size: 18px;
}

.career-list {
    padding: 20px 20px 2px 20px;
}

/* === MODAL ARKAPLAN === */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    /* Modal açıkken */
    .modal.active {
        display: flex;
    }

/* === MODAL KUTU === */
.modal-content {
    background: #ffffff;
    width: 100%;
    max-width: 540px;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    font-family: Arial, sans-serif;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
    animation: popup .3s ease;
}

@keyframes popup {
    from {
        transform: scale(.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.two-inputs {
    display: flex;
    gap: 10px;
}

    .two-inputs input {
        flex: 1;
    }

.modal-content h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.close {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
    color: #333;
}

.work-option {
    display: block;
    margin-bottom: 4px;
}

input,
select,
textarea {
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #cfd4dc;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
}

textarea {
    margin-top: 29px !important;
}

    input:focus,
    select:focus,
    textarea:focus {
        border-color: #000;
    }

label {
    margin-right: 15px;
    font-size: 14px;
}

.upload-box {
    border: 2px dashed #b9bec7;
    padding: 25px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
}

    .upload-box:hover {
        border-color: #000;
        background: #f9fafb;
    }

    .upload-box p {
        margin-bottom: 6px;
        font-size: 14px;
    }

.upload-box {
    margin-top: 22px;
}

.submit-btn {
    background: #e30613;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

    .submit-btn:hover {
        background: #a7000b;
    }

.close-btn {
    background: #fff;
    color: #333;
    padding: 12px 30px;
    border: 1px solid #cfd4dc;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

    .close-btn:hover {
        background: #f1f1f1;
        border-color: #999;
        color: #333;
    }
.career-list h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.career-list ul {
    list-style: disc;
    padding-left: 20px;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
}

.textb {
    font-weight: 500;
    font-size: 27px;
    line-height: 43px;
    color: #808080;
    margin-bottom: 32px;
}

.apply-box {
    background-color: #C92127;
    color: white;
    text-align: start;
    padding: 20px 15px;
}




@media (max-width: 768px) {
    .career-section {
        width: 295px;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding-left: 0px;
        border-radius: 4px !important;
        overflow: hidden;
    }
}
/* Copied from teknoloji.css */
.container-fluid.h {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
    padding-top: var(--padding-t);
}

.container-fluid.e {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
    padding-top: var(--padding-e);
}

.bannerp {
    background-image: url(../img/biossbanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.banner-text {
    color: white;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    font-family: var(--font-family-primary);
    line-height: 100%;
    letter-spacing: 0%;
}

.subtext {
    padding-top: 24px;
}

span.redt {
    color: red;
}

.titleb {
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: 500;
}

.aboutusa {
    padding-bottom: 30px;
    padding-right: 60px;
    color: #333333 !important;
}


.custom-page-container > .container {
    width: 1500px;
    max-width: 100%;
}

.page-content-padding {
    padding: 60px 0;
}

.career-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.career-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    color: #333333;
}

.career-description {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.talent-community {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.talent-community-description {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 27px;
    line-height: 40px;
    color: #808080;
}

.talent-community-box {
    padding: 21px 19px;
    background: #C92127;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.talent-community-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}

.talent-community-button button {
    padding: 13px 14px;
    width: 100%;
    font-family: Catamaran;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2C2C2C;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    border-radius: 6px;
    text-align: start;
}

    .talent-community-button button svg {
        width: 24px;
        height: 24px;
    }

.career-opportunities-box {
    padding: 34px 22px;
    box-shadow: 0px 0px 5.5px 0px #00000040;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.career-opportunities-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.career-opportunities-box ul li {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.career-opportunities-box ul {
    padding: 0;
    padding-left: 12px;
    margin: 0;
}

    .career-opportunities-box ul li::before {
        content: "";
        width: 3px;
        height: 3px;
        background: #535353;
        display: block;
        border-radius: 50px;
    }


.career-description {
    font-size: 15px;
    line-height: 23px;
}



@media only screen and (max-width: 1199px) {
    .career-title {
        font-size: 32px;
        line-height: 48px;
    }

    .talent-community-description {
        font-size: 20px;
        line-height: 28px;
    }

    .talent-community-title {
        font-size: 20px;
        line-height: 28px;
    }

    .talent-community-button button {
        font-size: 15px;
        line-height: 23px;
    }

    .career-opportunities-title {
        font-size: 18px;
        line-height: 26px;
    }

    .career-opportunities-box ul li {
        font-size: 15px;
        line-height: 23px;
    }
    .page-content-padding {
        padding: 40px 0;
    }
}


@media (max-width:1002px) {
    .titleb {
        font-size: 34px;
        line-height: 1, 5;
    }

    .container-fluid.h {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {

    .container-fluid.e {
        padding-left: 12px !important;
        padding-right: 0 !important;
    }

    .subtext {
        padding-left: 15px;
    }
}
