﻿/* =========================================
   Confectionery & Snacks Page Specific Styles
   ========================================= */

/* Hero Section */
.solutions-hero__bg {
	background-image: url('./images/2026/07/Rectangle-1-2.webp') !important;
}

/* Approach Section */
.solutions-approach {
	background: #E5AF3F !important;
}
.solutions-approach__panel {
	background: linear-gradient(119.28deg, #FEED9F 0.36%, #E5AF3F 72.4%) !important;
}
.solutions-approach__title,
.solutions-approach__text {
	color: #1a1a1a !important; /* Dark text based on screenshot */
}

/* Expertise Section */
.solutions-expertise .exp-step-title {
	color: #E5AF3F !important;
}
.solutions-expertise .exp-progress-fill {
	background: #E5AF3F !important;
}
.solutions-expertise .exp-nav-btn {
	border-color: #000000 !important;
}
.solutions-expertise .exp-nav-btn svg {
	stroke: #E5AF3F !important;
}
.solutions-expertise .exp-nav-btn:hover {
	background: #E5AF3F !important;
}
.solutions-expertise .exp-nav-btn:hover svg {
	stroke: #ffffff !important;
}

/* Applications Section */
.solutions-applications__title {
	color: #E5AF3F !important;
}
@media (max-width: 768px) {
	.solutions-applications__img-tilt {
		content: url("./images/2026/07/Group-298.svg") !important;
	}
}

/* Health / Key Solutions Section */
.solutions-health {
	background: #E5AF3F !important;
}
.solutions-health__curve {
	background-image: url('./images/2026/07/Vector-8.svg') !important;
}
.solutions-health .health-acc-title,
.solutions-health .health-acc-toggle {
	color: #ffffff !important;
}


