.latest-publications {
    padding: 70px 20px;
    background: #fff;
    text-align: center;
}
.latest-publications .container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.section-title {
    font-size: 2.2em;
    margin-bottom: 30px;
}

.post-slide {
    background: #fff;
}
.post-item {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    text-align: left;
}
.post-item:hover {
    transform: translateY(-6px);
}
.post-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-content {
    padding: 18px 18px 22px;
}
.post-date {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #666;
}
.post-content h4 {
    margin: 6px 0 10px;
    font-size: 18px;
}
.post-content h4 a {
    color: #000;
    text-decoration: none;
}
.post-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

.article-read-more {
    display: inline-block;
    background-color: #d9c96e;
    color: #000;
    padding: 7px 16px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
}
.article-read-more:hover {
    background-color: #c5b85f;
}

.owl-nav button {
    background: #d9c96e !important;
    color: #000 !important;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 40%;
}
.owl-nav .owl-prev {
    left: -25px;
}
.owl-nav .owl-next {
    right: -25px;
}
@media (max-width: 768px) {
    .owl-nav {
        display: none !important;
    }
}
