/**
 * PragmaApps Approach Section – approach.css
 * Arrow navigation is mobile-only; step navigation is hidden on mobile.
 */

/* Hide arrow navigation on desktop */
.approach-nav-arrows {
    display: none;
}

@media (max-width: 768px) {
    /* Show arrow navigation on mobile */
/*     .approach-nav-arrows {
        display: none;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 24px;
    } */
	
	#approachCurrentLabel{
		display:none !important;
		font-size:18px;
		color:black;
		font-weight:700;
	}

    /* Hide step indicator nav on mobile */
    .approach-steps-nav {
/*         display: none !important; */
    }
}
