﻿.custom-container {
    border-radius: 15px;
    padding: 70px;
}

    .custom-container span {
        color: #012970;
    }

    .custom-container h2 {
        font-size: 45px;
        font-weight: bold;
        line-height: 70px;
    }

    .custom-container .btn {
        margin-top: 30px;
        line-height: 0;
        padding: 25px 40px;
        border-radius: 4px;
        transition: 0.5s;
        color: #fff;
        background: #4154f1;
        box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
    }

    .custom-container p {
        font-size: 18px;
        color: rgb(34, 33, 33);
    }

    .custom-container img {
        max-height: 500px;
    }

@media (max-width: 767.98px) {
    .custom-container {
        padding: 40px 20px;
        text-align: center;
    }

        .custom-container h2 {
            font-size: 30px;
            line-height: 40px;
        }

        .custom-container p {
            font-size: 16px;
        }

        .custom-container .btn {
            padding: 18px 30px;
        }

        .custom-container img {
            max-height: 400px;
            width: 100%;
            height: auto;
            margin-top: 20px;
        }
        .left-content{
            margin-top:40px;
        }
}

/* cards */
.job-card label {
    padding: 3px 5px;
    background-color: #e5f0fb;
    border-radius: 30px;
}

.job-card input[type="radio"] {
    margin-right: 1px;
}

.job-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border:1px solid #8080;
}

job-card h5 {
    margin-bottom: 4px; /* or even 2px */
}

.read-more-btn {
    padding: 0;
    border: none;
    background: none;
    color: #0d6efd;
}

    .read-more-btn:hover {
        color: #6f42c1;
        text-decoration: none;
    }

.job-card ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: -10px; /* reduce gap from heading */
}

    .job-card ul li {
        margin-bottom: 5px;
    }

.roles {
    color: #012970;
    font-size: 1.25rem;
    font-weight: medium;
}


/* 3rd section */
.custom-card img {
    height: 70px;
    object-fit: contain;
    padding: 10px;
    filter: hue-rotate(240deg);
}

.section-1 {
    text-align: left;
    justify-content: flex-start;
    padding: 60px 50px;
    /*     border: 2px solid black; */
}

    .section-1 h2 {
        color: #012970;
        font-size: 30px;
        font-weight: bold;
    }

    .section-1 p {
        font-size: 16px;
        margin-top: 20px;
        font-weight: normal;
    }

.section-2 {
    padding: 20px 20px;
}

.section-1 .btn {
    margin-top: 20px;
    line-height: 0;
    padding: 25px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}


.mb-4 {
    color: #4154f1;
    /*    font-weight:bold;*/
}

.custom-card {
    border-radius: 20px;
}

.card-body {
    color: #012970;
}

.custom-card img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(81%) saturate(1164%) hue-rotate(200deg) brightness(90%) contrast(98%);
}
