body { font-family: 'Inter', sans-serif; background-color: #f8f9fa; } .hero-section { padding: 120px 0; background: linear-gradient(45deg, #007bff, #6610f2); position: relative; margin-top: 56px; /* Adjust for fixed navbar */ } .navbar-brand { color: #007bff !important; } .card { border-radius: 0.5rem; transition: transform 0.2s ease-in-out; } .card:hover { transform: translateY(-5px); } .btn-primary { background-color: #007bff; border-color: #007bff; border-radius: 0.5rem; padding: 12px 24px; font-weight: bold; transition: background-color 0.2s; } .btn-primary:hover { background-color: #0056b3; border-color: #0056b3; } footer a i { font-size: 1.5rem; transition: color 0.2s; } footer a:hover i { color: #007bff; } section { scroll-margin-top: 70px; /* Offset for navbar */ }