﻿
.card-role-white {
    color: #fff !important;
}

.card-role-white h6 {
    color: #fff !important;
}

.card-role-white p {
    color: #fff !important;
}

.image-container {
    position: relative;
    display: inline-block; /* Adjust as needed */
}

.overlay-div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(3, 37, 58, 0.85); /* Color #03253A with 85% opacity */
    color: white;
    text-align: center;
    padding: 10px;
}

    .overlay-div h3 {
        font-family: "Open Sans" !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        text-align: left;
        color: white !important;
    }

    .overlay-div p {
        font-family: "Open Sans" !important;
        font-size: 24px !important;
        font-weight: 400 !important;
        text-align: left;
    }

.offshore-bullets ul > li {
    list-style: none;
    font-family: 'Open Sans';
    font-size: 24px;
    text-align: left !important;
    padding-bottom: 2px;
    margin-left: -13px;
}

.offshore-bullets li:before {
    content: "\2713";
    text-align: left;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 -1em;
    width: 1em;
}

.role-content-style strong {
    font-family: Open Sans !important;
    font-size: 18px !important;
    font-weight: 700;
    text-align: left;
}

.role-content-style p {
    font-family: Open Sans !important;
    font-size: 18px !important;
    font-weight: 400;
    text-align: left;
}

.role-operation-bullets strong {
    font-family: Montserrat !important;
    font-size: 28px !important;
    font-weight: 700;
}

.interested-card-content:hover {
    cursor: pointer !important
}

.role-operation-bullets p:first-of-type {
    font-family: Montserrat !important;
    font-size: 28px !important;
    font-weight: 700;
    text-align: left;
    background-color: #03253A;
    border-radius: 10px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 5px 43px 5px 9px;
    color: #FFF;
    margin-left: -40px;
    padding-left: 44px;
}

