@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marck+Script&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inder&family=Jost:ital,wght@0,100..900;1,100..900&family=Marck+Script&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



.news-card {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.img-box img {
    border-radius: 4px;
}

.category-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #1e8e3e;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 3px;
}

.news-title {
    font-weight: 700;
    line-height: 1.4;
}

.news-meta {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #8A8A8C;
}

.news-meta i {
    margin-right: 4px;
}

.news-desc {
    font-family: "Inder", sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
}

/* SHARE ICONS */
.share {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.share.fb {
    background: #1877f2;
    text-decoration: none;
}

.share.wa {
    background: #25d366;
    text-decoration: none;
}

.share.plus {
    background: #0d6efd;
    text-decoration: none;
}

/* READ MORE */
.read-more {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.read-more i {
    transition: transform 0.3s;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* MOBILE */
@media (max-width: 576px) {
    .news-title {
        font-size: 18px;
    }
}







    .marquee-container {
        width: 90%;
        margin: auto;
        background-color: white;
        padding: 10px;
        box-sizing: border-box;
        display: block;
        align-items: center;
        height: 8rem;
    }

    .container_first {
        /* width: 100%; */
        height: 3.5rem;
        display: flex;
        margin-top: 15px;
        background-color: rgb(250, 247, 247);
    }

    /* Flex layout inside marquee for responsive news item */
    marquee .marquee-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    marquee .marquee-item img {
        width: 4.5rem;
        height: 4rem;
        object-fit: cover;
        flex: 0 0 auto;
        margin: 0;
        border-radius: 4px;
    }

    marquee .news-text {
        font-size: 1rem;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: black;
        margin: 10px;
        line-height: 1.4;
    }

    marquee .news-meta {
        display: block;
        color: grey;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 0.85rem;
        margin-top: 0.25rem;
    }

    sub {
        font-size: 0.80rem;
        color: grey;
    }

    .label {
        background-color: rgb(36, 26, 143);
        display: flex;
        align-items: center;
    }

    .btn-1 {
        background-color: rgb(36, 26, 143);
        color: white;
        border: none;
        height: 100%;
        padding: 0 15px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 1rem;
        cursor: pointer;
    }

    /* RIGHT BUTTON */
    .headline-btn {
        background: #241a8f;
        color: white;
        border: none;
        height: 100%;
        width: 50px;
        cursor: pointer;
        font-size: 18px;
    }

    .headline-btn:hover {
        background: #1a1370;
    }

    /* Responsive: stack image above text on narrow viewports */
    @media (max-width: 480px) {
        marquee .marquee-item {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.25rem;
        }

        marquee .marquee-item img {
            width: 6rem;
            height: 5rem;
        }
    }

    /* HEADLINE BAR STYLES */
    .headline-bar {
        width: 90%;
        margin: auto;
        background: #fff;
        display: flex;
        align-items: center;
        height: 4.5rem;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 15px;
    }

    /* LEFT HEADLINES */
    .headline-label {
        background: #241a8f;
        color: #fff;
        padding: 0 20px;
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: bold;
        letter-spacing: 1px;
    }

    /* CENTER MARQUEE */
    .headline-marquee {
        flex: 1;
        padding: 0 15px;
    }

    .marquee-item {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .marquee-item img {
        width: 50px;
        height: 45px;
        object-fit: cover;
        border-radius: 4px;
    }

    .news-text {
        font-size: 15px;
        font-family: Arial, sans-serif;
    }

    .news-meta {
        font-size: 12px;
        color: gray;
    }

    /* RIGHT BUTTON */
    .headline-btn {
        background: #241a8f;
        color: white;
        border: none;
        height: 100%;
        width: 50px;
        cursor: pointer;
        font-size: 18px;
    }

    .headline-btn:hover {
        background: #1a1370;
    }

    /* responsive for next header */
    @media (max-width: 576px) {

        .headline-bar {
            width: 95%;
            height: auto;
            flex-direction: column;
        }

        .headline-label {
            width: 100%;
            justify-content: center;
            height: 40px;
            font-size: 14px;
        }

        .headline-marquee {
            width: 100%;
            padding: 10px;
        }

        marquee {
            height: auto;
        }

        .marquee-item {
            gap: 10px;
        }

        .marquee-item img {
            width: 45px;
            height: 40px;
        }

        .news-text {
            font-size: 14px;
        }

        .news-meta {
            font-size: 11px;
        }

        .headline-btn {
            width: 100%;
            height: 40px;
            font-size: 16px;
            display: none;
        }
    }

    @media (min-width: 577px) and (max-width: 992px) {

        .headline-bar {
            width: 95%;
            height: 4rem;
        }

        .headline-label {
            padding: 0 15px;
            font-size: 14px;
        }

        .marquee-item img {
            width: 48px;
            height: 42px;
        }

        .news-text {
            font-size: 14px;
        }

        .headline-btn {
            width: 45px;
        }
    }

    @media (min-width: 993px) and (max-width: 1200px) {

        .headline-bar {
            width: 92%;
        }

        .news-text {
            font-size: 15px;
        }
    }
