/*---intro to service---*/

.key-benefits {
    margin-top: 20px;
}

.benefit-image {
background-color: #414750;
display: flex;
align-items: center;
justify-content: center;
border-radius: 7px;
margin: -20px 0px -20px -20px;
padding: 17px;
width: 90px;
height: 93px;
}

.benefit-image img {
width: 48px;
height: 48px;
}


.benefits{
    margin-left: -7%;
}
.benefit-item {
    background-color: #2f2f48;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border */
}

.benefit-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Subtle shadow on hover */
}

.benefit-text {
display: flex;
align-items: center;
justify-content: center;
padding-left: 18px;
flex: 1;
}

.benefit-text h5 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
}

.benefit-item img {
    width: 48px;
    height: 48px;
}

.benefit-item h5 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
}

h4 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
}

/* .service-section {
        padding: 60px 20px;
    }
    .service-section h1 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .service-section p {
        font-size: 18px;
        color: #c2c2d6;
    } */
    .key-benefits {
        margin-top: 50px;
        padding-right:40%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-right: -27%;
    }
    .benefit-item {
        background-color: #2f2f48;
        padding: 20px;
        border-radius: 10px;
        width: 100%;
        margin-bottom: 20px;
        transition: transform 0.3s;
    }
    .benefit-item:hover {
        transform: scale(1.05);
    }
    .benefit-item img {
        width: 50px;
        height: auto;
    }
    .benefit-item h5 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #ffffff;
    }
    .description {
        margin-top: 40px;
        font-size: 18px;
        color: #c2c2d6;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-consultancy {
        margin-top: 40px;
        background-color: #28a745;
        color: white;
        font-size: 18px;
        padding: 10px 30px;
        border-radius: 5px;
        border: none;
        transition: background-color 0.3s;
    }
    .btn-consultancy:hover {
        background-color: #218838;
    }
    .overview-img {
        width: 330px;
        height: 210px;
        margin-top: 49px;
        border-radius: 22px;
    }

    .benefit-item.active {
        background-color: #234F42;
        color: #fff; /* Optional: to make the text white */
    }
/*---intro to service ends---*/



@media (max-width: 767px) {

    .key-benefits {
        padding-right: 0% !important;
        margin-right: 0% !important;
    }

    .benefit-content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -13%;
        margin-bottom: 5%;

    }

}
