.news-section 
{
    padding: 60px 0;
    background: #eef5f7;
}


#galleryCarousel {
    overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

.news-card {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: .3s;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.news-card img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    cursor: pointer;
}

/* .news-body{
    padding:15px;
    min-height:90px;
} */

.news-body h5 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.news-footer {
    background: #7a3300;
    color: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-footer a {
    color: #fff;
    text-decoration: none;
}

/* Owl Nav */

.owl-nav {
    display: block !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #7a3300 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-prev i,
.owl-next i {
    color: #fff;
    font-size: 20px;
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev:hover,
.owl-next:hover {
    background: #a04400 !important;
}


/* Modal */

.modal-dialog {
    max-width: 55%;
}

#popupImage {
    width: 100%;
    max-height: 85vh;
    object-fit: contain;
}

.close {
    font-size: 35px;
    opacity: 1 !important;
}

@media(max-width:768px) {

    .news-header h2 {
        font-size: 28px;
    }

    .news-card img {
        height: 220px;
    }

    .owl-prev {
        left: 5px;
    }

    .owl-next {
        right: 5px;
    }

}


.news-header {
    text-align: center;
    margin-bottom: 40px;
}

.news-header h2 {
    color: #800000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-header p {
    color: #666;
    font-size: 18px;
    margin: 0;
}

@media(max-width:768px) {
    .news-header h2 {
        font-size: 28px;
    }

    .news-header p {
        font-size: 16px;
    }
}
