
/* Industries we serve section css start  */


section.industries-we-serve {
    position: relative;
    padding-top: 140px;
}

.induservices-box {
    position: relative;
    border: 2px solid #9810fa96;
    padding: 4px;
    border-radius: 10px;
    overflow: hidden;
}

.induservices-box:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease-in;
}

.induservices-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

h5.induservices-hd {
    position: absolute;
    color: var(--white-color);
    background: #00000078;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); /* Centering horizontally and vertically */
    text-align: center;
    width: 70%; 
    padding: 7px 0;
    border-radius: 5px;
    font-size: var(--f16);
    letter-spacing: 1px;
    margin-bottom: 0;
}

.main-head h2 {
    color: var(--white-color);
    font-size: var(--f40);
    font-weight: 700;
    background: linear-gradient(90deg, #ff6ec4, #7873f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: var(--p10);
}

.main-head p {
    /* color: gray; */
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000038;
    z-index: 0;
    display: none;
}