.banner {
    /* background-image: url(../assets/img/news_event/people-taking-part-high-protocol-event.jpg); */
    background-repeat: no-repeat;
    width: 100%;
    height: 103vh;
    background-size: 100%;
    display: flex;
    align-items: center;
    margin-top: -93px;
    /* background-position: 5%; */
}

.banner_subtitle {
    color: var(--white);
}

.banner_title {
    font-size: 40px;
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 50px;
}

.banner_title span {
    font-size: 30px;
}

.line_divider {
    display: flex;
    gap: 0px;
    align-items: center;
    margin-top: 0px !important;
    margin-bottom: 150px;
}

.line_divider p {
    width: 100px;
    background: var(--white);
    height: 5px;
    margin-bottom: 90px;
}

.left-pattern {
    position: absolute;
    width: 155px;
    left: -51px;
    top: 685px;
    z-index: -1;
    height: auto;
}

.right-pattern {
    position: absolute;
    width: 200px;
    right: 0px;
    bottom: 0;
    height: auto;
    top: 90%;
}

.sub-heading {
    color: #8a2c9b;
    margin-bottom: 20px;
    /* font-family: "SWZ721L", sans-serif; */
    font-size: 38px;
    /* You can adjust as needed */
    font-weight: 80;
    /* Optional, depends on your font variant */
}

.action-buttons {
    display: inline-flex;
    background-color: #a965b2;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.search-btn,
.upload-btn {
    border: none;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.search-btn {
    background-color: #a965b2;
}

.upload-btn {
    background-color: #814a8b;
    color: white;
    margin-left: -5px;
    padding-left: 10px;
}

.job-cards-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.job-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.job-details {
    max-width: 80%;
}

.job-title {
    font-size: 20px;
    color: #8a2c9b;
    margin-bottom: 5px;
    font-family: "SWZ721L";
}

.job-meta {
    color: #666;
    margin-bottom: 10px;
    font-family: "SWZ721L";
}

.location {
    display: flex;
    align-items: center;
    color: #888;
    /* margin-top: 20px; */
}

.location svg {
    margin-right: 5px;
    /* margin-top: 20px; */
}

.apply-btn {
    background-color: #a965b2;
    color: white;
    padding: 0px 8px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    /* 🔥 Remove underline */
    display: inline-block;
    /* Ensures padding works properly */
    font-family: "SWZ721L";
    font-weight: bold;
}

.apply-btn:hover {
    background-color: #8e4b9b;
    color: white;
}

.what-we-offer {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    margin-bottom: 20px;
    margin-left: 70px;
}

.offer-container {
    background-color: #e4edf7;
    padding: 20px;
}

.offer-title {
    color: #8e44ad;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    /* font-family: "SWZ721L"; */
}

.offer-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-family: "SWZ721L";
}

.offer-list li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.offer-list li::before {
    content: "❯";
    color: #8e44ad;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "SWZ721L";
}

.offer-note {
    font-size: 13px;
    color: #666;
    margin-top: 20px;
    font-family: "SWZ721L";
}

.offer-note span {
    display: block;
}

@media (max-width: 992px) {
    .banner {
        background-size: cover;
    }
    .line_divider p {
        margin-bottom: 20px;
    }
    .nomargin {
        margin: 0 !important;
        margin-top: 20px !important;
    }
    .banner_title,
    .line_divider p {
        margin-left: 0 !important;
    }
    .row.justify-content-center {
        justify-content: flex-start !important;
    }
    .what-we-offer {
        margin-left: 0 !important;
    }
}
@media (max-width: 768px) {
    body .banner {
        background-image: url(../assets/img/mobile/22.jpg) !important;
        height: 50vh !important;
    }
    .banner_content {
        height: unset !important;
    }
       .left-pattern,.right-pattern,img.pattern2,img.pattern1{
        display: none;
    }
    
}
