/* .flip-card-wrapper {
    gap: 0 !important;
    flex-wrap: wrap;
} */

/* Flip card container */
/* .flip-card {
    width: 50%;
    height: 400px;
    perspective: 1000px;/* Creates the 3D effect */
/* } */
/*  */
/* @media (max-width: 1024px) {
    .flip-card{
        width: 100%;
        height: 500px;
    }
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
} */

/* Front and Back Faces */
/* .flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--wp--preset--color--ji-light-gray);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Front Face */
/* .flip-card-front {
    background-color: var(--wp--preset--color--ji-black);
    color: var(--wp--preset--color--ji-white);
}

/* Back Face */
.flip-card-back {
    background-color: var(--wp--preset--color--ji-deep-gray);
    color: var(--wp--preset--color--ji-white);
    transform: rotateY(180deg)!important;
}

/* Flip the inner card when hovered */
/* .flip-card:hover .flip-card-inner {

    transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner .flip-card-front,
.flip-card-back{
    margin-top: 0!important;
} */

.what-we-do .service-row{
    width: 100%;
}
.what-we-do .service-row h2, 
.what-we-do .service-row p{
    margin-left: 0!important;
}

.what-we-do .service-row h2{
    margin-bottom: 2.5rem;
}

.service-row .col-content{
    width: 50%;
}

@media (max-width: 1024px){
    .service-row .col-content {
        width: 100%;
    }
}