/* Detailed Engineering page */
.section-header {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin: 2rem 0 1rem 0;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.bg-light-blue {
    background-color: #f8f9fa;
}

.workflow-item {
    padding: 1rem;
    border-left: 3px solid #0d6efd;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    height: 100%;
}

.deliverable-item {
    padding: 0.5rem 0;
    display: flex;
    align-items: start;
    gap: 1rem;
}

.deliverable-icon {
    color: #0d6efd;
    font-size: 1.2rem;
}

.positionHeight img {
    width: 100% !important;
    height: auto;
}

/* Remove if later the image has been moved of the card */
.positionHeight img:hover {
    transform: scale(1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card img {
    transform: scale(1) !important;
}

.container-detail h5 {
    font-weight: 400;
}

/* end of Detailed Engineering */



/* Procurement page */
.section-header {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin: 2rem 0 1rem 0;
}

.card {
    height: 100%;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.bg-light-blue {
    background-color: #f8f9fa;
}

.support-item {
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #f8f9fa;
    margin-bottom: 1.5rem;
}

.support-list {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.support-list li {
    margin-bottom: 0.5rem;
    position: relative;
}

.support-list li:last-child {
    margin-bottom: 0;
}

/* end of Procurement  */



/* CSS of Feed Execution */

.section-header {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin: 2rem 0 1rem 0;
}

.card {
    height: 100%;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-header {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin: 2rem 0 1rem 0;
}

.card {
    height: 100%;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.card {
    transition: transform 0.2s;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
}

.bg-light-blue {
    background-color: #f8f9fa;
}

.deliverable-item {
    padding: 0.5rem 0;
    display: flex;
    align-items: start;
    gap: 1rem;
}

.deliverable-icon {
    color: #0d6efd;
    font-size: 1.2rem;
}

.sub-title {
    font-weight: 500;
}


/* End of Feed Execution */
/* Business Page CSS */
.newlocation {
    top: -22%;
    right: 26%;
}

.carda-content {
    position: relative;
    background: #fff;
    /* border-top: 5px solid #ff3b3f; */
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    top: -30px;
}

.carda-content .icon {
    background-color: #ff0033;
    border-radius: 5px;
    position: absolute;
    top: -37px;
    z-index: 1;
}

.carda-content h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.carda-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.card1 img {
    margin-top: 15px;
    width: 352px;
    height: 201px;
    object-fit: cover;
}

.carda-content {
    min-height: 150px;
}


.line {
    width: 80%;
    background-color: #003399;
    height: 5px;
    position: absolute;
}

.raise:hover,
.raise:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    transform: translateY(-0.25em);
    color: white !important;
}

/* End of business page CSS */
@media (max-width: 450px) {


    .newlocation {
        right: 17% !important;    
        top: -26% !important;
    }

    .margin-adjust {
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
}



@media (max-width: 768px) {
    .sub_banner {
        /* background-image: url("../images/mb/ob.webp");  */
        /* Mobile version */
        background-size: cover;
        background-position: center;
        height: 50vh !important;
    }

    .sub_banner img {
        display: none; /* Hide image in mobile to avoid overlapping */
    }

}
