﻿.custom-container {
    border-radius: 15px;
    padding: 70px;
    
}

/* .img-fluid {
      max-height: 200px;
      object-fit: contain;
    } */

.btn-custom {
    margin-top: 20px;
}

.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: 15px;
    color: rgb(34, 33, 33);
}

.custom-container img {
    max-height: 500px;
}

/* cards */
.job-container {
    /* background-color: #f4f4f4; */
    padding: 40px;
}

.job-card {
    background-color: #f4f4f4;
    color: black;
    width: 85%;
    height: 150px;
    margin: 10px auto;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .job-card h5,
    .job-card p {
        margin: 0;
        margin-top: 10px;
    }
    .job-card p{
        color:black;
    }

    .job-card h5 {
        font-size: 18px;
        color: #012970;
    }

.job-inputs input,
.job-inputs select {
    margin-right: 10px;
    min-width: 200px;
}

.no-jobs {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.job-info {
    flex: 1;
}

.job-actions {
    text-align: right;
}

.job-card .btn {
    margin-top: 10px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
    padding-right: 15px;
    padding-left: 15px;
}

    .job-card .btn:hover {
        padding-right:20px;
        padding-left:20px;
    }


   
@media (max-width: 575.98px) {
    .job-card {
        padding: 1rem;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

        /* All content aligned left */
        .job-card .job-info {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            width: 100%;
        }

        .job-card h5 {
            font-size: 1rem;
            margin-bottom: 4px;
        }

        .job-card p {
            font-size: 0.7rem;
            margin: 2px 0;
        }

        /* Apply button in bottom right */
        .job-card .job-info:last-of-type {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            display: flex;
            justify-content: flex-end;
            width: auto;
        }

        .job-card button {
            font-size: 0.85rem;
        }
}

/* Optional: icon color */
.bi-geo-alt-fill,
.bi-buildings-fill {
    color: #4154f1;
    margin-left: 4px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .job-inputs {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        /* spacing between items */
    }

        .job-inputs .col-md-3 {
            flex: 0 0 calc(33.333% - 1rem);
        }

            .job-inputs .col-md-3.text-center {
                flex: 0 0 100%;
                display: flex;
                justify-content: center;
                gap: 1rem;
            }

                .job-inputs .col-md-3.text-center button {
                    width: auto;
                }
}

/* 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%);
}