.services-image{
    min-width: 340px;
    height: 100%;
    width: 100%;
    height: 100%;    
    object-fit: cover;
}
.enablers-page-item{
    display: flex;
}
.service-content-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-title-card{
    font-weight: 400;
    font-family: Poppins, Inter;
    font-size: 20px;
    transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    
}
.service-heading .service-title{
    color: #04242A;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
}
.service-description p  {
    color: #073339;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.service-link {
    position: relative;
}
.service-link svg {
    position: absolute;
    right: 0;
    pointer-events: none;
}
.service-link .learn-more-link{
    font-size: 30px;
    color: #303133;
    text-decoration: none;
    font-weight: 700;
    font-family: Inter, Inter;
    width: 100%;
}
.double-block-padding {
    padding: 60px 36px;
    height: 100%;
}
.mt-18{
    margin-top: 18px;
}
.service-title-card{
    transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
    overflow: hidden;
}
 @media screen and (min-width: 1024px) {
    .service-title-card:hover {
        transform: scale(1.1);
    }
 }
.service-title-card:hover {
    transform: scale(1.2);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    z-index: 2;
}
.service-title-card .service-inner-card:hover{}
    
.service-title-card .service-inner-card::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(255, 100, 100, 0);
    border-radius: 50%;
    opacity: 0.5;
    transform: translate(-50%, -50%);
    transition: width 0.7s ease-in-out, height 0.7s ease-in-out, background-color 0.5s ease-in-out;
 
}
.service-title-card:hover .service-inner-card::before{
    width: calc(2 * max(90%, 90%));
    height: calc(2 * max(100%, 100%));
    background-color: rgba(255, 100, 100, 1);
    z-index: -1;
}

/* Repeat the pattern for additional cards if needed */
.service-title-card:nth-child(5n+2) {
    background-color: #fdefe4;
}

.service-title-card:nth-child(5n+4) {
    background-color: #efe7fc;
}

.service-title-card:nth-child(5n+5) {
    background-color: #e6e9fa;
}

.service-title-card:nth-child(5n+7) {
    background-color: #faece8;
}
.service-title-card:nth-child(5n+8) {
    background-color: #6173de;
}
.service-title-card:nth-child(5n+8):hover .service-inner-card::before {
    background-color: #b06ba1 !important;
}

.service-title-card:nth-child(5n+8) > *,.service-title-card:nth-child(5n+8) .service-title,
.service-title-card:nth-child(5n+8) .service-description p, .service-title-card:nth-child(5n+8) .service-link .learn-more-link{
    color:#ffffff;
}   
body{
    overflow-x: hidden;
}
@media screen and (min-width: 768px) {
    .relevant-articles .layout__region--first {
        padding-right: 52px;
        border-right: 1px solid #ececec;
    }
}
.relevant-articles .layout__region--second {
    padding-left: 34px;
    position: sticky;
    vertical-align: top;
    top: 100px;
}
.relevant-articles .layout__region--second h2{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins';
}
.relevant-articles .related-posts .related-post-tile {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 16px;
}
.relevant-articles .related-posts .related-post-tile a {
    color: #5f5f5f;
    line-height: 100%;
}
.relevant-articles {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.relevant-articles iframe {
    max-width: 100%;
}
/* Hide Skilled workforce for time being */
.service-title-card:last-child {
    display: none;
}



