		.archived-reports-container {
			max-width: 84.44444444444444vw;
			margin: 0 auto;
			padding: 40px 0px;
			font-family: "Poppins", sans-serif;
		}

		.archived-reports-container .section-title {
			font-size: 40px;
			font-weight: 300;
			font-style: normal;
			background: linear-gradient(270deg, #25623D 0%, #D1DAA9 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			text-align: center;
			margin: 4vh 0 4vh 0;
		}

		.archived-reports-container .section-description {
			font-size: 20px;
			font-style: normal;
			color: #000;
			text-align: center;
			margin-bottom: 3vh;
		}

		.archived-reports-container .filter-container {
			display: flex;
			justify-content: space-between;
			align-items: stretch;
			margin-bottom: 6vh;
			border: 1px solid #E5E5E5;
			border-radius: 50px;
			overflow: hidden;
			background-color: white;
			box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
		}

		.archived-reports-container .filter-item {
			flex-grow: 1;
			position: relative;
		}

		.archived-reports-container .filter-item:not(:last-child)::after {
			content: "";
			position: absolute;
			right: 0;
			top: 20%;
			height: 60%;
			width: 1px;
			background-color: #E5E5E5;
		}

		.archived-reports-container select {
			width: 100%;
			height: 100%;
			padding: 18px 25px;
			border: none;
			font-family: "Poppins", sans-serif;
			font-size: 15px;
			font-weight: 400;
			color: #000000;
			appearance: none;
			background: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L7 7L13 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
			background-position: calc(100% - 20px) center;
			cursor: pointer;
			outline: none;
		}

		.archived-reports-container .filter-button {
			margin: 0;
			display: flex;
			align-items: stretch;
		}
		
		.archived-reports-container .swiper-button-disabled {
			opacity: 0.3 !important;
			pointer-events: none !important;
			cursor: not-allowed !important;
		}
		
		.archived-reports-container .search-btn {
			background-color: #25623D !important;
			color: #fff !important;
			padding: 18px 40px;
			border: none;
			border-radius: 0 50px 50px 0;
			font-family: "Poppins", sans-serif;
			font-size: 15px;
			font-weight: 400;
			cursor: pointer;
			text-transform: uppercase;
			height: 100%;
			letter-spacing: 1px;
			white-space: nowrap;
			transition: all 0.3s ease;
			outline: none;
		}

		.archived-reports-container .search-btn:hover {
			background-color: #1a4a2e !important;
			color: #fff !important;
		}
		
		.archived-reports-container .search-btn:focus {
			background-color: #25623D !important;
			color: #fff !important;
			outline: none;
		}

		.archived-reports-container .years-slider-container {
			position: relative;
			margin-bottom: 30px;
			border-bottom: 1px solid #ddd;
		}

		.archived-reports-container .years-slider {
			width: 90%;
			margin: 0 auto;
		}
		
		.archived-reports-container .search-btn:active {
			background-color: #1a4a2e !important;
			color: #fff !important;
		}
		
		.archived-reports-container .search-btn:visited {
			background-color: #25623D !important;
			color: #fff !important;
		}

		.archived-reports-container .swiper-slide {
			text-align: center;    transition: none;
			padding: 10px;
			color: #222221;
			width: auto !important;
			transition: all 0.3s;
			margin-right: 48px !important;
		}

		.archived-reports-container .swiper-slide.active {
			font-weight: 400;
			border-bottom: 3px solid #25623D;
		}

		.archived-reports-container .swiper-button-next,
		.archived-reports-container .swiper-button-prev {
			color: #25623D;
			width: 30px;
			height: 30px;
		}

		.archived-reports-container .swiper-button-next:after,
		.archived-reports-container .swiper-button-prev:after {
			font-size: 20px;
		}

		.archived-reports-container .reports-panel-title {
			color: #222221;
			font-family: "Poppins", sans-serif;
			font-size: 26px;
			font-style: normal;
			font-weight: 400;
			margin: 4vh 0 4vh 0;
		}

		.archived-reports-container .report-group {
			margin-bottom: 15px;
			border-bottom: 1px solid #eee;
		}

		.archived-reports-container .report-title {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 15px 10px;
			cursor: pointer;
			font-weight: 500;
		}

		.archived-reports-container .toggle-icon {
			transition: transform 0.3s;
			display: inline-block;
			width: 14px;
		}

		.archived-reports-container .toggle-icon.open {
			transform: rotate(180deg);
		}

		.archived-reports-container .report-items {
			display: none;
			padding: 10px;
		}

		.archived-reports-container .report-item {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 15px 10px;
			border-bottom: 1px dashed #eee;
		}

		.archived-reports-container .report-item:last-child {
			border-bottom: none;
		}

		.archived-reports-container .report-subheading {
			color: #666;
			font-size: 14px;
			margin-bottom: 5px;
		}

		.archived-reports-container .report-name {
			font-weight: 500;
		}

		.archived-reports-container .download-btn {
			display: inline-flex;
			align-items: center;
			padding: 8px 0;
			background-color: transparent;
			color: #222221;
			text-decoration: underline;
			font-family: "Poppins", sans-serif;
			font-size: 14px;
			font-weight: 400;
			transition: opacity 0.3s;
		}

		.archived-reports-container .download-btn:before {
			content: "";
			display: inline-block;
			width: 18px;
			height: 18px;
			margin-right: 8px;
			background-image: url("https://hayleysnewdesign.hayflex.com/wp-content/uploads/2025/04/archived_reports_download_icon.png");
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}

		.archived-reports-container .download-btn:hover {
			opacity: 0.8;
		}
        
        .archived-reports-container .all-year-group {
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 2px solid #ddd;
        }
        
        .archived-reports-container .year-heading {
            font-size: 24px;
            font-weight: 500;
            color: #25623D;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .archived-reports-container .company-group {
            margin: 15px 0;
            padding-left: 15px;
            margin-bottom: 25px;
        }
        
        .archived-reports-container .company-name {
            font-size: 20px;
            font-weight: 500;
            color: #333;
            margin-bottom: 12px;
        }
        
        .archived-reports-container .read-more-container {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 20px;
        }
        
        .archived-reports-container .read-more-btn {
            background-color: transparent;
            color: #25623D;
            border: 1px solid #25623D;
            padding: 12px 30px;
            border-radius: 50px;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .archived-reports-container .read-more-btn:hover {
            background-color: #25623D;
            color: #fff;
        }
        
        .archived-reports-container .loading-indicator {
            text-align: center;
            padding: 20px;
            color: #666;
            font-style: italic;
        }
        
        .archived-reports-container .year-dropdown-group, 
        .archived-reports-container .company-dropdown-group, 
        .archived-reports-container .report-dropdown-group {
            margin-bottom: 15px;
        }
        
        .archived-reports-container .report-dropdown-group {
            border-bottom: none;
        }

        .archived-reports-container .year-dropdown-header, 
        .archived-reports-container .company-dropdown-header, 
        .archived-reports-container .report-dropdown-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 10px;
            cursor: pointer;
            background-color: white;
        }

        .archived-reports-container .year-dropdown-header {
            font-size: 18px;
            font-weight: 500;
            color: #25623D;
        }

        .archived-reports-container .company-dropdown-header {
            max-width: 84.44444444444444vw;
            font-weight: 500;
            color: #333;
            padding-left: 20px;
        }

        .archived-reports-container .report-dropdown-header {
            max-width: 84.44444444444444vw;
            font-weight: 400;
            color: #444;
            padding-left: 40px;
			font-family: 'Poppins', sans-serif !important;
        }

        .archived-reports-container .year-dropdown-content, 
        .archived-reports-container .company-dropdown-content, 
        .archived-reports-container .report-dropdown-content {
            display: none;
        }

        .archived-reports-container .company-dropdown-content {
            padding-left: 20px;
        }

        .archived-reports-container .report-dropdown-content {
            padding-left: 40px;
        }
		
		.archived-reports-container .year-dropdown-group {
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid #E5E5E5;  
		}

		.archived-reports-container .company-dropdown-group {
			margin-bottom: 10px;
			padding-bottom: 10px;
			margin-left: 20px;
			padding-right: 20px;
			border-bottom: 1px solid #E5E5E5;  
		}
		
		.archived-reports-container .year-dropdown-group:last-child,
		.archived-reports-container .company-dropdown-group:last-child {
			    margin-bottom: 10px;
				padding-bottom: 0;
				padding-bottom: 10px;
				border-bottom: 1px solid #E5E5E5;
		}
		
        .archived-reports-container .dropdown-toggle-icon {
            transition: transform 0.3s;
            display: inline-block;
            width: 24px;  
			height: 24px; 
			font-size: 24px;  
			line-height: 24px;  
			text-align: center;
        }

        .archived-reports-container .dropdown-toggle-icon.open {
            transform: rotate(180deg);
        }

        .archived-reports-container .report-dropdown-content .report-item {
            padding-left: 20px;
        }
		
		@media (max-width: 1024px) {
			.archived-reports-container .swiper-slide {
				margin-right: 45px !important;
			}
		}
		
		@media (max-width: 425px) {
			.archived-reports-container .years-slider {
    			width: 75%; 
			}
			.archived-reports-container .swiper-slide {
				margin-right: 40px !important;
			}
		}
		
		@media (max-width: 768px) {
			.archived-reports-container .section-title {
				font-size: 30px; 
			}

			.archived-reports-container .section-description {
				font-size: 14px;
			}

			.archived-reports-container .reports-panel-title {
				font-size: 20px; 
			}

			.archived-reports-container .filter-container {
				flex-direction: column;
				border-radius: 25px;
			}

			.archived-reports-container .filter-item {
				width: 100%;
			}

			.archived-reports-container .filter-item:not(:last-child)::after {
				display: none;
			}

			.archived-reports-container .filter-item:not(:last-child) {
				border-bottom: 1px solid #E5E5E5;
			}

			.archived-reports-container .search-btn {
				border-radius: 0px; 
				width: 100%;
			}

			.archived-reports-container .report-item,
            .archived-reports-container .company-item {
				flex-direction: column;
				align-items: flex-start;
			}

			.archived-reports-container .report-download {
				margin-top: 10px;
			}
            
            .archived-reports-container .company-name {
                font-size: 18px;
            }
            
            .archived-reports-container .year-heading {
                font-size: 20px;
            }
		}
		
		@media (max-width: 1366px) {
			.archived-reports-container .swiper-slide {
				margin-right: 45px !important;
			}
		}
		
		@media (max-width: 1440px) {
			.archived-reports-container .swiper-slide {
				margin-right: 42px !important;
			}
		}

/* === Purpose Led Business === */

.business-sectors-container * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    .business-sectors-container {
        width: 100%;
        padding: 40px 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .business-sectors-header {
        max-width: 1200px;
        margin: 0 auto 40px;
        text-align: center;
        padding: 0 20px;
    }
    
    .business-sectors-title {
        font-family: "Poppins", Sans-serif;
        font-size: 2.5vw;
        font-weight: 300;
        line-height: 1.2em;
        color: #FFFFFF;
        margin-bottom: 20px;
    }
    
    .purpose-led {
        background: linear-gradient(270deg, #317C4F 0%, #E3ECBA 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    
    .business-sectors-description {
        text-align: center;
        color: #FFFFFF;
        font-family: "Poppins", Sans-serif;
        font-size: 0.9722222222222222vw;
        font-weight: 400;
        line-height: 1.7142857142857em;
        letter-spacing: 0.02em;
        margin: 0 auto;
    }
    
    .business-sectors-slider-wrapper {
        width: 100%;
        overflow-x: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .business-sectors-slider-wrapper::-webkit-scrollbar {
        display: none;
    }
    
    .business-sectors-slider {
        display: flex;
        flex-direction: column;
        padding-left: 2.569444444444444vw;
        cursor: grab;
    }
    
    .business-sectors-slider:active {
        cursor: grabbing;
    }
    
    .business-sector-row {
        display: flex;
        margin-bottom: 10px;
        overflow-x: visible;
        width: max-content;
    }
    
    .business-sector-card {
        flex: 0 0 250px;
    	height: 250px;
        margin-right: 10px;
        overflow: hidden;
        position: relative;
    }
    
    .business-sector-card.right-padded-card {
        margin-right: 2.569444444444444vw;
    }
    
    .right-padding {
        flex: 0 0 0.1vw;
        height: 1px;
    }
    
    .business-sector-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .business-sector-overlay {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 2px;
    }
    
    .business-sector-card:hover .business-sector-overlay {
        opacity: 1;
    }
    
    .business-sector-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px;
        z-index: 2;
        transition: padding-bottom 0.4s ease;
		 background: linear-gradient(to top, 
        rgba(0,0,0,0.8) 0%,
        rgba(0,0,0,0.4) 50%,
        rgba(0,0,0,0) 100%);
    }
    
    .sector-title {
        color: #FFF;
        text-align: center;
        font-family: Poppins;
        font-size: 1.4vw !important;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        transform: translateY(0);
        transition: transform 0.4s ease, margin-bottom 0.4s ease;
    }
    
    .sector-description {
        color: #FFF;
        text-align: center;
        font-family: "Poppins", Sans-serif;
        font-size: 0.9722222222222222vw !important;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        opacity: 0;
        height: 0;
        transition: opacity 0.4s ease, height 0.2s ease;
        transition-delay: 0.1s;
    }
    
    .business-sector-card:hover .business-sector-content {
        padding-bottom: 40px;
    }
    
    .business-sector-card:hover .sector-title {
        transform: translateY(-20px);
    }
    
    .business-sector-card:hover .sector-description {
        opacity: 1;
        height: auto;
    }
    
    .dot-pagination {
        display: none;
        justify-content: center;
        margin-top: 20px;
    }
    
    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #7a8479;
        margin: 0 5px;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: transparent;
    }
    
    .dot.active {
        background-color: #fff;
    }
    
    
 
    @media (min-width: 600px) and (max-width: 1026px) {
        .business-sectors-description {
            font-size: 1.2vw;
			line-height: 1.7142857142857em !important;
            letter-spacing: 0.02em;
        }
        
        .business-sectors-title {
            font-size: 3.515625vw;
        	line-height: 1.4em;
    	}
        
        .sector-description {
        	font-size: 1.2vw !important;
		}
        
        .sector-title {
        	font-size: 1.5vw;
    	}	
    }

    @media (max-width: 1920px) {
        .sector-title {
            font-size: 1vw;
        }

        .sector-description {
            font-size: 0.6vw;
        }
    }
		
	@media (max-width: 1366px) {
		.business-sector-card {
			flex: 0 0 220px !important;
			height: 220px !important;
		}
	}
    
		
	@media (min-width: 1367px) and (max-width: 1500px) {
		.business-sector-card {
			flex: 0 0 240px !important;
			height: 240px !important;
		}
	}
    
		
	@media (max-width: 1800px) {
		.business-sector-card {
			flex: 0 0 270px;
			height: 270px;
		}
	}
    
    @media screen and (max-width: 1024px) {
         .business-sector-card {
            flex: 0 0 280px;
        }
        
        .dot-pagination {
            display: flex;
        }
    }
    
    @media screen and (max-width: 768px) {
        .business-sectors-title {
            font-size: 28px;
        }
        
        .business-sector-card {
            flex: 0 0 240px;
            height: 220px;
        }
        
        .sector-title {
            font-size: 14px;
        }
        
        .right-padding {
            flex: 0 0 15px;
        }
        
        .business-sector-overlay {
            top: 8px;
            left: 8px;
            right: 8px;
            bottom: 8px;
        }
        
        .business-sector-card.right-padded-card {
            padding-right: 15px;
        }
    }
		
	@media screen and (max-width: 559px) {
        .business-sectors-container {
            display: none;
        }
		}
    
    @media screen and (max-width: 480px) {
        .business-sector-card {
            flex: 0 0 220px;
            height: 180px;
        }
        
        .business-sectors-slider {
            padding-left: 15px;
        }
        
        .right-padding {
            flex: 0 0 15px;
        }
        
        .business-sector-overlay {
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
        }
        
        .business-sector-card.right-padded-card {
            padding-right: 15px;
        }
    }
    
    /* Hay Timeline Slider - External CSS */

.hay-timeline-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #000;
}

.hay-timeline-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; 
    display: flex;
    align-items: center; 
    justify-content: space-between;
    padding: 0 30px;
    z-index: 10;
    top: 20px;
}

.hay-timeline-back-btn {
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    top: auto;
    left: auto;
}

.hay-timeline-back-btn img {
    width: 8px;
    margin-right: 8px;
}

.hay-timeline-logo {
    text-align: center;
    max-width: 140px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

.hay-timeline-logo img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.hay-timeline-lang {
    position: relative;
    top: auto;
    right: auto;
}

.hay-timeline-lang img {
    width: 20px;
}

.hay-timeline-year-link.next-era {
    padding-right: 60px;
    color: #FFFFFF;
}

.hay-timeline-year-link.next-era:hover {
    color: #FFFFFF;
    opacity: 0.8;
}

.hay-timeline-slider-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.hay-timeline-top-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.hay-timeline-bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    z-index: 5;
    pointer-events: none;
}

.hay-timeline-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.hay-timeline-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hay-timeline-slide.active {
    opacity: 1;
    visibility: visible;
}

.hay-timeline-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hay-timeline-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Immediate load for first image */
.hay-timeline-slide-bg img.immediate-load {
    opacity: 1;
    transition: none;
}

.hay-timeline-slide.active .hay-timeline-slide-bg img {
    opacity: 1;
}

.hay-timeline-content-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 80px;
    width: 100%;
    max-width: 300px;
    z-index: 5;
}

.hay-timeline-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hay-timeline-top-text {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.hay-timeline-box-pagination {
    font-size: 15px;
    font-weight: 500;
}

.hay-timeline-content-box {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-bottom: 20px;
}

.hay-timeline-box-year {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.hay-timeline-box-description {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
}

.hay-timeline-nav-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.hay-timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hay-timeline-dot.active {
    background-color: #fff;
}

.hay-timeline-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 115%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    left: -20px;
}

.hay-timeline-arrow-prev,
.hay-timeline-arrow-next {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hay-timeline-arrow-prev {
    transform: translateX(-50%);
}

.hay-timeline-arrow-next {
    transform: translateX(50%);
}

.hay-timeline-arrow-prev img,
.hay-timeline-arrow-next img {
    width: 20px;
    height: auto;
}

.hay-timeline-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
    z-index: 10;
    height: 60px;
}

.hay-timeline-navigation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-right: 40px;
    position: relative;
}

.hay-timeline-year-link {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
    padding: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hay-timeline-year-link.active {
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF !important;
}

.hay-timeline-year-link.previous-era {
    padding-left: 60px;
    color: #FFFFFF;
}

.hay-timeline-year-link.previous-era:hover {
    color: #FFFFFF;
    opacity: 0.8;
}

.hay-timeline-divider {
    display: inline-block;
    width: 100%;
    height: 1.25px;
    background-color: rgba(255, 255, 255, 0.4);
    flex-grow: 1;
}

.hay-timeline-divider.last-divider {
    position: relative;
}

.hay-timeline-divider.last-divider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
}

.hay-timeline-year-link:hover {
    color: #ffffff;
    transition: color 0.3s ease;
}

.hay-timeline-back-btn:hover {
    color: #ffffff;
}

.hay-timeline-back-btn:hover img {
    opacity: 1;
}

.hay-timeline-arrow-prev:hover,
.hay-timeline-arrow-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.hay-timeline-navigation-inner::-webkit-scrollbar {
    height: 1px; 
    width: auto;
}

.hay-timeline-navigation-inner::-webkit-scrollbar-track {
    background: transparent; 
}

.hay-timeline-navigation-inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3); 
    border-radius: 1px;
}

.hay-timeline-navigation-inner {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

@media (max-width: 1024px) {
    .hay-timeline-content-wrapper {
        margin-left: 60px;
    }
    
    .hay-timeline-divider.last-divider:after {
        display: none;
    }
    
    .hay-timeline-year-link.previous-era {
        padding-left: 20px;
    }
        
    .hay-timeline-year-link.next-era {
        padding-right: 20px;
    }
    
    .hay-timeline-navigation-inner {
        padding-right: 20px;
        padding-right: 20px;
        overflow-x: auto; 
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 768px) {
    .hay-timeline-header {
        height: 70px; 
    }
    
    .hay-timeline-year-link.previous-era {
        padding-left: 20px;
    }
        
    .hay-timeline-content-wrapper {
        margin-left: 50px;
        max-width: 280px;
    }
        
    .hay-timeline-navigation-inner {
        overflow-x: auto;
        justify-content: flex-start;
    }
        
    .hay-timeline-year-link {
        font-size: 16px;
    }
        
    .hay-timeline-year-link.active {
        font-size: 26px;
    }
        
    .hay-timeline-navigation {
        overflow-x: hidden; 
        margin-bottom: 15px; 
    }

    .hay-timeline-navigation-inner {
        -webkit-overflow-scrolling: touch; 
        padding-bottom: 5px; 
    }
        
    .hay-timeline-year-link.previous-era,
    .hay-timeline-year-link.next-era {
        padding-right: 20px !important;
    }
        
    .hay-timeline-logo {
        max-width: 120px;
    }

    .hay-timeline-logo img {
        max-height: 80px;
    }
}

@media (max-width: 576px) {
    .hay-timeline-slider {
        height: 95vh;
    }

    .hay-timeline-divider.last-divider:after {
        display: none;
    }
        
    .hay-timeline-header {
        height: 60px; 
        padding: 0 20px; 
    }
        
    .hay-timeline-content-wrapper {
        margin-left: 40px;
        max-width: 260px;
    }
        
    .hay-timeline-content-box {
        padding: 20px;
    }
        
    .hay-timeline-box-year {
        font-size: 32px;
        margin-bottom: 15px;
    }
        
    .hay-timeline-year-link {
        font-size: 14px;
    }
        
    .hay-timeline-year-link.active {
        font-size: 22px;
    }
        
    .hay-timeline-year-link.previous-era,
    .hay-timeline-year-link.next-era {
        padding-right: 20px !important;
    }
        
    .hay-timeline-logo {
        max-width: 100px;
    }

    .hay-timeline-logo img {
        max-height: 60px;
    }
}

@media (max-width: 700px) {
    .hay-timeline-content-wrapper {
        top: auto;
        bottom: 130px;
        left: 35px;
        transform: none;
        margin-left: 0;
    }

    .hay-timeline-nav-dots {
        top: auto;
        bottom: 23.5vh;
        right: 20px;
        transform: none;
        margin-left: 0;
    }
}

.news-archive-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 93.75vw;
        width: 93.75vw;
        margin: 0 auto;
        --padding-top: 6.25vw;
        --padding-bottom: 5.208333333333333vw;
        padding-top: var(--padding-top);
        padding-bottom: var(--padding-bottom);
    }
    
    .filter-section {
        width: 25%;
        padding-right: 30px;
    }
    
    .posts-grid-section {
        width: 75%;
    }
    
    .filter-section h3 {
        font-family: "Poppins", Sans-serif;
        font-size: 1.7361111111111vw;
        font-weight: 300;
        line-height: 1.08em;
        letter-spacing: 0.02em;
        color: #000000;
        margin-bottom: 1.5vw;
    }
    
    .filter-divider {
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin-bottom: 2.569444444444444vw;
    }
    
    .category-filter {
        display: flex;
        flex-direction: column;
        gap: 1.805555555555556vw;
        margin-bottom: 20px;
    }
    
    .filter-item {
        margin: 0;
    }
    
    .radio-option {
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 2.708333333333333vw;
        cursor: pointer;
        user-select: none;
        color: rgba(6, 6, 6, 0.3);
        font-size: 0.9722222222222222vw;
        line-height: 1.5em;
        text-transform: capitalize;
        letter-spacing: 0.02em;
        transition: color 0.2s ease;
        justify-content: space-between;
    }
    
    .category-radio {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    
    .radio-custom {
        position: absolute;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
    }
    
    .radio-option:hover .radio-custom {
        border-color: #b3b3b3;
    }
    
    .category-radio:checked ~ .radio-custom {
        background-color: #fff;
        border-color: #000;
    }
    
    .radio-custom:after {
        content: "";
        position: absolute;
        display: none;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #000;
    }
    
    .category-radio:checked ~ .radio-custom:after {
        display: block;
    }
    
    .category-radio:not(:checked) ~ .category-name,
    .category-radio:not(:checked) ~ .category-count {
        color: rgba(6, 6, 6, 0.3);
    }
    
    .category-radio:checked ~ .category-name,
    .category-radio:checked ~ .category-count {
        color: #000;
    }
    
    .category-name {
        flex-grow: 1;
        font-size: 0.9722222222222222vw;
        line-height: 1.5em;
        text-transform: capitalize;
        letter-spacing: 0.02em;
        font-weight: 500;
        font-family: 'Poppins', sans-serif !important;
    }
    
    .category-count {
        margin-left: 10px;
        font-size: 0.9722222222222222vw;
        line-height: 1.5em;
        letter-spacing: 0.02em;
    }
    
    .year-filter {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .year-filter select {
		    font-family: 'Poppins', sans-serif !important;
        padding: 14px 20px 16px 20px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        border-radius: 4px;
        border: 1px solid #060606;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 12px 12px;
        padding-right: 45px;
        cursor: pointer;
    }
    
    .posts-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .post-card {
        width: 100%;
        height: 420px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        background-color: #000;
    }
    
    .post-image {
        height: 100%;
        overflow: hidden;
        position: relative;
        background-color: #000;
    }
    
    .post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7;
    }
    
    .post-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 20px 0 20px;
        background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
        text-align: center;
    }
    
    .post-title {
        font-family: 'Poppins', sans-serif;
        font-size: 1.25vw;
        font-weight: 500;
        line-height: 1.4166666666667em;
        color: #FFFFFF;
        text-align: center;
        margin: 0px;
    }
    
    .post-meta {
        font-family: 'Poppins', sans-serif;
        font-size: 0.76388888888889vw;
        font-weight: 400;
        line-height: 1.2em;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        padding: 20px 0px 20px 0px !important;
        margin-bottom: 5px;
    }
    
    .news-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 40px;
    }
    
    .news-pagination span, .news-pagination a {
        color: black;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        cursor: pointer;
        min-width: 24px;
        text-align: center;
        line-height: 1;
        padding: 5px 0;
        margin: 0 5px;
    }
    
    .current-page {
        color: #1e7341 !important;
    }
    
    .pagination-dots {
        letter-spacing: 2px;
    }
    
    .loading {
        text-align: center;
        padding: 20px;
    }
		
	.post-card .post-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.post-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

	@media (min-width: 600px) and (max-width: 882px){
    .post-card {
    height: 300px !important;
	}
} 
		
    @media screen and (max-width: 992px) {
        .filter-section {
            width: 30%;
        }
        
        .posts-grid-section {
            width: 70%;
        }
        
        .posts-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .post-title {
            font-size: 2vw;
        }
        
        .post-meta {
            font-size: 1.2vw;
        }
        
        .category-name,
        .category-count {
            font-size: 1.5vw;
        }
    }
    
    @media screen and (max-width: 768px) {
        .filter-section {
            width: 100%;
            padding-right: 0;
            margin-bottom: 30px;
        }
        
        .posts-grid-section {
            width: 100%;
        }
        
        .posts-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .post-title {
            font-size: 2.5vw;
        }
        
        .post-meta {
            font-size: 1.5vw;
        }
        
        .filter-section h3 {
            font-size: 3vw;
        }
        
        .category-name,
        .category-count {
            font-size: 2vw;
        }
    }
    
    @media screen and (max-width: 576px) {
        .posts-grid {
            grid-template-columns: 1fr;
        }
        
        .post-title {
            font-size: 4vw;
        }
        
        .post-meta {
            font-size: 2.5vw;
        }
        
        .category-name,
        .category-count {
            font-size: 3vw;
			        padding-left: 15px;
        }
    }