/* News/Events Section Mobile Responsive Styles */

/* Mobile screens (max-width: 767px) */
@media (max-width: 767px) {
    .news-carousel-section {
        padding: 40px 0 80px 0 !important;
        overflow: visible !important;
    }

    .news-carousel-section .auto-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .news-carousel-section .sec-title_title {
        font-size: 1.1rem !important;
        padding: 10px 18px !important;
        margin-bottom: 12px !important;
    }

    .news-carousel-section .sec-title_heading {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 25px !important;
    }

    .news-carousel-wrapper {
        overflow: visible !important;
        min-height: auto !important;
    }

    .news-slider {
        overflow: visible !important;
    }

    .news-slider .swiper-wrapper {
        overflow: visible !important;
    }

    .news-slider .swiper-slide {
        overflow: visible !important;
        height: auto !important;
        min-height: auto !important;
    }

    .news-slider .swiper-slide .row {
        overflow: visible !important;
    }

    .news-image-wrapper {
        padding: 0 !important;
        margin-bottom: 25px !important;
    }

    .news-image-wrapper img {
        border-radius: 12px !important;
        width: 100% !important;
        height: auto !important;
    }

    .news-content-wrapper {
        padding: 20px 15px !important;
        overflow: visible !important;
        height: auto !important;
        min-height: auto !important;
    }

    .news-content-wrapper .sec-title {
        overflow: visible !important;
        height: auto !important;
    }

    .news-content-wrapper .sec-title_title {
        font-size: 0.95rem !important;
        padding: 8px 14px !important;
        margin-bottom: 15px !important;
        display: inline-block !important;
        background: linear-gradient(90deg, #ff9800 60%, #ffb74d 100%) !important;
        color: #fff !important;
        border-radius: 8px !important;
        white-space: nowrap !important;
        width: auto !important;
        max-width: fit-content !important;
    }

    .news-content-wrapper .sec-title_heading {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
        margin-top: 15px !important;
        margin-bottom: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
    }

    .news-slider-pagination {
        position: relative !important;
        bottom: auto !important;
        margin-top: 30px !important;
    }

    .news-slider-nav {
        display: none !important;
    }
}

/* Extra small mobile screens (max-width: 480px) */
@media (max-width: 480px) {
    .news-carousel-section {
        padding: 30px 0 70px 0 !important;
    }

    .news-carousel-section .sec-title_title {
        font-size: 1rem !important;
        padding: 10px 30px !important;
    }

    .news-carousel-section .sec-title_heading {
        font-size: 1.4rem !important;
        padding: 0 10px !important;
    }

    .news-content-wrapper {
        padding: 15px 10px !important;
    }

    .news-content-wrapper .sec-title_title {
        font-size: 0.85rem !important;
        padding: 7px 12px !important;
        margin-bottom: 12px !important;
    }

    .news-content-wrapper .sec-title_heading {
        font-size: 1.5rem !important;
        line-height: 1.5 !important;
        margin-top: 12px !important;
    }
}
