﻿/* =========================================
   Sports Nutrition Page Specific Styles
   ========================================= */

/* Hero Section */
.solutions-hero__bg {
	background-image: url('./images/2026/06/Rectangle-1-4.webp') !important;
}
.solutions-hero__title {
	color: #1A74A3 !important;
}

/* Approach Section */
.solutions-approach__panel {
	background: linear-gradient(126.71deg, #7BBEE2 -34.96%, #1A74A3 52.25%) !important;
}

/* Expertise Section */
.solutions-expertise .exp-step-title {
	color: #1A74A3 !important;
}
.solutions-expertise .exp-progress-fill {
	background: #1A74A3 !important;
}
.solutions-expertise .exp-nav-btn {
	border-color: #1A74A3 !important;
}
.solutions-expertise .exp-nav-btn:hover {
	background: rgba(26, 116, 163, 0.05) !important;
}
.solutions-expertise .exp-nav-btn svg {
	stroke: #1A74A3 !important;
}

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

/* Health / Key Solutions Section */
.solutions-health {
	background: #1A74A3 !important;
}
.solutions-health__curve {
	background-image: url('./images/2026/07/Group-2.svg') !important;
}
.solutions-health .health-acc-title,
.solutions-health .health-acc-toggle {
	color: #ffffff !important;
}
.solutions-health .health-tag {
	border-color: rgba(255, 255, 255, 0.5) !important;
}


