

/* Career css */

.carerzar {
    background-color: #efefef;
}

.care-row .job-image img {
    transition: transform 0.3s ease;
}

.carerzar-card-wrap {
    color: #fff;
}

.care-row:hover .job-image img {
    transform: scale(1.07);
}

.carerzar .apply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 160px;
    height: 160px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding: 15px;
    gap: 10px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-image: initial;
    border-radius: 100%;
    transition: 0.35s ease-in-out;
}

.carerzar .apply-btn:after {
    position: absolute;
    content: "";
    right: -6px;
    top: -6px;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.35s ease-in-out;
    z-index: -1;
    border-radius: 100%;
}

.care-row .apply-btn:hover,
.care-row .apply-btn:focus {
    border: 1px solid #30d1be;
    background: none;
    color: #30d1be;
}

.care-row .apply-btn:hover:after,
.care-row .apply-btn:focus:after {
    border: 1px solid #30d1be;
}

.carrer-aplt-btn-bx {
    justify-content: center;
    display: flex;
}

.carrer-info-bx .carier-descp {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 15px;
}

.care-row {
    border: 1px solid #ffffff26;
    background: #10395a;
    padding: 20px;
}

.carrer-info-bx h3 {
    font-size: 22px;
    color: #30d1be;
}

.carer-heading {
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: center;
    color: var(--dark);
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup.active {
    visibility: visible;
    opacity: 1;
}

.popup-content {
    background: white;
    margin: 50px auto;
    width: 1050px;
    height: 90vh;
    overflow: auto;
    border-radius: 8px;
    position: relative;
    transition: transform 0.4s ease;
    transform: translateY(-20px);
}

.popup.active .popup-content {
    transform: translateY(0);
}

.close {
    position: absolute;
    right: 50px;
    top: 15px;
    font-size: 30px;
    color: #0dcaf0;
    cursor: pointer;
}

.job-container {
    background-color: #ffffff;
    padding: 0 20px 20px 20px;
}

.job-section p,
.job-section li {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}

.job-section h5,
.job-list-section h5 {
    border-bottom: 2px solid #30d1be;
    color: #30d1be;
    display: inline-block;
    padding-bottom: 4px;
}

.job-list-section i {
    color: #30d1be;
}

.job-top-hder img {
    width: 240px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.job-top-hder {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
}

.job-footer {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    position: sticky;
    bottom: 0;
    justify-content: end;
}

.job-footer .btn-primary {
    width: auto;
    border: 1px solid #ddd;
}

.care-card-min {
    height: 240px;
}

.job-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.job-utility p {
    color: #30d1be;
}

.carri-card-body {
    background: linear-gradient(90deg, rgba(1, 65, 97, 1) 0%, rgb(23 141 135) 59%, rgba(10, 131, 240, 0.84) 100%);
}

.list-unstyled li {
    color: #fff;
}

.job-top-hder h3 {
    color: #fff;
}

.job-form {
    padding: 40px 50px;
}

.job-form h3 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #6872fe;
    box-shadow: 0 0 0 0.2rem rgba(104, 114, 254, 0.25);
}

.form-label {
    font-weight: 500;
    color: #444;
}

.btn-submit {
    background: linear-gradient(329.35deg, #57E8DF 0%, #6872FE 100%);
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 12px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-submit:hover {
    background: linear-gradient(329.35deg, #6872FE 0%, #57E8DF 100%);
}

.note {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

/* RESPONSIVE  */
@media (max-width: 1024px) {
    .job-form {
        padding: 30px 0px !important;
    }
}

@media (max-width: 991px) {
    .carerzar .container {
        margin: 0 !important;
        padding: 0pc 30px;
        width: 100% !important;
        max-width: 100%;
    }

    .care-row .col-md-3 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .carrer-info-bx {
        width: 75%;
    }

    .carrer-aplt-btn-bx {
        width: 25%;
    }

    .job-image img {
        height: 280px;
    }

    .carrer-aplt-btn-bx {
        justify-content: end;
    }

    .popup-content {
        width: 767px;
    }
}

@media (max-width: 768px) {
    .carerzar .apply-btn {
        width: 120px;
        height: 120px;
        font-size: 0.9rem;
    }

    .job-container {
        padding: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .job-section p,
    .job-section li {
        font-size: 0.95rem;
    }

    .job-top-hder {
        display: none;
    }

    .popup-content {
        width: 600px;
    }
}

@media (max-width: 568px) {
    .carrer-info-bx {
        width: 100%;
    }

    .carrer-aplt-btn-bx {
        justify-content: center;
        width: 100%;
        margin-top: 12px;
    }

    .carerzar .container {
        padding: 0px !important;
    }

    .carer-heading {
        font-size: 26px;
    }

    .popup-content {
        width: 400px;
    }
}

@media (max-width: 420px) {
    .popup-content {
        width: 380px;
    }
}

@media(max-width: 360px) {
    .popup-content {
        width: 340px;
    }
}