.edit_g{
    margin-left: -25px;
}

.cost_g{
    margin-left: 10px;
}

.del_g{
    margin-left: -10px;
}

.cst_g{
    margin-bottom: 92px;
}

.mng_g{
    margin-bottom: 118px;
}

.contact_g{
    background-image: url(../images/contact2.jpg);
}


.quality_g{
    background-image: url(../images/quality2.jpg    );
}
.head_g h2{
    margin-top: 40px;
}
.infra_g{
    background-image: url(../images/infra2.jpg);
    
}

.p_g p{
    margin-bottom: 80px;
}
.pbmit-featured-wrapper{
    width: 350px;
    height: 250px;
}


.slider-container {
    text-align: center;
    max-width: 450px;
}

.main-image-container {
    width: 510px;
    height: 370px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-image {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* Full-screen zoom styles */
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
    cursor: zoom-out;
    transition: transform 0.3s ease;
}

.thumbnail-slider {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    overflow-x: auto;
}

.thumbnail-slider img {
    width: 70px;
    height: 70px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thumbnail-slider img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



@media only screen and (max-width: 600px) {
    .main-image-container {
        width: 330px;
        height: 320px;
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
  }