.packaging-archive-banner {
	background-color: #f3e6d8;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0;
}

.packaging-archive-banner .packaging-banner-title {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.2;
}

.packaging-archive-banner .packaging-banner-desc p {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 28px;
}

.packaging-archive-banner .packaging-banner-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.packaging-archive-banner .packaging-banner-buttons .btn {
	border-radius: 30px;
	padding: 12px 26px;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s ease;
}

.packaging-archive-banner .btn-packaging-outline {
	background: #fff;
	border: 2px solid #153661;
	color: #153661;
}

.packaging-archive-banner .btn-packaging-outline:hover {
	background: #153661;
	color: #fff;
}

.packaging-archive-banner .btn-packaging-solid {
	background: #153661;
	border: 2px solid #153661;
	color: #fff;
}

.packaging-archive-banner .btn-packaging-solid:hover {
	background: #cd9933;
	border-color: #cd9933;
	color: #000;
}

.packaging-archive-banner .packaging-banner-visual {
	text-align: center;
}

.packaging-products-section {
	padding: 60px 0;
	background: #fff;
}

.packaging-products-section .packaging-product-card {
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
	text-align: center;
	transition: transform 0.3s ease;
}

.packaging-products-section .packaging-product-card:hover {
	transform: translateY(-4px);
}

.packaging-products-section .packaging-product-image {
	overflow: hidden;
	border-radius: 12px;
	background: #f5f5f5;
	margin-bottom: 14px;
}

.packaging-products-section .packaging-product-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.packaging-products-section .packaging-product-card:hover .packaging-product-image img {
	transform: scale(1.04);
}

.packaging-products-section .packaging-product-title {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin: 0;
	line-height: 1.4;
}

.packaging-solutions-section {
	padding: 60px 0;
	background: #f5f5f5;
	text-align: center;
}

.packaging-solutions-section .packaging-solutions-label {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 12px;
}

.packaging-solutions-section .packaging-solutions-heading {
	font-size: 34px;
	font-weight: 700;
	color: #000;
	max-width: 760px;
	margin: 0 auto 45px;
	line-height: 1.3;
}

.packaging-solutions-section .packaging-feature-card {
	padding: 10px 15px 25px;
}

.packaging-solutions-section .packaging-feature-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(205, 153, 51, 0.15);
	color: #cd9933;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	font-size: 24px;
}

.packaging-solutions-section .packaging-feature-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.packaging-solutions-section .packaging-feature-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.packaging-materials-section .packaging-material-item {
	cursor: default;
}

.packaging-faqs-section .faq-item .faq-question {
	padding-left: 0;
	border-bottom: 3px solid #cd9933;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

.packaging-faqs-section .faq-item .faq-question:before {
	display: none;
}

.packaging-faqs-section .faq-item .faq-answer {
	padding-left: 0;
}

.home-open-faqs.packaging-faqs-section .faq-item .faq-answer p {
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.packaging-archive-banner {
		padding: 45px 0;
	}

	.packaging-archive-banner .packaging-banner-title {
		font-size: 30px;
	}

	.packaging-archive-banner .packaging-banner-visual {
		margin-top: 30px;
	}

	.packaging-solutions-section .packaging-solutions-heading {
		font-size: 26px;
	}
}
