  
        .year-accordion {
            margin-bottom: 60px;



             .research-themes {
            margin-bottom: 40px;

            h2{
                font-size: 32px;
                font-weight: 500;
                font-family: $secondaryFont;
                line-height: 42px;
                margin-bottom: 30px;
            }
            .theme-title {
                font-size: 1.4rem;
                color: #2c3e50;
                margin-bottom: 20px;
                padding-bottom: 15px;
                font-family: $secondaryFont;
                border-bottom: 1px solid #bac0c958;
                font-weight: 500;
            }
            
            .theme-list {
                list-style-type: none;
                padding-left: 0;
            }
            
            .theme-list li {
                margin-bottom: 15px;
                padding-left: 25px;
                position: relative;
                font-size: 18px;
                color: $textColor;
            }
            
            .theme-list li:before {
                content: "•";
                color: #3498db;
                font-weight: bold;
                position: absolute;
                left: 0;
                font-size: 1.2rem;
            }
            
            .publications-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
                margin-top: 30px;
            }
            
            .publication-card {
                background: #f8f9fa;
                border-radius: 8px;
                padding: 20px;
                transition: all 0.3s ease;
            }
            
            .publication-card:hover {
                background: #e7f4ff;
                transform: translateY(-5px);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            }
            
            .pub-title {
                font-weight: 600;
                color: #2c3e50;
                margin-bottom: 10px;
            }
            
            .pub-authors {
                color: #7f8c8d;
                font-size: 0.9rem;
                margin-bottom: 10px;
            }
            
            .pub-link {
                color: #3498db;
                text-decoration: none;
                font-weight: 500;
                display: inline-flex;
                align-items: center;
            }
            
            .pub-link i {
                margin-left: 5px;
                transition: transform 0.3s ease;
            }
            
            .pub-link:hover i {
                transform: translateX(5px);
            }
            
            .stats-section {
                background: linear-gradient(to right, #2c3e50, #3498db);
                padding: 60px 0;
                border-radius: 12px;
                color: white;
                margin-bottom: 60px;
            }
            }
            
            .accordion-item {
                border: none;
                border-radius: 8px;
                overflow: hidden;
                margin-bottom: 20px;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            }
            
            .accordion-button {
                background: linear-gradient(135deg, #0c3b6c, #09509b);
                color: white;
                padding: 20px 25px;
                font-size: 1.5rem;
                font-weight: 500;
                border: none;
                font-family: $secondaryFont;
                box-shadow: none;
            }
            
            .accordion-button:not(.collapsed) {
                            background: linear-gradient(135deg, #0c3b6c, #09509b);
                color: white;
                box-shadow: none;
            }
            
            .accordion-button::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            }
            
            .accordion-body {
                padding: 30px;
                background: #fff;
            }
            
        }
        

        .division-item{
            margin-bottom: 40px;
            padding: 0 20px;
            i{
                font-size: 32px; 
                height: 70px;
                width: 70px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #D4E0EC;
                border-radius: 50%;
                color: $primaryColor;
            }
            h4{
                font-size: 24px;
                line-height: 34px;
                font-weight: 400;
                color: #333;
                font-family: $secondaryFont;
                margin: 10px 0;
            }
            p{
                font-size: 16px;
                color: $textColor;
                font-weight: 400;
            }
        }


        .feature-research-container{
            h3{
                font-size: 38px;
                font-weight: 500;
                font-family: $secondaryFont;
                color: $blackColor;
            }
        }
        .feature-research-item{
            padding-top: 30px;
            .feature-research-img{
                img{
                    max-height: 450px;
                    width: 100%;
                    object-fit: contain;
                }
            }

            .feature-research-content{
                h2{
                    font-size: 42px;
                    font-family: $secondaryFont;
                    font-weight: 400;
                    color: $blackColor;
                    line-height: 54px;
                    margin-bottom: 10px;
                     &:hover{
                        text-decoration: underline;
                    }
                }
                .featured-dete{
                    font-size: 16px;
                    color: $primaryColor;
                    margin-bottom: 20px;
                }
                h4{
                    font-size: 18px;
                    color: $textColor;
                    line-height: 28px;
                }
            }
        }


        .small-feature-research-item{
            margin-top: 40px;
              .feature-research-img{
                background-color: #f3f3f3;
                height: 220px;
                @include d-center;
                img{
                    height: 100%;
                    width: 100%;
                    object-fit: contain;
                }
            }

              .feature-research-content{
                padding-top: 10px;
                h2{
                    font-size: 20px;
                    font-family: $secondaryFont;
                    font-weight: 400;
                    color: $blackColor;
                    line-height: 30px;
                    margin-bottom: 5px;
                    @include text-ellips;
                    &:hover{
                        text-decoration: underline;
                    }
                }                      
                .featured-dete{
                    font-size: 16px;
                    color: $primaryColor;
                    margin-bottom: 10px;
                }
                h4{
                    font-size: 16px;
                    color: $textColor;
                    line-height: 24px;
                    @include text-ellips-3;
                }
            }
        }