.blog-updates-banner-section{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blog-updates-banner-section img{
    width: 100%;
    height: 390px;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98%;
    transform: translate(-50%, -50%);
    font-size: 3.75rem;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
}

.blog-updates-content-title h1{
    color: #004903;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 2.25rem;
    line-height: normal;
    /* letter-spacing: 5px; */
    letter-spacing: 3px;
/*     padding: 4% 0%; */
    padding-top: 2.5%;
    padding-bottom: 4%
}

.blog-updates{
    background-color: #F4F4F4;
}

.blog-updates-content{
    padding: 2% 10%;
}


/* Container for the filter button */
.filter {
    position: relative;
    width: 100%;
}

/* Styles for the button */
.filter .btn {
    background-color: #F4F4F4;
    color: #004903;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.filter-btn-group p{
    padding: 0px;
    margin: 0px;
}

/* Dropdown menu styling */
.filter .dropdown-menu {
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    padding: 0;
    min-width: 250px;
    position: relative;
}

/* Menu items */
.filter .dropdown-menu li a {
    padding: 10px 15px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-menu {
    list-style: none; 
    padding-left: 0;  
    margin: 0;       
}

.dropdown-menu li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

/* Remove underline from links and style them */
.dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
}

/* Optional: Hover effect */
.dropdown-menu li a:hover {
    background-color: #f0f0f0;
}

/* Remove border for the divider */
.dropdown-menu .divider {
    border-bottom: none;
    margin: 10px 0;
}

.filter-btn-group{
    display: flex;
    align-items: center;
    gap: 2%;
    justify-content: end;
}

.blog-report-section {
    display: flex;
    align-items: center;
}

.blog-report-img {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 10px; 
    padding: 10px;
}

.blog-image {
    display: flex;              
    justify-content: center;    
    align-items: center;         
    height: 100%;     
}

.blog-image img {
    width: 80%; 
    border-radius: 10px; 
}

.blog-report-content-section {
    flex: 2; 
    padding: 20px;
}

.blog-report-content-section button {
    display: flex;
    align-items: center; 
    margin-top: 10px; 
    justify-content: space-between;
    padding: 2% 4%;
}

.blog-report-image-section img{
    width: 80%;
}

.blog-report-content-button {
    background-color: #004903;
    color: #EAFFEA;
    font-weight: bold;
    border-radius: 5px;
    font-family: "montserrat";
    letter-spacing: 4px;
}

.blog-report-content-button img{
    width: 10%;
}

.blog-quaterly-updates-content {
    padding: 0% 8%;
}

.blog-report-content-section h1 {
    color: #004903;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 3vh;
    line-height: normal;
    /* letter-spacing: 5px; */
    letter-spacing: 4px;
    margin: 0;
}

.blog-report-content-section p{
    font-family: "Montserrat";
    color: #1F262E;
    font-size: 2vh;
    padding: 2% 0%;
}

.page-item{
    color:#1F262E !important;
    margin: 0 5px; 
}

.page-link:hover {
    z-index: 2;
    color: #1F262E !important;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link{
    z-index: 2;
    color: #1F262E !important;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#filter-btn i {
    margin-left: 8px;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #004903 !important; 
}

@media (max-width: 768px) {
    .blog-updates-content-title h1 {
        font-size: 5vh;
        padding: 6% 0%;
    }

    .blog-report-section {
        flex-direction: column;
        text-align: center;
    }

    .blog-report-img, .report-content-section {
        width: 100%;
    }

    .filter .btn {
        width: auto; /* Keep button size dynamic */
        justify-content: space-between; /* Keep spacing for text and icon */
    }

    .blog-report-content-button {
        padding: 10px;
    }
    .blog-report-content-section button {
        margin: 0 auto;
        padding: 3% 5%;
    }
    .centered-text {
        font-size: 3.5rem;
    }
    .blog-updates-banner-section img{
        height: auto;
    }
}

@media (max-width: 576px) {
    .blog-updates-content-title h1 {
        font-size: 4vh;
    }

    .filter-btn-group {
        justify-content: center;
    }

    .filter .btn {
        font-size: 14px;
    }

    .blog-report-section {
        margin: 15px 0;
    }

    .blog-report-content-section h1 {
        font-size: 2.5vh;
    }

    .blog-report-content-section p {
        font-size: 1.8vh;
    }

    .centered-text {
        font-size: 3.5rem;
    }
    .blog-updates-banner-section img{
        height: auto;
    }
}
