.pxp-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}
.pxp-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.special-services a {
    text-decoration: none;
}
.special-services {
    background-color: #F7F7F7
}
.custom-card {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    
}

.custom-card-image {
    position: relative;
    overflow: hidden;
}

 

    .custom-card-image img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }

.custom-card .pxp-services-item-text-title {
   
    width: 100%;
    display: block;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.custom-card .custom-details {
    padding: 20px;
  background-color: #fff;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity:1;
    font-weight: 700;
   
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}


.features-wrapper {
    max-width: 100%; /* the container controls width */

    margin: 0 auto;
}

    .features-wrapper .features-grid{ width:33%}
    .features-wrapper img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }

/* Top row: three equally spaced */
.top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px; /* use a positive gap for spacing */
    flex-wrap: wrap; /* allow wrapping on small screens */
    margin-bottom: 0px;
}


/* Bottom row: two images centered */
.bottom-row {
    display: flex;
    justify-content: center;
    gap: 0px; /* space between them */
    flex-wrap: wrap;
}
@media (max-width: 900px) {
    .features-wrapper .features-grid {
        width: 100%
    }
}
@media screen and (max-width: 575px) {
    .pxp-hero.vh-100 {
        height: 80vh!important;
        min-height: 560px;
    }
}