/* Portfolio section: white background + secondary text overrides */
.portfolio-style01 {
	background-color: #ffffff !important;
}

/* Change elements that were using .text-white inside this section */
.portfolio-style01 .text-white,
.portfolio-style01 h1,
.portfolio-style01 h2,
.portfolio-style01 h3,
.portfolio-style01 p,
.portfolio-style01 .lead,
.portfolio-style01 .sub-title,
.portfolio-style01 .content-box,
.portfolio-style01 .content-box a,
.portfolio-style01 .portfolio-count h3,
.portfolio-style01 .odometer,
.portfolio-style01 i {
	color: var(--secondary-color) !important;
}

/* Keep primary accents for intentional primary elements (hover, highlights) */
.portfolio-style01 a:hover,
.portfolio-style01 .text-primary,
.portfolio-style01 .text-primary-hover:hover {
	color: var(--primary-color) !important;
}

/* Ensure portfolio link icons also follow secondary color */
.portfolio-style01 .portfolio-link,
.portfolio-style01 .portfolio-link i {
	color: var(--secondary-color) !important;
}

