.ticker-container {
    background-color: #024e2d;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.ticker {
    display: inline-block;
    animation: ticker-scroll 20s linear infinite;
}
@keyframes ticker-scroll {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}
.ticker-item {
    display: inline-block;
    color: white;
    margin-right: 30px;
}
.up { color: lightgreen; }
.down { color: red; }


.Imagess {
    height: 75vh;
    overflow: hidden;
}

.fs-2 {
    font-size: 2rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    fill: rgba(0, 0, 0, 0.50);
    background-color: #000;
    width: 44px;
    height: 44px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(2px);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    font-family: Montserrat;
    font-weight: 500;
    position: absolute;
    bottom: 1px;
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;

}



.filtered-articles {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filtered-articles::-webkit-scrollbar {
    display: none;
}

.Popular_Articles_button,
.Latest_Articles_button {
    color: var(--text-color, #035F48);
    background: white;
    border: 1px solid #035F48;
    transition: background 0.3s ease, color 0.3s ease;
}

.active-button {
    color: white;
    background: var(--green, #035F48);
    border: 1px solid var(--green, #035F48);
}

.Popular_Articles_button:hover,
.Latest_Articles_button:hover {
    background: #02483a;
    color: white;
}

.Popular_Articles_button:active,
.Latest_Articles_button:active {
    transform: scaleX(0.95);
    transform-origin: right;
    transition: transform 0.2s ease-in-out;
    border: 2px solid var(--green, #035F48) !important;
    background: #02483a !important;
    color: white !important;
}

.Articles:hover {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
    border: none;
}


body {
    background-color: #f8f9fa;
}

h2 {
    font-weight: bold;
    color: #2c755f;
}

.card {
    border-radius: 10px !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    
    border: 1px solid #06402B !important;

    background: #FFF;   
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-body {
    text-align: center;

}
.card-body p{
    text-align: justify;
}

/* .btn-outline-primary {
    width: 100%;
} */
.container .row{
    margin-top: 2%;
}
.butt  a{
    border: 2px solid var(--green, #035F48) !important;
    border-radius: 8px;
}
.vie {
    display: flex;
    padding: 1% 2%;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #A4A3A3;
} 
.vie a{
    font-weight: 500;
    font-size: 20px
}
.text-mutedd{
    text-align: left;
    color: #000 !important;
} 
.datetim{
    border-radius: 8px;
    display: flex;
    /* padding: 12px 0px; */
    gap: 10px;
}
.top-head{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;


}
.top-head h2{
    color: #035F48;
font-family: Montserrat;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-bottom: 10px;
border-bottom: 5px solid #CDA43B;
}
.pa{
    margin-top: 0% !important;
}
.pa .col-md-4{
    margin-top: 2%;
}