th, td {
  padding: 2px 5px;
}

.timeline {
    position: relative;
    padding-left: 30px; 
}

.timeline-item {
    position: relative;
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.timeline-marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.5rem; 
}


.timeline-item::before {
    width: 0;
    height: 0;
}

.gallery-img {
    width: 100%;
    height: auto;       
    max-height: 300px;  
    object-fit: contain;
    display: block;
    background: #f8f9fa; 
}
.card {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
}

.photo-preview {
    max-width: 100%;
    height: auto;
}

.gallery-img {
    width: 100%;
    height: auto;            
    max-height: 250px;       
    object-fit: contain;     
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card {
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center;     
    min-height: 250px;       
}

.card:hover .gallery-img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
