/* Home Services Slider Custom Styles */
.project-two-active {
    width: 100%;
    overflow: hidden;
}

.project-two-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-two-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

/* Final Fixed MICE Services Card Tilted Frame */
.mice-image-frame {
    display: table; /* Force "shrink-to-fit" behavior to wrap image width exactly */
    width: auto;
    margin: 0 auto; /* Center within the flex card */
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    transform: rotate(8deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
}

.mice-service-img {
    display: block;
    max-width: 260px; /* Constraints for a balanced look within the card */
    height: 180px; /* Consistent height for neat alignment across the row */
    object-fit: cover;
    border-radius: 8px;
}
