.stAntony {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    padding: 20px;
    border-radius: 10px;
}

.history-read-more {
    /* margin-top: 20px; */
}

.history-read-more button {
    padding: 8px 20px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .stAntony {
        min-height: auto;
        padding: 15px;
    }

    .history-read-more button {
        width: 100%;
    }
}

@keyframes zoomFade {
    from {
        opacity: 0.8;
        transform: scale(1);
    }

    to {
        opacity: 1;
        transform: scale(1.1);
    }
}

.stAntony img{
    border-radius: 15px;
    animation: zoomFade 1s ease-in-out;
}
.stAntony img:hover{
    cursor: pointer;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.skills .bar {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skills .bar:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.skills .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skills .info img {
    width: 150px;
    height: 150px;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.artdeco-list__item {
    list-style: none;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.artdeco-list__item:hover {
    border-color: #0078ff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.experience-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.company-logo img {
    border-radius: 8px;
}

.company-details .job-title {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.company-details .company-name {
    font-size: 14px;
    color: #555;
}

.company-details .job-duration,
.company-details .job-location {
    font-size: 13px;
    color: #777;
}
.month-card {
    min-height: 150px;
    cursor: pointer;
}
.month-card .card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kcym-section .card-img-top{
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.feast-section .card-img-top
{
    width: 100%;
    height: 500px;
    object-fit: cover;
}