/* About Us Image Alignment CSS */

.wpo-about-section-s4 .row.align-items-center {
    align-items: flex-start !important;
}

.wpo-about-section-s4 .col-lg-6:first-child {
    padding-top: 0 !important;
}

.wpo-about-section-s4 .about-left {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.wpo-about-section-s4 .professional-image-stack {
    align-self: flex-start;
    margin-bottom: 0;
    padding: 0 !important;
}

/* Ensure the image container matches the text content height */
@media (min-width: 992px) {
    .wpo-about-section-s4 .about-left,
    .wpo-about-section-s4 .about-content {
        display: flex;
        flex-direction: column;
    }
    
    .wpo-about-section-s4 .about-left {
        justify-content: flex-start;
    }
    
    .wpo-about-section-s4 .about-content {
        justify-content: flex-start;
    }
}

/* Remove padding from image-3 on index page */
.about-left .image-3 {
    padding: 0 !important;
    margin: 0 !important;
}

.about-left .image-3 img {
    padding: 0 !important;
    margin: 0 !important;
}

/* Fix checkbox icon alignment to first line */
.wpo-about-section .about-content ul li::before,
.wpo-about-section-s4 .about-content ul li::before {
    top: 0.6em !important;
    transform: none !important;
}

/* Mobile responsiveness */
@media (max-width: 991px) {
    .wpo-about-section-s4 .row.align-items-center {
        align-items: center !important;
    }
    
    .wpo-about-section-s4 .about-left {
        margin-bottom: 30px;
        justify-content: center;
    }
}
