/* Custom Styles for Akash Kushwaha Portfolio */
body { font-family: 'Inter', sans-serif; }

/* Custom Utilities */
.text-gradient { background-clip: text; -webkit-background-clip: text; color: transparent; background-image: linear-gradient(to right, #0284c7, #14b8a6); }

.process-step::after {
    content: ''; position: absolute; top: 2rem; right: -50%; width: 100%; height: 2px; background: #e2e8f0; z-index: -1;
}
@media (max-width: 768px) { .process-step::after { display: none; } }

/* Time Slot Button Styles */
.time-slot.selected { background-color: #0284c7; color: white; border-color: #0284c7; }

/* Active Link Styling */
.nav-link.active-link { color: #0284c7; font-weight: 700; }

/* Hide page-section class since we're using separate pages */
.page-section { display: block; }





/* Add to style.css */

/* Mobile menu scroll fix */
#mobile-menu {
    height: 100vh;
    overflow-y: auto;
}

/* Prevent body scrolling when mobile menu is open */
body.menu-open {
    overflow: hidden;
}

/* Ensure mobile menu items are properly spaced */
.mobile-link {
    padding: 1rem 0;
}

/* Active link styling for mobile */
.mobile-link.active {
    color: #0284c7;
    font-weight: 700;
}