/* Pimpinan Photo Size Adjustment - Match Slider Image Size */

/* Reduce photo wrapper size to match slider */
.pimpinan-foto-wrapper {
    max-width: 75% !important;
    margin: 0 auto !important;
}

.pimpinan-foto,
.pimpinan-foto-placeholder {
    width: 100% !important;
    max-width: 100% !important;
}

/* Align content vertically like slider */
.py-5.bg-light .row.align-items-center {
    display: flex;
    align-items: center !important;
}

.py-5.bg-light .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments to match slider */
@media (max-width: 992px) {
    .pimpinan-foto-wrapper {
        max-width: 80% !important;
    }
}

@media (max-width: 768px) {
    .pimpinan-foto-wrapper {
        max-width: 70% !important;
    }
    
    .sambutan-card {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .pimpinan-foto-wrapper {
        max-width: 85% !important;
    }
}
